@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

h1,

h2,

h3,

h4,

h5,

h6,

p,

body {

  margin: 0;

}

a {

  text-decoration: none;

}

p {

  font-size: 1.5rem;

  margin: 15px 0;

  line-height: 1.8;

}

h1 {

  font-size: 2.5rem;

}

h2 {

  font-size: 2.8rem;

}

h3 {

  font-size: 1.8rem;

}

#contenedorvariantes
{
    padding-left: 280px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
}


.NivelPremioDisponible
{
    width: auto; 
    height: auto; 
    box-sizing: border-box; 
    color: #414242; 
    background-color: #fff; 
    border-radius: 20px; 
    -webkit-box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.1); 
    box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.2); 
    padding: 20px; 
    display: flex;
    flex-direction: column;
}

.texto1nivel
{
    background-color: #ffe2e3; 
    padding: 10px; 
    color: #ff020d; 
    box-sizing: border-box; 
    border-radius: 10px;
    font-size: 16px;
}

.texto2nivel
{
    font-size: 50px; 
    color: #000;
}

.texto3nivel
{
    font-size: 14px;
}


.ImagenVariantes
{
    width: 80px; 
    height: auto; 
    box-sizing: border-box; 
    cursor: pointer;
}


.portada
{
    width: 240px; 
    height: auto; 
    padding: 20px; 
    box-sizing: border-box;
    display: flex; 
    flex-direction: column; 
    align-items: center;
}

.portada > a
{
    width: 100%; 
    height: 200px; 
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-color: #fff; 
    border-radius: 20px; 
    -webkit-box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.1); 
    box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.2); 
    text-align: center;
}

.grilla_premios
{
    width: 100%; 
    height: auto; 
    box-sizing: border-box; 
    display: flex; 
    flex-wrap: wrap; 
    justify-content:center;
    align-items: stretch;
    padding-top: 40px; 
    padding-bottom: 40px; 
    gap:40px;
}


.anuncio
{
    position: fixed; 
    display: flex; 
    background-color: rgba(0,0,0,0.7); 
    justify-content: center; 
    align-items: center; 
    z-index: 100; 
    width: 100%; 
    height: 100%;
    top: -200%;
    
    transition: all 0.5s ease-out;
}

.anuncio.toggle
{
    top: 0px;
    
    transition: all 0.5s ease-out;
}







.chat-blanco 
{
    background-color:#f8f5ff;
    font-size:14px;
    line-height:20px;
    padding:20px;
    position:relative;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    display: flex;
    flex-direction: column;
	color: #000;
	font-weight: 600;
}

.chat-verde 
{
    background-color:#f5ffce;
    font-size:14px;
    line-height:20px;
    padding:20px;
    position:relative;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    display: flex;
    flex-direction: column;
	color: #000;
	font-weight: 600;
}







.letrero
{
    width: 90%; 
    height: auto;
    max-width: 1350px;
    background-color: #fbfbfb; 
    overflow: hidden; 
    border-radius: 20px; 
    position: relative;
}




.botonmarket
{
    animation: botonmarket 2s infinite;
	color: #000;
}


@keyframes botonmarket
{
  50%{
  background-color: #fff;
  color: #000;
  }
  100%{
  background-color:#EF0003;
  color: #fff;
  }
}


.botonmarket2
{
    animation: botonmarket2 3s infinite;
	
	padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
	border:2px solid #EF0003;
	color: #000;
    
    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}


@keyframes botonmarket2
{
  20%{
  background-color: #fff;
  color: #000;
  }
  50%{
  background-color:#EF0003;
  color: #fff;
  }
}



.flecha
{
    animation: flecha 1s infinite;
}


@keyframes flecha
{
  50%{
  margin-right: 5px;
  }
  100%{
  margin-right: 20px;
  }
}



.mensajechat
{
	font-family: 'Open Sans', sans-serif; 
	border: 0;  
	box-sizing: border-box; 
	width: 100%;
	font-size: 14px;
	letter-spacing: -0.5px;
	font-weight: 600;
}

