/*
    Theme Name: SIM - Limongi
    Text Domain: hotsite
    Version: 1.0
    Author: Summer Comunicação
*/

/*
   _   _ _____    _    ____  _____ ____  
 | | | | ____|  / \  |  _ \| ____|  _ \ 
 | |_| |  _|   / _ \ | | | |  _| | |_) |
 |  _  | |___ / ___ \| |_| | |___|  _ < 
 |_| |_|_____/_/   \_\____/|_____|_| \_\
                                        
*/




body {
    margin: 0;
    padding: 0;
    font-family: montserrat;
}

header {
    width: 100%;
    height: auto;
    background-image: url(https://concepts.summercomunicacao.com.br/limongisim/wp-content/themes/limongisim/assets/images/bg-interna.png);
}

.navbar {
    border-radius: 45px;
    font-size: 15px;
}

#logo {
    width: 94px;
}

.fale-conosco-header {
    border-radius: 40px;
    background-color: #BB963B;
    color: white;
}

.fale-conosco-header a {
    text-decoration: none;
    color: white;
}

.nav-item a{
    color: #0D2B4D !important;
    font-weight: 500;
}

.nav-item a:hover {
    color: #BB963B !important;
}

.botao-fale button:hover {
    color: white !important;
    font-weight: bold;
}

.header-conteudo {
    height: auto;
    display: flex;
    justify-content: center;
}

.content-header {
    margin-left: auto;
}

.titulo-header{
    font-weight: 800;
    font-size: 51px;
}

#header-texto1 {
    color: #0D2B4D;
}

#header-texto2 {
    color: #BB963B;
}

#header-texto3 {
    color: #0D2B4D;
    font-size: 18px;
}

#header-mulher {
    max-width: 80%;
}

.titulo-pipi {
    font-size: 18px;
    text-align: right;
    margin-right: 5%;
    color: #BB963B;
    font-weight: bold;
}

.navbar-light .navbar-toggler {
    border-color: transparent !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/*
  ___           _ _                /\/|           
 |_ _|_ __   __| (_) ___ __ _  ___|/\/   ___  ___ 
  | || '_ \ / _` | |/ __/ _` |/ __/ _ \ / _ \/ __|
  | || | | | (_| | | (_| (_| | (_| (_) |  __/\__ \
 |___|_| |_|\__,_|_|\___\__,_|\___\___/ \___||___/
                               )_)                
*/
.indicacoes {
    background-image: url(https://concepts.summercomunicacao.com.br/limongisim/wp-content/themes/limongisim/assets/images/bg-indicacoes.png);
    width: 100%;
    height: 656px;
}

#indicacoes-titulo{
    color: white;
    font-weight: 700;
    font-size: 55px;
}

#indicacoes-texto{
    color: white;
    padding: 0px 355px 0px;
}

.indicacoes-geral .card-imagem {
    position: relative;
    margin-left: 31%;
    margin-bottom: -15%;
    z-index: 2;
    width: 120px;
}

.indicacoes-geral .card {
    border-radius: 10px 10px 0px 0px;
    width: 340px;
    background-color: #EFEFEF;
    border: none;
}

.indicacoes-geral .card-body {
    height: 330px;
    padding: 15px 23px 15px;
    text-align: center;
}

.indicacoes-geral .card-title {
    color: #0D2B4D;
    font-weight: 700;
}

.indicacoes-geral .card-text {
    font-weight: 500;
    font-size: 15px;
    text-align: start;
}

.indicacoes-geral  .card-pai:hover {
    margin-top: -10px;
}

.indicacoes .seta-esquerda-indic {
    background: transparent;
    border: none;
}

.indicacoes .seta-direita-indic {
    background: transparent;
    border: none;
}

.indicacoes .seta-esquerda-indic {
    position: relative;
    top: -200px;
    left: 0%;
}

.indicacoes .seta-direita-indic {
    position: relative;
    top: -200px;
    left: 94%;
}

/*

  ____    __        _     _           
 |  _ \ _/_/___   _(_) __| | __ _ ___ 
 | | | | | | \ \ / / |/ _` |/ _` / __|
 | |_| | |_| |\ V /| | (_| | (_| \__ \
 |____/ \__,_| \_/ |_|\__,_|\__,_|___/
                                      

*/

.duvidas {
    background-image: url(https://concepts.summercomunicacao.com.br/limongisim/wp-content/themes/limongisim/assets/images/bg-duvidas.png);
    width: 100%;
    min-height: auto;
}

.duvidas .card{
    width: 18em;
    height: 24em;  
}

.title-duvidas{
    font-size: 45px;
    font-weight: 700;
}

#texto-duvidas1 {
    color: #0D2B4D;
}

#texto-duvidas2 {
    color: #BB963B;
}

.duvidas-geral .card{
    border-color: #0D2B4D;
    border-radius: 0.85em;
}

.duvidas-geral .card-title {
    color: #0D2B4D;
    font-weight: 700;
    font-size: 22px;
}

.duvidas-geral .card-text {
    font-weight: 500;
    font-size: 13px;
    text-align: start;
}

.duvidas-geral .slick-dots{
    position: static !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    justify-content: space-evenly;
    height: 10em;
}

.duvidas-geral .btn-primary {
    background-color: transparent;
    color: #000;
    border-color: transparent;
}

.duvidas-geral .divisor {
    display: none;
}

.navegacao {
    display: flex;
    align-items: center;
}

.duvidas-geral .slick-dots {
    margin-left: -13px;
    margin-top: -16px;
    list-style: none;
}

.duvidas-geral .btn-primary:hover {
    background-color: #A7A7A7;
    color: #FFF;

}

.duvidas-geral .slick-active a {
    background-color: #A7A7A7;
    color: #FFF;
}

.duvidas-geral .seta-cima {
    background: transparent;
    border: none;
}

.duvidas-geral .seta-baixo {
    background: transparent;
    border: none;
}

/*

  _     _                             _ 
 | |   (_)_ __ ___   ___  _ __   __ _(_)
 | |   | | '_ ` _ \ / _ \| '_ \ / _` | |
 | |___| | | | | | | (_) | | | | (_| | |
 |_____|_|_| |_| |_|\___/|_| |_|\__, |_|
                                |___/   

*/

.limongi {
    background-color: #0D2B4D;
    width: 100%;
   
}

#limongi-image-desk {
    display: flex;
}

#limongi-image-mobile {
    display: none;
}

.logos-limongi {
    display: flex;
}

.logos-limongi-mobile, .owl-carousel {
    display: none !important;
}

.limongi-title {
    font-size: 50px;
    font-weight: 700;
    color: white;
}

#nome-limongi {
    color: #BB963B;
}

.limongi-text {
    color: white;
    font-size: 14px;
}


