@import url('https://fonts.googleapis.com/css2?family=Cabin&display=swap');

:root {
    --font-regular: "Cabin";


    --vermelho: #BC4A55;
    --azulMarinho: #00B0B5;
    --branco: #fff;
    --rosa: #C1839F;
    --cinza: #F2F7F8;
    --verde: #005950;
    --verdeClaro: #359B9E;
    --azul: #13588F;
    --cinzaFonte: #757575;
}


* {
    text-decoration: none;
    margin: 0;
    padding: 0;
    outline: none !important;
    list-style: none;
    font-family: var(--font-regular);
    box-sizing: border-box;
    -webkit-appearance: none;
    font-weight: normal;
}

body {
    opacity: 0;
    background-color: #fff;
}

body.active {
    transition: 1s;
    opacity: 1;
}

img {
    max-width: 100%;
}

main {
    padding-top: 80px;
    max-width: 100%;
    overflow: hidden;
}

div,
ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

.swal2-x-mark {
    position: relative !important;
    top: -36px !important;
}

.container {
    width: 85vw;
    ;
    margin: 0 auto;
    max-width: 1290px;
}

a {
    transition: .3s;
}

header {
    padding: 15px 0 15px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: var(--branco);
    box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.3);
}

header .box-faixa-superior {
    background-color: var(--verde);
    margin-bottom: 15px;
    padding: 10px 0;
}

header .box-faixa-superior .container {
    justify-content: flex-end;
}

header .box-faixa-superior .container a {
    display: flex;
    align-items: center;
    color: #fff;
}

header .box-faixa-superior .container a p {
    margin-left: 5px;
    font-size: 14px;
}

header .box-faixa-superior .container span {
    display: flex;
    align-items: center;
    color: #fff;
    margin-left: 50px;

}

header .box-faixa-superior .container span p {
    margin-left: 5px;
    font-size: 14px;
}

header .container {
    position: relative;
}


header .box-bandeiras a:hover {
    transform: scale(1.1);
}


header .box-header .logo {
    width: 264px
}

header .box-header nav {
    width: calc(100% - 264px);
    justify-content: flex-end;
    display: flex;
    align-items: center;
}

header .box-header nav a {
    font-size: 16px;
    display: inline-block;
    margin-left: 7%;
    color: var(--azul);
    position: relative;
}


header .box-header nav a.btn {
    color: var(--azulMarinho);
    transition: 0.2s;
    padding: 12px 20px;
    border: 2px solid var(--azulMarinho);
    border-radius: 30px;
}

header .box-header nav a.btn:hover {
    color: var(--branco);
    background-color: var(--azulMarinho);

}

header .box-header nav a:not(.btn):after {
    content: '';
    width: 0%;
    bottom: -5px;
    height: 2px;
    right: 50%;
    transition: 0.4s;
    background-color: var(--azul);
    display: block;
    position: absolute;
}


header .box-header nav a:hover:after {
    width: 100%;
    right: 0%;
}

header .box-header nav a:first-child {
    margin-left: 0;
}


#banner .item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 760px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

/* Modal Aviso */
.modal-aviso {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;

    background: rgba(43, 43, 43, 0.726);

    display: flex;
    align-items: center;
    justify-content: center;

}

.modal-aviso .modal-container {
    width: 500px;
    height: 500px;
}

.modal-aviso .modal-container img {
    width: 100%;
    height: 100%;
}

#banner.interna .item {
    height: 450px;
}

#banner .item .container {
    flex-direction: column;
    align-items: flex-start;
}

#banner .box-banner.mobile {
    display: none;
}

#banner .item h3 {
    color: #fff;
    font-size: 60px;
    font-weight: 100;
    position: relative;
    left: -200px;
    opacity: 0;
    transition: 1s;
    width: 100%;
}

#banner .item.slick-active h3 {
    left: 0;
    opacity: 1;
}

#banner .item h4 {
    color: var(--azulMarinho);
    font-size: 45px;
    font-weight: bold;
    position: relative;
    left: -200px;
    opacity: 0;
    transition: 1s;
    width: 65%;
}

#banner .item.slick-active h4 {
    left: 0;
    opacity: 1;
}


#banner .item h3 span {
    font-family: var(--font-bold);
    color: var(--rosa);
    position: relative;
    right: -200px;
    opacity: 0;
    transition: 2s;
}

#banner .item.slick-active h3 span {
    right: 0;
    opacity: 1;
}

#banner .item a {
    background-color: #FFCC00;
    color: #fff;
    border-radius: 3px;
    margin-top: 15px;
    right: -200px;
    position: relative;
    opacity: 0;
    transition: 0.2s;
    padding: 10px 40px;
    font-family: var(--font-medium);
}

#banner .item h5 {
    font-weight: bold;
    font-size: 16px;
    color: var(--azulMarinho);
}

#banner .item .box-interna h3 {
    max-width: 300px;
    font-size: 70px;
    line-height: 77px;
}

#banner .item.slick-active a {
    right: 0;
    opacity: 1;
}

#banner .item a:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 20px -5px rgba(0, 0, 0, .7);
}


#banner .slick-dots {
    width: 16px;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    z-index: 10;
    right: 30px;
    top: 0;
    height: 100%;
    align-content: center;
}

#banner .slick-dots li {
    width: 16px;
    height: 16px;
    display: flex;
    margin: 5px 0;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s;
}

#banner .slick-dots li.slick-active {
    border: 1px solid var(--branco);
}

