/*NUEVO HELLOTICKETS*/

.margin_botones_menu{
	margin-right:50px;
}

.margin_widget_menu{
	margin-right:20px;
}

.datos_widget_puntos {
    color: white;
    font-weight: bold;
    font-size: 14px;
    margin-top: 1px;
}

.datos_widget_logout{
	color: white;
    font-weight: bold;
}

.margin_menuHR{
	margin-top:10px;
}

.border_widget{
	border-left: 2px solid white;
}

/*.margin_logo {
    margin-top: 26px;
    margin-bottom: 26px;
}*/

.link{
	font-weight: bold;
    color: white;
    text-decoration: none !important;
}

.link:hover {
    color: white;
    font-size: 1.1rem;
}

.barra_menu {
    background-color: #cb0100;
    height: 49px;
}

.w100 {
	width: 100%;
}

/****************BODY***********************/

.height160 {
    height:160px;
}

.titulo_categorias{
     font-size: 42px;
     font-weight: 900;
     text-align: center;
     color: #cb0100;
     margin-bottom:1vh;
     margin-top:1vh;
}

.logo_body {
	margin-top: 2vh;
}

.incentivos_holder{
    padding-bottom: 18vh;
}

.micuenta_holder{
	margin-top:2vh;
}

.padding_15{
	padding-bottom: 15px;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.caja_form {
    padding:3vh 10vh;
    -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);
}

.caja_titulo {
    margin-top:4vh;
    padding:1vh;
}

.caja_footer_form{
    height:3vh;
    margin-bottom: 2vh;
}

.caja_titulo > p{
    margin-bottom:0;
    text-align:center;
}

.heightCajas{
	height:auto;
}

.descripcion_categoria {
  	font-size: 12px;
  	font-weight: 500;
  	color: #646464;
}

.descripcion_canje {
  	font-size: 10px;
  	color: black;
}

.infoAndButton{
	border-top: 1px solid #cb0100;
	padding: 5px;
}

.infoSpan{
	width:75% !important;
	padding-top: 5px;
}

.infoButton{
	width:25% !important;
}

.btn {
    display: inline-block;
    padding: 3px 12px;
}

.btn_color_width {
    width: 100%;
    font-size: 16px;
    border-radius: 2px !important;
}

.btn_color_width:hover {
    background-color: #FF0000;
    border-color: #FF0000;
}

.btn-danger {
    color: #fff;
    background-color: #cb0100;
    border-color: #cb0100;
}

.grid_Incentivos {
	display:grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
    gap: 20px;
    justify-content: center
}

.grid_canjes {
	display:grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important;
    gap: 10px;
    justify-content: center;
    margin-top: 2vh;
}

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

.h3-titulo {
    font-size: 16px;
    font-weight: bold;
    color: #df0000;
}

.descripcion {
    font-size: 16px;
    color: #000;
}

.pad15px{
	padding-left:15px;
	padding-right:15px;
}

.datos > label {
    margin-left: 20px;
    background-color: white;
    margin-top: -5px;
    position: absolute;
    padding-left: 0;
    padding-right: 0;
    font-weight: bold;
    color: red;
}

label {
    margin-left: 20px;
    background-color: white;
    margin-top: -8px;
    position: absolute;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: normal !important;
    z-index:1;
}

.ts-wrapper.single .ts-control {
    box-shadow: unset;
    background-color: unset;
    background-image: none;
    background-repeat: unset;
}

.ts-dropdown, .ts-control, .ts-control input {
    color: unset;
    font-family: unset;
    font-size: unset;
    line-height: unset;
}

.ts-control {
    border: unset;
    padding: 8px 8px;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    box-shadow: unset;
    border-radius: unset;
    display: flex;
    flex-wrap: wrap;
}

.input_form{
	border-radius: 10px;
	border: solid 1px #000;
	font-size: 12px;
   	color: #717171;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-left: 15px;
    box-shadow: none;
    background-color: white !important;
}

.input_form:focus {
    background-color: white;
}

.input_form:active {
    background-color: white;
}

input:-internal-autofill-selected {
    background-color: white !important;
    color: white !important;
}

.inputImg {
    width:1px !important;
    height:1px !important;
}

.upload-icon {
    width: 50px;
    margin-bottom: 10px;
}

.upload-area {
    border: 1px solid #979797;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.3s;
}

.upload-area:hover {
    border-color: #e30613;
}

.file-upload {
    position: relative;
    width: 100%;
    margin: 5px auto;
}

.pForm {
    font-size:12px;
}

.saltar_texto {
	overflow-wrap: break-word;
}

.btn-white {
    color: #cb0100;
    background-color: white;
    border-radius:8px !important;
}

.div_saldos{
	background-color:#cb0100;
	border-radius:8px;
	padding-top: 15px;
    padding-bottom: 15px;
	margin-top: 2vh;
}

.margin_saldos_movil{
	margin-bottom: 2vh;
}

.btn:hover {
    color: white;
}

.white{
	color:white;
}

h4{
	color: #cb0100;
}

h6 {
    color: #cb0100;
}

.pR15px{
	padding-right:15px;
}

