@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

:root {
    --color-1 : #FC8686;
    --color-1-hover : #FC8686;
    --color-2 : #5FCCC8;
    --color-2-hover : #5FCCC8;
    --color-texto-1: #223C57;
}

*{
    font-family: 'Poppins', sans-serif !important;
}

.logo1{
    width: 322px;
    margin-top: 6px;
    margin-right: 25px;
}

.BannerPrincipal{
    margin-top: -83px;
    text-align: center;
    background: #fc8686cf;
}

.MenuPrincipal img{
    cursor: pointer;
}

.MenuPrincipal a{
    color: white !important;
    text-transform: initial !important;
    font-size: 16px !important;
}

.MenuPrincipal button{
    background: white;
    color: var(--color-1);
    border: none;
    margin-top: 21px;
    padding: 9px 28px;
    border-radius: 10px;
    font-size: 15px;
    cursor: pointer;
}

.TituloBanner h1{
    margin-top: 90px;
    color: white !important;
    font-size: 56px !important;
}

.TituloBanner span{
    color: var(--color-1) !important;
    background: white;
    padding: 20px;
    border-radius: 50px;
    font-size: 20px;
    margin-top: 30px;
    cursor: pointer;
}

/* seccion 1 */

.seccion_1-subtitulo {
    color: var(--color-2);
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 4px;
    margin-top: 26px;
}

.seccion_1-titulo {
    font-size: 44px;
    font-weight: 500;
    margin: 0;
}

.seccion_1-parrafo {
    font-size: 1rem;
    margin-bottom: 1.2rem;
    color: var(--color-texto-1);
}

.seccion_1-negrita {
    font-weight: 700;
}

.seccion_1-lista {
    padding-left: 1.2rem;
    margin-bottom: 2rem;
}

.seccion_1-lista li {
    margin-bottom: 0.8rem;
    color: var(--color-texto-1);
}

.seccion_1-lista li::marker {
    color: var(--color-2);
    font-size: 1.2rem;
}

.seccion_1-destacado {
    color: var(--color-2);
    font-weight: 500;
    font-size: 1.8rem;
    margin-bottom: 14px;
}

