/* ===== HERO PRO ENVIOEXPRESS ===== */

.hero-pro{
  position: relative;
  background: url("https://www.envioexpress.com/assets/images/hero/hero-image.webp") center/cover no-repeat;
  padding: 90px 0 110px;
  
  color: #fff;
}

.hero-pro__overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(
    100deg,
    rgba(0,0,0,0.85) 0%,      /* negro fuerte para que resalte texto */
    rgba(0,0,0,0.75) 35%,     /* transición oscura */
    rgba(96,94,186,0.70) 65%, /* tu morado */
    rgba(255,255,255,0.85) 100% /* blanco final */
  );
}


/* GRID */
.hero-pro__grid{
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 60px;
  align-items: center;
}

/* TEXTO */
.hero-pro__content h1{
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 18px;
}

.hero-pro__content p{
  font-size: 18px;
  opacity: .95;
  max-width: 520px;
}

/* BOTONES */
/* ===== FIX BOTONES HERO PRO ===== */

.hero-pro .btn{
  color: #fff !important;
  border-color: rgba(255,255,255,.4);
}

/* Botón principal */
.hero-pro .btn--type1{
  background: #e30613;
  color: #fff !important;
  border: none;
}

.hero-pro .btn--type1:hover{
  background: #c00510;
  color: #fff !important;
}

/* Botón secundario */
.hero-pro .btn--type2{
  background: transparent;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.6);
}

.hero-pro .btn--type2:hover{
  background: #fff;
  color: #111 !important;
  border-color: #fff;
}


/* COTIZADOR BOX */
.hero-pro__box{
  background: #fff;
  color: #111;
  border-radius: 20px;
  padding: 26px;
  box-shadow: 0 30px 80px rgba(0,0,0,.35);
  max-width: 420px;
}

.hero-pro__box h3{
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
  text-align: center;
}

/* INPUTS */
.hero-pro__box input{
  width: 100%;
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  font-size: 14px;
  transition: .2s;
}

.hero-pro__box input:focus{
  border-color: #e30613;
  box-shadow: 0 0 0 3px rgba(227,6,19,.12);
  outline: none;
}

/* GRIDS */
.grid-2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}

.grid-4{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 10px;
  margin-bottom: 12px;
}

/* NOTA */
.hero-pro__note{
  display: block;
  font-size: 12px;
  opacity: .7;
  text-align: center;
  margin-top: 10px;
}


