@charset "UTF-8";

/* =================================================================== 
 *
 *  
 *  ------------------------------------------------------------------
 *
 *
 *
 * =================================================================== */

/* -----------------------------------------------------
Media Query Exemplos
-----------------------------------------------------

@media only screen and (min-width: 320px) {}
@media only screen and (min-width: 480px) {}
@media only screen and (min-width: 600px) {}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 830px) {}
@media only screen and (min-width: 992px) {}
@media only screen and (min-width: 1382px) {}

@media only screen and (min-width: 320px) {}
@media only screen and (min-width: 992px) {}
@media only screen and (min-width: 1200px) {}

Variáveis

no html
style="--clr:#f8ff00;

no css
background: var(--clr);
*/

/* import fonts 

font-family: 'Lato', sans-serif;
font-family: 'Montserrat', sans-serif;

*/



/* ==========================================
*
*  FEATURES
* 
* ======================================== */
#features {
    background: #ffffff;
    padding: 50px 0;
}
#features .cont-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#features .cont-flex div {
    text-align: center;
}
#features .cont-flex div p {
    font-family: 'Montserrat', sans-serif;    
    font-weight: normal;
    color: #343434;
    margin-top: 10px;    
}
#features .cont-flex div p span {
    text-transform: uppercase;
    font-weight: 600;
}


/* ================================================================= 
*
*  
*  RESPONSIVO
*
*
* ================================================================ */
@media only screen and (min-width: 320px) {
    #features .cont-flex {
        flex-direction: column;
    }
    #features .cont-flex div {
        margin-bottom: 20px;
    }
    #features .cont-flex div:last-child {
        margin-bottom: 0;
    }
    #features .cont-flex div p {
        font-size: 20px;
        line-height:25px;
    }
}
@media only screen and (min-width: 992px) {
    #features .cont-flex {
        flex-direction: row;
    }
    #features .cont-flex div {
        margin-bottom: 0;
    }
    #features .cont-flex div p {
        font-size: 25px;
        line-height:30px;
    }
}




/* ==========================================
*
*  SER O NÚMERO 1 EM OFTALMOLOGIA
* 
* ======================================== */
#ser-01-oftalmo {
    background: #DFF0FC;
    padding: 50px 0;    
}
#ser-01-oftalmo h2 {
    text-align: center;    
    color: #575757;
    text-transform: uppercase;
    font-weight: 700;    
}
#ser-01-oftalmo h2 span {
    color: #0091CD;
}


/* ================================================================= 
*
*  
*  RESPONSIVO
*
*
* ================================================================ */
@media only screen and (min-width: 320px) {
    #ser-01-oftalmo h2 {
        font-size: 30px;
        line-height: 37px;
    }
}
@media only screen and (min-width: 992px) {
    #ser-01-oftalmo h2 {
        font-size: 50px;
        line-height: 57px;
    }
}



/* ==========================================
*
*  QUADRO DE FOTOS
* 
* ======================================== */
#quadro-de-fotos {
    padding: 50px 0;
    background: transparent;
}
#quadro-de-fotos img {
    max-width: 100%;
}
#quadro-de-fotos p {
    font-family: 'Montserrat', sans-serif;    
    font-weight: normal;
    color: #343434;
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px;
}
#quadro-de-fotos p span {
    color: #0091CD;
}
#quadro-de-fotos .cont-flex {
    display: flex;
    gap: 20px;
    position: relative;
    z-index: 2;
}
#quadro-de-fotos .cont-flex div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
}


/* ================================================================= 
*
*  
*  RESPONSIVO
*
*
* ================================================================ */
@media only screen and (min-width: 320px) {
    #quadro-de-fotos .cont-flex {
        flex-direction: column;
    }    
}
@media only screen and (min-width: 992px) {
    #quadro-de-fotos .cont-flex {
        flex-direction: row;
    }
}



/* ==========================================
*
*  PLANOS
* 
* ======================================== */
#planos {
    background: #F5F5F5;
    padding: 120px 0 50px 0;
    margin-top: -120px;
    position: relative;
    z-index: 1;
}
#planos h2 {
    font-family: 'Montserrat', sans-serif;    
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 60px;
    color: #0091CD;
}
#planos h2 span {
    color: #575757;
}



