/* ============================================================
   HYDRALIA — CSS de armazón
   Reemplaza únicamente lo que Divi ponía para acomodar
   secciones, filas y columnas. Todo el diseño visual sigue
   viviendo dentro de cada bloque, igual que en WordPress.
   Generado: 18/09/2026
   ============================================================ */

html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: #fff; }
img { border: 0; }

/* ---------- armazón (equivalente a Divi) ---------- */
.et_pb_section { position: relative; background-color: #fff; padding: 54px 0; }
.et_pb_row { position: relative; width: 80%; max-width: 1080px; margin: auto; padding: 27px 0; }
.et_pb_row::after { content: ""; display: block; clear: both; }
.et_pb_column { float: left; position: relative; z-index: 2; min-height: 1px; }
.et_pb_column_4_4 { width: 100%; }
.et_pb_column_1_2 { width: 47.25%; margin-right: 5.5%; }
.et_pb_column:last-child, .et_pb_column.et-last-child { margin-right: 0; }

/* ---------- medidas propias de esta página ---------- */
.et_pb_section_0 { padding-top: 4px; }
.et_pb_section_1 { padding-bottom: 50px; background-color: #000; }
.et_pb_section_2, .et_pb_section_7 { padding-bottom: 0; }
.et_pb_section_3, .et_pb_section_4 { padding-top: 2px; padding-bottom: 27px; background-color: #000; }
.et_pb_section_6 { background-color: #000; }

.et_pb_row_0 { padding-top: 0; margin-top: 2px; width: 95%; max-width: 1893px; }
.et_pb_row_1 { padding-top: 25px; padding-bottom: 0; margin-top: -77px; width: 81%; max-width: 1996px; }
.et_pb_row_2 { width: 90%; max-width: 2022px; }
.et_pb_row_3 { width: 100%; max-width: 2560px; }
.et_pb_row_4 { margin-top: -44px; width: 95%; max-width: 1738px; }
.et_pb_row_5 { width: 100%; max-width: 1971px; }
.et_pb_row_6 { width: 85%; max-width: 1971px; }
.et_pb_row_7 { padding-top: 4px; margin-top: -52px; width: 95%; max-width: 1648px; }
.et_pb_row_8 { padding-top: 32px; width: 84%; max-width: 1919px; }
.et_pb_row_9 { padding-bottom: 0; width: 100%; max-width: 2560px; }

/* ---------- qué se ve en cada tamaño de pantalla ---------- */
@media only screen and (min-width: 981px) {
  .et_pb_row_2, .et_pb_row_3, .et_pb_section_3 { display: none !important; }
}
@media only screen and (max-width: 980px) {
  .et_pb_row { padding: 30px 0; }
  .et_pb_column { width: 100% !important; margin-right: 0; margin-bottom: 30px; }
  .et_pb_row .et_pb_column:last-child { margin-bottom: 0; }
  .dsm_image_hotspots_0, .dsm_image_hotspots_1 { margin-left: auto; margin-right: auto; }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .et_pb_code_1, .dsm_image_hotspots_0, .et_pb_section_4 { display: none !important; }
}
@media only screen and (max-width: 767px) {
  .et_pb_code_1, .et_pb_section_4 { display: none !important; }
  .dsm_image_hotspots_0 { display: none !important; }
}

/* ---------- efecto de aparición del bloque de texto ---------- */
/* Divi lo hacía con su motor de "scroll effects"; aquí va en 8 líneas */
.et_pb_code_1 { opacity: 0; transition: opacity .6s ease; }
.et_pb_code_1.hy-visible { opacity: 1; }

/* ---------- puntos sobre la botella (antes: Divi Supreme) ---------- */
.dsm_image_hotspots { text-align: center; }
.dsm_image_hotspots_0, .dsm_image_hotspots_1 { border-radius: 10px; overflow: hidden; }
.dsm_image_hotspots_0 { max-height: 1000px; }
.dsm_image_hotspots_wrap { position: relative; display: inline-block; line-height: 0; }
.dsm_image_hotspots_img_wrap img { max-width: 100%; height: auto; display: block; }
.dsm_image_hotspots_child { position: absolute; transform: translate(-50%, -50%); line-height: normal; }
.dsm_image_hotspots_wrapper {
  width: 26px; height: 26px; border-radius: 52px; background-color: #DFB758;
  display: flex; align-items: center; justify-content: center; cursor: pointer;
  box-shadow: 0 0 0 0 rgba(223,183,88,.7); animation: hyPulso 2.4s infinite;
}
@keyframes hyPulso {
  0%   { box-shadow: 0 0 0 0 rgba(223,183,88,.6); }
  70%  { box-shadow: 0 0 0 12px rgba(223,183,88,0); }
  100% { box-shadow: 0 0 0 0 rgba(223,183,88,0); }
}
.dsm_image_hotspots_icon > span::before {
  content: "+"; color: #fff; font-family: 'Montserrat', sans-serif;
  font-size: 15px; font-weight: 700; line-height: 1;
}
.dsm_image_hotspot_tooltip {
  position: absolute; bottom: calc(100% + 12px); left: 50%; transform: translateX(-50%);
  background: #333; color: #fff; border-radius: 6px; padding: 8px 10px;
  max-width: 180px; width: max-content; opacity: 0; visibility: hidden;
  transition: opacity .25s ease; z-index: 20; pointer-events: none;
}
.dsm_image_hotspot_tooltip::after {
  content: ""; position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  border: 7px solid transparent; border-top-color: #333;
}
.dsm_image_hotspot_tooltip p {
  margin: 0; font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 12px; line-height: 1.5; color: #fff !important;
  text-shadow: .08em .08em .08em rgba(0,0,0,.4);
}
.dsm_image_hotspots_child:hover .dsm_image_hotspot_tooltip { opacity: 1; visibility: visible; }

/* posiciones exactas de los cuatro puntos */
.dsm_image_hotspots_child_0, .dsm_image_hotspots_child_4 { left: 45%; top: 33%; }
.dsm_image_hotspots_child_1, .dsm_image_hotspots_child_5 { left: 42%; top: 11%; }
.dsm_image_hotspots_child_2, .dsm_image_hotspots_child_6 { left: 65%; top: 45%; }
.dsm_image_hotspots_child_3, .dsm_image_hotspots_child_7 { left: 31%; top: 25%; }

/* ---------- pantalla de carga (antes: LoftLoader) ---------- */
#hy-loader {
  position: fixed; inset: 0; z-index: 9999; background: #fff;
  display: flex; align-items: center; justify-content: center;
  transition: opacity .6s ease, visibility .6s ease;
}
#hy-loader img { width: 150px; height: auto; animation: hyLatido 1.6s ease-in-out infinite; }
@keyframes hyLatido { 0%,100% { opacity: .35; } 50% { opacity: 1; } }
#hy-loader.hy-fuera { opacity: 0; visibility: hidden; }

/* ---------- botón flotante de WhatsApp (antes: Joinchat) ---------- */
.hy-wa {
  position: fixed; right: 20px; bottom: 20px; z-index: 9000;
  width: 60px; height: 60px; border-radius: 50%; background: #25d366;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 1px 6px 24px 0 rgba(7,94,84,.24);
  opacity: 0; transform: scale(.6); pointer-events: none;
  transition: opacity .4s ease, transform .4s ease, background .3s ease;
}
.hy-wa.hy-visible { opacity: 1; transform: scale(1); pointer-events: auto; }
.hy-wa:hover { background: #1ebe5b; }
.hy-wa svg { width: 34px; height: 34px; fill: #fff; }
@media (max-width: 767px) { .hy-wa { right: 16px; bottom: 16px; width: 54px; height: 54px; } .hy-wa svg { width: 30px; height: 30px; } }

/* ============================================================
   AVISO DE COOKIES
   Copia del banner que ponía el plugin CookieAdmin:
   mismas medidas, mismos colores, mismos textos y mismos botones.
   Agregado: 18/09/2026
   ============================================================ */
#hy-ck, #hy-ck-modal { font-family: 'Open Sans', Arial, sans-serif; font-size: 14px; color: #000; }

#hy-ck {
  position: fixed; left: 15px; bottom: 20px; z-index: 9500;
  width: calc(100% - 30px); max-width: 476px;
  background: #fff; border-radius: 4px; padding: 15px;
  box-shadow: 1px 3px 10px 0 rgba(0,0,0,.2);
  line-height: 1.5;
}
#hy-ck[hidden], #hy-ck-modal[hidden] { display: none; }
#hy-ck h2 { margin: 0 0 8px; font-size: 15px; font-weight: 700; line-height: 1.3; }
#hy-ck p  { margin: 0 0 14px; font-size: 14px; }
.hy-ck-btns { display: flex; gap: 8px; flex-wrap: wrap; }
.hy-ck-btn {
  flex: 1 1 auto; padding: 8px 14px; font-size: 13px; font-family: inherit;
  border: 1px solid #808080; border-radius: 4px; background: #fff; color: #000;
  cursor: pointer; transition: background .2s;
}
.hy-ck-btn:hover { background: #f2f2f2; }
.hy-ck-btn--si { background: #1863dc; color: #fff; }
.hy-ck-btn--si:hover { background: #134fb0; }

/* ventana de preferencias */
#hy-ck-modal {
  position: fixed; inset: 0; z-index: 9600;
  background: rgba(0,0,0,.5);
  display: flex; align-items: center; justify-content: center; padding: 20px;
}
.hy-ck-caja { background: #fff; border-radius: 4px; width: 100%; max-width: 560px; max-height: 85vh; overflow: auto; }
.hy-ck-cab { display: flex; align-items: center; justify-content: space-between; padding: 15px; border-bottom: 1px solid #e5e5e5; }
.hy-ck-cab h2 { margin: 0; font-size: 16px; font-weight: 700; }
.hy-ck-cerrar { background: none; border: 0; font-size: 18px; line-height: 1; cursor: pointer; color: #555; }
.hy-ck-cuerpo { padding: 15px; }
.hy-ck-tipo { border: 1px solid #e5e5e5; border-radius: 4px; padding: 12px; }
.hy-ck-tipo-cab { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.hy-ck-tipo-cab strong { font-size: 14px; }
.hy-ck-siempre { font-size: 12px; color: #1863dc; font-weight: 600; white-space: nowrap; }
.hy-ck-tipo p { margin: 10px 0 0; font-size: 13px; color: #444; line-height: 1.55; }
.hy-ck-none { margin-top: 8px; font-size: 12px; color: #888; }
.hy-ck-pie { display: flex; gap: 8px; flex-wrap: wrap; padding: 15px; border-top: 1px solid #e5e5e5; }
