html, body {
	font-family: 'Montserrat';
	overflow-x: hidden;
}

.wrapper, header, footer {
	width: 100%;
}

.navbar-brand{
    margin-top: -25px;
    padding: 0;
    margin-left: 80px !important;
}

.nav>li{
	margin: 0 5px;
}


footer {
	background: #f2f2f2;
	padding: 15px 0;
	font-size: 12px;
	font-weight: 400;
}

footer .spx {
	display: inline-block;
	margin-right: 10px;
}

/** Header */
.navbar-default {
	background-color: #000;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.navbar-nav a {
	color: #fff!important;
	font-size: 16px;
}
.navbar-nav .select {
	border-bottom: 10px solid #ff0000;
}

header{
	position: fixed;
	width: 100%;
	z-index: 1000;
}

.texto_blanco{
	color: white;
}

p{
	color: white;
	margin: 0;
	padding: 0;
	font-size: 18px;
}

h1{
	color: white;
	margin: 0;
	padding: 0;
	font-size: 50px;
	font-weight: bold;
	padding-top: 25px;
}

h2{
	color: white;
	margin: 0;
	padding: 0;
	font-size: 40px;
	font-weight: bold;
	padding-top: 25px;
}

.imagen_container{
	text-align: center;
}

.conocenos{
	background: url("../img/que_img_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center; 
	height: 740px;
	width: 100%;
}

 
.marcas_participantes{
	background: url("../img/banner_marcas_img.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center; 
	height: 594px;
	width: 100%;
}

.background_red_to_blue{
	background: url("../img/seccion1_que_bg.png");
	background-size: 100% 100%;
	padding: 202px 0;
	margin-top: -60px;
}


.background_blue_to_yellow{
	background: url("../img/seccion2_que_bg.png");
	background-size: 100% 100%;
	padding: 204px 0;
	margin-top: -70px;
}


.background_yellow_to_black{
	background: url("../img/seccion3_que_bg.png");
	background-size: 100% 100%;
	padding: 197px 0;
	margin-top: -100px;
}

.background_black_to_lightblue{
	background: url("../img/seccion4_que_bg.png");
	background-size: 100% 100%;
	padding: 143px 0;
	margin-top: -70px;
}

.background_lightblue{
	background: url("../img/seccion5_que_bg.png");
	background-size: 100% 100%;
	padding: 150px 0;
	margin-top: -100px;
}



.inicio_top_background{
	background: url("../img/main_img_bg.png") center bottom no-repeat;
	background-size: cover;
	width: 100%;
	height: 726px;
	position: absolute;
	z-index: 500;
}

.titulo_principal_inicio{
	padding-top: 300px;
}

.titulo_principal_inicio h2, h1{
	padding-top: 0;
}

.titulo_principal_inicio h2{
    font-size: 38px;
    font-weight: 100;
}

.titulo_principal_inicio h1{
    font-size: 65px;
}








.descarga_app a{
	padding: 0 7px;
	display: inline-block;
}

.row_images{
    display: inline-block;
    margin-bottom: -5px;
    margin-left: -2.5px;
}

.row_images:first-child{
    margin-top: 2.5px;
}

.row_images img{
	width: 100%;
	cursor: pointer;
}

.row_images div{
	margin: 0;
	padding: 2.5px;
 }

 .navbar-nav>li>a{
 	padding-top: 20px;
 	padding-bottom: 10px;
 }

 .logos_tiendas{
 	margin: 0;
 	padding: 0;
 }

 .logos_tiendas img{
 	width: 95%;
 	margin: 0 2.5%;
 }

.contenedor img{
	padding-bottom: 10px;
}

.imagenes_grid{
	margin-top: 415px;
}

.descarga_app p{
	padding-top: 140px;
	padding-bottom: 10px;
}


.menu_redes_sociales{
    background: black;
    display: inline-block;
    position: absolute;
    z-index: 1000;
    text-align: center;
    padding: 10px 0;
    right: 0;
    top: 40%;
    position: fixed;
}

.menu_redes_sociales a{
	display: inline-block;
    width: 36px;
    padding: 8px 9px;
}


.background_red_to_blue_marcas{
	background: url("../img/seccion1_marcas_bg.png") center center no-repeat;
    background-size: 100% 100%;
    padding: 88px 0;
}

.background_blue_to_yellow_marcas{
	background: url("../img/seccion2_marcas_bg.png") center center no-repeat;
    background-size: 100% 100%;
    padding: 94px 0;	
    margin-top: -60px;
}

.background_yellow_to_black_marcas{
	background: url("../img/seccion3_marcas_bg.png") center center no-repeat;
    background-size: 100% 100%;
    padding: 100px 0;	
    margin-top: -70px;
}

.background_black_marcas{
	background: url("../img/seccion4_marcas_bg.png") center center no-repeat;
    background-size: 100% 100%;
    padding: 100px 0;	
    margin-top: -70px;
}

.recompensamos_lealtad{
	color: black;
	padding-top: 300px;
}


.conocenos h1{
	padding-top: 300px;
}

.background_imagen_galeria{
    background: rgba(0,0,0,0.6);
    position: fixed;
    z-index: 2000;
    width: 100%;
    height: 100%;
    display: none;
}
 
.background_imagen_galeria #imagen_galeria{
	top: 50%;
    position: absolute;
    left: 50%;
    width: 700px;
    margin-top: -250px;
    margin-left: -350px;
}

#cerrar_galeria{
    width: 33px;
    right: 0;
    position: absolute;
    margin: 10px;
    cursor: pointer;
}