#banner .slick-dots li:hover {
    border: 1px solid #ffffff7d;
}


#banner .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
    border: 0;
    font-size: 0;
    color: transparent;
    background-color: #fff;
}












#menu-interna {
    margin-top: 20px;
}

#menu-interna ul li a {
    padding: 12px 0;
    transition: 0.2s;
    color: #777;
    display: inline-block;
    margin-right: 80px;
    border-bottom: 3px solid transparent;
}


#menu-interna ul li a:hover {
    border-bottom-color: #00B0B5;
}





















#welcome,
#sobre-interna {
    position: relative;
    padding: 100px 0;
}

.box-grid-1 {
    align-items: flex-start;
}

.box-grid-1 .box {
    width: 50%;
}

.box-interna .box-grid-1 .box {
    width: 60%;
}

.box-grid-1 .box:first-child {
    padding-right: 70px;
}

.box-interna .box-grid-1 .box:first-child {
    width: 40%
}

.box-grid-1 .box h2 {
    margin-bottom: 25px;
    width: 100%;
    color: var(--azulMarinho);
    font-size: 34px;
}

.box-grid-1 .box .box-texto {
    max-width: 500px;
}

.box-grid-1 .box .box-texto p {
    margin-bottom: 25px;
    color: var(--cinzaFonte);
    line-height: 30px;

}

.box-grid-1 .box .box-texto p strong {
    font-weight: bold;
}

.box-grid-1 .box a.btn {
    color: var(--vermelho);
    transition: 0.2s;
    font-size: 14px;
    margin-top: 20px;
    padding: 8px 10px;
    text-transform: uppercase;
    border: 2px solid var(--vermelho);
    border-radius: 4px;
}

.box-grid-1 .box a.btn:hover {
    color: var(--branco);
    background-color: var(--vermelho);

}

.box-grid-1 .box iframe {
    height: 380px;
}

.box-grid-1 .box .box-icons {
    justify-content: space-between;
}

.box-grid-1 .box .box-icons li {
    position: relative;
}

.box-grid-1 .box .box-icons li:after {
    content: '';
    width: 1px;
    height: 40%;
    background-color: var(--azulMarinho);
    display: block;
    position: absolute;
    top: 30%;
    right: -30%;
    transform: rotate(20deg);
}

.box-grid-1 .box .box-icons li:last-child:after {
    display: none;
}

.box-grid-1 .box .box-galeria-unidade-interna img {
    width: 100%;
}


#sobre-unidade {
    padding-bottom: 50px;
}

#sobre-unidade .box-sobre-unidade h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    width: 100%;
    color: var(--azulMarinho);
    font-size: 34px;
}

#sobre-unidade .box-sobre-unidade .box-texto {
    max-width: 868px;
    margin: 0 auto;
}

#sobre-unidade .box-sobre-unidade .box-texto p {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    color: var(--cinzaFonte);
    line-height: 30px;
}


















#unidades {
    padding-bottom: 100px;
}

#unidades .box-unidades {
    background-color: #111;
    position: relative;
}

#unidades .box-unidades .slick-list {
    overflow: visible;
}

.slick-dots {
    bottom: -50px;
    position: absolute;
    justify-content: center;
}

.slick-dots li button {
    background-color: #ddd;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 5px;
    border: 0px solid transparent;
    color: transparent;
    transition: 0.2s;
    font-size: 0;
}

.slick-dots li.slick-active button {
    background-color: var(--azulMarinho);
}

#unidades .box-unidades .item {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 2.5%;
    height: 600px;
    transition: 0.3s;
    align-content: flex-end;
    transition-timing-function: ease;
    display: flex;
    flex-wrap: wrap;
}

#unidades .box-unidades .item:hover {
    transform: scale(1.07);
    z-index: 1;
}

#unidades .box-unidades .item:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    transition: 0.2s;
    background-color: rgba(0, 0, 0, 0.6);
}

#unidades .box-unidades .item:hover:before {
    background-color: rgba(0, 0, 0, 0.3);
}

#unidades .box-unidades .item h3 {
    color: #fff;
    font-weight: bold;
    font-size: 34px;
    line-height: 46px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    max-width: 200px;
}

#unidades .box-unidades .item span {
    padding: 12px 20px;
    color: #fff;
    border: 1px solid #fff;
    font-weight: bold;
    position: relative;
    z-index: 1;
    border-radius: 30px;
}

















.btn-guia-medico {
    margin-top: 20px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 35px 0;
    position: relative;
    background-color: #ebf4f9;
    color: var(--azul);
}

.btn-guia-medico:before {
    content: '';
    height: 80px;
    width: 75px;
    background-image: url(../imgs/icon-btn.png);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -40px;
    left: calc(50% - 75px/2);
}

.btn-guia-medico strong {
    font-weight: bold;
}



















#pacotes {
    padding: 50px 0 100px;
}

#pacotes ul li.slick-active button {
    transform: scale(1.7);
}

#pacotes .box-title {
    margin-bottom: 20px;
}

#pacotes .box-title h2 {
    width: 100%;
    text-align: center;
    width: 100%;
    color: var(--azulMarinho);
    font-size: 34px;
}

.box-pacotes {
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto;
}

.box-pacotes .item {
    width: 100%;
    /*max-width: 300px;*/
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.2);
    padding: 25px;
    border-radius: 5px;
    margin: 60px 40px 20px;
    position: relative;
}

