@font-face {
    font-family: oswaldMedium;
    src: url('../Fonts/Oswald-Medium.ttf');
}
@font-face {
    font-family: oswaldRegular;
    src: url('../Fonts/Oswald-Regular.ttf');
}

#regimen {
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 5vh;
  margin: 20px auto;
  padding: 0 10px;
  font-size: 16px;
  justify-content: center;
}
#regimen label {
  display: inline-block;
}
#regimen label:nth-of-type(2) {
  margin: 0 20px;
  padding: 0;
  text-align: center;
}
#html{
  height: auto;
    width: auto;
}
.ganadores{margin-top:8%;}
.logo-ganadores{width:70%; margin-top:2%;}
.r-ganadores{
  font-size: 25px;
    color: white;
    font-family: 'oswaldRegular';
}

.completa{
	color:white;
	font-size:30px;
  margin-top: 4%;
}
body {
    background-image: url('../assets/FONDO.png');
    background-position: top center;
  background-repeat:no-repeat;
  background-size:cover;
   overflow-x: hidden;
}

.toggler-icon {
  width: 2em !important;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"/></svg>') !important;
}
.registroNuevoContainer{
  margin-top:12%;
}
#menu {
    background-color: transparent !important;
    padding-bottom: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-around;
}

.navbar__responsive {
  height: auto !important;
  background-color: #f20000;
  padding-bottom: 0 !important;
  display: none !important;
  margin-right: 0 !important;

}

.navbar__col__toggle {
  display: none;
}

.navbar-toggler {
  background-color: none !important;
  border: none !important;
  border: 1px solid white !important;
}

.navbar-toggler-icon {
  width: 2em !important;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255,255,255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>") !important;
}

.navbar__responsive__col {
  text-align: left !important;
  padding: 1rem !important;
  padding-left: 2rem !important;
}


.button__menu__link {
  font-family: "oswaldMedium"; 
  text-decoration: none !important;
  color: inherit !important;
}

.button__menu__link:hover {
  color: #1a2da3 !important;
}

.generalHome {margin-top:2%; max-width: 100vw;}

.img{transition: transform .2s; width:100%;}
 
#vigencia{width:73%;}
.premio{width:70%;}
#registra-tus-facturas{
	margin-top:-20%;
}
.img-p4{
  position: relative;
    top: -9%;
    left: 18%;
    width: 70%;
}
.img-p5{
  width: 35%;
    position: relative;
    top: 2%;
    right: 9%;
}
.logosolo2{display:none;}
.mecanica{
  display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    align-items: center;
}
#women{
  background-image: url(../assets/MUJER_MAS_BARRA.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 50% 100%;
    margin-top: 2%;
    width: 100%;
    height: 655px;
}

.logoAtunRegistro{
   position: relative;
    top: 6vh;
}

.form{
    background-color:#fff;
    border-radius: 3vh;
    width: 60%;
    margin:auto;
}
.contenedor{
	padding: 50px;
}
.divRegistro input[type="text"],
.divRegistro input[type="number"],
.divRegistro input[type="email"],
.divRegistro input[type="password"],
.divRegistro input[type="date"],
.divRegistro select {
    border-radius: 100px;
    border: solid 2px #df1515;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    text-align: center;
    width: 100%;
    height: 40px;
}
.divRegistro2 input[type="text"],
.divRegistro2 input[type="number"],
.divRegistro2 input[type="email"],
.divRegistro2 input[type="password"],
.divRegistro2 input[type="date"],
.divRegistro2 select {
    border-radius: 100px 100px 100px 100px;
    border: solid 3px #FFF;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    text-align: center;
    width: 100%;
    height: 40px;
    background: transparent;
    color:white;

}
.divRegistro2 input[type="text"]::placeholder,
.divRegistro2 input[type="number"]::placeholder,
.divRegistro2 input[type="email"]::placeholder,
.divRegistro2 input[type="password"]::placeholder,
.divRegistro2 input[type="date"]::placeholder {
    color: #fff; 
    opacity: 1;
}
.divRegistro2 select {
    color: #FFF;
}

