* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.nowrap {
  white-space: nowrap;
}

body {
  max-width: 100%;
  width: 1024px;
  margin: 0 auto;
  background-color: black;
}

.none {
  display: none !important;
}

#edad {
  background: url("../img/age-gate-bg-min.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
}
#edad .caja-edad {
  width: 600px;
  padding: 2em;
  background: black;
  text-align: center;
  max-width: 100%;
}
#edad .caja-edad .edad-logo {
  width: 165px;
  margin: auto;
}
#edad .caja-edad .edad-txt {
  color: white;
  font-size: 30px;
  font-weight: 500;
  padding: 1em;
}
#edad .caja-edad .edad-input {
  max-width: 90%;
  margin: auto;
}

.container {
  max-width: 100%;
  width: 1024px;
  margin: 0 auto;
  color: white;
}

.header {
  background: black;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.caja1 {
  position: relative;
  overflow: hidden;
  background-color: black;
}

.caja2 {
  padding: 40px 0 34px;
}

.caja3 {
  color: white;
  font-size: 30px;
  text-align: center;
  line-height: 1em;
}
.caja3 .img-texto {
  width: 390px;
  margin: auto;
  max-width: 90%;
}

.caja5 {
  padding: 15px 0;
}

.caja7 {
  padding: 2em 0;
}

.fondo2 {
  background-image: url("../img/fondo4.jpg");
  background-size: 100%;
  background-size: 480px;
  background-repeat: no-repeat;
  background-position: center 280px;
}

.menu-footer {
  font-size: 12px;
  padding: 2em 0.5em 1em;
  display: flex;
  color: white;
  flex-wrap: wrap;
}
.menu-footer a {
  color: inherit;
  padding: 1em;
  width: 33%;
  text-align: center;
  text-decoration: none;
  min-width: 154px;
}
@media only screen and (max-width: 480px) {
  .menu-footer a {
    width: 100%;
  }
}

.boton1 {
  margin: auto;
  width: 390px;
  max-width: 90%;
  background: black;
  box-shadow: 0 0 15px 10px #E2C2E3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: white;
  padding: 13px;
}
.boton1 .txt1 {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 7px;
  padding-left: 7px;
}
.boton1 .txt2 {
  font-size: 13px;
  font-weight: 500;
}

form {
  padding: 20px 0;
  width: 390px;
  max-width: 90%;
  margin: auto;
}

.inputfield {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 0.9em;
  font-size: 17px;
  margin-top: 0.7em;
}

input[type=text],
input[type=number],
input[type=date],
input[type=email] {
  background: white;
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  height: 3em;
  overflow: hidden;
  position: relative;
}
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
input[type=email]::placeholder {
  color: black;
}

input[type=date].no-placeholder:after {
  display: none;
}

input[type=date]:after {
  content: "Fecha de nacimiento";
  color: black;
  position: absolute;
  background: inherit;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  padding-left: 1em;
}

#gracias {
  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  width: 480px;
  margin: auto;
  padding: 4em 0;
  max-width: 90%;
}

.isValid {
  background-position: center 0 !important;
}
.isValid #form {
  display: none;
}
.isValid #gracias {
  display: flex;
}

#caja-participa.isValid {
  opacity: 0;
  pointer-events: none;
}

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  margin: auto;
  opacity: 0.5;
}
@media only screen and (max-width: 470px) {
  #myVideo {
    height: 100%;
    width: auto;
  }
}

.video-content1 {
  position: absolute;
  position: relative;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
  padding-top: 28px;
}
.video-content1 .video-logo {
  width: 328px;
  margin: auto;
  max-width: 90%;
}

.header1 {
  font-family: "Poppins", SansSerif;
  font-size: 38px;
  text-align: center;
  font-weight: 700;
}

.subheader {
  font-family: "Poppins", SansSerif;
  font-size: 28px;
  text-align: center;
  font-weight: 700;
}

/* --------------------- CUSTOM CHECKBOX ---------------------*/
.checkmark {
  height: 1.3em;
  width: 1.3em;
  border: 1px solid white;
  position: relative;
  margin: 0.5em auto;
  box-shadow: 0 2px 3px black;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 0.4em;
  left: 0.4em;
  width: 0.6em;
  height: 0.6em;
  background-color: pink;
}

/* --------------------- CUSTOM CHECKBOX ---------------------*/
/* --------------------- CUSTOM CHECKBOX ---------------------*/
input[type=checkbox] {
  display: none;
}

.checkbox {
  position: relative;
  padding: 0.7em 0;
  padding-left: 2.5em;
  display: block;
  margin: 0;
  font-size: 12px;
}
.checkbox .checkmark {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.checkbox a {
  color: inherit;
  font-weight: 700;
}

input[type=checkbox]:hover ~ .checkmark {
  background-color: #2F2F2F;
}

input[type=checkbox]:checked ~ .checkmark {
  background-color: #2F2F2F;
}

input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}

.checkbox .checkmark:after {
  top: 0em;
  left: 0.3em;
  width: 0.3em;
  height: 0.6em;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 4px solid white;
  border-right: 3px solid white;
  transform: rotate(38deg);
}

/* --------------------- CUSTOM CHECKBOX ---------------------*/
.errorBox {
  display: none;
  text-align: center;
  padding: 0.4em;
  width: 100%;
  font-size: 13px;
  padding: 0.2em 1em;
  font-size: 0.9em;
  background-color: #F7E0E0;
}

.error .errorBox {
  display: block !important;
  color: red;
  border: 1px solid red !important;
  border-top-color: transparent !important;
}

.error input {
  border: 1px solid red !important;
  background-color: #F7E0E0;
}

.bases-legales {
  padding: 2em;
  font-weight: 400;
}
.bases-legales h1 {
  font-weight: 700;
  margin-bottom: 0.5em;
}
.bases-legales h2 {
  font-weight: 700;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.bases-legales h3 {
  font-style: italic;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.bases-legales p {
  margin-bottom: 1em;
}
.bases-legales ul {
  padding-left: 1.5em;
  padding-bottom: 1em;
}
.bases-legales ul li {
  margin-bottom: 0.5em;
}
.bases-legales a {
  color: inherit;
  font-weight: 700;
}

/*# sourceMappingURL=styles.css.map */
