@CHARSET "utf-8";

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



body{
	background-image: url('../img/background.png');
	background-repeat: repeat;
	font-family: 'FuturaStd-Book';
}

.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: rgba(255, 255, 255, 0.32);
}

.header_image{
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position-x: left; 
    background-position-y: center;
    height: 100px;
}


.header_image_locales{
	background-repeat: no-repeat;
    background-size: auto 100%;
    background-position-x: left; 
    background-position-y: center;
    height: 100px;
}

.header_image_contanier{
	height: 150px;
}


.bandera_locale{
	width: 25px;
	float: right;
}

#language-select-button {
    background: #fff no-repeat !important;
    color: #9a9a9a !important;
    font-size: 1em;
    line-height: 2.2;
    width: 150px;
    height: 40px;
    border: 1px solid #eee !important;
    outline: 0;
}

#language-select-dropdown {
    color: #9a9a9a !important;
    font-size: 1em;
    left: 2px;
    top: 37px;
    line-height: 2.5;
    min-width: 146px !important;
    padding: 5px 0 5px 5px;
    border: 1px solid #eee !important;	
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .25rem;
    margin-left: .25rem;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}

.span_banderas{
	float: left;
	padding-left: 5px;
}

a.link_footer{
	font-size: 14px;
	margin-left: 30px;
	float: right;
}

.header_tarjeta{
    background-repeat: no-repeat;
    background-size: auto 90%;
    background-position-x: right; 
    background-position-y: center;
    height: 100px;
}

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

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

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

h1{
	font-size: 45px;
	margin-top: 55px;
}

h3{
	font-size: 35px;
	margin-top: 55px;
}

h4{
	margin-top: 55px;
	font-size: 30px;
}

h5{
	font-size: 24px;
}

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

a.menu_button{
	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: 98%;
	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);
}

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

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

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

.width100{
	width: 100%;
}


.button_text{
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 180px;
    height: 90px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    border: 0px;
    font-size: 18px;
    font-weight: bold;
}

.button_text_rep{
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 180px;
    height: 90px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    border: 0px;
    font-size: 18px;
    font-weight: bold;
}


/*.button_text:hover {
    background-image: url(../img/base_lon_button_hover.png);
}*/



.button_active {
    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 {
    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_otra {
    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 {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 200px;
    height: 70px;
    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_otra {
    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;
}

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

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



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

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

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

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

.align_tarjeta{
	text-align: right;
}


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

@media screen and (max-width: 768px){
	
	a.link_footer {
	    font-size: 10px;
	    margin-left: 30px;
	    float: right;
	}
	.header_image{
		height: 100px;
	}
	
	.header_image_locales{
		height: 75px;
   		background-size: contain;
	}
	
	h1{
		margin-top: 0px;
	}
	
	.margin_top_20 {
	    margin-top: 10px;
	}
	
	.align_tarjeta{
		text-align: center;
	}
}


.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-size: contain;
	height: 25vh;
	float: right;
	background-repeat: no-repeat;
}

.span_balance{
	font-size: 18px;
	font-weight: bold;
}

.span_currency{
	font-size: 16px;
}

.span_expiration{
	font-size: 16px;
}

.margin_top_20{
	margin-top: 20px;
}

.margin_bottom_20{
	margin-bottom: 20px;
}

.padding_bottom_50{
    padding-bottom: 50px;
}

.padding_bottom_20{
    padding-bottom: 20px;
}

.tooltip_helloyalty{
	opacity:.9;
	/* for IE */
  	filter:alpha(opacity=90);
  	/* CSS3 standard */
    color: white;
}

.footer_links{
	float: right;
	height: 40px;
	padding-top: 10px;
}




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

.margin_top_55{
	margin-top: 55px;
}

.error_activacion{
	font-size: 19px;
}

.virtual_iframe{
    width: 400px;
    height: 260px;
    border: 0px;
}
.card_frame_holder{
	text-align: right;
}

@media  only screen and (max-width : 768px){
	.card_frame_holder{
		text-align: center;
	}
	
	
}

@media  only screen and (max-width : 420px){
	.virtual_iframe{
      	width: 300px;
    	height: 190px;
	}
}

.virtual_h1{
	font-size: 35px;
}

.height140{
	height: 140px !important;
}

.navbar-toggle{
	float: left;
}
		
ul ul, ol ul {
    list-style-type: none;
}
	
.navbar-default {
		border-color: white;
}



input[type=checkbox]
{
  	/* Double-sized Checkboxes */
  	-ms-transform: scale(2); /* IE */
  	-moz-transform: scale(2); /* FF */
  	-webkit-transform: scale(2); /* Safari and Chrome */
  	-o-transform: scale(2); /* Opera */
  	padding: 10px;
	margin-right: 15px;
	margin-left: 5px;
	margin-top: 15px;
}

#language-select{
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: -30px;
    z-index: 999;
}

.g-recaptcha {
    display: inline-block;
	margin-top: 10px;
}

/* ----- EXPIRATION DATE -------- */

#realExpirationDate:before {
	content: "VAL ";	
	font-size: 12px;
}
#realExpirationDate {
    
    position: absolute;
    top: 182px;
    left: 160px;
    color: white;
    font-size: 18px;
    font-style: italic;
    font-family: courier;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(160,160,160,0.75);
}

@media screen and (max-width: 375px){
	#realExpirationDate{
		font-size: 16px;
	}
}

@media screen and (max-width: 340px){
	#realExpirationDate{
		font-size: 12px;
	}
}