.midia {
    background-image: url(https://concepts.summercomunicacao.com.br/limongisim/wp-content/themes/limongisim/assets/images/bg-midia.png);
    width: 100%;
    height: 850px;
}

.title-midia {
    font-size: 50px;
    font-weight: 700;
    color: #0D2B4D;
}

.text-midia {
    font-size: 16px;
    font-weight: 500;
    padding: 0em 20em 0em;
}

.imagem-carrosel {
    height: 300px;
    width: 445px;
    object-fit: cover;
    border-radius: 100px 5px 100px 5px;
    border: 4px solid white;
    opacity: 0.6;
}

.imagem-carrosel:hover {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.midia .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}

.midia .slick-list {
    height: 500px;
}

.midia .slick-track {
    margin-top: 50px;
}

.midia .slick-center {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.midia .slick-center .imagem-carrosel {
    opacity: 1;
}

.midia .seta-esquerda{
    position: relative;
    top: -320px;
    left: 595px;
    left: 31.8%;
    background: transparent;
    border: none;
}

.midia .seta-direita{
    position: relative;
    top: -320px;
    left: 1175px;
    left: 62.5%;
    background: transparent;
    border: none;
}

.midia .retangulo-info {
    position: absolute;
    background-color: #B8963B; 
    width: 26em;
    height: 9em;
    margin-top: -70px;
    margin-left: 12px;
    border-radius: 0.85em;
    visibility: hidden;
    opacity: 0.5;
    z-index: -1;
    display: flex;
    align-items: flex-end;
}

.midia .slick-center .retangulo-info {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s linear;
}

.midia .title-carrossel {
    display: flex;
    font-size: 14px;
    color: white;
    padding-left: 20px;
    padding-bottom: 1.3em;
    font-weight: 600;
    
}

/*
  ___        __            ____            _        _        
 |_ _|_ __  / _| ___      / ___|___  _ __ | |_ __ _| |_ ___  
  | || '_ \| |_ / _ \    | |   / _ \| '_ \| __/ _` | __/ _ \ 
  | || | | |  _| (_) |   | |__| (_) | | | | || (_| | || (_) |
 |___|_| |_|_|  \___/     \____\___/|_| |_|\__\__,_|\__\___/ 
                                                             
*/
.info-contato {
    background-color: #0D2B4D;
    width: 100%;
}

.info-geral .imagem-info {
    width: 40px;
    height: 40px;
}

#imagem-hospital {
    height: 44px;
    width: 44px;
}

.info-geral .title-info {
    color: white;
    font-weight: 600;
    font-size: 26px;
}

.info-geral .texto-info {
    color: white;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.9;
}

.info-geral .clique-tel{
    cursor: pointer;
    text-decoration: none;
    color: white;
}

/*

  _____     _           ____                                
 |  ___|_ _| | ___     / ___|___  _ __   ___  ___  ___ ___  
 | |_ / _` | |/ _ \   | |   / _ \| '_ \ / _ \/ __|/ __/ _ \ 
 |  _| (_| | |  __/   | |__| (_) | | | | (_) \__ \ (_| (_) |
 |_|  \__,_|_|\___|    \____\___/|_| |_|\___/|___/\___\___/ 
                                                            

*/
.fale-conosco {
    background-color: #E6E6E6;
    width: 100%;
}

.fale-conosco .title-forml {
    color: #0D2B4D;
    font-size: 55px;
    font-weight: 700;
}

#text-forml {
    color: #B8963B;
}

.fale-conosco .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0D2B4D;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #0D2B4D;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fale-conosco form input::placeholder,
.fale-conosco form textarea::placeholder {
    color: #0D2B4D;
}

.fale-conosco form input:focus,
.fale-conosco form textarea:focus {
    box-shadow: none;
    border-bottom: 1px solid #0D2B4D;
}

.fale-conosco .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.9rem 3.2rem;
    font-size: 1rem;
    border-radius: 28px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.2),0 2px 10px 0 rgba(0,0,0,.1);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fale-conosco .btn-warning {
    color: #FFF;
    background-color: #B8963B;
    border-color: #B8963B;
}

.fale-conosco #enviar-contato:hover {
    background-color: #A58736 !important;
    font-weight: 600;
}

.fale-conosco #enviar-contato:focus {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.2),0 2px 10px 0 rgba(0,0,0,.1);
    border: none;
}

.fale-conosco .alert-danger {
    color: #842029;
    background-color: transparent;
    border: none;
    border-color: transparent;
}

.fale-conosco .alert-success {
    color: #198754;
    background-color: transparent;
    border: none;
    border-color: transparent;
}

.alert {
    position: relative;
    padding: 1rem 0rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

#alerta-erro {
    visibility: hidden;
}

.fale-conosco label {
    margin-top: 10px;
    color: #842029;
}

/*

  _____           _            
 |  ___|__   ___ | |_ ___ _ __ 
 | |_ / _ \ / _ \| __/ _ \ '__|
 |  _| (_) | (_) | ||  __/ |   
 |_|  \___/ \___/ \__\___|_|   
                               

*/
.rodape {
    background-color: #A58736;
}

.text-summer {
    font-weight: 500;
    color: white;
}

/*
  ____        _   /\/|            ____      _                         
 | __ )  ___ | |_|/\/_  ___      |  _ \ ___| |_ ___  _ __ _ __   ___  
 |  _ \ / _ \| __/ _` |/ _ \     | |_) / _ \ __/ _ \| '__| '_ \ / _ \ 
 | |_) | (_) | || (_| | (_) |    |  _ <  __/ || (_) | |  | | | | (_) |
 |____/ \___/ \__\__,_|\___/     |_| \_\___|\__\___/|_|  |_| |_|\___/ 
                                                                      
*/
.bola-header {
    position: fixed;
    bottom: 10%;
    right: 1.5%;
    border-radius: 50%;
    padding: 2px;
    box-sizing: content-box;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,.40);
}

/*

  __  __          _ _           _ _  _   _  _    ___       
 |  \/  | ___  __| (_) __ _    / | || | | || |  / _ \__  __
 | |\/| |/ _ \/ _` | |/ _` |   | | || |_| || |_| | | \ \/ /
 | |  | |  __/ (_| | | (_| |   | |__   _|__   _| |_| |>  < 
 |_|  |_|\___|\__,_|_|\__,_|   |_|  |_|    |_|  \___//_/\_\
                                                           

*/

@media screen and (max-width: 1440px) {
    /*

      ____        _                             __  __ _     _ _       
     / ___|  __ _(_)_   _      _ __   __ _     |  \/  (_) __| (_) __ _ 
     \___ \ / _` | | | | |    | '_ \ / _` |    | |\/| | |/ _` | |/ _` |
      ___) | (_| | | |_| |    | | | | (_| |    | |  | | | (_| | | (_| |
     |____/ \__,_|_|\__,_|    |_| |_|\__,_|    |_|  |_|_|\__,_|_|\__,_|
                                                                       

    */
    .midia {
        height: 750px;
    }

    .imagem-carrosel {
        height: 260px;
        width: 385px;
        border-radius: 100px 5px 100px 5px;
        border: 4px solid white;
        opacity: 0.6;
    }

    .midia .slick-list {
        height: 400px;
        padding: 0px 0px !important;
    }

    .midia .slick-track {
        margin-top: 50px;
    }

    .midia .seta-esquerda {
        top: -240px;
        left: 425px;
        left: 30.3%;
    }

    .midia .seta-direita {
        top: -240px;
        left: 885px;
        left: 62.3%;
    }

    .midia .retangulo-info {
        width: 22.5em;
        height: 8em;
    }

    .midia .title-carrossel {
        padding-left: 20px;
        padding-bottom: 1.1em;        
    }
}

/*

  __  __          _ _           _ _____  __    ___      
 |  \/  | ___  __| (_) __ _    / |___ / / /_  ( _ )_  __
 | |\/| |/ _ \/ _` | |/ _` |   | | |_ \| '_ \ / _ \ \/ /
 | |  | |  __/ (_| | | (_| |   | |___) | (_) | (_) >  < 
 |_|  |_|\___|\__,_|_|\__,_|   |_|____/ \___/ \___/_/\_\
                                                        

*/

