@CHARSET "UTF-8";

.incentivos_disponibles{
	color:black;
	text-align: right;
	margin-top: 10px;
	margin-right: 5px;
	font-family: Gotham;
}

.categorias_holder{
	height: 70vh;
	margin-top: 10vh;
}

.categorias_holder_mobile{
	
}

.menu_categoria_image{
	/*height: 58px;*/
}

.menu_categoria_image_ocio{
	background-image: url('../img/categorias/menu_btn_ocio.png');
	background-size: contain;
	background-position-x: center;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	padding: 10%;
}

.menu_categoria_image_ocio:hover, .menu_categoria_image_ocio_selected{
	background-image: url('../img/categorias/menu_btn_ocio_hover.png');
}

.menu_categoria_image_deporte {
	background-image: url('../img/categorias/menu_btn_deporte.png');
	background-size: contain;
	background-position-x: center;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	padding: 10%;
}

.menu_categoria_image_deporte:hover, .menu_categoria_image_deporte_selected{
	background-image: url('../img/categorias/menu_btn_deporte_hover.png');
}

.menu_categoria_image_multiexperiencias{
	background-image: url('../img/categorias/menu_btn_multiexperiencias.png');
	background-size: contain;
	background-position-x: center;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	padding: 10%;
}

.menu_categoria_image_multiexperiencias:hover, .menu_categoria_image_multiexperiencias_selected{
	background-image: url('../img/categorias/menu_btn_multiexperiencias_hover.png');
}

.menu_categoria_image_viajes{
	background-image: url('../img/categorias/menu_btn_viajes.png');
	background-size: contain;
	background-position-x: center;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	padding: 10%;
}

.menu_categoria_image_viajes:hover, .menu_categoria_image_viajes_selected{
	background-image: url('../img/categorias/menu_btn_viajes_hover.png');
}

.menu_categoria_image_electronica{
	background-image: url('../img/categorias/menu_btn_electronica.png');
	background-size: contain;
	background-position-x: center;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	padding: 10%;
}

.menu_categoria_image_electronica:hover, .menu_categoria_image_electronica_selected{
	background-image: url('../img/categorias/menu_btn_electronica_hover.png');
}

.menu_categoria_image_regalos{
	background-image: url('../img/categorias/menu_btn_regalos.png');
	background-size: contain;
	background-position-x: center;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	padding: 10%;
}

.menu_categoria_image_regalos:hover, .menu_categoria_image_regalos_selected{
	background-image: url('../img/categorias/menu_btn_regalos_hover.png');
}

.menu_categoria_image_tecnologia{
	background-image: url('../img/categorias/menu_btn_tecnologia.png');
	background-size: contain;
	background-position-x: center;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	padding: 10%;
}

.menu_categoria_image_tecnologia:hover, .menu_categoria_image_tecnologia_selected{
	background-image: url('../img/categorias/menu_btn_tecnologia_hover.png');
}

.menu_categoria_image_belleza{
	background-image: url('../img/categorias/menu_btn_belleza.png');
	background-size: contain;
	background-position-x: center;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	padding: 10%;
}

.menu_categoria_image_belleza:hover, .menu_categoria_image_belleza_selected{
	background-image: url('../img/categorias/menu_btn_belleza_hover.png');
}

.incentivos_holder{
	margin-top: 20px;
}

.incentivo_holder {
	/*background-image: url('../img/background_incentivo.png');
	background-repeat: no-repeat;
	background-size: contain;*/
	width: 100%;
	height: auto;
	float: left;
}

.title_incentivo{
	height: 40px;
	width: 100%;
}

.p_title_incentivo{
	color: rgb(2, 186, 68);
    font-family: 'Gotham', 'FuturaStd-Bold';
    font-size: 24px;
    padding: 0px;
    padding-left: 15px;
    padding-top: 9px;
    float: none;
    width: 100%;
    text-align: left;
    font-weight: bold;
}

.p_mas_detalle{
	margin-top: 10px;
    font-size: 15px;
    font-family: 'Aller', 'FuturaStd-Bold';
    text-align: right;
}

.span_puntos{
	font-size: 15px;
    font-family: 'Aller', 'FuturaStd-Bold';
}

