/* ==============================================================
/*   soluciones-almacenamiento-01
/* ============================================================== */

#g-showcase {
    background: #fff !important;
    padding: 2rem 0rem !important;
}
#soluciones-header .g-content div:nth-child(3) p:nth-child(2),
#soluciones-header-textos-2 {
    font-size: 40px;
}

#soluciones-header .g-content div:nth-child(3),
#soluciones-header-textos {
    padding: 0 10%;
}

.slider-soluciones-nodos img {
    display: inline-block !important;
}

.slider-verticales-nodos img,
.slider-verticales-cerrados-nodos img,
.slider-cisternas-nodos img {
    display: inline-block !important;
    height: 270px;
}

.slider-soluciones-nodos p,
.slider-verticales-nodos p,
.slider-verticales-cerrados-nodos p,
.slider-cisternas-nodos p {
    font-size: 20px;
}

.slick-prev {
    left: 1rem !important;
    z-index: 1 !important;
}
.slick-next {
    right: 1rem !important;
}
.slick-prev:before, .slick-next:before {
    font-size: 40px !important;
}
.slick-prev, .slick-next {
    width: 40px !important;
    height: 40px !important;
}

@media screen and (max-width: 768px){
    #soluciones-header .g-content div:nth-child(3),
    #soluciones-header-textos {
        bottom: 5%;
        padding: 0 5%;
    }
    #soluciones-header .g-content div:nth-child(3) p:nth-child(1), 
    #soluciones-header-textos-1 {
        font-size: 20px;
    }
    #soluciones-header .g-content div:nth-child(3) p:nth-child(2), 
    #soluciones-header-textos-2 {
        font-size: 30px;
    }
}
@media screen and (max-width: 425px){
    #soluciones-header .g-content div:nth-child(3),
    #soluciones-header-textos {
        bottom: 1%;
        padding: 0 5%;
    }
    #soluciones-header .g-content div:nth-child(3) p:nth-child(1), 
    #soluciones-header-textos-1 {
        font-size: 18px;
    }
    #soluciones-header .g-content div:nth-child(3) p:nth-child(2), 
    #soluciones-header-textos-2 {
        font-size: 20px;
    }
}