@charset "UTF-8";
header.hd-enviosecu img {
  width: 2rem;
}

.btn-black {
  background-color: rgb(0, 0, 0);
  padding: 0.5rem 2rem;
  border-radius: 2rem;
  color: #fff;
  font-family: fantasy;
  font-size: 1rem;
  display: flex;
  align-items: center;
  box-shadow: 0rem 0rem 0.5rem rgb(0, 0, 0);
}
.btn-black:hover {
  color: rgb(255, 132, 0);
}
.btn-black img {
  width: 2rem;
  margin-left: 0.5rem;
}

header .logo-img {
  width: 3rem;
}

.redes-header {
  display: flex;
  gap: 0.5rem;
}
.redes-header li img {
  width: 3rem;
}

/*Menu*/
ul.menu-header .nav-item a {
  font-family: "Playwrite-Regular", sans-serif;
  font-size: 1rem;
  display: block;
  color: #999;
  padding: 1rem;
}

/*LOGO*/
.logo-enviosmx {
  margin-right: 0;
}

@media screen and (min-width: 992px) {
  .header-envcol {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.hero {
  padding-bottom: 3rem;
  padding-top: 0rem;
  position: relative;
  background: #ffa35c;
  background: linear-gradient(123deg, rgb(255, 163, 92) 28%, rgb(62, 178, 201) 100%);
}

.content-hero {
  border-radius: 1rem;
  min-height: 40vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 0rem;
  position: relative;
}
.content-hero .row {
  position: relative;
}
.content-hero h1 {
  font-family: "Montserrat-ExtraBold", sans-serif;
  font-size: 2rem;
  line-height: 3.2rem;
  margin-bottom: 1rem;
  margin-top: 0;
  text-align: center;
}
.content-hero h1 img {
  width: 4rem;
  margin-left: 2rem;
}
.content-hero p {
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  color: rgb(15, 15, 15);
  text-align: center;
}
.content-hero p span {
  font-family: "Montserrat-ExtraBold", sans-serif;
}
.content-hero .btn-call-to-action {
  font-family: "Montserrat-ExtraBold", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  bottom: 3rem;
  color: #fff;
  padding: 1rem 5rem;
  display: block;
  border-radius: 3rem;
  box-shadow: 0rem 0.1rem 0.4rem rgba(0, 0, 0, 0.7);
  max-width: 20rem;
  transition: all ease 0.5s;
  position: absolute;
  background-color: rgb(0, 0, 0);
}
.content-hero .btn-call-to-action:hover {
  transform: translateY(-3px);
  transition: all ease 0.5s;
  color: #fff;
}
.content-hero img.avion {
  max-width: 12rem;
  transform: rotate(10deg);
  position: absolute;
  right: -3rem;
  top: 0;
}

.box-colombia {
  background-color: #fff;
  width: 5rem;
  height: 3rem;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 1.5rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-colombia img {
  width: 2rem;
}

@media screen and (min-width: 992px) {
  .content-hero {
    padding: 2rem;
    min-height: 65vh;
  }
  .content-hero h1 {
    font-size: 6rem;
    line-height: 6.2rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
    text-align: left;
  }
  .content-hero h1 img {
    width: 7rem;
  }
  .content-hero p {
    font-size: 1.3rem;
    line-height: 1.8rem;
    text-align: left;
  }
  .content-hero .btn-call-to-action {
    font-family: "Montserrat-ExtraBold", sans-serif;
    font-size: 1rem;
    padding: 1rem 5rem;
  }
  .content-hero img.avion {
    max-width: 36rem;
    right: -8rem;
    top: 5rem;
  }
  .box-colombia {
    width: 9rem;
    height: 6rem;
    border-radius: 3.5rem 0 0;
  }
  .box-colombia img {
    width: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .content-hero h1 {
    font-size: 9rem;
    line-height: 9.1rem;
  }
  .content-hero img.avion {
    max-width: 57rem;
    right: -21rem;
    top: 2rem;
  }
}
.step-build {
  display: flex;
  gap: 1rem;
}
.step-build .header img {
  width: 6rem;
}
.step-build h3 {
  font-family: "Montserrat-ExtraBold", sans-serif;
  font-size: 1.3rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}
.step-build p {
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
}
.step-build p img {
  width: 1.5rem;
  display: inline-block;
  margin-top: -0.2rem;
}

@media screen and (min-width: 768px) {
  .step-build .header img {
    width: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .step-build {
    flex-direction: column;
  }
}
.redes-footer {
  display: flex;
  padding: 0;
  margin: 0;
  gap: 1rem;
}
.redes-footer li img {
  width: 3rem;
}

.site-content {
  display: block !important;
  width: 100%;
}
.site-content .content-area {
  width: 100% !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat-ExtraBold", sans-serif !important;
}

.alianza {
  background-color: rgb(231, 231, 231);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.content-alianza {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.content-alianza p {
  margin: 0;
}
.content-alianza img.ups {
  width: 3rem;
}
.content-alianza img.estafeta {
  width: 6rem;
}
.content-alianza img.estandarte {
  width: 2rem;
}

footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

section.step {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
section.step h2 {
  font-family: "Montserrat-ExtraBold", sans-serif;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.separate-containers .inside-article {
  padding: 0 !important;
  background-color: transparent !important;
}

@media screen and (max-width: 768px) {
  .separate-containers .inside-article {
    padding: 0 !important;
    background-color: transparent !important;
  }
}
/*PRODUCTO SIMPLE*/
/*.single-product div.product {
    display: block !important;
}

.single-product div.product p.price {
    margin-bottom: 0.8rem;

    .woocommerce-Price-amount {
        font-family: 'Montserrat-ExtraBold', sans-serif;
        font-size: 2.5rem;
        line-height: 2.5rem;
        margin-bottom: 1rem !important;
    }
}

.single-product div.product form.cart {
    padding-top: 0.5rem;
    border-top: 0.1rem solid rgba(123, 123, 123, 1);

    h3 {
        font-family: 'Montserrat-Regular', sans-serif;
        font-weight: bold;
        font-size: 1rem;
        margin-bottom: 0.8rem;
    }

}

.single-product div.product .product_meta {
    display: none;
}

.summary.entry-summary h1.product_title{
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.8rem;
    margin-bottom: 1rem;
}

.single-product {
    input[type="text"], input[type="email"], 
    input[type="url"], input[type="password"], 
    input[type="search"], input[type="tel"], 
    input[type="number"], textarea, select {
        font-family: 'Montserrat-Regular', sans-serif;
        font-size: 1rem;
        padding: 0 !important;
        height: 2.2rem !important;
        border: 0 !important;
        border-bottom: 0.1rem solid rgba(200, 200, 200, 1) !important;
        background-color: transparent !important;
    }

}


.preview_price {
    border: 0.1rem solid rgba(120, 120, 120, 1);
    padding: 0.5rem;
    width: fit-content;
    border-radius: 0.5rem;
    margin-bottom: 1rem;

    p {
        font-family: 'Montserrat-ExtraBold', sans-serif;
        font-size: 1.3rem;
        margin: 0;
    }
}

.error-cotizacion-sutil {
    color: rgb(220, 53, 69);
    font-size: 0.9rem;
    margin-top: 12px;
    font-weight: 500;
    display: block;
    display: inline-block;
}*/
/* Ocultar por completo el cuadrito del checkbox de envío */
#ship-to-different-address-checkbox {
  display: none !important;
}

/* Evitar que el usuario pueda hacer clic en el título para ocultar el formulario */
#ship-to-different-address {
  pointer-events: none;
  cursor: default;
}

/* Opcional: Quitar márgenes raros que deja el checkbox invisible */
#ship-to-different-address label {
  padding-left: 0 !important;
}

/*
.ups-custom-form {
    .indicacion {
        font-size: 0.8rem;
        margin-bottom: 0.5rem;
    }


    label {
        font-family: 'Montserrat-Regular', sans-serif;
        font-size: 0.8rem;
        line-height: 1rem;
    }

}

.woocommerce-products-header {
    margin-bottom: 2rem;
}*/
/* TARJETA DE PRODUCTO PAG. TIENDA*/
/* Contenedor global de la tarjeta - manteniendo tu estructura original */
.card-product-jdg {
  background: linear-gradient(145deg, #ffffff 0%, #faf9fc 100%);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.02);
  transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  position: relative;
  border: 1px solid rgba(212, 175, 55, 0.2);
  margin-bottom: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Efecto hover premium */
.card-product-jdg:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 48px -16px rgba(0, 0, 0, 0.2);
  border-color: rgba(212, 175, 55, 0.5);
}

/* Decoración dorada sutil en hover */
.card-product-jdg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 100% 0%, rgba(212, 175, 55, 0.1), transparent 70%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 1;
}

.card-product-jdg:hover::before {
  opacity: 1;
}

/* Enlace del producto (mantiene la funcionalidad) */
.card-product-jdg .woocommerce-LoopProduct-link {
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 2;
}

/* IMAGEN - Estilo premium */
.card-product-jdg .attachment-woocommerce_thumbnail {
  width: 100%;
  border-radius: 24px 24px 0 0;
  transition: transform 0.5s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  transform: scale(1);
}

.card-product-jdg:hover .attachment-woocommerce_thumbnail {
  transform: scale(1.03);
}

/* Contenedor de imagen con overlay */
.card-product-jdg .woocommerce-LoopProduct-link {
  position: relative;
  overflow: hidden;
}

/* Overlay dorado en hover de la imagen */
.card-product-jdg .woocommerce-LoopProduct-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0), rgba(212, 175, 55, 0.15));
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  border-radius: 24px 24px 0 0;
}

.card-product-jdg:hover .woocommerce-LoopProduct-link::after {
  opacity: 1;
}

/* TÍTULO - Estilo elegante */
.card-product-jdg .woocommerce-loop-product__title {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  margin-bottom: 0.75rem !important;
  margin-top: 1rem !important;
  color: #1a1a1a !important;
  line-height: 1.4 !important;
  font-family: "Playfair Display", "Montserrat-ExtraBold", serif !important;
  font-weight: 700 !important;
  font-size: 1.3rem !important;
  letter-spacing: -0.3px;
  position: relative;
  display: inline-block;
}

/* Línea decorativa debajo del título */
.card-product-jdg .woocommerce-loop-product__title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 1.25rem;
  width: 45px;
  height: 2px;
  background: linear-gradient(90deg, #d4af37, #e8d495);
  border-radius: 2px;
}

/* PRECIO - Llamativo y fino */
.card-product-jdg .price {
  padding: 0 1.25rem !important;
  margin: 0.5rem 0 1rem 0 !important;
  display: block !important;
}

.card-product-jdg .woocommerce-Price-amount {
  font-family: "Inter", sans-serif !important;
  font-weight: 800 !important;
  font-size: 2.2rem !important;
  color: #d4af37 !important;
  letter-spacing: -1px;
  position: relative;
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
}

.card-product-jdg .woocommerce-Price-currencySymbol {
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  color: #b89a48 !important;
  margin-right: 2px;
}

/* Formato específico para tu estructura de precio */
.card-product-jdg .price bdi {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}

/* BOTÓN - Estilo refinado */
.card-product-jdg .button.btn-cotizar-loop {
  display: inline-flex !important;
  align-items: center;
  justify-content: space-between;
  background: #0a0a0a !important;
  color: #faf8f0 !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  letter-spacing: 0.5px;
  padding: 0.85rem 1.5rem !important;
  margin: 0 1.25rem 1.5rem 1.25rem !important;
  border-radius: 50px !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  border: 1px solid rgba(212, 175, 55, 0.3) !important;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  width: calc(100% - 2.5rem) !important;
}

.card-product-jdg .button.btn-cotizar-loop:hover {
  background: #d4af37 !important;
  color: #121212 !important;
  border-color: #d4af37 !important;
  box-shadow: 0 6px 14px rgba(212, 175, 55, 0.3) !important;
  transform: scale(0.98) !important;
}

/* Flecha decorativa en el botón */
.card-product-jdg .button.btn-cotizar-loop::after {
  content: "→";
  font-size: 1.1rem;
  transition: transform 0.2s;
  display: inline-block;
}

.card-product-jdg .button.btn-cotizar-loop:hover::after {
  transform: translateX(5px);
}

/* Eliminar estilos inline conflictivos */
.card-product-jdg [style*="padding-left: 0.5rem"] {
  padding-left: 1.25rem !important;
}

/* Animación de entrada sutil */
@keyframes cardGlow {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.card-product-jdg {
  animation: cardGlow 0.5s ease-out;
}

/* Responsive */
@media (max-width: 768px) {
  .card-product-jdg .woocommerce-loop-product__title {
    font-size: 1.1rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .card-product-jdg .woocommerce-loop-product__title::after {
    left: 1rem;
  }
  .card-product-jdg .woocommerce-Price-amount {
    font-size: 1.8rem !important;
  }
  .card-product-jdg .price {
    padding: 0 1rem !important;
  }
  .card-product-jdg .button.btn-cotizar-loop {
    margin: 0 1rem 1.2rem 1rem !important;
    width: calc(100% - 2rem) !important;
    padding: 0.7rem 1.2rem !important;
  }
}
/* Badge opcional: si quieres agregar un indicador "Express" o "Premium" */
.card-product-jdg::after {
  content: "";
  display: none;
}

/* Puedes agregar este badge si lo deseas */
.card-product-jdg[data-badge=premium]::after {
  display: block;
  content: "PREMIUM";
  position: absolute;
  top: 20px;
  right: 20px;
  background: #d4af37;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 30px;
  letter-spacing: 1px;
  z-index: 3;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.single-product .content-loop-product-jdg {
  background: #ffffff;
  border-radius: 24px;
  padding: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease;
}
.single-product .content-loop-product-jdg .woocommerce #content div.product div.images {
  width: 100%;
}
.single-product .content-loop-product-jdg:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

/* Galería de imágenes - solo estilo */
.single-product .woocommerce-product-gallery,
.woocommerce div.product div.images {
  width: 100% !important;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 0rem;
}

.single-product .woocommerce-product-gallery__wrapper {
  border-radius: 20px;
}

.single-product .woocommerce-product-gallery__image img {
  border-radius: 16px;
  transition: transform 0.3s ease;
}

.single-product .woocommerce-product-gallery__image:hover img {
  transform: scale(1.02);
}

.single-product .summary.entry-summary {
  width: 100% !important;
}
.single-product {
  /* Título */
}
.single-product .product_title.entry-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #1a1a2e;
  margin-bottom: 0.75rem;
}
.single-product {
  /* Precio */
}
.single-product .price {
  margin: 0.75rem 0;
}
.single-product .price .woocommerce-Price-amount {
  font-weight: 700;
  font-size: 1.8rem;
  color: #2d6a4f;
}
.single-product .price .woocommerce-Price-currencySymbol {
  font-size: 1.2rem;
}

/* Descripción corta */
.single-product .woocommerce-product-details__short-description {
  background: #f8f9fa;
  padding: 0.5rem;
  border-radius: 16px;
  margin: 0rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #2d3436;
}
.single-product .woocommerce-product-details__short-description p {
  margin-bottom: 0rem;
}

/* Texto indicativo del formulario */
.single-product .indicacion {
  font-size: 0.85rem;
  color: #495057;
  background: #f1f3f5;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  margin-bottom: 1.25rem;
  line-height: 1.4;
}

/* Formulario de cotización */
.single-product #ups_form_calc {
  background: #ffffff;
  border-radius: 20px;
  padding: 1.25rem;
  margin: 1rem 0;
  border: 1px solid #e9ecef;
  transition: border-color 0.3s ease;
}

.single-product #ups_form_calc:hover {
  border-color: #c8e6d9;
}

/* Etiquetas */
.single-product #ups_form_calc h4 {
  font-weight: 600;
  font-size: 0.8rem;
  color: #1a1a2e;
  margin-bottom: 0.35rem;
  display: block;
}
.single-product #ups_form_calc label {
  font-weight: 600;
  font-size: 0.8rem;
  color: #1a1a2e;
  margin-bottom: 0.35rem;
  display: inline-block;
}

