/* ///////////////////////////// */
/* -- CSS ESPECIALES SOCL SIS -- */
/* ///////////////////////////// */

/* GENERALES */
.lazyload-wrapper, .lazyload-wrapper img {
    border-radius: 4px;
    overflow: hidden;
}
.resp {
    width: 100%;
    height: auto;
}


/* PRODUCT CAROUSEL */
.carousel-control-prev, .carousel-control-next {
    background-color: #0072ce !important;
}
.carousel-control-prev {
    border-radius: 0 4px 4px 0;
}
.carousel-control-next {
    border-radius: 4px 0 0 4px;
}
.carousel-control-prev svg g, .carousel-control-next svg g {
    stroke: #fff !important;
}
.carousel-inner {
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
}
.carousel-inner .btn-primary {
    border-radius: 4px !important;
}
ol.carousel-indicators {
    background-color: #333;
    padding: 0 12px;
    display: table;
    bottom: -23px !important;
    border-radius: 0 0 4px 4px;
}


/* BTN VER PRODUCTOS */
.btn-vt-especial {
    width: auto;
    margin: 0 auto 0;
    background-color: #333;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
    padding: 12px 24px;
    position: relative;
    display: table;
    color: #fff !important;
}
.btn-vt-especial:hover {
    background-color: #0072ce;
    text-decoration: none !important;
}