.box-pacotes .item .box-icon {
    width: 90px;
    height: 90px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    top: -70px;
    box-shadow: 0 0 20px -5px rgb(0 0 0 / 30%);
    margin: 0px auto -50px;
    background: #fff;
}

.box-pacotes .item .box-info h3 {
    text-align: center;
    font-weight: bold;
    color: #2C93D1;
    width: 100%;
    margin-bottom: 0px;
}

.box-pacotes .item .box-info h5 {
    text-align: center;
    color: #00B0B5;
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    margin-top: 5px;
}

.box-pacotes .item .box-info .box-texto p {
    width: 100%;
    text-align: center;
    color: var(--cinzaFonte);
    line-height: 28px;
}

.box-pacotes .item .box-info .box-texto p.valor {
    margin-bottom: 15px;
}

.box-pacotes .item .box-info .box-texto p.valor span {
    display: block;
}

.box-pacotes .item .box-info .box-texto .box-opcoes {
    /* border-top: 1px solid #ddd; */
    margin: 10px 0 30px;
    position: relative;
}


.box-pacotes .item .box-info .box-texto .box-opcoes ul {
    overflow: hidden;
    max-height: 0;
}

.box-pacotes .item .box-info .box-texto .box-opcoes.active ul {
    max-height: initial;
}

.box-pacotes .item .box-info .box-texto .box-opcoes:after {
    content: 'Ver exames';
    position: absolute;
    color: #00B0B5;
    width: 100%;
    cursor: pointer;
    text-align: center;
    bottom: -25px;
    left: 0;
    display: block;
}

.box-pacotes .item .box-info .box-texto .box-opcoes.active:after {
    display: none;
}

.box-pacotes .item .box-info .box-texto .box-opcoes.active:before {
    content: 'Ocultar exames';
    position: absolute;
    color: #00B0B5;
    width: 100%;
    text-align: center;
    cursor: pointer;
    bottom: -25px;
    left: 0;
    display: block;
}


.box-pacotes .item .box-info .box-texto ul li {
    display: flex;
    color: var(--cinzaFonte);
    width: 100%;
    padding: 10px 30px;
    border-bottom: 1px solid #ddd;
    align-items: center;
}

.box-pacotes .item .box-info .box-texto ul li:first-child {
    border-top: 1px solid #ddd;
}

.box-pacotes .item .box-info .box-texto ul li span {
    display: inline-block;
    width: 100px;
}

.box-pacotes .item .box-btn {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.box-pacotes .item .box-btn a {
    color: #00B0B5;
    display: inline-block;
    margin: 10px auto 0;
    padding: 15px 30px;
    border-radius: 30px;
    border: 2px solid #00B0B5;
    transition: .2s;
}

.box-pacotes .item .box-btn a:hover {
    background-color: #00B0B5;
    color: #fff;
}




























#news {
    padding: 30px 0;
}

#news h2 {
    color: var(--azulMarinho);
    text-align: center;
    width: 100%;
}

.box-blog {
    padding-bottom: 50px;
    justify-content: space-around;
}

.box-blog .item {
    transition: 0.2s;
    margin: 50px 20px 30px;
    padding: 20px;
    width: 350px;
}

.box-blog .item:hover {
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
    border-radius: 0px;
}

.box-blog .item .imagem {
    width: 100%;
    height: 190px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.box-blog .item .box-infos {
    margin-top: 20px;
}

.box-blog .item .box-infos span {
    display: block;
    margin-bottom: 5px;
    color: #FFCC00;
    font-weight: bold;
    font-size: 12px;
}

.box-blog .item .box-infos h3 {
    font-size: 12px;
    font-weight: bold;
    color: var(--azul);
    margin-bottom: 15px;
}

.box-blog .item .box-infos p {
    font-size: 14px;
    line-height: 20px;
    color: #444;
    margin-bottom: 20px;
}

.box-blog .item .box-infos .btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 3px;
    border: 2px solid #FFCC00;
    color: #FFCC00;
    text-transform: uppercase;
    transition: 0.2s;
}

.box-blog .item .box-infos .btn:hover {
    background: #FFCC00;
    color: #000;
}

.box-blog .btn-mais {
    display: inline-block;
    margin: 30px auto 0;
    border: 1px solid var(--azulMarinho);
    padding: 12px 20px;
    width: 250px;
    text-align: center;
    color: var(--azulMarinho);
    border-radius: 30px;
    position: relative;
    transition: 0.2s;
}

.box-blog .btn-mais:hover {
    background-color: var(--azulMarinho);
    color: #fff;
}




















#especialidades {
    padding: 50px 0;
}

#especialidades h3 {
    color: #2C93D1;
    font-size: 28px;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}

#especialidades .box-especialidades {
    align-items: initial;
    margin-bottom: -120px;
    justify-content: center;
}

#especialidades .box-especialidades .item {
    padding: 20px 25px;
    box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    width: calc((100% - 90px)/4);
    align-content: flex-start;
    margin-right: 30px;
    background-color: #fff;
}

#especialidades .box-especialidades .item:last-child {
    margin-right: 0;
}

#especialidades .box-especialidades .item a {
    display: inline-flex;
    align-content: center;
    font-size: 14px;
    width: 100%;
    color: #666;
    padding: 8px 0;
}

#especialidades .box-especialidades .item a img {
    margin-right: 5px;
}














.corpoClinico.home {
    padding: 50px 0 50px;
}

.corpoClinico.servicos {
    background-color: #edf7fa;
    padding: 50px 0 50px;
}