/* ================================================================= 
*
*  
*  RESPONSIVO
*
*
* ================================================================ */
@media only screen and (min-width: 320px) {
    #planos h2 {
        font-size: 30px;
        line-height: 40px;
    }   
}
@media only screen and (min-width: 992px) {
    #planos h2 {
        font-size: 50px;
        line-height: 60px;
    } 
}





/* ==========================================
*
*  SLIDE PLANOS
* 
* ======================================== */
#planos .lista-unidades {
    margin: 30px -10px;
}

#planos .lista-unidades .item {
    background: #ffffff;
    /* width: 302px; */
    margin: 0 10px;
    padding: 16px 16px 30px 16px;
    border-radius: 16px;
    min-height: 372px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
#planos .lista-unidades .item img {
    max-width: 100%;
    margin-bottom:20px;
}
#planos .lista-unidades .item h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #575757;
    font-weight: 700;
    margin-bottom: 15px;
}
#planos .lista-unidades .item p {
    font-family: 'Montserrat', sans-serif;  
    font-size: 15px;
    color: #575757;
    font-weight: 300;
}
#planos .lista-unidades .item button {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    background: #0891CD;
    border-radius: 4px;
    color: #ffffff;
    border: none;
    padding: 7px 20px;
    width: 100%;
}
#planos .paginator-center {
    width: 100%;
    background-color: red;
    position: relative; 
}
#planos .paginator-center ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    position: absolute;    
    z-index: 100;
}
#planos .paginator-center ul li {
    padding: 0;
    margin: 0;
    cursor: pointer;
}


/* ================================================================= 
*
*  
*  RESPONSIVO
*
*
* ================================================================ */
@media only screen and (min-width: 320px) {    
    #planos .paginator-center ul {
        width: 100%;
        top: -240px;
        left: 0;
        right: 0;
        padding: 0 28px;
    }
}
@media only screen and (min-width: 992px) {
    #planos .lista-unidades .item {        
        width: 262px;
    }
    #planos .paginator-center ul {
        width: 104.2%;
        top: -240px;
        left:-23px;
        right: -44px;
        padding: 0;
    }
}




/* ==========================================
*
*  ATENDIMENTO EXCLUSIVO
* 
* ======================================== */
#atendimento-exclusivo {
    margin: 50px 0;
}
#atendimento-exclusivo h2 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: #575757;
}
#atendimento-exclusivo h2 span {
    color: #0091CD;
}
#atendimento-exclusivo p {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    color: #575757;
}
#atendimento-exclusivo p span {
    color: #0091CD;
}
#atendimento-exclusivo .item img {
    max-width: 100%;
}
#atendimento-exclusivo .item {
    width: 341px;
    height: 341px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#atendimento-exclusivo .item h3 {
    font-family: 'Montserrat', sans-serif;
    color: #575757;
    font-size: 25px;
    text-align: center;
}
#atendimento-exclusivo .item h3 span {
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
}
#atendimento-exclusivo .cont-flex {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 40px;
}
#atendimento-exclusivo .cont-flex .cont-row {
    display: flex;
    gap: 50px;
    justify-content: space-between;
}

/* ------ */

#atendimento-exclusivo .cont-row:nth-child(1) .item::after {
    content: "";
    position: absolute;
    background-image: url(../images/setaPassos.png);
    background-repeat: no-repeat;
    background-size: 341px 341px;
    width: 341px;
    height: 341px;
    transform: rotate(0deg);    
    z-index: 1;
    top: 0;
    left: 0;
}
#atendimento-exclusivo .cont-row:nth-child(2) .item::after {
    content: "";
    position: absolute;
    background-image: url(../images/setaPassos.png);
    background-repeat: no-repeat;
    background-size: 341px 341px;
    width: 341px;
    height: 341px;
    transform: rotate(0deg);
    z-index: 1;
    top: 0;
    left: 0;
}

