.img-publicidad {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    aspect-ratio: 3/4;
}

/* OWL */

#woo-slider-publicidad .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 30px;
}

#woo-slider-publicidad .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline; 
}

#woo-slider-publicidad .owl-theme .owl-dots .owl-dot span {
    margin: 5px 7px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    width: 11px !important;
    height: 11px !important;
    background: #fff;
    border: 1px  var(--dark) solid !important;
}

#woo-slider-publicidad .owl-theme .owl-dots .owl-dot.active span, #woo-slider-publicidad .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--secondary) !important;
    border: 1px  var(--secondary) solid !important;
}


/* NAVS */

#woo-slider-publicidad .owl-carousel .owl-prev,
#woo-slider-publicidad .owl-carousel .owl-next {
    position: absolute;
    top: 0;
    height: 30px;
    top: 40%;
}

#woo-slider-publicidad .owl-carousel .owl-prev:hover,
#woo-slider-publicidad .owl-carousel .owl-next:hover {
    position: absolute;
    top: 0;
    height: 30px;
    top: 40%;
    background-color: transparent !important;
}

#woo-slider-publicidad .owl-carousel .owl-prev {
    left: -60px;
}

#woo-slider-publicidad .owl-carousel .owl-next {
    right: -60px;
}