@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900&display=swap');

:root {
    --primary: #45adcb;
    --primary-alt: #39a6c6;
    --preto: #0b0d39;
    --preto-opaco: rgba(11, 13, 57, .6);
}
html {
    font-family: 'DM Sans', sans-serif;
}
body {
    font-family: 'DM Sans', sans-serif;
    color: var(--preto-opaco);
}
a {
  color: var(--primary);
}
a:hover {
  color: var(--primary-alt);
}
@media (min-width: 1300px) {
    .container {
        max-width: 1200px;
    }
    .container-xl {
        max-width: 1300px;
    }
}
@media (min-width: 1600px) {
    .container {
        max-width: 1400px;
    }
    .container-xl {
        max-width: 1675px;
    }
}
.banner {
    padding-top: 2rem;
    padding-bottom: 3rem;
    background-color: #0b1b2b;
    color: #fff;
}
.banner .container + .container {
    margin-top: 2rem;
}
@media (min-width: 992px) {
    .banner {
        padding-top: 4.5rem;
        padding-bottom: 10rem;
        background: url('../img/banner.png') no-repeat center #0b1b2b;
        background-size: cover;
    }
    .banner .container + .container {
        margin-top: 4rem;
    }
}
.banner .dropdown, .menu .dropdown {
    display: inline-block;
}
    .banner .dropdown > .dropdown-toggle::after, .menu .dropdown > .dropdown-toggle::after {
        content: none !important;
    }