.divRegistro input::placeholder {
    font-size: 16px;
    color: black;
    text-align: center;
}
.divRegistro option {
    font-size: 14px;
}
.divRegistro #ckbox {
    width: 100%;
    height: 1.5rem;
    border-radius: 20%;
    border: solid 2px #fdb731;
}
.divRegistro .declaracionEntendimiento{
    font-size: 14px;
	color:#000;
}
.divRegistro .declaracionEntendimiento a{
	color:#000;
	font-weight:bold;
}
.divRegistro .conditionsRow {
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: center;
	background-color:#950000;
	border-radius:0vh 0vh 2vh 2vh;
	padding-bottom:5%;
  margin: auto;
}
#registrado{
	font-size:20px;
	color:white;
	font-style:italic;
  text-decoration: underline;
}
.divRegistro .botonEnviar {
    border-radius: 9px;
    font-weight: bolder;
    font-size: 19px;
    color: white;
    background-color: #cd0000;
    border: none;
    width: 12rem;
	margin-top:-2%;
   
}
.divRegistro2 .botonEnviar {
    border-radius: 10px;
    font-weight: bolder;
    font-size: 21px;
    color: white;
    background-color: #ffaf00;
    border: none;
    width: 17rem;
   
}
.divRegistro .ingresaFacturaBoton {
    height: 45px;
    width: 60%;
    margin-top: 0.5rem;
    background-size: contain;
    font-size: 21px;
    font-weight: bolder;
    background-color: white;
    border-radius: 9px;
    color: #950000;
    border-radius: 5vh;
}
.divRegistroNuevo .ingresaFacturaBoton {
    height: 34px;
    width: 55%;
    background-size: contain;
    font-size: 20px;
    font-weight: bolder;
    background-color: #283369;
    border-radius: 25px;
    color: white;
    margin-left: 23%;
    margin-top: 2%;
    display: block;
}
.divRegistro .registraFacturaRow {
    font-size: 20px;
    font-weight: bolder;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-input--error {
    border-radius: 100px 100px 100px 100px !important;
    border: solid 2px red !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    font-size: 13px !important;
}

.consultarParticipacion {
    font-family: "oswaldRegular";
    top: 50px;
    border-radius: 70px;
    border-width: 10px;
    border: solid 4px white;
    color: white;
    font-size: 22px;
    width: 70% !important;
    height: auto;
    text-align: center;
    padding-top: 15px;
    margin-left: 15%;
    margin-top: 7%;
}
.pagina3 {
    margin: 0;
    padding: 0;
    min-width: 100%;
    max-width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-items: center;
    margin-bottom: 5vh;
}
.pagina3 .barraImg {
    height: 90px;
    max-width: 99vw;
    min-width: 99vw;
    position: relative;
    top: 0;
    left: 0;
}

.pagina3 .consultatxt {
    width: 40rem;
}

.pagina3 .consultatxt__error {
    width: 40rem;
    border: 2px red solid !important;
}
.pagina3 .sombraConsultarParticipacion, .consultaTxtt{ 
	margin-top:5%;
	font-weight: 700;
    font-size: 30px;
    color: white; 
    line-height: normal;
}
.search{
	width: 50px;
	background-color:white;
}
.pagina3 .sombraConsultarParticipacion input {
    border-radius: 0vh 5vh 5vh 0vh;
    border: solid 2px #ffaf00;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    align-self: center;
    text-align: center;
    width: 65%;
    height:48px;
    background-color: transparent;
    color: white;
}

.pagina3 .sombraConsultarParticipacion input::placeholder{
  color: white;
}

.verGanadores{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
	  margin-top:10%;
}

.ver_ganadores{
    width: 40%;
    margin-left: 30%;
}


.texto{
  color:white;
  font-family: "oswaldRegular";
  font-size: 22px;
  letter-spacing: 1px;
}


.consultarParticipacion .consultarTexto{
    padding-left: 30px !important;
    padding-right: 30px;
}
.consultarParticipacion .textoRojo {
    color: #fbbe01;
}

.pagina1 {
    min-width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 700;
    font-size: 5vh;
}
.pagina1 .centroPag1 {
    margin-left: 0;
    margin-right: 0;
    display: block;
    align-items: center;
    text-align: center;
}
.pagina1 .centroPag1 .logosolo {
    width: 100%;
    margin-top:2%;
}
.mecanica-responsive, .mastica-responsive, .market-responsive{display:none;}
#img-ganador{
  width:24%;
}

.enlace{color:white; text-decoration:none;}
footer{
  background-color: #283369 !important;
    color: white;
    font-family: 'oswaldRegular';
    font-size: 16px;
    letter-spacing: 1px; 
}
#logo-footer{
  width: 108px;
    position: relative;
    left: 180px;
    bottom: 10px;
}

#participa2{display:none;}

