@charset "UTF-8";
/* Variables */
/* Fuentes */
@font-face {
  font-family: MrEavesRegular;
  src: url(fuentes/Emigre-MrEavesXLSanNarOT-Reg.otf); }
@font-face {
  font-family: MrEavesBold;
  src: url(fuentes/Emigre-MrEavesXLSanNarOT-Ultra.otf); }
@font-face {
  font-family: LCScript;
  src: url(fuentes/LCScript-Regular.otf); }
@font-face {
  font-family: RobotoBold;
  src: url(fuentes/Emigre-MrEavesXLSanNarOT-Reg.otf); }
@font-face {
  font-family: RobotoMedium;
  src: url(fuentes/Emigre-MrEavesXLSanNarOT-Reg.otf); }
@font-face {
  font-family: RobotoRegular;
  src: url(fuentes/Emigre-MrEavesXLSanNarOT-Reg.otf); }
/* SCROLL */
html {
  scroll-behavior: smooth; }

/* TERMINA SCROLL */
/* Generales */
body {
  font-family: MrEavesRegular, Arial, Helvetica, sans-serif;
  font-size: 16pt;
  /* Scroll  */ }
  body ::-webkit-scrollbar {
    width: 10px;
    height: 10px; }
  body ::-webkit-scrollbar-thumb {
    background: #E84F00 !important;
    border-radius: 0px; }
  body ::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(13deg, #c7ceff 14%, #f9d4ff 64%); }
  body ::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 0px;
    box-shadow: inset 7px 10px 12px #f0f0f0; }

.btn-left {
  padding: 12% 0% 10% 0%; }

.btn-right {
  padding: 20% 0% 10% 0%; }

.cont-boton {
  width: 100%;
  display: flex;
  justify-content: center; }

.botonLC {
  width: 500px !important;
  height: 70px;
  display: flex;
  background-color: white;
  cursor: pointer;
  /* Bordes redondos */
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  border: 0px solid #000000; }
  .botonLC div:first-child {
    width: 30% !important;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    /* Brdes redondos */
    border-radius: 20px 0px 0px 20px;
    -moz-border-radius: 20px 0px 0px 20px;
    -webkit-border-radius: 20px 0px 0px 20px;
    border: 0px solid #000000; }
  .botonLC div:last-child {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .botonLC div:last-child h2 {
      color: black;
      font-family: MrEavesBold;
      font-size: 2rem;
      margin: 0%;
      padding: 0%; }

.botonLC:hover {
  background-color: black; }
  .botonLC:hover div h2 {
    color: white; }

.botonLC-Dinamicas {
  width: 500px !important;
  height: 70px;
  display: flex;
  background-color: white;
  cursor: pointer;
  /* Bordes redondos */
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  border: 0px solid #000000; }
  .botonLC-Dinamicas div:first-child {
    width: 30% !important;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    /* Brdes redondos */
    border-radius: 20px 0px 0px 20px;
    -moz-border-radius: 20px 0px 0px 20px;
    -webkit-border-radius: 20px 0px 0px 20px;
    border: 0px solid #000000; }
  .botonLC-Dinamicas div:last-child {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .botonLC-Dinamicas div:last-child h2 {
      color: black;
      font-family: MrEavesBold;
      font-size: 2rem;
      margin: 0%;
      padding: 0%; }

.botonLC-Dinamicas:hover {
  background-color: black; }
  .botonLC-Dinamicas:hover div h2 {
    color: white; }

@media only screen and (max-width: 1200px) {
  .botonLC-Dinamicas {
    width: 400px !important; }
    .botonLC-Dinamicas div h2 {
      font-size: 18pt !important; } }
@media only screen and (max-width: 950px) {
  .botonLC-Dinamicas {
    width: 350px !important; }
    .botonLC-Dinamicas div h2 {
      font-size: 18pt !important;
      padding-left: 0px !important; } }
@media only screen and (max-width: 850px) {
  .botonLC-Dinamicas {
    width: 300px !important; }
    .botonLC-Dinamicas div h2 {
      font-size: 18pt !important;
      padding-left: 20px !important; } }
@media only screen and (max-width: 769px) {
  .botonLC-Dinamicas {
    width: 400px !important; }
    .botonLC-Dinamicas div h2 {
      font-size: 18pt !important;
      padding-left: 0px !important; } }
@media only screen and (max-width: 590px) {
  .botonLC {
    width: 350px !important; }
    .botonLC div h2 {
      font-size: 18pt !important; }

  .botonLC-Dinamicas {
    width: 350px !important; }
    .botonLC-Dinamicas div h2 {
      font-size: 16pt !important; } }
@media only screen and (max-width: 390px) {
  .botonLC {
    width: 250px !important;
    height: 50px; }
    .botonLC div img {
      width: 45%; }
    .botonLC div h2 {
      font-size: 12pt !important; }

  .botonLC-Dinamicas {
    width: 250px !important;
    height: 50px; }
    .botonLC-Dinamicas div img {
      width: 45%; }
    .botonLC-Dinamicas div h2 {
      font-size: 12pt !important; } }
/* NAV */
nav {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center; }
  nav div:first-child {
    width: 30%;
    display: flex;
    align-items: center; }
    nav div:first-child ul {
      display: flex;
      justify-content: flex-end;
      list-style: none;
      margin: 0%;
      padding: 0%;
      padding-right: 0%;
      margin-left: 30px;
      margin-top: 10px; }
      nav div:first-child ul li {
        margin: 0% 1.5% 0% 1.5%; }
        nav div:first-child ul li a {
          text-decoration: none;
          font-family: MrEavesBold;
          color: black;
          font-size: 20px; }
        nav div:first-child ul li a:hover {
          color: #F8671B; }
    nav div:first-child img {
      padding-left: 15%; }
  nav div:last-child {
    width: 70%;
    font-size: 20px; }
    nav div:last-child ul {
      display: flex;
      justify-content: flex-end;
      list-style: none;
      margin: 0%;
      padding: 0%;
      padding-right: 6%; }
      nav div:last-child ul li {
        margin: 0% 1.5% 0% 1.5%; }
        nav div:last-child ul li a {
          text-decoration: none;
          font-family: MrEavesBold;
          color: #F8671B; }
        nav div:last-child ul li a:hover {
          color: black; }
      nav div:last-child ul li:last-child a {
        color: black; }
      nav div:last-child ul li:last-child a:hover {
        color: #F8671B; }

#NavMobile {
  display: none; }

@media only screen and (max-width: 850px) {
  nav div:first-child {
    width: 100%;
    display: flex;
    justify-content: center; }
    nav div:first-child img {
      padding-left: 0%; }
  nav div:last-child {
    display: none; }

  #NavMobile {
    display: flex;
    width: 100%;
    height: 65px;
    background-color: white;
    border-top: 3px solid black;
    justify-content: center;
    position: fixed;
    bottom: 0;
    z-index: 3; }
    #NavMobile ul {
      width: 100%;
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      list-style: none;
      margin: 0%;
      padding: 0%; }
      #NavMobile ul li {
        margin: 0% 2% 0% 2%; } }
/* TERMINA NAV */
/* BANNER PRINCIPAL */
.fondo {
  background-image: url("fondos/BackgroundBannerPrincipal.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

#BannerPrincipal {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  margin-bottom: 20px;
  display: flex;
  padding-top: 2%;
  padding-bottom: 2%;
  align-items: center; }
  #BannerPrincipal div {
    width: 100%; }

.logoPrincipal {
  margin-left: 20px; }
  .logoPrincipal #logo-lc {
    width: 221px; }

.margin-top-logos-extras {
  margin-top: 100px; }

.img-combo {
  display: flex;
  justify-content: right;
  position: relative;
  margin-top: 50px; }

.principal-text {
  margin-left: -200px; }

.texto-banner-legales {
  width: 100%; }
  .texto-banner-legales p {
    color: white;
    font-size: 12pt;
    text-align: center;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 1.2; }

#texto-lc {
  width: 100%; }

#combo-img {
  width: 530px; }

@media only screen and (max-width: 1290px) {
  #logo-lc {
    width: 60% !important; }

  .principal-text {
    margin-left: -150px; }
    .principal-text img {
      width: 100%; }

  .img-combo #combo-img {
    width: 90%; }

  .logos-size img {
    width: 50%; }

  .margin-top-logos-extras img {
    width: 80% !important; } }
@media only screen and (max-width: 530px) {
  #BannerPrincipal {
    flex-direction: column;
    text-align: center;
    background-position: left; }
    #BannerPrincipal div {
      width: 100%; }

  .logoPrincipal {
    margin-left: 0px; }

  .margin-top-logos-extras {
    margin-top: 25px; }
    .margin-top-logos-extras img {
      width: 70%; }

  .logos-size {
    margin-top: 50px; }

  .principal-text {
    margin-left: 0;
    margin-top: 50px; }
    .principal-text img {
      width: 90%; }

  .img-combo {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px; } }