/* Campos de entrada */
.single-product #ups_form_calc input.form-control,
.single-product #ups_form_calc input[type=text],
.single-product #ups_form_calc input[type=number] {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  font-size: 0.9rem;
  transition: all 0.2s;
  background: #ffffff;
}

.single-product #ups_form_calc input:focus {
  border-color: #2d6a4f;
  outline: none;
  box-shadow: 0 0 0 3px rgba(45, 106, 79, 0.1);
}

/* Radio buttons */
.single-product #ups_form_calc input[type=radio] {
  width: 16px;
  height: 16px;
  accent-color: #2d6a4f;
  margin-right: 6px;
  cursor: pointer;
}

/* Campos de dimensiones (Largo, Ancho, Alto) */
.single-product #ups_form_calc .col-4 label {
  font-size: 0.7rem;
  color: #6c757d;
  text-align: center;
}

/* Total preview */
.single-product #ups_preview_price {
  background: #e8f5e9;
  border-radius: 16px;
  padding: 1rem;
  margin-top: 1.25rem;
  text-align: center;
  transition: all 0.3s ease;
}

.single-product #ups_preview_price p:first-child {
  font-weight: 600;
  font-size: 0.75rem;
  color: #2d6a4f;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.25rem;
}

.single-product #ups_preview_price #costo_total {
  font-weight: 800;
  font-size: 1.8rem;
  color: #1b5e3f;
}

