<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.single_product_slider.owl-theme .owl-dots {
  display: none !important;
}
.site-footer{
  background:#3d464d;
  color:#f7f7f7;
}
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.whatsapp-button img {
  width: 35px;
  height: 35px;
}

.whatsapp-button:hover {
  background-color: #1ebe5b;
}

.totop__end:before {
  flex-grow: 0;
}

.site-footer__copyright a{
  color: #ea7c05;
}

.fondo-pared{
background: url('../img/pared2.png');
background-attachment: fixed;
background-color: #000000;
}
.fondo-pared .page-header{
background: url('../img/pared2.png');
background-attachment: fixed;
}

.fondo-transparente{
background-color:transparent !important;
}
.fondo-blanco, .fondo-pared .container{
  background: #ffffff;
  border-radius:20px;
  padding-top:20px;
  padding-bottom:20px;
}

.site-footer{
margin-top:0px;
border-top:0px;
}

.mobile-links__sub-menu {
display: none; /* Ocultar el submenÃº por defecto */
list-style: none;
padding-left: 20px; /* Ajustar margen del submenÃº */
}

.mobile-links__sub-menu li {
margin: 5px 0;
height:30px;
}

.mobile-links__item.open .mobile-links__sub-menu {
display: block; /* Mostrar submenÃº cuando estÃ¡ abierto */
}

.btn-pri2{
background: #ffffff;
}

.block-slideshow__slide-content{
left:50%;
transform:translateX(-50%);
}

.owl-stage-outer{
  border-radius:40px;
}
</pre></body></html>