.corpoClinico {
    background-color: #f5f6f6;
    padding: 150px 0 50px;
}

.corpoClinico .box-parte-superior-corpoClinico {
    align-items: center;
    margin-bottom: 40px;
}

.corpoClinico .box-parte-superior-corpoClinico .box-infos {
    width: calc(100% - 300px);
}

.corpoClinico .box-parte-superior-corpoClinico .box-infos h3 {
    color: #2C93D1;
    margin-bottom: 10px;
    font-size: 28px;
    width: 100%;
}

.corpoClinico .box-parte-superior-corpoClinico .box-infos .unidade {
    display: none;
}

.corpoClinico .box-parte-superior-corpoClinico .box-infos p {
    color: #666;
    font-size: 14px;
}

.corpoClinico .box-parte-superior-corpoClinico .box-select {
    width: 300px;
}

.corpoClinico .box-parte-superior-corpoClinico .box-select span {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    color: #666;
}

.corpoClinico .box-parte-superior-corpoClinico .box-select select {
    width: 220px;
    padding: 14px 20px;
    border-radius: 50px;
    border: 0;
    -webkit-appearance: auto;
    box-shadow: 0px 2px 8px -2px rgb(0 0 0 / 10%);
}

.box-corpoClinico {
    justify-content: flex-start;
    align-items: flex-start;
}

.box-corpoClinico.limited {
    height: 370px;
    position: relative;
    overflow: hidden;
}

.box-corpoClinico.limited:after {
    content: '';
    width: 100%;
    height: 70px;
    bottom: 0;
    position: absolute;
    display: block;
    left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,f5f6f6+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(245, 246, 246, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(245, 246, 246, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(245, 246, 246, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#f5f6f6', GradientType=0);
    /* IE6-9 */

}

.box-corpoClinico .item {
    width: calc(100%/3);
    margin-bottom: 30px;
}

.box-corpoClinico .item .box-imagem {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.box-corpoClinico .item .box-info {
    width: calc(100% - 100px);
    padding-left: 20px;
}

.box-corpoClinico .item .box-info h4 {
    width: 100%;
    color: #0071B1;
    font-weight: bold;
    font-size: 15px;
}

.box-corpoClinico .item .box-info p {
    width: 100%;
    margin-top: 7px;
    color: #808C8F;
    font-size: 14px;
}

.corpoClinico .box-ver-mais {
    justify-content: center;
    display: none;
    margin-top: 30px;
}

.corpoClinico .box-ver-mais span {
    cursor: pointer;
    display: inline-block;
    color: var(--azulMarinho);
    transition: 0.2s;
    padding: 12px 20px;
    border: 2px solid var(--azulMarinho);
    border-radius: 30px;
}

.corpoClinico .box-ver-mais span:hover {
    color: var(--branco);
    background-color: var(--azulMarinho);
}














#agendeConsulta {
    padding: 70px 0;
}

#agendeConsulta .box-bloco {
    margin: 0 auto;
    /* justify-content: space-between; */
    justify-content: center;
    max-width: 800px;
}

#agendeConsulta .box-agende {
    width: 45%;
    position: relative;
}

#agendeConsulta .box-agende:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    display: block;
    background-color: var(--azulMarinho);
    top: 0;
    left: -30px;
}

#agendeConsulta .box-agende:first-child:before {
    display: none;
}

#agendeConsulta .box-agende .icon {
    justify-content: center;
}

#agendeConsulta .box-agende h3 {
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #0071B1;
    font-size: 26px;
    margin: 15px 0 20px;
}

#agendeConsulta .box-agende p {
    line-height: 22px;
    color: #808C8F;
    text-align: center;
    font-size: 15px;
}

#agendeConsulta .box-agende a {
    display: inline-block;
    margin: 30px auto 0;
    border: 1px solid var(--azulMarinho);
    padding: 12px 20px;
    width: 250px;
    text-align: center;
    color: var(--azulMarinho);
    border-radius: 30px;
    position: relative;
    transition: 0.2s;
}

#agendeConsulta .box-agende a i {
    position: absolute;
    right: 15px;
    font-size: 20px;
}

#agendeConsulta .box-agende a:hover {
    background-color: var(--azulMarinho);
    color: #fff;
}












#map {
    height: 500px;
}

#map div {
    width: auto;
}











#contato {
    position: relative;
    background-image: url('../imgs/bg-contato.jpg');
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#contato:before {

    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(1 19 62 / 81%);
    z-index: 0;

}

#contato .container {
    position: relative;
    z-index: 1;
}

#contato .box-contato {
    justify-content: flex-start;
    align-content: center;
}

#contato .box-contato .box {
    width: 50%;
}


#contato .box-contato .box:not(.frm):last-child {
    padding: 0 10%;
    align-content: center;
}

#contato .box-contato .box h2,
#contato .box-contato .box h3 {
    font-family: var(--font-bold);
    font-size: 26px;
    color: #0071B1;
    width: 100%;
    margin-bottom: 0px;
}

#contato .box-contato .box h3 {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 30px;
}

#contato .box-contato .box h2.interno {
    margin-bottom: 20px;
}

#contato .box-contato .box p {
    width: 100%;
    color: #fff;
    margin-bottom: 10px;
}

#contato .box-contato .box a {
    color: #fff;
}

#contato .box-contato .box a:hover {
    color: var(--azulMarinho);
}