/* TERMINA BANNER PRINCIPAL */
/* SECCIÓN DE RETOS */
#retos {
  width: 100%;
  height: auto;
  background-color: white; }
  #retos .titulo-retos {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    #retos .titulo-retos div {
      max-width: 500px;
      text-align: center;
      margin-top: 30px;
      margin-bottom: 50px; }
      #retos .titulo-retos div h2 {
        font-family: MrEavesBold;
        color: #F8671B;
        font-size: 50px;
        margin: 0; }
      #retos .titulo-retos div p {
        font-family: MrEavesBold;
        font-size: 30px;
        margin: 0;
        margin-top: -10px;
        line-height: 1; }
    #retos .titulo-retos h2 {
      font-family: MrEavesBold;
      font-size: 45px; }
  #retos .cont-retos {
    width: 100%;
    display: flex;
    justify-content: center; }
    #retos .cont-retos .box-retos {
      width: 90%;
      background-color: #F8671B;
      padding: 3%;
      padding-bottom: 30px;
      margin: 1%;
      padding-top: 100px !important; }

.cont-mecanicas {
  width: 100%;
  padding-bottom: 80px; }
  .cont-mecanicas .cont-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .cont-mecanicas .cont-box .icon-box {
      width: 200px;
      margin: 20px; }
      .cont-mecanicas .cont-box .icon-box p {
        font-family: MrEavesBold;
        font-size: 25px;
        color: white;
        line-height: 1;
        text-align: center;
        margin: 0; }
        .cont-mecanicas .cont-box .icon-box p span {
          color: black; }

.text-large {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center; }
  .text-large p {
    width: 60%; }

.cont-box-column {
  width: 100%;
  display: block !important;
  text-align: center; }
  .cont-box-column p {
    font-family: MrEavesBold;
    font-size: 25px;
    color: white;
    line-height: 1;
    text-align: center;
    margin: 0; }
    .cont-box-column p span {
      color: black; }

.cont-titulos {
  width: 100% !important;
  display: flex;
  justify-content: center;
  margin: 0;
  padding-bottom: 50px; }
  .cont-titulos h4 {
    font-family: MrEavesBold;
    font-size: 40px; }
  .cont-titulos h2 {
    font-family: MrEavesBold;
    font-size: 100px !important;
    color: white !important;
    font-size: 40pt !important;
    margin-top: 30px; }
  .cont-titulos div {
    text-align: center; }
    .cont-titulos div h4 {
      font-family: MrEavesBold;
      font-size: 40pt; }
    .cont-titulos div h2 {
      font-family: MrEavesBold;
      font-size: 100px !important;
      color: white !important;
      font-size: 40pt !important;
      margin-top: -25px; }