@media screen and (max-width: 1368px) { 
    /*
       _   _ _____    _    ____  _____ ____  
     | | | | ____|  / \  |  _ \| ____|  _ \ 
     | |_| |  _|   / _ \ | | | |  _| | |_) |
     |  _  | |___ / ___ \| |_| | |___|  _ < 
     |_| |_|_____/_/   \_\____/|_____|_| \_\
                                            
    */

    .content-header {
        margin-left: auto;
    }

    #header-mulher {
        max-width: 85%;
    }

    .titulo-header {
        font-size: 42px;
    }

    #header-texto3 {
        font-size: 16px;
    }

    /*
      ___           _ _                /\/|           
     |_ _|_ __   __| (_) ___ __ _  ___|/\/   ___  ___ 
      | || '_ \ / _` | |/ __/ _` |/ __/ _ \ / _ \/ __|
      | || | | | (_| | | (_| (_| | (_| (_) |  __/\__ \
     |___|_| |_|\__,_|_|\___\__,_|\___\___/ \___||___/
                                   )_)                
    */
    #indicacoes-texto{
        padding: 0px 260px 0px;
    }

    .indicacoes-geral .card-title {
        font-size: 20px;
    }

    .indicacoes-geral .card-imagem {
        margin-left: 34%;
    }

    .indicacoes .seta-direita-indic {
        left: 98%;
    }
    /*

      ____        _                             __  __ _     _ _       
     / ___|  __ _(_)_   _      _ __   __ _     |  \/  (_) __| (_) __ _ 
     \___ \ / _` | | | | |    | '_ \ / _` |    | |\/| | |/ _` | |/ _` |
      ___) | (_| | | |_| |    | | | | (_| |    | |  | | | (_| | | (_| |
     |____/ \__,_|_|\__,_|    |_| |_|\__,_|    |_|  |_|_|\__,_|_|\__,_|
                                                                       

    */
    .imagem-carrosel {
        height: 240px;
        width: 365px;
    }

    .midia .slick-list {
        height: 400px;
        padding: 0px 0px !important;
    }

    .midia .seta-esquerda {
        top: -240px;
        left: 405px;
        left: 30%;
    }

    .midia .seta-direita {
        top: -240px;
        left: 833px;
        left: 62%;
    }

    .midia .retangulo-info {
        width: 20em;
        height: 8em;
    }

    .midia .title-carrossel {
        padding-left: 20px;
        padding-bottom: 0.5em;
        font-size: 14px;     
    }
}

/*

  __  __          _ _           _  ___ ____  _  _       
 |  \/  | ___  __| (_) __ _    / |/ _ \___ \| || |__  __
 | |\/| |/ _ \/ _` | |/ _` |   | | | | |__) | || |\ \/ /
 | |  | |  __/ (_| | | (_| |   | | |_| / __/|__   _>  < 
 |_|  |_|\___|\__,_|_|\__,_|   |_|\___/_____|  |_|/_/\_\
                                                        

*/
@media screen and (max-width: 1024px) { 
    /*
       _   _ _____    _    ____  _____ ____  
     | | | | ____|  / \  |  _ \| ____|  _ \ 
     | |_| |  _|   / _ \ | | | |  _| | |_) |
     |  _  | |___ / ___ \| |_| | |___|  _ < 
     |_| |_|_____/_/   \_\____/|_____|_| \_\
                                            
    */
    .navbar-opcoes {
        align-items: center;
    }

    .header-conteudo {
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    .content-header {
        margin-left: auto;
    }

    #header-mulher {
        max-width: 95%;
    }

    /*
      ___           _ _                /\/|           
     |_ _|_ __   __| (_) ___ __ _  ___|/\/   ___  ___ 
      | || '_ \ / _` | |/ __/ _` |/ __/ _ \ / _ \/ __|
      | || | | | (_| | | (_| (_| | (_| (_) |  __/\__ \
     |___|_| |_|\__,_|_|\___\__,_|\___\___/ \___||___/
                                   )_)                
    */

    #indicacoes-texto {
        padding: 0px 150px 0px;
    }

    .indicacoes-geral .card {
        width: 290px;
    }

    .indicacoes-geral .card-imagem {
        margin-left: 22%;
    }

    .indicacoes-geral  .card-body {
        padding: 15px 25px 15px;
    }

    .indicacoes-geral .card-text {
        text-align: start;
    }

    .indicacoes .seta-direita-indic {
        left: 85%;
    }

    /*

      ____    __        _     _           
     |  _ \ _/_/___   _(_) __| | __ _ ___ 
     | | | | | | \ \ / / |/ _` |/ _` / __|
     | |_| | |_| |\ V /| | (_| | (_| \__ \
     |____/ \__,_| \_/ |_|\__,_|\__,_|___/
                                          

    */
    .duvidas-geral .duvidas-title {
        margin-right: 20px;
    }

    .duvidas-geral .navegacao {
        margin-left: -10px;
    }

    .duvidas-geral .navegacao .col-md-1 {
        flex: 0 0 auto;
        width: 6.333333% !important;
    }

    /*

      _     _                             _ 
     | |   (_)_ __ ___   ___  _ __   __ _(_)
     | |   | | '_ ` _ \ / _ \| '_ \ / _` | |
     | |___| | | | | | | (_) | | | | (_| | |
     |_____|_|_| |_| |_|\___/|_| |_|\__, |_|
                                    |___/   

    */
    .assinatura-limongi img {
        width: 300px;
    }

    .logos-limongi img {
        width: 450px;
    }

    /*

      ____        _                             __  __ _     _ _       
     / ___|  __ _(_)_   _      _ __   __ _     |  \/  (_) __| (_) __ _ 
     \___ \ / _` | | | | |    | '_ \ / _` |    | |\/| | |/ _` | |/ _` |
      ___) | (_| | | |_| |    | | | | (_| |    | |  | | | (_| | | (_| |
     |____/ \__,_|_|\__,_|    |_| |_|\__,_|    |_|  |_|_|\__,_|_|\__,_|
                                                                       

    */
    .midia {
        height: 700px;
    }

    .imagem-carrosel {
        height: 180px;
        width: 275px;
    }

    .midia .slick-list {
        height: 400px;
        padding: 0px 0px !important;
    }

    .midia .text-midia {
        padding: 0px 10px 0px;
    }

    .midia .seta-esquerda {
        top: -275px;
        left: 295px;
        left: 29.5%;
    }

    .midia .seta-direita {
        top: -275px;
        left: 600px;
        left: 60%;
    }

    .midia .retangulo-info {
        width: 15em;
        height: 8em;
    }
}

/*

  __  __          _ _           _____ __    ___      
 |  \/  | ___  __| (_) __ _    |___  / /_  ( _ )_  __
 | |\/| |/ _ \/ _` | |/ _` |      / / '_ \ / _ \ \/ /
 | |  | |  __/ (_| | | (_| |     / /| (_) | (_) >  < 
 |_|  |_|\___|\__,_|_|\__,_|    /_/  \___/ \___/_/\_\
                                                     

*/
@media screen and (min-width: 767px) and (max-width: 991px) { 
    #header-mulher {
        margin-left: -30px;
    }
}