/* PAGINA GANADORES*/
.divRegistroNuevo{
  background-color: white;
    border-radius: 5vh;
  margin-bottom:5%;
}
.mainRegistroNuevo {
    margin-top: 7%;
    margin-bottom: 4%;
}
.mainRegistroNuevo2 {
    margin-top: 3%;
    margin-bottom: 4%;
}
#mensaje{
  margin-top: 6%;
    font-family: 'oswaldMedium';
    color: white;
    font-size: 28px;
}

/*  MODAL INFROMACION USUARIO*/
.modal-content{
  background-color:white ;
  border-radius: 2.3rem;
}

.modal-footer, .modal-header{
  border: none;
  padding:0;
}
.cmodal__list {
    list-style: none;
    padding: 25px 0 0;
    margin: 0;
}
/*a los titulos le coloca el color border*/
.cmodal__item {
    border-radius: 10px;
    background-color: #fff;
    border: white;
    padding: 5px;
    margin-bottom: 10px;
}
/*titulos redondos y azules*/
.cmodal__label {
    background-color: white;
    color: #ec0026;
    padding: 5px 8px;
    min-width: 120px;
    border-radius: 35px;
    text-align: left !important;
    width: 40%;
    font-family: 'oswaldRegular';
}
/*boton cerrar del modal*/
.modal-header .close{
  margin:0;
  margin-right:10%;
}
/*titulo del modal*/
.cmodal-title{
  margin-left:23%;
}
/*subtitulo*/
.cmodal-subtitle{
  width:250px;
  font-size:1em;
}
.cmodal__value {
    color: #5f5f5f;
    font-weight: 500;
    font-size: 0.95rem;
}
.escribenos{
  margin-top:-9%;
}
.dudas{
  color: white;
    text-decoration: none;
    font-size: 30PX;
    font-family: 'oswaldMedium';
}
.exitoso{
  display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}
.tituloSeccion{
    position: relative;
    top: -30px;
}
.tituloSeccion2{
  position: relative;
    top: -66px;
  width: 100%;
}
.logoColombina{width:36%;}
.facturaRegistradaLabel1, .facturaRegistradaLabel3{
  font-family: 'oswaldRegular';
    font-size: 23px;
    color: #464646;
}
.facturaRegistradaLabel2{
  font-family: 'oswaldMedium';
    font-size: 74px;
    color: #283369;
    font-weight: bolder;
}
.logoAtunRegistroNuevo{width:100%; margin-bottom:10%;}
#nombre{
  position: relative;
    top: -51px;
    font-family: 'oswaldMedium';
    font-size: 33px;
    color:#fff;
    margin: auto;
}
.colFechaFactura{
  position: relative;
    top: 20px;
    color: #ffaf00;
}
.img-participante{
    width: 89%;
    position: relative;
    top: -89px;
    margin: auto;
}

/* RANCKING */
.duenios{
	background: linear-gradient(180deg, #ff002b, #cc001f);
	padding:0% 5% 0% 5%;
	border-radius:3vh;
}
.img-duenios{
	width: 70%;
    margin-top: -8%;
}
.ranking-empty {
    text-align: center;
    padding: 20px;
    margin-top: 15px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    font-style: italic;
    font-size: 16px;
}
.ranking-container {
    width: 100%;
    margin: auto;  
    padding: 20px;
    border-radius: 20px;
    font-family: Arial, sans-serif;
    color: #fff;
    max-height: 260px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
}

.ranking-container::-webkit-scrollbar {
    width: 6px;
}

.ranking-container::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.ranking-container::-webkit-scrollbar-track {
    background: transparent;
}

/* Encabezado */
.ranking-header {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    padding: 10px 15px;
    border-bottom: 2px solid rgba(255,255,255,0.5);
}

/* Filas */
.ranking-item {
    display: flex;
    justify-content: space-between;
    padding: 12px 15px;
    margin-top: 10px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}

/* Hover opcional */
.ranking-item:hover {
    background: rgba(255, 255, 255, 0.15);
}

/* Top 1 destacado */
.ranking-item.top {
    border: 2px solid #ffcc00;
    background: transparent;
}

/* Columnas */
.ranking-item span,
.ranking-header span {
    width: 33%;
    text-align: center;
}

/* Ajustes específicos */
.ranking-item span:nth-child(2),
.ranking-header span:nth-child(2) {
    text-align: left;
}

#dummie{
	width:100%;
}