.mensajechat:focus
{
	border:0px;
	outline: none;
}

.mensajechat:hover
{
	border:0px;
	outline: none;
}




::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}

::-webkit-scrollbar-thumb {
  background-color: #ffcece;
}




.VentanaNuevaResena
{
    position: fixed; 
    width: 100%; 
    height: 100%; 
    background: rgba(0,0,0,0.9); 
    z-index: 10000; 
    display: flex;
    justify-content: center; 
    align-items: center;
    top: -120%;
    
    transition: all 0.5s ease-out;
}


.VentanaNuevaResena.toggle
{
    top: 0;
    transition: all 0.5s ease-out;
}





.boton_pestana
{
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 10px 10px 0px 0px;
    background-color: #eeeeee;
    color: #000000;
    font-weight: 700;
    letter-spacing: -0.5px;
    transition: all 0.5s ease-out;
    font-size: 14px;
    cursor: pointer;
}

.boton_pestana:hover
{
    color: #ffffff;
    background: rgba(233,8,9,1);
    transition: all 0.5s ease-out;
}

.boton_pestana_seleccionado
{
    color: #ffffff;
    background: rgba(233,8,9,1);
    transition: all 0.5s ease-out;
}




.sub-eng {

  font-size: 2.3rem;

}


.ventanaanuncios
{
    width: 260px; 
    height: 190px; 
    position: fixed; 
    bottom: -240px; 
    left: 10px; 
    z-index: 2000; 
    background-color: #f8f9fa; 
    border: 1px solid #41c234; 
    border-radius: 15px; 
    box-sizing: border-box; 
    display: flex; 
    justify-content: center; 
    align-items: center;
    
    transition: all 0.5s ease-out;
}

.ventanaanuncios.toggle
{ 
    bottom: 10px;
    
    transition: all 0.5s ease-out;
}



body
{
    background-color: #f8f9fa;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="number"]
{
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  font-size: 14px;
  color: #000000;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
}



input[type="text"]:focus-visible,
input[type="email"]:focus-visible,
input[type="search"]:focus-visible,
input[type="password"]:focus-visible,
input[type="number"]:focus-visible
{
  outline: #ff0500;
  border: 1px solid #000;
  
}






.anuncio
{
    position: fixed; 
    display: flex; 
    background-color: rgba(0,0,0,0.9); 
    justify-content: center; 
    align-items: center; 
    z-index: 2000; 
    width: 100%; 
    height: 100%;
    top: -200%;
    
    transition: all 0.5s ease-out;
}

.anuncio.toggle
{
    top: 0px;
    
    transition: all 0.5s ease-out;
}



.letrero
{
    width: 90%; 
    height: auto;
    max-width: 800px;
    background-color: #fbfbfb; 
    overflow: hidden; 
    border-radius: 20px; 
    position: relative;
    padding: 30px;
}




.textarea
{
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  font-size: 14px;
  color: #000000;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

.textarea:focus-visible
{
  outline: #ff0500;
  border: 1px solid #000;
}



select
{
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  font-size: 14px;
  color: #777777;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
}
select:hover{
	outline:none;
}
select:focus{
	outline: #ff0500;
    border: 1px solid #000;
}
/* ****************************** */



input[type="file"]
{
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  font-size: 14px;
  color: #777777;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
}



input[type="file"]:focus-visible
{
  outline: #ff0500;
  border: 1px solid #000;
}



.menu_movil
{
	position: fixed;
	z-index: 6000;
	width: 100%;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
    background: rgb(254,59,86);
    background: linear-gradient(90deg, rgba(254,59,86,1) 0%, rgba(233,8,9,1) 100%);
    
	display: flex;
	top:-120%;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.Pie
{
    padding: 20px;
    padding-left:280px; 
}


.botones_resenas
{
    position: absolute; 
    right: 0px; 
    top: 0px; 
    display: flex;
    height: auto;
    width: 410px;
    justify-content:flex-end;
}

.ResenaPromedio
{
    width: 200px; 
    display: flex; 
    flex-direction: column; 
    line-height: 26px;
}

.ResenaEstadisticas
{
    display: flex; 
    flex-direction: column; 
    line-height: 26px; 
    border-left: 1px solid #ccc; 
    padding-left: 30px; 
    min-width: 350px;
}

.resenassubcontenedor
{
    width: 100%; 
    height: auto; 
    align-items: center; 
    position: relative; 
    display: flex;
}


.mostrar_menu_movil
{

	top:0px;
}



.degradado_rojo
{
    background: rgb(186,0,4);
    background: linear-gradient(162deg, rgba(186,0,4,1) 0%, rgba(225,0,25,1) 100%);
}

.degradado_azul
{
    ackground: rgb(32,197,253);
    background: linear-gradient(90deg, rgba(32,197,253,1) 0%, rgba(33,123,254,1) 100%);
}

.sombra
{
    -webkit-box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.4);
    box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.4); 
}


.widget4
{
    width: 24%;
    height: auto;
    background-color: #FFFFFF; 
    display: flex; 
    align-items: center; 
    box-sizing: border-box;
    -webkit-box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.1);
    box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.1); 
    border-radius: 20px; padding: 20px;
}