.ver_menu{
	text-align: center; bottom: 0; position: absolute; left: 40%;
}

.ver_menu a{
	background: url("../img/ver_menu_gpc.png") center center no-repeat; padding: 30px 100px 15px 100px; color: white; font-size: 22px;
}

.ver_menu a:hover{
	text-decoration: none;
}


.background_logos_restaurantes{
	width: 100%;
	background: rgba(255,255,255,0.25);
	position: absolute;
	top: 100px;
	z-index: 600;
}

.background_logos_restaurantes p{
	font-size: 17px;
	color: black;
	font-weight: 100;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
}

.background_logos_restaurantes .imagenes div{
	text-align: center;
}

.background_logos_restaurantes .imagenes img{
    padding: 30px 0 5px 0;
    vertical-align: top;
    display: inline-block;
}

.fix-terms-layer {
	background: rgba(0, 0, 0, 0.75);
	left: 0;
	height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2000;
}

.fix-terms {
	background: #FFFFFF;
	padding: 15px;
	font-size: 16px;
	margin-top: 75px;
}

.btn-chk-t {
	border-bottom: 8px solid #FFFFFF;
	color: #000000;
	display: block;
	font-size: 17px;
	font-weight: 700;
	padding: 3px 0;
	text-align: center;
	text-decoration: none;
}

.btn-chk-t.act,
.btn-chk-t:active,
.btn-chk-t:focus,
.btn-chk-t:hover {
	border-bottom: 8px solid #000000;
	color: #000000;
	text-decoration: none;
}

.tab-container {
	background: #F2F2F2;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	max-height: 450px;
	overflow-y: auto;
	padding: 15px;
	-webkit-box-shadow: inset 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    inset 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         inset 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
}

.tab-container p {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
}

.tab-container ol li {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
}

.btn-accept-terms {
	background: #000000;
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin: 15px auto;
	max-width: 350px;
	padding: 10px 0;
	text-decoration: none;
}

.btn-accept-terms:active,
.btn-accept-terms:focus,
.btn-accept-terms:hover {
	color: #FFFFFF;
	text-decoration: none;
	opacity: 0.9;
}

.btn-exit-site {
	font-size: 12px;
	font-weight: 400;
}






.text-left-sm {
	text-align: left;
}

