/* Seccion 1 */
.animate__animated{
    animation-fill-mode: unset;
    -webkit-animation-fill-mode: unset;
}
.catalogo1{
    background-image: url('../img/catalogo/banner.jpg');
    height: 650px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    align-items: center;
}
.titulos{
    font-size: 2.5rem;
}
.catalogo1-div-bg{
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(0.4rem);
    width: 100%;
}
.catalogo1-div{
    padding: 2rem 1rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    max-width: 1000px;
}
.catalogo1-div-titulo{
    color: white;
    font-size: 3rem;
    font-weight: bold;
}
.catalogo1-div-texto{
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    color: #52891A;
}
/*----------*/
.catalogo2-div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.catalogo2-categoria{
    width: 100%;
    text-align: center;
    background-color: #F5F5F5;
    padding: 2rem 1rem;
}
.catalogo2-productos-nombre{
    font-size: 2rem;
    text-align: center;
    color: #52891A;
}
/*----*/
.catalogo2-productos-2{
    display: flex;
    justify-content: space-evenly;
    margin-top: 1.5rem;
    gap: 2rem;
}
.catalogo2-productos-2 .catalogo2-productos-div .catalogo2-productos-img{
    width: 28.5vw;
    max-width: 405px;
}
.catalogo2-div-int{
    margin-bottom: 5rem;
    width: 95%;
}
.catalogo2-productos-div{
    margin-bottom: 2rem;
    text-decoration: none;
}
.catalogo2-productos-img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.catalogo2-productos-img::after{
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

.swiper-slide{
    transform: scale(.6) !important;
    transition: all .15s ease-in !important;
}
.swiper-slide-active{
    transform: scale(.9) !important;
}


@media (max-width: 1200px) {
    .catalogo2-productos-2 .catalogo2-productos-div .catalogo2-productos-img{
        width: 50vw;
    }
}
@media (max-width: 992px) {
    .catalogo1{
        height: unset;
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .catalogo1-div{
        padding: 1rem;
        text-align: center;
        max-width: 100%;
        width: 100%;
        align-items: center;
    }
    .catalogo1-div-titulo{
        font-size: 2rem;
    }
    .catalogo1-div-texto{
        font-size: 1rem;
    }
    /*---------*/
    .catalogo2-productos-img{
        max-width: 390px;
    }
    .catalogo2-productos-2 .catalogo2-productos-div .catalogo2-productos-img{
        width: 85vw;
        max-width: 351px;
    }
    .catalogo2-productos-nombre{
        font-size: 1.5rem;
    }
    .catalogo2-categoria{
        font-size: 2rem;
    }
}


@media (max-width: 457px){
    .catalogo1{
        align-items: center;
    }
}