.widget4MarginLeft
{
    margin-left: 0px;
}




#resultados
{
    /*overflow-x: auto; */
}



.Alertas
{
	position:fixed;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.4);
	z-index:1000;
	display:none;
	justify-content:center;
	align-items:center;
}
.Alertas.toggle
{
	display:flex;
}

.AlertasContenedor
{
	width:65%;
	max-width:480px;
	background-color:#FFFFFF;
	padding:40px;
	text-align:center;
	border-radius: 6px;
}




.cargandoprincipal
{
	background: rgba(255,255,255,0.9);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 2000;
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}


.FlexDireccion
{
    flex-direction: row;
}

.menu_contenedor
{
    width: 280px; 
    height: 100%;
    left: 0px;
    background-color: #f8f9fa; 
    position: fixed;  
    z-index: 1000;
    
    -webkit-box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.4); 
    box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.4);
    
    -webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
}


.menu
{
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content:flex-start;
    flex-direction: column;
    padding: 30px;
    box-sizing: border-box;
    
    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.boton_menu
{
    width: 100%;
    height: 50px;
    border-radius: 15px;
    margin-top: 15px;
    display: flex;
    justify-content:flex-start;
    align-items: center;

    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.boton_menu:hover
{
    background-color: #0d161f;
    
    
    -webkit-box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.2); 
    box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.2);
    
    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.boton_menu_hover
{
    background-color: #0d161f;
    
    -webkit-box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.2); 
    box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.2);
}

.boton_menu_hover span
{
    color: #fff;
}

.icono_boton_menu
{
    margin-left: 15px;
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 12px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    
    -webkit-box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.3); 
    box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.3);
    
    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
    
}

.boton_menu:hover .icono_boton_menu
{
    -webkit-box-shadow: 5px 5px 22px -7px rgba(0,0,0,0); 
    box-shadow: 5px 5px 22px -7px rgba(0,0,0,0);
    
    background-color: red;
    
    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
    
}



.texto_boton_menu
{
    margin-left: 15px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    letter-spacing: -0.5px;
    
    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}


.boton_menu:hover .texto_boton_menu
{
    margin-left: 25px;
    font-weight: 600;
    color: #fff;
    
    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
    
}


.boton_menu:hover .icono_menu_blanco
{
    display: block;
    
    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}


.boton_menu:hover .icono_menu_gris
{
    display: none;
    
    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}


.icono_menu_blanco
{
    display: none;
}

.icono_menu_gris
{
    display: block;
}


