@CHARSET "utf-8";

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

body{
	font-size: 18px !important;
}

.footer_links{
	margin-top: 32px;
}

.form_error_msg{
	color: red;
	font-weight: 500;
	font-size:14px !important;
}
    

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

#language-select-button {
    font-size: 1em;
    line-height: 2.2;
    width: 150px;
    height: 40px;
    border: 1px solid #eee;
    outline: 0;
    padding-left:5px;
    padding-top:0;
}

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

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

.dropdown-menu>li>a {
	padding:0;
}

.span_banderas{
	float: left;
}

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

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

.padding_0 {
	padding: 0 !important;
}

.p-cookies-necesarias-analiticas{  
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: black;	
}

.pads-cero{
	padding-left: 0px;
    padding-right: 0px;
}

.datos > label {
    margin-left: 20px;
    margin-top: -9px;
    position: absolute;
    padding-left:5px;
    padding-right: 5px;
    font-weight: 500;
}

.margin-bot{
	margin-bottom: 1vh;
}

.p-leroy{
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #0f0f13;
}

.back-white{
	background-color: white;
    padding-bottom: 34px;
    margin-top: 22vh;
    margin-bottom: 17vw;
}

a.top-link, button.top-link {
    display: block;
    position: relative;
    font-style: normal;
    font-size: 17px;
    color: #d0d0d0 !important;
    text-align: center;
    text-decoration: none;
    padding: 0vh;
    background: #6db744;
	margin-top: 2vh;
	border-radius: 10px;
}

.w-100{
	width:100%;
}

.footer {
    height: 90px !important;
    text-align: right !important;
}

.footer_borde {
    border-top: solid 3px #848484;
}

.footer_links {
    margin-top: 32px;
}

.padd_zero {
	padding:0;
}

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

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

.navbar-default {
	border: none;
}

.botones_hlycard {
	display: block;
	border-radius: 10px;
	font-weight: bold;
	width: 100%;
	height: 5vh;
}


.botones_hlycard::label {
	font-weight: bold;
}

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

button{
	border: none;
}

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

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

h1{
	font-size: 60px;
	color: white;
	margin-top: 55px;
}

.h2, h2{
	color: black;
	font-size: 24px;
}

h3{
	font-size: 35px;
	color: rgb(215, 25, 45);
	text-align: center;
    font-weight: bold;
}

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

h5{
	font-size: 20px;
}

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;
}
.label_form{
	font-size: 15px; 
}

.input_form{
	width: 100%;
	height: 38px;
    margin-bottom: 10px;
    margin-top: 5px;
	padding-left: 15px;
	box-shadow:none;
	color: rgb(51, 51, 51);
	font-size: 12px;
    font-weight: bold;
    background-color: white;
    text-align: center;
    border: 1px solid gray;
    border-radius: 10px;
}

.form-errors{
	color:#ab1e1a;
	font-size:15px;
}
.form-errors ul{
	list-style-type: none;
	padding-left: 4px;
}

.button_consulte {
    display: block;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    white-space:nowrap;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}

.flash-notice{
	margin: auto auto;
    width: 300px;
    text-align: center;
    font-size: 20px !important;
    /*animation: blinker 1s linear infinite;*/
    color: white;
    background-color: rgba(255, 255, 255, 0.35);
}	

