body {
    color: #b5b0b0 !important;
}

button:focus {
    outline: none;
}

h5, .h5 {
    font-size: 1rem;
}


@media (max-width: 599px) {
    h1, .h1 {
        font-size: 1.8rem;
    }

}

.sup-color .container-fluid {
    max-width: 1140px;
}

.form-control {
    border: none !Important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #f4f4f6 !important;
}

.bg-body .sup-tit-banner-full {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 12vh;
    margin-bottom: 2rem;
}

@media (max-width: 768px) {
    .bg-body {
        background-size: cover;
        background-position: 10% center;
        background-attachment: scroll;
        height: 570px;
    }

    .bg-body .sup-tit-banner-full {
        margin-top: 60px;
        margin-bottom: 40px;
    }

}

.bg-body .sup-tit-banner-full h1 {
    color: #fff;
}

@media (min-width: 959px) {
    .bg-body .sup-tit-banner-full h1 {
        width: 590px;
        font-size: 40px;
    }
}

.bg-body .sup-tit-banner-full {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

figure {
    margin-bottom: 0;
}

a {
    color: #4d4e53;
    text-decoration: none !important;
}

.clr-theme {
    color: #263c73;
}

.clr-theme-2 {
    color: #b1a070;
}

.clr-white {
    color: #fff;
}

.clr-gray {
    color: #616161;
}

.hr-theme {
    margin: 0;
    border: 2px solid #b0a070;
    width: 50px;
    display: inline-flex;
    align-self: center;
}

.border-btn {
    border-bottom: 2px solid #f49e00;
    padding-bottom: 12px;
}
z
@media (max-width: 768px) {

    .box-mobile {
        border-bottom: 1px solid;
        padding-bottom: 12px;
    }

}

.button {
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 19px;
    font-weight: 500;
    line-height: 28pt;
    padding: 2px 25px 4px;
    background-color: #263c73;
    color: #fff!important;
    transition: all 0.5s ease;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);

 }

.button:hover {
    color: #fff !important;
    background-color: transparent;
    border: 1px solid #fff;
}

@media (min-width: 1800px) {
    .button {
        font-size: 24px;
    }
}

.button-inverse {
    border: 1px solid transparent;
    background-color: #263c73 ;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    line-height: 28pt;
    padding: 2px 25px 4px;
    transition: all 0.5s ease;
    display: inline-block;
    cursor: pointer;
}

.button-inverse:hover {
    color: #fff !important;
    background-color: #b1a070;
    border: 1px solid #b1a070;

}

.button-theme-2 {
    background-color: #b1a070;
    border: 1px solid transparent;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    line-height: 28pt;
    padding: 2px 25px 4px;
    transition: all 0.5s ease;
    display: inline-block;
    cursor: pointer;
}

.button-theme-2:hover {
    color: #fff !important;
    background-color: transparent;
    border: 1px solid #fff;

}

.btn-large {
    padding-left: 70px;
    padding-right: 70px;
}

.sup-color {
    background-color: #102a46;
}
/*header*/
.header, #header-cont {
    background-color: #102a46;
}

@media (max-width: 996px) {
    .header {
    }
}

.header .container-fluid {
    max-width: 1200px;
    padding: 0 !important;
}

.header .navbar-brand img {
    display: block;
    height: 32px;
    max-width: 100%;
}

@media (max-width: 996px) {
    .header .navbar-brand img {
        height: 50px;
    }
}

@media (max-width: 576px) {
    /*.navbar-toggler {
        position: absolute;
        left: 0;
        top: 10px;
    }*/
}
.header .navbar-toggler-icon i {
    color: #fff;
    font-size: 26px;
}

.header .nav a {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
}

.dropdown-item {
    color: #102a46 !important;
}

.dropdown-item:hover {
    background-color: #b1a070;
}

.nav-link.active {
    color: #b1a070 !important;
    border-bottom: 1px solid #b1a070;
}


@media (max-width: 576px) {

    .header .nav-link {
        display: block;
        padding: 4px;
    }

    .header .tels {
        display: flex;
        flex-direction: revert;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        margin-top: 8px;
    }

}

.tels .tel-item {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
}

.tels .tel-item a {
    line-height: 10pt;

}

.tels .tel-item i {
    font-size: 16px;
    margin-right: 4px;
    color: #B0A070;
    font-weight: bold;
}

.tels .tel-item span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}


/*Banner Principal*/
@media (min-width: 768px) {
    .bs-banner__image img {
        margin: 0;
        max-width: 100%;
        width: 100%;
    }
}