/* Cantidad */
.single-product .quantity {
  margin: 1rem 0;
}

.single-product .quantity .qty {
  width: 100px;
  padding: 10px;
  border-radius: 40px;
  border: 1px solid #dee2e6;
  text-align: center;
  font-weight: 500;
  transition: all 0.2s;
}

.single-product .quantity .qty:focus {
  border-color: #2d6a4f;
  outline: none;
  box-shadow: 0 0 0 3px rgba(45, 106, 79, 0.1);
}

/* Botón añadir al carrito */
.single-product .single_add_to_cart_button.button.alt {
  background: #2d6a4f;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  padding: 12px 24px;
  border-radius: 50px;
  border: none;
  width: 100%;
  cursor: pointer;
  transition: all 0.25s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.single-product .single_add_to_cart_button.button.alt:hover {
  background: #1b5e3f;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(45, 106, 79, 0.3);
}

.single-product .single_add_to_cart_button.button.alt:active {
  transform: translateY(0);
}

.single-product .single_add_to_cart_button.button.alt[disabled] {
  background: #adb5bd;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* Metadatos (categorías, etc) */
.single-product .product_meta {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #e9ecef;
  font-size: 0.75rem;
  color: #6c757d;
}

.single-product .product_meta a {
  color: #2d6a4f;
  text-decoration: none;
}

.single-product .product_meta a:hover {
  text-decoration: underline;
}

/* TABS (Descripción, Valoraciones) */
.single-product .woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 2rem;
  clear: both;
}

.single-product .woocommerce-tabs .tabs.wc-tabs {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 1rem;
  border-bottom: none;
}

.single-product .woocommerce-tabs .tabs li {
  margin: 0;
  border: none;
  background: transparent;
}

.single-product .woocommerce-tabs .tabs li a {
  background: #f1f3f5;
  padding: 0.5rem 1.25rem;
  border-radius: 40px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #495057;
  text-decoration: none;
  transition: all 0.2s;
}

.single-product .woocommerce-tabs .tabs li a:hover {
  background: #dee2e6;
}

.single-product .woocommerce-tabs .tabs li.active a {
  background: #2d6a4f;
  color: #ffffff;
}

/* Panel de contenido de los tabs */
.single-product .woocommerce-tabs .panel.entry-content.wc-tab {
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 20px;
  border: 1px solid #e9ecef;
  line-height: 1.6;
  color: #2d3436;
}

.single-product .woocommerce-tabs .panel h2,
.single-product .woocommerce-tabs .panel h3 {
  font-size: 1.3rem;
  margin: 1.5rem 0 0.75rem;
  color: #1a1a2e;
}

.single-product .woocommerce-tabs .panel h2:first-child,
.single-product .woocommerce-tabs .panel h3:first-child {
  margin-top: 0;
}

.single-product .woocommerce-tabs .panel ul,
.single-product .woocommerce-tabs .panel ol {
  padding-left: 1.25rem;
}

.single-product .woocommerce-tabs .panel li {
  margin-bottom: 0.5rem;
}

.single-product .woocommerce-tabs .panel strong {
  color: #2d6a4f;
}

/* Productos relacionados (si los hay) */
.single-product .related.products {
  margin-top: 3rem;
  clear: both;
}

.single-product .related.products > h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 1.25rem;
  position: relative;
  display: inline-block;
}

