@font-face {
  font-family: "AkzidenzGrotesk_BoldExtended";
  src: url("https://festivalcity.mx/wp-content/themes/festivalcity/assets/css/fonts/AkzidenzGrotesk-BoldExtended.woff") format("woff"), url("https://festivalcity.mx/wp-content/themes/festivalcity/assets/css/fonts/AkzidenzGrotesk-BoldExtended.otf") format("opentype"); }

@font-face {
  font-family: "AkzidenzGrotesk_Extended";
  src: url("https://festivalcity.mx/wp-content/themes/festivalcity/assets/css/fonts/AkzidenzGrotesk-Extended.woff") format("woff"), url("https://festivalcity.mx/wp-content/themes/festivalcity/assets/css/fonts/AkzidenzGrotesk-Extended.otf") format("opentype"); }

@font-face {
  font-family: "AkzidenzGrotesk_MediumExtended";
  src: url("https://festivalcity.mx/wp-content/themes/festivalcity/assets/css/fonts/AkzidenzGrotesk-MediumExtended.woff") format("woff"), url("https://festivalcity.mx/wp-content/themes/festivalcity/assets/css/fonts/AkzidenzGrotesk-MediumExtended.otf") format("opentype"); }

@font-face {
  font-family: "AkzidenzGrotesk_Regular";
  src: url("https://festivalcity.mx/wp-content/themes/festivalcity/assets/css/fonts/AkzidenzGrotesk-Regular.woff") format("woff"), url("https://festivalcity.mx/wp-content/themes/festivalcity/assets/css/fonts/AkzidenzGrotesk-Regular.otf") format("opentype"); }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
    margin: 0px!important;
}
body {
  margin: 0; 
    background-color: white;
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Saira'!important;
    color: #ffffff!important;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  font-size: 14px; }

body {
  background-color: white;
  font-size: 16px;
  line-height: 1.6;
  }
.header {
    display: grid;
    grid-template-columns: 10% 10% 70% 10%;
    width: 95%;
    margin: 0px auto;
    padding-top: 2rem;
}
p {
  font-size: 1rem; }

/* Generate padding & margin, .pt-1 = padding-top { 1rem } */
.pt-1 {
  padding-top: 1rem; }

.pb-1 {
  padding-bottom: 1rem; }

.pl-1 {
  padding-left: 1rem; }

.pr-1 {
  padding-right: 1rem; }

.mt-1 {
  margin-top: 1rem; }

.mb-1 {
  margin-bottom: 1rem; }

.ml-1 {
  margin-left: 1rem; }

.mr-1 {
  margin-right: 1rem; }

.pt-2 {
  padding-top: 2rem; }

.pb-2 {
  padding-bottom: 2rem; }

.pl-2 {
  padding-left: 2rem; }

.pr-2 {
  padding-right: 2rem; }

.mt-2 {
  margin-top: 2rem; }

.mb-2 {
  margin-bottom: 2rem; }

.ml-2 {
  margin-left: 2rem; }

.mr-2 {
  margin-right: 2rem; }

.pt-3 {
  padding-top: 3rem; }

.pb-3 {
  padding-bottom: 3rem; }

.pl-3 {
  padding-left: 3rem; }

.pr-3 {
  padding-right: 3rem; }

.mt-3 {
  margin-top: 3rem; }

.mb-3 {
  margin-bottom: 3rem; }

.ml-3 {
  margin-left: 3rem; }

.mr-3 {
  margin-right: 3rem; }

.pt-4 {
  padding-top: 4rem; }

.pb-4 {
  padding-bottom: 4rem; }

.pl-4 {
  padding-left: 4rem; }

.pr-4 {
  padding-right: 4rem; }

.mt-4 {
  margin-top: 4rem; }

.mb-4 {
  margin-bottom: 4rem; }

.ml-4 {
  margin-left: 4rem; }

.mr-4 {
  margin-right: 4rem; }

.pt-5 {
  padding-top: 5rem; }

.pb-5 {
  padding-bottom: 5rem; }

.pl-5 {
  padding-left: 5rem; }

.pr-5 {
  padding-right: 5rem; }

.mt-5 {
  margin-top: 5rem; }

.mb-5 {
  margin-bottom: 5rem; }

.ml-5 {
  margin-left: 5rem; }

.mr-5 {
  margin-right: 5rem; }

::selection {
  background: #FFF498; }

::-moz-selection {
  background: #FFF498; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: #FFF498; }

a {
  color: #0074D9;
  text-decoration: none;
  outline: 0; }
  a:hover, a:focus {
    color: #40a6ff; }

.gigantic, .huge, .large, .bigger, .big,
h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-weight: bold; }

.gigantic {
  font-size: 110px;
  line-height: 1.09;
  letter-spacing: -2px; }

.huge, h1 {
  font-size: 68px;
  line-height: 1.05;
  letter-spacing: -1px; }

.large, h2 {
  font-size: 42px;
  line-height: 1.14; }

.bigger, h3 {
  font-size: 26px;
  line-height: 1.38; }

.big, h4 {
  font-size: 22px;
  line-height: 1.38; }

.small, small {
  font-size: 10px;
  line-height: 1.2; }

p {
  margin: 0 0 20px 0; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0; }

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
  .button:hover, .button:active, .button:focus,
  button:hover,
  button:active,
  button:focus,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="button"]:hover,
  input[type="button"]:active,
  input[type="button"]:focus {
    color: #333;
    border-color: #888;
    outline: 0; }

.flex-video {
  height: 0;
  margin-bottom: 0.88889rem;
  overflow: hidden;
  padding-bottom: 56%;
  position: relative; }

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  height: 100%;
  position: absolute;
  top: 0; 
  width: 100%;
  left: 0; }
.main-navigation ul {
    display: grid;
    margin: 0px auto;
    padding-top: 0rem;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}
.boletos {
        text-decoration: none;
    color: #ffffff !important;
    font-family: 'Rambla' !important;
    font-size: 2.5rem;
    font-style: italic;
}
.redes ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    align-items: center;
}
.item_link.redes {
    width: 40%;
    margin: 0px auto;
}
.item_link.redes img {
    width: 100%;
}
.wrapper {
    border-bottom: solid 1px #ffffff;
    margin-bottom: 1rem;
}
.main-navigation {
    display: block;
    width: 100%;
}
.menu-menu-header-container {
    width: 100%;
}
.menu {
    font-size: 1rem;
    margin-bottom: 0px;
    font-family: 'AkzidenzGrotesk_Extended';
    font-size: 1.3rem;
    text-align: center;
    color: #4e4e4e;
    line-height: 18px;
    width: 50%;
    margin: 0px 7rem 0px auto!important;
}
.menu li {
    display: inline-block;
    width: 11%;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Rambla' !important;
    font-style: italic;
    font-size: 20px;
}
.header {
    display: grid;
    grid-template-columns: 10% 20% 60% 10%;
    width: 95%;
    margin: 0px auto;
    padding-top: 0rem;
    align-items: center;
}
.logohead {
    text-align: center;
}
.containerNav {
    width: 34%;
    display: flex;
    margin: 0px auto;
}
.dateEVent {
    margin-left: 2rem;
    text-align: center;
    border-left: solid 1px;
    height: 100%;
    align-items: center;
    display: grid;
    font-family: 'Rambla' !important;
    font-style: italic;
    font-size: 20px;
}
.logo {
    padding: 1rem;
}
/* Asegura que no haya márgenes ni padding */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@keyframes flotar {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5px, -10px);  /* un poco hacia arriba y a la derecha */
  }
  100% {
    transform: translate(-5px, -20px); /* más arriba y a la izquierda */
  }
}
@keyframes flotarOnda {
  0%   { transform: translate(0, 0); }
  25%  { transform: translate(12px, -10px); }
  50%  { transform: translate(0, -18px); }
  75%  { transform: translate(-12px, -10px); }
  100% { transform: translate(0, 0); }
}
@keyframes flotarCircular {
  0%   { transform: translate(0, 0); }
  25%  { transform: translate(10px, -10px); }
  50%  { transform: translate(0, -20px); }
  75%  { transform: translate(-10px, -10px); }
  100% { transform: translate(0, 0); }
}
@keyframes flotarSaltos {
  0%   { transform: translate(0, 0); }
  20%  { transform: translate(4px, -12px); }
  40%  { transform: translate(-6px, -5px); }
  60%  { transform: translate(8px, -18px); }
  80%  { transform: translate(-3px, -8px); }
  100% { transform: translate(0, 0); }
}
/* Aplica el fondo a toda la página */
body {
  background-image: url('https://festivalcity.mx/wp-content/uploads/2025/11/bg-scaled.jpg');
  background-size: cover;  /* Asegura que cubra toda la pantalla */
  background-position: center;  /* Centra la imagen */
  background-repeat: no-repeat; /* Evita que la imagen se repita */
  width: 100vw;  /* Ocupa todo el ancho de la ventana */
  HEIGHT: 205vh;
}
.imgEstellaDos {
    position: absolute;
    right: 25%;
    width: 11%;
    animation: flotar 4s ease-in-out infinite alternate;
}
.imgEstellaTres {
    position: absolute;
    top: 51rem;
    left: 21%;
    width: 14rem;
    animation: flotarOnda 4s ease-in-out infinite alternate;
}
.imgEstellaUno {
    position: absolute;
    right: 11%;
    top: 4rem;
    width: 14%;
    animation: flotarSaltos 7s ease-in-out infinite alternate;
}
.main {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imgPlaneta {
    position: absolute;
    left: 7%;
    width: 9%;
    top:18%;
    animation: flotar 4s ease-in-out infinite alternate;
}
.footer {
    background-color: #FF6C52;
    padding: 0rem 0rem 0rem;
    border-top: solid 1px #FF6C52;
    margin-top: 0rem;
}
.contactoFooter {
    color: #FF6C52;
    font-family: 'Rambla' !important;
}
.footer .content {
    height: 0px !important;
    padding: 0px;
}
.ulFooter {
    margin: 0px auto!important;
    width: 40%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-top: 2rem;
    align-items: center;
    list-style: none!important;
}
.item_link.redes {
    width: 50%;
    margin: 0px auto;
}
.item_link.redes img {
    width: 75%;
}
/* Contenido centrado */
.content {
        display: block;
    justify-content: center;
    height: 100%;
    color: white;
    text-align: center;
    font-family: Arial, sans-serif;
    padding: 3rem 0px;
    width: 40%;
    margin: 0px auto;
    text-align: center;
}
.content img {
    max-width: 80%;
    height: auto;
    display: block;
    margin: 5rem auto;
}

.main-navigation li {
    position: relative;
    text-align: center;
}
.body_cities {
    HEIGHT: 387vh;
    overflow: hidden;
}


.content.cities {
    width: 100%;
        padding: 0;
}

.main.cities {
    display: block;
}
.content.cities img {
    width: 100%;
    max-width: 74%;
}
.content.cities h1 {
    color: #ffffff;
    text-align: left;
    width: 74%;
    margin: 0px auto 3rem;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Rambla' !important;
}
.content.cities.videos h2 {
    color: #ffffff;
    text-align: left;
    width: 74%;
    margin: 0px auto 3rem;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Rambla' !important;
}
.contentVideos {
    width: 80%;
    margin: 0px auto 3rem;
    display: grid;
    grid-template-columns: 100%;
    padding-bottom: 0rem;
}
.containers_videos {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    width: 80%;
    margin: 0px auto;
}
.anio {
        color: #ffffff;
    width: initial;
    margin: 0px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Rambla' !important;
    font-size: 2rem;
    text-align: left;
    display: inline-block;
}
.content_anio img {
        width: 25% !important;
    text-align: left;
    margin: 0px 8%;
    display: inline-block;
}
.content_anio {
    text-align: left;
    display: flex;
    align-items: anchor-center;
}
.video-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7); /* oscurece el fondo */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}