.pL5px{
	padding-left:5px;
}

.red_border_top {
	border-top: 2px solid #cb0100;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: #cb010019 !important;
}

.w-icon {
	width: auto;
    height: 18px;
    cursor: pointer;
}

.infoSpan {
    width: 100% !important;
    padding-top: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #646464;
    margin-left: 5px;
}

.infoButton {
    width: 100% !important;
}

.datosCaja {
    border-top: 1px solid #cb0100;
    padding: 5px;
}

.imgCaja {
    height:auto;
}

.cajaIncentivo {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
    padding:0;
}

.saltar_texto {
    overflow-wrap: break-word;
    font-size: 14px;
}

/****************FOOTER*********************/

.footer, .push {
    height: 160px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    margin:0;
}

.texts-footer {
    margin-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom: 15px;
}

.foot-w {
    padding-left: 1vw;
    font-size: 12px;
    text-decoration: none !important;
}

.foot-w:hover {
    font-size: 14px;
}

.img_footer {
	margin-top: 60px;
	margin-left: 10px;
}

@media  only screen and (max-width : 1200px){
	.titulo_categorias{
	     font-size: 30px;
	}

    .caja_titulo {
        margin-top: 2vh;
        padding: 1vh;
    }

    .caja_form {
        padding:3vh 6vh;
    }
}

@media  only screen and (max-width : 576px){
	.width_row>* {
		width:unset;
	}
	
    .caja_titulo {
        margin-top: 0vh;
        padding: 1vh;
    }

    .titulo_categorias {
       font-size: 24px;
    }
    
    .div_saldos{
    	padding:15px;
    }
    
    .modal-open{
    	padding-right:unset !important;
    }
    
    .pR15px{
    	padding-right:unset;
    }

    .caja_form {
        padding:3vh 6vh;
    }
}

/****************MODALS*********************/

.modal-dialog {
	display: inline-block;
	text-align: center;
	vertical-align:middle;
}

.modal {
	text-align: center;
}

.modal-footer {
    border-top: 0;
}

/************************************************************************************************************/
html, body {
  height: auto;
  min-height: 100vh;
  margin: 0;
}

body {
    padding-bottom:160px;
}

.link{
	font-weight: bold;
    color: white;
    text-decoration: none !important;
}

.wrapper {
  min-height: 100%;

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

.black{
	color:black !important;
}

.green{
	color: #09ad00;
}

.blue{
	color: blue;
}

.red{
	color: red;
}

.mt-8vh {
	margin-top: 8vh;
}

.barra_menu {
    background-color: #cb0100;
    height: 49px;
}

/*.margin_logo {
    margin-top: 26px;
}*/

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



.flash_mensaje{
	
	color: red;
	font-size: 20px;
}

.flash-notice{
	margin: auto auto;
    width: 300px;
    text-align: center;
    font-size: 20px !important;
    animation: blinker 1s linear infinite;
    color: white;
}	
.flash-error{
	margin: auto auto;
    width: 300px;    
    text-align: center;
    color: red;
    font-size: 20px !important;
	animation: blinker 1s linear 8;
}

.align_right{
	text-align: right;
}

.align_left{
	text-align: left;
}

.align_center{
	text-align: center;
}


.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: 60px;
	color: #C73036;
	margin-top: 55px;
}



h5{
	font-size: 24px;
	color: #C73036;
}

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

.borde_login {
    border-bottom: 2px solid #cb0100;
}

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


.label_form{
	font-size: 15px; 
}


.form-control {
    color: black;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

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

.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: 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-image: url('../img/consulte_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_consulte_otra:hover {
    background-image: url('../img/consulte_otra_button_hover.png');
}

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

.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;
    margin-top: 120px;
    
}
.titulo{
	margin-top: -7vh;
}

.mens_error{
	margin-top: -35vh;
	
}
.padding_bottom_20{
    padding-bottom: 20px;
}

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

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


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

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


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

.faq_numbers{
	list-style-type:decimal;
}

.margin_top_55{
	margin-top: 55px;
}

.error_activacion{
	font-size: 19px;
    color: #C73036;
}

.height140{
	height: 140px !important;
}

.flash-notice{
	margin: auto auto;
    width: 300px;
    text-align: center;
    font-size: 20px !important;
    animation: blinker 1s linear infinite;
    color: white;
}	
.flash-error{
	margin: auto auto;
    width: 300px;    
    text-align: center;
    color: red;
    font-size: 20px !important;
	animation: blinker 1s linear 8;
}

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: 5px;
	margin-left: 5px;
	margin-top: 15px;
}

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


.width_46 {
    width: 46%;
}

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

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

.button_text{
	background-image: url(../img/base_lon_button.png);
    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;
    color: #c73237;
    font-size: 18px;
    font-weight: bold;
}

.holder_widget {
	width: 100%;
	height: 35px;
	background-color: white;
}

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

.button_text_error{
	background-image: url(../img/base_lon_rep_button.png);
    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;
    color: #c73237;
    font-size: 18px;
    font-weight: bold;
}


.button_text_error:hover {
    background-image: url(../img/base_lon_rep_button_hover.png);
}


