<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body{
  background: #EAEDED !important;

}
.brand-w-1{
  background: #EAEDED !important;
}

.hero-slider {
    min-height: 340px !important;

}

.hero-slider &gt; .owl-carousel {
    min-height: 340px !important;
}


/*.logo product-thumb:hover {
    filter: opacity(.5);
}*/

.logo:hover{
    	-webkit-transform: scale(.9);
    	-ms-transform: scale(.9);
    	transform: scale(.9);
     transition: transform .5s;
}
.logo {overflow:hidden;}


.accesorio:hover{
    	-webkit-transform: scale(1.1);
    	-ms-transform: scale(1.1);
    	transform: scale(1.1);
     transition: transform .5s;
}
.accesorio {overflow:hidden;}





/* .owl-dots {
    display: inline-block !important;
    left: 50% !important;
    width: auto !important;
    padding: 10px 22px 14px !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%)!important;
    transform: translateX(-50%)!important;
    border-top-left-radius: 7px!important;
    border-top-right-radius: 7px!important;
    background-color: #606975!important;
}

.owl-dots {
    position: absolute !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding-bottom: 24px !important;
}

 .owl-dots .owl-dot {
    display: inline-block !important;
    width: 6px !important;
    height: 6px !important;
    margin: 0 6px !important;
    transition: opacity .25s !important;
    border-radius: 50% !important;
    background-color: #606975 !important;
    opacity: .3 !important;
}

 .owl-dot {
    cursor: pointer !important;
    cursor: hand !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

 .owl-dot.active {
    opacity: .9 !important;
}

.owl-dots .owl-dot {
    background-color: #ffffff !important;
    opacity: .5 !important;
}

.owl-dots .owl-dot.active {
    opacity: 1 !important;
}

/var/www/html/tiendaunam/public/assets/img/banners
*/

.owl-dots .owl-dot {
   display: inline-block !important;
   width: 15px !important;
   height: 15px !important;
   margin: 0 6px !important;
   transition: opacity .25s !important;
   border-radius: 50% !important;
   background-color: #606975 !important;
   opacity: .3 !important;
}

.owl-dots .owl-dot.active {
    opacity: 1 !important;
    background-color: #606975 !important;
}

.owl-carousel .owl-dots {
    margin-top: 18px  !important;
} 

.btn.comprar {
  position: absolute;
  z-index: 3;
  top: 67%;
  right: 52%;
  border: 2px solid #000;
  color: #000;
}


@media (max-width: 576px) {
  /* .owl-carousel .owl-dots {

      margin-top: 5px  !important;
      display: none;
  } */
  /* .item &gt;img {
    height: 150px;
  } */
  .item &gt;a  {
    right: 32%;
  }

  .btn.comprar {

    right: 32%;

  }
}
</pre></body></html>