.icono_seleccionado
{
    -webkit-box-shadow: 5px 5px 22px -7px rgba(0,0,0,0); 
    box-shadow: 5px 5px 22px -7px rgba(0,0,0,0);
    
    background-color: red;
    
    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
    
}


.boton_top
{
    display: flex; 
    align-items: center;
    height: 30px;
    
    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.boton_top > span
{
    color: #414242; 
    font-size: 14px; 
    letter-spacing: -0.5px; 
    margin-left: 3px;
    font-weight: 600;
    
    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.boton_rojo
{
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    
    background: rgb(254,59,86);
    background: linear-gradient(90deg, rgba(254,59,86,1) 0%, rgba(233,8,9,1) 100%);
    
    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.boton_rojo:hover
{
    -webkit-box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.4); 
    box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.4);
    
    -webkit-transform: translateY(-0.30em);
    transform: translateY(-0.30em);
      
    -webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
}



.boton_rojo_silueta
{
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    color: #000;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border:1px dashed #ed0814;
    
    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.boton_rojo_silueta:hover
{
    -webkit-box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.4); 
    box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.4);
    
    -webkit-transform: translateY(-0.30em);
    transform: translateY(-0.30em);
      
    -webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
}



.boton_azul
{
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    
    background: rgb(32,197,253);
    background: linear-gradient(90deg, rgba(32,197,253,1) 0%, rgba(33,123,254,1) 100%);
    
    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.boton_azul:hover
{
    -webkit-box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.4); 
    box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.4);
    
    -webkit-transform: translateY(-0.30em);
    transform: translateY(-0.30em);
      
    -webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
}





.boton_negro
{
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    
    background: rgb(44,49,84);
    background: linear-gradient(90deg, rgba(44,49,84,1) 0%, rgba(30,23,40,1) 100%);
    
    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.boton_negro:hover
{
    -webkit-box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.4); 
    box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.4);
    
    -webkit-transform: translateY(-0.30em);
    transform: translateY(-0.30em);
      
    -webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
}






.boton_rojo_web
{
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #000;
    border-radius: 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border:1px solid #fff;
    letter-spacing: -0.5px;
    
    
    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.boton_rojo_web:hover
{
    border:1px solid #DD0003;
    
    -webkit-box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.4); 
    box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.4);
    
    -webkit-transform: translateY(-0.30em);
    transform: translateY(-0.30em);
      
    -webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
}


.boton_verde
{
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    
    background: rgb(130,225,47);
    background: linear-gradient(90deg, rgba(130,225,47,1) 0%, rgba(65,194,52,1) 100%);
    
    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.boton_verde:hover
{
    cursor: pointer;
    -webkit-box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.4); 
    box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.4);
    
    -webkit-transform: translateY(-0.30em);
    transform: translateY(-0.30em);
      
    -webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
}


.boton_gris
{
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    
    background: rgb(158,174,206);
    background: linear-gradient(90deg, rgba(158,174,206,1) 0%, rgba(122,140,171,1) 100%);
    
    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.boton_gris:hover
{
    -webkit-box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.4); 
    box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.4);
    
    -webkit-transform: translateY(-0.30em);
    transform: translateY(-0.30em);
      
    -webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
}




.boton_gris_claro
{
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
    
    background-color: #F0F0F0;
	color:#868686;
    
    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.boton_gris_claro:hover
{
    -webkit-box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.4); 
    box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.4);
    
    -webkit-transform: translateY(-0.30em);
    transform: translateY(-0.30em);
      
    -webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
}






.boton_blanco_linea
{
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    
    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.boton_blanco_linea:hover
{
    -webkit-box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.4); 
    box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.4);
    
    -webkit-transform: translateY(-0.30em);
    transform: translateY(-0.30em);
      
    -webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
}




.boton_paginador
{
    width: 30px; 
    height: 30px; 
    display: flex; 
    justify-content: center; 
    align-items: center;  
    font-weight: 600; 
    font-size: 14px; 
    border: 1px solid #dee2e6; 
    border-radius: 20px;
    color: #474747;
    
     -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
}