.black-text div h2 {
  color: black !important; }

.premios {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
  padding-left: 50px; }
  .premios .lugarSecundario {
    width: 30%;
    margin-left: -30px; }
    .premios .lugarSecundario h4 {
      font-family: LCScript;
      font-size: 30px;
      transform: rotate(7deg);
      margin-top: 20px; }
    .premios .lugarSecundario p {
      font-family: MrEavesBold;
      font-size: 14pt;
      color: white;
      line-height: 1; }
  .premios .lugarSecundario:first-child {
    margin-right: -30px; }
    .premios .lugarSecundario:first-child h4 {
      transform: rotate(-7deg); }
  .premios .lugarPrimario {
    width: 50%; }
    .premios .lugarPrimario h4 {
      font-family: LCScript;
      font-size: 40px;
      margin-top: 10px; }
    .premios .lugarPrimario p {
      font-family: MrEavesBold;
      font-size: 14pt;
      color: white;
      line-height: 1; }

.texto-especial {
  font-family: MrEavesBold;
  font-size: 25pt !important;
  color: white;
  line-height: 1; }

.titulo-especial {
  font-family: LCScript;
  font-size: 55px !important;
  margin-top: 10px; }

.img-premio-ganador {
  width: 70%; }

.img-premio {
  width: 100%; }

.img-premio-semanal {
  width: 110%; }

.margin-top-btn {
  margin-top: 30%; }

@media only screen and (max-width: 1200px) {
  .premios {
    display: flex;
    flex-direction: column;
    padding-left: 0px; }
    .premios .lugarSecundario {
      width: 100%;
      order: 2;
      margin-left: 0px; }
      .premios .lugarSecundario h4 {
        font-size: 40px;
        transform: rotate(0deg); }
      .premios .lugarSecundario p {
        font-size: 14pt; }
    .premios .lugarSecundario:first-child {
      margin-left: 0px; }
      .premios .lugarSecundario:first-child h4 {
        transform: rotate(0deg); }
    .premios .lugarPrimario {
      width: 100%;
      order: 1; }
      .premios .lugarPrimario h4 {
        font-size: 40px;
        transform: rotate(0deg); }
      .premios .lugarPrimario p {
        font-size: 14pt; }

  .img-premio-ganador {
    width: 50%; }

  .img-premio {
    width: 50%; }

  .img-premio-semanal {
    width: 50%; }

  .margin-top-btn {
    margin-top: 0%; } }
@media only screen and (max-width: 769px) {
  .premios .lugarSecundario {
    width: 100%; }
  .premios .lugarPrimario {
    width: 100%; }

  .cont-retos {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .cont-retos .box-retos {
      width: 98% !important; }

  .titulo-retos div p {
    font-size: 12px;
    padding-bottom: 30px; } }
@media only screen and (max-width: 426px) {
  .cont-retos .box-retos {
    width: 100% !important;
    margin: 0% !important;
    margin-top: 2% !important; }

  .cont-titulos h4 {
    font-size: 40px; }

  .titulo-retos div {
    width: 80% !important; }
    .titulo-retos div h2 {
      font-size: 30px;
      padding-bottom: 10px; }
    .titulo-retos div p {
      font-size: 12px;
      padding-bottom: 30px; } }
.space-top {
  margin-top: 40px; }

.vigencia-cont {
  width: 100%;
  text-align: center; }
  .vigencia-cont p {
    margin: 0;
    font-size: 12pt;
    position: relative;
    margin-top: -80px;
    margin-bottom: 80px; }

/* TERMINA SECCIÓN DE RETOS */
/* SECCIÓN GANADORES PROXIMAMENTE */
#ganadores-proximamente {
  width: 100%;
  background-color: #F8671B;
  padding: 60px 0px 60px 0px;
  /*
  *
  *  SE DESACTIVA SECCIÓN AL TENER GANADORES
  */
  display: flex !important;
  /*
  * CAMBIAR A "NONE"
  *
  */
  justify-content: center;
  margin-bottom: 20px; }
  #ganadores-proximamente div {
    width: 80%;
    text-align: center; }
    #ganadores-proximamente div h2 {
      font-family: MrEavesBold;
      font-size: 70px;
      color: white;
      line-height: 1; }
    #ganadores-proximamente div p {
      font-family: MrEavesBold;
      font-size: 26px;
      margin-top: -10px;
      line-height: 1;
      font-size: 18pt; }

@media only screen and (max-width: 530px) {
  #ganadores-proximamente {
    margin-top: 10px !important;
    margin-bottom: 10px; }
    #ganadores-proximamente div h2 {
      font-size: 2.5rem;
      line-height: 1; }
    #ganadores-proximamente div p {
      margin-top: 0px;
      line-height: 1;
      font-size: 14pt; } }
/* TERMINA GANADORES PROXIMAMENTE */
/* GANADORES */
#ganadores {
  width: 100%;
  background-color: #F8671B;
  padding: 60px 0px 60px 0px;
  /*
  *
  *  ESTA DESACTIVADO AL INICIO DE LA PROMO
  */
  display: none !important;
  /*
  *  CAMBIAR A "FLEX"
  *
  */
  justify-content: center;
  margin-bottom: 20px; }
  #ganadores .cont-ganadores {
    width: 60%;
    text-align: center; }
    #ganadores .cont-ganadores h2 {
      font-family: MrEavesBold;
      font-size: 70px;
      color: white;
      line-height: 1; }
  #ganadores .cont-table {
    width: 100%;
    height: 420px;
    overflow-y: scroll;
    display: flex;
    justify-content: center;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px; }
    #ganadores .cont-table table {
      width: 80%; }
      #ganadores .cont-table table th {
        font-family: MrEavesBold;
        font-size: 32px;
        text-align: left;
        padding: 10px 0px 10px 0px;
        line-height: 1; }
      #ganadores .cont-table table tbody {
        text-align: left; }
        #ganadores .cont-table table tbody tr td {
          padding: 5px 0px 5px 0px; }
        #ganadores .cont-table table tbody tr td:last-child {
          text-align: center;
          font-family: RobotoMedium; }
        #ganadores .cont-table table tbody tr .Bold-table {
          font-size: 18pt;
          font-family: MrEavesBold !important;
          font-weight: bold !important; }

