.top-color{
    /*background:linear-gradient(45deg, #00c5ff69, #11c5c052);*/
    background:linear-gradient(120deg, #122B40, #446CB3);
    /*background: linear-gradient(45deg, #0043b2, #11c5c0);*/
} 
.top-color .container{
    /*background: linear-gradient(45deg, #00c5ff, #11c5c0);*/
    color:#FFF;
    padding: 0;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.alert-pagamento{
  background-color:#ECEC00 !important;
}
.card-header{
    background-color: #241655;
    color: #fff;
}
.btn-white {
    color: #336699 !important;
    border-color: #FFF;
}
.titulo-home{
    padding-top: 10%;
    color: #449fcc;
}
.nav-link{
    text-transform: uppercase;
    font-size: 14.5px;
    letter-spacing: -1px;
    color: #FFF!important;
}
.nav-link:hover{
    color: #FFF!important;
}
.nav-link:active{
    color: #FFF!important;
}
.nav-link:focus{
    color: #FFF!important;
}
.box-item{
    border: 1px solid #bad0d4;
    padding: 2% 0;
    border-radius: 0.25rem;
    margin: 3% 0;
    display: flow-root;
}
.form-busca{
    background:linear-gradient(120deg, #122B40, #446CB3);
    background-color: #2b7bff;
    padding-top: 1%;
    color: #FFF;
}

@media screen and (max-width: 575px) {
    .form-busca-alinha-entrada{
        padding-top: 2%;
    }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
    .form-busca-alinha-entrada-alt{
        padding-top: 1%;
    }
}

.form-busca-hosp{
    background:linear-gradient(120deg, #122B40, #446CB3);
    background-color: #2b7bff;
    padding-top: 1%;
    color: #FFF;
}
.controls-busca{
    background-color: #00000026;
    padding: 1%;
    border-bottom: 1px solid #ffffff45;
}
.controls-busca input{
    padding-top:8px;   
    padding-bottom:6px;   
}
.controls-busca input:focus{
    padding-top:8px;   
    color: #fff;
    background-color: transparent;
    padding-bottom:6px;   
}

.form-busca input{
    color: #ffffff;
    border: 0;
    background-color: transparent;
    font-size: 15px;
}
.form-busca select{
    color: #ffffff;
    border: 0;
    background-color: transparent;
    font-size: 13px;
}

.form-busca .btn-2 {
    background-color: #00d8e5;
    width: 100%;
}
.form-busca .btn-2 .round {
    background-color: #00c4eb;
}
.form-busca  button{

    padding:10px 53px 5px 22px;
    color: #fff;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: bold;
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
}
.form-busca  button span {
    position: relative;
    z-index: 3;
}
.form-busca  button .round {
    width: 38px;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 0px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 2;
}
.form-busca  button .round i {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 50%;
    margin-left: -4px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.form-busca .txt {
    font-size: 14px;
    line-height: 1.45;
}
.form-busca .type-2 button:hover .round {
    background: none;
}
.form-busca .type-2 button:hover .round i {
    left: 70%;
}



.preco{
    color: #fff;
    letter-spacing: -2px;
    background-color:#0047BA;
    padding:6% 0 0 7% ;
    border-radius: 0.35rem;
    background:linear-gradient(120deg, #122B40, #446CB3);
}
.rs1{
    padding-right: 1%;
    margin-right: 6px !important;
    margin-top: 7px !important;
    font-size: 13px !important;
    word-spacing: 2px;
}
.rs{
    padding-right: 1%;
    margin-top: 11px !important;
    margin-right: 5px !important;
    font-size: 13px !important;
    word-spacing: 2px;
}
.preco .valor h1{
    margin-top: -5px !important;
    font-size: 30px !important;
}
.preco .valor h1.valorde{
    padding-top: 2px !important;
    font-size: 18px !important;
    text-decoration: line-through;
}


.conheca{
   padding-top:30px !important;
   padding-bottom:30px !important;
}

/*************************** ESTILO PAGINAÇÃO ******************************/

ul.pagination {
    margin-top: 20px !important;
}
ul.pagination {
    margin-bottom: 20px !important;
}

.page-item {
    display: inline-block;
    margin: 0 2px;
}

.page-link {
    display: inline-block;
    color: #333333;
    width: 40px !important;
    height: 40px !important;
    line-height: 23px !important;
    text-align: center;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: 0.5s all ease-out;
}

.page-link i{
    margin:0 !important;
    padding-top: 0px !important;
    font-size:18px !important;
}

.page-link span{
    margin: 0 !important;
    padding: 9px !important;
    font-size: 18px !important;
}

.page-item span.active {
    background-color: #222C71 !important;
    color: #fff !important;
}
.page-link:hover {
    background-color: #fff !important;
    border: 1px solid #222C71 !important;
}

.dispo-fixed{
    background:linear-gradient(120deg, #122B40, #446CB3) !important;
}

.module{
    background: beige;
    font-size: 12px;
    float: left;
    padding: 1em 0;
}
.cart{
    position: sticky;
    top: 18%;
    z-index: 11;
    right: 0px;
    padding: 26px 5px;
    overflow: hidden;
    float: initial;
    height: 490px;

}
.cart-bottom  {
    position: fixed;
    bottom: 0;
    z-index: 11;
    left: 0;
    padding: 0;
    display: none;
}
.btn-cart{
    background-color: #434A54;
    padding: 1% 2%;
    color: #fff;
    font-size: 22px;
    border: 0;
    cursor: pointer;

}
.sidebar {
    background-color: #434A54;
    color: #fff;
}
.item-cart{
    background-color: #0a374630;
    padding: 1% 0;
}

.cart-scroll{
    height: 280px;
    overflow-y: auto;

}
.fancybox-is-open .fancybox-bg {
    width: 100%;
    height: 100%;
}
.number-pro{
    background-color: #dc3545;
    border-radius: 64%;
    padding: 3px 7px;
    margin-left: 12px;
    font-size: 15px;    
}
.btn-success {
    color: #fff !important;
    background-color: #6130a1 !important;
    border-color: #6d208d !important;
}
.bloco-color {
    padding: 0.55em 0em;
    margin: 0;
    text-align: center;
    color: #FFF;
    font-size: 15px;
    display: inline-block;
    float: left;

}

/* botões troca */
.btn-gatinho{
    padding: 10px;
    font-size: 22px;
    font-weight: 600;
    background: #0047BA !important;
    color: white;
    cursor: pointer;
   margin-top: 20px;
    border: none;
  }
  
  .btn-gatinho:hover{
    background-color: #41aaff!important;

  }
.btn-primary {
    background: #0047BA !important;
    border: none !important;

}

.btn-primary2 {
    background: #0047BA !important;
    /* border: none !important; */
    color: #fff !important;
    padding: 10px;
    border-radius: 3px;
}
.btn-primary2:hover {
    background: #41aaff!important;
    transform: translate3d(0, -10px, 0);
    transition: all 0.5s;
    
}


.bloco-color2 {
    padding: 0.55em 0em;
    margin: 0;
    text-align: center;
    color: #FFF;
    font-size: 15px;
    display: inline-block;
    float: left;
    background-color: #0047b4;
    border: 0;

}
.style-cart{
   
    background:linear-gradient(120deg, #122B40, #446CB3);
    color: #FFF;
    padding: 1em 0;
}
.section_footer{
   
    background-color: #0047BA!important;
    padding: 1em 0;
}

.btn-primary2{
    color: #0047BA !important;
}

.btn-primary2:hover{
    color: #00f6f0!important; 
}

.section_footer__heading{
    color: #00f6f0!important;
}
.social-links li{
    float: left;
    list-style: none;
    background-color: #fff;
    border-radius: 100%;
    padding: 5px 0;
    width: 2em;
    height: 1.9em;
    margin: 0 0.3em;
    text-align: center;
}
.social-links li:hover{
    background-color: #00000026;
    color: #fff;
}
.social-links li a:hover{
    color: #fff;
}

.social-links {
    float: left;
    padding-left: 0;
}
.social-links .fa{
    padding: 0 7px;
    font-size: 20px;
}
.section_footer__info{
    list-style-type: none;
    color: #fff;
    font-size: 13px;
    padding-left: 0;
}
.section_footer__info li{
    padding: 2px 0;
}
.section_footer__info li a {
    color: #00f6f0;
}
.section_footer__info .fa{
    color: #00f6f0;
    padding: 2px;
    font-size: 16px;
}
.section_footer__copyright{
    color: #6c809c;
    border-top: 1px dotted #bad0d4;
    padding: 1em;


}
@media (max-width: 768px) {
    .cart-bottom{
        display: inline;
    }
    .cart{
        display: none;
    }
    .col-9{
        max-width: 100%;
    }
    .col-6{
        max-width: 100%;
    }

}
@media (max-width: 920px) {
    .section_footer{
        padding-bottom: 2.5em !important;
    }
    .cart-bottom{
        display: inline;
        background:linear-gradient(120deg, #122B40, #446CB3);
        background-color: #2b7bff;
        color: #FFF;
    }
    .cart-bottom .col-6{

        width: 50%;
    }
    .cart-scroll {
        height: 212px;
        overflow-y: auto;
        width: 100%;
    }
    .cart{
        display: none;
    }
    .sumir{
        display: none;
    }
    .col-9{
        max-width: 100%;
    }
    .col-6{
        max-width: 50%;
    }
    .col-2 {
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
    }
    .menu-cliente {
        max-width: 100%;
        float: right;

    }
}

@media (max-width: 991px) {

    .col-6{
        max-width: 50%;
    }

}
.menu-cliente{
    margin: 0;
    padding: 0;
    float: right;
    text-align: right;
    font-size: 13px;
}

.btnCartao{
   width: 100% !important;
}

.btnBoleto{
   width: 100% !important;
   margin-right: 10px;
}

.btnCartao img, .btnBoleto img{
    margin-bottom:15px !important;
    height: 150px;
}

a.btnCartao .tituloBox, a.btnBoleto .tituloBox{
   color:#000 !important;
   text-decoration: none !important;
   font-family: 'Roboto';
   font-style: normal !important;
   font-size: 22px;
   text-align: center;
   width: 100%;
   padding-top: 25px !important;
}