@CHARSET "UTF-8";

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

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

.ibe-card-link__background {
    display: block;
    position: relative;
    width: 90%;
    height: auto;
}

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

.mar-bot-40{
	margin-bottom:10px;
}

.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');
}



.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: #d7192d;
    font-family: 'iberiaheadline', 'FuturaStd-Bold';
    font-size: 30px;
    padding: 0px;
    padding-left: 15px;
    padding-top: 9px;
    float: none;
    width: 100%;
    text-align: left;
}

.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;
}

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

/*.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: #c6232a;
    font-size: 35px;
    padding: 4px;
    padding-left: 20px;
    width: 80%;
    float: left;
    font-family: 'iberiaheadline', 'FuturaStd-Bold';
    text-align: center;
}

.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: 20px;
	padding: 15px;
   /* min-height: 140px;*/
    font-size: 20px;
    padding-top: 25px;
    clear: both;
    font-family: iberiaheadline;
    font-size: 22px;
    line-height: 25px;
}

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

.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;
}

.logo_detalle_incentivo{
	height: 100%;
}

.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: 1vh;
}
.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;
}

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

.div_button{
	width: auto;
	height: 80px;
	padding-right: 15px;
	float:right;
}

.padding_15{
	padding: 15px;
}


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


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

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



@media (max-width: 765px){
	
	.ibe-card-link__background {
	    display: block;
	    position: relative;
	    width: 100%;
	    height: auto;
	    left: 0px;
	}
	
	.puntos_incentivo {
	    color: white;
	    font-size: 14px;
	    padding: 1vh;
	}
}

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





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

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