/*@import '../../../node_modules/normalize.css/normalize.css';*/
@font-face {
  font-family: "icons";
  font-display: auto;
  src: url("../fonts/icons/icons.eot?4c4pxp");
  src: url("../fonts/icons/icons.eot?4c4pxp#iefix") format("embedded-opentype"),
    url("../fonts/icons/icons.ttf?4c4pxp") format("truetype"), url("../fonts/icons/icons.woff?4c4pxp") format("woff"),
    url("../fonts/icons/icons.svg?4c4pxp#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"],
.dropdown {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "Gotham";
  font-display: auto;
  src: url("../fonts/Gotham/Gotham-Bold.eot");
  src: url("../fonts/Gotham/Gotham-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gotham/Gotham-Bold.otf") format("opentype"), url("../fonts/Gotham/Gotham-Bold.woff") format("woff"),
    url("../fonts/Gotham/Gotham-Bold.ttf") format("truetype"),
    url("../fonts/Gotham/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  font-display: auto;
  src: url("../fonts/Gotham/Gotham-Book.eot");
  src: url("../fonts/Gotham/Gotham-Book.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gotham/Gotham-Book.woff") format("woff"), url("../fonts/Gotham/Gotham-Book.ttf") format("truetype"),
    url("../fonts/Gotham/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  font-display: auto;
  src: url("../fonts/Gotham/Gotham-Light.eot");
  src: url("../fonts/Gotham/Gotham-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gotham/Gotham-Light.woff") format("woff"), url("../fonts/Gotham/Gotham-Light.ttf") format("truetype"),
    url("../fonts/Gotham/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "GothamT";
  font-display: auto;
  src: url("../fonts/Gotham/Gotham-Thin.eot");
  src: url("../fonts/Gotham/Gotham-Thin.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gotham/Gotham-Thin.otf") format("opentype"), url("../fonts/Gotham/Gotham-Thin.woff") format("woff"),
    url("../fonts/Gotham/Gotham-Thin.ttf") format("truetype"),
    url("../fonts/Gotham/Gotham-Thin.svg#Gotham-Thin") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  font-display: auto;
  src: url("../fonts/Helvetica-Neue/HelveticaNeueRegular.eot");
  src: url("../fonts/Helvetica-Neue/HelveticaNeueRegular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Helvetica-Neue/HelveticaNeueRegular.otf") format("opentype"),
    url("../fonts/Helvetica-Neue/HelveticaNeueRegular.woff") format("woff"),
    url("../fonts/Helvetica-Neue/HelveticaNeueRegular.ttf") format("truetype"),
    url("../fonts/Helvetica-Neue/HelveticaNeueRegular.svg#HelveticaNeueRegular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "icons";
  font-display: auto;
  src: url("../fonts/icons/icons.eot?4c4pxp");
  src: url("../fonts/icons/icons.eot?4c4pxp#iefix") format("embedded-opentype"),
    url("../fonts/icons/icons.ttf?4c4pxp") format("truetype"), url("../fonts/icons/icons.woff?4c4pxp") format("woff"),
    url("../fonts/icons/icons.svg?4c4pxp#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Ultra';
  src: url('../fonts/ultra/Gotham-Ultra.eot');
  src: url('../fonts/ultra/Gotham-Ultra.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ultra/Gotham-Ultra.ttf') format('truetype'),
       url('../fonts/ultra/Gotham-Ultra.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}



html,
body {
  height: 100%;
  color: #232d56;
  font-weight: normal;
  font-family: "Gotham";
}
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
*:focus {
  outline: none;
}
a {
  text-decoration: none;
}
img {
  display: block;
}
.inl {
  display: flex;
}

.background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.btns {
  height: 62px;
  width: 251px;
  background-color: #fdda02;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: 0.35s ease all;
  border: 2px solid #fdda02;
  padding: 0 10px;
}

.btns:hover {
  background-color: #000000;
}

.btns:hover span {
  color: #fdda02;
}

.btns span {
  font-size: 12.5px;
}

.btns.yellow {
  border: 2px solid #fdda02;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

.btns.yellow:hover {
  background-color: #fdda02;
}

.btns.yellow:hover span {
  color: #000000;
}

.btns.yellow span {
  color: #fdda02;
  font-size: 18px;
  font-weight: bold;
  font-family: "Gotham";
  text-align: center;
}

header {
  position: absolute;
  top: 0;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  padding: 16px 4%;
}

header nav {
  align-items: center;
}
header nav p {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

header .icon-tickets {
  font-size: 30px;
  margin-right: 20px;
}
header .icon-tickets::before {
  content: "\e90d";
}
header .icon-tickets:hover {
  color: #fdda02;
}

footer {
  background-color: #111111;
}

footer .carso {
  max-width: 110px;
  width: 100%;
  margin: 0 auto 15px;
}

footer .address {
  max-width: 336px;
  width: 100%;
  margin: auto;
  color: #ffffff;
  font-family: "Gotham";
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
}

footer .email {
  text-decoration: underline;
  color: #fdda02;
  font-family: "Gotham";
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  margin-top: 10px;
}

footer .phone {
  font-family: "Gotham";
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  color: #ffffff;
}

footer .footerContainer {
  max-width: 1441px;
  width: 100%;
  padding: 36px;
  color: #ffffff;
  text-align: center;
  margin: auto;
}

footer .rrss {
  justify-content: center;
}

footer .rrss img {
  width: 15px;
  height: 15px;
  margin: 19px;
}

footer .links {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

footer .links a {
  width: 33%;
}

footer .links p {
  color: #ffffff;
  font-family: "Gotham";
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  margin: 25px 0;
}

footer .restrictions {
  color: #979797;
  font-family: "Gotham";
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
}

section {
  position: relative;
}

section article {
  align-items: center;
  justify-content: center;
}

section #banner .sup,
section #banner .inf {
  max-width: 860px;
  margin: 0 auto;
}

section #banner .sup p:first-child {
  color: #ffffff;
  font-family: "Gotham";
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 50px;
  text-align: center;
}

section #banner .sup p:last-child {
  color: #ffffff;
  font-family: "Gotham";
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 36px;
  text-align: center;
  max-width: 747px;
  margin: 0 auto;
}

section #banner .inf {
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
  margin: auto;
}

section #banner .inf p {
  color: #fdda02;
  font-family: "Gotham";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 0;
  text-align: center;
  position: relative;
}
section #banner .inf p::after {
  content: "";
  height: 72px;
  width: 1px;
  border: 1px solid #fdda02;
  position: absolute;
  left: 0;
  right: 0;
  margin: 35px auto 0;
}

section #banner .btns {
  position: absolute;
  bottom: 4%;
  right: 4%;
}

section #eventos {
  height: auto;
  min-height: 696px;
  background-image: url(../images/home2/fondo_eventos.png);
  flex-direction: column;
}

section #eventos .title {
  margin-bottom: 8%;
}


section #eventos .eventos.contenido h3 {
  font-family: "Gotham", sans-serif;
  font-weight: bold;
  color: white;
  font-size: 35px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
section #eventos .eventos.contenido h3 span {
  color: #fdd900;
}

section #eventos .eventos.contenido .evento {
  max-width: 400px;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  min-height: 400px;
  overflow: hidden;
  position: relative;
  z-index: 4;
  background-color: rgba(39, 19, 60, 0.65);
  margin-left: 75px;
  padding: 30px 20px;
}