#contato .box-contato .box form h3 {
    margin-bottom: 30px;
    color: var(--azul);
    line-height: 38px;
    font-size: 26px;
}

#contato .box-contato .box .box-final-de-semana {
    margin-top: 50px;
}

#contato .box-contato .box .box-final-de-semana.interna {
    margin-top: 20px;
    max-width: 300px;
}

#contato .box-contato .box .box-final-de-semana.interna p {
    font-size: 18px;
    line-height: 26px;
}

#contato .box-contato .box .box-final-de-semana h2 {
    margin-bottom: 10px;
}

#contato .box-contato .box .box-final-de-semana p {
    margin: 10px 0;
}

#contato .box-contato .box .box-final-de-semana a {
    color: #fff;
}

#contato .box-contato .box .box-final-de-semana a i {
    display: inline-block;
    margin-right: 5px;
}




#contato .box-contato .box .logo {
    margin-top: 20px;
}

#contato .box-contato .box .logo a {
    justify-content: center;
    align-items: center;
    display: flex;
}

#contato .box-contato .box .box-icon {
    width: 70px;
    height: 70px;
    position: relative;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    color: #fff;
    z-index: 2;
    border-radius: 50%;
    background-color: #35C369;
}

#contato .box-contato .box .logo a span {
    display: inline-block;
    padding: 12px 25px 13px 60px;
    border: 1px solid #00B0B5;
    position: relative;
    left: -40px;
    z-index: 1;
    color: #00B0B5;
    font-weight: bold;
    font-size: 20px;
    border-radius: 30px;
    transition: 0.2s;
}

#contato .box-contato .box .logo a:hover span {
    background-color: #35C369;
    color: #fff;
    border-color: #35C369;
}

#contato .box-contato .box .btn {
    color: var(--rosa);
    margin-top: 20px;
    transition: 0.2s;
    font-family: var(--font-bold);
    padding: 8px 20px;
    font-size: 26px;
    border: 2px solid var(--rosa);
    border-radius: 4px;
}

#contato .box-contato .box .btn:hover {
    background-color: var(--azulMarinho);
    color: #fff;
}

#contato .box-contato .box .box-form {
    background-color: #fff;
    border-radius: 5px;
    padding: 13%;
}

#contato .box-contato .box .box-form form {
    width: 100%;
}

#contato .box-contato .box .box-form .box-input {
    margin-bottom: 35px;
    position: relative;
}

#contato .box-contato .box .box-form .box-input label.error {
    position: absolute;
    color: red;
    font-size: 12px;
    right: 0;
    bottom: 8px;
}

#contato .box-contato .box .box-form .box-input span {
    display: block;
    text-transform: uppercase;
    color: #666;
    width: 100%;
    font-size: 13px;
    margin-bottom: 0px;
}

#contato .box-contato .box .box-form .box-input input,
#contato .box-contato .box .box-form .box-input textarea {
    border: 0px solid #fff;
    width: 100%;
    padding: 10px 0;
    border-bottom: 2px solid var(--azulMarinho);
}

#contato .box-contato .box .box-form .box-input input.error,
#contato .box-contato .box .box-form .box-input textarea.error {
    border-color: red;
}

#contato .box-contato .box .box-form .box-input textarea {
    min-height: 100px;
}

#contato .box-contato .box .box-form .box-input input::placeholder {
    /*text-transform: uppercase;*/
    color: #aaa;
    font-weight: 100;
    font-size: 16px;
}


#contato .box-contato .box .box-form .box-submit {
    justify-content: flex-end;
}

#contato .box-contato .box .box-form .box-submit input[type='submit'] {
    color: var(--azulMarinho);
    transition: 0.2s;
    cursor: pointer;
    background-color: #fff;
    padding: 12px 20px;
    text-align: center;
    font-size: 16px;
    border: 2px solid var(--azulMarinho);
    border-radius: 30px;
}

#contato .box-contato .box .box-form .box-submit input[type='submit']:hover {
    background-color: var(--azulMarinho);
    color: #fff;
}


.loading {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background: rgb(255 255 255 / 71%);
    top: 0;
    left: 0;
    justify-content: center;
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading span {
    width: 80px;
    height: 80px;
    border: 6px solid #00b0b5;
    border-bottom-color: transparent;
    border-radius: 50%;
    animation: loading 1s linear infinite;
}








#sobre-interna .box-galeria-unidade-interna a .imagem {
    height: 440px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.sf-toolbar {
    display: none !important;
}


#blog-interna,
#post {
    margin-top: 0;
}

#blog-interna .box-blog {}

.migalha {
    width: 100%;
    justify-content: flex-start;
    margin: 20px 0;
}

.migalha a:after {
    content: '>';
    display: block;
    position: absolute;
    right: -12px;
    top: 0;
}

.migalha ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.migalha ul li {
    position: relative;
    font-size: 14px;
    margin-right: 14px;
    font-family: var(--font-regular);
    color: var(--cinzaFonte)
}

.migalha ul li a {
    font-size: 14px;
    color: var(--cinzaFonte);
    font-family: var(--font-regular);
}

#blog-interna .box-blog .posts {
    justify-content: flex-start;
    align-items: flex-start;
}

#blog-interna .box-blog .posts .item {
    width: calc(100%/3 - 20px);
    margin: 10px 30px 50px 0;
}

#blog-interna .box-blog .posts .item:nth-child(3n) {
    margin-right: 0;
}

#blog-interna .box-blog .posts .item a {}

