/** ESTE CODIGO ES PARA AJUSTAR LA IMAGEN DE FONDO QUE SE ENCUENTRA EN EL INDEX.PHP (INICIO) **/


.header__texto {
    position: absolute;
    top: 35%; /* Ajusta la altura según sea necesario */
    left: 50%;
    transform: translate(-50%, -50%);
}

.header__texto h2 {
    font-size: 2.3rem;
    margin-bottom: 2px;
}

.texto{
    font-family: 'Josefin Sans', sans-serif;
}

.parrafo2{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.5rem;
}




/** CODIGO CSS SOLO PARA EL APARTADO DEL INDEX  DONDE SE ENCUENTRAN LOS TEXTOS **/
.padding__contenedor{
    padding:1.5rem;
  
    
}



.sobre-nosotros{
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: flex;
    align-items: center;
}


       
.sobre-nosotros__imagen img {
    max-width: 100%;
    height: auto;
}

        
.sobre-nosotros__texto {
    margin-left: 20px;
    flex: 1;
}

.parrafo{
    font-size: 1rem;
    text-align: justify;
    
}

.tamaño{
    font-size: 1.5rem;
}

.tamaño2{
    font-size: 1.3rem;
    font-family: 'Josefin Sans', sans-serif;
}

.boton {
    align-content: center;
    padding-left: 76%;
    text-decoration: none; 

}

.btn-lg {
    font-size: 24px; /* Ajusta el tamaño de fuente según tus preferencias */
    padding: 12px 24px; /* Ajusta el relleno según tus preferencias */
}