body {
    color: #3b3b3a;
}

button:focus {
    outline: none;
}


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

@media (max-width: 576px) {
    .border-left {
        border-left: none !important;
    }
}

@media (min-width: 577px) {
    .border-left {
        border-left: none !important;
    }

    .border-right {
        border-right: 1px solid #ffc8e2 !important;
    }
}

@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;
}

figure {
    margin-bottom: 0;
}

a {
    color: #3b3b3a !important;
    text-decoration: none !important;
}

.clr-theme {
    color: #d5086e;
}

.clr-theme-2 {
    color: #3b3b3a !important;
}

.clr-white {
    color: #fff !important;
}

.border-btn {
    border-bottom: 2px solid #461bff;
    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: 12px 28px;
    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: #d5086e;
}

@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: #ffffff !important;
    border-color: rgba(255, 255, 255, 1);
    background-color: #d5086e;

}

/*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: 46px;
    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: #d5086e !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: #d5086e;
}

.tels .tel-item span {
    font-size: 16px;
    font-weight: 500;
    color: #3b3b3a;
}


/*Banner Principal*/

.bs-banner {
    background: url(../img/imgs/highlight-conheca-a-amil-one.png) no-repeat 90% center;
    background-size: contain;
    position: relative;
    height: 380px;
}


.bs-banner .container {
    position: relative;
}

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

    .bs-banner:before {
        content: " ";
        background: rgba(70, 27, 255, 0.6);
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
    }

}


/*Banner texto*/
.banner-box {
    align-items: center;
    display: flex;
    height: 100%;
}

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

}

@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: 340px;
    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 {


}

.banner-interno-2:before,
.banner-interno-3:before {
    content: " ";
    background: rgba(70, 27, 255, 0.4);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
}

.banner-interno-2 {
    background: url(../img/banner-7.png) no-repeat center center;
    background-size: cover;
    height: 300px;
}


.banner-interno-3 {
    background: url(../img/banner-5.png) no-repeat center center;
    background-size: cover;
    height: 300px;
}

.banner-interno-4 {
    background: url(../img/imgs/highlight-contrate-agora-1.png) no-repeat 80% center;
    background-size: contain;
    height: 340px;
}

@media (max-width: 768px) {

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

.tit-dif {
    color: #d5086e;
    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: #d5086e;
}

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

.footer .nav-link {
    padding: 0 0 10px 10px !important;
    font-weight: 500;
    padding-bottom: 0 !important;
    color: #3b3b3a !important;
}

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

.footer .tels .tel-item i {
    color: #3b3b3a !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: #d5086e;
}


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

.full-sec {
    padding: 0;
}

.full-sec-img {
    background: transparent url(../img/amil-dental.png) no-repeat 0 0;
    background-size: cover;
}

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

.sec-footer {
    background-color: #f3f3f3;
}

.sec-theme {
    background: rgb(213, 8, 110);
    background: linear-gradient(90deg, rgba(213, 8, 110, 1) 6%, rgba(213, 8, 110, 1) 52%, rgba(255, 255, 255, 1) 100%);
}

.sec-theme-2 {
    background: #3b3b3a;
}


.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: #f3f3f3;
}

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

.sec-red {
    background-color: #bf3838;
}

.sec-orange {
    background-color: #f49e00 !important;
}

.sec-bg-full {
    background: transparent url(../img/banners/banner.png) no-repeat center center;
    background-size: cover;
    display: flex;
    position: relative;
}

.sec-bg-full:before {
    content: " ";
    background: rgba(59, 59, 58, 0.4);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.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(39, 39, 39, 0.4);
    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(39, 39, 39, 0.4);
    height: 100%;
    border-radius: 4px;
}


.bg-theme {
    background-color: rgba(244, 158, 0, 0.85)
}

.img-box-right {
    background: transparent url(../img/amil.png) no-repeat left top;
    background-size: cover;
    min-height: 290px;
    position: relative;
}

.img-box-center {
    background: transparent url(../img/amil-4.png) no-repeat center;
    background-size: cover;
    min-height: 240px;
    position: relative;
}

.img-box-center:before, .img-box-right:before {
    content: " ";
    background: rgba(70, 27, 255, 0.2);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
}

.img {
    height: 350px;
}
.img-2 {
    height: 410px;
}

@media (max-width: 576px) {
    .img, .img-2 {
        height: 240px;
    }


}

.img-1 {
    background: url(../img/imgs/highlight-atendimento-exclusivo-1.png) no-repeat center;
    background-size: contain;
    position: relative;
}

.img-2 {
    background: url(../img/imgs/highlight-contrate-agora-1.png) no-repeat center;
    background-size: contain;
    position: relative;
}

.img-3 {
    background: url(../img/imgs/highlight-conheca-a-amil-one.png) no-repeat center;
    background-size: contain;
    position: relative;
}

.img-4 {
    background: url(../img/imgs/highlight-home-page.png) no-repeat center;
    background-size: contain;
    position: relative;
}


.box-form {
    padding: 1rem;
    background-color: #f3f3f3;
    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 a {
    align-items: center;
    display: flex;
}

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


.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 i {
    color: #d5086e !important;
    font-size: 50px;
    margin-bottom: 10px;
}

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

.sec-list .list-item img {
    height: 80px;
}

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

.card {
    padding: 26px;
    width: 90%;
    border-radius: 4px;
    font-size: 26px;
}

.card-black {
    background-color: #3b3b3a;
    color: #d50a6f;
}

.card-df {
    background-color: #d50a6f;
    color: #fff;
}