#blog-interna .box-blog .posts .item .imagem {
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#blog-interna .box-blog .posts .item .infos {}

#blog-interna .box-blog .posts .item .infos .titulo {
    min-height: 70px;
    margin: 10px 0;
}

#blog-interna .box-blog .posts .item .infos .titulo h2 {
    font-family: var(--font-regular);
    font-weight: bold;
    width: 100%;
    text-align: left;
    color: var(--azul);
    font-size: 16px;
}

#blog-interna .box-blog .posts .item .infos p {
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: var(--cinzaFonte);
    line-height: 26px;
}




#post .btn-mais {}

#post .box-post {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

#post .box-post .conteudo {
    margin-bottom: 50px;
    max-width: 80%;
}

#post .box-post .conteudo .tit {}

#post .box-post .conteudo .tit h1 {
    font-size: 28px;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    color: var(--azul);
}

#post .box-post .conteudo .imagem {
    width: 100%;
    height: 56vh;
    overflow: hidden;
    position: relative;
    margin: 15px 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}

#post .box-post .conteudo .texto {}

#post .box-post .conteudo .texto h2,
#post .box-post .conteudo .texto h3,
#post .box-post .conteudo .texto h4,
#post .box-post .conteudo .texto h5 {
    width: 100%;
    color: #FFCC00;
    font-family: var(--fonte-bold);
    font-size: 20px;
    margin: 20px 0 30px;
}

#post .box-post .conteudo .texto ul,
#post .box-post .conteudo .texto ol {
    padding-left: 20px;
    width: 100%;
}

#post .box-post .conteudo .texto p,
#post .box-post .conteudo .texto li {
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
    list-style: disc;
    font-family: var(--fonte-regular);
    color: var(--cinzaFonte);
}

#post .box-post .conteudo .texto a {
    color: var(--cinzaFonte);
    text-decoration: underline;
}




#parceiros {
    background-color: #fff;
    padding: 40px 0;
}

#parceiros .titulo h2 {
    color: #2C93D1;
    margin-bottom: 10px;
    font-size: 28px;
    width: 100%;
    color: var(--azulMarinho);
    text-align: center;
}

#parceiros .box-parceiros {
    /*margin: 40px 0;*/
}

#parceiros .box-parceiros .item {
    margin: 0 40px;
    /*max-width: 200px;*/
    display: flex;
    justify-content: center;
}

#parceiros .box-parceiros .item a {}

#parceiros .box-parceiros .item img {
    max-height: 100px;
    max-width: 100px;
    width: 100%;
    transition: 0.2s;
}

#parceiros .box-parceiros .item img:hover {
    filter: grayscale(0);
}

#parceiros .box-parceiros .slick-track {
    display: flex;
}

#parceiros .box-parceiros .slick-dots {
    justify-content: center;
    margin-top: 0;
    bottom: 0;
    position: relative;
}

#parceiros .box-parceiros .slick-dots li button {
    background-color: #ddd;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    border-radius: 50%;
    border: 0px solid transparent;
    font-size: 0;
    color: transparent;
    cursor: pointer;
}


#parceiros .box-parceiros .slick-dots li.slick-active button {
    background-color: var(--azulMarinho);
}

.corpoClinico.servicos .ver-todos {
    width: 100%;
    justify-content: center;
}

.corpoClinico.servicos a.btn {
    color: var(--vermelho);
    transition: 0.2s;
    font-size: 14px;
    margin-top: 20px;
    padding: 8px 10px;
    text-transform: uppercase;
    border: 2px solid var(--vermelho);
    border-radius: 4px;
}

.corpoClinico.servicos a.btn:hover {
    color: var(--branco);
    background-color: var(--vermelho);
}









/* #corpoClinicoPdf .container{
    width: 730px;
} */

#corpoClinicoPdf .box-parte-superior-corpoClinico .box-infos {
    width: calc(100% - 550px);
}

#corpoClinicoPdf .box-parte-superior-corpoClinico .box-select {
    width: 550px;
}

#corpoClinicoPdf .box-parte-superior-corpoClinico .box-select select:nth-child(2) {
    margin-left: 15px;
}

.box-header-pdf {
    padding: 20px 0;
}

.box-header-pdf .box-logo {
    width: 200px;
}

.box-header-pdf .box-titulo {
    width: calc(100% - 200px);
    padding-left: 0px;
    justify-content: space-between;
    position: relative;
}

.box-header-pdf .box-titulo.inline-box {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.box-header-pdf .box-titulo.inline-box p {
    color: #666;
    font-size: 14px;
    margin-top: .5rem;
}


.box-header-pdf .box-titulo h1 {
    font-weight: bold;
    color: #124476;
    font-size: 22px;
    width: auto;
    padding-left: 25px;
    margin-left: 20px;
    border-left: 2px solid #124476;
    ;
}

.box-header-pdf .box-titulo .gerarPdf {
    padding: 5px 20px;
    border: 0px solid transparent;
    background-color: #124476;
    color: #fff;
    border-radius: 4px;

    cursor: pointer;
}

#CorpoClinico .box-setor {
    padding-top: 15px;
}

#CorpoClinico .box-setor h3 {
    font-weight: bold;
    margin-bottom: 20px;
    color: #124476;
    font-size: 20px;
}

#CorpoClinico .box-setor .box-bloco .box-corpoClinico.limited {
    height: auto !important;
}


/* Resets para impressao */
.corpo-clinico-interna {
    padding: 1rem;
}