.single-product .related.products > h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 50px;
  height: 3px;
  background: #2d6a4f;
  border-radius: 3px;
}

.woocommerce form .form-row {
  width: 100%;
}

.woocommerce form .form-row label {
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 0.8rem;
  line-height: 1.2rem;
}

/* --- DISEÑO PARA PC (Pantallas medianas y grandes) --- */
@media (min-width: 768px) {
  /* Convertimos el contenedor de EE.UU. y México en una rejilla de 2 columnas */
  .woocommerce-billing-fields__field-wrapper,
  .woocommerce-shipping-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Crea 2 columnas iguales */
    gap: 5px; /* Espacio de separación entre los campos */
  }
  /* Campos que quieres que SÍ O SÍ ocupen toda la fila (100% de ancho) */
  /* Ejemplo: Dirección, Correo, Empresa */
  #billing_address_1_field, #shipping_address_1_field,
  #billing_address_2_field, #shipping_address_2_field,
  #billing_email_field,
  .notes {
    grid-column: span 2; /* Obliga al campo a estirarse las 2 columnas */
  }
}
/* --- DISEÑO PARA MÓVIL --- */
@media (max-width: 767px) {
  /* Por defecto en móvil se verán uno abajo del otro (1 columna) */
  /* Pero si quieres que el Nombre y Apellido vayan juntos en la misma fila en móvil: */
  .woocommerce-billing-fields__field-wrapper,
  .woocommerce-shipping-fields__field-wrapper {
    display: grid;
    grid-template-columns: 1fr; /* Todo a 1 columna por defecto */
    gap: 5px;
  }
  /* Forzar a que Nombre y Apellido compartan fila incluso en móvil */
  #billing_first_name_field, #billing_last_name_field,
  #shipping_first_name_field, #shipping_last_name_field {
    grid-column: span 1;
  }
  /* Si activas lo anterior, el contenedor móvil debe pasar a tener 2 columnas rápidas */
  @supports (display: grid) {
    .woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper {
      grid-template-columns: repeat(2, 1fr);
    }
    /* Y todos los demás campos los fuerzas a ocupar las 2 columnas para que queden uno abajo del otro */
    .form-row:not(#billing_first_name_field):not(#billing_last_name_field):not(#shipping_first_name_field):not(#shipping_last_name_field) {
      grid-column: span 2;
    }
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: #f6f9fe;
  color: #111827;
}

