@CHARSET "utf-8";


.link_foot{
    font-size: 13px;
    color: white;
    text-align: left;
    font-family: Gotham;
    margin-top: 18px;
    margin-left: 30px;
    margin-right: 30px;
}

.hello{
	margin-top: 10vh;
}

.p-top-foot{
	padding-top: 3vh;
}

.h24{
	margin-top: 3vh;
}

.link_foot:active, .link_foot:hover, .link_foot:focus {
    font-size: 13px;
    color: white;
    text-align: left;
    font-family: Gotham;
    margin-top: 18px;
    margin-left: 30px;
    margin-right: 30px;
}

.w100{
	width:100%;
}

.bot-bus{
	background-color: #1e3987;
    border-radius: 10px;
    color: white;
    height: 35px;
}

.bot-bus:hover{
	background-color: #1e3987;
    border-radius: 10px;
    color: white;
    height: 35px;
}

.btn-default:hover {
    color: white;
    background-color: #1e3987;
  
}

.botonera{
	background-color: white;
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.coche{
	 background: url(../img/header.png);
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
     border-bottom: 24px solid #1e3987;
     height: 400px;
}


.header-busca{
	 background: url(../img/header-busca.png);
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
     height: 170px;
     border-bottom: 8px solid #1e3987;
}

.rojo{
	 background-color: #1e3987;
}

.back-buscador{
	background-color: #1e3987;
    color: white;
    margin-top: 10vh;
    padding: 10px 2px 10px 2px;
    border-radius: 10px;
    font-size: 16px;
    margin-bottom: 10vh;
}

.back-buscador > a {
	color:white !important;
}


.p-busca{
	font-size: 20px;
    color: white;
    text-align: initial;
}

.p-faqs{
	font-size: 23px;
    color: white;
    text-align: center;
}

.faq{
    margin-top: 7vh;
    border: solid 2px white;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}

.textos{
	 /*height: 500px;*/
	 margin-bottom: 12vh;
	
}

.hr-red{
	margin-top: 0px;
    margin-bottom: 10px;
    border: 0;
    border-top: 3px solid #1e3987;
    width: 26px;
    margin-left: 0px;
}



.header1{
	width:100%;
	margin-top: 8vh;
}

.header2{
	width: 90%;
    margin-top: 10vh;
}

.img-textos{
	width: 100%;
}

.img-localiza{
	width: 60%;
    margin-top: 4vh;
    
}

.pre-footer{
	
	width: 100%;
	height: 50px;
	background-color: white;
	clear: both;
}

.footer_links{
	/*float: right;*/
	height: 20px;
	padding-top: 10px;
	text-align: center;
}

.footer{
  height: 70px !important;
  background-color: #1e3987 !important;
  text-align: center !important;
  border-top: 3px solid black;
}

a.link_footer{
	font-size: 13px;
    color: rgb(29, 91, 52);
    font-family: 'Gotham';
    font-weight: bold;
    float: none;
    padding: 15px;
    text-transform: uppercase;
    margin-left: 30px;
    margin-right: 30px;
}

a.link_footer:hover{
	color: #B9191A;
	text-decoration: none;
}

.h1-faq {
    font-size: 40px;
    color: rgb(231 49 40);
}

.navbar{
	min-height: 40px !important;
}

.container-fluid{
	padding-left: 0;
	padding-right: 0;
}


ul {
    list-style-type: none;
}

li {
	color: #c6222a;
}





html, body {
  /*height: 100%;*/
  margin: 0;
}

body{
	/*
	background-image: url('../img/background.png');
	background-repeat: repeat;
	*/
	font-family: 'Gotham', 'FuturaStd-Book';
	background-color: #fff
}

.body_home{
	/*
	background-image: url(../img/fondo.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
    */
}

.fondoIberia{
	background-color: #eee;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-bottom: 50px !important;
}

button{
	border: none;
}

.invisible {
  visibility: hidden;
  display: none;
}

.wrapper {
  min-height: 100%;

  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: -40px;
}

/*.header{
	background-color: white;
	border-bottom: 1px solid transparent;
	height: 75px;
}*/

.header_image{
	background-image: url('../img/logo_transparent.png');
    background-repeat: no-repeat;
    background-size: auto 60%;
    background-position-x: left; 
    background-position-y: center;
    height: 100px;
}

.header_tarjeta{
	background-image: url('../img/tarjeta.png');
    background-repeat: no-repeat;
    background-size: auto 90%;
    background-position-x: right; 
    background-position-y: center;
    height: 100px;
}

.footer,
.push {
  height: 70px;
  
  background-color: black;
  text-align: center;
}

.img_footer{
	background-image: url('../img/logo_transparent.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: center;
    height: 30px;
    margin-top: 5px;
}

.align_right{
	text-align: right;
}

.align_left{
	text-align: left;
}

.align_center{
	text-align: center;
}

.margin_top_20{
	margin-top: 20px;
}

.margin_bottom_20{
	margin-bottom: 20px;
}

.padding_bottom_50{
    padding-bottom: 50px;
}

.row{
	margin-right: 0px;
	margin-left: 0px;
}

.fondo_blanc{
	
	background-color: #fff;
	padding-top: 15px;
    padding-bottom: 5px;
}

.fondo_gris{
	min-height: 120px;
    padding: 20px;
    background-color: #f1f1f1;
	border: 1px solid #DEDEDE;
    margin-top: 5px;
    margin-bottom: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 2px 10px 57px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 10px 57px -8px rgba(0,0,0,0.75);
	box-shadow: 2px 10px 57px -8px rgba(0,0,0,0.75);
}

.fondo_gris_left{
	width: 49%;
	float: left;
}

.fondo_gris_right{
	width: 49%;
	margin-left: 2%;
	float: right;
}

p{
	font-size: 16px; 
	color: rgb(51, 51, 51);;
	text-align: left;
	font-family: Gotham;
}

.p-text{
	font-size: 16px; 
	color: rgb(51, 51, 51);;
	text-align: left;
	font-family: Gotham;
	line-height: 18px;
}



.img-bandera {
    width: 100px;
    float: left;
   /*margin-left: 90px;*/
}


h1{
	/*font-size: 60px;*/
	color: rgb(29, 91, 52);
	margin-top: 55px;
}

h2{
	font-weight: bold;
    font-family: 'Gotham Book';
    font-size: 23px;
}

.h2_60 {
    width: 60%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

h3{
	font-size: 16px;
    color:black;
    text-align: left;
    font-family: Gotham;
    font-weight: bold;
    
}

h4{
	font-size: 30px;
	color: rgb(2, 186, 68);
	line-height: 34px;
}

h5{
	font-size: 20px;
	color: rgb(2, 186, 68);
	font-weight: bold;
	text-align: center;
}

h3.h3_faq{
	margin-top: 25px;
	margin-bottom: 25px;
}

a.menu_button{
	background-image: url('../img/background_menu.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 100px;
	width: 100%;
	display: block;
}

a.menu_button span{
	position: absolute;
  	bottom: 0;
  	font-size: 16px;
  	color: #494B53;
}

a.menu_a{
	width: 100%;
	text-align: center;
}

a.menu_a img{
	width: 100%;
}

a.menu_a p{
	width: 100%;
	text-align: center;
	font-size: 16px;
  	color: #494B53;
}


.label_form{
	font-size: 15px; 
}

.input_form{
	width: 100%;
	height: 38px;
    margin-bottom: 10px;
    margin-top: 5px;
	padding-left: 15px;
	border: 1px solid #ccc;
	/*-webkit-box-shadow: 5px 4px 16px 1px rgba(0,0,0,0.62);
	-moz-box-shadow: 5px 4px 16px 1px rgba(0,0,0,0.62);
	box-shadow: 5px 4px 16px 1px rgba(0,0,0,0.62);*/
	box-shadow:none;
	color: rgb(29, 91, 52);
	font-family: Gotham;
	font-size: 20px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(29, 91, 52);
  font-size: 18px;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(29, 91, 52);
  font-size: 18px;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: rgb(29, 91, 52);
  font-size: 18px;
}


.select_form_div{
	width: 100%;
	padding: 0px;
}

.select_form{
	width: 30%;
	height: 38px;
    margin-bottom: 10px;
    margin-top: 5px;
	padding-left: 15px;
	border: 1px solid white;
	-webkit-box-shadow: 5px 4px 16px 1px rgba(0,0,0,0.62);
	-moz-box-shadow: 5px 4px 16px 1px rgba(0,0,0,0.62);
	box-shadow: 5px 4px 16px 1px rgba(0,0,0,0.62);
}

.margin_left_3{
	margin-left: 3%;
}

a.link_form{
	font-size: 15px;
	color: #C73036;
}

a.link_form:hover{
	color: #B9191A;
	font-size: 15px;
	text-decoration: none;
}

p.note{
	font-size: 15px;
	text-align: center;
	width: 100%;
}

.width100{
	width: 100%;
}


.button_active {
    background-image: url('../img/active_button.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 125px;
    height: 90px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100%;
    white-space:nowrap;
    margin-left: auto;
    margin-right: auto;
    font-size: 0px;
    background-color: transparent;
    border: 0px;
}

.button_active:hover {
    background-image: url('../img/active_button_hover.png');
}

.button_consulte {
    background-image: url('../img/consulte_button.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 125px;
    height: 90px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100%;
    white-space:nowrap;
    margin-left: auto;
    margin-right: auto;
    font-size: 0px;
    background-color: transparent;
    border: 0px;
}

.button_consulte:hover {
    background-image: url('../img/consulte_button_hover.png');
}

.inicio_button {
    background-image: url('../img/inicio_button.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 125px;
    height: 90px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100%;
    white-space:nowrap;
    margin-left: auto;
    margin-right: auto;
    font-size: 0px;
    background-color: transparent;
    border: 0px;
}

.inicio_button:hover {
    background-image: url('../img/inicio_button_hover.png');
}

.button_active_otra {
    background-image: url('../img/active_otra_button.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 200px;
    height: 240px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100%;
    white-space:nowrap;
    margin-left: auto;
    margin-right: auto;
    font-size: 0px;
    background-color: transparent;
    border: 0px;
}

.button_active_otra:hover {
    background-image: url('../img/active_otra_button_hover.png');
}

.button_volver_intentar {
    background-image: url('../img/volver_intentar_button.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 200px;
    height: 240px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100%;
    white-space:nowrap;
    margin-left: auto;
    margin-right: auto;
    font-size: 0px;
    background-color: transparent;
    border: 0px;
}

.button_volver_intentar:hover {
    background-image: url('../img/volver_intentar_button_hover.png');
}




.faq_title{
	color: #494B4A;	
	font-size: 21px;
    font-weight: bold;
}

.faq_response{
	color: #494B4A;
	font-size: 18px;
}



a.link_faq{
	font-size: 18px;
	color: #C73036;
}

a.link_faq:hover{
	color: #ff474d;
	text-decoration: none;
}

.no_padding{
	padding-left: 0px;
    padding-right: 0px;
}

.img_tarjeta{
	width: 100%;
	max-width: 300px;
}


@media screen and (max-width: 420px){
	.header_image{
		background-size: contain;
	}
	
	h1{
		font-size: 50px;
	}
}


.loading{
    width: 100%;
    height: 30vh;
    margin-top: 5vh;
    margin-bottom: 5vh;
    background-image: url('../img/loading.gif');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.targeta_img{
	background-image: url('../img/tarjeta.png');
	background-size: contain;
	height: 25vh;
	float: right;
	background-repeat: no-repeat;
}

html, body {
  min-height: 100%;
  margin: 0;
}

body{
	font-family: 'Gotham', 'FuturaStd-Book';
    overflow-x: hidden;
}

.barra_menu{
	background-color: black;
	height: 40px;
}

.wrapper {
  min-height: 100%;

  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: -40px;
}
.footer,
.push {
  height: 40px;
  
  background-color: black;
  text-align: center;
}

.img_footer{
	background-image: url(/img/logo_hellorewards_white.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: center;
    height: 30px;
    margin-top: 5px;
}

.botons{
	height: 20px;
    margin-top: 10px;
}

.boto_menu{
	font-family: 'Gotham', 'FuturaStd-Book';
	font-size: 15px;
	color: white;
	margin-left: 25px;
	float: right;
}

.boto_menu:hover{
	color: #D7252F;
	text-decoration: none;
}

.boto_menu:active, .boto_menu:focus{
	text-decoration: none;
	color: white;
}

.boto_menu:visited{
	text-decoration: none;
}

.boto_menu_selected{
	color: #D7252F;
}

#btn_home{
	/*margin-left: 0px;*/
}

.holder_widget{
	width: 100%;
	height: 50px;
}

.widget_usuario{
	height: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: absolute;
    right: 0px;
    top: 0px;
}

.foto_widget{
	height: 50px;
	width: 40px;
	float: left;
}

.datos_widget{
	height: 50px;
	width: auto;
	float: left;
	margin-left: 5px;
}

.carro_widget{
	height: 50px;
	width: 60px;
	float: left;
	padding-top: 15px;
	text-align: center;
	color: #d1262f;
}

.logout_widget{
	height: 50px;
	width: 65px;
	float: left;
}

.datos_widget_puntos{
	color: #D7252F;
}

.datos_widget_logout{
	color: black;
}

.datos_widget_logout:hover{
	color: #D7252F;
	text-decoration: none;
}

.datos_widget_logout:FOCUS, .datos_widget_logout:FOCUS:VISITED{
	text-decoration: none;
}

.button_opciones{
	background-image: url('../img/button_opciones.png');
	background-size: 100% 100%;
	display: block;
    width: 100%;
    padding: 10%;
    text-align: center;
    font-family: 'Gotham', 'FuturaStd-Book';
    font-size: 18px;
    color: white;
}

.button_opciones:hover, .button_opciones:active, .button_opciones:focus{
	background-image: url('../img/button_opciones_hover.png');
	text-decoration: none;
	color: white;
}

.button_opciones:visited{
	text-decoration: none;
	color: white;
}


.button_standard{
	background-image: url('../img/button_standard.png');
	background-size: 100% 100%;
	display: block;
    width: 100%;
    padding: 6%;
    text-align: center;
    font-family: 'Gotham', 'FuturaStd-Book';
    font-size: 18px;
    color: white;
    
    height: 50px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    background: linear-gradient(to top, rgb(0, 136, 48) 0%, rgb(3, 192, 70) 100%);
    padding: 0px 30px;
    border-radius: 999px;
    text-decoration: none;
    overflow: hidden;
}

.button_standard:hover, .button_standard:active, .button_standard:focus{
	text-decoration: none;
}

.button_standard:visited{
	text-decoration: none;
}

.align_right{
	text-align: right;
}

.align_left{
	text-align: left;
}

.align_center{
	text-align: center;
}
.flash-notice{
	margin: auto auto;
    width: 300px;
    text-align: center;
    font-size: 20px !important;
    /*animation: blinker 1s linear infinite;*/
    color: rgb(29, 91, 52);
    background-color: rgba(255, 255, 255, 0.35);
}	
.flash-error{
	margin: auto auto;
    width: 300px;    
    text-align: center;
    color: #bb131d;
    font-size: 20px !important;
	/*animation: blinker 1s linear 8;*/
	background-color: rgba(255, 255, 255, 0.35);
}
@keyframes blinker {  
  50% { opacity: 0; }
}

.margin_bottom_20{
	margin-bottom: 20px;
}

.row{
	margin-right: 0px;
	margin-left: 0px;
	
}


.fondo_gris{
	min-height: 120px;
    padding: 20px;
    background-color: white;
	border: 1px solid #DEDEDE;
    margin-top: 5px;
    margin-bottom: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 2px 10px 57px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 10px 57px -8px rgba(0,0,0,0.75);
	box-shadow: 2px 10px 57px -8px rgba(0,0,0,0.75);
	margin-bottom: 60px;
}

.fondo_gris_left{
	width: 49%;
	float: left;
}

.fondo_gris_right{
	width: 49%;
	margin-left: 2%;
	float: right;
}

.margin_bottom_50{
    margin-bottom: 50px;
}
.btn_volver {
    float: left;
    width: 130px;
    padding: 9px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.fons_image{
	background-image: url('../img/background.png');
}


.standard_button:focus{
	color: white;
	text-decoration: none;
}
.standard_button:active {
                position:relative;
                top:1px;
}
.standard_button_fix_size{
	height: 50px;
	width: 130px;
	text-align: center;
	padding: 1px;
	padding-top: 15px;
	font-size: 16px;
	font-family: 'Gotham';
	background: black;
	/*border-bottom: 3px solid #A80E1F;*/
	text-shadow: none;
	
	height: 50px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    background: linear-gradient(to top, rgb(0, 136, 48) 0%, rgb(3, 192, 70) 100%);
    padding: 0px 30px;
    border-radius: 999px;
    text-decoration: none;
    overflow: hidden;
}

.standard_button_fix_size:hover{
}


.standard_button_fix_size_big{
	height: 50px;
	width: 190px;
	text-align: center;
	padding: 1px;
	padding-top: 15px;
	font-size: 16px;
}


.btn_save_changes{
	margin-top: 2vh;
    font-size: 16px;
    height: 50px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    background: linear-gradient(to top, rgb(0, 136, 48) 0%, rgb(3, 192, 70) 100%);
    padding: 0px 30px;
    border-radius: 999px;
    text-decoration: none;
    overflow: hidden;
}

.btn_save_changes:hover{
    text-decoration: none;
}

.padding1{
	padding: 1px;
}
.floatleft{
	float: left;
}
.g-recaptcha{
	margin-left: auto;
	margin-right: auto;
	width: 305px;
}
#form_codigo, #form_email{
	min-width: 305px !important;
}

label{
	color: black;
}




aside {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 100%;
}

article, aside, footer, header, nav, section {
    display: block;
}




aside .navigation {
    position: absolute;
    top: 0;
    right: 0;
    width: 285px;
    height: 79px;
    /*border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    background-color: black;
    border-left: 1px solid hsla(0,0%,76%,.4);
    border-top: 1px solid hsla(0,0%,76%,.4);
    border-bottom: 1px solid hsla(0,0%,76%,.4);*/
    margin-top: 1vh;
}

aside .navigation .logo {
    position: absolute;
    top: 18%;
    width: 56%;
    height: 44%;
    background: url(../img/iberia-logo.png) 50%/contain no-repeat;
    right: 74vw;
}

.img-ibe{
	position: absolute;
    width: 100%;
    top: 7px;
	
}

.height_15vh{
    height: 10vh;
}

.height_7vh{
    height: 7vh;
}

.margin_top_index{
	margin-top: 5vh;
}

.background_black{
	background-color: black;
}


.caja_activia {
    cursor: pointer;
    user-select: none;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 10px 2px;
    outline: 0px;
    border-radius: 16px;
    background: rgb(255, 255, 255);
    overflow: hidden;
    margin-bottom: 10vh
}






a.top-link, button.top-link {
    display: block;
    position: relative;
    font-family: 'Gotham';
    font-style: normal;
    font-size: 14px;
    color: darkslategrey;
    text-align: center;
    text-decoration: none;
    padding: 6px 12px;
    margin-top: 0vh;
    background-color: #f0f0f0;
    border-radius: 4px;
}


a.top-link-white, button.top-link-white {
    display: block;
    position: relative;
    /*left: 5vh;
    bottom: 3vh;*/
    font-family: 'Gotham', ,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.9vh;
    color: #642480 !important;
    text-align: center;
    text-decoration: none;
    border-radius: 4vh;
    padding: .6vh;
    background: white;
    -webkit-transition: border-radius .2s ease-out 0s;
    transition: border-radius .2s ease-out 0s;
	margin-top: 2vh;
}



a.top-link:hover, a.top-link:hover span, button.top-link:hover, button.top-link:hover span {
}

a.top-link span, button.top-link span {
	font-family: 'Gotham';
	height: 50px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    background: linear-gradient(to top, rgb(0, 136, 48) 0%, rgb(3, 192, 70) 100%);
    padding: 0px 30px;
    border-radius: 999px;
    text-decoration: none;
    overflow: hidden;
}

.totally_hidden{
	display: none;
	visibility: hidden;
}


.fondo_ilustracion{
    background-image: url(../img/illustracion_emov_RGB.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}




@media (max-height: 620px){
	a.top-link span, button.top-link span {
		padding: 3.3vh 2vw;
	}
}

@media (max-height: 370px){
	a.top-link span, button.top-link span {
		padding: 4.3vh 2vw;
	}
}






.btn_canjear {
    display: inline-grid;
    position: relative;
    font-style: normal;
    font-size: 16px;
    color: white !important;
    text-align: center;
    text-decoration: none;
    margin-top: 0vh;
    font-family: 'Gotham';
    display: block;
    background-color: black;
    width: 100%;
    padding: 5px;
    height: 32px;
	padding-left: 15px;
    padding-right: 15px;
    
    height: 36px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    background: linear-gradient(to top, rgb(0, 136, 48) 0%, rgb(3, 192, 70) 100%);
    padding: 0px 30px;
    border-radius: 999px;
    text-decoration: none;
    overflow: hidden;
}

.btn_canjear:hover {
    display: inline-grid;
    position: relative;
    font-style: normal;
    font-size: 16px;
    color: white !important;
    text-align: center;
    text-decoration: none;
    margin-top: 0vh;
    font-family: 'Gotham';
    display: block;
    background-color: black;
    width: 100%;
    padding: 5px;
    height: 32px;
	padding-left: 15px;
    padding-right: 15px;
    
    height: 36px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    background: linear-gradient(to top, rgb(0, 136, 48) 0%, rgb(3, 192, 70) 100%);
    padding: 0px 30px;
    border-radius: 999px;
    text-decoration: none;
    overflow: hidden;
}






.header_image {
    background-image: url(/img/activia.png);
    margin-top: 1vh;
    background-repeat: no-repeat;
    background-size: auto 20px;
    background-position-x: 30px;
    background-position-y: 18px;
    height: 80px;
}


.navbar-default {
    background-color: #f8f8f8;
    border-color: #fff;
}


.head-faq-red {
    background-color: #1e3987;
    height: 10vh;
}

.head-faq{
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px;
    padding-top: 2vh;
    padding-bottom: 2vh;
}
	


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */

@media only screen and (max-width : 1400px){
	.p-faqs{
		font-size: 17px;
	    color: white;
	    text-align: center;
	}
}
@media only screen and (max-width : 1200px) {
	a.link_footer {
    	font-size: 17px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	a.link_footer {
    	font-size: 15px;
	}
}

/* Small Devices, Tablets */
@media (max-width: 765px){
	
	.p-top-foot {
	    padding-top: 1vh;
	}

	.bot-mov{
		margin-bottom: 8vh;
	}
	
	.back-buscador {
	    background-color: #1e3987;
	    color: white;
	    margin-top: 5vh;
	    padding: 10px 2px 10px 2px;
	    border-radius: 10px;
	    font-size: 12px;
	    margin-bottom: 5vh;
	}

	.p-text {
	    font-size: 13px;
	    color: rgb(51, 51, 51);
	    text-align: left;
	    font-family: Gotham;
	    line-height: 18px;
	}

	
	.footer {
	    height: 40px !important;
	    background-color: lightgrey !important;
	    text-align: center !important;
	}

	
	.marl1{
	    margin-left: 0px !important;
	}
	
	.marl2{
		margin-left: 10px !important;
	}
	
	.link_foot {
	    font-size: 10px;
	    color: rgb(51, 51, 51);
	    text-align: left;
	    font-family: Gotham;
	    margin-top: 18px;
	    margin-left: 10px;
	    margin-right: auto;
	}
	
	.head-faq-red {
	    background-color: #1e3987;
	    height: 5vh;
	}
	
	.h1-faq {
	    font-size: 30px;
	    color: #1e3987;
	}
	
	body {
		background-size: auto;
	}
	
	a.link_footer {
    	font-size: 8px;
	}
	
	.p-faqs {
	    font-size: 14px;
	    color: white;
	    text-align: center;
	}
	
	
	.faq {
	    margin-top: 5vh;
	    border: solid 2px white;
	    border-radius: 10px;
	    padding: 10px;
	    text-align: center;
	}

	
	.p-busca{
		font-size: 15px;
	    color: white;
	    text-align: initial;
	}
	
	.header1{
		width:100%;
		margin-top: 3vh;
	}
	
	.header2{
		width: 90%;
	    margin-top: 4vh;
	}

	
	p {
	    font-size: 13px;
	    color: rgb(51, 51, 51);
	    text-align: left;
	    font-family: Gotham;
	}
	
	
	h3 {
	    font-size: 16px;
	    color: black;
	    text-align: left;
	    font-family: Gotham;
	    font-weight: bold;
	}
	
	.textos {
	    height: 750px;
	    padding-left: 0px;
	}
	
	.coche {
	    background: url(../img/hello1.png);
	    background-position: center;
	    background-size: cover;
	    background-repeat: no-repeat;
	    height: 250px;
	}
	
	.caja_activia {
	    cursor: pointer;
	    user-select: none;
	    display: block;
	    box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 10px 2px;
	    outline: 0px;
	    border-radius: 16px;
	    background: rgb(255, 255, 255);
	    overflow: hidden;
	    margin-bottom: 6vh
	}
	
	body{
	
		font-family: 'Gotham', 'FuturaStd-Book';
		/*background-image: url(../img/fondo.jpg) !important;*/
	    background-repeat: no-repeat !important;
	    /*background-size: cover !important;*/
	   background-position: inherit;
	}
	
	.height_15vh {
	    height: 8vh;
	}
	
	
	
	aside .navigation .logo {
	    position: absolute;
	    top: 18%;
	    width: 56%;
	    height: 44%;
	    background: url(../img/iberia-logo.png) 50%/contain no-repeat;
	    right: 30vw;	
	}
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	a.link_footer {
    	font-size: 8px;
	    width: 100%;
	    margin-left: auto;
	    margin-right: auto;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	a.link_footer {
    	font-size: 8px;
	    width: 100%;
	    margin-left: auto;
	    margin-right: auto;
	}
}