* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "Gotham-Light";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/Gotham-Light.eot);
  src: url(../fonts/Gotham-Light.woff2) format("woff2"),
    url(../fonts/Gotham-Light.woff) format("woff"),
    url(../fonts/Gotham-Light.ttf) format("truetype"),
    url(../fonts/Gotham-Light.svg#GothamPro) format("svg"),
    url(../fonts/Gotham-Light.eot?#iefix) format("embedded-opentype");
}

@font-face {
  font-family: "Gotham-Book";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/Gotham-Book.eot);
  src: url(../fonts/Gotham-Book.woff2) format("woff2"),
    url(../fonts/Gotham-Book.woff) format("woff"),
    url(../fonts/Gotham-Book.ttf) format("truetype"),
    url(../fonts/Gotham-Book.svg#GothamPro) format("svg"),
    url(../fonts/Gotham-Book.eot?#iefix) format("embedded-opentype");
}

@font-face {
  font-family: "Gotham-Bold";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/Gotham-Bold.eot);
  src: url(../fonts/Gotham-Bold.woff2) format("woff2"),
    url(../fonts/Gotham-Bold.woff) format("woff"),
    url(../fonts/Gotham-Bold.ttf) format("truetype"),
    url(../fonts/Gotham-Bold.svg#GothamPro) format("svg"),
    url(../fonts/Gotham-Bold.eot?#iefix) format("embedded-opentype");
}

body {
  background: #ffffff;
}

.menu {
  width: 100%;
  height: 100px;
  background-color: #282828;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.menu a {
  display: inline-block;
  margin: 10px;
  width: 400px;
  height: 80px;
  text-indent: -9999px;
  background: url(../img/logo_park_solo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.hero-banner {
  width: 100%;
  height: 900px;
  background: url(../img/hero-banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-border {
  width: 98%;
  height: 95%;
  margin: 0 auto;
  border: 4px solid #8b0061;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.hero-elements {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 100px;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.sgp {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background: url(../img/logo-sgp.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.pipe {
  width: 1px;
  height: 150px;
  margin: 0 auto;
  background: url(../img/pipe.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 2px 2px 8px #0000008b;
}

h1 {
  font-family: "Gotham-Bold";
  font-size: 35px;
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  text-shadow: 2px 2px 8px #0000005b;
}

h1 > span {
  font-family: "Gotham-Light";
  font-size: 39px;
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  background-color: #bba72d;
  padding: 15px 20px;
}

.form {
  width: 1200px;
  max-width: 90%;
  margin: 50px auto;
}

.form > p {
  font-family: "Gotham-Book";
  font-size: 26px;
  text-align: justify;
  color: #545454;
  line-height: 110%;
  width: 90%;
  max-width: 800px;
  margin: 0 auto 50px;
}

.form-data {
  font-family: "Gotham-Book";
  display: block;
  width: 90%;
  max-width: 800px;
  height: 50px;
  margin: 20px auto;
  font-size: 16px;
  background-color: #ffffff;
  color: #545454;
  padding: 8px 16px;
  border: 1px solid #d5d5d5;
}

.custom-select {
  position: relative;
  width: 90%;
  max-width: 800px;
  height: 50px;
  margin: 20px auto;
}

.custom-select select {
  font-family: "Gotham-Book";
  font-size: 16px;
  color: #757575;
  padding: 8px;
  width: 100%;
}

.custom-select select {
  display: none;
}

.select-selected {
  background-color: #ffffff;
}

.select-selected:after {
  position: absolute;
  content: "▼";
  top: 15px;
  right: 20px;
  width: 10px;
  height: 10px;
}

.select-selected .select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

.select-items div,
.select-selected {
  font-family: "Gotham-Book";
  font-size: 16px;
  color: #757575;
  height: 50px;
  padding: 18px 16px;
  background-color: #ffffff;
  border: 1px solid #d5d5d5;
  cursor: pointer;
}

.select-items {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.legales {
  width: 90%;
  max-width: 600px;
  margin: 30px auto 0px;
}

.legales > label {
  font-family: "Gotham-Light";
  font-size: 15px;
  color: #757575;
  text-align: left;
}

.cta-cont {
  width: 100%;
  max-width: 300px;
  /* max-width: fit-content; */
  height: auto;
  margin: 20px auto 0px;
}

.cta-cont > a {
  font-family: "Gotham-Light";
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  background-color: #bba72d;
  padding: 20px 30px;
  border-radius: 50px;
  text-decoration: none;
}

#enviar {
  position: inherit;
  width: 35%;
  font-family: "Gotham-Light";
  font-size: 17px;
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  background-color: #bba72d;
  padding: 10px 15px;
  border-radius: 10px;
  text-decoration: none;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

@media screen and (max-width: 320px) {
  img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
  }

  #enviar {
    width: 65%;
    font-family: "Gotham-Light";
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    background-color: #bba72d;
    border-radius: 5px;
    text-decoration: none;
  }
}

footer {
  background-color: #2f2f2f;
  /* position: absolute; */
  /* bottom: 0; */
  width: 100%;
}

.footer-cont {
  width: 90%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 20px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-around;
  align-items: center;
}

.footer-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.footer-logos li {
  list-style-type: none;
}

.footer-logos li a {
  display: inline-block;
  margin: 10px;
  width: 150px;
  height: 80px;
  text-indent: -9999px;
}

.footer-logos li:nth-child(1) {
  width: 150px;
  height: 80px;
  background: url(../img/footer-esr.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.footer-logos li:nth-child(2) {
  width: 100px;
  height: 80px;
  text-indent: -9999px;
  background: url(../img/footer-ecpat.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.footer-logos li:nth-child(3) {
  width: 100px;
  height: 80px;
  text-indent: -9999px;
  background: url(../img/footer-code.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.footer-logos li:nth-child(4) {
  width: 140px;
  height: 80px;
  text-indent: -9999px;
  background: url(../img/footer-safe-travels.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.footer-sm {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.footer-sm li {
  list-style-type: none;
  margin: 10px;
}

.footer-sm li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
}

.footer-sm li:nth-child(1) {
  background: url(../img/footer-sm-twitter.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.footer-sm li:nth-child(2) {
  background: url(../img/footer-sm-facebook.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.footer-sm li:nth-child(3) {
  background: url(../img/footer-sm-youtube.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.footer-sm li:nth-child(4) {
  background: url(../img/footer-sm-instagram.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.footer-sm li:nth-child(5) {
  background: url(../img/footer-sm-trip-advisor.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.footer-text {
  width: 90%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.footer-text li {
  list-style-type: none;
  margin: 10px;
  color: #ffffff;
  font-family: "Gotham-Light";
  font-size: 12px;
  text-align: center;
}

.footer-text li a {
  text-decoration: none;
  color: #ffffff;
  border-bottom: #ffffff 1px solid;
}

#modal-thanks {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

.modalDialog {
  overflow-y: scroll;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 15;
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
  pointer-events: none;
}

.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}

.modal-info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.thanks {
  width: 90%;
  max-width: 550px;
  height: auto;
  margin: 0px auto 30px;
}

.thanks > p {
  font-family: "Gotham-Light";
  color: #ffffff;
  font-size: 25px;
  margin: 0 auto;
  text-align: center;
}

.thanks-bold {
  font-family: "Gotham-Bold";
  font-size: 30px;
}

.container-close {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.close {
  font-family: "Gotham-Light";
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
  background-color: #bba72d;
  padding: 10px 20px;
  border-radius: 50px;
}

@media only screen and (max-width: 1300px) {
  .hero-banner {
    height: 900px;
  }
  .sgp {
    margin: 0;
  }
  .pipe {
    margin: 0px 10px;
  }
  h1 {
    margin: 0;
    font-size: 28px;
  }
  h1 > span {
    font-size: 31px;
    padding: 12px 18px;
  }
}

@media only screen and (max-width: 1200px) {
  .hero-elements {
    margin: 0 auto 50px;
  }
  .hero-banner {
    height: 800px;
  }
  /* h1 {
        margin: 0;
        font-size: 30px;
    } */
  /* h1>span {
        font-size: 23px;
        padding: 7px 10px;
    } */
}

@media only screen and (max-width: 1000px) {
  .form > p {
    font-size: 24px;
  }
  .footer-cont {
    display: flex;
    flex-direction: column;
  }
  .footer-sm {
    margin: 30px auto 0px;
  }
  .footer-logos li:nth-child(1) {
    width: 120px;
    height: 80px;
    background: url(../img/footer-esr.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .footer-logos li:nth-child(2) {
    width: 100px;
    height: 70px;
    text-indent: -9999px;
    background: url(../img/footer-ecpat.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .footer-logos li:nth-child(3) {
    width: 100px;
    height: 70px;
    text-indent: -9999px;
    background: url(../img/footer-code.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .footer-logos li:nth-child(4) {
    width: 140px;
    height: 70px;
    text-indent: -9999px;
    background: url(../img/footer-safe-travels.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

@media only screen and (max-width: 860px) {
  .form > p {
    font-size: 22px;
  }
  .hero-elements {
    width: 100%;
    margin: 0 auto 30px;
  }
  .hero-banner {
    height: 700px;
  }
  .sgp {
    width: 120px;
  }
  .pipe {
    height: 120px;
  }
}

@media only screen and (max-width: 800px) {
  .hero-elements {
    width: 100%;
    margin: 0 auto 20px;
  }
  .hero-banner {
    height: 500px;
  }
  .sgp {
    width: 100px;
  }
  .pipe {
    height: 100px;
  }
  h1 {
    margin: 0;
    font-size: 24px;
  }
  h1 > span {
    font-size: 26px;
    padding: 10px 15px;
  }
  .form > p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 700px) {
  .hero-border {
    border: 2px solid #8b0061;
    border-radius: 20px;
  }
  .hero-banner {
    height: 400px;
  }
  .form > p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 670px) {
  .hero-border {
    border: 3px solid #8b0061;
  }
  .hero-elements {
    display: flex;
    flex-direction: column;
  }
  .sgp {
    height: 110px;
  }
  .pipe {
    display: none;
  }
}

@media only screen and (max-width: 550px) {
  h1 {
    font-size: 20px;
  }
  h1 > span {
    font-size: 22px;
    padding: 10px 16px;
  }
  .footer-logos li:nth-child(1) {
    width: 110px;
    height: 80px;
    background: url(../img/footer-esr.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .footer-logos li:nth-child(2) {
    width: 100px;
    height: 60px;
    text-indent: -9999px;
    background: url(../img/footer-ecpat.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .footer-logos li:nth-child(3) {
    width: 100px;
    height: 60px;
    text-indent: -9999px;
    background: url(../img/footer-code.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .footer-logos li:nth-child(4) {
    width: 140px;
    height: 60px;
    text-indent: -9999px;
    background: url(../img/footer-safe-travels.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .footer-sm {
    margin: 10px auto 0px;
  }
  .footer-sm li a {
    width: 35px;
    height: 35px;
    text-indent: -9999px;
  }
}

@media only screen and (max-width: 500px) {
  .footer-logos li:nth-child(1) {
    width: 110px;
    height: 80px;
    background: url(../img/footer-esr.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .footer-logos li:nth-child(2) {
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    background: url(../img/footer-ecpat.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .footer-logos li:nth-child(3) {
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    background: url(../img/footer-code.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .footer-logos li:nth-child(4) {
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    background: url(../img/footer-safe-travels.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

@media only screen and (max-width: 450px) {
  .sgp {
    width: 80px;
    height: 80px;
    margin: 5px;
  }
  h1 {
    font-size: 17px;
  }
  h1 > span {
    font-size: 18px;
    padding: 6px 14px;
  }
}

@media only screen and (max-width: 400px) {
  .hero-banner {
    height: 300px;
  }
  .sgp {
    width: 60px;
    height: 60px;
    margin: 5px;
  }
  h1 {
    font-size: 15px;
  }
  h1 > span {
    font-size: 16px;
    padding: 4px 9px;
  }
}

@media only screen and (max-width: 350px) {
  h1 {
    font-size: 14px;
  }
  h1 > span {
    font-size: 15px;
    padding: 4px 9px;
  }
}