@media screen and (max-width: 768px) { 
    /*
       _   _ _____    _    ____  _____ ____  
     | | | | ____|  / \  |  _ \| ____|  _ \ 
     | |_| |  _|   / _ \ | | | |  _| | |_) |
     |  _  | |___ / ___ \| |_| | |___|  _ < 
     |_| |_|_____/_/   \_\____/|_____|_| \_\
                                            
    */

    .titulo-pipi {
        font-size: 18px;
        text-align: center;
        margin-right: 0;
        color: #BB963B;
        font-weight: bold;
    }

    header .navbar-desk {
        display: none !important;
    }

    header .dropdown {
        display: block;
    }

    .navbar {
        width: 103%;
        border-radius: 0px;
    }

    header .dropdown-item {
        padding: 10px 0px;
    }

    header .dropdown-menu[data-bs-popper] {
        top: 100%;
        margin-top: 0.5rem;
        width: 48rem;
        border-radius: 0em 0em 0.85em 0.85em;
        right: -53px;
        left: auto;
    }

    header .dropdown-menu {
        color: #212529;
        text-align: center;
        border: none;
        border-radius: 0rem;
    }

    header .dropdown-menu a {
        color: #0D2B4D;
    }

    header .dropdown-menu a:hover {
        color: white;
        background-color: #0D2B4D;
    }

    .botao-fale{
        display: none;
    }

    .header-conteudo{
        height: auto;
        margin-top: 30px;
    }

    .content-header {
        margin-left: auto;
    }

    .titulo-header{
        font-size: 36px;
    }

    #header-mulher {
        max-width: 120%;
    }

    #header-texto3 {
        font-size: 15px;
    }

    /*
      ___           _ _                /\/|           
     |_ _|_ __   __| (_) ___ __ _  ___|/\/   ___  ___ 
      | || '_ \ / _` | |/ __/ _` |/ __/ _ \ / _ \/ __|
      | || | | | (_| | | (_| (_| | (_| (_) |  __/\__ \
     |___|_| |_|\__,_|_|\___\__,_|\___\___/ \___||___/
                                   )_)                
    */

    .indicacoes {
        background-position: left center;
    }

    #indicacoes-texto {
        padding: 0px 50px 0px;
    }

    .card-pai {
        margin-left: 0px;
    }

    .indicacoes-geral .card {
        width: 350px !important;
        max-width: 100%;
    }

    .indicacoes-geral .card-imagem {
        margin-left: 33%;
    }

    .indicacoes-geral  .card-body {
        padding: 15px 25px 15px;
    }

    .indicacoes-geral  .card-pai:hover {
        margin-top: 10px;
    }

    .indicacoes-geral .slick-track .slick-slide {
        display: flex;
        height: auto;
        align-items: center;
        justify-content: center;
    }

    .indicacoes .seta-esquerda-indic {
        background: transparent;
        border: none;
    }

    .indicacoes .seta-direita-indic {
        background: transparent;
        border: none;
    }

    .indicacoes .seta-esquerda-indic {
        position: relative;
        top: -220px;
        left: 295px;
        left: 17%;
    }

    .indicacoes .seta-direita-indic {
        position: relative;
        top: -220px;
        left: 600px;
        left: 75%;
    }

    /*

      ____    __        _     _           
     |  _ \ _/_/___   _(_) __| | __ _ ___ 
     | | | | | | \ \ / / |/ _` |/ _` / __|
     | |_| | |_| |\ V /| | (_| | (_| \__ \
     |____/ \__,_| \_/ |_|\__,_|\__,_|___/
                                          

    */

    .duvidas-geral .navegacao {
        margin-left: 30px;
    }

    .duvidas-geral .divisor {
        display: block;
    }
    /*

      _     _                             _ 
     | |   (_)_ __ ___   ___  _ __   __ _(_)
     | |   | | '_ ` _ \ / _ \| '_ \ / _` | |
     | |___| | | | | | | (_) | | | | (_| | |
     |_____|_|_| |_| |_|\___/|_| |_|\__, |_|
                                    |___/   

    */
    .limongi-geral {
        flex-wrap: wrap-reverse;
        align-items: center;
        justify-content: center;
    }

    #limongi-image-desk {
        display: none;
    }

    #limongi-image-mobile {
        display: block;
    }

    .limongi-title {
        font-size: 50px;
    }   

    .limongi-text {
        font-size: 15px;
    }

    .assinatura-limongi img {
        width: 300px;
    }

    .logos-limongi img {
        width: 500px;
    }

    .logos-limongi {
        display: none;
    }

    .logos-limongi-mobile, .owl-carousel {
        display: flex !important;
    }

    .limongi .owl-carousel .owl-item img {
        display: block;
        width: 250px !important;
    }

    .limongi .owl-item {
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    /*

      ____        _                             __  __ _     _ _       
     / ___|  __ _(_)_   _      _ __   __ _     |  \/  (_) __| (_) __ _ 
     \___ \ / _` | | | | |    | '_ \ / _` |    | |\/| | |/ _` | |/ _` |
      ___) | (_| | | |_| |    | | | | (_| |    | |  | | | (_| | | (_| |
     |____/ \__,_|_|\__,_|    |_| |_|\__,_|    |_|  |_|_|\__,_|_|\__,_|
                                                                       

    */
    .imagem-carrosel {
        height: 300px;
        width: 445px;
        opacity: 1;
    }

    .midia .slick-center {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }

    .midia .seta-esquerda {
        top: -235px;
        left: 295px;
        left: 10%;
    }

    .midia .seta-direita {
        top: -235px;
        left: 600px;
        left: 75%;
    }

    .midia .retangulo-info {
        width: 26em;
        height: 8em;
    }

    .midia .slick-list {
        height: 27em;
    }

    .midia .retangulo-info {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s linear;
    }
    /*
      ___        __            ____            _        _        
     |_ _|_ __  / _| ___      / ___|___  _ __ | |_ __ _| |_ ___  
      | || '_ \| |_ / _ \    | |   / _ \| '_ \| __/ _` | __/ _ \ 
      | || | | |  _| (_) |   | |__| (_) | | | | || (_| | || (_) |
     |___|_| |_|_|  \___/     \____\___/|_| |_|\__\__,_|\__\___/ 
                                                                 
    */
    .info-geral .title-info {
        font-size: 20px;
    }

    .info-geral .texto-info {
        font-size: 16px;
        line-height: 2.4;
    }
    /*

      _____     _           ____                                
     |  ___|_ _| | ___     / ___|___  _ __   ___  ___  ___ ___  
     | |_ / _` | |/ _ \   | |   / _ \| '_ \ / _ \/ __|/ __/ _ \ 
     |  _| (_| | |  __/   | |__| (_) | | | | (_) \__ \ (_| (_) |
     |_|  \__,_|_|\___|    \____\___/|_| |_|\___/|___/\___\___/ 
                                                                

    */
    .fale-conosco .banner-fale {
        width: 80%;
    }

    /*

      _____           _            
     |  ___|__   ___ | |_ ___ _ __ 
     | |_ / _ \ / _ \| __/ _ \ '__|
     |  _| (_) | (_) | ||  __/ |   
     |_|  \___/ \___/ \__\___|_|   
                                   

    */
    .text-summer {
        font-size: 14px;    
    }

}