.text-right-sm {
	text-align: right;
}


@media only screen and (max-width: 321px) {
	.inicio_top_background {
	    background: url("../img/home_movil.jpg") center bottom no-repeat;
	    background-size: contain;
	    width: 100%;
	    height: 422px;
	    /* position: absolute; */
	    /* z-index: 500; */
	}

	.titulo_principal_inicio h1{
		font-size: 35px;
	}
	.titulo_principal_inicio h2{
		font-size: 18px;
	}
	.titulo_principal_inicio{
		padding-top: 220px;
	}
	.descarga_app p{
		padding-top: 40px;
		padding-bottom: 10px;
	}
	.inicio_top_background{
		height: 425px;
	}
	/*.imagenes_grid{
		margin-top: 380px;
	}*/
	footer, footer .text-right{
		text-align: center !important;
	}
 	.navbar-brand{
 		margin: 0;
 		margin-left: 0 !important;
 	}
 	.navbar-brand img{
		height: 34px;
    	margin: 8px;
    } 	
 	header{
 		padding-top: 0;
 	}
 	.marcas_participantes{
 		height: 385px;
 	}
 	.conocenos{
 		height: 385px;
 	}
	.recompensamos_lealtad{
	 	padding-top: 220px;
	    font-size: 30px;
	}
	.imagen_100{
		width: 60%;
	}

	.text-center-xs{
		text-align: center;
	}
	.text-center-xs .text-left{
		text-align: center;
	}
	h2{
		font-size: 45px;
	}
 
 	.conocenos h1 {
 	   padding-top: 200px;
	}

	.background_blue_to_yellow_marcas{
		margin-top: -70px;
	}
	.background_yellow_to_black_marcas{
		margin-top: -80px;
	}



	.background_red_to_blue{
		margin-top: -90px;
	}
	.background_blue_to_yellow{
		margin-top: -110px;
	}
	.background_yellow_to_black{
		margin-top: -150px;
	}
	.background_black_to_lightblue{
		margin-top: -130px;
	}
	.background_lightblue{
		margin-top: -170px;
	}


	.background_imagen_galeria #imagen_galeria{
		top: 50%;
	    position: absolute;
	    left: 50%;
	    width: 300px;
	    margin-top: -120px;
	    margin-left: -150px;
	}

	.ver_menu{
		text-align: center;
	    bottom: 0;
	    position: absolute;
	    left: -5%;
	    /* width: 100%; */
    }

	.ver_menu a{
		background: url("../img/ver_menu_gpc.png") center center no-repeat; padding: 30px 100px 15px 100px; color: white; font-size: 22px;
	}

	.background_logos_restaurantes .imagenes {
	    padding: 0;
	}

	.background_logos_restaurantes .imagenes img {
	    padding: 30px 0 5px 0;
	    vertical-align: top;
	    display: inline-block;
	    width: 100%;
	}

	.background_logos_restaurantes .imagenes div {
	    padding: 0 5px;
	}

	.background_logos_restaurantes {
	    width: 100%;
	    background: rgba(255,255,255,0.25);
	    position: absolute;
	    top: 50px;
	    z-index: 600;
	}


	.background_logos_restaurantes p {
   		display: none;
   	}


	.background_logos_restaurantes .imagenes img {
	    padding: 15px 0 8px 0;
	    vertical-align: top;
	    display: inline-block;
	    width: 100%;
	}

	.background_logos_restaurantes .container, .background_logos_restaurantes .imagenes{
		padding: 0;	
	}

	.background_logos_restaurantes .grande{
   		font-size: 25px;
   	}

	.background_logos_restaurantes .chico{
   		font-size: 15px;
   	}

}

