
/* Lift Gates */

.hero-lift_gates{
    background-image: url(../Imagenes/Soluciones/lift-tables_banner.jpg);
    background-position: 0 0%;  
    background-size: cover;
    position: relative;
}
.hero-lift_gates .hero-card-blanco{
    padding: 1.5%;
}

/* CAROUSEL GRANDES */
.section2_gates {
    width: 80%;
    margin-bottom: 5%;
}

.btn:hover
{
    background-color: var(--naranja);
    border-color: var(--naranja);
}

.section2_gates .row{
    height: 400px;
}

.col{
    height: 100%;
}

.card{
    height: 100%;
    box-shadow: 0px 1px 8px rgba(19, 19, 19, 0.507);
} 

.card img{
    height: 85%;
}
.carousel-control-prev{
    width: 5%;
    height: 5%;
    top: 50%;
    position: absolute;
    left: -10%;
    filter: invert(100%)
}

.carousel-control-next{
    width: 5%;
    height: 5%;
    top: 50%;
    position: absolute;
    right: -10%;
    filter: invert(100%)
}

.imagencarousel{
    display: flex;
    justify-content: center;
    margin-top: 8%;
    margin-bottom: 2%;
}

.imagencarousel img{
    width: 20%;
}


/* CAROUSELS BBS */
.section3_1_gates {
    margin-top: 5%;
    width: 80%;
    margin-bottom: 5%;
    height: 600px;
}

.section3_1_gates .carousel-inner{
    height: 100%;
}

.section3_1_gates .carousel-item{
    height: 100%;
}

/* Marcas lift_gates */

.article_marcas_lift_gates{
    display: flex;
    justify-content:space-around;
    align-items: center;
}
.article_marcas_lift_gates img{
    width: 16%;
    margin-bottom: 5%;
    height: 100%;
}

.marcas_lift_gates{
    padding-top: 3%;
}



/* ************************************* */


@media screen and (max-width: 1000px) {
    .section2_gates .row{
        height: 300px;
    } 
    .card img{
        height: 70%;
    }
}

@media screen and (max-width: 850px) {
    .section2_gates .row{
        height: 250px;
    }
}

@media screen and (max-width: 768px) {
    .imagencarousel img{
        width: 40%;
        margin-bottom: 5%;
    }
    .marcas_lift_gates{
        padding-bottom: 5%;
    }
    .article_marcas_lift_gates{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .marcas_lift_gates h3{
        margin-top: 10%;
        margin-bottom: 8%;
    }
    .article_marcas_lift_gates img{
        width: 35%;
        margin-bottom: 5%;
    }
    .section3_1_gates {
        width: 50%;
        margin-bottom: 5%;
        height: 400px;
    }
    .article1_liftgates{
        width: 95%;
    }
    .article1_liftgates h1{
        font-size: 35px;
    }
    .article1_liftgates p{
        font-size: 15px;
        margin-bottom: 5%;
    }
    .article1_liftgates a{
        font-size: 16px;
        padding: 2% 8%;
    }
}


@media screen and (max-width: 500px) {
    .section3_1_gates {
        width: 80%;
        margin-bottom: 5%;
        height: 300px;
    }
    .imagencarousel img{
        width: 50%;
    }
    .article_marcas_lift_gates img{
        width: 45%;
        margin-bottom: 5%;
    }

}