#atendimento-exclusivo .center-btn {
    text-align: center;
    width: 100%;
}
#atendimento-exclusivo button {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    background: #0891CD;
    border-radius: 4px;
    color: #ffffff;
    border: none;
    padding: 9px 20px;
    width: 270px;
    margin: 0 auto;
}



/* ================================================================= 
*
*  
*  RESPONSIVO
*
*
* ================================================================ */
@media only screen and (min-width: 320px) {
    #atendimento-exclusivo h2 {
        font-size: 30px;
        line-height: 37px;
    }    
    #atendimento-exclusivo .cont-flex .cont-row:nth-child(1) {
        flex-direction: column;
        align-items: center;
        padding-left: 50px;
    }
    #atendimento-exclusivo .cont-flex .cont-row:nth-child(2) {
        flex-direction: column;
        align-items: center;
        padding-left: 50px;
    }

    #atendimento-exclusivo .cont-row:nth-child(1) .item h3 {    
        padding: 0 30px 0 0;
    }
    #atendimento-exclusivo .cont-row:nth-child(2) .item h3 {    
        padding: 0 30px 0 0;
    }
    #atendimento-exclusivo .cont-row:nth-child(1) .item:nth-child(1):after {
        transform: rotate(90deg);
        top: 23px;
        left: -23px;
    }#atendimento-exclusivo .cont-row:nth-child(1) .item:nth-child(2):after {
        transform: rotate(90deg);
        top: 23px;
        left: -23px;
    }
    #atendimento-exclusivo .cont-row:nth-child(1) .item:nth-child(3):after {
        transform: rotate(90deg);
        top: 23px;
        left: -23px;
    }
    #atendimento-exclusivo .cont-row:nth-child(2) .item:nth-child(1):after {
        transform: rotate(90deg);
        top: 23px;
        left: -23px;
    }
    #atendimento-exclusivo .cont-row:nth-child(2) .item:nth-child(2):after {
        transform: rotate(90deg);
        top: 23px;
        left: -23px;
    }
    #atendimento-exclusivo .cont-row:nth-child(2) .item:nth-child(3):after {
        background-image: url(../images/passoFinal.png);
        transform: rotate(-90deg);
        background-size: 292px 294px;
        width: 341px;
        height: 341px;
        top: -30px;
        left: 0;
    }
    #atendimento-exclusivo .cont-row:nth-child(1) .item::before {
        content: "";
        position: absolute;
        z-index: -1;
        width: 297px;
        height: 297px;
        background-color: #A0D0EB;
        border-radius: 50%;
        border: none;
        top: 40px;
        left: 0px;
    }
    #atendimento-exclusivo .cont-row:nth-child(2) .item::before {
        content: "";
        position: absolute;
        z-index: -1;
        width: 297px;
        height: 297px;
        background-color: #A0D0EB;
        border-radius: 50%;
        border: none;
        top: 40px;
        right: 45px;
    }
}
@media only screen and (min-width: 1200px) {
    #atendimento-exclusivo h2 {
        font-size: 40px;
        line-height: 57px;
    }
    #atendimento-exclusivo .cont-flex .cont-row:nth-child(1) {
        flex-direction: row;
        padding-left: 40px;
    }
    #atendimento-exclusivo .cont-flex .cont-row:nth-child(2) {
        flex-direction: row-reverse;
        padding-right: 40px;
        padding-left: 0; 
    }

    #atendimento-exclusivo .cont-row:nth-child(1) .item h3 {    
        padding: 0 30px 0 0;
    }
    #atendimento-exclusivo .cont-row:nth-child(2) .item h3 {    
        padding: 0 0 0 70px;
    }
    #atendimento-exclusivo .cont-row:nth-child(1) .item:nth-child(1):after {
        transform: rotate(0deg);
        top: 0;
        left: 0;
    }#atendimento-exclusivo .cont-row:nth-child(1) .item:nth-child(2):after {
        transform: rotate(0deg);
        top: 0;
        left: 0;
    }
    #atendimento-exclusivo .cont-row:nth-child(1) .item:nth-child(3):after {
        transform: rotate(90deg);
        top: 23px;
        left: -23px;
    }
    #atendimento-exclusivo .cont-row:nth-child(2) .item:nth-child(1):after {
        transform: rotate(180deg);
        top: 0;
        left: 0;
    }
    #atendimento-exclusivo .cont-row:nth-child(2) .item:nth-child(2):after {
        transform: rotate(180deg);
        top: 0;
        left: 0;
    }
    #atendimento-exclusivo .cont-row:nth-child(2) .item:nth-child(3):after {
        background-image: url(../images/passoFinal.png);
        transform: rotate(0deg);
        background-size: 292px 294px;
        width: 341px;
        height: 341px;
        top: 20px;
        left: 40px;
    }
    #atendimento-exclusivo .cont-row:nth-child(1) .item::before {
        content: "";
        position: absolute;
        z-index: -1;
        width: 297px;
        height: 297px;
        background-color: #A0D0EB;
        border-radius: 50%;
        border: none;
        top: 40px;
        left: -15px;
    }
    #atendimento-exclusivo .cont-row:nth-child(2) .item::before {
        content: "";
        position: absolute;
        z-index: -1;
        width: 297px;
        height: 297px;
        background-color: #A0D0EB;
        border-radius: 50%;
        border: none;
        top: 10px;
        right: -30px;
    }
}