.incentivo_div_1{
    width: 100%;
    height: 140px;
}

.incentivo_div_1_1{
   width: 130px;
   height: 80%;
   float: left;
   margin-left: 20px;
   padding: 15px;
}

.incentivo_div_1_2{
	width: 150px;
    height: 20%;
    float: left;
    text-align: right;
    padding-right: 15px;
}


.incentivo_div_2{
	width: 100%;
	height: 75px;
}

.text-caja{
	height: 120px;
	background-color: white;
	margin-bottom: 2vh
}

.image_incentivo{
   	width: 100%;
    height: auto;
    transform: scale(1);
    transition: .6s ease-in-out;
    transform-origin: right;
    
}

.image_incentivo:hover
{
   transition: .6s ease-in-out;
   transform: scale(1.1);
}

.logo_incentivo{
	width: auto;
	height: 100%;
}

.incentivo_div_2_1{
    width: 250px;
    text-align: right;
    float: left;
	padding-top: 15px;
}

.incentivo_div_2_2{
	width: 150px;
    float: left;
    padding: 15px;
}

.holder_puntos_incentivo{
	/*
	background-image: url(../img/fondo_puntos.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    */
    width: 100%;
    height: 33px;
    /*padding: 10px;*/
    margin-top: 0px;
    text-align: center;
}

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