.cont-triangulo {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0; }
  .cont-triangulo .cont-svg {
    width: 100%;
    position: relative;
    z-index: 0; }

.line {
  width: 100%;
  border-top: 5px solid black;
  margin-top: -6px; }

.linea-space {
  width: 100%;
  border-top: 3px solid black;
  margin-top: 10px;
  margin-bottom: 10px; }

@media only screen and (max-width: 580px) {
  #ganadores {
    width: 100%;
    background-color: #F8671B;
    padding: 60px 0px 60px 0px;
    justify-content: center;
    margin-bottom: 20px; }
    #ganadores .cont-ganadores {
      width: 90%;
      text-align: center; }
      #ganadores .cont-ganadores h2 {
        font-family: MrEavesBold;
        font-size: 12vw;
        color: white;
        line-height: 1; } }
/* TERMINA GANADORES */
/* FOOTER */
footer {
  width: 100%;
  display: flex;
  justify-content: center; }
  footer section {
    width: 80%; }
    footer section .linea {
      width: 100%;
      border-top: 2px solid #F8671B; }
    footer section .cont-footer {
      width: 100%;
      display: flex;
      justify-content: center; }
      footer section .cont-footer .redes {
        width: 30%;
        display: flex; }
        footer section .cont-footer .redes a {
          margin: 10px; }
      footer section .cont-footer .visita {
        width: 70%;
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        footer section .cont-footer .visita a {
          font-family: MrEavesBold;
          color: black;
          text-decoration: none;
          font-size: 26px; }
        footer section .cont-footer .visita a:hover {
          text-decoration: underline; }
      footer section .cont-footer .bases {
        width: 90%;
        padding: 1%; }
      footer section .cont-footer ul {
        width: 100%;
        display: flex;
        justify-content: center;
        list-style: none;
        padding: 0%;
        margin: 0; }
        footer section .cont-footer ul li {
          margin: 2%;
          cursor: pointer;
          color: black;
          text-decoration: none;
          text-align: center; }
        footer section .cont-footer ul li:hover {
          text-decoration: underline; }
      footer section .cont-footer p {
        width: 80%;
        font-family: RobotoRegular;
        text-align: center; }

@media only screen and (max-width: 850px) {
  footer {
    margin-bottom: 100px; }
    footer section .cont-footer ul li {
      text-align: center !important; } }
@media only screen and (max-width: 770px) {
  footer {
    width: 100%;
    display: flex;
    justify-content: center; }
    footer section {
      width: 90%; }
      footer section .cont-footer {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        footer section .cont-footer .redes {
          width: 100%;
          display: flex;
          justify-content: center;
          margin-top: 10px;
          margin-bottom: 10px; }
          footer section .cont-footer .redes a {
            margin: 10px; }
        footer section .cont-footer .visita {
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center; }
        footer section .cont-footer .bases {
          width: 100%;
          text-align: center; }
        footer section .cont-footer ul {
          width: 100%;
          display: flex;
          justify-content: center; }
          footer section .cont-footer ul li {
            margin: 2%;
            margin-top: 20px; }
        footer section .cont-footer p {
          width: 100%;
          margin-top: 20px; } }
@media only screen and (max-width: 520px) {
  footer {
    width: 100%;
    display: flex;
    justify-content: center; }
    footer section .cont-footer .visita {
      text-align: center;
      line-height: 1;
      margin-bottom: 10px; }
    footer section .cont-footer ul {
      flex-direction: column; }
      footer section .cont-footer ul li {
        margin: 1%;
        margin-top: 10px; }
    footer section .cont-footer p {
      font-size: 10pt; } }
/* MODALS */
.fontLC {
  font-family: MrEavesBold;
  font-size: 30px;
  line-height: 1; }

.btn {
  background-color: #F8671B !important;
  color: white !important;
  font-family: MrEavesBold;
  font-size: 12pt; }

.modal-body {
  height: auto !important;
  /*padding-left: 0 !important;*/ }

@media only screen and (max-width: 426px) {
  .modal-body {
    height: auto !important; } }
/* TERMINA MODALS*/
/* TERMINA FOOTER */
/* REGISTRO */
#cont-registro {
  width: 100%;
  height: 800px;
  background-image: url("fondos/pizza.png");
  display: flex;
  justify-content: center;
  margin-bottom: 30px; }

#cont-registro-password {
  width: 100%;
  height: 500px;
  background-image: url("fondos/pizza.png");
  display: flex;
  justify-content: center;
  margin-bottom: 30px; }

.cont-lc-lupa {
  position: absolute;
  left: 0;
  height: auto; }
  .cont-lc-lupa .mano {
    margin-top: 160px;
    position: absolute;
    z-index: 2;
    opacity: 0; }
  .cont-lc-lupa .LC-lupa {
    margin-left: -200px;
    margin-top: 250px;
    position: absolute;
    z-index: 0; }

.linea-vertical {
  height: 800px;
  border-left: 20px solid #F8671B;
  position: absolute;
  z-index: 1;
  left: 0; }

.linea-vertical-right {
  height: 800px;
  border-left: 20px solid #F8671B;
  position: absolute;
  z-index: 1;
  right: 0; }

/*CREAR CUENTA*/
#registro {
  width: 50%;
  padding-top: 80px; }