/* ==========================================
*
*  SAÚDE OCULAR
* 
* ======================================== */
#saude-ocular {
    padding: 120px 0 150px 0;
    background: #F5F5F5;
}
#saude-ocular h2 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: #575757;
}
#saude-ocular h2 span {
    color: #0091CD;
}
#saude-ocular p {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    color: #575757;
}
#saude-ocular .cont-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
#saude-ocular .cont-flex .item {
    text-align: center;
}
#saude-ocular .cont-flex .item p {
    font-family: 'Montserrat', sans-serif;
    color: #0091CD;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 30px;
}
#saude-ocular .cont-flex .item img {
    max-width: 100%;
}


/* ================================================================= 
*
*  
*  RESPONSIVO
*
*
* ================================================================ */
@media only screen and (min-width: 320px) {    
    #saude-ocular .cont-flex {
        flex-direction: column;
        align-items: center;
    }
}
@media only screen and (min-width: 992px) {
    #saude-ocular .cont-flex {        
        flex-direction: row;
        align-items: start;
    }
}




/* ==========================================
*
*  INFRAESTRUTURA
* 
* ======================================== */
#infraestrutura {
    min-height: 450px;
    background: #0891CD;
    display: flex;
    align-items: center;
}
#infraestrutura .cont-flex {
    display: flex;
    gap: 20px;
}
#infraestrutura .cont-flex .text {
    text-align: center;
    display: flex; 
    flex-direction: column;
    justify-content: center;
}
#infraestrutura .cont-flex .text .cont-txt {
    width: 294px;
}
#infraestrutura .cont-flex .text h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    border-bottom:solid 3px #65BFF1;
    padding-bottom: 10px;
}
#infraestrutura .cont-flex .text .cont-txt p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
}
#infraestrutura .cont-flex .text h2 span {
    color: #65BFF1;
}
#infraestrutura .cont-flex .slide {
    width: 100%;    
}
#infraestrutura .cont-flex .slide .lista-infraestrutura {
    position: relative;
}
        /* the slides */
        #infraestrutura .slick-slide {
            margin: 0 27px;
        }
        /* the parent */
        #infraestrutura .slick-list {
            margin: 0 -27px;
        }
#infraestrutura .cont-flex .slide .lista-infraestrutura img {
    width: 100%;
    min-width: 260px;
}
#infraestrutura .cont-flex .slide .lista-infraestrutura p {
    margin-top:25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}
#infraestrutura .slide {
    position: relative;
}
#infraestrutura .slide .paginator-center {
    width: 100%;
    height: 100%;    
    top: 0;
    position: absolute; 
}
#infraestrutura .slide .paginator-center ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    position: absolute;    
    z-index: 100;
}
#infraestrutura .slide .paginator-center ul li {
    padding: 0;
    margin: 0;
    cursor: pointer;
}




