#sucursales .galeria-owl {
    aspect-ratio: 1/1;
}


/* OWL */

#sucursales .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 30px;
}
  
#sucursales .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline; 
}
  
#sucursales .owl-theme .owl-dots .owl-dot span {
    margin: 5px 7px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    width: 9px !important;
    height: 9px !important;
    background: transparent;
    border: 1px #fff solid !important;
}

#sucursales .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}



/* NAVS */

#sucursales .owl-carousel .owl-prev,
#sucursales .owl-carousel .owl-next {
    position: absolute;
    top: 0;
    height: 30px;
    top: 40%;
}

#sucursales .owl-carousel .owl-prev:hover,
#sucursales .owl-carousel .owl-next:hover {
    position: absolute;
    top: 0;
    height: 30px;
    top: 40%;
    background-color: transparent !important;
}

#sucursales .owl-carousel .owl-prev {
    left: -60px;
}

#sucursales .owl-carousel .owl-next {
    right: -60px;
}

@media (max-width: 576px)
{

    #sucursales .owl-carousel .owl-prev {
        left: 0px;
    }

    #sucursales .owl-carousel .owl-next {
        right: 0px;
    }
 
}

@media  (min-width: 577px) and (max-width: 767px)
{

    #sucursales .owl-carousel .owl-prev {
        left: -30px;
    }

    #sucursales .owl-carousel .owl-next {
        right: -30px;
    }

}

@media (min-width: 768px) and (max-width: 991px) 
{

    #sucursales .owl-carousel .owl-prev {
        left: -30px;
    }

    #sucursales .owl-carousel .owl-next {
        right: -30px;
    }

}

@media (min-width: 992px) and (max-width: 1200px) 
{


}

@media  (min-width: 1200px) and (max-width: 1400px)
{


}

@media  (min-width: 1401px) and (max-width: 1600px)
{

    
}