 .lang-en { display:none; }
  body.ak-lang-en .lang-es { display:none; }
  body.ak-lang-en .lang-en { display:inline; }



.disclaimer {
  text-align: center;
  font-size: 14px;
  color: #64748b;
  margin-top: 30px;
}



.paquete {
  border: 1px solid #ccc;
  border-radius: 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  width: 320px;
  padding: 15px;
}



.translation {
  font-weight: 100;
  color: #0074A2;

}

.translation-bold {
  font-weight: bold;
  color: #0074A2;

}



.translation-text-underline {
  font-weight: 100;
  color: #0074A2;
  text-decoration: underline;
}


.paquete h3.service-name {
  color: #003366;

  text-align: center;
}

.tabla-insumos {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
  font-size: 0.95rem;
  border: 1px solid #ccc;
  border-radius: 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.tabla-insumos th {
  background-color: #f4f4f4;
  color: #333;
  text-align: left;
  padding: 8px;
  border-bottom: 2px solid #ddd;
}

.tabla-insumos td {
  padding: 8px;
  border-bottom: 1px solid #e0e0e0;
}

.tabla-insumos tr:nth-child(even) {
  background-color: #fafafa;
}

.tabla-insumos h2 {
  color: #003366;
}

.tabla-insumos h3 {
  color: #003366;
}

.tabla-insumos .intro {
  font-weight: 600;
}


 
.general-cleaning {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 1);
  padding: 25px;
  margin: 40px auto;
  max-width:max-content;
  
}

.general-cleaning h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #003366;
}

.general-cleaning h4 {
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #444;
}

.general-cleaning ul {
  margin: 0 0 15px 20px;
  padding: 0;
}

.general-cleaning li {
  margin-bottom: 8px;
  font-size: 15px;
}


.general-cleaning .sub-disclaimer {
  font-size: 13px;
  color: #a00;
}

.tabla-insumos-container{
  border: 1px solid #ccc;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0,0,0,1);
}


  .ak-kit-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 32px;
    margin-top: 30px;
    flex-wrap: nowrap;
  }

  .ak-kit-card {
    width: 300px;
    background: #ffffff;
    padding: 26px 22px;
    border-radius: 14px;
    border: 1px solid #e1e4e7; /* contorno elegante */
    text-align: left;
    transition: border-color 0.2s ease, background 0.2s ease;
  }

  .ak-kit-card:hover {
    border-color: #003366; /* efecto elegante al pasar el mouse */
    background: #fdfefe;
  }

  .ak-kit-card h3 {
    margin: 0 0 12px 0;
    font-size: 1.25em;
    text-align: center;
    font-weight: 600;
    color: #003366;
  }

  .ak-kit-card ul {
    padding-left: 18px;
    line-height: 1.55;
    color: #444;
    font-size: 0.95em;
    margin-bottom: 18px;
  }

  .ak-kit-price {
    text-align: center;
    font-size: 1.05em;
    font-weight: 600;
    color: #003366;
    margin-top: 5px;
  }

  /* Responsivo */
  @media (max-width: 900px) {
    .ak-kit-container {
      flex-wrap: wrap;
    }
  }
  
  
  
  .ak-lang-btn {
    background:#ffffff;
    border:1px solid #d1d5db;
    border-radius:8px;
    padding:6px 14px;
    cursor:pointer;
    font-size:14px;
    transition:all .2s ease;
  }

  .ak-lang-btn:hover {
    background:#003366;
    color:white;
    border-color:#003366;
  }

  .ak-lang-btn.active {
    background:#003366;
    color:white;
    border-color:#003366;
  }


