@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;700;800;900&display=swap");
@font-face {
  font-family: codec;
  src: url(font/Codec-Warm-ExtraBold-trial.ttf);
  font-weight: bold;
}
@font-face {
  font-family: codec-regular;
  src: url(font/Codec-Warm-Regular-trial.ttf);
  font-weight: 100;
}
.codec-font {
  font-family: codec;
}

body {
  background-color: #006ba2;
  font-family: "Montserrat", sans-serif;
  /* background-image: url(../img/bg-iqf.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
}

.bg-premio {
  text-align: center;
}
.logo-sp {
  margin: 0 auto;
  max-width: 230px !important;
  padding: 30px;
}
.titulo-logo {
  text-align: center;
}
.titulo-logo img {
  max-width: 300px;
  width: 100%;
}
.bajada {
  text-align: center;
}

h1 {
  color: white;
  font-size: 35px;
  font-weight: bolder;
  text-align: center;
}
h4 {
  font-size: clamp(1.25rem, 2vw + 0.5rem, 3.75rem);
}
.bajada span {
  color: white;
  font-size: 15px;
  text-align: center;
}
.formulario {
  max-width: 500px;
  margin: 0 auto;
  padding-top: 30px;
  font-family: "Montserrat", sans-serif;
}
input[type=file], /* FF, IE7+, chrome (except button) */
input[type=file]::-webkit-file-upload-button {
  /* chromes and blink button */
  cursor: pointer;
}
#foto_producto,
#foto_boleta,
#foto_producto span,
#foto_boleta span {
  cursor: pointer;
}
.formulario input[type="text"],
.formulario input[type="email"],
select {
  width: 100%;
  padding: 12px 20px;
  margin: 5px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 5px;
}
label {
  width: 100%;
}

.boton {
  color: white;
  background-color: #001e44;
  /* padding: 5px; */
  font-size: 15px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  cursor: pointer;
}
.boton:hover {
  background-color: #1c4392;
}

.box-codigo-producto {
  position: relative;
}

.btn-modal a {
  color: #fff;
  text-decoration: none;
  &:hover {
    color: #feda01;
  }
}

.mostrarCodigo {
  opacity: 1;
}

.modalMostrarCodigo {
  & .modal-body {
    & p {
      color: #fff;
    }
  }
}

.btn-modal img {
  width: 20px;
  margin-right: 10px;
}

.politicas-link {
  color: #fff;
}
.politicas-link:hover {
  color: yellow;
}

.bases_legales {
  max-width: 300px;
  margin: 20px auto;
  font-size: 20px;
}
.bases_legales a {
  text-decoration: none;
  color: #fafaf5;
}

.formulario .contenedor-boton-participar {
  max-width: 200px;
  margin: 0 auto;
}
.formulario .terminosycondiciones {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
}

.formulario .terminosycondiciones a {
  color: white;
}

.formulario .contenedor-cb {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
}
/* OTROS */

.pr-0 {
  padding-right: 15px !important;
}
.pd-0 {
  padding-left: 15px !important;
}

.hidden {
  display: none !important;
}

.file_upload {
  opacity: 0;

  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  /* IE 5-7 */
  filter: alpha(opacity=0);

  /* Netscape or and older firefox browsers */
  -moz-opacity: 0;

  /* older Safari browsers */
  -khtml-opacity: 0;

  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.error {
  border: solid 2px red !important;
}

.texto-ayuda p {
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
  font-size: 0.75rem;
}

@media (min-width: 800px) {
  .info_bases_legales_mobile {
    display: none;
  }
}

@media (max-width: 800px) {
  .boton span {
    font-size: 11px;
  }
  body {
    background-image: url(../img/bg_mobile.jpg);
  }
  .info_bases_legales {
    display: none;
  }
  .footer .redes {
    max-width: 100% !important;
    margin: 0 auto;
    width: 100%;
  }
  .footer section {
    padding: 0px !important;
  }
  .linea-vertical {
    border-right: none !important;
  }
  .compra {
    font-size: 25px;
  }
}

.footer a {
  color: white;
  text-decoration: none;
}
h3 {
  font-size: 20px !important;
  font-weight: bold;
  text-align: center;
  color: white;
  padding-top: 20px;
}
.footer {
  padding-top: 80px;
  color: white;
}
.footer .redes {
  max-width: 600px;
  margin: 0 auto;
}
.footer .redes {
  font-size: 20px;
}
.linea-vertical {
  border-right: 2px solid white;
  height: 32px;
  margin: 0 auto;
}
.footer .legal {
  font-size: 13px;
}

label:has(:focus:invalid) {
  color: tomato;
}
label:has(:focus:valid) {
  color: yellow;
}

label:has(:focus-visible:invalid) input {
  outline-color: pink;
}

label:has(:focus-visible:valid) input {
  outline-color: green;
}

.icon {
  display: none;
}

label:has(:focus:invalid) .icon-cancel,
label:has(:focus:valid) .icon-check {
  display: flex;
  align-items: center;
}

.texto__codigo {
  /* background-color: #f8ae14; */
  border-radius: 20px;
  border: 1px solid #f8ae14;
}
.texto__codigo p {
  margin: 0;
  font-size: clamp(0.688rem, 2vw - 0.5rem, 1rem);
}

.texto__codigo--modal {
  border: none;
}
.texto__codigo--modal p {
  font-size: clamp(0.625rem, 2vw - 0.5rem, 0.875rem);
  color: #fff;
}
