/*LOGO DEL NAV BAR PRINCIPAL*/

#logo {
    width: 35%;
    height: auto; /* Ajusta la altura automáticamente */
}
*{
    max-width: 1200px;
    margin: 0 auto;
}

.bg-custom-green{
    background-color:rgb(4,105,56) ;
}
.bg-s1{
    color: rgb(61, 181, 74); 
}


/*IMÁGENES DE CADA SECCIÓN DEL CONTENIDO*/
.img-1{
    background-image: url("../img/CHICA-1.png");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.img-sec1-1{

    top: -12.5%; 
    left: 0;
}
.img-sec1-2{
    object-fit: cover;
    z-index: 1; 
    height: 93.5% !important;
}

@media (max-width:575px) {
    .img-sec1-2{
        height: 100% !important;
    }


}


