 .bg-155E40{
    background:#155E40 !important;
}
.ff-montserrat{
    font-family: "Montserrat", "Nunito", sans-serif;
}
.banner-animacion{
    height: 100%; 
    -o-object-fit: cover; 
       object-fit: cover; 
    background-size: cover; 
    background-position: center;
    animation: traladoLigeroLtoR 4s ease-in-out;
}
@keyframes traladoLigeroLtoR {
    0% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}
.aniversaryImageContainer{
    width: 30%; 
    max-width: 424px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.aniversaryImage{
    width: 100%; 
    height: auto;
}
.contenedorQuienesSomos{
    width: 50%;
}
.tituloQuienesSomos{
    line-height: 1.2; 
    text-align: center; 
    font-size: 35px;
}
.descripcionQuienesSomos{
    font-size: 18px;
    color: #000000;
    text-align:justify;
}
.contenedorLogoAgroin1{
    display: flex;
    justify-content: end;
    align-items: center;
}
.contenedorLogoAgroin2{
    display: none;
}
.logoAgroin{
    width: auto; 
    height: 65px;
}

@media (max-width: 1000px) {
    .aniversaryImageContainer{
        width:100%; 
        max-width: none;
    }
    .aniversaryImage{
        max-width: 250px;
    }
    .contenedorQuienesSomos{
        width: 100%;
        padding: 0 3%;
    }
}

@media (max-width: 680px) {
    .aniversaryImage{
        max-width: 150px;
    }
    .tituloQuienesSomos{
        font-size: 25px;
    }
    .descripcionQuienesSomos{
        font-size: 13px;
    }
    .logoAgroin{
        height: 50px;
    }
}

@media (max-width: 575px) {
    .contenedorLogoAgroin2{
        display: flex;
        justify-content: center;
    }
    .contenedorLogoAgroin1{
        display: none;
    }
}