.video-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}

.video-modal {
  position: relative;
  max-width: 450px;
  width: 90%;
  background: #0000007a;
  border-radius: 12px;
  padding: 16px 16px 56px; /* espacio para el botón "Saltar" */
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.video-modal video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Botón X */
.video-close {
      position: absolute;
    top: 19px;
    right: 21px;
    border: none;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 20px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    padding: 0 14px;
}

/* Botón Saltar */
.video-skip {
    position: absolute;
    bottom: 23px;
    right: 16px;
    padding: 0px 14px;
    border: none;
    border-radius: 999px;
    background: #ff3b6a;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
}
@media (max-width: 1268px){
  .imgEstellaTres {
    left: 16%;
  }
}

@media (max-width: 931px){
  .imgEstellaTres {
      position: absolute;
      top: 37rem;
      left: 21%;
      width: 9rem;
  }
  body {
    HEIGHT: 174vh;
  }
}
@media (max-width: 760px){
body {
    HEIGHT: 240vh;
}

.item_link.redes img {
    margin: 0px auto;
}
  .header {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
    margin: 0px auto;
    padding-top: 0rem;
    align-items: center;
    align-content: space-evenly;
}
    .dateEVent {
        margin-left: 0rem;
        text-align: center;
        border-left: none;
        height: 100%;
        align-items: center;
        display: grid;
        border-bottom: 1px solid;
    }
    .logohead {
    border-bottom: solid 1px #ffffff;
}
    .redes {
        height: 100%;
        border-left: solid 0px;
        display: grid;
        align-items: center;
        padding: .4rem 0px;
    }
    .main-navigation {
        display: flex;
        width: 100%;
        align-self: anchor-center;
    }
    .main-navigation ul {
        display: grid;
        margin: 0px auto;
        padding-top: 0rem;
        grid-template-columns: 36% 44% 45%;
        width: 100%;
        text-align: center;
        font-size: 14px;
    }
    .containerNav {
    width: 90%;
    display: flex;
    margin: 0px auto;
}
.redes {
           height: 100%;
        border-left: solid 0px;
        display: grid;
        align-items: center;
        padding: .4rem 0px;
        width: 63%;
        margin-left: 4rem;
}
    .redes ul {
        display: grid;
        grid-template-columns: repeat(3, 36%);
        text-align: center;
        align-items: center;
        height: 100%;
    }
.item_link.redes {
    width: 40%;
    margin: 0px auto;
    border: none;
}
  
  .content {
    width: 84%;
   }
    .imgPlaneta {
        position: absolute;
        left: 4%;
        width: 20%;
        top: 10%;
    }
.imgEstellaTres {
      position: absolute;
        top: 41rem;
        left: -2%;
        width: 12rem;
                z-index: 9;
}
    .imgEstellaDos {
        position: absolute;
        right: 3%;
        width: 21%;
    }
.imgEstellaUno {
            position: absolute;
        right: 7%;
        top: 7rem;
        width: 19%;
                z-index: 99;
}
.content img {

    z-index: 9;
    position: relative;
}
.body_cities {
    HEIGHT: 330vh;
    overflow: hidden;
}
.contentVideos {
    display: block;
}
.anio {
    color: #ffffff;
    width: 100%;
}
.content_anio img {
    width: 45% !important;
    text-align: left;
    margin: .5rem 1% .5rem;
    display: inline;
}
.containers_videos {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 80%;
    margin: 0px auto;
}
.ulFooter {
    width: 55%;
}
}
@media (max-width: 430px){
    body {
        HEIGHT: 140vh;
    }
      .imgEstellaTres { 
      width: 9rem;
      }

  }
@media (max-width: 390px){
    body {
        HEIGHT: 140vh;
    }

  }