
         :root {  
            --hovercolor: #000000; 
            --bg_dark: ; 
            --font-weight: 600;  
			
        }body{
            font-family: "Verdana", sans-serif;
            font-size: 14px;
            color: #000000;
        }.pos_title h2,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
            font-family: "Verdana", sans-serif;
            color: #253237;
            text-transform: capitalize;
			font-weight: 600;
        }.pos_title h2{
            font-size: 24px;
        }.pos-title{
            font-family: "Verdana", sans-serif;
        }.pos-title-column h4{   
            font-size: 20px;
        }#header .sticky-inner.scroll-menu{  
            background-color: #ffffff;   
        }.js-product-miniature .product_desc .product_name{
            color: #253237;
            font-size: 16px;
            text-transform: none;
        }.js-product-miniature .product_desc .product_name:hover{
            color: #ef1e1e;
        }.product-price-and-shipping .price{
            color:#555555;
            font-size: 16px;
        }.h1.namne_details, .product_name_h1{
            color: #253237;
            font-size: 24px;
            text-transform: none;
        }.product-prices .price, .product-prices .current-price span:first-child{
            color:#555555;
            font-size: 22px;
        }#product.showcase-body #header,.showcase-inner,#product.showcase-body .page-title-wrapper{
            background-color: ;
        }.pos-sub-menu{
width: 900px !important;
}

.pos-sub-menu .pos-menu-col .submenu-item:nth-child(2) { 
 position: absolute;
top: 80%;
left: 20%
}
.pos-sub-menu .pos-menu-col  .submenu-item:nth-child(2) p{
color: white;
font-size: 20px;
font-weight: 600;
} 





.pos-sub-menu .pos-menu-col  .submenu-item:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 30px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
    pointer-events: none; 
}

.static-img-mobile{
display:none;
}

@media (max-width: 1024px){
.pos-sub-menu .pos-menu-col  .submenu-item:nth-child(1)::before {
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.pos-sub-menu .pos-menu-col{
margin-bottom: 20px;
}

.static-img-desktop{
display:none !important;
}

.static-img-mobile{
display:block;
}

}




/*Desplegable*/

product-cards-container {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

.product-card {
  background: #f9f9f9;
  border-radius: 8px;
  margin-bottom: 10px;
}

.card-header {
background-color: white;
  color: black;
  padding: 15px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-block;
  width: 100%;
display:flex;
justify-content: space-between; 
}





.card-content {
  padding: 15px;
  display: none;
  background-color: #fff;
}

/* Mostrar contenido cuando la tarjeta se selecciona */
.card-toggle:checked + .card-header + .card-content {
  display: block;
}

.card-toggle {
  display: none; 
}

.card-toggle:checked + .card-header::after {
  content: " ▲"; 
display: inline;
}

.card-toggle:not(:checked) + .card-header::after {
  content: " ▼"; 
display: inline; 
}

.card-content ul li{
font-size: 0.875rem;
    font-weight: 400;
    color: #888888;
}


/*Responsive propuestas de valor*/

#valor-section > .elementor-column-gap-default > .elementor-row{
flex-wrap: nowrap; 
}

.quickmenu-mobile {
  display: none !important;
}