.bs-banner {
    background: url(../img/body-bg.png) no-repeat center 16%;
    background-size: cover;
    position: relative;
    height: 400px;
}


@media (min-width: 1800px) {
    .bs-banner {
        height: 480px;

    }
}

.bs-banner__figure {
    height: 100%;
    overflow: hidden;
}

.bs-banner__figure::before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

@media (max-width: 768px) {
    .bs-banner__figure::before {
        background: rgba(0, 0, 0, .5);
    }
}

/* @media (min-width: 768px) {
    .bs-banner--medio {
        height: 480px;
    }
} */

/* @media (min-width: 992px) {
    .bs-banner {
        height: 600px;
    }
} */


/*Banner texto*/
.banner-box {
    align-items: center;
    display: flex;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;

}

.banner-box .bs-banner__text {
    max-width: 510px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 1, 2, .2);
    word-break: break-word;
}

@media (min-width: 1800px) {
    .banner-box .bs-banner__text h1 {
        font-size: 3.5rem !important;
        line-height: 1.1 !important;

    }
}

.banner-box .bs-banner__text p {
    font-size: 22px;
}

@media (min-width: 1800px) {
    .banner-box .bs-banner__text p {
        font-size: 28px;
    }
}


/*Banner Principal*/
.banner-interno {
    height: 370px;
    width: 100%;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
}

@media (max-width: 768px) {
    .banner-interno {
        height: auto !important;
        min-height: 300px;
    }
}

.banner-interno-1 {
    background: url(../img/sobre-1.jpg) no-repeat center center;
    background-size: cover;
}