.corpo-clinico-interna .box-bloco .box-corpoClinico.limited {
    height: unset;
}


.box-corpoClinico .item .box-info {
    width: calc(100% - 50px);
    margin-top: 15px;
}

.box-corpoClinico .item .box-info p {
    margin-top: 5px;
    font-size: 12px;
}







footer {
    background-color: #00B0B5;
}


footer .box-map-site {
    padding: 60px 0;
}

footer .box-map-site .container {
    justify-content: flex-start;
    align-items: flex-start;
}

footer .box-map-site .item {
    width: calc(70%/3);
    padding-right: 20px;
}

footer .box-map-site .item:first-child {
    margin-top: 20px;
    width: 30%;
}

footer .box-map-site .item p {
    margin-top: 20px;
    max-width: 150px;
    text-align: center;
    color: #fff;
    line-height: 20px;
}

footer .box-map-site .item h3 {
    color: var(--azul);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

footer .box-map-site .item ul:not(.box-redes-sociais) li {
    color: #fff;
    width: 100%;
    font-size: 15px;
    margin-bottom: 8px;
}

footer .box-map-site .item ul li a {
    color: #fff;
    font-size: 15px;
}

footer .box-map-site .item ul li a:hover {
    color: var(--azul);
}

footer .box-map-site .item ul.box-redes-sociais {
    margin-bottom: 20px;
}

footer .box-map-site .item ul.box-redes-sociais li a i {}

footer .box-map-site .item ul.box-redes-sociais li a {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
    background-color: var(--azul)
}

footer .box-map-site .item ul.box-redes-sociais li a:hover {
    background-color: #fff;
}










footer .box-direitos {
    padding: 30px 0;
    background-color: #fff;
    justify-content: center;
    text-align: center;
}

footer .box-direitos p {
    font-size: 14px;
}

footer .box-direitos p a {
    position: relative;
    top: 2px;
}

@media(max-width: 1600px) {

    #banner .item {
        height: 610px;
    }

}

@media(max-width: 1440px) {

    .container {
        width: 95vw;
    }


}

@media(max-width: 1366px) {


    #banner .item {
        height: 510px;
    }


}

@media(max-width: 1180px) {
    #banner .item {
        height: 420px;
    }



}

@media(max-width: 978px) {

    main {
        padding-top: 55px;
    }

    header {
        z-index: 10;
        position: fixed;
        padding: 10px 0;
        width: 100%;
        z-index: 9999;
    }

    header .box-bandeiras {
        position: absolute;
        top: 17px;
        right: 55px;
        width: auto;
    }

    header .logo a {
        display: flex;
    }


    header .box-header .box-menu {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        position: relative;
        z-index: 2;
    }

    header .box-header .box-menu span {
        width: 28px;
        height: 2px;
        background: #1fb39a;
        display: block;
        transition: 0.2s;
        position: relative;
    }

    header.open .box-header .box-menu span {
        transform: rotate(45deg);
    }

    header .box-header .box-menu span:before {
        content: '';
        width: 100%;
        height: 100%;
        background: #1fb39a;
        display: block;
        position: absolute;
        transition: 0.2s;
        top: -8px;
    }

    header.open .box-header .box-menu span:before {
        transform: rotate(-90deg);
        top: 0;
    }

    header .box-header .box-menu span:after {
        content: '';
        width: 100%;
        height: 100%;
        background: #1fb39a;
        display: block;
        transition: 0.2s;
        position: absolute;
        top: 8px;
    }

    header.open .box-header .box-menu span:after {
        opacity: 0;
    }

    header.open .box-header nav {
        top: 0;
    }

    header .box-header nav {
        position: absolute;
        top: -100%;
        transition: 0.3s;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
        padding-right: 0;
        position: fixed;
        left: 0;
        width: 100%;
        z-index: 1;
        background: #fff;
        height: 100%;
        overflow: auto;
    }

    header nav div .box-submenu {
        position: static;
        max-height: 180px;
        overflow: auto;
    }

    header nav div .box-submenu a {
        font-size: 20px;
        margin: 10px 0;
    }

    header .box-header nav div {
        width: 100%;
        text-align: center;
    }

    header .box-header nav a {
        color: #000;
        display: block;
        font-size: 25px;
        padding: 10px 0;
        width: 100%;
        margin-left: 0%;
        text-align: center;
    }

    header .box-header {
        justify-content: space-between;
    }

    header nav>div {
        padding: 10px 0px;
    }

    header .cta {
        position: absolute;
        right: 50px;
        top: 5px;
    }

    header .logo a img {
        width: 190px;
    }

    header .box-header nav a.btn {
        width: auto;
        font-size: 20px;
        margin-top: 20px;
    }




    #banner .item {
        height: 390px;
    }

    #menu-interna ul {
        justify-content: center;
    }

    #menu-interna ul li a {
        margin-right: 40px;
    }



    .box-interna .box-grid-1 .box,
    .box-interna .box-grid-1 .box:first-child {
        width: 100%;
    }


    .box-grid-1 .box:first-child {
        padding-right: 0;
    }

    .box-grid-1 .box .box-texto {
        max-width: 100%;
    }

    #especialidades .box-especialidades .item {
        width: calc((100% - 30px)/2);
        margin-bottom: 40px;
    }

    .box-pacotes {
        max-width: 600px;
    }

    .box-pacotes .item {
        margin: 60px 5px 20px;
    }

    #especialidades .box-especialidades .item:nth-child(2n) {
        margin-right: 0;
    }


    .corpoClinico .box-corpoClinico .item {
        width: calc(100%/2);
    }

    #contato .box-contato .box:not(.frm):last-child {
        padding: 0 0;
        align-content: center;
    }

    #blog-interna .box-blog .posts .item,
    #blog-interna .box-blog .posts .item:nth-child(3n) {
        width: calc(100%/2 - 20px);
        margin: 0px 30px 50px 0;
    }

    #blog-interna .box-blog .posts .item:nth-child(2n) {
        margin: 0;
    }

    #blog-interna {
        margin-bottom: 50px;
    }

}