#ingresar {
  display: none;
  width: 50%;
  padding-top: 80px; }

#recuperarPassword {
  width: 50%;
  padding-top: 80px; }

.flex-cont {
  display: flex;
  justify-content: center; }
  .flex-cont .titulo-form {
    width: 70%;
    display: flex;
    align-items: center;
    margin: 0; }
    .flex-cont .titulo-form h2 {
      margin: 0;
      font-family: MrEavesRegular;
      font-size: 45px;
      color: #707070; }
  .flex-cont .titulo-form-password {
    width: 100%;
    margin: 0; }
    .flex-cont .titulo-form-password h2 {
      margin: 0;
      font-family: MrEavesRegular;
      font-size: 45px;
      color: #707070; }
    .flex-cont .titulo-form-password p {
      font-family: MrEavesRegular;
      font-size: 24px;
      margin: 0; }
  .flex-cont .sub-title {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .flex-cont .sub-title p {
      margin: 0;
      text-decoration: underline;
      font-family: MrEavesBold;
      font-size: 20px;
      cursor: pointer; }
  .flex-cont .input-50 {
    width: 50%;
    margin: 10px; }
    .flex-cont .input-50 p {
      margin: 0; }

.cont-complete {
  width: 97.5%;
  margin: 10px;
  margin-top: 20px; }
  .cont-complete p {
    margin: 0; }

.cont-complete-ingresar {
  width: 100%;
  margin: 0;
  margin-top: 50px; }
  .cont-complete-ingresar p {
    margin: 0; }

.no-margin-top {
  margin-top: 0px !important; }

input {
  width: 100%;
  height: 45px;
  padding-left: 10px; }

select {
  width: 100%;
  height: 45px;
  text-align: center;
  padding-left: 10px; }

#eye {
  position: absolute;
  margin-left: -50px;
  margin-top: 5px;
  cursor: pointer; }

input:focus,
select:focus,
input.form-control:focus {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.linea-negra {
  width: 100%;
  border-top: 2px solid black;
  margin-top: 20px;
  margin-bottom: 20px; }

.checkbox {
  display: flex; }
  .checkbox input {
    width: 30px;
    margin-right: 30px; }
  .checkbox p {
    margin: 0;
    margin-top: 10px; }
  .checkbox span {
    color: #F8671B;
    cursor: pointer; }

#estado {
  text-align: left; }

.cont-btn-form {
  width: 100%;
  margin-top: 30px; }
  .cont-btn-form button {
    width: 100%;
    height: 45px;
    border: 3px solid #F8671B;
    background: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #F8671B;
    font-family: MrEavesBold; }
  .cont-btn-form button:hover {
    background-color: #F8671B;
    color: white; }

@media only screen and (max-width: 969px) {
  .cont-lc-lupa {
    display: none; }

  .linea-vertical-right {
    display: none; }

  #cont-registro {
    width: 100%;
    height: auto;
    padding-bottom: 80px; }

  #cont-registro-password {
    width: 100%;
    height: auto;
    padding-bottom: 80px; }

  #registro {
    width: 80%; }

  #ingresar {
    width: 80%; }

  #recuperarPassword {
    width: 80%; }

  #BrazoLC {
    display: none; }

  .flex-cont {
    display: block; }
    .flex-cont .titulo-form {
      width: 100%;
      display: flex;
      align-items: center;
      margin: 0; }
      .flex-cont .titulo-form h2 {
        margin-bottom: 10px; }
    .flex-cont .titulo-form-password {
      width: 100%; }
    .flex-cont .sub-title {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .flex-cont .sub-title p {
        margin: 0;
        text-decoration: underline;
        font-family: MrEavesBold;
        font-size: 20px;
        cursor: pointer; }
    .flex-cont .input-50 {
      width: 100%;
      margin: 10px; }
      .flex-cont .input-50 p {
        margin: 0; }

  .cont-complete {
    width: 100% !important;
    margin: 10px;
    margin-top: 20px; }
    .cont-complete p {
      margin: 0; }

  .cont-btn-form {
    width: 100%;
    margin-top: 50px; }
    .cont-btn-form div {
      width: 100%; } }
.right {
  display: flex;
  justify-content: flex-end !important; }

.btn-text {
  cursor: pointer;
  text-decoration: underline;
  padding-top: 10px; }

@keyframes LC-lupa {
  from {
    margin-left: -200px; }
  to {
    margin-left: 20px; } }
@keyframes mano-LC {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes brazo-LC {
  from {
    margin-left: -350px; }
  to {
    margin-left: -100px; } }
#BrazoLC {
  position: absolute;
  left: 0;
  margin-top: 200px;
  margin-left: -350px; }

#btn_olvida {
  width: 300px; }

@media only screen and (max-width: 350px) {
  #btn_olvida {
    font-size: 14pt; } }
/*TERMINA CREAR CUENTA*/
/* TERMINA REGISTRO */
/* MI CUENTA */
#mi-cuenta {
  width: 100%; }

.titulo-mi-cuenta {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 30px 0px 30px 0px; }
  .titulo-mi-cuenta div {
    width: 90%;
    text-align: center; }
    .titulo-mi-cuenta div h2 {
      width: 100%;
      font-family: MrEavesBold;
      font-size: 70px;
      color: #F8671B;
      line-height: 1; }
      .titulo-mi-cuenta div h2 span {
        color: black; }
    .titulo-mi-cuenta div a {
      font-family: MrEavesBold;
      text-decoration: underline;
      cursor: pointer;
      font-size: 26px;
      color: black; }