/*

  __  __          _ _           ____  _  _    ___       
 |  \/  | ___  __| (_) __ _    | ___|| || |  / _ \__  __
 | |\/| |/ _ \/ _` | |/ _` |   |___ \| || |_| | | \ \/ /
 | |  | |  __/ (_| | | (_| |    ___) |__   _| |_| |>  < 
 |_|  |_|\___|\__,_|_|\__,_|   |____/   |_|  \___//_/\_\
                                                        

*/
@media screen and (max-width: 540px) {
    /*
       _   _ _____    _    ____  _____ ____  
     | | | | ____|  / \  |  _ \| ____|  _ \ 
     | |_| |  _|   / _ \ | | | |  _| | |_) |
     |  _  | |___ / ___ \| |_| | |___|  _ < 
     |_| |_|_____/_/   \_\____/|_____|_| \_\
                                            
    */


    .navbar {
        width: 104%;
    }

    header .dropdown-menu[data-bs-popper] {
        width: 34rem;
    } 

    header .dropdown-menu {
        text-align: center;
    }

    #header-mulher {
        max-width: 85%;
    }

    .content-header-mulher {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .titulo-header, #header-texto3{
        margin-left: 5px;
    }
    /*
      ___           _ _                /\/|           
     |_ _|_ __   __| (_) ___ __ _  ___|/\/   ___  ___ 
      | || '_ \ / _` | |/ __/ _` |/ __/ _ \ / _ \/ __|
      | || | | | (_| | | (_| (_| | (_| (_) |  __/\__ \
     |___|_| |_|\__,_|_|\___\__,_|\___\___/ \___||___/
                                   )_)                
    */
    .indicacoes {
        height: 700px;
        background-image: none;
        background-color: #BB963B;
    }

    .indicacoes-geral {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .indicacoes-geral .card {
        max-width: 100%;
        height: 400px;
        border-radius: 10px 10px 10px 10px;
    }

    .indicacoes-geral .card-pai {
        margin-left: 0px;
        margin-top: 2%;
        margin-bottom: 2%;
    }

    .indicacoes-geral  .card-body {
        height: 270px;
    }

    .indicacoes-geral .card-imagem {
        margin-left: 33%;
    }

    #indicacoes-texto {
        padding: 0px 20px 0px;
    }

    .indicacoes .seta-esquerda-indic {
        position: relative;
        top: -225px;
        left: 295px;
        left: 6%;
    }

    .indicacoes .seta-direita-indic {
        position: relative;
        top: -225px;
        left: 600px;
        left: 81%;
    }

    /*

      ____    __        _     _           
     |  _ \ _/_/___   _(_) __| | __ _ ___ 
     | | | | | | \ \ / / |/ _` |/ _` / __|
     | |_| | |_| |\ V /| | (_| | (_| \__ \
     |____/ \__,_| \_/ |_|\__,_|\__,_|___/
                                          

    */

    .duvidas-geral .divisor {
        display: none;
    }

    .duvidas-geral {
        align-items: center;
        justify-content: center;
        text-align: center;
        flex-wrap: wrap;
    }

    .duvidas-geral .slick-dots {
        margin-left: -13px;
        margin-top: -10px;
    }

    .duvidas-geral .navegacao {
        margin-left: 0px;
    }

    .navegacao{
        display: block;
    }

    /*

      _     _                             _ 
     | |   (_)_ __ ___   ___  _ __   __ _(_)
     | |   | | '_ ` _ \ / _ \| '_ \ / _` | |
     | |___| | | | | | | (_) | | | | (_| | |
     |_____|_|_| |_| |_|\___/|_| |_|\__, |_|
                                    |___/   

    */
    .limongi {
    }

    .limongi-title {
        font-size: 45px;
    }

    .limongi-text {
        font-size: 14px;
    }

    .limongi-banner {
        margin-right: 0px;
        margin-left: 0px;
    }

    .logos-limongia img {
        width: 400px;
    }

    .doutor-limongi img {
        width: 95.9%;
    }

    /*

      ____        _                             __  __ _     _ _       
     / ___|  __ _(_)_   _      _ __   __ _     |  \/  (_) __| (_) __ _ 
     \___ \ / _` | | | | |    | '_ \ / _` |    | |\/| | |/ _` | |/ _` |
      ___) | (_| | | |_| |    | | | | (_| |    | |  | | | (_| | | (_| |
     |____/ \__,_|_|\__,_|    |_| |_|\__,_|    |_|  |_|_|\__,_|_|\__,_|
                                                                       

    */
    .midia {
        height: 720px;
    }

    .imagem-carrosel {
        height: 260px;
        width: 385px;
    }

    .midia .slick-center {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .midia .seta-esquerda {
        top: -260px;
        left: 295px;
        left: 1%;
    }

    .midia .seta-direita {
        top: -260px;
        left: 600px;
        left: 78%;
    }

    .midia .retangulo-info {
        width: 22.5em;
        height: 8em;
    }

    .midia .slick-list {
        height: 26em;
    }
    /*
      ___        __            ____            _        _        
     |_ _|_ __  / _| ___      / ___|___  _ __ | |_ __ _| |_ ___  
      | || '_ \| |_ / _ \    | |   / _ \| '_ \| __/ _` | __/ _ \ 
      | || | | |  _| (_) |   | |__| (_) | | | | || (_| | || (_) |
     |___|_| |_|_|  \___/     \____\___/|_| |_|\__\__,_|\__\___/ 
                                                                 
    */
    .info-geral .title-info {
        font-size: 20px;
    }

    .info-geral .texto-info {
        font-size: 16px;
        line-height: 2.4;
    }

    /*

      _____     _           ____                                
     |  ___|_ _| | ___     / ___|___  _ __   ___  ___  ___ ___  
     | |_ / _` | |/ _ \   | |   / _ \| '_ \ / _ \/ __|/ __/ _ \ 
     |  _| (_| | |  __/   | |__| (_) | | | | (_) \__ \ (_| (_) |
     |_|  \__,_|_|\___|    \____\___/|_| |_|\___/|___/\___\___/ 
                                                                

    */
    .conosco-banner {
        display: none;
    }

    .conosco-form {
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .fale-conosco .btn-warning {
        width: 100%;
    }

    /*
      ____        _   /\/|            ____      _                         
     | __ )  ___ | |_|/\/_  ___      |  _ \ ___| |_ ___  _ __ _ __   ___  
     |  _ \ / _ \| __/ _` |/ _ \     | |_) / _ \ __/ _ \| '__| '_ \ / _ \ 
     | |_) | (_) | || (_| | (_) |    |  _ <  __/ || (_) | |  | | | | (_) |
     |____/ \___/ \__\__,_|\___/     |_| \_\___|\__\___/|_|  |_| |_|\___/ 
                                                                          
    */
    .bola-header {
        bottom: 10%; 
        right: 2%;
    }

    .fale-conosco .form-conosco {
        width: 90%;
    }
}

/*

  __  __          _ _           _  _  ____  ____      
 |  \/  | ___  __| (_) __ _    | || ||___ \| ___|_  __
 | |\/| |/ _ \/ _` | |/ _` |   | || |_ __) |___ \ \/ /
 | |  | |  __/ (_| | | (_| |   |__   _/ __/ ___) >  < 
 |_|  |_|\___|\__,_|_|\__,_|      |_||_____|____/_/\_\
                                                      

*/
@media screen and (max-width: 425px) {
    /*
       _   _ _____    _    ____  _____ ____  
     | | | | ____|  / \  |  _ \| ____|  _ \ 
     | |_| |  _|   / _ \ | | | |  _| | |_) |
     |  _  | |___ / ___ \| |_| | |___|  _ < 
     |_| |_|_____/_/   \_\____/|_____|_| \_\
                                            
    */

    .navbar {
        width: 106%;
    }

    .titulo-header {
        font-size: 36px;
    }

    header .dropdown-menu[data-bs-popper] {
        width: 26.4rem;
    }

    header .dropdown-menu {
        text-align: center;
    }

    #header-mulher {
        max-width: 100%;
    }

    .titulo-header, #header-texto3{
        margin-left: 5px;
    }
    /*
      ___           _ _                /\/|           
     |_ _|_ __   __| (_) ___ __ _  ___|/\/   ___  ___ 
      | || '_ \ / _` | |/ __/ _` |/ __/ _ \ / _ \/ __|
      | || | | | (_| | | (_| (_| | (_| (_) |  __/\__ \
     |___|_| |_|\__,_|_|\___\__,_|\___\___/ \___||___/
                                   )_)                
    */
    .indicacoes {
        height: 700px;
        background-image: none;
        background-color: #BB963B;
    }

    .indicacoes-geral {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .indicacoes-geral .card {
        height: 410px;
        width: 300px !important;
        border-radius: 10px 10px 10px 10px;
    }

    .indicacoes-geral .card-pai {
        margin-left: 0px;
        margin-top: 2%;
        margin-bottom: 2%;
    }

    .indicacoes-geral  .card-body {
        height: 270px;
    }

    .indicacoes-geral .card-imagem {
        margin-left: 30%;
    }

    #indicacoes-texto {
        padding: 0px 20px 0px;
    }

    .indicacoes .seta-esquerda-indic {
        position: relative;
        top: -230px;
        left: 2%;
    }

    .indicacoes .seta-direita-indic {
        position: relative;
        top: -230px;
        left: 600px;
        left: 83%;
    }
    /*

      ____    __        _     _           
     |  _ \ _/_/___   _(_) __| | __ _ ___ 
     | | | | | | \ \ / / |/ _` |/ _` / __|
     | |_| | |_| |\ V /| | (_| | (_| \__ \
     |____/ \__,_| \_/ |_|\__,_|\__,_|___/
                                          

    */
   

    .duvidas-geral .divisor {
        display: none;
    }

    .duvidas-geral {
        align-items: center;
        justify-content: center;
        text-align: center;
        flex-wrap: wrap;
    }

    /* .duvidas-geral .slick-dots {
        margin-left: 0px;
        margin-top: -20px;
    } */

    .duvidas-geral .navegacao {
        margin-left: 10px;
    }

    .navegacao{
        display: block;
    }

    /*

      _     _                             _ 
     | |   (_)_ __ ___   ___  _ __   __ _(_)
     | |   | | '_ ` _ \ / _ \| '_ \ / _` | |
     | |___| | | | | | | (_) | | | | (_| | |
     |_____|_|_| |_| |_|\___/|_| |_|\__, |_|
                                    |___/   

    */
    .limongi {
    }

    .limongi-geral {
        flex-wrap: wrap-reverse;
    }

    .limongi-banner {
        margin-right: 0px;
        margin-left: 0px;
    }

    .doutor-limongi img {
        width: 94%;
    }

    .logos-limongi img {
        width: 370px;
    }

    .limongi-title {
        font-size: 42px;
    }

    .limongi-text {
        padding: 0px 20px;
    }

    .limongi .owl-carousel .owl-item img {
        width: 200px !important;
    }

    /*

      ____        _                             __  __ _     _ _       
     / ___|  __ _(_)_   _      _ __   __ _     |  \/  (_) __| (_) __ _ 
     \___ \ / _` | | | | |    | '_ \ / _` |    | |\/| | |/ _` | |/ _` |
      ___) | (_| | | |_| |    | | | | (_| |    | |  | | | (_| | | (_| |
     |____/ \__,_|_|\__,_|    |_| |_|\__,_|    |_|  |_|_|\__,_|_|\__,_|
                                                                       

    */
    .midia {
        height: 720px;
    }

    .imagem-carrosel {
        height: 220px;
        width: 345px;
    }

    .midia .slick-center {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .midia .seta-esquerda {
        top: -260px;
        left: 295px;
        left: -2%;
    }

    .midia .seta-direita {
        top: -260px;
        left: 600px;
        left: 76%;
    }

    .midia .retangulo-info {
        width: 20em;
        height: 8em;
    }

    /*
      ____        _   /\/|            ____      _                         
     | __ )  ___ | |_|/\/_  ___      |  _ \ ___| |_ ___  _ __ _ __   ___  
     |  _ \ / _ \| __/ _` |/ _ \     | |_) / _ \ __/ _ \| '__| '_ \ / _ \ 
     | |_) | (_) | || (_| | (_) |    |  _ <  __/ || (_) | |  | | | | (_) |
     |____/ \___/ \__\__,_|\___/     |_| \_\___|\__\___/|_|  |_| |_|\___/ 
                                                                          
    */
    .bola-header {
        bottom: 10%; 
        right: 2%;
    }
}