@media only screen and (min-width: 322px) and (max-width: 375px) {
	.inicio_top_background {
	    background: url("../img/home_movil.jpg") center bottom no-repeat;
	    background-size: contain;
	    width: 100%;
	    height: 422px;
	    /* position: absolute; */
	    /* z-index: 500; */
	}

	.descarga_app p {
	    padding-top: 20px;
	    padding-bottom: 10px;
	}
	.titulo_principal_inicio {
	    padding-top: 240px;
	}	
	.inicio_top_background{
		height: 479px;
	}
	/*.imagenes_grid {
	    margin-top: 415px;
	}	*/
	footer, footer .text-right{
		text-align: center !important;
	}
 	.navbar-brand{
 		margin: 0;
 		margin-left: 0 !important;
 	}
 	.navbar-brand img{
		height: 34px;
    	margin: 8px;
    } 

 	header{
 		padding-top: 0;
 	}
 	.marcas_participantes{
 		height: 385px;
 	}
 	.conocenos{
 		height: 385px;
 	}
	.recompensamos_lealtad{
	 	padding-top: 220px;
	    font-size: 30px;
	}
	.imagen_100{
		width: 60%;
	}
	.text-center-xs{
		text-align: center;
	}	
	.text-center-xs .text-left{
		text-align: center;
	}	
	h2{
		font-size: 45px;
	}

	.conocenos h1 {
	    padding-top: 240px;
	}


	.background_blue_to_yellow_marcas{
		margin-top: -80px;
	}
	.background_yellow_to_black_marcas{
		margin-top: -90px;
	}



	.background_red_to_blue{
		margin-top: -90px;
	}
	.background_blue_to_yellow{
		margin-top: -110px;
	}
	.background_yellow_to_black{
		margin-top: -150px;
	}
	.background_black_to_lightblue{
		margin-top: -120px;
	}
	.background_lightblue{
		margin-top: -160px;
	}


	.background_imagen_galeria #imagen_galeria{
		top: 50%;
	    position: absolute;
	    left: 50%;
	    width: 350px;
	    margin-top: -120px;
	    margin-left: -175px;
	}

	.ver_menu{
		text-align: center;
	    bottom: 0;
	    position: absolute;
	    left: 5%;
	    /* width: 100%; */
    }

	.ver_menu a{
		background: url("../img/ver_menu_gpc.png") center center no-repeat; padding: 30px 100px 15px 100px; color: white; font-size: 22px;
	}


	.background_logos_restaurantes {
	    width: 100%;
	    background: rgba(255,255,255,0.25);
	    position: absolute;
	    top: 50px;
	    z-index: 600;
	}
	.background_logos_restaurantes .imagenes div {
	    padding: 0 5px;
	}
	.background_logos_restaurantes .imagenes img {
	    width: 100%;
	}
	.background_logos_restaurantes .imagenes{
	    padding: 0;
	}

	.background_logos_restaurantes p {
   		display: none;
   	}


	.background_logos_restaurantes .imagenes img {
	    padding: 17px 0 10px 0;
	    vertical-align: top;
	    display: inline-block;
	    width: 100%;
	}

	.background_logos_restaurantes .container, .background_logos_restaurantes .imagenes{
		padding: 0;	
	}

	.background_logos_restaurantes .grande{
   		font-size: 25px;
   	}

}

