@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);

*,
.full-width-footer,
.main-content {
  box-sizing: border-box;
}

:root {
  --header-height: 5rem;
  --blue-french: rgb(0, 38, 84);
  --white: rgb(255, 255, 255);
  --red-french: rgb(237, 41, 57);
  --blue-strong: rgb(0, 25, 70);
  --blue-white: rgb(32, 66, 107);
  --gray: rgb(240, 209, 218);
  --green-wsp: rgb(0, 187, 45);
  --red-diff: rgb(233, 41, 70);
  --black_60: rgba(0, 0, 0, 0.6);
  --onyx: rgb(41, 47, 51);
  --cultured-1: rgb(245, 245, 245);
  --cultured-2: rgb(240, 240, 240);
  --body-color: var(--cultured-2);
  --gold: rgb(255, 191, 0);
  --title-font: "Poppins", sans-serif;
  --body-font: "Montserrat", sans-serif;
  --normal-font-size: 0.94rem;
  --fs-1: 6rem;
  --fs-2: 5rem;
  --fs-3: 4rem;
  --fs-4: 3rem;
  --fs-5: 2.2rem;
  --fs-6: 2rem;
  --fs-7: 1.8rem;
  --fs-8: 1.5rem;
  --fs-9: 1.4rem;
  --fs-10: 1.2rem;
  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;
  --fw-800: 800;
  --fw-900: 900;
  --font-regular: 400;
  --font-semi-bold: 600;
  --z-tooltip: 10;
  --z-fixed: 100;
}

* {
  margin: 0;
  text-decoration: none;
}

body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

p {
  font-weight: 400;
}

.page-services,
h1 {
  font-family: var(--title-font) !important;
  text-transform: uppercase !important;
  background-color: var(--body-color) !important;
  height: 120px !important;
  color: var(--blue-french) !important;
  text-align: center !important;
  display: flex !important;
  font-weight: var(--fw-900) !important;
}

h1 {
  justify-content: center !important;
  align-items: center !important;
}

.page-services {
  font-size: var(--fs-9) !important;
  justify-content: center !important;
  align-items: center !important;
}

.container {
  justify-content: center;
}

.main-content {
  width: 100%;
}

.img-compartida {
  width: 75%;
  margin-left: 140px;
  margin-bottom: 20px;
}

.disney-priv {
  width: 100%;
  margin-bottom: 20px;
}

.cdg-img img {
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

.contenido img {
  max-width: 70%;
  aspect-ratio: 16/9;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}

.formulario-contacto label {
  color: #000;
}

.btn-form-contact,
.btn-localizador {
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 15px;
  width: 200px;
  border: none;
  background-color: #007bff;
  color: #fff;
  font-size: 18px;
  font-weight: var(--fw-700);
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
}

.btn-form-contact:hover,
.btn-localizador:hover {
  background-color: #fff;
  color: var(--black);
  transform: scale(1.1);
}

.tour-paris li {
  list-style: disc;
  margin-left: 60px;
}

.itinerario-paris li {
  margin-left: 40px;
}

.full-width-footer {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  text-align: center;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 576px) {
  #izzyGrid {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .page-services,
  h1 {
    font-family: var(--title-font) !important;
    text-transform: uppercase !important;
    background-color: var(--body-color) !important;
    height: 120px !important;
    color: var(--blue-french) !important;
    text-align: center !important;
    display: flex !important;
    font-weight: var(--fw-900) !important;
  }

  h1 {
    justify-content: center !important;
    align-items: center !important;
    font-size: var(--fs-8) !important;
  }

  .page-services {
    font-size: var(--fs-9) !important;
    justify-content: center !important;
    align-items: center !important;
  }
}
