
body {
    color: #4d4e53 !important;
}

button:focus {
    outline: none;
}


.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #f4f4f6 !important;
}

figure {
    margin-bottom: 0;
}

a {
    color: #4d4e53 !important;
    text-decoration: none !important;
}

.clr-theme {
    color: #100c5d;
}

.clr-white {
    color: #fff;
}

.border-btn {
    border-bottom: 3px solid #100c5d;
    padding-bottom: 8px;
}


@media (max-width: 599px) {
    h1, .h1 {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {

    .box-mobile {
        border-bottom: 1px solid;
        padding-bottom: 40px;
    }

}

.arrow-right {
    background: url(../img/img-arrow-right.png) no-repeat center;
    height: 22px;
    width: 52px;
    background-size: cover;
    margin-right: 12px;
}

.button {
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 20px;
    min-height: 40px;
    overflow: hidden;
    padding: 9px 15px;
    position: relative;
    transition: ease-in-out .3s;
    vertical-align: middle;
    z-index: 10;
    background: linear-gradient(to bottom, #100c5d 70%, #0c0946 140%);
    color: #fff !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

@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: #100c5d !important;
    border-color: rgba(255, 255, 255, 1);
    background-color: #fff;

}

.button-rounded-inverse {
    border-color: #100c5d !important;
    border-style: solid;
    border-width: 2px;
    background-color: rgba(0, 0, 0, 0);
    color: #100c5d !important;
    border-radius: 50px;
    padding: 2px 25px 4px;
    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-inverse:hover {
    color: #100c5d !important;
    border-color: rgba(255, 255, 255, 1);
    background-color: #fff;

}


/*header*/
.header {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    border-bottom: 4px solid #100c5d;
}

.header .container-fluid {
    max-width: 1200px;
}

.header .navbar-brand img {
    display: block;
    height: 55px;
    max-width: 100%;
}

@media (max-width: 996px) {
    .header .navbar-brand img {
        height: 45px;
    }
}


.header .nav a {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.nav-link.active {
    color: #100c5d !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 i {
    font-size: 18px;
    margin-right: 4px;
    color: #100c5d;
}

.tels .tel-item span {
    font-size: 15px;
}


/*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: 1024px) {
    .btn-dest {
        font-size: 1.2rem;
    }
}

@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: 28px;
    }

    .btn-dest {
        font-size: 1.4rem;
    }

}

.banner-box .bs-banner__text p {
    font-size: 22px;
}


/*Banner Principal*/
.banner-interno {
    height: 240px;
    width: 100%;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
}

.banner-interno::before {
    background: rgba(0, 0, 0, .5);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.banner-interno-sobre {
    background: url(../img/banner-topo-sobre.jpg) no-repeat center center;
}

.banner-interno-contato {
    background: url(../img/contato.png) no-repeat center center;
}

@media (max-width: 599px) {
    .banner-interno-sobre,
    .banner-interno-contato {
        background-position: 75% center;
    }
}

.tit-dif {
    color: #fff;
    font-size: 45px;
    border-top: 5px solid #100c5d;
    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 h5 {
    border-bottom: 1px solid;
    padding-bottom: 4px;
}

.footer .nav-link {
    padding-left: 10px !important;
    font-weight: 500;
    padding-bottom: 0 !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;
}


/*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 {
    background-color: #f4f4f6;
}

.sec-white {
    background-color: #fff;
}

.sec-red {
    background-color: #100c5d;
}

/*Saude box*/
.img-1 {
    background: transparent url(../img/box-1.png) no-repeat top right;
}

.img-2 {
    background: transparent url(../img/box-2.png) no-repeat top left;
}

.img-3 {
    background: transparent url(../img/box-3.png) no-repeat top right;
}

.img-4 {
    background: transparent url(../img/box-4.png) no-repeat top left;
}

.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;
    width: 100%;
    height: 100%;
}

.img-11 {
    background: transparent url(../img/box-10.png) no-repeat top left;
}


/*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: #100c5d;
}


.box-contatos ul li span {
    font-size: 16px;
}


/*Sobre*/
.sec-list {
    background-color: #e2e2e8;
}

.sec-list .list-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0 10px;
}

.sec-list .list-item strong {
    font-size: 15px;
}

.sec-list .list-item i {
    font-size: 45px;
    margin-bottom: 5px;
    color: #100c5d;
}

.sec-list .list-item p {
    margin: 0 0 0 0 !important;
}