section #eventos .eventos.contenido .evento:first-child {
  margin-left: 0;
}
section #eventos .eventos.contenido .evento:hover {
  background-size: 120% !important;
}
section #eventos .eventos.contenido .evento:hover:before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="5" /></filter></svg>#filter');
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
section #eventos .eventos.contenido .evento:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: 100%;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.5s ease-out, -webkit-filter 0.5s ease-in;
  transition: -webkit-transform 0.5s ease-out, -webkit-filter 0.5s ease-in;
  transition: transform 0.5s ease-out, filter 0.5s ease-in;
  transition: transform 0.5s ease-out, filter 0.5s ease-in, -webkit-transform 0.5s ease-out, -webkit-filter 0.5s ease-in;
}
section #eventos .eventos.contenido .evento:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: 100%;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  background-color: rgba(39, 19, 60, 0.65);
}

.icon-fb:before {
  content: "\e908";
}
.icon-tw:before {
  content: "\e90e";
}

#conditions,
#segurity, #terms, #terms-tours, #terms-parque {
  max-width: 750px;
  max-height: 85%;
  padding: 35px;
  top: 0 !important;
  background-color: black;
}

#conditions h6,
#segurity h6, #terms h6, #terms-tours h6, #terms-parque h6 {
  text-align: center;
  font-size: 14px;
  color: white;
}
#conditions p,
#segurity p, #terms p, #terms-tours p, #terms-parque p {
  font-size: 14px;
  color: white;
  margin: 10px 0 55px 0;
}

.modal {
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12),
    0 11px 15px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12),
    0 11px 15px -7px rgba(0, 0, 0, 0.2);

  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;

  border-radius: 2px;
  will-change: top, opacity;
}

#conditions .modal-close img,
#segurity .modal-close img, #terms  .modal-close img {
  width: 25px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none !important;
  will-change: opacity;
}

.modal .modal-content {
  padding: 0;
}

#conditions .modal-close,
#segurity .modal-close, #terms .modal-close {
  font-size: 25px;
  text-decoration: none;
  color: #fdd900;
  position: fixed;
  top: 10px;
  right: 15px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

#conditions h6,
#segurity h6, #terms h6 {
  margin-bottom: 6.5%;
  color: white;
  font-size: 18px;
  text-align: center;
}

.modal a.close-modal {
  width: 50px !important;
  height: 50px !important;
  top: 0 !important;
  right: 0 !important;
  background-size: 50% !important;
  background-image: url(../images/cancel.svg) !important;
}
