body {
    color: #4d4e53 !important;
}

button:focus {
    outline: none;
}

h5, .h5 {
    font-size: 1rem;
}


@media (max-width: 599px) {
    h1, .h1 {
        font-size: 1.8rem;
    }

}

.container-fluid {
    max-width: 1140px;
}

.form-control {
    border: none !Important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #f4f4f6 !important;
}

.bg-body {
    background: fixed url(../img/body-bg.png) no-repeat 0 0;
    height: 100vh;
    padding-top: 20px;
    background-size: cover;
    max-height: 700px;
}

.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;
    }

}

@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 !important;
    text-decoration: none !important;
}

.clr-theme {
    color: #f49e00;
}

.clr-white {
    color: #fff;
}

.border-btn {
    border-bottom: 2px solid #f49e00;
    padding-bottom: 12px;
}

@media (max-width: 768px) {

    .box-mobile {
        border-bottom: 1px solid;
        padding-bottom: 12px;
    }

}

.button {
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 20px;
    min-height: 40px;
    overflow: hidden;
    padding: 16px 44px;
    position: relative;
    transition: ease-in-out .3s;
    vertical-align: middle;
    z-index: 10;
    color: #fff !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    background-color: #f49e00;
}

@media (min-width: 1800px) {
    .button {
        font-size: 1.3rem;
    }
}

.button-rounded {
    border-color: rgba(255, 255, 255, 1);
    border-style: solid;
    border-width: 2px;
    background-color: rgba(0, 0, 0, 0);
    color: #fff !important;
    border-radius: 50px;
    padding: 8px 60px 12px;
    font-size: 19px;
    font-weight: 500;
    line-height: 28pt;
    transition: all 0.5s ease;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.button-rounded:hover {
    color: #f49e00 !important;
    border-color: rgba(255, 255, 255, 1);
    background-color: #fff;

}

.button-inverse {
    border-color: #ffffff !important;
    border-style: solid;
    border-width: 1px;
    background-color: rgba(0, 0, 0, 0);
    color: #ffffff !important;
    padding: 2px 25px 4px;
    font-size: 19px;
    font-weight: 500;
    line-height: 28pt;
    transition: all 0.5s ease;
    display: inline-block;
    cursor: pointer;
}

.button-inverse:hover {
    color: #bf3838 !important;
    border-color: rgba(255, 255, 255, 1);
    background-color: #fff;

}

/*header*/
.header {
    background-color: #fff;
}

@media (max-width: 996px) {
    .header {
    }
}

.header .container-fluid {
    max-width: 1200px;
    padding: 0 !important;
}

.header .navbar-brand img {
    display: block;
    height: 65px;
    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 .nav a {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}


.nav-link.active {
    color: #f49e00 !important;
}

@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: 18px;
    margin-right: 4px;
    color: #f49e00;
}

.tels .tel-item span {
    font-size: 16px;
    font-weight: 500;
    color: #aaa;
}


/*Banner Principal*/
@media (min-width: 768px) {
    .bs-banner__image img {
        margin: 0;
        max-width: 100%;
        width: 100%;
    }
}


.bs-banner {
    height: 360px;
    position: relative;
}


@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: 240px;
    width: 100%;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
}

.banner-interno::before {
    background: rgba(244, 158, 0, 0.1);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.banner-interno-1 {
    background: url(../img/banner-notredame.png) no-repeat center center;
    background-size: cover;
}

.banner-interno-2 {
    background: url(../img/banner-notredame-2.png) no-repeat left top;
    background-size: cover;
    height: auto;
    padding: 40px 0;
}

.banner-interno-3 {
    background: url(../img/banner-notredame-3.png) no-repeat center center;
}

@media (max-width: 768px) {

    .banner-interno-3 {
        background-position: 70% center;
    }
}

.tit-dif {
    color: #fff;
    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: #f49e00;
}

.footer h5 {
    border-bottom: 1px solid;
    padding-bottom: 4px;
    color: #fff;
}

.footer .nav-link {
    font-weight: 500;
    padding: 0 0 10px 4px !important;
    color: #aaa !important;
}

.footer .nav-link.active {
    color: #f49e00 !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: #aaa;
}


/*Sections*/
.sec {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.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-footer {
    background-color: #555;
}

.sec-gray {
    background-color: #f1f1f1;
}

.sec-white {
    background-color: #fff;
}

.sec-red {
    background-color: #bf3838;
}

.sec-orange {
    background-color: #f49e00 !important;
}

.sec-bg-full {
    background: transparent url(../img/intermedica-2.png) 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(455, 158, 0, 0.7);
    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(85, 85, 85, 0.7);
    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;
}


/*Saude box*/
.img-1 {
    background: transparent url(../img/bg-plano-SmartOtm.png) no-repeat center center;

}

.img-2 {
    background: transparent url(../img/bg-plano-Advanced.png) no-repeat center center;
}

.img-3 {
    background: transparent url(../img/bg-plano-Premium.png) no-repeat center center;
}

.img-4 {
    background: transparent url(../img/bg-plano-Inf.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: 1rem 1rem 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (max-width: 1200px) {

    .box-form {
        padding-top: 1.80rem;
    }
}

.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: #f49e00;
}


.box-contatos ul li span {
    font-size: 16px;
}


/*Sobre*/
.sec-list {
    background-color: #fff;
}

.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 img {
    width: 72px;
    height: 72px;
}

.sec-list .list-item p {
    margin: 0 0 0 0 !important;
}