/*
  __  __          _ _           _  _  ____   ___        _  _   _ ____       
 |  \/  | ___  __| (_) __ _    | || ||___ \ / _ \      | || | / |___ \__  __
 | |\/| |/ _ \/ _` | |/ _` |   | || |_ __) | | | |_____| || |_| | __) \ \/ /
 | |  | |  __/ (_| | | (_| |   |__   _/ __/| |_| |_____|__   _| |/ __/ >  < 
 |_|  |_|\___|\__,_|_|\__,_|      |_||_____|\___/         |_| |_|_____/_/\_\
                                                                            
*/
@media screen and (max-width: 420px) {
    /*
       _   _ _____    _    ____  _____ ____  
     | | | | ____|  / \  |  _ \| ____|  _ \ 
     | |_| |  _|   / _ \ | | | |  _| | |_) |
     |  _  | |___ / ___ \| |_| | |___|  _ < 
     |_| |_|_____/_/   \_\____/|_____|_| \_\
                                            
    */

    .navbar {
        width: 105%;
    }

    header .dropdown-menu[data-bs-popper] {
        width: 26.2em;
    }

    .titulo-header{
        font-size: 45px;
    }

    /*
      ___           _ _                /\/|           
     |_ _|_ __   __| (_) ___ __ _  ___|/\/   ___  ___ 
      | || '_ \ / _` | |/ __/ _` |/ __/ _ \ / _ \/ __|
      | || | | | (_| | | (_| (_| | (_| (_) |  __/\__ \
     |___|_| |_|\__,_|_|\___\__,_|\___\___/ \___||___/
                                   )_)                
    */
    .indicacoes-geral .card {
        height: 400px;
        width: 275px !important;
        border-radius: 10px 10px 10px 10px;
        margin-top: -80px;
    }

    .indicacoes-geral .card-imagem {
        margin-left: 29%;
        margin-bottom: 30px;
    }

    .indicacoes .seta-esquerda-indic {
        position: relative;
        top: -250px;
        left: 4%;
    }

    .indicacoes .seta-direita-indic {
        position: relative;
        top: -250px;
        left: 80%;
    }

    .indicacoes-geral .card-title {
        font-size: 18px;
    }

    .indicacoes-geral .card-text {
        font-weight: 500;
        font-size: 14px;
        text-align: start;
    }

    /*

      _     _                             _ 
     | |   (_)_ __ ___   ___  _ __   __ _(_)
     | |   | | '_ ` _ \ / _ \| '_ \ / _` | |
     | |___| | | | | | | (_) | | | | (_| | |
     |_____|_|_| |_| |_|\___/|_| |_|\__, |_|
                                    |___/   

    */
    .limongi {
    }

    .limongi-title {
        font-size: 40px;
    }

    .limongi-text {
        padding: 0px 15px;
    }

    .logos-limongi img {
        width: 360px;
    }

    /*

      ____        _                             __  __ _     _ _       
     / ___|  __ _(_)_   _      _ __   __ _     |  \/  (_) __| (_) __ _ 
     \___ \ / _` | | | | |    | '_ \ / _` |    | |\/| | |/ _` | |/ _` |
      ___) | (_| | | |_| |    | | | | (_| |    | |  | | | (_| | | (_| |
     |____/ \__,_|_|\__,_|    |_| |_|\__,_|    |_|  |_|_|\__,_|_|\__,_|
                                                                       

    */
    .midia .seta-direita {
        top: -260px;
        left: 600px;
        left: 75.5%;
    }

    .imagem-carrosel {
        height: 210px;
        width: 325px;
    }

    .midia .retangulo-info {
        width: 18.5em;
        height: 8em;
    }
}

/*
  __  __          _ _           _____ ___   ___       
 |  \/  | ___  __| (_) __ _    |___ // _ \ / _ \__  __
 | |\/| |/ _ \/ _` | |/ _` |     |_ \ (_) | | | \ \/ /
 | |  | |  __/ (_| | | (_| |    ___) \__, | |_| |>  < 
 |_|  |_|\___|\__,_|_|\__,_|   |____/  /_/ \___//_/\_\
                                                      
*/
@media screen and (max-width: 400px) {
    /*
       _   _ _____    _    ____  _____ ____  
     | | | | ____|  / \  |  _ \| ____|  _ \ 
     | |_| |  _|   / _ \ | | | |  _| | |_) |
     |  _  | |___ / ___ \| |_| | |___|  _ < 
     |_| |_|_____/_/   \_\____/|_____|_| \_\
                                            
    */

    .navbar {
        width: 106%;
    }

    header .dropdown-menu[data-bs-popper] {
        width: 25.3em;
    }

    .titulo-header {
        font-size: 45px;
    }

    /*
      ___           _ _                /\/|           
     |_ _|_ __   __| (_) ___ __ _  ___|/\/   ___  ___ 
      | || '_ \ / _` | |/ __/ _` |/ __/ _ \ / _ \/ __|
      | || | | | (_| | | (_| (_| | (_| (_) |  __/\__ \
     |___|_| |_|\__,_|_|\___\__,_|\___\___/ \___||___/
                                   )_)                
    */
    .indicacoes {
        height: 680px;
        background-image: none;
        background-color: #BB963B;
    }

    #indicacoes-titulo {
        font-size: 50px;
    }

    #indicacoes-texto {
        font-size: 14px;
    } 

    .indicacoes-geral .card-imagem {
        margin-left: 28%;
    }

    .indicacoes .seta-esquerda-indic {
        position: relative;
        top: -250px;
        left: 2%;
    }

    .indicacoes .seta-direita-indic {
        position: relative;
        top: -250px;
        left: 81%;
    }
    /*

      ____    __        _     _           
     |  _ \ _/_/___   _(_) __| | __ _ ___ 
     | | | | | | \ \ / / |/ _` |/ _` / __|
     | |_| | |_| |\ V /| | (_| | (_| \__ \
     |____/ \__,_| \_/ |_|\__,_|\__,_|___/
                                          

    */
    .duvidas-geral .card {
       width: 16.7em !important;
    }

    .duvidas-geral .card-title {
        font-size: 20px;
    }

    .duvidas-geral .card-text {
        font-size: 12px;
    }

    /* .duvidas-geral .slick-dots {
        margin-left: 4px;
    } */

    .duvidas-geral .navegacao {
        margin-left: 0px;
    }

    /*

      _     _                             _ 
     | |   (_)_ __ ___   ___  _ __   __ _(_)
     | |   | | '_ ` _ \ / _ \| '_ \ / _` | |
     | |___| | | | | | | (_) | | | | (_| | |
     |_____|_|_| |_| |_|\___/|_| |_|\__, |_|
                                    |___/   

    */
    .limongi {
    }

    .limongi .owl-carousel .owl-item img {
        width: 230px !important;
    }
    /*

      ____        _                             __  __ _     _ _       
     / ___|  __ _(_)_   _      _ __   __ _     |  \/  (_) __| (_) __ _ 
     \___ \ / _` | | | | |    | '_ \ / _` |    | |\/| | |/ _` | |/ _` |
      ___) | (_| | | |_| |    | | | | (_| |    | |  | | | (_| | | (_| |
     |____/ \__,_|_|\__,_|    |_| |_|\__,_|    |_|  |_|_|\__,_|_|\__,_|
                                                                       

    */
    .midia {
        height: 630px;
    }

    .title-midia {
        font-size: 40px;
    }

    .text-midia {
        font-size: 14px;
    }

    .midia .text-midia {
        padding: 0px 5px 0px;
    }

    .imagem-carrosel {
        height: 200px;
        width: 315px;
    }

    .midia .retangulo-info {
        width: 18em;
        height: 8em;
    }

    .midia .slick-center {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .midia .seta-esquerda {
        top: -265px;
        left: 295px;
        left: -4%;
    }

    .midia .seta-direita {
        top: -265px;
        left: 600px;
        left: 74.3%;
    }  

    /*
      ___        __            ____            _        _        
     |_ _|_ __  / _| ___      / ___|___  _ __ | |_ __ _| |_ ___  
      | || '_ \| |_ / _ \    | |   / _ \| '_ \| __/ _` | __/ _ \ 
      | || | | |  _| (_) |   | |__| (_) | | | | || (_| | || (_) |
     |___|_| |_|_|  \___/     \____\___/|_| |_|\__\__,_|\__\___/ 
                                                                 
    */
    .info-geral .title-info {
        font-size: 18px;
    }

    .info-geral .texto-info {
        font-size: 14px;
        line-height: 3;
    }  
}