.boton_paginador:hover
{
    background-color:#f1f1f1;
    cursor: pointer;
}

.boton_paginador_seleccionado
{
    color: #fff;
    border: 0px solid #e90809; 
    background: rgb(254,59,86);
    background: linear-gradient(90deg, rgba(254,59,86,1) 0%, rgba(233,8,9,1) 100%);
}





.etiqueta_gris
{
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
    color: #414242;
    border-radius: 10px;
    border: 1px solid #414242;
}


.etiqueta_verde
{
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
    color: #3dbf34;
    border-radius: 10px;
    border: 1px solid #3dbf34;
}

.etiqueta_roja
{
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
    color:#C00003;
    border-radius: 10px;
    border: 1px solid #C00003;
}

.etiqueta_azul
{
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
    color: #005ce5;
    border-radius: 10px;
    border: 1px solid #005ce5;
}

.todo
{
    width: 100%;
    height: 100%; 
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex; 
    justify-content: center; 
    align-items: center; 
    padding: 30px; 
    flex-direction: column; 
    box-sizing: border-box; 
    padding-left: 310px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -o-transition:all 1s ease;
}

.Top
{
    padding-left: 310px;
}


.boton_menu_principal
{
    display: none;
    margin-right: 30px;
    
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -o-transition:all 1s ease;
}


.menu_contenedor.toggle
{
    left: 0px;
    -webkit-box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.4); 
    box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.4);

    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
}

.cross_menu
{
    position: absolute; 
    top: 20px; 
    right: 20px;
    display: none;
}

.soloPcFlex
{
    display: flex;
}

.soloPcCelda
{
    display: table-cell;
}

.soloMovilFlex
{
    display: none;
}

.tituloseccion
{
    width: 100%; 
    box-sizing: border-box; 
    font-size: 35px; 
    font-weight: 700; 
    color: #414242; 
    letter-spacing: -1px;
}

.titulomarket
{
    font-size: 35px!important;
}

.PcDerechaMovilCentro
{
    justify-content:flex-end;
}

.PcIzquierdaMovilCentro
{
    justify-content:flex-start;
}

.contenedor_login
{
    display: flex; 
    justify-content: center; 
    align-items: center; 
    width: 100%; 
    height: 100vh;
}

.contenedor_login_1
{
    margin-top: 0px;
    margin-bottom: 0px;
}

.globochat
{
    width: 250px;
    height: auto;
}

.CampoContrasena
{
    width: 30%;
    box-sizing: border-box;
}


.WidgetIzquierdo
{
    width: 50%; 
    height: auto; 
    box-sizing: border-box; 
    font-size: 14px; 
    color: #414242; 
    background-color: #fff; 
    border-radius: 20px;
    margin-top: 20px; 
    -webkit-box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.1); 
    box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.1); 
    padding: 30px; 
    margin-right: 10px;
}

.WidgetDerecho
{
    width: 50%; 
    height: auto; 
    box-sizing: border-box; 
    font-size: 14px; 
    color: #414242; 
    background-color: #fff; 
    border-radius: 20px; 
    margin-top: 20px; 
    -webkit-box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.1); 
    box-shadow: 5px 5px 22px -7px rgba(0,0,0,0.1); 
    padding: 30px; 
    margin-left: 10px;
}


.PieRegistro
{
    width: 100%; 
    display: flex; 
    justify-content: space-between; 
    align-items:flex-end; 
    margin-top: 80px;
}

.contenedorwidget4
{
    width: 100%; 
    max-width: 1815px; 
    margin: 0 auto; 
    left: 0; 
    right: 0; 
    height: auto; 
    box-sizing: border-box; 
    display: flex; 
    justify-content: space-between; 
    flex-wrap: wrap; 
    position: relative;
}