@media(max-width: 768px) {

    .container {
        width: 90vw;
    }

    #banner .item h3 {
        font-size: 55px;
        line-height: 65px;
    }

    #banner .slick-dots {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        z-index: 10;
        right: 0;
        top: inherit;
        height: 30px;
        align-content: center;
        bottom: 30px;
        justify-content: center;
    }

    #banner .slick-dots li {
        width: 28px;
        height: 28px;
        margin: 0px 10px;
    }

    #banner .slick-dots li button {
        width: 20px;
        height: 20px;
    }




    #contato .box-contato .box {
        margin-bottom: 30px;
        width: 100%;
    }


    .box-grid-1 .box .box-icons li:after {
        display: none;
    }

    .box-blog .item {
        margin: 10px 20px 10px;
    }


    #blog-interna .box-blog .posts .item .imagem {
        height: 170px;
    }


    footer .box-map-site .item:first-child,
    footer .box-map-site .item {

        width: 50%;
        padding-right: 0;
        margin-bottom: 30px;
    }


}

@media(max-width: 580px) {

    .box-pacotes .item .box-info .box-texto ul li {
        padding: 10px 10px;
    }


    #banner .box-banner.mobile {
        display: block;
    }


    #banner .box-banner.desk {
        display: none;
    }



    #banner .item {
        /*background-image: url(../imgs/banner-mobile.png) !important;*/
        height: 100vh;
    }

    /*   #banner .item .container{
        display: none;
    }*/

    #menu-interna ul {
        justify-content: space-between;
    }

    #menu-interna ul li a {
        margin-right: 0;
    }

    #welcome,
    #sobre-interna {
        position: relative;
        padding: 40px 0;
    }

    .corpoClinico .box-corpoClinico .item {
        width: 100%;
    }

    #contato .box-contato .box form h3 {
        line-height: 30px;
        font-size: 20px;
    }

    .corpoClinico .box-parte-superior-corpoClinico .box-infos {
        width: 100%;
        margin-bottom: 30px;
    }

    #contato .box-contato .box .box-form {
        padding: 7%;
    }

    #especialidades .box-especialidades .item {
        width: 100%;
        margin-right: 0;
    }

    .box-grid-1 .box .box-icons li {
        position: relative;
        width: 100%;
        text-align: center;
    }

    #unidades .box-unidades .item {
        padding: 1.5%;
    }

    #unidades .box-unidades .item h3 {
        font-size: 54px;
        line-height: 65px;
    }

    .box-blog .item {
        margin: 10px 0px 10px;
    }

    #contato .box-contato .box h2,
    #contato .box-contato .box p,
    #contato .box-contato .box h3 {
        text-align: center;
    }

    #banner.interna .item {
        height: 340px;
    }

    #agendeConsulta {
        padding-bottom: 0;
    }

    #agendeConsulta .box-agende {
        width: 100%;
        position: relative;
        margin-bottom: 40px;
    }

    #contato .box-contato .box .logo a span {
        font-size: 16px;
    }

    #blog-interna .box-blog .posts .item,
    #blog-interna .box-blog .posts .item:nth-child(3n) {
        width: 100%;
        margin: 0px 0px 50px 0;
    }


    #blog-interna .box-blog .posts .item .imagem {
        height: 230px;
    }

    #post .box-post .conteudo .imagem {
        height: 30vh;
        min-height: 260px;
    }





    footer .box-map-site .item .logo-footer {
        width: 200px;
    }

    footer .box-map-site .item:first-child,
    footer .box-map-site .item {

        width: 100%;
        text-align: center;
        padding-right: 0;
        justify-content: center;
        margin-bottom: 30px;
    }

    footer .box-map-site .item ul.box-redes-sociais {
        margin-bottom: 20px;
        justify-content: center;
    }
}

/* Configurações para impressao de uma página */
@media print {}

/* Modal Aviso */
#banner .box-banners .cada-banner a,
#clube_beneficios_modal .bg-modal .modal-contents .modal_clube .modal_box a,
.chamada-2 .box-form-chamada .box-form .row input[type=submit] {
    transition: .3s;
    cursor: pointer
}

#clube_beneficios_modal .bg-modal .modal-contents .modal_clube .modal_box a:hover {
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 34%)
}

#clube_beneficios_modal .modal-contents {
    width: 450px !important;
    height: 250px !important;
    position: relative;
    background-color: #ffffff;
    text-align: center;
}

#clube_beneficios_modal .modal-contents section {
    padding: 2.5%;
    color: #00539f;
}

#clube_beneficios_modal .modal-contents section p {
    margin-top: 25px;
    width: 85%;
    margin: 15px auto 0 auto;
    line-height: 1.2;
}

#clube_beneficios_modal .modal-contents section p span {
    font-weight: bold;
    margin-top: 7.5px;
}