.jg-footer{
    width: 34%;
  margin-left: 13%;

}
.lg-footer{
     width: 33%;
    margin-left: 3%;
}
.participa{
  width: 50%;
  margin-top: 4%;
}
.participar{
  margin-top: 5%;
}
.enlace{
  margin-top: 6%;
}


/*  VERSION RESPONSIVE*/
@media (min-width:180px) and (max-width:400px) {
  
  .participa{
    width: 88%;
  }

.jg-footer{
  width: 54%;
  margin-left:1%;
  margin-bottom: 10%;
}
.lg-footer{
 width: 50%;
 margin-left: 0%;
}
.ranking-container{
  padding: 11px;
}
	.footer__col{display:none;}
  .logo-ganadores {
    width: 100%;
    margin-top: 38%;
  }
	.consultar{
		width: 70%;
		margin-left: 15%;
	}
	#logo2, #logo3 {
		margin-left: 26%;
		width: initial;
	}
  .logosolo2 {
    margin-left: 0%;
  }
  #vigencia, #dummie{width:100%;}
	#registra-tus-facturas {
		margin-top: -20%;
		width: 100%;
	}
  .pagina1 .centroPag1 .logosolo, #participar {
        width: inherit;
        height: inherit;
    }
  #women{
    background-image: none;
    margin-top: 2%;
    height: 192px;
    flex-direction:column;
  }
  .img-p4{
    position: relative;
    top: -17%;
    left: 32%;
    width: 238px;
  }
  .consultarParticipacion {
    font-size: 11px;
    width: 100% !important; 
    margin-left:0%;
  }
  .logoAtunRegistro {
    position: relative;
    top: 3.5vh;
    width: 100%;
  }
  .form {
    border-radius: 3vh;
    width: 95%;
    margin: auto;   
  }
  .completa{
    font-size: 17px;
  }
  .divRegistro .botonEnviar{
    margin-top: -5%;
  }
  .divRegistro .ingresaFacturaBoton { 
    margin-top: 0.5rem;
    font-size: 16px;
    font-weight: bolder;
    width: 100%;
  }
  .pagina3 .sombraConsultarParticipacion input{
    font-size: 8px;
  }
  .pagina3 .sombraConsultarParticipacion, .consultaTxtt{
    font-size: 23px;
  }
  .ver_ganadores {
    font-size: 23px;
    width: 80%;
    margin-left: 10%;
  }
  .texto{font-size:15px;}
  .texto2{font-size:13px;}
  .bolsa {
    margin-top: -5%;
  }
  #img-ganador{
     width:50%;
  }
  .r-ganadores{
    width: 100%;
    margin-top: 26%;
    color: white;
    font-family: 'oswaldRegular';
  }
  .generalHome {margin-top:33%; max-width: 100vw;}
  .participar{
    width: 100%;
    margin-top: 4%;
    line-height: normal;
  }
  .footer-copyright, .enlace{
    font-size:13px; 
    color:white; 
    margin-top: 20%;
  }
   .tyc{font-size:15px;}
  .footer1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-content: space-around;
    justify-content: center;
    align-items: center;
  }
  #logo-footer{
    width: 108px;
    margin-left: -24%;
    margin-top: 4%;
  }

  
  .cmodal__label{font-size:13px;}
  .mt-2{width: 97%;}
  .tituloSeccion {
    position: relative;
    top: -30px;
    
  }
  .divRegistroNuevo .ingresaFacturaBoton {
    width: 70%;
    margin-left: 15%;
    margin-top: 2%;
    display: block;
  }
  .exitoso {
    margin-top: 18%;
    margin-bottom: 7%;
  }
  .logoColombina {
    width: 36%;
  }
  .img-participante{
    top: -58px;
  }
  .escribenos {
    margin-top:-30%;
  }
  .registroNuevoContainer{margin-top:30%;}
  .colBlanco{display:none;}
  .colFechaFactura {
    position: relative;
    left: 5%;
    top: 6px;
    color: #ffaf00;
  }
  
  .tituloSeccion2 {
    top: -55px;
  }
  #nombre {
    font-size: 23px; 
  } 
  div .divRegistro2{
    width:90%;
  }
    .contenedor{
      padding: 20px;
      margin-top: 3%;
    }
    .premio{
      width: 100%;
      margin-left: 1%;
    }


  /*HORIZONTAL*/
  @media (orientation: landscape) {
    .row{
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: 0px;
      margin-left: 02px;
      flex-direction: row;
      align-content: space-around;
    }
    .img-p{width:inherit;}
    .button__menu{width:12.4rem !important; font-size:13px !important;}
    #participa2{display:inline;}
    #participa{display:none;}
    #d-mecanica, #d-mecanica2 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 100%;
    }
    .generalHome {margin-top:32%; max-width: 100vw;}
    
    .escribenos {
      margin-top: 0%;
    }
    .ganadores {
      margin-top: 15%;
    }
	  #logo2, #logo3 {
		margin-left: 35%;
		width: initial;
	}
  }
}
@media (min-width:400px) and (max-width:770px) {
   .participa{
    width: 88%;
  }

.footer__col{display:none;}
.logoAtunRegistroNuevo{
	margin-left:4%;
}
.consultar{
	width: 70%;
    margin-left: 15%;
}
#registra-tus-facturas {
    margin-top: -20%;
    width: 100%;
}	
#vigencia, #dummie{width:100%;}
  .colBlanco{display:none;}
  .colFechaFactura {
    position: relative;
    left: 5%;
    top: 6px;
    color: #ffaf00;
  }
  div .divRegistro2{
    width:90%;
  }
  
  .tituloSeccion2 {
    top: -60px;
  }
 
  .logosolo2{
    margin-left:6%;
  }
  .pagina1 .centroPag1 .logosolo, #participar {
        width: inherit;
        height: inherit;
    }
  #women{
    background-image: none;
    margin-top: 2%;
    height: 192px;
    flex-direction:column;
  }
  .img-p4{
    position: relative;
    top: -17%;
    left: 43%;
    width: 238px;
  }
  .consultarParticipacion {
    font-size: 12px;
    width: 100% !important; 
    margin-left:0%;
  }
  .logoAtunRegistro {
    position: relative;
    top: 3.5vh;
    width: 100%;
  }
  .form {
    border-radius: 3vh;
    width: 95%;
    margin: auto; 
  }
  .divRegistro .ingresaFacturaBoton {   
    margin-top: 0.5rem; 
    font-size: 19px;
    font-weight: bolder;
    width: 100%;
  }
  .img-duenios {
    width: 90%;
    margin-top: -10%;
}
  .participar{
    width: 100%;
  }
  .completa{
    font-size: 17px;
  }
  .divRegistro .botonEnviar{
    margin-top: -4%;
  }
  .ver_ganadores {
    font-size: 23px;
    width: 80%;
    margin-left: 10%;
  }
  .texto{font-size:15px;}
  .texto2{font-size:13px;}
  .bolsa {
    margin-top: -5%;
  }
  .logo-ganadores {
    width: 100%;
    margin-top: 26%;
  }
  #img-ganador {
    width: 50%;
    margin-bottom: 30px;
  }
  .r-ganadores{
    width: 100%;
    margin-top: 26%;
    color: white;
    font-family: 'oswaldRegular';
  }
  .generalHome {margin-top:28%; max-width: 100vw;}
  .footer-copyright, .enlace{font-size:13px; color:white;}
    .tyc{font-size:15px;}
  #logo-footer {
    width: 108px;
    margin-left: -13%;
    margin-top: 10px;
  }
 #logo2, #logo3 {
    margin-left: 26%;
    width: initial;
}

  .cmodal__label{font-size:13px;}
  .mt-2{width: 97%;}
  .tituloSeccion {
    position: relative;
    top: -33px;
	width:85%;
    
  }
  .divRegistroNuevo .ingresaFacturaBoton {
    width: 70%;
    margin-left: 15%;
    margin-top: 2%;
    display: block;
  }
  .exitoso {
    margin-top: 18%;
    margin-bottom: 7%;
  }
  .logoColombina {
    width: 36%;
  }
  .img-participante{
    top: -58px;
  }
  .escribenos {
    margin-top:-50%;
  }
  .registroNuevoContainer{
    margin-top:30%;
  }
  .premio{margin-top: 7%; width: 100%;}
   .contenedor{
      padding: 16px;
    }
  
  /*HORIZONTAL*/
  @media (orientation: landscape) {
    .row{
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: 0px;
      margin-left: 0px;
      flex-direction: row;
      align-content: space-around;
    }
    .img-p{width:inherit;}
    .button__menu{width:12.4rem !important; font-size:13px !important;}
    #participa2{display:inline;}
    #participa{display:none;}
    #d-mecanica, #d-mecanica2 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 100%;
    }
    .generalHome {margin-top:17%; max-width: 100vw;}
    .logosolo2 {
      margin-left: 25%;
      position: relative;
      top: 40px;
    }
    .img-p4 {
      position: relative;
      top: -20%;
      left: 4%;
      width: 238px;
    }
    .logoAtunRegistro {
      position: relative;
      top: 11.5vh;
      width: 100%;
    }
    
    .pagina3 .sombraConsultarParticipacion input {
      font-size: 11px;
    }
   
    .ver_ganadores {
      font-size: 23px;
      width: 60%;
      margin-left: 20%;
    }
    #logo-footer {
      width: 108px;
      margin-left: 17%;
      margin-top: 3%;
    }
    .logo-ganadores {
      width: 50%;
      margin-top: 3%;
    }
    .escribenos {
      margin-top: 0%;
    }
    .ganadores {
      margin-top: 15%;
    }
	 #logo2, #logo3 {
		margin-left: 35%;
		width: initial;
	}
  }
}