.flash-error{
    text-align: center;
    color: red;
    font-size: 20px !important;
    margin-top: 3vw;
    background-color: white;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

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

.modal {
  	text-align: center;
  	padding: 0!important;
}

.modal {
	bottom:unset;
	top: 4vh;
}
   
.cookie-banner {
    display: none;
    position: relative;
    background-color: #fff;
    bottom: 80%;
    z-index: 20;
    text-align: center;
    box-shadow: rgba(0,0,0,0.5) 0 4px 10px 0;
    border: 0.5px solid gray;
}

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

.btn_save_changes{
    display: inline-grid;
    position: relative;
    font-style: normal;
    font-size: 1.9vh;
    color: black !important;
    text-align: center;
    text-decoration: none;
    padding: 0vh;
    margin-top: 2vh;
    display: block;
    padding: 10px;
    background-color: #d0d0d0;
    width: 100%;
}

/*.btn_save_changes:hover{
    display: inline-grid;
    position: relative;
    font-style: normal;
    font-size: 1.9vh;
    color: back !important;
    text-align: center;
    text-decoration: none;
    margin-top: 2vh;
    display: block;
    background-color: #d0d0d0;
    width: 100%;
}*/

.btn-danger {
	color:black !important;
	background-color: #d0d0d0;
	border-color: #d0d0d0;
	background-image: unset;
}

.btn-danger:hover {
    color: #fff !important;
    background-color: #d0d0d0 !important;
    border-color: #d0d0d0 !important;
}

.btn-danger:focus, .btn-danger:hover {
	background-color: black !important;
}

.btn-danger.focus, .btn-danger:focus {
    color: black;
    background-color: #d0d0d0;
    border-color: #d0d0d0;
}

.btn-danger.active, .btn-danger:active {
	color: black;
    background-color: #d0d0d0;
    border-color: #d0d0d0;
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus, .open>.dropdown-toggle.btn-danger:hover {
    color: black;
    background-color: #d0d0d0;
    border-color: #d0d0d0;
}

.cookiesSelect {
    display: none;
    vertical-align: middle;
    float: none;
    color: black;
    background-color: white;
    box-shadow: rgba(0,0,0,0.5) 0 4px 10px 0;
    border: 1px solid darkgray;
    bottom: 90%;
}

b, strong {
    font-weight: 500;
}

.g-recaptcha{
	margin-left: auto;
	margin-right: auto;
	width: 305px;
}

#form_codigo, #form_email{
	min-width: 305px !important;
}

label{
	font-size:16px !important;
}


label[for="appbundle_redencionhellocodes_email_second"]{
    padding-left: 5px;
    padding-right: 5px;
}

.padd_zero {
	padding:0;
}

.p_span {
	font-weight:500 !important;
	color:black;
}

.p_title {
	font-weight: bold;
	font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.p_regular {
	font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.margen_separacion {
	margin-top: 18vh;
}

.tamaño_tarjeta {
	margin-top:12vh; 
	padding:60px !important;
}

a.top-link-white, button.top-link-white {
    display: block;
    position: relative;
    /*left: 5vh;
    bottom: 3vh;*/
    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 span, button.top-link span {
    display: block;
    padding: 1vh 2vw;
    background-color: #d0d0d0;
    border-radius: 10px;
    color:black
}

a.top-link span:hover, button.top-link span:hover {
	background-color:black !important;
	color:white;
}

a:focus, a:hover {
	text-decoration:none !important;
}

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

@media screen and (max-width: 765px){
	.pads-conf{
		 padding-top: 2vh;
	     padding-bottom: 2vh;
	}
	
	.modal {
		 top: 0;
	}
	
	.tamaño_tarjeta {
     	 margin-top:12vh; 
     	 padding:0;
    }
     
     .margen_separacion {
         margin-top: 11vh;
    }
	
	.h3-error {
	    color: white;
	    font-weight: bold;
	    font-size: 20px;
	}
	
	.flash-error {
	    text-align: center;
	    color: red;
	    font-size: 20px !important;
	    margin-top: 15vh;
	    background-color: white;
	}
	
	.back-btn {
	    display: inherit;
	    padding: 10px;
	    background-color: #ff0000;
	    border-radius: 10px;
	    border-bottom: none;
	    color: white;
	}
	
	a.top-link, button.top-link {
	    display: block;
	    position: relative;
	    font-style: normal;
	    font-size: 13px;
	    color: white !important;
	    text-align: center;
	    text-decoration: none;
	    padding: 0px;
	    background: black;
	    margin-top: 2vh;
	    border-radius: 10px;
	}
	
	.footer {
	    height: 80px !important;
	    /*background-color: #6db744 !important;*/
	    text-align: right !important;
	}
	
	.footer_links {
	    border-left: 0px solid white;
	    margin-top: 0px;
	    text-align: center;
	}
	
	.w-logo {
	    width: 100%;
	}
	
	.logo {
	    margin-top: 3vh;
	}
       
    .h3-leroy {
        color: black;
        font-weight: bold;
        font-size: 26px;
            
    }   
    .p-leroy {
        font-size: 17px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: justify;
        color: #0f0f13;
    }
       
    .p-leroy-light{ 
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #0f0f13;	
                         
     }
           
	a.link_footer {
	    font-size: 12px;
	    color: black;
  		float:none;
	}
	
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	body {
		background-size: auto;
	}
	
}
@media  only screen and (max-width : 576px){
	.priv_pad0 {
		padding-right:0;
		padding-left:0;
	}
	
	.text_privacidad {
		font-size:12px;
	}
	
    .cookie-banner_title {
        font-size: 14px;
    }
}

@media screen and (max-width: 545px) {
	.margen_separacion {
	    margin-top: 0vh !important;
	}
}

@media (max-width: 620px){
	a.top-link span, button.top-link span {
		padding: 3vw;
	}
    
}

    /* ipad Mini Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) {
	.tamaño_tarjeta {
        margin-top: 12vh;
        padding: 30px;
    }
}

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