@media only screen and (min-width: 376px) and (max-width: 414px) {
	
	.inicio_top_background {
	    background: url("../img/home_movil.jpg") center bottom no-repeat;
	    background-size: contain;
	    width: 100%;
	    height: 422px;
	    /* position: absolute; */
	    /* z-index: 500; */
	}

	.descarga_app p {
	    padding-top: 40px;
	    padding-bottom: 10px;
	}
	.titulo_principal_inicio {
	    padding-top: 225px;
	}	
	.inicio_top_background{
		height: 515px;
	}
	/*.imagenes_grid {
	    margin-top: 415px;
	}*/
	footer, footer .text-right{
		text-align: center !important;
	}	
 	.navbar-brand{
 		margin: 0;
 		margin-left: 0 !important;
 	}
 	.navbar-brand img{
		height: 34px;
    	margin: 8px;
    } 
 	header{
 		padding-top: 0;
 	}
 	.marcas_participantes{
 		height: 385px;
 	}
 	.conocenos{
 		height: 385px;
 	}
	.recompensamos_lealtad{
	 	padding-top: 220px;
	    font-size: 30px;
	}	
	.imagen_100{
		width: 60%;
	}	
	.text-center-xs{
		text-align: center;
	}	
	.text-center-xs .text-left{
		text-align: center;
	}
	h2{
		font-size: 30px;
	}

	.conocenos h1 {
	    padding-top: 240px;
	}


	.background_blue_to_yellow_marcas{
		margin-top: -90px;
	}
	.background_yellow_to_black_marcas{
		margin-top: -100px;
	}	





	.background_red_to_blue{
		margin-top: -90px;
	}
	.background_blue_to_yellow{
		margin-top: -110px;
	}
	.background_yellow_to_black{
		margin-top: -150px;
	}
	.background_black_to_lightblue{
		margin-top: -120px;
	}
	.background_lightblue{
		margin-top: -160px;
	}


	.background_imagen_galeria #imagen_galeria{
		top: 50%;
	    position: absolute;
	    left: 50%;
	    width: 380px;
	    margin-top: -120px;
	    margin-left: -190px;
	}

	.ver_menu{
		text-align: center;
	    bottom: 0;
	    position: absolute;
	    left: 9%;
	    /* width: 100%; */
    }

	.ver_menu a{
		background: url("../img/ver_menu_gpc.png") center center no-repeat; padding: 30px 100px 15px 100px; color: white; font-size: 22px;
	}

	.background_logos_restaurantes {
	    width: 100%;
	    background: rgba(255,255,255,0.25);
	    position: absolute;
	    top: 50px;
	    z-index: 600;
	}

	.background_logos_restaurantes p {
   		display: none;
   	}


	.background_logos_restaurantes .imagenes img {
	    padding: 20px 0 10px 0;
	    vertical-align: top;
	    display: inline-block;
	    width: 100%;
	}

	.background_logos_restaurantes .container, .background_logos_restaurantes .imagenes{
		padding: 0;	
	}

	.background_logos_restaurantes .grande{
   		font-size: 25px;
   	}
   	/*.imagenes_grid{
		margin-top: 415px !important;
	}*/
}

@media only screen and (min-width: 415px) and (max-width: 768px) {
	.leyenda_soy_fan{
		display: none;
	}
	.descarga_app p {
	    padding-top: 40px;
	    padding-bottom: 10px;
	}
	.titulo_principal_inicio {
	    padding-top: 180px;
	}	
	.inicio_top_background{
		height: 585px;
	}
	/*.imagenes_grid {
	    margin-top: 415px;
	}*/
 	.navbar-brand{
 		margin: 0;
 		margin-left: 0 !important;
 	}
 	.navbar-brand img{
	    height: 34px;
	    margin: 0px;
	    margin-top: 11px;
    } 
	.imagen_100{
		width: 80%;
	}
	.menu_registrarse{
		padding-right: 0;
	}
	.boton_azul_menu{
		padding-bottom: 16px !important; 
		background: #2199D3;
	}


	.background_red_to_blue{
		/*margin-top: -70px;*/
		margin-top: -100px;
	}
	.background_blue_to_yellow{
		/*margin-top: -80px;*/
		margin-top: -110px;
	}
	.background_yellow_to_black{
		/*margin-top: -110px;*/
		margin-top: -150px;
	}
	.background_black_to_lightblue{
		/*margin-top: -90px;*/
		margin-top: -130px;
	}
	.background_lightblue{
		/*margin-top: -120px;*/
		margin-top: -175px;
	}

	.background_imagen_galeria #imagen_galeria{
		top: 50%;
	    position: absolute;
	    left: 50%;
	    width: 700px;
	    margin-top: -250px;
	    margin-left: -350px;
	}

	.titulo_principal_inicio {
	    padding-top: 230px;
	}

	.ver_menu{
		text-align: center;
	    bottom: 0;
	    position: absolute;
	    left: 28%;
	    /* width: 100%; */
    }

	.ver_menu a{
		background: url("../img/ver_menu_gpc.png") center center no-repeat; padding: 30px 100px 15px 100px; color: white; font-size: 22px;
	}

	.background_logos_restaurantes{
		width: 100%;
		background: rgba(255,255,255,0.25);
		position: absolute;
		top: 60px;
		z-index: 600;
	}
	/*.imagenes_grid{
		margin-top: 415px !important;
	}*/
}

