*{
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Roboto';
}

h3{margin-top: 0;}

.marginCero{margin: 0;}

/*------------------------------------- IR ARRIBA -----------------------------------------------*/
.ir-arriba{
	padding: 12px 15px;
	color: #fff;
	font-weight: 300;
	display: none;
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: rgba(1, 1, 1, .3);
	font-size: 2em;
	z-index: 1100;
	border-radius: 50%;
	opacity: .7; 
}
.ir-arriba:hover{opacity: 1;}

.contError, .contOk, .contInfo{
padding: 15px;
border-radius: 7px;
margin-bottom: 10px;
}

.contNotificacionVigente, .contOk{
background: #eaf3d7; /* Old browsers */
background: -moz-linear-gradient(top,  #eaf3d7 0%, #d4e4c8 44%, #acdcaa 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eaf3d7 0%,#d4e4c8 44%,#acdcaa 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eaf3d7 0%,#d4e4c8 44%,#acdcaa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf3d7', endColorstr='#acdcaa',GradientType=0 ); /* IE6-9 */
border: 3px solid #04B431 !important;
}

.contNotificacionNoVigente, .contError{
background: #ffabbf; /* Old browsers */
background: -moz-linear-gradient(top,  #ffabbf 0%, #ffa3b8 59%, #ff9bb2 90%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffabbf 0%,#ffa3b8 59%,#ff9bb2 90%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffabbf 0%,#ffa3b8 59%,#ff9bb2 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffabbf', endColorstr='#ff9bb2',GradientType=0 ); /* IE6-9 */
border: 3px solid #DF013A !important;
}


/*------------------------------------- REDES SOCIALES -----------------------------------------------*/
.social{
	position: fixed;
	right: 0;
	top: 180px;
	z-index: 9;
}

.social ul{
	list-style: none;
}

.social ul li a{
	float: right;
	display: inline-block;
	color: #fff;
	background: black;
	padding: 10px 15px;
	text-decoration: none;
	font-size: 1.5em;
	<!-- font-size: 2.5em; /* 40px/16=2.5em //nico1*/-->
	<!--font-size: 1.875em; /* 30px/16=1.875em //nico2*/-->
	<!--font-size: 0.875em; /* 14px/16=0.875em //nico3*/-->
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.social ul li a:hover{
	padding: 10px 40px;
}

.social ul li .icon-facebook2 {background: #3b5998;}
.social ul li .icon-twitter {background: #00abf0;}
.social ul li .icon-google-plus2 {background: #d95232;}
.social ul li .icon-youtube {background: #FF0040;}
.social ul li .icon-instagram {background: #FE2EC8;}
.social ul li .icon-android {background: #04B431;}
.social ul li ._icon-linkedin, .social ul li ._icon-linkedin2{background: #0077B5;}
.clasico{background: #D8D8D8; text-align: center;}
.social ul li .registrate {
	background-color: ;
	font-family: Comfortaa; text-shadow: 3px 3px 2px rgba(1, 1, 1, .6);
	border-radius: 5px 0px 0px 5px;
}
/*------------------------------------- POOP UP -----------------------------------------------*/
.contPoopUp, .cargando{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: rgba(1, 1, 1, .6);
	z-index: 10;
	text-align: center;
	border-radius: 10px;
}

.cargando label{
	font-size: 3em;
	margin: 100px auto; 
	color: #fff;
	font-weight: 300;
	font-family: 'Roboto';
}

.poopUp{
	margin: 76px auto;
	background: #EFEFFB;
	font-weight: 300;
	text-align: center;
	width: 400px;
	box-shadow: 3px 3px 16px #000;
	border-radius: 10px;
	position: relative;
}

.cuerpoPoopUp{
	width: 100%;
	margin: 0 auto;
	padding: 20px 40px 30px 40px;
}

.poopUp .aSocial{
	display: block;
	margin: 5% auto 0;
	text-decoration: none;
	color: #fff;
	padding: 10px 60px 10px 0;
	width: 100%;
	border-radius: 7px;
	text-align: center;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.poopUp .aSocial:hover{
	opacity: .8;
}

.poopUp .aSocial:before{
	padding-right: 60px;
}

.poopUp .icon-facebook {background: #3b5998;}
.poopUp .icon-twitter {background: #00abf0;}
.poopUp .icon-google-plus {background: #d95232;}
.poopUp .icon-youtube {background: #FF0040;}

.poopUp .btnCerrar{
	float: right;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
	color: #fff;
}

.poopUp .btnVolver{
	float: right;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 10px;
	top: 10px;
	color: #fff;
	display: none;
}

.poopUp input[type="submit"]{
	opacity: 0.85;
}

.poopUp .btnCerrar:hover, .btnVolver:hover{
	cursor: pointer;
}

.aLogin{
	float: right;
	font-weight: 300;
	font-size: 0.7em;
	color: #3b5998;
}

body{background: #F2F2F2;}

html, body, *{font-style: 12px; font-family: 'Roboto';}
/*--------------------------------------------------- MENU 1 -----------------------------------*/
.header{
	height: 35px;
	font-size: 13px;
	color: #fff;
	border-bottom: 2px solid #3b5998;
	background: linear-gradient(, , );
}

#btnLogout{
	border: none;
	background-color: transparent;
	color: #fff;
	display: block;
	width: 100%;
	text-align: left;
}

.fotoPerfil{
	border-radius: 50%;
	height: 30px;
	width: 30px;
	cursor: pointer;
}

.container .nav{
	width: 100%;
	float: right;
	list-style: none;
	font-weight: 300;
	line-height: 4;
}

	.container .nav .login{
		padding-left: 0;
		padding-right: 0;
		//width: calc(100% - 750px);
		display: inline-block;
		float: right;
	}

	.container .nav .login .bienvenido{
		padding: 0 0px 0 0;
	}

	.container .nav li{
		width: auto;
		height: inherit;
		padding: 0 10px 0 0;
		float: left;
		line-height: 30px;
		font-size: 1rem;
	}
	
	.container .nav>li>a{
		text-decoration: none;
		color: #fff;
		padding: 0;
	}

hr{margin: 20px auto; border: 1px solid rgba(1, 1, 1, .3);}

section{
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-box-shadow: inset -1px 10px 21px -149px rgba(0,0,0,0.75);
	-moz-box-shadow: inset -1px 10px 21px -149px rgba(0,0,0,0.75);
	box-shadow: inset -1px 10px 21px -149px rgba(0,0,0,0.75);
}

section img{
	height: auto;
	position: absolute;/*  SACAR   */
	top: -10px;/*  SACAR   */
}

section #logo{
	max-height: 60px;
	height: auto;
	position: absolute;/*  SACAR   */
	top: -10px;/*  SACAR   */
}

.buscador{
	font-size: 2em;
}

#txtBuscador { font-weight: 300; }

.img-slider{
	width: 100%;
}

.rubro{
	margin: 20px auto 20px auto;
	width: 100%;
}

/*------------------------------------------MENU 2-------------------------------------*/
.categorias{
	font-size: 1.3em;
}

.menu{
	background: linear-gradient(, , );
	box-shadow: 0px 0px 5px #000;
}

/*------------------------------------------PREMIOS-------------------------------------*/
.premio{
	width: 230px;
	border: .5px solid ;
	border-radius: 7px;
	display: inline-block;
	margin: 10px 3px 30px;
	transition: all .1s ease-in-out;
	position: relative;
	overflow: hidden;
	background: #fff;
	transform: scale(0.99);
	box-shadow: 3px 3px 5px rgba(1, 1, 1, .1);
	-webkit-transform: all .1s ease;
	  -ms-transform: all .1s ease;
	  -o-transform: all .1s ease;
	  transform: all .1s ease;
}

.premio:hover{
	box-shadow: 0px 0px 10px ;
	transform: scale(1.04);
}

.premio .img{
	width: 100%;
	max-height: 165px;
}

.imagenPremio{height: 165px; overflow: hidden;}

.premio .destacado{
	position: absolute;
	top: 0px;
	left: 1px;
	width: 45px;
	height: 70px;
	z-index: 1000;
}

.premio .cuerpo{
	position: relative;
	text-align: center;
	white-space: normal;
	padding: 10px;
}

.premio .cuerpo h4{
	padding: 3px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 0.9em;
	height: 55px;
	overflow: hidden;
	margin:0px;
}

.premio .cuerpo .distancia{margin-top: 7px;}

.premio .cuerpo h3, h4, h5, h6{
	margin: 0px auto 10px auto;
}

.premio .cuerpo h2, .premio .cuerpo h1{
	color: #ce376f;
	font-size: 1.4em;
	margin: 0px;
	height: 30px;
}

.premio .footer{
	position: relative;
	bottom: -1px;
	left: 0;
	width: 100%;

}

.premio .footer input[type="submit"], input[type="button"]{
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding: 10px;
	text-transform: uppercase;
	background: ;
	font-weight: 300;
	border: none;
	color: #fff;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.premio .footer input[type="submit"]:hover, .premio .footer input[type="button"]:hover{
	opacity: .9;
	cursor: pointer;
}

.puntoMapa{
	width: 25px;
	height: 25px;
	margin-right: 5px;
	margin-bottom: 3px;
}

.premio fieldset{
	border: none;
	height: 35px;
}

/*---------------------------- SLIDER -------------------------*/
.slider{margin-top:150px;}
.slider, .slider2{
	width: 100%;
}

.slider2{position: relative; text-align: center;}

.sliderjs-container, .slidesjs-control{
	height: 300px;
	overflow: visible;
	overflow-wrap: normal;
}

.slider img{
	list-style: none;
	width: 100%;
}

.slidesjs-pagination{
	list-style: none;
	overflow: hidden;
}

.slidesjs-pagination li{
	float: left;
    margin: 0 1px;
}

.slidesjs-pagination li a{
	display: block;
	width: 13px;
	height: 0;
	padding-top: 13px;
	margin-top: 12px;
	margin-left: 5px;
	background-image: url(../img/pagination.png);
	background-position: 0 0;
	float: left;
	overflow: hidden;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background-position: 0 -13px;
}

.slidesjs-pagination li a:hover {
  background-position: 0 -26px;
}

.slidesjs-navigation{
	color: black;
	text-decoration: none;
	display: inline-block;
	padding: 12px 20px; /* para que coincida con los botones next y previus*/
	float: left;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.icon-circle-left{ /*ATRAS*/
	position: absolute;
	border: 2px solid #ccc;
	padding: 2px;
	border-radius: 50%;
	-webkit-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	top: 40%;
	left: 35px;
	z-index: 9;
	font-size: 4em;
	color: white;
	background: #BDBDBD;
	opacity: .7;
}

.icon-circle-right{ /*ADELANTE*/
	position: absolute;
	border: 2px solid #ccc;
	padding: 2px;
	border-radius: 50%;
	-webkit-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	top: 40%;
	right: 35px;
	z-index: 9;
	font-size: 4em;
	color: white;
	background: #BDBDBD;
	opacity: .7;
}

.icon-circle-left:hover, .icon-circle-right:hover{cursor: pointer; opacity: 1; text-decoration: none;box-shadow: 0px 0px 4px ;}

/*------------------------------------- FOOTER -----------------------------------------------*/
#footer{
	background: rgba(1, 1, 1, .16);
	padding: 10px;
	width: 100%;
	text-align: center;
	border-top: 1px solid grey;
	font-weight: 300;
	bottom: 0px;
}

footer{
	padding: 6px;
	width: 100%;
	background: #F2F2F2;
	font-size: 0.8em;
	text-align: right;
	border-top: 1px solid grey;
	font-weight: 300;
}

/*--------------------------- SCROLL ---------------------------*/
.scroll{
	margin: 0px auto;
	width: 100%;
	overflow: hidden;
	text-align: center;
	position: relative;
	white-space: nowrap;
}

.contPremios{
	margin: 0 auto;
	width: 80%;
	overflow: hidden;
	text-align: center;
	position: relative;
	white-space: nowrap;
	padding: 15px 8px;
	border-radius: 10px;
}

.contPremiosResultado{
	margin: 0 auto;
	width: 80%;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.informacion{
	text-align: center;
	border-radius: 10px;
	background-color: #01DF01;
	position: absolute;
	padding: 45px 100px;
	top: 40%;
	left: 33%;
	border: 4px solid green;
}

.txtRubro{
	margin: 20px auto; 
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align:center;
	font-size: 2em;
	color: grey;
	padding: 0px 20px 0px 20px;
	font-weight: 300;
	position: relative;
	display: table;
}

.txtRubro::after, .txtRubro::before {
	content: '';
	position: absolute;
	width: 120px;
	height: 1px;
	background-color: currentColor;
	top: 0.6em;
}

.txtRubro::before {
	left: -140px;
}

.txtRubro::after {
	right: -140px;
}

.imgRubro{
	width: 100%; 
	margin-bottom: 20px;
}

.mensaje{
	font-weight: bolder;
	color: #ccc;
	margin: 5px 15px;
}

#tablaPuntos, #tablaPuntosPend{
	width: 100%;
	margin: 20px auto;
}
#tablaPuntos td, #tablaPuntos th, #tablaPuntosPend td, #tablaPuntosPend th{
	text-align: center;
	padding: 10px;
}

 #tablaPuntos th, #tablaPuntosPend th{background: #C6C6C6; color:#F2F2F2; font-size: 1.1em; font-weight: 400}

#tablaPuntos tr:nth-child(even), #tablaPuntosPend tr:nth-child(even){
	background-color: #E6E6E6;
}
body .container{
    color: grey !important;
}

.Suma{color: #65A579;}
.Resta{color: #BE5B61;}
.puntosDisponibles{
	font-size: 3.5em;
	margin-bottom: 20px;
	font-family: "Montserrat";
	font-weight: 400;
	color: ;
}

#VerCampaniasNoVig{
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: ;
	color: ;
	border-radius:7px;
	padding:10px;
	box-shadow: 3px 3px 5px grey;
	border: 1px solid ;
}

#VerCampaniasNoVig:hover{opacity:.9;}

#poopUpEncuesta .pregunta{
	font-weight: bolder;
	color: grey;
	font-size: 1.5em;
}

#btnSi{
	background-color: #3ADF00;
	padding: 10px 30px;
	box-shadow: 5px 5px 10px 0px grey;
	border: none;
	border-radius: 0px;
}

#btnNo{
	background-color: #B40404;
	margin-left: 20px;
	padding: 10px 30px;
	box-shadow: 5px 5px 10px 0px grey;
	border: none;
	border-radius: 0px;
}

.dropdown-wrapper{z-index: 2000;}

#select2-localidad-container{background: #fff; border: 1px solid #ccc; text-align: left;}

.carousel-indicators{z-index: 9}

.op{
	transition: all .2s ease;
}

/* pisando estilos de Bootstrap*/

.modal {
	padding-top: 100px;
}

#section-header + .container { min-height: 70vh !important; }

#resultadoBoton {
	/*min-height: 65vh;*/
}

@media screen and (max-width: 768px){
	img{
		margin: 0px auto 10px auto;
	}

	.buscador{
	font-size: 1em;
	}
	
	.social{top:50%; display: none;}

	.social ul li a{
	padding: 8px 12px;
	font-size: .7em;
	}

	.social ul li a:hover{
		padding: 8px 19px;
	}

	#footer, footer{
		font-size: 0.7em;
		text-align: center;
	}

	.icon-circle-right, .icon-circle-left{ 
		top: 50%;
	}

	html{font-size: 12px;}

	.ir-arriba{
		padding: 10px;
		font-size: 1em;
	}

	.icon-circle-left{left: 5px;}
	.icon-circle-right{right: 5px;}

	.menu{display:none;}

	.dropdown-toggle .fotoPerfil {margin-left: 30px}
}