/* ================================================================= 
*
*  
*  RESPONSIVO
*
*
* ================================================================ */
@media only screen and (min-width: 320px) {
    #infraestrutura  .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
    #infraestrutura .cont-flex .text .cont-txt {
        margin:50px auto auto auto;
    }
    #infraestrutura .cont-flex {
        flex-direction: column;
    }
    /* #infraestrutura .slide .lista-unidades .item {        
        width: 262px;
    } */
    #infraestrutura .cont-flex .text {
        width: 100%;
    }
    #infraestrutura .cont-flex .slide {
        width: 100%;
    }
    #infraestrutura .slide .paginator-center ul {
        top: 27%;
        left: 0;
        right: 0;
        padding: 0;
        z-index: 101;
        width: 100%;
    }
    #infraestrutura .cont-flex .slide .lista-infraestrutura {        
        top: 0px;
    }
}
@media only screen and (min-width: 992px) {
    #infraestrutura  .container-fluid {
        padding-right: 0;
        padding-left: 15px;
    }
    #infraestrutura .cont-flex .text .cont-txt {
        margin: 30% auto auto auto;
    }
    #infraestrutura .cont-flex {
        flex-direction: row;
    }
    #infraestrutura .slide .lista-unidades .item {        
        width: 262px;
    }
    #infraestrutura .cont-flex .text {
        width: 25.36458333333333%;
    }
    #infraestrutura .cont-flex .slide {
        width: 74.63541666666667%;
    }
    #infraestrutura .slide .paginator-center ul {        
        top: 27%;
        left: 0;
        right: 0;
        padding: 0;
        z-index: 101;
        width: 100%;
    }
    #infraestrutura .cont-flex .slide .lista-infraestrutura {        
        top: -70px;
    }
}




/* ==========================================
*
*  DEPOIMENTOS
* 
* ======================================== */
#depoimentos {
    margin: 80px 0;
}
#depoimentos .lista-depoimentos {
    margin: 60px 0;
}
#depoimentos .lista-depoimentos p {
    color: #000000;
}
#depoimentos .lista-depoimentos img {
    margin-bottom: 20px;
}
#depoimentos .lista-depoimentos p.depo {
    font-style: italic;
    text-align: left;
}
#depoimentos .lista-depoimentos p.depo + p {
    text-align: left;
}
#depoimentos .slick-list {margin: 0 -20px;}
#depoimentos .slick-slide > div {padding: 0 20px;}
#depoimentos .linha-botao button {
    display: block;
    height: 38px;
    width:214px;
    margin: 0 auto;
    padding: 10px 12px;
    text-align: center;
    border: none;
    border-radius: 4px;
    background:#0891CD;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size:13px;
    color: #ffffff;
}


/* ================================================================= 
*
*  
*  RESPONSIVO
*
*
* ================================================================ */
@media only screen and (min-width: 320px) {
    #depoimentos h2 {
        position: relative;
        z-index: 1;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        font-size:45px;
        color:#0091CD;
        text-align: center;
        text-transform: uppercase;
    }
    #depoimentos p {
        font-family: 'Montserrat', sans-serif;
        font-weight: normal;
        font-size:16px;
        color:#333333;
        text-align: center;
    }
    #depoimentos p br {
        display: none;
    }
}
@media only screen and (min-width: 992px) {
    #depoimentos h2 {
        text-align: center;
    }
    #depoimentos p {
        text-align: center;
    }
    #depoimentos p br {
        display: block;
    }
}
/* ==========================================
*
*  DEPOIMENTOS
* 
* ======================================== */





/* ==========================================
*
*  FAQ
* 
* ======================================== */
#faq {
    padding: 80px 0 70px 0;
    background: #F5F5F5;
}

#faq h2 {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    color: #575757;
    margin-bottom: 50px;
}

/* ****************************************************** */

