@font-face {
  font-family: "interregular";
  src: url("fonts/inter-variablefont_slntwght-webfont.woff2") format("woff2"), url("fonts/inter-variablefont_slntwght-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter-Bold";
  src: url("fonts/Inter-Bold.eot");
  src: url("fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Inter-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter-Medium";
  src: url("fonts/Inter-Medium.eot");
  src: url("fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Inter-Medium.woff2") format("woff2");
}
body {
  background: url(../assets/images/fondo.png) no-repeat;
  background-size: cover;
  font-family: "interregular";
  position: relative;
  color: white;
  font-size: 20px;
  margin: 0;
  padding: 0;
  background-attachment: fixed;
}

.solapa {
  clip-path: polygon(100% 0, 100% 51%, 100% 100%, 100% 100%, 84% 47%, 53% 0);
  background-color: white;
  position: absolute;
  right: 0;
  top: 0;
  height: 90vh;
  width: 30vw;
}
@media (max-width: 575.98px) {
  .solapa {
    clip-path: polygon(100% 0, 100% 67%, 100% 100%, 101% 47%, 89% 21%, 6% 0);
  }
}

.pc {
  position: absolute;
  right: 1.5vw;
  top: 3vh;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .pc {
    right: 2vw;
    top: 2vh;
  }
}
@media (max-width: 575.98px) {
  .pc img {
    max-width: 50px;
  }
}

.container {
  width: 90%;
  max-width: 1200px;
  height: calc(100vh - 40px);
  margin: auto;
  padding: 20px;
  position: relative;
}
.container .logo {
  position: absolute;
  left: 0;
}
@media (max-width: 1400px) {
  .container .logo {
    position: relative;
  }
}
@media (max-width: 575.98px) {
  .container .logo img {
    max-width: 150px;
  }
}

h2 {
  font-size: min(max(3.33vw, 20px), 40px);
  text-align: left;
  font-weight: 800;
  font-family: "Inter-Bold";
  max-width: 420px;
}
h2 span {
  font-family: "interregular";
  font-weight: 300;
}

img.foto {
  width: 25%;
  max-width: 450px;
  right: 5%;
  bottom: 0;
  position: fixed;
}

img#ella {
  width: 25%;
  max-width: 300px;
  left: 7%;
  bottom: 0;
  position: fixed;
}

#pantalla-inicial {
  width: 50%;
  max-width: 600px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  top: 55%;
  left: 7%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  #pantalla-inicial {
    width: 65%;
  }
}
#pantalla-inicial .titulo {
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.98px) {
  #pantalla-inicial .titulo {
    padding: 10px 0;
  }
}
#pantalla-inicial .titulo::before {
  content: "";
  width: 100vw;
  height: 100%;
  right: 0;
  top: 0;
  border: 1px solid white;
  position: absolute;
  z-index: 0;
}
#pantalla-inicial .titulo h1 {
  font-size: min(max(5.83vw, 40px), 70px);
}
#pantalla-inicial .titulo h1 span {
  font-size: min(max(4.16vw, 30px), 50px);
}
@media (max-width: 767.98px) {
  #pantalla-inicial .titulo h1 {
    margin-right: 20px;
  }
}
#pantalla-inicial .titulo img {
  width: 40%;
  max-width: 310px;
  margin: -10px 0;
  margin-right: -15%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  #pantalla-inicial .titulo img {
    margin: -15px 0;
    width: 45%;
  }
}
#pantalla-inicial .btn {
  width: 40%;
  max-width: 250px;
}

.titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.titulo h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  white-space: nowrap;
  font-size: min(max(5vw, 40px), 60px);
  font-family: "Inter-Bold";
  margin: 0;
  padding: 0;
}
.titulo h1 span {
  font-size: min(max(3.33vw, 20px), 40px);
  font-family: "interregular";
}
.titulo img {
  width: 30%;
  max-width: 200px;
  position: relative;
  z-index: 1;
}

.btn {
  background-color: #EE2724;
  font-size: min(max(2.5vw, 20px), 30px);
  font-family: "Inter-Bold";
  padding: 4% 8%;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  border-radius: 0;
  border: 1px solid white;
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .btn {
    padding: 10px 20px;
  }
}
.btn:hover {
  background-color: #F78F1E;
}
.btn:hover img {
  width: 8%;
}
.btn img {
  width: 6%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .btn img {
    width: 10px;
  }
}

#overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  display: none;
}

.oculto {
  display: none;
}