.banner-interno:before, .banner-interno-1:before,
.full-sec-img-3:before, .sec-mob:before {
    content: " ";
    background: rgba(30, 60, 115, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.banner-interno-2 {
    background: url(../img/planejamento-financeiro-de-medicos.jpg) no-repeat left top;
    background-size: cover;
    padding: 40px 0;
    min-height: 370px;
}

.banner-interno-3 {
    background: url(../img/fale.jpg) no-repeat center center;
}

.banner-interno-4 {
    background: url(../img/banner-5.png) no-repeat center center;
}

@media (max-width: 768px) {

    .sec-mob {
        padding: 60px 0!important;
    }

    .banner-interno-3 {
        background-position: 70% center;
    }
}

.tit-dif {
    color: #b0a070;
    font-size: 45px;
    display: inline-block;
    z-index: 99;
    position: relative;
}


/*-- footer --*/
.footer .logo-footer {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.footer .logo-footer img {
    max-width: 195px;
    margin-bottom: 10px;
}

.footer .logo-footer span {
    color: #b0a070;
    font-weight: bold;
}

.footer h5 {
    border-bottom: 1px solid;
    padding-bottom: 4px;
    color: #102a46;
}

.footer .nav-link {
    font-weight: 500;
    padding: 0 0 10px 4px !important;
    color: #102a46!important;
    border-bottom: none;
}

.footer .tels .tel-item span {
    color: #102a46 !important;
}

.footer .nav-link.active {
    color: #b0a070 !important;
}


.sociais-footer {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.sociais-footer li {
    padding: 8px 12px;
}

.sociais-footer li a span {
    font-size: 0;
}

.sociais-footer .fab {
    font-size: 22px;
    color: #b0a070;
}


/*Sections*/
.sec {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    position: relative;
}

.sec-md {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
}

@media (max-width: 768px) {
    .sec {
        padding: 30px 0;
    }

    .sec-md {
        padding: 20px 0;
    }
}

.sec h1 {

}

@media (min-width: 1800px) {
    .sec p {
        font-size: 18px;
    }
}

.sec p {
    font-size: 16px;
}

.sec-gray {
    background-color: #f1f1f1;
}
.sec-gray-footer {
    background-color: #e2e2e2;
}

.sec-white {
    background-color: #fff;
}
.sec-theme {
    background-color: #102a46;
}

.full-sec {

    background: transparent url(../img/fale.jpg) no-repeat center;
    background-size: cover;
 }

.full-sec-img-1 {
    background: transparent url(../img/1.jpg) no-repeat 0 0;
    background-size: cover;
    position: relative;
    padding: 130px 0 130px 0;
}
.full-sec-img-1 .container {
    position: relative;
    z-index: 2;
}

.full-sec-img-2 {
    background: transparent url(../img/2.jpg) no-repeat 50% 0;
    background-size: cover;
    position: relative;
    padding: 130px 0 130px 0;
}

.full-sec-img-3 {
    background: transparent url(../img/banner-plano-saude.jpg) no-repeat 0 0;
    background-size: cover;
    position: relative;
    padding: 130px 0 130px 0;
}

.full-sec-img-1 .cont,
.full-sec-img-2 .cont,
.full-sec-img-3 .cont {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px 0;
}

.overlay {
    transition: 0.3s;
    background-color: #536070;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.overlay {
    opacity: 0.3;
}

.full-sec-text {
    background-color: #00adff;
    padding: 70px 50px;
}

.sec-bg-full {
    background: transparent url(../img/banner-search-plan.jpg) no-repeat 50% 70%;
    background-size: cover;
    display: flex;
}

.sec-bg-full .container {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.sec-bg-full .container .row {
    height: 100%;
    min-height: 100%;

}

.bg-theme-1 {
    background-color: rgba(16, 42, 70, 0.5);
    height: 100%;
    border-radius: 4px;
    word-break: break-word;
}

.bg-theme-1 p {
    font-size: 20px;
    font-weight: 400;
}

.bg-theme-1 {
    color: #fff;
}

.bg-theme-2 {
    background-color: rgba(16, 42, 70, 0.5);
    height: 100%;
    border-radius: 4px;
}

/*.sec-bg-full .container .row:before {
    content: " ";
    background: rgba(244,158,0,0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
}*/
.bg-theme {
    background-color: rgba(244, 158, 0, 0.85)
}

.img-valores {
    background: transparent url(../img/roseta.jpg) no-repeat center center;
    background-size: contain;
    min-height: 660px;
}

@media (max-width: 768px) {

    .img-valores {
        min-height: 560px;
    }
}


.img-box-right {
    background: transparent url(../img/intermedica-1.png) no-repeat center center;
    background-size: cover;
    min-height: 360px;
    position: relative;
}

.img-box-right:before {
    content: " ";
    background: rgba(244, 158, 0, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
}





.img-1 {
    background: transparent url(../img/carteirinha_estilo.png) no-repeat left center;

}

.img-2 {
    background: transparent url(../img/carteirinha_saude_integral.png) no-repeat right center;
}

.img-3 {
    background: transparent url(../img/carteirinha_medicina_completo.png) no-repeat center center;
}

.img-4 {
    background: transparent url(../img/carteirinha_medicina.png) no-repeat center center;
}

.img-5 {
    background: transparent url(../img/box-5.png) no-repeat top right;
}

.img-6 {
    background: transparent url(../img/box-6.png) no-repeat top left;
}

.img-7 {
    background: transparent url(../img/box-7.png) no-repeat top right;
}

.img-8 {
    background: transparent url(../img/box-8.png) no-repeat center center;
}

.img-9 {
    background: transparent url(../img/box-9.png) no-repeat top right;
}

.img-10 {
    background: transparent url(../img/box-10.png) no-repeat top right;
}

.img-11 {
    background: transparent url(../img/box-10.png) no-repeat top left;
}

.img-12 {
    background: transparent url(../img/img-familia.webp) no-repeat center center;
    background-size: cover;
    min-height: 400px;
}


/*Contato*/
.box-form {
    padding: 1.3rem;
    background-color: #263c73;
    border-radius: 4px;
}

.box-contatos {
    padding: 1rem 0 0 1rem !important;
}

@media (max-width: 1200px) {

    .box-contatos {
        padding-top: 0 !important;
    }
}

@media (max-width: 768px) {

    .box-contatos {
        padding-left: 0 !important;
    }
}

.box-contatos ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
}

.box-contatos ul li {
    margin-bottom: 10px;
    align-items: center;
    display: flex;
}

.box-contatos ul li i {
    font-size: 22px;
    margin-right: 8px;
    color: #b0a070;
}


.box-contatos ul li span {
    font-size: 16px;
    font-weight: 500;
}


/*Sobre*/
.sec-list {
    background-color: #e2e2e2;
}

.sec-list .br-right {
    border-right: 1px solid #dee2e6 !important;
}

.sec-list .list-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0 10px;
    align-items: center;
}

.sec-list .list-item strong {
    font-size: 15px;
    margin-bottom: 8px;
}

.sec-list .list-item i {
    font-size: 50px;
    margin-bottom: 10px;
    color: #b0a070;
}

.sec-list .list-item p {
    margin: 0 0 0 0 !important;
}