#faq .card {
    border: none;
    margin-bottom: 20px;
}
#faq .card .card-header {
    background-color: #ffffff;
    border-bottom: solid 3px #F5F5F5;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 0 0 0 20px;
    margin:0;
}
#faq .card .card-header h3 {
    justify-items: flex-start;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #3E3E3E;
    padding: 0;
    margin:0;
}
#faq .card .card-header div {
    background-color: #ffffff;
    margin-left: auto;
    width: 64px;
    min-width: 64px;
    height: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: solid 3px #F5F5F5;
}



.card-header i {
    transition: transform 0.3s;
}
  
.rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}




/* ==========================================
*
*  NOSSAS UNIDADES
* 
* ======================================== */
#unidades {
    padding: 80px 0 70px 0;
    background: #ffffff;
}
#unidades h2 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;    
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 50px;
}
#unidades .cont-flex {
    display: flex;    
}
#unidades .cont-flex ul {
    list-style: none;
    padding: 0;
}
#unidades .cont-flex ul li {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;    
    color: #0091CD;
    margin: 0;
    position: relative;
    padding: 15px 0 15px 40px;
    cursor: pointer;
}




/* ================================================================= 
*
*  
*  RESPONSIVO
*
*
* ================================================================ */
@media only screen and (min-width: 320px) {    
    #unidades h2 {
        font-size: 40px;
    }
    #unidades .cont-flex {
        flex-direction: column;
        justify-content: start;
    }
    #unidades .cont-flex ul {
        margin: 0 0 0 30px;        
    }
    #unidades .cont-flex ul li {
        font-size: 18px;
    }
    #unidades .cont-flex ul li::before {
        content: url(../images/bullet.svg);
        position: absolute;
        top: 17px;
        left: 0;
    }
}
@media only screen and (min-width: 992px) {
    #unidades h2 {
        font-size: 60px;
    }
    #unidades .cont-flex {
        flex-direction: row;
        justify-content: space-evenly;
    }
    #unidades .cont-flex ul {
        margin: 0;
    }
    #unidades .cont-flex ul li {
        font-size: 30px;
    }
    #unidades .cont-flex ul li::before {
        content: url(../images/bullet.svg);
        position: absolute;
        top: 13px;
        left: 0;
    }
}




/* ==========================================
*
*  FOOTER
* 
* ======================================== */
footer {
    padding: 70px 0;
    background: #0891CD;
}
footer .cont-flex {
    display: flex;
    justify-content: space-between;    
}
footer .canais-de-atendimento h2 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: 700;
}
footer .canais-de-atendimento ul {    
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:30px;
}
footer .canais-de-atendimento ul li {
    position: relative;
    padding: 0 0 0 50px;    
}
footer .canais-de-atendimento ul li a {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
}
footer .canais-de-atendimento ul li::before {
    content: url(../images/telefone.svg);
    position: absolute;
    left: 0;
    top: -8px;
}
footer .linha {
    border-top: solid 2px #1EA3DD;
    margin: 40px auto 0 auto;
    padding: 40px 0 0 0;    
}
footer .endereco .cont-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .endereco .cont-flex p {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 300;
}
footer .endereco .cont-flex .redes-sociais ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;    
}
footer .endereco .cont-flex .redes-sociais ul li a {
    text-decoration: none;
}

/* ----------------------------- */

footer .formulario {
    border: solid 1px #D9D9DA;
    border-radius: 4px;
}
footer .formulario .tit {
    display: flex;
    border-bottom: solid 1px #D9D9DA;
    padding: 10px 0;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size:19px;
    color: #ffffff;
}  
footer .formulario form {
    padding:27px 22px 8px 22px;
    min-width: 320px;
}
footer .formulario form input {
    display: block;
    height: 38px;
    width: 100%;
    padding: 13px 12px;
    background-color: #ffffff;
    border: solid 1px #DEDEDF;
    border-radius: 4px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color:#333333;
    margin-bottom:9px;
}
footer .formulario form select {
    display: block;
    height: 38px;
    width: 100%;
    padding: 5px 12px;
    background-color: #ffffff;
    border: solid 1px #DEDEDF;
    border-radius: 4px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color:#333333;
    margin-bottom:9px;
}
footer .formulario form button {
    display: block;
    height: 38px;
    width: 100%;
    padding: 10px 12px;
    text-align: center;
    border: none;
    border-radius: 4px;
    background:#0891CD;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size:13px;
    color: #ffffff;
}



