.acepto,
.btn-disneylandparis,
.btn-presupdream:hover,
.button,
.disney-cta-title,
.disney-offers-overlay,
.footer-title,
.image-item:hover .caption,
.overlay,
.section-hotelesdisneytext {
  text-transform: uppercase;
}
h3,
h4 {
  line-height: 1.8;
}
.disney-guide-list a:hover,
.preguntas-faq-tabs a,
.ticket-tab-grid h2,
a,
h1,
h2,
h3,
h5 {
  color: var(--red-disney);
}
.container,
img,
nav {
  width: 100%;
}
.body-text,
.btn-disneylandparis,
.button,
.dream-item,
.hotel-item,
.hotel-theme-section,
.image-item,
.overlay,
.small-gif-grid h3,
.small-grid-item,
footer {
  text-align: center;
}
.disney-cta-link,
.footer-info a,
.footer-link,
.image-item,
.preguntas-faq-tabs a,
.ticket-tab-links a,
.wrapper-nav .logo a,
a {
  text-decoration: none;
}
.footer-info a:hover,
.info,
.preguntas-faq-tabs a:hover,
.text a {
  text-decoration: underline;
}
.body-text,
.hover-overlay {
  transform: translate(-50%, -50%);
}
*,
.container {
  box-sizing: border-box;
}
.parks-carousel,
html {
  scroll-behavior: smooth;
}
@font-face {
  font-family: Poppins;
  src:
    url("/fonts-new/Poppins/Poppins-Regular.woff2") format("woff2"),
    url("/fonts-new/Poppins/Poppins-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src:
    url("/fonts-new/Poppins/Poppins-Bold.woff2") format("woff2"),
    url("/fonts-new/Poppins/Poppins-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src:
    url("/fonts-new/Poppins/Poppins-BoldItalic.woff2") format("woff2"),
    url("/fonts-new/Poppins/Poppins-BoldItalic.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Poppins;
  src:
    url("/fonts-new/Poppins/Poppins-SemiBold.woff2") format("woff2"),
    url("/fonts-new/Poppins/Poppins-SemiBold.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src:
    url("/fonts-new/Poppins/Poppins-SemiBoldItalic.woff2") format("woff2"),
    url("/fonts-new/Poppins/Poppins-SemiBoldItalic.woff") format("woff");
  font-display: swap;
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Crete Round";
  src:
    url("/fonts-new/Crete_Round/CreteRound-Regular.woff2") format("woff2"),
    url("/fonts-new/Crete_Round/CreteRound-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400, bold;
  font-style: normal, italic;
}
* {
  margin: 0;
  padding: 0;
  font-family: Poppins, sans-serif;
}
:root {
  --bg-color-1: #ffff;
  --bg-color-2: #f9f6f0;
  --grey-color: rgba(0, 0, 0, 0.2);
  --heading-color: #2c2c2c;
  --text-color: #353535;
  --red-disney: #cf2223;
  --red-white: #f73434;
  --font-family-1: "Poppins";
  --font-family-2: "Crete Round";
  --font-family-3: "Roboto";
  --nav-items-border-bottom: 1px solid black;
}
body {
  overflow-x: hidden;
  margin: 0 auto;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: var(--bg-color-2);
  color: #fff;
}
::-webkit-scrollbar-thumb {
  background-color: var(--red-disney);
}
.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.flex-col,
.flex-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.disney-faq-tab-content,
.disney-tickets-tab-content,
.owl-carousel .owl-dots,
.owl-carousel .owl-nav,
.preguntas-faq-tabs .tab-content,
nav input {
  display: none;
}
.flex-col {
  flex-direction: column;
}
img {
  transition: 0.3s ease-in-out;
  vertical-align: middle;
}
h1 {
  font-size: 30px;
  margin: 20px 0 10px;
  font-weight: 500;
}
h3 {
  font-family: var(--font-family-2);
  font-size: 24px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
h4 {
  color: var(--heading-color);
  font-size: 21px;
}
h5,
p {
  font-size: 18px;
}
p {
  padding: 5px 0;
  color: var(--text-color);
  line-height: 28px;
  font-weight: 400;
}
.content .row-menu img,
.disney-guide-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visually-hidden-h2-cookies {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.body-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 30px;
}

.body-text div {
  font-size: 45px;
  font-weight: 600;
}
.button {
  display: inline-block;
  padding: 20px 40px;
  font-size: 20px;
  color: #fff;
  background-color: var(--red-disney);
  border-radius: 5px;
  transition:
    background-color 0.3s,
    transform 0.3s;
}
.button:hover {
  background-color: var(--red-white);
  transform: scale(1.2);
}
.banner.quierespresupuesto {
  background: linear-gradient(90deg, #cd2122, #f73434);
  color: #fff;
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.stars-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.section-hotelesdisneytext {
  font-size: 32px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  color: #fff;
  position: relative;
  animation: 1.5s ease-out forwards fadeUp;
  cursor: default;
}
.acepto,
.btn-accept,
.btn-presupdream,
.close,
.info,
.ticket-tab-links li {
  cursor: pointer;
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes sparkle {
  0%,
  100% {
    opacity: 0.4;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.3);
  }
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 1200px;
  width: 100%;
}
.grid-item {
  position: relative;
}
.grid-item h2 {
  margin-top: 15px;
}
.disney-offers-image-container,
.disney-parks-image-wrapper,
.disney-tips-image-wrapper,
.image-container {
  position: relative;
  overflow: hidden;
}
.close,
.overlay {
  position: absolute;
}
.image-container img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s;
}
.disney-guide-item:hover .disney-guide-image-wrapper,
.disney-parks-item:hover .disney-parks-image-wrapper img,
.disney-tickets-tab-content:hover .disney-tickets-tab-image,
.disney-tips-item:hover .disney-tips-image-wrapper img,
.footer-image:hover,
.image-container:hover img,
.small-grid-item:hover {
  transform: scale(1.05);
}
.acepto:hover,
.disney-offers-image-container:hover img,
.parks-carousel .item:hover img {
  transform: scale(1.1);
}
.overlay {
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  padding: 10px;
  font-size: 30px;
  font-weight: 600;
}
.carousel-item:hover .carousel-hover-overlay,
.disney-offers-image-container:hover .disney-offers-overlay,
.disney-parks-item:hover .disney-parks-overlay,
.disney-tips-item:hover .disney-tips-overlay,
.image-container:hover .overlay,
.image-item:hover .hover-overlay,
.small-image-container:hover .small-overlay {
  opacity: 1;
}
.btn-disneylandparis {
  background-color: #fff;
  color: var(--red-disney);
  padding: 15px 30px;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 700;
  transition:
    background-color 0.3s,
    transform 0.3s;
}
.btn-disneylandparis:hover {
  background-color: var(--red-disney);
  color: #000;
  transform: scale(1.1);
  font-weight: 700;
}

.dream-item h3,
.dream-item p,
.footer-info a {
  color: #fff;
}

.footer-info a {
  text-decoration: none;
}

.footer-info a:hover {
  text-decoration: underline;
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 20px;
  color: #aaa;
  background: 0 0;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.close:hover {
  color: #fff;
}

.image-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.disney-faq-tab-content.active,
.disney-tickets-tab-content.active,
.image-item,
.preguntas-faq-tabs .tab-content.active {
  display: block;
}
.image-item {
  position: relative;
  flex: 1 1 calc(25% - 20px);
  margin: 10px;
  color: inherit;
}
.image-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: opacity 0.3s;
}
.image-item .caption {
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 500;
  color: var(--red-disney);
  transition: color 0.3s;
}
.image-item:hover .caption {
  color: red;
}
.image-item:hover img {
  opacity: 0.6;
}
.hover-overlay {
  position: absolute;
  top: 15%;
  left: 50%;
  font-size: 2rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.hotel-theme-section,
.preguntas-faq-tabs .tab-button.active {
  background-color: var(--red-disney);
  color: #fff;
}
.hotel-theme-section {
  padding: 20px;
}
.hotel-theme-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.hotel-theme-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hotel-theme-title {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}
.hotel-theme-description {
  font-size: 18px;
  color: #fff;
  margin: 10px 0 0;
  line-height: 1.6;
  max-width: 800px;
}
.grid-index-hoteles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.hotel-item img {
  width: 100%;
  height: 300px;
}
.hotel-item img:hover {
  transform: scale(1.01);
}
.hotel-item h4 {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #555;
}
.owl-carousel .owl-stage {
  display: flex;
  flex-direction: row;
}
.owl-carousel .owl-item {
  flex: 1;
  margin: 0;
}
.dream-container,
.preguntas-faq-tabs .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.preguntas-faq-tabs .tabs {
  display: flex;
  border-bottom: 2px solid #ddd;
}
.preguntas-faq-tabs .tab-button {
  background-color: #f8f8f8;
  border: none;
  border-radius: 5px 5px 0 0;
  padding: 10px 20px;
  margin-right: 5px;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  transition:
    background-color 0.3s,
    color 0.3s;
}
.preguntas-faq-tabs .tab-button:hover {
  background-color: var(--red-white);
  color: #fff;
}
.preguntas-faq-tabs .tab-content-wrapper {
  background-color: #f5f5f5;
  padding: 20px;
}
.preguntas-faq-tabs h2 {
  font-size: 24px;
  margin-bottom: 15px;
  color: var(--red-disney);
  text-align: left;
}
.preguntas-faq-tabs p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  text-align: justify;
}
.preguntas-faq-tabs .cards-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  margin-top: 20px;
  padding: 10px 0;
  justify-content: center;
  overflow-x: auto;
}
.preguntas-faq-tabs .card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  flex: 1 1 calc(20% - 20px);
  box-sizing: border-box;
  min-width: 180px;
  max-width: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.parks-carousel .item,
.small-gif-grid .container {
  justify-content: center;
  display: flex;
}
.preguntas-faq-tabs .card h3 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
  color: var(--red-disney);
}
.preguntas-faq-tabs .card p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}
.saving-tips-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.saving-tip-item {
  background-color: #f7f7f7;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.saving-tip-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #cd2122;
  margin-bottom: 10px;
  text-align: left;
}
.saving-tip-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 0;
}
.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}
.section-conclusion,
.section-intro {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 20px;
}
.dream-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.dream-item {
  background-color: var(--red-disney);
  border-radius: 10px;
  padding: 20px;
  color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.dream-item img {
  max-width: 50px;
  height: auto;
}
.budget-header,
.disney-faq-tab-content .disney-faq-saving-tip {
  margin-bottom: 20px;
}
.budget-header h3 {
  margin: 0;
  color: #fff;
}
.btn-presupdream {
  background-color: #fff;
  color: var(--red-disney);
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  margin-top: 20px;
  font-weight: 800;
  transition: background-color 0.3s;
}
.btn-presupdream:hover {
  background-color: red;
  color: #fff;
}
.parks-carousel {
  display: flex;
  overflow-x: auto;
}
.parks-carousel .item,
.small-grid-item {
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.parks-carousel .item {
  width: 230px;
  height: 75px;
  align-items: center;
  margin: 15px;
  border-radius: 8px;
  transition:
    border 0.3s,
    box-shadow 0.3s;
  border: 2px solid transparent;
}
.parks-carousel .item:hover {
  border: 2px solid rgba(39, 39, 39, 0.4);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.parks-carousel .item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s;
}
.small-gif-grid h4 {
  color: #dd0e0e;
}
.small-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.small-grid-item {
  border-radius: 10px;
  padding: 10px;
  transition: transform 0.3s;
}
.small-image-container {
  position: relative;
  width: 100%;
  max-width: 280px;
  height: 140px;
  margin: 0 auto;
}
.small-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.small-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  background-color: rgba(218, 13, 13, 0.39);
  color: #fff;
  font-size: 18px;
  transition: opacity 0.3s;
  border-radius: 5px;
}
.small-grid-item h5 {
  margin: 10px 0;
}
.small-grid-item p {
  font-size: 15px;
  line-height: 1.4;
}
.ticket-tabs {
  display: flex;
  flex-direction: column;
}
.ticket-tab-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
.ticket-tab-links li {
  padding: 10px;
  position: relative;
  margin-right: 15px;
  transition: background 0.3s;
  border-bottom: 1px solid transparent;
}
.ticket-tab-links li:last-child {
  margin-right: 0;
}
.ticket-tab-links li.active,
.ticket-tab-links li:hover {
  border-bottom: 1px solid var(--red-disney);
}
.footer-link:hover,
.ticket-tab-links li.active a {
  font-weight: 700;
}
.ticket-tab-links a {
  color: #333;
}
.ticket-tab-content {
  display: none;
  padding: 20px;
}
.ticket-tab-content.active {
  display: block;
  text-align: justify;
}
.ticket-tab-grid {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ticket-tab-image {
  max-width: 100%;
  height: auto;
  margin-left: 40px;
}
.disney-tickets-tab-item,
.ticket-tab-title {
  margin: 0;
}
.ticket-tab-paragraph {
  margin-top: 10px;
}
footer {
  background: var(--red-disney);
  padding: 40px 20px;
}
.footer-content {
  max-width: 1200px;
  margin: auto;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.footer-section {
  background: 0 0;
  border-radius: 5px;
}
.footer-heading {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.footer-title {
  font-size: 22px;
  margin-bottom: 10px;
  color: #fff;
}
.footer-list {
  list-style-type: none;
  padding: 0;
  flex-direction: column;
}
.footer-item {
  margin: 5px 0;
}
.footer-link {
  color: #fff;
  transition: color 0.3s;
  display: block;
}
.footer-bottom {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
  display: flex;
}
.footer-logo {
  flex: 1;
}
.footer-logo-image {
  max-width: 150px;
  height: auto;
}
.footer-info {
  flex: 3;
  text-align: right;
  font-size: 14px;
}
.footer-info p {
  font-size: 16px;
  color: #48ff00;
}
.disney-guide-item h3,
.disney-offers-grid-item h2 {
  color: var(--red-disney);
  font-weight: 600;
  font-family: var(--font-family-1);
  text-transform: uppercase;
}
.footer-image {
  width: 80%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s;
}
.disney-offers-grid {
  padding: 30px;
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
}
.disney-faq-intro-container,
.disney-faq-tabs-container,
.disney-guide-container,
.disney-offers-container,
.disney-parks-container,
.disney-tickets-container,
.disney-tips-container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}
.disney-offers-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}
.disney-offers-grid-item {
  position: relative;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  overflow: hidden;
}
.disney-offers-grid-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
.disney-offers-grid-item h2 {
  font-size: 1.3rem;
  text-align: center;
  margin: 10px 0;
}
.disney-offers-image-container img,
.disney-parks-image-wrapper img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
.disney-offers-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--red-disney);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.disney-offers-full-desc,
.disney-offers-short-desc {
  color: var(--text-color);
  line-height: 1.5;
  margin-bottom: 10px;
}
.disney-offers-text-container {
  padding: 15px;
  text-align: center;
}
.disney-offers-short-desc {
  font-size: 0.95rem;
}
.disney-offers-full-desc {
  display: none;
  font-size: 0.9rem;
}
.disney-offers-toggle-desc {
  display: block;
  width: 140px;
  margin: 0 auto;
  background: var(--red-disney);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 1rem;
  font-family: var(--font-family-1);
  font-weight: 500;
  cursor: pointer;
  transition:
    background 0.3s,
    transform 0.2s;
}
.disney-offers-toggle-desc:hover {
  background: var(--red-white);
  transform: scale(1.05);
}
.disney-guide-grid {
  padding: 30px;
  display: flex;
  justify-content: center;
}
.disney-guide-items,
.disney-parks-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  width: 100%;
}
.disney-guide-item {
  background: #f9f9f9;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}
.disney-guide-item:hover,
.disney-parks-item:hover,
.disney-tips-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.disney-guide-item h3 {
  font-size: 1.4rem;
  margin: 15px 0 10px;
}
.disney-guide-image-wrapper {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}
.disney-guide-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.disney-guide-list li {
  margin: 8px 0;
}
.disney-guide-list a {
  text-decoration: none;
  color: var(--text-color);
  font-size: 0.9rem;
  font-family: var(--font-family-1);
  transition: color 0.3s;
}
.disney-cta-section {
  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;
}
.disney-cta-section:hover {
  transform: scale(1.02);
}
.disney-cta-container {
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}
.disney-cta-title {
  display: block;
  font-size: 2rem;
  font-family: var(--font-family-1);
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}
.disney-cta-description {
  font-size: 1.2rem;
  font-family: var(--font-family-1);
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 1.4;
  color: #fff;
}
.disney-cta-text {
  font-size: 1rem;
  font-family: var(--font-family-1);
  font-weight: 300;
  margin: 0 0 20px;
  line-height: 1.5;
  color: #fff;
}
.disney-cta-button,
.disney-parks-title,
.disney-tips-container h3 {
  color: var(--red-disney);
  font-family: var(--font-family-1);
  text-transform: uppercase;
}
.disney-cta-button {
  background: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition:
    background 0.3s,
    color 0.3s,
    transform 0.2s;
}
.disney-cta-button:hover {
  background: var(--red-disney);
  color: #fff;
  transform: scale(1.05);
}
.disney-parks-section,
.disney-tickets-section,
.disney-tips-section {
  padding: 40px 0;
  background-color: #f9f9f9;
}
.disney-parks-title,
.disney-tips-container h3 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.disney-tips-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
}
.disney-tips-item {
  position: relative;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.disney-parks-overlay,
.disney-tips-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.disney-tips-image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
.disney-tips-overlay {
  width: 40px;
  height: 40px;
  background: rgba(205, 33, 34, 0.8);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 40px;
  border-radius: 50%;
  transition: opacity 0.3s;
}
.disney-parks-subtitle,
.disney-parks-text,
.disney-tips-caption,
.disney-tips-description {
  color: var(--text-color);
  font-family: var(--font-family-1);
}
.disney-faq-intro-title,
.disney-tips-caption {
  color: var(--red-disney);
  text-transform: uppercase;
}
.disney-tips-caption {
  font-size: 1.1rem;
  font-weight: 500;
  margin: 10px 0;
  padding: 0 10px;
}
.disney-tips-description {
  font-size: 0.9rem;
  line-height: 1.5;
  padding: 0 15px 15px;
  margin: 0;
  flex-grow: 1;
}
.disney-faq-intro-section {
  background-color: #f9f9f9;
  text-align: center;
}
.disney-faq-intro-content {
  max-width: 800px;
  margin: 0 auto;
}
.disney-faq-intro-title {
  font-size: 1.8rem;
  font-family: var(--font-family-1);
  font-weight: 700;
  margin-bottom: 10px;
}
.disney-faq-intro-description {
  font-size: 1.1rem;
  color: var(--text-color);
  font-family: var(--font-family-1);
  font-weight: 400;
  margin: 0;
}
.disney-faq-tab-button,
.disney-faq-tab-content h2 {
  color: var(--red-disney);
  font-family: var(--font-family-1);
}
.disney-faq-tabs-section {
  padding: 40px 0;
}
.disney-faq-tabs-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 30px;
}
.disney-faq-tab-button {
  background: #fff;
  border: 2px solid var(--red-disney);
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition:
    background 0.3s,
    color 0.3s;
}
.disney-faq-tab-button.active,
.disney-faq-tab-button:hover,
.disney-tickets-tab-item a:hover,
.disney-tickets-tab-item.active a {
  background: var(--red-disney);
  color: #fff;
}
.disney-faq-tabs-content {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.disney-faq-tab-content h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.disney-faq-tab-content p,
.disney-tickets-text p {
  font-size: 0.95rem;
  color: var(--text-color);
  font-family: var(--font-family-1);
  line-height: 1.6;
  margin-bottom: 15px;
}
.disney-parks-overlay,
.disney-tickets-tab-item a {
  font-size: 1rem;
  font-weight: 500;
  font-family: var(--font-family-1);
}
.disney-faq-tab-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}
.disney-faq-tab-content .disney-faq-saving-title {
  font-size: 1.1rem;
  color: var(--text-color);
  font-family: var(--font-family-1);
  font-weight: 500;
  margin-bottom: 5px;
}
.disney-faq-tab-content .disney-faq-saving-description {
  font-size: 0.9rem;
  color: var(--text-color);
  line-height: 1.5;
}
.disney-parks-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}
.disney-parks-overlay {
  background: var(--red-disney);
  color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  text-transform: uppercase;
  transition: opacity 0.3s;
}
.disney-parks-subtitle {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 15px 0 10px;
  color: var(--red-disney);
}
.disney-parks-text {
  font-size: 0.9rem;
  line-height: 1.5;
  padding: 0 15px 15px;
  margin: 0;
}
.disney-tickets-tab-links {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}
.disney-tickets-tab-item a {
  display: block;
  background: #fff;
  border: 2px solid var(--red-disney);
  color: var(--red-disney);
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  transition:
    background 0.3s,
    color 0.3s;
}
.disney-tickets-tab-content-wrapper {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 25px;
}
.disney-tickets-tab-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  align-items: center;
}
.disney-tickets-text h2 {
  font-size: 1.6rem;
  color: var(--red-disney);
  font-family: var(--font-family-1);
  font-weight: 600;
  margin-bottom: 15px;
}
.disney-tickets-tab-image {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  transition: transform 0.3s;
}
@media (max-width: 992px) {
  .section-hotelesdisneytext {
    font-size: 28px;
  }
  .section-hotelesdisneytext::after,
  .section-hotelesdisneytext::before {
    font-size: 24px;
    left: -30px;
  }
  .section-hotelesdisneytext::after {
    right: -30px;
  }
  .disney-guide-items,
  .disney-offers-grid-container,
  .disney-parks-grid,
  .disney-tips-grid,
  .dream-grid,
  .footer-grid,
  .grid-container,
  .small-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .preguntas-faq-tabs .card {
    flex: 1 1 calc(30% - 20px);
  }
  .image-item {
    flex: 1 1 calc(50% - 20px);
  }
  .hotel-theme-title {
    font-size: 30px;
  }
  .hotel-theme-description {
    font-size: 16px;
  }
  .hotel-carousel-container,
  .hotel-theme-section {
    padding: 15px;
  }
  .carousel-image-wrapper img {
    height: 200px;
  }
  .dream-item img {
    max-width: 40px;
  }
  .parks-carousel .item,
  .parks-grid h4 {
    display: none;
  }
  .ticket-tab-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }
  .ticket-tab-links {
    justify-content: space-around;
  }
  .ticket-tab-image {
    max-width: 80%;
    margin: 20px 0;
  }
  .footer-info {
    text-align: center;
    margin-top: 15px;
  }
  .footer-image {
    max-width: 80%;
    height: auto;
  }
  .disney-guide-grid,
  .disney-offers-grid {
    padding: 20px;
  }
  .disney-faq-intro-title,
  .disney-parks-title,
  .disney-tips-container h3 {
    font-size: 1.6rem;
  }
  .disney-faq-intro-description {
    font-size: 1rem;
  }
  .disney-faq-tab-button {
    font-size: 0.9rem;
    padding: 8px 15px;
  }
  .disney-tickets-tab-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .disney-tickets-tab-image {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .acepto,
  .hotel-theme-description,
  .text {
    font-size: 14px;
  }
  .disney-guide-items,
  .disney-offers-grid-container,
  .disney-parks-grid,
  .disney-tips-grid,
  .dream-grid,
  .grid-container,
  .small-grid-container {
    grid-template-columns: 1fr;
  }
  .disney-cta-description,
  .disney-tips-caption,
  .section-conclusion,
  .section-intro {
    font-size: 1rem;
  }
  .image-item {
    flex: 1 1 100%;
  }
  .carousel-hover-overlay h4,
  .disney-guide-item h3 {
    font-size: 1.2rem;
  }
  .hotel-theme-title {
    font-size: 26px;
  }
  .hotel-theme-section {
    padding: 10px;
  }
  .grid-index-hoteles {
    grid-template-columns: repeat(2, 1fr);
  }
  .disney-faq-intro-section,
  .hotel-carousel-section {
    padding: 20px 0;
  }
  .carousel-gif-container {
    margin-top: 5px;
  }
  .disney-faq-tabs-content,
  .disney-guide-grid,
  .disney-offers-grid,
  .saving-tip-item,
  .ticket-tab-content {
    padding: 15px;
  }
  .disney-faq-tab-content h2,
  .saving-tip-title {
    font-size: 1.3rem;
  }
  .disney-cta-text,
  .disney-faq-tab-content p,
  .disney-tickets-text p,
  .saving-tip-description {
    font-size: 0.9rem;
  }
  .section-title {
    font-size: 1.8rem;
  }
  .preguntas-faq-tabs .cards-container {
    flex-wrap: wrap;
  }
  .preguntas-faq-tabs .card {
    flex: 1 1 calc(100% - 20px);
    max-width: 100%;
  }
  .dream-item img {
    max-width: 30px;
  }
  .btn-presupdream {
    width: 100%;
  }
  .parks-carousel .item,
  .parks-grid h4 {
    display: none;
  }
  .footer-image,
  .small-image-container {
    max-width: 100%;
    height: auto;
  }
  .small-overlay {
    font-size: 16px;
  }
  .ticket-tab-links {
    flex-direction: column;
    align-items: center;
    border-right: none;
    padding: 0;
    width: 100%;
  }
  .preguntas-faq-tabs .tabs,
  .ticket-tab-grid {
    flex-direction: column;
  }
  .ticket-tab-grid {
    display: flex;
    align-items: center;
    padding: 15px;
  }
  .ticket-tab-image {
    max-width: 100%;
    margin: 15px 0;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .footer-info {
    text-align: center;
    font-size: 13px;
  }
  .footer-logo {
    margin-bottom: 20px;
  }
  .footer-bottom {
    display: block;
    text-align: center;
  }
  .preguntas-faq-tabs .tab-button {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .hotel-carousel-container {
    width: 90%;
  }
  .carousel-image-wrapper img {
    height: auto;
    width: 100%;
  }
  .disney-offers-image-container img,
  .disney-parks-image-wrapper img {
    height: 180px;
  }
  .disney-offers-toggle-desc {
    width: 120px;
    padding: 8px 16px;
  }
  .disney-guide-image-wrapper {
    width: 100px;
    height: 100px;
  }
  .disney-guide-list a,
  .disney-parks-text,
  .disney-tips-description {
    font-size: 0.85rem;
  }
  .disney-cta-section {
    padding: 30px 15px;
    margin: 20px auto;
  }
  .disney-cta-title {
    font-size: 1.6rem;
  }
  .disney-cta-button {
    padding: 10px 25px;
    font-size: 1rem;
  }
  .disney-faq-tabs-section,
  .disney-parks-section,
  .disney-tickets-section,
  .disney-tips-section {
    padding: 30px 0;
  }
  .disney-tips-image-wrapper img {
    height: auto;
    max-height: 180px;
    object-fit: contain;
  }
  .disney-faq-tab-button {
    width: 100%;
    margin: 5px 0;
  }
  .disney-parks-subtitle {
    font-size: 1.1rem;
  }
  .disney-tickets-tab-links {
    flex-direction: column;
    align-items: center;
  }
  .disney-tickets-tab-item a {
    width: 100%;
    max-width: 300px;
    margin: 5px 0;
  }
  .disney-tickets-text h2 {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .footer-title,
  .overlay,
  .section-hotelesdisneytext {
    font-size: 20px;
  }
  .section-hotelesdisneytext::after,
  .section-hotelesdisneytext::before {
    display: none;
  }
  .disney-guide-item,
  .disney-tickets-tab-content-wrapper {
    padding: 15px;
  }
  .overlay {
    padding: 5px;
  }
  .acepto,
  .text {
    font-size: 13px;
  }
  .acepto {
    padding: 6px 12px;
  }
  .footer-info,
  .info {
    font-size: 12px;
  }
  .grid-index-hoteles {
    grid-template-columns: 1fr;
  }
  .carousel-hover-overlay,
  .saving-tip-item {
    padding: 10px;
  }
  .disney-guide-item h3,
  .disney-offers-grid-item h2,
  .saving-tip-title {
    font-size: 1.1rem;
  }
  .disney-offers-full-desc,
  .disney-offers-short-desc,
  .saving-tip-description {
    font-size: 0.85rem;
  }
  .section-title {
    font-size: 1.5rem;
  }
  .disney-cta-description,
  .disney-faq-intro-description,
  .section-conclusion,
  .section-intro {
    font-size: 0.9rem;
  }
  .footer-content h2 {
    font-size: 24px;
  }
  .footer-image {
    max-width: 100%;
  }
  .hotel-carousel-container {
    width: 100%;
    padding: 10px;
  }
  .carousel-hover-overlay h4 {
    font-size: 1rem;
  }
  .disney-faq-tab-content h2,
  .disney-offers-overlay,
  .disney-tickets-text h2 {
    font-size: 1.2rem;
  }
  .disney-offers-toggle-desc {
    width: 100px;
    font-size: 0.9rem;
  }
  .disney-guide-image-wrapper {
    width: 80px;
    height: 80px;
  }
  .disney-cta-section {
    padding: 20px 10px;
    border-radius: 10px;
  }
  .disney-cta-title,
  .disney-faq-intro-title,
  .disney-parks-title,
  .disney-tips-container h3 {
    font-size: 1.4rem;
  }
  .disney-cta-text {
    font-size: 0.85rem;
    margin-bottom: 15px;
  }
  .disney-cta-button {
    padding: 8px 20px;
    font-size: 0.9rem;
  }
  .disney-parks-section,
  .disney-tickets-section,
  .disney-tips-section {
    padding: 20px 0;
  }
  .disney-tips-overlay {
    width: 35px;
    height: 35px;
    font-size: 1.2rem;
    line-height: 35px;
  }
  .disney-tips-caption {
    font-size: 0.95rem;
  }
  .disney-tips-description {
    font-size: 0.8rem;
  }
  .disney-faq-tab-button {
    font-size: 0.85rem;
    padding: 6px 12px;
  }
  .disney-parks-overlay {
    padding: 6px 15px;
    font-size: 0.9rem;
  }
  .disney-tickets-tab-item a {
    font-size: 0.9rem;
    padding: 8px 15px;
  }
}
@media (min-width: 970px) and (max-width: 1024px) {
  #menu-btn:checked ~ .btn.menu-btn,
  .nav-links-megamenu .desktop-item {
    display: none;
  }
}