#juego-habilitado {
  /*
  *
  */
  display: block;
  /*
  * Mostrar con "block"
  *
  */
  width: 100%;
  text-align: center; }
  #juego-habilitado p {
    font-family: MrEavesBold;
    font-size: 25px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin: 0;
    line-height: 1;
    margin-bottom: 20px; }
  #juego-habilitado .text-white {
    margin-top: -15px;
    color: white;
    margin-bottom: 50px; }

#juego-no-habilitado {
  /*
  *
  */
  display: none;
  /*
  * Mostrar con "block"
  *
  */
  width: 100%;
  text-align: center; }
  #juego-no-habilitado p {
    font-family: MrEavesBold;
    font-size: 36px;
    margin: 0;
    line-height: 1;
    margin-bottom: 20px; }
  #juego-no-habilitado .text-white {
    margin-top: -15px;
    color: white;
    margin-bottom: 50px; }

.redes-mi-cuenta a {
  color: #F8671B; }
  .redes-mi-cuenta a img {
    margin: 0px 10px 0px 10px !important; }

.margin-space {
  margin-top: 80px;
  margin-bottom: 80px;
  border-top: 4px solid black; }

.size-button-text-small {
  font-size: 18pt !important; }

.cont-text-center {
  width: 100%;
  text-align: center; }
  .cont-text-center h2 {
    font-size: 36px;
    font-family: MrEavesBold; }
  .cont-text-center .texto-llamativo {
    font-family: MrEavesBold;
    font-size: 35px;
    color: white;
    padding: 0px 40px 0px 40px;
    line-height: 1;
    margin-bottom: 40px;
    margin-top: 25px; }
    .cont-text-center .texto-llamativo span {
      font-family: MrEavesBold;
      color: black; }
  .cont-text-center .text-simple {
    font-family: MrEavesRegular;
    font-size: 30px;
    color: white;
    padding: 0px 40px 0px 40px;
    line-height: 1;
    margin-bottom: 50px; }
  .cont-text-center .small-text {
    font-size: 25pt;
    font-family: MrEavesBold;
    margin-top: 50px;
    color: black;
    line-height: 1;
    margin-bottom: 30px; }

.margin-bottom {
  margin-bottom: 50px; }

.flex-center {
  display: flex;
  justify-content: center; }

.cont-important {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px; }
  .cont-important p {
    width: 80%;
    color: black;
    font-family: RobotoRegular;
    font-size: 14pt; }
  .cont-important span {
    color: #F8671B; }
  .cont-important .bold {
    font-family: RobotoBold;
    font-size: 14pt;
    color: black; }

.bold2 {
  color: black; }

.info-text {
  font-family: RobotoRegular !important;
  font-size: 12pt !important; }

#participaciones {
  width: 100%;
  background-image: url("fondos/pizza.png"); }

#cont-participaciones {
  width: 100%;
  padding: 60px 0px 60px 0px;
  display: flex;
  justify-content: center;
  margin-bottom: 20px; }
  #cont-participaciones .cont-ganadores {
    width: 90%;
    text-align: center; }
    #cont-participaciones .cont-ganadores h2 {
      font-family: MrEavesBold;
      font-size: 70px;
      color: black;
      line-height: 1; }
  #cont-participaciones .cont-table {
    width: 100%;
    height: 300px;
    overflow-y: scroll;
    display: flex;
    justify-content: center;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px; }
    #cont-participaciones .cont-table table {
      width: 80%; }
      #cont-participaciones .cont-table table th {
        font-family: MrEavesBold;
        text-align: left;
        padding: 10px 0px 10px 0px;
        line-height: 1; }
      #cont-participaciones .cont-table table tbody {
        text-align: left; }
        #cont-participaciones .cont-table table tbody tr td {
          padding: 5px 0px 5px 0px; }
        #cont-participaciones .cont-table table tbody tr td:last-child {
          text-align: center;
          font-family: RobotoMedium; }

@media only screen and (max-width: 780px) {
  #cont-participaciones .cont-ganadores h2 {
    font-size: 8vw; } }
@media only screen and (max-width: 425px) {
  .titulo-mi-cuenta {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 30px 0px 30px 0px; }
    .titulo-mi-cuenta div {
      width: 90%;
      text-align: center; }
      .titulo-mi-cuenta div h2 {
        width: 100%;
        font-family: MrEavesBold;
        font-size: 15vw;
        color: #F8671B;
        line-height: 1; }
        .titulo-mi-cuenta div h2 span {
          color: black; }
      .titulo-mi-cuenta div a {
        font-family: MrEavesBold;
        text-decoration: underline;
        cursor: pointer;
        font-size: 26px;
        color: black; } }