.contenedorbannerprincipal
{
    width: 100%; 
    max-width: 1815px; 
    margin: 0 auto; 
    left: 0; 
    right: 0; 
    height: auto; 
    box-sizing: border-box; 
    display: flex;
    flex-direction:row;
    position: relative;
}


.contenedorwidget3
{
    width: 100%; 
    max-width: 1815px; 
    margin: 0 auto; 
    left: 0; 
    right: 0; 
    height: auto; 
    box-sizing: border-box; 
    display: flex; 
    justify-content:space-around; 
    flex-wrap: wrap; 
    position: relative;
}


.contenedor1
{
	float:left;
	width:100%;
	height:auto;
	box-sizing:border-box;
    overflow: hidden;
}
  
  
.contenedor2
{
	float:left;
	width:50%;
	height:auto;
	box-sizing:border-box;
    overflow: hidden;
}
  
  
.contenedor3
{
	float:left;
	width:33.3333%;
	height:auto;
	box-sizing:border-box;
    overflow: hidden;
}

.contenedor4
{
	float:left;
	width:25%;
	height:auto;
	box-sizing:border-box;
    overflow: hidden;
}


.titulobanner
{
    margin: 0px; 
    padding: 0px; 
    font-size: 70px; 
    color: #2c2c2c; 
    letter-spacing: -1px; 
    line-height: 60px; 
    font-weight: 800;
}

.subtitulobanner
{
    margin: 0px; 
    padding: 0px; 
    font-weight: 400;  
    margin-top: 20px; 
    letter-spacing: -1px;
    font-size: 30px;
    line-height: 28px
}

.Padding40y20
    {
        padding: 40px;
    }


@media screen and (max-width: 1385px)
{    
    .titulomarket
    {
        font-size: 28px!important;
    }
    
    .menu_contenedor
    {
        left: -285px;
        
        -webkit-transition:all 1s ease;
	    -moz-transition:all 1s ease;
	    -o-transition:all 1s ease;
    }
    
    #contenedorvariantes
    {
        padding-left: 0px;
    }
    
    .todo
    {
        padding-left: 30px;
        
        -webkit-transition:all 1s ease;
	    -moz-transition:all 1s ease;
	    -o-transition:all 1s ease;
    }
    
    .Pie
    {
        padding-left:0px; 
    }
    
    .boton_menu_principal
    {
        display: block;
    }
    
    .cross_menu
    {
        display: block;
    }
    
    .menu
    {
        width: 285px;
        height: 100%;
        display: flex;
        position: relative;
        align-items: center;
        justify-content:flex-start;
        flex-direction: column;
        padding: 30px;
        box-sizing: border-box;

        -webkit-transition:all 2s ease;
        -moz-transition:all 2s ease;
        -o-transition:all 2s ease;
    }
    
    .Top
    {
        padding-left: 30px;
    }
    
    .widget4
    {
        width: 44%;
        margin-top: 20px;
    }
    
    .contenedorwidget4
    {
        justify-content:space-around;
    }
}



/* Tamaño latop */