/* ================================================================= 
*
*  
*  RESPONSIVO
*
*
* ================================================================ */
@media only screen and (min-width: 320px) {    
    footer .cont-flex {
        flex-direction: column;
    }
    footer .canais-de-atendimento ul {
        margin: 30px 0 50px 0;
        flex-direction: column;
        align-items: start;
    }
    footer .endereco .cont-flex {
        gap:20px;
    }
    footer .endereco .cont-flex p {
        text-align: center;
    }
}
@media only screen and (min-width: 992px) {
    footer .cont-flex {  
        flex-direction: row;
    }
    footer .canais-de-atendimento ul {
        margin: 30px 0 0 0;
        flex-direction: row;
    }
    footer .endereco .cont-flex {
        gap: 0;
    }
    footer .endereco .cont-flex p {
        text-align: left;
    }
}




/* ==========================================
*
*  MODAL
* 
* ======================================== */
.modal-content {
    background: #E9E9E9;
}
.modal-header {
    position: relative;
    border: none;
}

.modal-body .conteudo-modal {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.modal-body .conteudo-modal .texto h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size:22px;
    color: #575757;
}
.modal-body .conteudo-modal .texto h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size:40px;
    color: #0091CD;
}
.modal-body .conteudo-modal .texto h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size:20px;
    color: #0091CD;
}
.modal-body .conteudo-modal .texto small {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #575757;
}
.modal-body .conteudo-modal .texto p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #575757;
    font-weight: 300;
}
.modal-body .conteudo-modal .linha {
    width: 1px;
    background: #707070;
}

.modal-body .conteudo-modal .formulario form {
    padding:27px 0;
}
.modal-body .conteudo-modal .formulario form input {
    display: block;
    height: 38px;
    width: 100%;
    padding: 13px 12px;
    background-color: #ffffff;
    border: solid 1px #DEDEDF;
    border-radius: 4px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color:#333333;
    margin-bottom:9px;
}
.modal-body .conteudo-modal .formulario form select {
    display: block;
    height: 38px;
    width: 100%;
    padding: 5px 12px;
    background-color: #ffffff;
    border: solid 1px #DEDEDF;
    border-radius: 4px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color:#333333;
    margin-bottom:9px;
}
.modal-body .conteudo-modal .formulario form button {
    display: block;
    height: 38px;
    width: 100%;
    padding: 10px 12px;
    text-align: center;
    border: none;
    border-radius: 4px;
    background:#0891CD;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size:13px;
    color: #ffffff;
}



/* ================================================================= 
*
*  
*  RESPONSIVO
*
*
* ================================================================ */
@media only screen and (min-width: 320px) {    
    .modal-header button {
        width: 50px;
        height: 50px;
        position: absolute;
        top: -10px;
        right: 20px;
        opacity: 1;
        outline: none;
    }
    .modal-body .conteudo-modal {
        flex-direction: column;
        align-items: center;
    }
    .modal-body .conteudo-modal .texto {
        padding-left: auto;
        width: 100%;
    }
    .modal-body .conteudo-modal .formulario {
        padding-right: auto;
        width: 100%;
        padding-top: auto;
        padding-bottom: 40px;
    }
}
@media only screen and (min-width: 992px) {
    .modal-header button {
        width: 50px;
        height: 50px;
        position: absolute;
        top: -15px;
        right: 15px;
        opacity: 1;
        outline: none;
    }
    .modal-body .conteudo-modal {        
        flex-direction: row;
        align-items: inherit;
    }
    .modal-body .conteudo-modal .texto {
        padding-left: 40px;
        width: 60%;
    }
    .modal-body .conteudo-modal .formulario {
        padding-right: 40px;
        width: 35.24436090225564%;
        padding-top: 7%;
        padding-bottom: auto;
    }
}