.seccion_1-botones {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.seccion_1-boton {
    padding: 7px 22px;
    border-radius: 13px;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.seccion_1-boton:hover {
    text-decoration: none;
    color: initial ;
}

.seccion_1-btn-consultorio {
    background-color: var(--color-2);
    color: white;
    border: none;
}

.seccion_1-btn-whatsapp {
    border: 2px solid var(--color-2);
    color: var(--color-2);
    background-color: white;
}

  /* seccion 2 */

.seccion_2-container {
    margin-top: 85px;
    padding-bottom: 67px;
    background-color: var(--color-1);
    border-radius: 43px;
    padding-top: 67px;
    color: #fff;
}

.seccion_2-container strong{
    font-weight: 600;
}

.seccion_2-container h4{
    margin: 25px 0px 0 0px;
    color: white;
    font-weight: 600;
}

.seccion_2-title {
    font-size: 44px;
    font-weight: 500;
    margin: 0;
    color: white;
}

.seccion_2-subtitle {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

.seccion_2-text {
    font-size: 1rem;
    margin: 8px 0 0 0;
    line-height: 22px;
}

.seccion_2-list {
    padding-left: 20px;
}

.seccion_2-list li {
    margin-bottom: -4px;
    font-size: 15px;
}

.seccion_2-list li::marker {
    color: white;
    font-size: 1.2rem;
}
  .seccion_2-image img {
    border-radius: 30px;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  @media (max-width: 960px) {
    .seccion_2-title {
      font-size: 2rem;
    }

    .seccion_2-container {
      padding: 2rem 1rem;
    }
  }

  .VerMapa{
    color: white;
  }

  .VerMapa:hover{
    color: white;
  }

  /* seccion 3 */
  
  .centrarBotones{
    margin: 0 auto;
    width: max-content;
  }

  .Titulo2{
    margin: 50px;
  }

  .Titulo2 h2{
    color: var(--color-texto-1);
    font-size: 28px;
    font-weight: 600;
    line-height: 37px;
    margin-bottom: 30px;
  }

  .ContenidoGeneral{
    max-width: 1000px;
  }

  /* seccion 4 */

.seccion_3-container {
    margin-top: 65px;
    padding-bottom: 55px;
    background-color: #F2F2F2;
    border-radius: 43px;
    padding-top: 67px;
    position: relative;
    z-index: 2;
}

.seccion_3-subtitle{
    color: var(--color-2);
    font-weight: 600;
    font-size: 17px;
    margin: 0px;
}

.seccion_3-title{
    color: var(--color-texto-1);
    font-size: 45px;
    font-weight: 500;
    margin: 10px 0px 0px 0px;
}

.seccion_3-text{
    color: var(--color-texto-1);
    margin-bottom: 40px;
}

.CuadroDiag{
    background: var(--color-2);
    text-align: center;
    border-radius: 43px;
    padding: 40px 0 120px 0;
    max-width: 860px;
    margin: 0 auto;
    margin-bottom: -90px;
}

.CuadroDiag h3{
    color: white !important;
    font-size: 45px;
    font-weight: 500;
    line-height: 58px;
}

.CuadroDiag-2{
    background: var(--color-2);
    text-align: center;
    border-radius: 43px;
    padding: 40px 0 0px 0;
    max-width: 860px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.CuadroDiag-2 h3{
    color: white !important;
    font-size: 45px;
    font-weight: 500;
    line-height: 58px;
}

.CuadroEspe{
    background: white;
    padding: 40px;
    border-radius: 20px;
}

.CuadroEspe h5{
    color: var(--color-2);
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 28px;
}

.CuadroEspe p{
    color: var(--color-texto-1);
    margin-bottom: 30px;
    margin-top: 5px;
    height: 110px;
}

.CuadroEspe a{
    color: var(--color-texto-1);
    font-weight: 900;
    font-size: 19px;
}

.CuadroEspe img{
    width: 55px;
    margin-right: 10px;
    position: relative;
    top: -5px;
}

/* seccion 4 */

.seccion_4-container {
    margin-top: 90px;
    padding-bottom: 55px;
    background-color: var(--color-2);
    border-radius: 43px;
    padding-top: 67px;
    position: relative;
    z-index: 1;
}

.seccion_4-container img{
    width: 70px;
}

.seccion_4-container h5{
    margin-top: 0px;
    margin-bottom: 15px;
}

.seccion_4-container p{
    height: auto;
}

.seccion_4-container .alturaCuadro{
    height: 310px;
}

.seccion_4-container .CuadroEspe{
    border-radius: 20px 20px 0px 0px;
}

.imgCuadro{
    width: 100% !important;
    border-radius: 0px 0px 20px 20px;
}

/* seccion 5 */

.seccion_5-container .CuadroEspe{
    background: #F2F2F2;
}

.seccion_5-container .CuadroEspe h5{
    margin-top: 0px;
    margin-bottom: 20px;
}

.seccion_5-container .CuadroEspe img{
    width: 70px;
}

.seccion_5-container .alturaCuadro{
    height: 320px;
}

.ContenidoTitulo h2{
    margin: 0 30px;
}

.ContenidoTitulo .centrarBotones{
    margin-top: 20px;
}

.seccion_6{
    margin-top: 53px;
}

.seccion_6 h4{
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 10px;
}

.btn_whatsapp_2{
    background: none;
    color: white;
    border-color: white;
}

.Testimonios p{
    color: var(--color-texto-1);
}

.Testimonios span{
    margin-right: 15px;
}

.Testimonios i{
    color: var(--color-2);
    font-family: "Font Awesome 6 Free" !important;
}

.Testimonios a{
    border: 2px solid var(--color-2);
    background: none;
    color: var(--color-2);
    width: 46px;
    height: 46px;
}

.Testimonios a span{
    margin: 0px !important;
}

.Testimonios a:hover{
    border: 1px solid var(--color-2);
    background: var(--color-2);
    color: white;
}

.seccion_1-botones img{
    width: 30px;
}

.CuadroContacto{
    background: var(--color-2);
    border-radius: 43px;
    padding: 40px 80px;
    max-width: 860px;
    margin: 0 auto;
    margin-bottom: -160px;
    color: white;
}

.CuadroContacto h2{
    color: white;
    font-size: 44px;
    font-weight: 600;
}

.CuadroContacto h3{
    color: white;
    font-size: 30px;
    line-height: 28px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 20px;
}

.CuadroContacto h4{
    color: white;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 0px;
}

.CuadroContacto strong{
    font-size: 18px;
}

.RedesSociales{
    margin: 27px 0;
}

.RedesSociales a{
    border: 1px solid white;
    background: none;
    color: white;
}

.RedesSociales .uk-icon-button{
    width: 42px;
    height: 42px;
}

.btn_consultorio_2{
    background: var(--color-texto-1);
    color: white;
}

.btn_consultorio_2:hover{
    color: var(--color-2);
}

.Footer{
    background: var(--color-texto-1);
    border-radius: 43px 43px 0px 0px;
    padding-top: 200px;
    padding-bottom: 20px;
    margin: 0 auto;
    color: white;
}

.Footer img{
    width: 330px;
}

.bordeFooter{
    border-top: 1px solid var(--color-2);
    padding-top: 10px;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
}

.bordeFooter p{
    font-size: 14px;
}

.uk-sticky-below{
    background: white;
    box-shadow: 1px -14px 30px #949494;
}

.uk-sticky-below a{
    color: var(--color-2) !important;
}

.uk-sticky-below button{
    background: var(--color-2) !important;
    color: white;
}

.TituloLargo{
    position: relative;
    top: -5px;
    margin-left: 9px;
}

.contenedor-img {
    position: relative;
    max-width: 100%;
}

.imgPerfil {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.perfil1 {
    z-index: 1;
}

.perfil2 {
    z-index: 2;
    width: 80%;
    margin-left: 42px;
    top: 20px;
    border-bottom: 7px solid var(--color-2);
}

.IconosSlide a{
    width: 38px;
    height: 38px;
}

.uk-dotnav>.uk-active>* {
    background-color: var(--color-2);
}

@media only screen and (max-width: 1100px) {
    .seccion_5-container .alturaCuadro {
        height: 450px;
    }
    .TituloBanner h1 {
        font-size: 40px !important;
    }
    .TituloBanner span {
        padding: 9px;
    }
    .CuadroEspe p {
        height: 140px;
    }
    .logo1 {
        width: 245px;
        margin-top: 12px;
    }
}

@media only screen and (max-width: 959px) {
    .img1{
        max-width: 400px;
    }
    .img2{
        max-width: 400px;
    }
    .img3{
        max-width: 400px;
    }
    .BannerPrincipal {
        margin-top: 0px;
    }
    .iconoMenu{
        color: var(--color-texto-1) !important;
    }
    .Testimonios a {
        color:  var(--color-2) !important;
        top: 170px;
    }
    .CuadroEspe p {
        height: auto;
    }
    .alturaCuadro {
        height: auto !important;
    }
    .FullBtn{
        width: 100%;
    }
    .seccion_1-botones {
        margin: 0 auto;
        width: 100%;
    }
    .AjusteTexto{
        display: block;
        text-align: center;
    }
    .IconSize{
        min-width: 55px;
    }
    .contenedor-img {
        position: relative;
        max-width: 500px;
        margin: 0 auto;
        aspect-ratio: 500 / 511;
        height: auto;
    }
}

@media only screen and (max-width: 660px) {
    .TituloBanner h1 {
        font-size: 27px !important;
        margin-bottom: 0px;
    }
    .TituloBanner span {
        padding: 5px;
    }
    .seccion_1-botones.centrarBotones a {
        width: 100%;
    }
    .centrarBotones {
        margin: 0 auto;
        width: 100%;
    }
    .CuadroContacto {
        padding: 45px 20px;
    }
    
    .seccion_1-botones a{
        width: 100%;
    }
    .DisplayBlock{
        display: block;
    }
    .img1 {
        width: 100%;
    }
}