@media (max-width: 767px) {
	footer {
		margin-bottom: 60px;
	}
	
	.footer-xs {
		background-color: #000;
		bottom: 0;
		color: #FFFFFF;
		left: 0;
		margin: 0;
		padding: 0;
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	
	.footer-xs ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.footer-xs ul li {
		display: inline-block;
		margin: 0;
		padding: 0;
		vertical-align: top;
		width: 19%;
	}
	
	.footer-xs ul li a {
		border: 0;
		color: #FFFFFF;
		display: block;
		font-size: 12px;
		font-weight: 200;
		margin: 0;
		padding: 6px 0;
		text-align: center;
		text-decoration: none;
	}
	
	.footer-xs ul li a .fa {
		display: block;
		font-size: 28px;
	}
	
	/*.footer-xs ul li a:active,
	.footer-xs ul li a:focus,
	.footer-xs ul li a:hover,*/
	.footer-xs ul li a.select {
		background: #333333;
	}
	
	.menu_registrarse {
		background: url('../img/cejilla_menu.png') right center no-repeat;
		padding: 5px 8px;
		margin-top: 8px;
		margin-right: 10px;
	}
	
	.boton_azul_menu {
		background: #2199D3;
		color: #FFFFFF;
		padding: 0 10px;
	}
	.inicio_top_background{
		height: 417px !important;
	}
	/*.imagenes_grid{
		margin-top: 415px !important;
	}*/
	
	.fix-terms {
		margin-top: 15px;
	}
	
	.tab-container ol {
		padding-left: 10px;
	}
	
	.tab-container {
		max-height: 280px;
	}
	
	.text-left-sm {
		text-align: center;
	}
	
	.text-right-sm {
		text-align: center;
	}
	
	footer .spx {
		margin-right: 0;
	}
	
	

}















@media only screen and (min-width: 769px) {
	header{
		padding-top: 0px;
		margin-top: -100px;
	}
	.menu_registrarse{
		background: url('../img/cejilla_menu.png') right center no-repeat; 
		padding-right: 20px;
	}

	.boton_azul_menu{
		padding-bottom: 16px !important; 
		background: #2199D3;
	}
	.leyenda_soy_fan{
		display: none;
	}
	/*.imagenes_grid{
		margin-top: 766px !important;
	}*/
}

@media only screen and (max-width: 769px) {
	h1{
		font-size: 40px;
	}
	.background_logos_restaurantes .grande, .background_logos_restaurantes .chico {
   		display: block;
   		text-align: left;
   		color: white;
   	}

   	.background_logos_restaurantes .leyenda_soy_fan{
   		background: #343434;
   		padding: 10px 7px 15px 7px;
   	}
   	.imagenes_grid{
		margin-top: auto !important;
	}
	.inicio_top_background
	{
		position: relative;
	}
	.boton_azul_menu{
		padding-bottom: 0 !important;
	}
	.ver_menu a{
		font-size: 16px;
	}
	.que_es h2{
		font-size: 38px !important;
	}
	
}










/* RESPONSIVE UTILITIES */
@media (max-width: 768px) {
	
}

@media (min-width: 769px) {
	
}

@media (max-width: 992px) {
	.navbar-nav > li > a {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 11px;
	}
}

@media (min-width: 1024px) {
	
}