#sucursales .galeria-owl {
    aspect-ratio: 1/1;
}
#sucursales .img-cont{
    width: 100%;
}


/* 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 {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    background: #ccc;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

#sucursales .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #84BD00;
}

#sucursales .owl-theme .owl-dots .owl-dot span {
    width: 10px !important;
    height: 11px !important;
    background: #fff;
    border: 1px #84BD00 solid !important;
}

#sucursales .owl-theme .owl-dots .owl-dot.active span, #sucursales .owl-theme .owl-dots .owl-dot:hover span {
    background: #84BD00 !important;
}


/* 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: -50px;
}

#sucursales .owl-carousel .owl-next {
    right: -50px;
}

@media (max-width: 576px)
{

    #sucursales .owl-carousel .owl-prev {
        left: -5px;
    }

    #sucursales .owl-carousel .owl-next {
        right: -5px;
    }

    #sucursales .img-cont{
        width: 75%;
    }
 
}

@media  (min-width: 577px) and (max-width: 767px)
{

    #sucursales .owl-carousel .owl-prev {
        left: -10px;
    }

    #sucursales .owl-carousel .owl-next {
        right: -10px;
    }

    #sucursales .img-cont{
        width: 75%;
    }

}

@media (min-width: 768px) and (max-width: 991px) 
{

    #sucursales .owl-carousel .owl-prev {
        left: -10px;
    }

    #sucursales .owl-carousel .owl-next {
        right: -10px;
    }

    #sucursales .img-cont{
        width: 80%;
    }

}

@media (min-width: 992px) and (max-width: 1200px) 
{


}

@media  (min-width: 1200px) and (max-width: 1400px)
{


}

@media  (min-width: 1401px) and (max-width: 1600px)
{

    
}