/* ============================================================
   ESTAMPADO CRONOLÓGICO
   Página: /estampado-cronologico/
   Ruta imágenes: assets/images/estampado/
   ============================================================ */

.page-template-template-estampado .andes-main-wrap,
.page-template-template-estampado #primary,
.page-template-template-estampado .ast-container {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.page-template-template-estampado .correo-hero {
  margin-top: 100px;
}

.page-template-template-estampado .correo-hero__imagen img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .page-template-template-estampado .correo-hero { margin-top: 72px; }
  .page-template-template-estampado .correo-hero__imagen img { min-height: 380px; object-fit: cover; object-position: center top; }
}

@media (max-width: 480px) {
  .page-template-template-estampado .correo-hero { margin-top: 64px; }
  .page-template-template-estampado .correo-hero__imagen img { height: 420px; object-fit: cover; object-position: center top; }
}

/* ============================================================
   ESTAMPADO — Formulario de solicitud
   ============================================================ */

.est-formulario {
  background: #fff;
  padding: 5rem 0 6rem;
}

.est-formulario__card {
  background: #F5F5F5;
  border-radius: 18px;
  padding: 3rem 3.5rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Encabezado */
.est-formulario__encabezado {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.est-formulario__titulo {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.1;
  color: #2D353C;
  margin: 0;
}

.est-formulario__texto {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75;
  color: #2D353C;
  margin: 0;
}

.est-formulario__enlace {
  color: #2D353C;
  text-decoration: underline;
  font-weight: 300;
}

.est-formulario__enlace:hover {
  color: #0A3C83;
}

/* Formulario */
.est-formulario__form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Select ancho completo */
.est-formulario__campo--ancho {
  width: 100%;
}

/* Select y input base */
.est-formulario__select,
.est-formulario__input {
  width: 100%;
  height: 34px;
  padding: 0 14px;
  background: #fff;
  border: 1px solid #44535F;
  border-radius: 9px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #44535F;
  outline: none;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s;
}

.est-formulario__select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%230D2666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  cursor: pointer;
}

.est-formulario__select option {
  color: #44535F;
}

.est-formulario__input::placeholder {
  color: #44535F;
  opacity: 1;
}

.est-formulario__select:focus,
.est-formulario__input:focus {
  border-color: #0A3C83;
}

/* Grid 2 columnas */
.est-formulario__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 34px;
  column-gap: 48px;
}

.est-formulario__campo {
  width: 100%;
}

/* Checkboxes */
.est-formulario__checks {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.est-formulario__check-fila {
  display: flex;
  align-items: center;
  gap: 10px;
}

.est-formulario__check {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  cursor: pointer;
  accent-color: #0A3C83;
  border-radius: 4px;
}

.est-formulario__check-texto {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 12.4px;
  line-height: 1.5;
  color: #44535F;
  cursor: pointer;
}

/* Botón */
.est-formulario__submit {
  align-self: center;
  background: #0A3C83;
  color: #fff;
  border: none;
  border-radius: 24px;
  padding: 0 32px;
  width: 226px;
  height: 38px;
  min-height: 38px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 17px;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
}

.est-formulario__submit:hover {
  background: #0D2666;
}

/* Tablet */
@media (max-width: 1024px) {
  .est-formulario {
    padding: 3.5rem 0 4.5rem;
  }
  .est-formulario__card {
    padding: 2.5rem 2rem;
    gap: 1.5rem;
  }
  .est-formulario__titulo {
    font-size: 30px;
  }
  .est-formulario__texto {
    font-size: 12px;
  }
  .est-formulario__select,
  .est-formulario__input {
    font-size: 11px;
    height: 32px;
  }
  .est-formulario__grid {
    row-gap: 24px;
    column-gap: 32px;
  }
  .est-formulario__check-texto {
    font-size: 9.3px;
  }
  .est-formulario__submit {
    font-size: 12.75px;
    width: 190px;
    height: 32px;
    min-height: 32px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .est-formulario {
    padding: 2.5rem 0 3rem;
  }
  .est-formulario__card {
    padding: 1.5rem 1rem;
    gap: 1.25rem;
    border-radius: 12px;
  }
  .est-formulario__titulo {
    font-size: 22px;
  }
  .est-formulario__texto {
    font-size: 8.8px;
  }
  .est-formulario__select,
  .est-formulario__input {
    font-size: 8px;
    height: 32px;
  }
  .est-formulario__campo { width: 100% !important; }
  .est-formulario__grid {
    grid-template-columns: 1fr;
    row-gap: 14px;
    column-gap: 0;
  }
  .est-formulario__check-texto {
    font-size: 8px;
  }
  .est-formulario__submit {
    width: 100% !important;
    min-height: 44px !important;
    font-size: 14px;
    padding: 0;
  }
}