/*

  __  __          _ _           __________ ____      
 |  \/  | ___  __| (_) __ _    |___ /___  | ___|_  __
 | |\/| |/ _ \/ _` | |/ _` |     |_ \  / /|___ \ \/ /
 | |  | |  __/ (_| | | (_| |    ___) |/ /  ___) >  < 
 |_|  |_|\___|\__,_|_|\__,_|   |____//_/  |____/_/\_\
                                                     

*/
@media screen and (max-width: 375px) {
    /*
       _   _ _____    _    ____  _____ ____  
     | | | | ____|  / \  |  _ \| ____|  _ \ 
     | |_| |  _|   / _ \ | | | |  _| | |_) |
     |  _  | |___ / ___ \| |_| | |___|  _ < 
     |_| |_|_____/_/   \_\____/|_____|_| \_\
                                            
    */

    .navbar {
        width: 105%;
    }

    header .dropdown-menu[data-bs-popper] {
        width: 23.2em;
    }

    #header-mulher {
        max-width: 100%;
    }

    .header-conteudo {
        height: auto;
    }

    .titulo-header{
        font-size: 45px;
    }

    .titulo-header, #header-texto3{
        margin-left: 5px;
    }

    /*
      ___           _ _                /\/|           
     |_ _|_ __   __| (_) ___ __ _  ___|/\/   ___  ___ 
      | || '_ \ / _` | |/ __/ _` |/ __/ _ \ / _ \/ __|
      | || | | | (_| | | (_| (_| | (_| (_) |  __/\__ \
     |___|_| |_|\__,_|_|\___\__,_|\___\___/ \___||___/
                                   )_)                
    */
    .indicacoes {
        height: 680px;
    }

    #indicacoes-titulo {
        font-size: 50px;
    }

    #indicacoes-texto {
        font-size: 15px;
    }

    .indicacoes-geral  .card-body {
        padding: 0px 15px 15px;
    }

    .indicacoes-geral .card-title {
        margin-top: 10px;
    }

    .indicacoes-geral .card-text {
        font-size: 14px;
    }

    .indicacoes .seta-esquerda-indic {
        position: relative;
        top: -250px;
        left: 0%;
    }

    .indicacoes .seta-direita-indic {
        position: relative;
        top: -250px;
        left: 83%;
    }
    /*

      ____    __        _     _           
     |  _ \ _/_/___   _(_) __| | __ _ ___ 
     | | | | | | \ \ / / |/ _` |/ _` / __|
     | |_| | |_| |\ V /| | (_| | (_| \__ \
     |____/ \__,_| \_/ |_|\__,_|\__,_|___/
                                          

    */
    .duvidas-geral .card {
       width: 16em !important;
    }

    .duvidas-geral .card-title {
        font-size: 20px;
    }

    .duvidas-geral .card-text {
        font-size: 12px;
    }

    /* .duvidas-geral .slick-dots {
        margin-left: 4px;
    } */
    /*

      _     _                             _ 
     | |   (_)_ __ ___   ___  _ __   __ _(_)
     | |   | | '_ ` _ \ / _ \| '_ \ / _` | |
     | |___| | | | | | | (_) | | | | (_| | |
     |_____|_|_| |_| |_|\___/|_| |_|\__, |_|
                                    |___/   

    */
    .limongi {
    }

    .limongi-title {
        font-size: 35px;
    }

    #indicacoes-texto {
        font-size: 14px;
    }

    .logos-limongi img {
        width: 340px;
    }

    .limongi-text {
        padding: 0px 10px;
    }

    /*

      ____        _                             __  __ _     _ _       
     / ___|  __ _(_)_   _      _ __   __ _     |  \/  (_) __| (_) __ _ 
     \___ \ / _` | | | | |    | '_ \ / _` |    | |\/| | |/ _` | |/ _` |
      ___) | (_| | | |_| |    | | | | (_| |    | |  | | | (_| | | (_| |
     |____/ \__,_|_|\__,_|    |_| |_|\__,_|    |_|  |_|_|\__,_|_|\__,_|
                                                                       

    */
    .title-midia {
        font-size: 40px;
    }

    .text-midia {
        font-size: 14px;
    }

    .midia .text-midia {
        padding: 0px 5px 0px;
    }

    .imagem-carrosel {
        height: 190px;
        width: 305px;
    }

    .midia .retangulo-info {
        width: 17.5em;
        height: 8em;
    }

    .midia .slick-center {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .midia .seta-esquerda {
        top: -265px;
        left: 295px;
        left: -5%;
    }

    .midia .seta-direita {
        top: -265px;
        left: 600px;
        left: 73.3%;
    }

    /*
      ___        __            ____            _        _        
     |_ _|_ __  / _| ___      / ___|___  _ __ | |_ __ _| |_ ___  
      | || '_ \| |_ / _ \    | |   / _ \| '_ \| __/ _` | __/ _ \ 
      | || | | |  _| (_) |   | |__| (_) | | | | || (_| | || (_) |
     |___|_| |_|_|  \___/     \____\___/|_| |_|\__\__,_|\__\___/ 
                                                                 
    */
    .info-geral .imagem-info {
        width: 30px;
        height: 30px;
    }

    #imagem-hospital {
        height: 34px;
        width: 34px;
    }

    .info-geral .title-info {
        font-size: 18px;
    }

    .info-geral .texto-info {
        font-size: 13px;
        line-height: 2.5;
    } 
}

/*
  __  __          _ _           _____  __    ___       
 |  \/  | ___  __| (_) __ _    |___ / / /_  / _ \__  __
 | |\/| |/ _ \/ _` | |/ _` |     |_ \| '_ \| | | \ \/ /
 | |  | |  __/ (_| | | (_| |    ___) | (_) | |_| |>  < 
 |_|  |_|\___|\__,_|_|\__,_|   |____/ \___/ \___//_/\_\
                                                        
*/