input[type=text],
select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.button:disabled {
  opacity: 0.5;
  cursor: no-drop;
}

.swal2-popup .swal2-styled.swal2-confirm,
.swal-button {
  padding: 7px 19px;
  border-radius: 2px;
  background-color: #455a64;
  font-size: 12px;
  border: 1px solid #455a64;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

#bl-ruleta {
  margin: 20px auto;
  text-align: center;
  position: relative;
}
#bl-ruleta .titulo {
  position: absolute;
  left: -20px;
  top: 10%;
  width: 25%;
  max-width: 300px;
}
@media (max-width: 767.98px) {
  #bl-ruleta .titulo {
    position: relative;
    left: auto;
    top: 0;
    width: 70%;
    margin: auto;
    line-height: 1.3;
  }
}
#bl-ruleta .titulo h2 {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  #bl-ruleta .titulo h2 {
    text-align: center;
  }
}
#bl-ruleta .wheel-standard {
  background: #D9D9D9 url(../assets/images/logo-descubre.png) center center no-repeat;
  background-size: 18%;
  border-radius: 100%;
}
@media (max-width: 767.98px) {
  #bl-ruleta .sWheel-wrapper, #bl-ruleta .wheel-standard {
    width: 85vw !important;
    height: 85vw !important;
  }
}
#bl-ruleta .btn {
  margin: 40px auto !important;
  max-width: none;
}

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.9);
}

.swal2-popup.swal2-modal.swal2-show {
  background-color: transparent;
}

.swal2-icon.swal2-info.swal2-animate-info-icon,
.swal2-icon.swal2-success.swal2-animate-success-icon,
.swal2-icon.swal2-error.swal2-animate-error-icon {
  width: 100%;
  border: none;
  border-radius: 0;
  height: 100px;
  position: absolute;
}

.swal2-icon.swal2-info.swal2-animate-info-icon *,
.swal2-icon.swal2-success.swal2-animate-success-icon *,
.swal2-icon.swal2-error.swal2-animate-error-icon * {
  display: none;
}

.swal2-icon.swal2-success.swal2-animate-success-icon::before,
.swal2-icon.swal2-success.swal2-animate-success-icon::after,
.swal2-icon.swal2-info.swal2-animate-info-icon::before,
.swal2-icon.swal2-error.swal2-animate-error-icon::before {
  background-size: contain;
  background-repeat: no-repeat;
  width: 10rem;
  height: 12rem;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 4;
}
@media (max-width: 767.98px) {
  .swal2-icon.swal2-success.swal2-animate-success-icon::before,
  .swal2-icon.swal2-success.swal2-animate-success-icon::after,
  .swal2-icon.swal2-info.swal2-animate-info-icon::before,
  .swal2-icon.swal2-error.swal2-animate-error-icon::before {
    width: 6rem;
    height: 8rem;
  }
}

.swal2-icon.swal2-success.swal2-animate-success-icon::before {
  background-image: url(../assets/images/iconos/globo2.svg);
  left: 50px;
  top: 0%;
}
@media (max-width: 767.98px) {
  .swal2-icon.swal2-success.swal2-animate-success-icon::before {
    left: 30px;
  }
}

.swal2-icon.swal2-success.swal2-animate-success-icon::after {
  background-image: url(../assets/images/iconos/globo1.svg);
  right: 2%;
  top: 0;
  z-index: 8;
}
@media (max-width: 767.98px) {
  .swal2-icon.swal2-success.swal2-animate-success-icon::after {
    right: 5%;
  }
}

.swal2-icon.swal2-info.swal2-animate-info-icon::before,
.swal2-icon.swal2-error.swal2-animate-error-icon::before {
  background-image: url(../assets/images/iconos/ella.png);
  left: 5%;
}

.swal2-popup .swal2-title {
  color: #EE2724;
  background-color: white;
  padding: 4px 10px;
  border-radius: 10px;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  margin-bottom: 25px;
}
@media (max-width: 575.98px) {
  .swal2-popup .swal2-title {
    max-width: 200px;
    font-size: 22px;
  }
}

#swal2-content {
  color: white;
  margin-left: 40px;
}

.swal2-popup .swal2-styled.swal2-confirm {
  background-color: #EE2724;
  padding: 15px 20px;
  font-size: 16px;
  border: 1px solid white !important;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 180px;
}
@media (max-width: 575.98px) {
  .swal2-popup .swal2-styled.swal2-confirm {
    margin-top: 110px;
  }
}

.sWheel-marker img {
  width: 100%;
}

button {
  cursor: pointer;
}