
            @media (min-width: 1200px) {
            .container {  	
                width: 1200px;
                
            }}
         :root {  
            --hovercolor: #4CAF50; 
            --bg_dark: ; 
            --font-weight: 600;  
			
        }body{
            font-family: "Open Sans", sans-serif;
            font-size: 14px;
            color: #666666;
        }.pos_title h2,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
            font-family: "Yesteryear", sans-serif;
            color: #253237;
            text-transform: capitalize;
			font-weight: 600;
        }.pos_title h2{
            font-size: 24px;
        }.pos-title{
            font-family: "Yesteryear", 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: 14px;
            text-transform: none;
        }.js-product-miniature .product_desc .product_name:hover{
            color: #ABD373;
        }.product-price-and-shipping .price{
            color:#555555;
            font-size: 15px;
        }.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: ;
        }.banner-sustentabilidad {
    background-color: #4CAF50;
    color: white;
    text-align: center;
    padding: 5px 0;
    font-size: 16px;
    font-weight: bold;
    font-family: sans-serif;
  }
.equipo-section {
    font-family: 'Inter', sans-serif;
    padding: 60px 20px;
    background-color: #F9F9F9;
    color: #1D3584;
    max-width: 1200px;
    margin: auto;
  }

  .equipo-section h2 {
    font-size: 28px;
    font-weight: 700;
    color: #4CAF50;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .equipo-section p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #333;
  }

  .contacto {
    background-color: #1D3584;
    color: white;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
  }

  .contacto p {
    margin: 5px 0;
  }

  .bloque {
    margin-top: 40px;
  }

  .bloque h3 {
    font-size: 22px;
    color: #1D3584;
    margin-bottom: 10px;
    border-left: 5px solid #4CAF50;
    padding-left: 10px;
  }

.footer-whatsapp {
  color: white;
  text-align: left;
  line-height: 1.3;
    padding-top: 12px;
}

.footer-whatsapp .footer-label {
  margin: 0 0 4px 0;
  font-size: 14px;
  font-weight: 600;
color:white;
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer-whatsapp i {
  color: #fff;
  font-size: 24px;
}

.footer-whatsapp a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
}

.footer-whatsapp a:hover {
  text-decoration: underline;
}