@media (min-width:800px) and (max-width:1180px){
	#participar, #vigencia{
		width: inherit;
	}
  .divRegistro .ingresaFacturaBoton{
  	width: 50%;
   }
  .button__menu2, .button__menu_fact, .button__menu{ font-size:13px !important;}
  .generalHome {margin-top:25%; max-width: 100vw;}
  .img-p{width:inherit;}
  .pagina1 .centroPag1 .logosolo {
    width: 100%;
    margin-top: 4%;
    margin-bottom: 4%;
  }
  #women {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 93% 100%;
    margin-top: 7%;
    width: 100%;
    height: 680px;
  }
  .img-p5 {
    width: 50%;
    position: relative;
    top: -2%;
    right: 12%;
  }
  .img-p4 {
      position: relative;
    top: -10%;
    left: 28%;
    width: 83%;
  }
  .consultarParticipacion {
    width: 90% !important;
    margin-left: 5%;
  }
  .form {
    width: 75%;
    margin:auto;
  }
  .divRegistro .botonEnviar {
	  margin-top:-4%; 
  }
  .logoAtunRegistro {
    position: relative;
    top: 4vh;
  }
 
  .pagina3 .sombraConsultarParticipacion input{
	width: 74%;
  }
  
  .ver_ganadores {
    width: 50%;
    margin-left: 25%;
  }
  footer {
    font-family: 'oswaldRegular';
    font-size: 16px;
    letter-spacing: 1px;
  }
  .enlace {
    text-decoration: none;
  }
  #logo{
    position: relative;
      right: 104px;
  }
  #logo2{
  	position: relative;
    right: 120px;
  }
  #logo3{
  	position: relative;
    right: 48px;
  }
  #logo4{
	position: relative;
    left: 35px;
  }
  #logo-footer{
    position: relative;
      left: 124px;
    width: 121px;
  }
  .escribenos {
    margin-top: -4%;
  }
  .completa{
    color:white;
    font-size:25px;
  }
 
  .img-duenios{
	  width: 90%;
    margin-top: -11%;
  }

  /*HORIZONTAL */
  @media (orientation: landscape) {
    .button__menu2, .button__menu_fact, .button__menu{font-size:13px !important;}
    .img-p{width:inherit;}
    .generalHome {margin-top:9%; max-width: 100vw;}
    .pagina1 .centroPag1 .logosolo {
      width: 100%;
      margin-top: 4%;
      margin-bottom: 4%;
    }
    #women {
      background-position: top center;
      background-repeat: no-repeat;
      background-size: 93% 100%;
      margin-top: 7%;
      width: 100%;
      height: 680px;
    }
    .pagina3 .sombraConsultarParticipacion input {
      font-size: 13px;
    }
    .ganadores {
      margin-top: 15%;
    }
  }
  
}
@media (min-width:1215px) and (max-width:1300px){
  .button__menu2, .button__menu_fact, .button__menu{
    font-size:16px !important;
  }
}
@media (min-width: 1871px){
  .btn-tyc {
    margin-right: 16%;
  }
  #menu{
    justify-content:space-evenly;
    padding: 0.4rem 23rem;
    align-items: center
  }
}
@media (max-width: 991.98px) {
  #logcolombina{width: 115px;margin-left:-42px;}
  .navbar {
    display: none !important;
    height: 4rem !important;
    padding-bottom: 1rem;

  }
  .navbar__col {
    text-align: center !important;
    padding: 1%;
  border-top:1px solid white;
  color:white;
  }

  .navbar__col__toggle {
    display: block;
    align-self: center;
  }

  .navbar__responsive {
    display: block !important;
  }

  .button__menu__link {
    width: 15rem !important;
  }
}


