@font-face {
  font-family: 'Roboto';
  font-style: normal;
  src: url('./Roboto-Regular.ttf') format('truetype');
}
body {
  background-image: url(img/fondo-telcel-landing.png);
  margin: 0;
  padding: 0;
  background-size: cover; 
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  font-family: Roboto;
}
.page {
  display: flex;
  margin: 3% 5% 0 5%; 
  justify-content: space-around;
}
.container-title-img{
  width: 90%;
  max-width: 709px;
  margin: 10px 10px 0 10px;
}
.title-img{
  width: 100%;
}
.container-premio-img{
  width: 90%;
  margin: 0 0 30px 30px;
  position: relative;
  left: -40px;
}
.premio-img{
  width: 100%;
}
.logos {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.boton-dudas {
    padding: 20px 10px;
}

.boton-dudas img {
  width: 55%;
}

.info {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.container-logo-img{
  margin: 10px 40px 20px 10px;
}
.logo-img{
  width: 100%;
}
.container-qr-img{
  width: 80%;
  margin: 3% auto;
}
.qr-img{
  width: 100%;
}
.container-pasos-img{
  width: 60%;
  margin: 0 20px;
}
.pasos-img{
  width: 100%;
}
.pasos{
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
.text-footer-link{
  font-size: 14px;
  text-decoration: underline;
  color: white;
  position: relative;
  left: -40px;
}
.text-links{
  font-size: 14px;
  text-decoration: underline;
  color: white;
}
.btn-ganadores{
  background-color: #61cdf6;
  color: #68191E;
  font-size: 20px;
  font-weight: 700;
  padding: 15px;
  border: 0;
  border-radius: 15px;
  cursor: pointer;
}
.footer-links{
  margin: 50px 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.link-movil{
  display: none;
}

.vigencia-footer {
      color:white;
      text-decoration:none;
      text-align: left;
      margin: 0 5% 30px 5%;
}
.vigencia-footer p {
  margin: 0 !important;
}

@media(min-width:1720px){
  .text-footer-link{
    font-size: 16px;
  }
  .text-links{
    font-size: 16px;
  }
  .btn-ganadores{
    font-size: 26px;
  }
}
@media(max-width:830px){
  .page {
    display: flex;
    margin: 2% 10px;
    justify-content: center;
    align-items: center;
  }
  .container-premio-img{
    width: 90%;
    margin: 20px 0 30px 20px;
    position: relative;
    left: -20px;
  }
  .text-footer-link{
    font-size: 14px;
    text-decoration: underline;
    color: white;
    position: relative;
    left: 0px;
    text-align: center;
  }
  .container-logo-img{
    width: 90%;
    margin: 3% auto;
  }
  .container-pasos-img{
    width: 40%;
    gap: 30px;
    margin: 10px 0px;
  }
  .pasos{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .text-links{
    font-size: 14px;
    text-decoration: underline;
    color: white;
  }
  .btn-ganadores{
    background-color: #ec008c;
    color: #68191E;
    padding: 10px;
    border: 0;
  }
  .footer-links{
    margin: 20px 0 15px;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    gap: 20px;
    justify-content: space-between;
  }
}
@media(max-width:500px){
  body {
    background-position: calc(50%) center;
  }
  .page {
    display: flex;
    margin: 20px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .vigencia-footer {
      text-align: center;
    margin: 20px 10px 50px 10px;
}
  .container-title-img{
    width: 90%;
    margin: 0 auto;
  }
  .container-premio-img{
    width: 100%;
    margin: 0 0 0 10px;
    position: relative;
    left: -10px;
  }
  .logos {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .info {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .container-logo-img{
    width: 100%;
    margin: -40px auto -20px;
  }
  .container-qr-img{
    width: 100%;
    margin: 3% auto;
  }
  .container-pasos-img{
    width: 45%;
    gap: 20px;
    margin: 10px 0px;
  }
  .pasos{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .text-footer-link{
    display: none;
  }
  .text-links{
    font-size: 14px;
    text-decoration: underline;
    color: white;
  }
  .btn-ganadores{
    background-color: #ffcf49;
    color: #1f3e7c;
    font-size: 20px;
    font-weight: 800;
    padding: 10px;
    border: 0;
width:100%
  }
  .footer-links{
    margin: 10px 0 15px;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    gap: 40px;
    justify-content: space-between;
  }
  .text-links {
    display: block;
    text-align: center;
  }

  .boton-dudas {
    text-align:center;
  }

  .boton-dudas img {
    width: 80%;
  }
}