/* TERMINA MI CUENTA */
/* PAGINA DE JUEGOS */
.juego {
  width: 100%;
  height: 100vh;
  background-color: #F8671B;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px; }

.area-juego {
  width: 800px;
  height: 600px;
  border: 2px dotted black;
  display: flex;
  justify-content: center;
  align-items: center; }
  .area-juego h2 {
    font-family: MrEavesBold;
    font-size: 24px; }

@media only screen and (max-width: 840px) {
  .area-juego {
    width: 80%;
    height: 80vh;
    border: 2px dotted black;
    display: flex;
    justify-content: center;
    align-items: center; }
    .area-juego h2 {
      font-family: MrEavesBold;
      font-size: 24px; } }
/* TERMINA PAGINA DE JUEGOS */
/* UPLOAD-FILE */
.cont-upload {
  width: 80%;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  .cont-upload h2 {
    font-family: MrEavesBold;
    font-size: 70px;
    line-height: 1;
    color: white; }
    .cont-upload h2 span {
      color: black; }
  .cont-upload div {
    width: 100%;
    display: flex;
    justify-content: center; }
    .cont-upload div p {
      width: 60%;
      font-family: MrEavesBold;
      font-size: 26px;
      line-height: 1;
      margin-bottom: 50px; }
      .cont-upload div p span {
        color: white; }

@media only screen and (max-width: 680px) {
  .cont-upload {
    width: 90%; }
    .cont-upload h2 {
      font-size: 12vw; }
    .cont-upload div {
      width: 100%; }
      .cont-upload div p {
        width: 100%;
        font-size: 18px; } }
/* TERMINA UPLOAD-FILE  */
/* THANKYOU PAGES */
.img-thankyou-page {
  width: 205px;
  height: 205px; }

.cont-btn-orange {
  width: 100%;
  margin-top: 30px; }
  .cont-btn-orange div {
    width: 250px;
    height: 50px;
    border: 3px solid white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    .cont-btn-orange div p {
      margin: 0;
      font-family: MrEavesBold;
      color: white;
      font-size: 20px; }
  .cont-btn-orange div:hover {
    background-color: white; }
    .cont-btn-orange div:hover p {
      color: black; }

.script-text {
  font-family: LCScript;
  font-size: 31px;
  margin-top: -30px;
  line-height: 1;
  transform: rotate(-3deg); }

.simple-text {
  font-family: MrEavesRegular !important;
  font-size: 24px;
  margin-top: 20px; }

@media only screen and (max-width: 820px) {
  .script-text {
    font-size: 20pt !important;
    margin-top: -20px; }

  .simple-text {
    font-size: 24px !important; } }
/* TERMINAN THANKYOU PAGES */
/* GAURDAR IMAGEN */
#cont-photo-box {
  display: none;
  margin-bottom: 50px; }

#cont-photo {
  display: none;
  margin-bottom: 50px; }

#cont-file {
  display: none;
  margin-bottom: 50px; }

#photoBox {
  display: block; }

#upload-photo {
  display: block; }

#upload-photo-file {
  display: block; }

.btn-guardar {
  width: 70%;
  height: 50px !important;
  border: 3px solid white;
  background: none;
  color: white;
  font-family: MrEavesBold;
  font-size: 20px; }

.btn-guardar:hover {
  background: white;
  color: #F8671B; }

.file-name {
  font-family: MrEavesRegular;
  font-size: 22px;
  margin-bottom: 5px; }

/* TERMINA GUARDAR IMAGEN */
/* MENU */
.section {
  width: 100%;
  height: 350px;
  background-color: #F8671B;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  overflow: hidden;
  padding-top: 25px;
  margin-top: 10px;
  margin-bottom: 10px; }
  .section .menu-item {
    margin-left: 10px;
    margin-right: 10px; }

.especial-section {
  width: 100%;
  height: auto;
  background-color: #F8671B;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 10px;
  margin-bottom: 10px; }
  .especial-section .menu-item {
    margin-left: 10px;
    margin-right: 10px; }

@media only screen and (max-width: 960px) {
  .section {
    width: 100%;
    height: auto;
    overflow: visible; }
    .section .menu-item {
      margin-left: 0px;
      margin-right: 0px;
      margin-top: 25px;
      margin-bottom: 25px; } }
@media only screen and (max-width: 500px) {
  .especial-section .menu-item {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 400px;
    height: 300px; } }
@media only screen and (max-width: 400px) {
  .especial-section .menu-item {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 310px;
    height: 225px; } }
/*TERMINA MENU*/
/* Ajustes del sitio Septiembre 2021 */
.logo-principal {
  margin-right: 20px; }

.titulos-principales {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center; }
  .titulos-principales h2 {
    font-size: 40px;
    font-family: MrEavesBold;
    color: black; }

.margin-top-mecanica {
  margin-bottom: 20px; }

/* Nueva Mecánica */
#nueva-mecanica {
  width: 100%;
  background-color: #F8671B;
  padding-top: 50px; }
  #nueva-mecanica .cont-mecanica {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 25px; }
    #nueva-mecanica .cont-mecanica .box-mecanica {
      width: 100%;
      text-align: center;
      margin: 0px 15px 0px 15px; }
      #nueva-mecanica .cont-mecanica .box-mecanica .titulos-mecanica {
        font-family: MrEavesBold !important;
        font-weight: bold !important;
        color: black;
        font-size: 24px;
        margin: 0; }
      #nueva-mecanica .cont-mecanica .box-mecanica p:last-child {
        color: white;
        font-size: 20px;
        margin: 0;
        line-height: 1.2;
        font-family: MrEavesBold; }

.text-mecanica {
  font-size: 14pt !important;
  margin-bottom: 30px !important; }

@media only screen and (max-width: 735px) {
  #nueva-mecanica {
    width: 100%;
    background-color: #F8671B;
    padding-bottom: 30px;
    padding-top: 25px; }
    #nueva-mecanica .cont-mecanica {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      margin-top: 25px; }
      #nueva-mecanica .cont-mecanica .box-mecanica {
        max-width: 215px;
        text-align: center; }
        #nueva-mecanica .cont-mecanica .box-mecanica .titulos-mecanica {
          font-family: MrEavesBold !important;
          font-weight: bold !important;
          color: black;
          font-size: 24px;
          margin: 0; }
        #nueva-mecanica .cont-mecanica .box-mecanica p:last-child {
          color: white;
          font-size: 20px;
          margin: 0;
          line-height: 1.2;
          font-family: MrEavesBold; } }