@media screen and (max-width: 360px) {
    /*
       _   _ _____    _    ____  _____ ____  
     | | | | ____|  / \  |  _ \| ____|  _ \ 
     | |_| |  _|   / _ \ | | | |  _| | |_) |
     |  _  | |___ / ___ \| |_| | |___|  _ < 
     |_| |_|_____/_/   \_\____/|_____|_| \_\
                                            
    */
    .navbar {
        width: 105%;
    }

    header .dropdown-menu[data-bs-popper] {
        width: 23.5em;
    }

    .titulo-header{
        font-size: 40px;
    }


    /*
      ___           _ _                /\/|           
     |_ _|_ __   __| (_) ___ __ _  ___|/\/   ___  ___ 
      | || '_ \ / _` | |/ __/ _` |/ __/ _ \ / _ \/ __|
      | || | | | (_| | | (_| (_| | (_| (_) |  __/\__ \
     |___|_| |_|\__,_|_|\___\__,_|\___\___/ \___||___/
                                   )_)                
    */
    .indicacoes .seta-esquerda-indic {
        position: relative;
        top: -250px;
        left: -1%;
    }

    .indicacoes .seta-direita-indic {
        position: relative;
        top: -250px;
        left: 83%;
    }
    /*

      ____    __        _     _           
     |  _ \ _/_/___   _(_) __| | __ _ ___ 
     | | | | | | \ \ / / |/ _` |/ _` / __|
     | |_| | |_| |\ V /| | (_| | (_| \__ \
     |____/ \__,_| \_/ |_|\__,_|\__,_|___/
                                          

    */


    .duvidas-geral .card {
       width: 15em !important;
       height: 20em !important;
    }

    .duvidas-geral .card-title {
        font-size: 20px;
    }

    .duvidas-geral .card-text {
        font-size: 12px;
    }

    .duvidas-geral .navegacao {
        margin-left: 0px;
    }

    /*

      _     _                             _ 
     | |   (_)_ __ ___   ___  _ __   __ _(_)
     | |   | | '_ ` _ \ / _ \| '_ \ / _` | |
     | |___| | | | | | | (_) | | | | (_| | |
     |_____|_|_| |_| |_|\___/|_| |_|\__, |_|
                                    |___/   

    */
    .limongi {
    }

    .limongi-title {
        font-size: 35px;
    }

    /*

      ____        _                             __  __ _     _ _       
     / ___|  __ _(_)_   _      _ __   __ _     |  \/  (_) __| (_) __ _ 
     \___ \ / _` | | | | |    | '_ \ / _` |    | |\/| | |/ _` | |/ _` |
      ___) | (_| | | |_| |    | | | | (_| |    | |  | | | (_| | | (_| |
     |____/ \__,_|_|\__,_|    |_| |_|\__,_|    |_|  |_|_|\__,_|_|\__,_|
                                                                       

    */
    .midia {
        height: 675px;
    }

    .imagem-carrosel {
        height: 165px;
        width: 280px;
    }

    .midia .retangulo-info {
        width: 16em;
        height: 8em;
    }

    .midia .seta-direita {
        top: -285px;
        left: 71.4%;
    }

    .midia .seta-esquerda {
        top: -285px;
        left: -4.4%;
    } 
}

/*

  __  __          _ _           __________  ___       _________   ___       
 |  \/  | ___  __| (_) __ _    |___ /___ / / _ \     |___ /___ \ / _ \__  __
 | |\/| |/ _ \/ _` | |/ _` |     |_ \ |_ \| | | |_____ |_ \ __) | | | \ \/ /
 | |  | |  __/ (_| | | (_| |    ___) |__) | |_| |_____|__) / __/| |_| |>  < 
 |_|  |_|\___|\__,_|_|\__,_|   |____/____/ \___/     |____/_____|\___//_/\_\
                                                                            

*/
@media screen and (max-width: 330px) {
    /*
       _   _ _____    _    ____  _____ ____  
     | | | | ____|  / \  |  _ \| ____|  _ \ 
     | |_| |  _|   / _ \ | | | |  _| | |_) |
     |  _  | |___ / ___ \| |_| | |___|  _ < 
     |_| |_|_____/_/   \_\____/|_____|_| \_\
                                            
    */

    .navbar {
        width: 107%;
    }

    header .dropdown-menu[data-bs-popper] {
        width: 20.5rem;
    }

    .titulo-header {
        font-size: 37px;
    }

    #header-texto3 {
        font-size: 14px;
    }

    .header-conteudo {
        height: auto;
    }

    /*
      ___           _ _                /\/|           
     |_ _|_ __   __| (_) ___ __ _  ___|/\/   ___  ___ 
      | || '_ \ / _` | |/ __/ _` |/ __/ _ \ / _ \/ __|
      | || | | | (_| | | (_| (_| | (_| (_) |  __/\__ \
     |___|_| |_|\__,_|_|\___\__,_|\___\___/ \___||___/
                                   )_)                
    */

    #indicacoes-titulo {
        font-size: 45px;
    }

    #indicacoes-texto {
        font-size: 14px;
    }

    #indicacoes-texto {
        padding: 0px 10px 0px;
    }

    .indicacoes-geral .card {
        width: 255px !important;
    }

    .indicacoes .seta-esquerda-indic {
        position: relative;
        top: -250px;
        left: -3%;
    }
    /*

      ____    __        _     _           
     |  _ \ _/_/___   _(_) __| | __ _ ___ 
     | | | | | | \ \ / / |/ _` |/ _` / __|
     | |_| | |_| |\ V /| | (_| | (_| \__ \
     |____/ \__,_| \_/ |_|\__,_|\__,_|___/
                                          

    */

    .duvidas-geral .card {
        width: 13.5em !important;
        height: 23em !important;
    }

    .duvidas-geral .card-title {
        font-size: 20px;
    }

    .duvidas-geral .card-text {
        font-size: 12px;
    }

    /*

      _     _                             _ 
     | |   (_)_ __ ___   ___  _ __   __ _(_)
     | |   | | '_ ` _ \ / _ \| '_ \ / _` | |
     | |___| | | | | | | (_) | | | | (_| | |
     |_____|_|_| |_| |_|\___/|_| |_|\__, |_|
                                    |___/   

    */
    
    .limongi-title {
        font-size: 32px;
    }

    .logos-limongi img {
        width: 295px;
    }
    /*

      ____        _                             __  __ _     _ _       
     / ___|  __ _(_)_   _      _ __   __ _     |  \/  (_) __| (_) __ _ 
     \___ \ / _` | | | | |    | '_ \ / _` |    | |\/| | |/ _` | |/ _` |
      ___) | (_| | | |_| |    | | | | (_| |    | |  | | | (_| | | (_| |
     |____/ \__,_|_|\__,_|    |_| |_|\__,_|    |_|  |_|_|\__,_|_|\__,_|
                                                                       

    */
    .imagem-carrosel {
        height: 145px;
        width: 260px;
    }

    .midia .retangulo-info {
        width: 14.5em;
        height: 8em;
    }

    .midia .seta-direita {
        top: -285px;
        left: 68.4%;
    }

    .midia .seta-esquerda {
        top: -285px;
        left: -7.4%;
    }

    /*
      ___        __            ____            _        _        
     |_ _|_ __  / _| ___      / ___|___  _ __ | |_ __ _| |_ ___  
      | || '_ \| |_ / _ \    | |   / _ \| '_ \| __/ _` | __/ _ \ 
      | || | | |  _| (_) |   | |__| (_) | | | | || (_| | || (_) |
     |___|_| |_|_|  \___/     \____\___/|_| |_|\__\__,_|\__\___/ 
                                                                 
    */
    .info-geral .title-info {
        font-size: 18px;
    }

    .info-geral .texto-info {
        font-size: 11px;
        line-height: 3.3;
    }
}

.bola-whatsapp {
    right: 1.5%;
    font-size: 38px;
    box-sizing: content-box;
    padding: 2px;
    cursor: pointer;
    bottom: 2%;
}

.bola-whatsapp a {
    color: green;
}

.buttom-whats {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
    min-width: auto;
    min-height: auto;
    border-radius: 1000px;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
}