/* Mismo header del primer ejemplo */
.header-primero {
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02), 0 2px 6px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid #eef2f8;
}

.logo-icon-primero {
  background: linear-gradient(135deg, #1e3c72 0%, #2b4c7c 100%);
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  box-shadow: 0 8px 14px -6px rgba(27, 55, 96, 0.2);
}

.btn-outline-primero {
  background: transparent;
  border: 1.5px solid #cbdde9;
  padding: 8px 20px;
  border-radius: 40px;
  font-weight: 600;
  transition: all 0.2s;
}

.btn-outline-primero:hover {
  border-color: #2a6f9c;
  background: #f0f7ff;
}

/* Hero badge */
.hero-badge-primero {
  background: #e1f0fa;
  color: #1a5d8c;
  padding: 6px 14px;
  border-radius: 60px;
  font-size: 0.8rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 24px;
}

/* Botones principales */
.btn-primary-primero {
  background: #1f6392;
  color: white;
  border: none;
  padding: 14px 28px;
  border-radius: 48px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.2s;
  box-shadow: 0 8px 18px rgba(31, 99, 146, 0.25);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.btn-primary-primero:hover {
  background: #0c4a70;
  transform: translateY(-2px);
  color: white;
}

.btn-secondary-primero {
  background: white;
  border: 1px solid #cbdde6;
  padding: 14px 28px;
  border-radius: 48px;
  font-weight: 600;
  color: #1f6392;
  transition: 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-secondary-primero:hover {
  background: #eef4fa;
  border-color: #1f6392;
}

/* Tarjetas de pasos (primer ejemplo) */
.step-card-primero {
  background: #fafdff;
  border-radius: 32px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.25s;
  border: 1px solid #e2edf7;
  height: 100%;
}

.step-card-primero:hover {
  transform: translateY(-6px);
  border-color: #cfe3f2;
  box-shadow: 0 20px 28px -14px rgba(27, 78, 117, 0.15);
}

.step-number-primero {
  background: rgba(31, 99, 146, 0.1019607843);
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 60px;
  font-size: 1.8rem;
  font-weight: 800;
  margin: 0 auto 20px;
  color: #1f6392;
}

/* Logo badges */
.logo-badge-primero {
  background: #f1f6fb;
  padding: 8px 24px;
  border-radius: 60px;
  font-weight: 800;
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

/* Flow banner */
.flow-banner-primero {
  background: linear-gradient(115deg, #eef3fc 0%, #ffffff 100%);
  border-radius: 48px;
  padding: 32px 36px;
}

.flow-banner-primero .icons {
  align-items: center;
}

.flow-banner-primero .icons span {
  background: white;
  padding: 8px 20px;
  border-radius: 80px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.como-funciona {
  background: linear-gradient(123deg, rgb(255, 163, 92) 28%, rgb(62, 178, 201) 100%);
}

/* Track section */
.track-section-primero {
  background: #0f2f48;
  border-radius: 48px;
  padding: 50px 40px;
  color: white;
  background-image: radial-gradient(circle at 10% 30%, #184e72, #082434);
}

/* Benefits */
.benefit-card-primero {
  background: white;
  border-radius: 28px;
  padding: 28px 20px;
  text-align: center;
  height: 100%;
  border: 1px solid #e9f0f5;
}

/* CTA final */
.cta-final-primero {
  background: #eaf4fe;
  border-radius: 48px;
  padding: 48px 32px;
  text-align: center;
}

@media (max-width: 768px) {
  .flow-banner-primero {
    padding: 24px 20px;
  }
  .track-section-primero {
    padding: 30px 20px;
  }
}/*# sourceMappingURL=global.css.map */