.detalle_incentivo_holder {
	background-image: url('../img/background_detalle_incentivo.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;;
	height: auto;
}

.title_detalle_incentivo{
	height: 40px;
	width: 100%;
}

.p_title_detalle_incentivo{
	color: rgb(2, 186, 68);
    font-size: 30px;
    padding: 4px;
    /*padding-left: 20px;*/
    font-family: 'Gotham', 'FuturaStd-Bold';
    text-align: center;
    margin-top: -5px;
}

.detalle_incentivo_div_1{
    width: 100%;
    height: auto;
    min-height: 140px;
    clear: both;
}

.detalle_incentivo_div_0_1{
	width: 100%;
    height: auto;
    /* float: left; */
    /* margin-left: 20px; */
    margin-top: 0px;
	padding: 15px;
   /* min-height: 140px;*/
    font-size: 20px;
    padding-top: 25px;
    clear: both;
    font-family: 'Gotham book';
    line-height: 25px;
    padding-top: 0px;
}

.detalle_incentivo_div_1_1{
   /* width: 10%;
    height: 100%;
    float: left;
    padding: 0px;
    text-align: left;
    margin-top: 10px;*/
    height: 100px;
}

.detalle_incentivo_div_1_2{
	width: 15%;
    height: 20%;
    float: right;
    text-align: right;
    padding-right: 15px;
}

.detalle_incentivo_img_fav, .detalle_incentivo_img_carro{
	width: 40%;
	height: auto;
}


.detalle_incentivo_div_2{
   	height: 75px;
    clear: both;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 10px;
}

.image_detalle_incentivo{
	width: 100%;
    height: auto;
    /*margin-left: 15px;*/
    margin-top: -1px;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    float: left;
}

.img_detalle_incentivo{
	width: 100%;
	height: auto;
	transform: scale(1);
    transition: .6s ease-in-out;
    transform-origin: right;
}

.logo_detalle_incentivo{
	width: 80%;
}

.detalle_incentivo_div_2_1{
    width: 250px;
    text-align: right;
    float: left;
	padding-top: 15px;
}

.detalle_incentivo_div_2_2{
	width: 150px;
    float: right;
    padding: 15px;
}
.detalle_incentivo_div_2_3{
	width: 200px;
    float: left;
    padding: 15px;
}

.holder_puntos_detalle_incentivo{
	background-image: url(../img/fondo_puntos.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 125px;
    height: 42px;
    padding-top: 10px;
    text-align: center;
}

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

.puntos_incentivo{
	color: white;
	font-size: 15px;
	padding: 4vh;
}
.button_standard2{
	background-image: url('../img/button_standard.png');
	background-size: 100% 100%;
	display: block;
	width: 100%;
	height: 100%;
	/*padding: 6%;*/
	text-align: center;
	font-family: 'Aller', 'FuturaStd-Book';
	font-size: 18px;
	color: white;
	border: none;
}
.clearboth{
	clear: both;
}
.precio_incentivo{
	color: white;
	cursor: pointer;
    float: left;
    margin-right: 20px;
}

.div_logo{
	/*padding-left: 15px;*/
	width: 100%;
	height: 60px;
	float:left;
	font-family: 'Gotham book';
    font-size: 16px;
}

.div_titulo{
	width: auto;
	float:left;
	padding-left: 15px;
}

.div_button{
	width: auto;
	height: 60px;
	float:right;
	padding-top:0px
}

.padding_15{
	padding: 15px;
}

.padding_0 {
    padding: 0px;
    overflow: hidden;
}


.canjear_incentivo{
	height: 38px;
    width: 100%;
    padding: 9px;
}


.disabled{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d2a3bb), color-stop(1, #d2a3bb));
    background: -moz-linear-gradient(top, #d2a3bb 5%, #d2a3bb 100%);
    background: -webkit-linear-gradient(top, #d2a3bb 5%, #d2a3bb 100%);
    background: -o-linear-gradient(top, #d2a3bb 5%, #d2a3bb 100%);
    background: -ms-linear-gradient(top, #d2a3bb 5%, #d2a3bb 100%);
    /*background: linear-gradient(to bottom, #d2a3bb 5%, #d2a3bb 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2a3bb', endColorstr='#d2a3bb',GradientType=0);
    
    background-color: #d2a3bb;
    pointer-events: none;
    cursor: default;
}

.disabled:hover{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d2a3bb), color-stop(1, #d2a3bb));
    background: -moz-linear-gradient(top, #d2a3bb 5%, #d2a3bb 100%);
    background: -webkit-linear-gradient(top, #d2a3bb 5%, #d2a3bb 100%);
    background: -o-linear-gradient(top, #d2a3bb 5%, #d2a3bb 100%);
    background: -ms-linear-gradient(top, #d2a3bb 5%, #d2a3bb 100%);
    /*background: linear-gradient(to bottom, #d2a3bb 5%, #d2a3bb 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2a3bb', endColorstr='#d2a3bb',GradientType=0);
    
    background-color: #d2a3bb;
  	cursor: default;
}



@media (min-width: 992px){
	.margin_5_md{
		margin-left: 5%;
	}
}

.ibe-card-link__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ibe-card-link__background {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 0px 0px 90% 90% / 0px 0px 3vw 3vw;
}

.logo_categoria{
	width: 100%;
	height: auto;
}

.marg10{
	margin-bottom: 10vh;
}


.img_detalle_incentivo:hover {
	transform: scale(1.2);
    transition: .6s ease-in-out;
    
}


input[type="file"] {
    height: 1px;
    width: 1px;
    margin: auto;
    border: 0px;
    padding: 0px;
    font-size: 0px;
}
   
.label_camera{
	width: 100%;
	text-align: center;
}
   
.camera_button{
	width: 30%;
	max-width: 200px;
	height: auto;
	cursor: pointer;
}
   
input[type=checkbox], input[type=radio] {
	margin: 4px 4px 4px 10px;
}

.info_ticket {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: white;
}

.tipo_producto > label {
	text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    font-weight: normal;
}

.standard_label > label {
	text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

.mt5{
	margin-top: 20px;
}


.final_importe{
	font-size: 30px;
}






























@media (max-width: 1450px){
	
	.p_title_incentivo {
	    color: black;
	    font-family: 'Gotham', 'FuturaStd-Bold';
	    font-size: 23px;
	    padding: 0px;
	    padding-left: 15px;
	    padding-top: 9px;
	}
}




@media (max-width: 765px){
	
	.detalle_incentivo_div_2{
	   	height: auto;
	    clear: both;
	    padding-left: 0px;
	    padding-right: 0px;
	    padding-bottom: 0px;
	    padding-top: 40px;
	}

	.text-caja {
	    height: 120px;
	    background-color: white;
	    margin-bottom: 100px;
	}
	
	.div_button {
	    width: auto;
	    height: 60px;
	    float: right;
	    padding-top: 2vh;
	}
	
}