/* ===== MOBILE ===== */
@media (max-width:1024px){

  .hero-pro{
    padding: 70px 0 80px;
  }

  .hero-pro__grid{
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hero-pro__content h1{
    font-size: 32px;
  }

  .hero-pro__content p{
    font-size: 16px;
  }

  .grid-4{
    grid-template-columns: 1fr 1fr;
  }

  .hero-pro__box{
    max-width: 100%;
  }
}
/* ===== ESPACIADO BOTONES HERO ===== */

/* ===== SEPARACIÓN BOTONES HERO PRO ===== */

.hero-pro__actions{
  display: flex;
  gap: 12px;              /* separación horizontal */
  margin-top: 16px;       /* separación respecto al elemento anterior */
  flex-wrap: wrap;        /* permite bajar en móvil */
}

/* En móvil que no se vean apretados */
@media (max-width: 640px){
  .hero-pro__actions{
    flex-direction: column;
    gap: 10px;
  }

  .hero-pro__actions .btn{
    width: 100%;          /* botones full width en celular */
    text-align: center;
  }
}


/* Botones tamaño consistente */
.hero-pro .hero-actions .btn{
  padding: 14px 22px;
  font-weight: 600;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* En móvil que ocupen todo el ancho */
@media (max-width: 640px){
  .hero-pro .hero-actions{
    flex-direction: column;
    gap: 12px;
  }

  .hero-pro .hero-actions .btn{
    width: 100%;
  }
}
/* SECCION */
.club-section{

padding:70px 0;

background:#f7f9fc;

}


/* CONTENEDOR CENTRADO */

.club-container{

max-width:1000px;

margin:auto;

padding:0 20px;

text-align:center;

}



/* TITULO */

.club-title{

font-size:32px;

font-weight:800;

margin-bottom:10px;

color:#0a2540;

}



/* SUBTITULO */

.club-subtitle{

font-size:18px;

color:#555;

margin-bottom:40px;

max-width:700px;

margin-left:auto;

margin-right:auto;

}



/* FLEX */

.club-flex{

display:flex;

gap:60px;

justify-content:center;

align-items:center;

flex-wrap:wrap;

}



/* TARJETA LINK */

.club-card-link{

text-decoration:none;

}



/* TARJETA */

.club-card{

width:380px;

height:230px;

border-radius:18px;

padding:25px;

background:linear-gradient(135deg,#0b5bd3,#083c91);

color:white;

box-shadow:0 20px 40px rgba(0,0,0,0.15);

transition:.3s;

}

.club-card:hover{

transform:translateY(-5px);

box-shadow:0 25px 50px rgba(0,0,0,0.2);

}



/* HEADER */

.club-card-header{

display:flex;

justify-content:space-between;

margin-bottom:40px;

}



/* LOGO */

.club-logo{

font-weight:700;

font-size:18px;

line-height:20px;

}



/* CHIP */

.club-chip{

width:40px;

height:30px;

background:gold;

border-radius:6px;

}



/* NUMERO */

.club-number{

letter-spacing:3px;

font-size:22px;

margin-bottom:20px;

opacity:.9;

}



/* NAME */

.club-name{

font-size:16px;

opacity:.9;

}



/* FOOTER */

.club-footer{

margin-top:20px;

font-size:13px;

opacity:.8;

}



/* BENEFICIOS */

.club-info{

text-align:left;

max-width:320px;

}



/* BENEFIT */

.club-benefit{

font-size:18px;

margin-bottom:15px;

color:#0a2540;

font-weight:600;

}



/* BOTON */

.club-button{

display:block;

margin-top:20px;

background:#ff6a00;

color:white;

padding:15px;

border-radius:10px;

text-align:center;

font-weight:700;

font-size:18px;

text-decoration:none;

transition:.3s;

}


.club-button:hover{

background:#ff5400;

}



/* MOBILE */

@media(max-width:768px){

.club-flex{

gap:30px;

}

.club-card{

width:100%;

max-width:360px;

margin:auto;

}

.club-info{

text-align:center;

}

}
/* ===== ENVIOEXPRESS BENEFITS FIX ===== */

.ee-benefits {
  padding: 80px 20px;
  background: linear-gradient(135deg, #6c63ff, #9c7bff);
}

.ee-container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

/* HEADER */
.ee-header {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

.ee-header h2 {
  font-size: 32px;
  font-weight: 700;
}

.ee-header img {
  height: 28px;
  vertical-align: middle;
}

.ee-header p {
  opacity: 0.85;
  margin-top: 10px;
}

/* CAROUSEL */
.ee-carousel {
  position: relative;
  overflow: hidden;
}

.ee-track {
  display: flex;
  transition: transform 0.5s ease;
}

/* CARD */
.ee-card {
  min-width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.ee-card-content {
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 40px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

/* TEXT */
.ee-text h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.ee-text p {
  font-size: 16px;
  opacity: 0.7;
}

/* IMAGE */
.ee-image img {
  width: 100%;
  max-height: 280px;
  object-fit: cover;
  border-radius: 14px;
}

/* DOTS */
.ee-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}

.ee-dots span {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.4;
  border-radius: 50%;
  cursor: pointer;
}

.ee-dots span.active {
  opacity: 1;
  background: #ff2d55;
}

/* FOOTER */
.ee-footer {
  text-align: center;
  color: #fff;
  margin-top: 40px;
  opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .ee-card-content {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .ee-image img {
    max-height: 200px;
  }

  .ee-header h2 {
    font-size: 24px;
  }
}
