.popup-close:hover,
.texto h3,
body {
  color: #333;
}
.button,
.cta-link,
.tel-destacado a {
  text-decoration: none;
}
.button,
.grid.grid-2x7 .learn-more {
  margin-top: auto;
  text-decoration: none;
}
.beneficio-item,
.rectangulo {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.beneficio-item:hover,
.grid.grid-2x7 .card2x7:hover {
  transform: translateY(-5px);
}
.button,
.call-action button {
  transition: background-color 0.3s;
}
.popup-cta-hoteles,
body {
  font-family: Arial, sans-serif;
}
.call-action span,
.cta-hoteles,
.popup-title {
  text-transform: uppercase;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background-color: #f9f9f9;
}
.button {
  display: inline-block;
  background-color: red;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
  border-radius: 5px;
}
.button:hover {
  background-color: #c00;
}
.rectangulo {
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(135deg, #e2f1f8 0, #d2e7f3 100%);
  border-left: 6px solid #3ba2d5;
  border-radius: 12px;
  padding: 24px 28px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  margin-bottom: 24px;
  transition: 0.3s;
}
.rectangulo:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.rectangulo .imagen {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.rectangulo .texto {
  font-size: 16px;
  line-height: 1.6;
  color: #2a2a2a;
  font-weight: 500;
}
.grid.grid-2x7 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px;
}
.grid.grid-2x7 .card2x7 {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.grid.grid-2x7 .card2x7 img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid #ddd;
}
.grid.grid-2x7 .card-content {
  padding: 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-content {
  text-align: justify;
  line-height: 1.5;
}
.card2x7 p {
  margin: 0;
  padding: 5px 0;
}
.grid.grid-2x7 .card-content h3 {
  margin: 10px 0 5px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #df0c0c;
}
.grid.grid-2x7 .card-content p {
  font-size: 14px;
  line-height: 1.5;
  margin: 5px 0 10px;
  color: #555;
}
.grid.grid-2x7 .learn-more {
  color: #e74c3c;
  font-weight: 700;
}
.grid.grid-2x7 .learn-more:hover {
  text-decoration: underline;
}
.beneficios-dentro-disney {
  padding: 40px 20px;
  background-color: #f9f9f9;
}
.beneficios-dentro-disney h2 {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}
.grid-beneficios {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 auto;
}
.beneficio-item {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.beneficio-item h3 {
  font-size: 1.4rem;
  color: #e60000;
  margin-bottom: 10px;
  font-weight: 700;
}
.beneficio-item p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}
.conclusion {
  background-color: #f5f5f5;
  padding: 40px 20px;
  border-top: 2px solid #f58f00;
}
.conclusion h2 {
  font-size: 28px;
  color: #e90d0d;
  margin-bottom: 20px;
}
.conclusion p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin: 0 auto;
}
.beneficio-item:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.call-action {
  background: linear-gradient(
    135deg,
    var(--red-disney) 0,
    var(--red-white) 100%
  );
  padding: 40px 20px;
  text-align: center;
  color: #fff;
  border-radius: 15px;
  margin: 30px auto;
  max-width: 800px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
}
.call-action button,
.call-action center,
.call-action p,
.call-action span {
  margin-bottom: 15px;
}
.call-action button {
  padding: 20px 50px;
  background-color: #f51010;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
}
.call-action center,
.call-action p,
.call-action span {
  color: #c40202d7;
  font-weight: 700;
}
.call-action button:hover {
  background-color: #be0000de;
  text-transform: uppercase;
}
.call-action span {
  font-size: 28px;
  color: #fff;
}
.call-action p {
  font-size: 19px;
  margin-top: 5px;
  color: #fff;
}
.call-action center {
  font-size: 20px;
  color: #fff;
}
.popup-cta-hoteles {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 533px;
  background-color: #ffffffed;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  overflow: hidden;
  color: #333;
  text-align: center;
  padding: 20px;
}
.popup-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9998;
  display: none;
  opacity: 0;
  transition: opacity 0.5s;
}
.popup-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ff1212;
  margin-bottom: 20px;
}
.popup-body p {
  font-size: 0.94rem;
  line-height: 1.6;
  color: #000;
  margin: 5px 0;
  font-weight: 500;
}
.cta-hoteles,
.cta-hoteles-popup {
  background-color: #e60a0a;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 12px 25px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  margin-top: 15px;
  text-transform: uppercase;
}
.cta-hoteles:hover {
  background-color: #ad0000;
  transform: scale(1.05);
}
.popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: 0 0;
  border: none;
  font-size: 1.2rem;
  color: #aaa;
  cursor: pointer;
  transition: color 0.3s;
}
.accordion-section {
  border: 2px solid #fff;
  border-radius: 16px;
  margin-bottom: 2rem;
  background: #fffafc;
  box-shadow: 0 6px 12px rgba(142, 36, 170, 0.08);
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.accordion-header {
  background: #f11c00;
  color: #fff;
  cursor: pointer;
  padding: 1.2rem 1.5rem;
  font-size: 1.15rem;
  font-weight: 600;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  transition: background 0.3s;
}
.accordion-header:hover {
  background: #b61f0b;
}
.accordion-header::after {
  content: "⮟";
  font-size: 1.2rem;
  color: #fff;
  transition: transform 0.4s;
}
.accordion-header[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s, padding 0.3s;
  padding: 0 1.5rem;
  font-size: 1rem;
  color: #444;
  background: #fff;
  line-height: 1.7;
}
.accordion-content.open {
  padding: 1.25rem 1.5rem 1.75rem;
  max-height: 3000px;
}
.accordion-content h4 {
  margin-top: 1.25rem;
  font-size: 1.15rem;
  color: #6a1b9a;
}
.accordion-content ul {
  padding-left: 1.2rem;
  list-style: disc;
  margin: 0.75rem 0 1.5rem;
}
.accordion-content li {
  margin-bottom: 0.65rem;
  font-size: 1rem;
}
.accordion-content p {
  margin: 0.75rem 0 1.25rem;
  font-size: 1rem;
  line-height: 1.75;
}
.tel-destacado {
  background-color: #ee7220;
  border-left: 4px solid #f11c00;
  padding: 0.75rem 1rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
  color: #fff;
  font-size: 1.05rem;
  border-radius: 8px;
}
.tel-destacado a {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 768px) {
  .accordion-header {
    font-size: 1rem;
    padding: 1rem;
  }
  .accordion-header::after,
  .tel-destacado {
    font-size: 1rem;
  }
  .accordion-content {
    padding: 0 1rem;
    font-size: 0.95rem;
  }
  .accordion-content.open {
    padding: 1rem;
  }
  .accordion-content li {
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
  }
  .accordion-content p,
  .beneficio-item p {
    font-size: 0.95rem;
  }
  .accordion-content h4 {
    font-size: 1.05rem;
  }
  .beneficios-dentro-disney {
    padding: 30px 15px;
  }
  .grid-beneficios {
    grid-template-columns: 1fr;
  }
  .beneficio-item h3 {
    font-size: 1.2rem;
  }
  .grid.grid-2x7 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.grid-2x7 .card-content {
    padding: 10px;
  }
  .popup-cta-hoteles {
    width: 95%;
    padding: 15px;
  }
  .popup-title {
    font-size: 1.5rem;
  }
  .cta-hoteles {
    font-size: 0.9rem;
    padding: 10px 20px;
  }
}
@media (max-width: 480px) {
  .grid.grid-2x7 {
    grid-template-columns: 1fr;
    padding: 10px;
  }
  .grid.grid-2x7 .card2x7 {
    margin-bottom: 15px;
  }
  .cta-hoteles {
    font-size: 0.85rem;
    padding: 8px 18px;
  }
}
