/* 
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 3px 10px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      /*background: #869791;*/
      /*color: #FFF;*/
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px; }
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 12px;
      height: 12px;
      margin: 5px 7px;
      background: #f2f2f2;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      -moz-transition: opacity 200ms ease;
      -ms-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px; 
      border:1px solid #e5e5e5
    }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: black; 
      border:1px solid white
    }
    .owl-theme .owl-dots .owl-dot span{
        background: #4b5359
    }
/****************CUSTOM*********************/  

.owl-theme .owl-dots .owl-dot span{
        background: black
    }

.owl-theme .owl-dots .owl-dot span{
    width:10px;
    height: 10px;
    margin:5px 3px
}

.owl-theme .owl-nav{
     margin-top: 0
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next{
    bottom: 35%;
    position: absolute;
   
}
.owl-theme .owl-nav .owl-next{
    
}

.owl-theme .owl-nav .disabled{
    opacity:0
}

.owl-theme .owl-nav [class*="owl-"]{
    background-color: var(--main-color1);
    color:var(--main-color3);
    width:32px;
    height:32px;
    padding: 0;
/*    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);*/
    box-shadow: none;
    border-radius: 100%;
    transition: 0.2s;
    border:1px solid var(--main-bordes-color1)
}

.owl-theme .owl-nav [class*="owl-"]:hover{
    background-color: var(--main-color2);
    
}

.owl-theme .owl-nav [class*="owl-"]:hover::before{
    color:var(--main-color3)
}

.owl-theme .owl-nav [class*="owl-"]::before{
    position: absolute;
    left:0;
    top:0;
    bottom: 0;
    right: 7px;
    margin: auto;
    content:"\f106";
    font-family:'Font Awesome 6 Solid';
    color:var(--main-color3);
    width: 20px;
    font-size: 28px;
    height: 30px;
    font-size: 20px;
    line-height: 25px;
    transition: 0.2s
}
.owl-theme .owl-nav .owl-prev{
   left:10px;
}

.owl-theme .owl-nav .owl-prev::before{
   transform: rotate(270deg);
   right:auto;
   left:7px
}

.owl-theme .owl-nav .owl-next{
    right: 10px;
    
}

.owl-theme .owl-nav .owl-next::before{
    transform: rotate(90deg)
}


.owl-theme.prodsDetalle .owl-nav [class*="owl-"]{
    width:30px;
    height:30px;
}

.owl-theme.prodsDetalle .owl-nav .owl-next{
    right:0;
}

.owl-theme.prodsDetalle .owl-nav .owl-prev,
.owl-theme.prodsDetalle .owl-nav .owl-next{
    bottom: 30%;
   
}

.owl-theme.prodsDetalle .owl-nav [class*="owl-"]::before{
    
    height: 35px;
}

.owl-theme .owl-nav.disabled + .owl-dots{
    margin-top:30px;
    
}

.owl-theme .owl-dots{
    margin-top:30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--main-color2); 
}


.owl-theme.ini .owl-nav .owl-prev{
   left:0px;
}
.owl-theme.ini .owl-nav .owl-next{
    right: 0px;
    
}

.owl-theme.vehiculos_info .owl-nav .owl-prev{
   left:-40px;
}
.owl-theme.vehiculos_info .owl-nav .owl-next{
    right: -40px;
    
}
.owl-theme.vehiculos_info .owl-nav [class*="owl-"]{
    background-color: transparent;
}
.owl-theme.vehiculos_info .owl-nav [class*="owl-"]::before{
    color: var(--main-color2);
    top:10px
}


/*******************AMBAS FLECHAS ARRIBA A LA DERECHA************************************/

.owl-theme.flechasTop .owl-nav .owl-prev{
   left:auto;
   right:40px
}
.owl-theme.flechasTop .owl-nav .owl-next{
    right: 0px;
    
}

.owl-theme.flechasTop .owl-nav .owl-prev,
.owl-theme.flechasTop .owl-nav .owl-next{
    top:-59px
}
.owl-theme.flechasTop  .owl-nav .disabled{
    opacity:1;
    cursor: pointer
}
.owl-theme.flechasTop .owl-nav [class*="owl-"]{
    box-shadow: none;
    background-color: var(--main-color1);
    border:1px solid var(--main-bordes-color1);
}
.owl-theme.flechasTop .owl-nav [class*="owl-"]::before{
    color:var(--main-color3)
}

.owl-theme.flechasTop .owl-nav [class*="owl-"]:hover{
    background-color: var(--main-color2);
}
.owl-theme.flechasTop .owl-nav [class*="owl-"]:hover::before{
    color:var(--main-color3)
}
/********************************************************/


@media only screen and (max-width:1550px){
    
}
@media only screen and (max-width:1023px){
    
}