.banner .dropdown .dropdown-menu, .menu .dropdown .dropdown-menu {
    min-width: 14rem;
    background-color: var(--primary);
    border: 2px solid #fff;
    border-radius: .75rem;
}
.banner .dropdown .dropdown-menu .dropdown-item, .menu .dropdown .dropdown-menu .dropdown-item {
    color: #fff;
    background-color: var(--primary) !important;
}
.banner p {
    color: rgba(255, 255, 255, .6);
}
.banner h1 {
    margin: 1.5rem 0;
    font-weight: 700;
    font-size: 2rem;
}
@media (min-width: 992px) {
    .banner h1 {
        font-size: 2.5rem;
    }
}
.menu {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #0b1b2b;
}
.btn {
    padding: .5rem 1.5rem;
    border-width: 2px;
    border-radius: 1.5rem;
    font-size: .875rem;
    font-weight: 400;
}
.btn-primary,
.btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: var(--primary);
    border-color: #fff;
}
.btn-primary:hover, 
.btn-check:focus + .btn-primary, .btn-primary:focus, 
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--primary-alt);
    border-color: #fff;
}
.btn-check:focus + .btn-primary, .btn-primary:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(69, 173, 203, 0.5);
}
.btn-lg {
    padding: .8rem 1.875rem;
    font-size: .875rem;
    font-weight: 400;
}
.badge-t {
    display: inline-block;
    padding: .75rem 1rem .65rem;
    background-color: var(--primary);
    border-radius: 2rem;
    color: #fff;
    letter-spacing: .1rem;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1;
}
.titulo {
    margin: 0 0 1.75rem;
    color: var(--preto);
    font-size: 1.75rem;
    font-weight: 700;
}
@media (min-width: 992px) {
    .titulo {
        font-size: 3rem;
    }
}
.sobre {
    position: relative;
    padding-top: 1rem;
}
@media (min-width: 992px) {
    .sobre::before {
        content: '';
        position: absolute;
        top: 7rem;
        left: 0;
        width: 45%;
        height: 55%;
        background-color: var(--primary);
        border-top-right-radius: 3rem;
        border-bottom-right-radius: 3rem;
    }
}
.sobre .titulo {
    margin: 1rem 0;
}
.sobre .sobre-texto {
    margin-top: 1.5rem;
}
@media (min-width: 992px) {
    .sobre .sobre-texto {
        margin-top: 8rem;
    }
}
.patologias {
    padding: 5rem 1rem;
    background-color: #f2fbfc;
    border-radius: 2.25rem;
    text-align: center;
}
.patologias .titulo {
    margin: 1rem 0 2.5rem;
}
.patologias .patologia {
    margin-bottom: 3rem;
}
.patologias .patologia a {
    color: inherit;
    text-decoration: none !important;
}
.patologias .patologia .patologia-foto {
    width: 10rem;
    height: 10rem;
    margin: 0 auto 1rem;
    background: no-repeat center;
    background-size: cover;
    border: 3px solid var(--primary);
    border-radius: 50%;
    box-shadow: 0px 15px 35px #00000029;
}
.patologias .patologia h4 {
    margin: 0 0 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--preto);
}
.videos {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 5rem;
}
.videos .titulo {
    margin: 1rem 0 1.5rem;
}
@media (min-width: 992px) {
    .videos .slider-videos {
        padding-bottom: 3rem;
    }
}
.videos .slick-prev, .videos .slick-next {
    top: auto;
    bottom: 0;
    transform: none;
    width: 50px;
    height: 50px;
    background-color: var(--preto);
    border-radius: 50%;
    font-size: 1.15rem;
    color: #fff;
}
.videos .slider-videos .slick-prev {
    left: 46%;
    background-color: #fff;
    color: var(--preto);
}
.videos .slider-videos .slick-next {
    right: 46%;
}
.videos .slider-videos .slick-prev::before, .videos .slider-videos .slick-next::before {
    content: none;
}
.videos .slider-videos .col-12 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.video {
    position: relative;
    margin: 1rem 0 2rem;
    padding: 1.25rem 2.25rem;
    box-shadow: 0px 15px 35px #0000000F;
    border-radius: 2rem;
    background-color: #fff;
    font-size: .825rem;
}
.video a {
    color: inherit;
    text-decoration: none !important;
}
.video .video-foto {
    margin: 0 -1rem;
    background: no-repeat center;
    background-size: cover;
    border-radius: 1.25rem;
    border: 1px solid #dcdce3;
}
.video h4 {
    margin: 1rem 0 .875rem;
    color: var(--preto);
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
}
.video .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    padding: .4rem .75rem;
    border: 1px solid #dcdce3;
    border-radius: 50%;
    box-shadow: none;
}
.qualidade-vida {
    padding: 3rem 1rem;
    background-color: #f2fbfc;
    border-radius: 2.25rem;
}
@media (min-width: 992px) {
    .qualidade-vida {
        padding: 6rem 1rem;
    }
}
.qualidade-vida .titulo {
    margin-bottom: 1rem;
}
.qualidade-vida h4 {
    margin: 2rem 0 1rem;
    color: var(--preto);
    font-size: 1.25rem;
    font-weight: 700;
}
@media (min-width: 992px) {
    .qualidade-vida h4 {
        margin: 6rem 0 1rem;
    }
}
.qualidade-vida ul.fa-ul {
    margin-left: 1.5rem;
}
.qualidade-vida ul.fa-ul li {
    margin-bottom: .5rem;
}
.qualidade-vida ul.fa-ul li i {
    color: var(--preto);
}
.contato {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.form-contato .form-control {
    height: 3rem;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    font-size: .875rem;
}
.form-contato textarea.form-control {
    height: auto;
    padding-top: .75rem;
    resize: none;
}
.form-contato .form-control::-moz-placeholder {
    color: #bababa;
    opacity: 1;
}
.form-contato .form-control:-ms-input-placeholder {
    color: #bababa;
}
.form-contato .form-control::-webkit-input-placeholder {
    color: #bababa;
}
.form-contato .btn {
    font-weight: 700;
    letter-spacing: .1rem;
}
.conteudo-pagina {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.conteudo-pagina .conteudo-pagina-capa {
    margin-bottom: 2rem;
    background: no-repeat center;
    background-size: cover;
}
.conteudo-pagina .conteudo-pagina-capa > img {
    border-radius: 1.25rem;
    border: 3px solid var(--primary);
}
.conteudo-pagina h4 {
    margin: 0 0 1.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--preto);
}
.conteudo-pagina p {
    margin-bottom: 1.5rem;
}
.pagina-404 {
	padding-bottom: 1.2rem;
    font-size: 1.5rem;
    text-align: center;
}
.pagina-404 i.far {
	font-size: 9rem;
    color: var(--primary);
    margin-right: 1.75rem;
}
.pagina-404 p {
	font-size: 100px;
    color: var(--primary);
    margin-bottom: 0 !important;
}
@media (min-width: 992px) {
    .pagina-404 i.far {
        font-size: 12rem;
    }
    .pagina-404 p {
        font-size: 10rem;
    }
}
.doutor {
    display: flex;
    align-items: center;
}
.doutor img {
    margin-right: 1rem;
}
.doutor strong {
    display: block;
    font-size: 1.25rem;
    color: var(--preto);
}
.whatsapp-flutuante {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 998;
}
.whatsapp-flutuante .fa-stack-2x {
    color: #25d366;
}
.whatsapp-flutuante .fa-whatsapp {
    color: #fff;
}
.rodape {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #fff;
}
@media (min-width: 992px) {
    .rodape {
        padding-bottom: 4rem;
    }
}
.rodape img {
    margin-bottom: 2rem;
}
.rodape h4 {
    margin: .5rem 0 1.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--preto);
}
.rodape ul {
    margin-top: .5rem;
    padding-left: 0;
    list-style: none;
}
.rodape ul > li {
    margin-bottom: .5rem;
}
.rodape ul > li > a {
    color: inherit !important;
    font-weight: 500;
}
.redes-sociais {
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 500;
    color: var(--primary);
}
.redes-sociais a {
    display: inline-block;
    background-color: transparent;
    border: 1px solid #dcdce3;
    color: #000;
    text-decoration: none !important;
    border-radius: 50%;
    transition: all .2s linear;
}
.redes-sociais a + a {
    margin-left: .5rem;
}
.redes-sociais a > i {
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 1rem;
    align-items: center;
    justify-content: center;
}
.redes-sociais a:hover {
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
    color: #fff;
}
.faixa-rodape {
    padding-top: .75rem;
    padding-bottom: .75rem;
    border-top: 1px solid #dbdbe6;
    font-size: .875rem;
    color: var(--preto);
    text-align: center;
}
.assinatura-rodape {
    padding-top: .75rem;
    padding-bottom: .75rem;
    border-top: 5px solid var(--preto);
    background-color: #e2e6ea;
    color: var(--preto);
    font-size: .875rem;
    font-weight: 600;
}
.assinatura-rodape img {
    height: 25px;
    margin-left: 1.5rem;
}