@media screen and (max-width: 1024px) 
{
    .texto1nivel
    {
        font-size: 10px;
    }

    .texto2nivel
    {
        font-size: 40px;
    }

    .texto3nivel
    {
        font-size: 10px;
    }
    

    .portada
    {
        width: 180px;
    }
    
    .portada > a
    { 
        height: 140px;
    }
    
    .grilla_premios
    {
        gap:0px;
        padding: 0px;
    }
    
    .titulomarket
    {
        font-size: 24px!important;
    }

    .rfqvista2
    {
         flex-wrap: wrap;
    }
    
    .contenedor2
    {
        float:left;
        width:50%;
        height:auto;
        box-sizing:border-box;
    }


    .contenedor3
    {
        float:left;
        width:50%;
        height:auto;
        box-sizing:border-box;
    }

    .contenedor4
    {
        float:left;
        width:50%;
        height:auto;
        box-sizing:border-box;
    }
    
    .titulobanner
    {
        font-size: 50px;
        line-height: 50px;
    }
    
    .subtitulobanner
    {
        font-size: 26px;
        line-height: 26px;
    }
    
    
    .botones_resenas
    {
        position: relative; 
        flex-direction: column;
        justify-content:space-between;
        align-items: center;
        height: 120px;
        width: 100%;
    }
    
    .ResenaPromedio
    {
        padding: 0px;
        margin: 0px;
        margin-top: 50px;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    
    .ResenaEstadisticas
    { 
        line-height: 26px; 
        border-left: 0px;
        justify-content: center;
        align-items: center;
        margin: 0px;
        margin-top: 30px;
        padding: 0px;
        width: 100%;
    }
    
    .resenassubcontenedor
    {
        flex-direction: column;
    }
}



/* Tamaño Mediano - Tablets */

@media screen and (max-width: 992px)
{

}


@media screen and (min-width: 769px)
{

}

@media screen and (max-width: 769px)
{    
    .ImagenVariantes
    {
        width: 30px; 
        height: auto; 
        box-sizing: border-box; 
        cursor: pointer;
    }

    .portada
    {
        width: 150px;
    }
    
    .portada > a
    { 
        height: 110px;
    }
    
    .boton_menu_principal
    {
        display: none;
    }
    
    .soloPcFlex
    {
        display: none;
    }
    
    .soloPcCelda
    {
        display: none;
    }
    
    .soloMovilFlex
    {
        display: flex;
    }
    
    .todo
    {
        padding: 10px;
    }
    
    .tituloseccion
    {
        font-size: 20px;
    }
    
    .FlexDireccion
    {
        flex-direction: column;
    }
    
    .PcDerechaMovilCentro
    {
        justify-content: center;
    }
    
    .PcIzquierdaMovilCentro
    {
        justify-content: center;
    }
    
    .contenedor_login
    {
        flex-direction: column; 
        width: 100%; 
        height: auto;
    }
    
    .contenedor_login_1
    {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    
    .globochat
    {
        width: 200px;
        height: auto;
    }
    
    .CampoContrasena
    {
        width: 100%;
    }
    
    .WidgetIzquierdo
    {
        width: 100%; 
        margin-right: 0px;
    }

    .WidgetDerecho
    {
        width: 100%; 
        margin-left: 0px;
    }
    
    .PieRegistro
    {
        flex-direction: column-reverse;
        justify-content:space-between;
        align-items: center;
        height: 200px;
    }
    
    .widget4
    {
        width: 100%;
    }
    
    .contenedor2
    {
        float:left;
        width:100%;
        height:auto;
        box-sizing:border-box;
        padding:10px;
    }


    .contenedor3
    {
        float:left;
        width:100%;
        height:auto;
        box-sizing:border-box;
        padding:10px;
    }

    .contenedor4
    {
        float:left;
        width:100%;
        height:auto;
        box-sizing:border-box;
    }
    
    .Padding40y20
    {
        padding: 20px;
    }
    
    .titulobanner
    {
        font-size: 40px;
        line-height: 40px;
    }
    
    .subtitulobanner
    {
        font-size: 24px;
        line-height: 24px;
    }
}




/* Tamaño Pequeño - Celulares */

@media screen and (max-width: 576px)
{

}

/* Tamaño muy Pequeño - Celulares */

@media screen and (max-width: 400px)
{
    .portada
    {
        width: 140px;
    }
    
    .portada > a
    { 
        height: 100px;
    }
}
  


input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

input[type="checkbox"]:checked {
  width: 20px;
  height: 20px;
  background-color:#000000 !important;
}

input[type="radio"]:checked {
  width: 20px;
  height: 20px;
}


option:checked {
  background-color:#414242 !important;
  color: white;
}
/* style labels */

input[type="checkbox"]:checked + label {
  text-decoration: line-through;
}

input[type="radio"]:checked + label {
  color:#414242;
}
