
.geist-Titulos {
    font-family: "Geist", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }

.geist-subTitulos{
    font-family: "Geist", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.img-quienes-somos-mobile{
    display: none;
}

.img-quienes_somos{
    width: 100vw;
    height: 125vh;
    background-image: url('/images/imagen-salud.png');
    background-size: cover; /* Ajusta la imagen para cubrir toda el área */
    background-position: start; /* Centra la imagen */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    background-attachment: fixed;
    padding: 7em 0;
}
main{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 700px 700px;
    padding: 1em 2em;
    justify-content: space-around;
    background-color: #fff;
}
.img-quienes-somos{
    background-image: url('/images/vision-imagen.jpg');
    background-size: cover;
    width: 700px;
    height: auto;
}
.texto-quienes-somos h2{
    color: #2c888f;
    font-size: 30px;
    margin-top: 0px;
    line-height: 1;
}
.texto-quienes-somos p{

    font-size: 18px;
}

.img-quienes-somos div{
    position: relative;
    width: 250px;
    height: auto;
    background-color: #2c888f;
    top: 2em;
    left: 2em;
    padding: 15px;

    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.img-quienes-somos div h3{
    font-size: 20px;
    margin-top: 1em;
    display: flex;
    margin-bottom: 0;


}
.img-quienes-somos div h1{
   color: #fff;
}
@media (max-width: 1500px) {
    main{
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: auto auto;
        gap: 2em;
        padding: 7em 2em;
        justify-content: space-around;
    }
    .img-quienes_somos{
        width: 100vw;
        height: auto;
        background-image: url('/images/imagen-salud.png');
        background-size: cover; /* Ajusta la imagen para cubrir toda el área */
        background-position: start; /* Centra la imagen */
        background-repeat: no-repeat; /* Evita que la imagen se repita */
        background-attachment: fixed;
        padding: 7em 0;
    }
}
@media (max-width: 1320px) { 
    .img-quienes_somos{
        width: 100vw;
        height: auto;
        background-image: url('/images/imagen-salud.png');
        background-size: cover; /* Ajusta la imagen para cubrir toda el área */
        background-position: start; /* Centra la imagen */
        background-repeat: no-repeat; /* Evita que la imagen se repita */
        background-attachment: fixed;
        padding: 7em 0;
    }
}
@media (max-width: 1268px) {
    .img-quienes_somos{
        width: 100vw;
        height: auto;
        background-image: url('/images/imagen-salud.png');
        background-size: cover; /* Ajusta la imagen para cubrir toda el área */
        background-position: start; /* Centra la imagen */
        background-repeat: no-repeat; /* Evita que la imagen se repita */
        background-attachment: fixed;
        padding: 5em 0;
    }
    main{
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 2em;
        padding: 7em 2em;
        justify-content: space-around;
    }
}
@media (max-width: 1188px) { 
    .img-quienes_somos{
        width: 100vw;
        height: auto;
        background-image: url('/images/imagen-salud.png');
        background-size: cover; /* Ajusta la imagen para cubrir toda el área */
        background-position: start; /* Centra la imagen */
        background-repeat: no-repeat; /* Evita que la imagen se repita */
        background-attachment: fixed;
        padding: 5em 0;
    }   
}
@media (max-width: 1138px) { 
    .img-quienes_somos{
        width: 100vw;
        height: auto;
    }  
}
@media (max-width: 1068px) {
    main{
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto 500px;
        gap: 2em;
        padding: 4em 3em;
        justify-content: space-around;
    }
    .img-quienes-somos{
        background-image: url('/images/vision-imagen.jpg');
        background-size: cover;
        width: auto;
        height: auto;
    }
    .img-quienes_somos{
        width: 100vw;
        height: auto;
    } 
    .img-quienes_somos{
        width: 100vw;
        height: auto;
        padding: 8em 0;
    } 
}

@media (max-width: 768px) {
    main{
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto 300px;
        gap: 2em;
        padding: 4em 2em;
        justify-content: space-around;
    }
    .img-quienes-somos{
        background-image: url('/images/vision-imagen.jpg');
        background-size: cover;
        width: 100%;
        height: auto;
    }
}
@media (max-width: 538px) { 
    .img-quienes_somos{
        width: 100vw;
        height: auto;
        padding: 8em 0;
    } 
}
@media (max-width: 390px){
    .img-quienes_somos{
        width: 100vw;
        height: auto;
        padding: 6em 0;
    } 
    main{
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto 200px;
        gap: 2em;
        padding: 3em 1em;
        justify-content: space-around;
    }
    .img-quienes-somos div{
        display: none;
    }
    .img-quienes-somos-mobile{
        display: flex;
        color: #000;
    }
    .img-quienes-somos-mobile div h1{
        font-size: 35px;
        color: #2c888f;
    }
    .img-quienes-somos-mobile div h3{
        font-size: 18px;
        color: #000;
    }

}
.bajo-altura{
    margin-bottom: 20px;
}