/*Termina Nueva Mecánica*/
/* Nuevos Premios */
#nuevos-premios {
  width: 100%;
  background-color: #F8671B;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 20px;
  margin-bottom: 20px; }
  #nuevos-premios .cont-premios {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px; }
    #nuevos-premios .cont-premios div {
      max-width: 350px;
      margin-left: 50px; }
      #nuevos-premios .cont-premios div h4 {
        color: black;
        font-family: MrEavesBold;
        font-size: 40px;
        line-height: 1.0;
        margin: 0; }
      #nuevos-premios .cont-premios div p {
        color: white;
        line-height: 1.2;
        margin: 0; }

@media only screen and (max-width: 720px) {
  #nuevos-premios .cont-premios {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px; }
    #nuevos-premios .cont-premios div {
      text-align: center;
      margin-top: 25px;
      margin-left: 0px;
      padding-left: 10px;
      padding-right: 10px; }
      #nuevos-premios .cont-premios div h4 {
        color: black;
        font-family: MrEavesBold;
        font-size: 40px;
        line-height: 1.0;
        margin: 0; }
      #nuevos-premios .cont-premios div p {
        color: white;
        font-size: 18px;
        font-family: MrEavesBold !important;
        line-height: 1.2; } }
/*Termina Nuevos Premios*/
.section-boton {
  display: flex;
  justify-content: center;
  background-color: #F8671B;
  padding-bottom: 50px; }

.carousel-inner {
  height: 400px !important;
  font-family: MrEavesBold !important; }

.texto-premios p:first-child {
  font-size: 30pt !important;
  font-family: MrEavesRegular !important; }
.texto-premios p:last-child {
  font-size: 14pt !important;
  font-family: MrEavesRegular !important; }

@media only screen and (max-width: 721px) {
  .carousel-inner {
    height: 550px !important; } }
.cont-img-box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 25px; }

.margin-h2-titulo {
  margin-bottom: 50px !important; }

.text-white-regular {
  font-family: MrEavesRegular !important;
  color: white; }

.bold2-regular {
  font-weight: 700;
  font-family: MrEavesRegular !important;
  color: black; }

.subeTicket {
  margin-bottom: 50px !important; }

.practica {
  margin-bottom: 100px !important; }

.small-button-text {
  font-size: 20pt !important; }

/* Estilos de la sección de instrucciones */
.juego-background {
  background-image: url("fondos/Fondo.png");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  height: auto;
  display: flex;
  justify-content: center;
  padding-bottom: 50px; }

.cont-marcador {
  width: 800px;
  padding-left: 20px;
  padding-right: 20px; }

.cont-sujetadores {
  display: flex;
  justify-content: space-between;
  margin-bottom: -75px; }

.marcador {
  width: 100%;
  background-color: #4D4D4D;
  padding: 10px;
  border: 5px solid black; }
  .marcador .section-marcador {
    width: 100%;
    height: 80px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2C2C2C;
    color: #F8671B; }

.text-marcador {
  font-size: 65px;
  font-family: MrEavesBold;
  font-weight: bold;
  margin: 0px; }

.text-marcador-button {
  font-size: 50px;
  font-family: MrEavesBold;
  font-weight: bold;
  margin: 0px; }

.border-top-marcador {
  margin-top: 20px; }

.double-section {
  width: 100%;
  display: flex; }
  .double-section .middle-50 {
    width: 50%;
    background-color: #2C2C2C;
    height: auto; }
  .double-section .middle-50:first-child {
    margin-right: 2.5%; }
  .double-section .middle-50:last-child {
    margin-left: 2.5%; }

.button {
  cursor: pointer; }

.button:hover {
  background-color: #F8671B !important; }
  .button:hover h2 {
    color: white !important; }

.overflow {
  overflow: hidden; }

.cont-text-instrucciones {
  width: 100%;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px; }
  .cont-text-instrucciones .number-text {
    width: 10%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center; }
    .cont-text-instrucciones .number-text h2 {
      font-size: 50px;
      color: #F8671B; }

.text-instrucciones {
  width: 90%;
  display: flex;
  align-items: center; }
  .text-instrucciones p {
    line-height: 1.3 !important;
    text-align: left;
    font-size: 16px;
    margin: 0px;
    color: white; }

.padding-middle {
  padding: 10px; }

@media only screen and (max-width: 700px) {
  .double-section {
    flex-direction: column-reverse; }
    .double-section .middle-50 {
      width: 100%;
      background-color: #2C2C2C;
      height: auto; }
    .double-section .middle-50:first-child {
      margin-right: 0%; }
    .double-section .middle-50:last-child {
      margin-left: 0%; }
      .double-section .middle-50:last-child img {
        width: 100%; }

  .cont-marcador {
    width: auto;
    padding-left: 0px;
    padding-right: 0px; }

  .text-marcador {
    font-size: 45px; }

  .cont-sujetadores {
    margin-bottom: 0px;
    justify-content: space-between !important; }
    .cont-sujetadores img {
      width: 98%; }

  .text-marcador-button {
    font-size: 30px; } }
/* Termina Estilos de la sección de instrucciones */
#logos-extra {
  width: 300px; }

.img-premios-size {
  width: 236px; }

/**/
.texto-big {
  font-size: 30px !important;
  color: white;
  line-height: 1.2; }

@media only screen and (min-width: 1460px) {
  #bannerNFL {
    height: auto !important; } }
@media only screen and (max-width: 1200px) {
  #bannerNFL {
    height: auto !important; } }
.input-NFL select {
  height: 50px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 0px solid #000000; }

.btn-secondary {
  width: 100%;
  height: 50px;
  border: 1px solid white;
  font-size: 20px !important;
  margin-bottom: 30px; }

.btn-secondary:hover {
  background-color: black !important;
  color: white !important;
  border: none; }

.text-danger-white {
  color: white !important; }

.ancla-white {
  color: black !important;
  font-weight: 400 !important; }

.height-auto {
  height: auto !important; }

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