.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.card-pack {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  background-color: #FFF; /* Fondo blanco roto de la foto */
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); /* Sombra suave */
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Imagen superior */
.card img {
  width: 100%;
  height: auto;
  display: block;
}

/* Título (PERÚ CLÁSICO) */
.card h2 {
  height: 56px;   
  color: #2B2B2B;
  font-size: 25px;
  font-weight: 700;
  margin: 24px 24px; /* Primero: arriba/abajo (24px) | Segundo: izquierda/derecha (24px) */
  margin-bottom: 8px; /* Sobrescribe el margen inferior para dejarlo en 8px */
  text-transform: uppercase;
  
  /* Nuevas propiedades para truncar a 2 líneas */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

/* Duración (8 DÍAS / 7 NOCHES) */
.days {
  color: #707070; /* Gris medio */
  font-size: 14px;
  font-weight: 600;
  margin: 0 24px 24px 24px;
  text-transform: uppercase;
}

.card .price {
  color: #B9973D;
  font-size: 26px;
  font-weight: 700;
  margin: 0 24px 20px 24px;
}/* End custom CSS */