

@font-face {
font-family: 'edenred';
	src: url('../font/edenred.eot?iefix') format('embedded-opentype'),
		url('../font/edenred.otf') format('embedded'),
	 	url('../font/edenred.woff') format('woff'),
	 	url(../font/edenred.ttf) format('ttf');
}
@font-face {
font-family: 'edenred-light';
	src: url('../font/edenred_light.otf') format('embedded-opentype'),
		url('../font/edenred_light.otf') format('embedded'),
	 	url('../font/edenred_light.woff') format('woff'),
	 	url(../font/edenred_light.ttf) format('ttf');
}
@font-face {
font-family: 'edenred-bold';
	src: url('../font/edenred_bold.otf') format('embedded-opentype'),
		url('../font/edenred_bold.otf') format('embedded'),
	 	url('../font/edenred_bold.woff') format('woff'),
	 	url(../font/edenred_bold.ttf) format('ttf');
}
@font-face {
font-family: 'montserrat';
	src: url('../font/Montserrat-Regular.otf') format('embedded-opentype'),
		url('../font/Montserrat-Regular.otf') format('embedded'),
		url('../font/Montserrat-Regular.woff') format('woff'),
	 	url('../font/Montserrat-Regular.ttf') format('ttf');
}
@font-face {
font-family: 'montserrat-bold';
	src: url("../font/Montserrat-Bold.otf") format('embedded-opentype'),
		url("../font/Montserrat-Bold.otf") format('embedded'),
		url('../font/Montserrat-Bold.woff') format('woff'),
	 	url('../font/Montserrat-Bold.ttf') format('ttf');
}
@font-face {
font-family: 'montserrat-light';
	src: url("../font/Montserrat-Light.otf") format('embedded-opentype'),
		url("../font/Montserrat-Light.otf") format('embedded'),
		url('../font/Montserrat-Light.woff') format('woff'),
	 	url('../font/Montserrat-Light.ttf') format('ttf');
}
@font-face {
font-family: 'montserrat-medium';
	src: url("../font/Montserrat-Medium.otf") format('embedded-opentype'),
		url("../font/Montserrat-Medium.otf") format('embedded'),
		url('../font/Montserrat-Medium.woff') format('woff'),
	 	url('../font/Montserrat-Medium.ttf') format('ttf');
}
@font-face {
font-family: 'montserrat-italic';
	src: url("../font/Montserrat-Italic.otf") format('embedded-opentype'),
		url("../font/Montserrat-Italic.otf") format('embedded'),
		url('../font/Montserrat-Italic.woff') format('woff'),
	 	url('../font/Montserrat-Italic.ttf') format('ttf');
}
html{
	scroll-behavior: smooth;
}
html,
body {
    width:100%;
    height:100%;
    margin:0;
    padding:0; 
}
#container {
    width:100%;
   
    margin:0;
    padding:0;
}
#header {
    width:100%;
	margin: 0;
	height: auto;
}
#body {
	position: relative; 
	height: auto;
 }
#footer {
    position:relative;
    width:100%;
	height: auto;
}
a{
	text-decoration: none;
}
.botonCTA{
	position: absolute;
	background-color: #ffc72c;
	border-radius: 300px;
	text-align: center;
	margin-left: 20px;
	padding: 10px;
	text-align: center;
	width: 80%;
	display: none;
}
.botonCTA span{
	font-family: edenred-bold;
	font-size: 15px;
	color:black;
}
#myBtn {
	display: block;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #34A300;
	border-style: solid;
	border-width: 2px;
	border-color: white;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 300px;
	font-family: edenred;
	font-size:20px;
}
#scrolldown{
	cursor: pointer;
}
.indicator{
	position:fixed;
	width: 30px;
	height: 30px;
	top:80%;
	left:50%;
	transform: translate(-50%, -50%) rotate(45deg);
	z-index: 100;
}
.indicator span{
      position:absolute;
      left:0;
      top:0;
      width:100%;
      height:100%;
      box-sizing:border-box;
      border:none;
      border-bottom:3px solid black;
      border-right:3px solid black;
      animation:animate 1s linear infinite;
}
.indicator span:nth-child(1){
        top:-30px;
        left:-30px;
        animation-delay:0s;
      }
.indicator span:nth-child(2){
        top:-15px;
        left:-15px;
        animation-delay:0.2s;
      }
.indicator span:nth-child(3){
        top:0;
        left:0;
        animation-delay:0.4s;
}
@keyframes animate{
  0%{
    border-color:#212121;
    transform:translate(0,0);
  }
   20%{
    border-color:#fff;
     transform:translate(15px,15px);
  }
   20.1%,100%{
    border-color:#3C77BB;
  }
}
#myBtn:hover {
  background-color: #555;
}
.hs-cta-img{
		display: block;
		margin: auto;
}
.citas{
	width: auto;
	margin: auto;
	text-align: center;
	padding: 5px 0;
}
.citas span{
	font-family: edenred;
	font-size: 15px;
	color:#909090;
	background-color:white;
	padding: 0 5px 0 5px;
}
.botonCitas{
	text-align: center;
}

.formulario a {
	color:white;
}
.content-form, .hbspt-form{
    /*width: 360px;*/
	width: 100%;
    background-color: white;
	z-index:3;
}
.content-form label{
    color: black;
    font-family: edenred;

}
.btn-form{
    text-align: center;
}
.btn-form input{
 font-family: edenred;
    width: 300px;
    height: 50px;
    background-color: red;
    border: 0px;
    border-radius: 8px;
    color: white;
    font-size: 20px;
	margin: auto 0;
}

/*Fondo formulario*/
.tituloFormulario{
	width: 80%;
	margin: auto;
	text-align: center;
	padding: 10px 0;
}
.tFormulario1{
	font-family: edenred-light;
	font-size: 20px;
	color:#022865;
}.tFormulario2{
	font-family: edenred-light;
	font-size: 15px;
	color:#AFABAB;
}
.hbspt-form{
   /* width: 360px;*/
	width: 100%;
    background-color: transparent;
   	position: relative;  
}
.actions{
text-align: center;
	
}
.formulario a{
	color: #898989;
	font-family: edenred;
	font-size: 12px;
}
/* Boton formulario*/
.actions input[type="submit"]{
	font-family: edenred;
    width: 50%;
    height: 45px;
    background-color: white;
    border: 2px;
    border-style: solid;
	border-width: 2px;
	border-color: #34A300;
    border-radius: 8px;
    color: black;
    font-size: 15px;
    background-image: inherit;
	margin-top:20px;
	cursor: pointer;
	margin-left: 25%;
	
}
.actions input[type="submit"]:hover{

    background-color: black;
	color:white;
	border-style: solid;
    border-color: white;
}

.hs-form .hs-error-msgs label{
	color: #ffc72c;

}
.formulario{
	background-color: white;
	width: 60%;
	padding:30px;
	border-radius:30px;
	margin: 20px;
}
#formulario{
	display: block;
	margin: auto;
}
#formulario2{
	position: relative;
	display: none;
}
/*formulario renglones*/
form .form-columns-1, form .form-columns-2, form .form-columns-3{
max-width: 100% !important;
}
form .form-columns-1{
	width: 100%;
/*	position: relative;
	left: 10px;*/
}
form .form-columns-2{
	width: 100%;
/*	position: relative;
	left: 10px;*/
	
}
form .form-columns-3{
	width: 100%;
/*	position: relative;
	left: 10px;*/
}
.hs-form .hs-input, .hs-form textarea.hs-input {
	margin: 2px 0;
	border-style: solid;
	border-color: #0361B8;
	border-width: 1px;
	color: #898989;
	width: 100%;
	padding: 5px 0;
	max-width: none;
}

.formulario ul{
	list-style: none;
	padding: 0;
}
.formulario li{
	padding:0;
}
.formulario input[type="checkbox" i]{
	width: 10%;
}
.hs-form .hs-field-desc {
	color: #898989;
}
.hs-form label {
	color: #898989;
}
.hs-form .hs-form-field > label {
	color: #898989;
	font-size: 12px;
	margin: auto 5px;
	font-family: edenred-light;
}
/**Aviso Privacidad **/
.hs-form.stacked .inputs-list>li label{
	color:#898989 !important;
	font-family: edenred-light;
	font-size:12px;
}
/*formulario droplist*/
select{
width: 100% !important;
}

/*****Menu Dropdown********/
	.menuDown{
		display: inline-block;
		width: calc(70% - 10px);
	}
	.dropbtn {
		background-image: url("../images/barraMenu.svg");
		padding: 16px;
		border: none;
		background-color: transparent;
		height: 30px;
		width: 30px;
		float: right;
		margin: 10px 0;
	}

	.dropdown {
		position: relative;
		display: inline-block;
		width: 100%;
	}
	#dropdownElement{
		display: none;
	}
	.dropdown-content {
		position: absolute;
		background-color: white;
		width: 100%;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index: 10;
		top:100%;
	}

	.dropdown-content a {
		color: #022865;
		font-family: edenred-light;
		font-size: 15px;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
	}
	.menuResp2{
		background-color:white;
		position: fixed;
		z-index:9;
		display: none;
		width: 100%;
	}
	.logos2{
		display: inline-block;
		width: calc(30% - 10px);
		padding: 5px 0 ;
		vertical-align: top;
		padding-left: 10px;
	}
.logos2 img{
	width: 100%;
}
	.menuItem2{
		font-family: edenred;
		font-size: 20px;
		color:#1A1A1A;
	}
	.logoEdenred{
		width: 10%;
	}

/*******************/
.backEdenred{
	background-image: url("../images/bannerEmpresarial.jpg");
	background-size: cover;
	padding: 5% 0;
}
.ladoHeader{
	position: relative;
	display: inline-block;
	width:calc(50% - 10px);
	vertical-align: top;
	padding: 30px 0;
}
.ladoHeader2{
	display: inline-block;
	width:calc(50% - 10px);
	vertical-align: top;
	padding: 30px 0;
}
.chicosEdenred{
	width:80%;
	margin: auto;
	margin-top: 50px;
}
.chicosEdenred img{
	width: 100%;
}
.menu{
	width: 100%;
	position: fixed;
	background-color:white;
	z-index: 10;
	display: block;
}
.logo{
	width:calc(20% - 5px);
	display: inline-block;
	padding: 5px 0 0 0 ;
}
.logo img{
	width: 50%;
	padding-left: 20px;
}
.opcionesMenu{
	width:calc(80% - 5px);
	display: inline-block;
	vertical-align: top;
}
.itemMenu{
	font-family: montserrat-medium;
	font-size:15px;
	color:#022865;
	text-align: center;
	width: calc(25% - 5px);
	display: inline-block;
	vertical-align: middle;
	padding: 20px 0;
}
.itemMenu2{
	font-family: montserrat-bold;
	font-size:15px;
	color:white;
	text-align: center;
	width: calc(25% - 5px);
	display: inline-block;
	vertical-align: middle;
	padding: 20px 0;
	background-color:#3FA400; 
}
.headerText{
	width:90%;
	background-color:rgba(16,70,154,0.8);
	border-radius: 300px;
	padding: 30px 50px;
}
.tituloHeaderText{
	font-family:edenred-light;
	font-size:20px;
	color:white;
	margin: 5px 0;
}
.tituloHeaderText strong{
	font-family:edenred-bold;
}
.subHeaderText{
	font-family:edenred-light;
	font-size:20px;
	color:white;
	margin: 5px 0;
}
.seccion1, .seccion2, .seccion3{
	padding:20px 0;
}
.ticket{
	width: 80%;
	margin: auto;
}
.vales2{
	display: none;
	display: none;
}
.titulos{
	font-family: edenred-bold;
	font-size:20px;
	color:#022865;
	text-align: center;
	margin: 20px auto;
	width:60%;
}
.subTitulos{
	font-family: montserrat;
	font-size:15px;
	color:#022865;
	text-align: center;
	margin: 20px auto;
	width:60%;
}
.titulos2{
	font-family: edenred-bold;
	font-size:20px;
	color:#022865;
	text-align: center;
	margin: 20px auto;
	width:50%;
}
.descTicket{
	font-family: montserrat;
	font-size:15px;
	color:#022865;
	width: 70%;
	margin: 10px auto;
	text-align: justify;
}
.flotilla{
	width: 80%;
	margin: 20px auto;
}
.imgFlotilla{
	width: calc(50% - 10px);
	display: inline-block;
	vertical-align: top;
}
.imgFlotilla img{
	width: 100%;
}
.imgUsuario{
	width: calc(50% - 10px);
	display: inline-block;
	vertical-align: top;
}
.imgUsuario img{
	width: 60%;
	display: block;
	margin: auto;
}
.listaFlotilla{
	width: calc(50% - 10px);
	display: inline-block;
	vertical-align: top;
}
.itemLista{
	width: 100%;
	margin: 10px 0;
}
.bullet{
	width: calc(10% - 5px);
	display: inline-block;
	vertical-align: top;
}
.bullet img{
	width: 50%;
	display: block;
	margin: auto;
}
.descLista{
	width: calc(90% - 5px);
	display: inline-block;
	font-family: montserrat;
	font-size:15px;
	color:#022865;
	vertical-align: top;
}
.descLista strong{
	font-family: montserrat-bold;
}
.separador{
	background-color:#3C77BB;
	width:5%;
	margin:50px auto;
	height:10px;
	border-radius: 300px;
}
.funcion{
	width:80%;
	margin:auto;
}
.itemFunc{
	width:calc(50% - 10px);
	display: inline-block;
	vertical-align: top;
	margin:20px 0;
}
.numFunc{
	border-style: solid;
	border-width: 1px;
	border-color: #ffc72c;
	border-radius: 300px;
	width:20px;
	height:20px;
	font-family: montserrat-bold;
	font-size:15px;
	color:#ffc72c;
	display: inline-block;
	vertical-align:top;
	text-align: center;
}
.descFunc{
	font-family: montserrat;
	font-size:15px;
	color:#022865;
	display: inline-block;
	width:70%;
	margin-left: 2%;
}
.descFunc strong{
	font-family: montserrat-bold;
}
.beneficios{
	width: 80%;
	margin: auto;
}
.bene{
	width:calc(25% - 10px);
	display:inline-block;
	vertical-align: top;
}
.imgBene{
	width:50%;
	margin:auto;
}
.descBene{
	font-family: montserrat;
	font-size:15px;
	color:#022865;
	width: 80%;
	margin: auto;
	text-align: center;
}
.descBene strong{
	font-family: montserrat-bold;
}
/*
*
* Youtube
*
*/
.youtube {
    position: relative;
    height: 230px;
	width: 100%;
	margin-top:20px;
    overflow: hidden;
    cursor: pointer;
}
.youtube img {
    width: 60%;
	height: 300px;
    position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.play{
	width: 20%;
}
.play img{
	width: 10%;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	z-index: 50;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .youtube img {
    width: 60%;
	height: 300px;
    top: 0%;
    left: 20%;
	}
}
.youtube .play-button {
    width: 30%;
    height: 80px;
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
	margin-top:5%;
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 25%;
    left: 50%;
    transform: translate3d( -50%, -10%, 0 );
}
.youtube iframe {
	display: block;
	margin: auto;
    height:100%;
    width:60%;
}

.panelVideos{
	margin: auto;
}
.divVideo{
	position: relative;
	width: 50%;
	height: 100%;
	padding: auto;
	display: block;
	margin: auto;
}
/************/
.btnCTA{
	display:none;
}
.columna2 .ticketCar4{
	width: 50%;
}
.seccion4{
	padding:20px 0;
	margin-top:20px;
}
.tablaRibbons{
	width: 60%;
	margin: auto;
}
.ribbonRenglon{
	padding: 10px 0;
}
.barrita{
	width: 100%;
	margin: auto;
	background-color: #022865;
	height: 1px;
}
.ribbonColumna{
	display: inline-block;
	width: 32%;
}
.ribbonColumna span{
	font-family: edenred;
	font-size: 20px;
	color:#ef0c38;
}
.ribbonColumna2{
	display: inline-block;
	width: 32%;
	text-align: center;
}
.ribbonColumna2 span{
	font-family: montserrat-bold;
	font-size: 15px;
	color:#022865;
}
.ribbonColumna3{
	display: inline-block;
	width: 32%;
}
.ribbonColumna3 span{
	font-family: montserrat-light;
	font-size: 15px;
	color:#022865;
}
.ribbonColumna4{
	display: inline-block;
	width: 32%;
	text-align: center;
}
.ribbonColumna4 span{
	font-family: montserrat-bold;
	font-size: 15px;
	color:#022865;
}
.imagenRibbon{
	width: 25%;
	margin: auto;
}
.imagenRibbon img{
	width: 100%;
}
.tarjetaRedes{
	width: 90%;
	margin: auto;
	padding: 20px 0;
}
.divTarjetas{
	width: 95%;
	margin: auto;
	padding:20px 0;
}
.itemTarjeta{
	display: inline-block;
	margin: auto;
	width: 24.5%;
	text-align: center;
	vertical-align: top;
}
.imagenTarjeta{
	width: 60%;
	margin: auto;
}
.imagenTarjeta img{
	width: 100%;
	margin: auto;
}
.tarjetaText1{
	width: 90%;
	margin: auto;
}
.tarjetaText1 span{
	font-family: montserrat-light;
	font-size:20px;
	color:#022865;
}
.tarjetaText1 strong{
	font-family: montserrat-bold;
	font-size:20px;
	color:#022865;
}
.divEstablecimiento span{
	font-family: montserrat-light;
	font-size:15px;
	color:#153339;
}
.divEstablecimiento strong{
	font-family: montserrat-bold;
	font-size:15px;
	color:#153339;
}
.alianzas{
	width: 90%;
	margin: auto;
	padding: 20px 0;
}
.tituloAlianza{
	width: 40%;
	margin: auto;
	text-align: center
}
.tituloAlianza span{
	font-family: edenred-light;
	font-size: 40px;
	color: white;
}
.alianza{
	width: calc(25% - 10px);
	display:inline-block;
	margin: 20px 0;
}
.alianza img{
	width: 80%;
	margin: auto;
	display: block;
}
.btnCotizar{
	width:40%;
	background-color:#022865;
	border-radius: 300px;
	font-family:edenred-bold;
	font-size:15px;
	color:white;
	margin:auto;
	padding:10px 0;
	text-align: center;
}
.seccion5{
	padding:30px 0;
}


.vales{
	display: none;
}


.vales2 img{
	display: block;
	margin: auto;
	width: 20%;
	filter: invert(13%) sepia(34%) saturate(4504%) hue-rotate(206deg) brightness(96%) contrast(106%);
} 

.textVales{
	display: block;
	width:auto;
	margin: auto;
	padding: 20px 0;
	text-align: center;
}
.textVales span{
	font-family: edenred-light;
	font-size:20px;
	color:#686868;
}
.textVales strong{
	font-family: edenred-bold;
	font-size:20px;
	color:#022865;
}
.textValesLeyenda{
	text-align: center;
}
.textValesLeyenda span{
	font-family: edenred-bold;
	font-size:15px;
	color:#686868;
}
 
.textCita{
	font-family: montserrat;
	font-size: 15px;
	color:#022865;
	margin:5px 0;
}
.textCita2{
	font-family: montserrat-bold;
	font-size: 15px;
	color:#022865;
	margin:5px 0;
}
.textSelecciona{
	font-family: montserrat-bold;
	font-size: 18px;
	color:#022865;
	margin:5px 0;
}
.citas .comboBox{
	width: 50% !important;
	text-align: center;
    text-align-last: center;
    -moz-text-align-last: center;
	font-size:12px;
	padding: 10px ;
	align-content: center;
	margin: 10px 0;
	border-style: solid;
	border-width: 2px;
	border-color: #022865;
}
.citasFooter{
	width: 100%;
	margin: auto;
}
.botonCitas{
	background-color: #70AD47;
	color:white;
	font-size: 15px;
	width: 30%;
	padding:10px;
	border-radius: 20px;
	margin: auto;
}
.marginCitas{
	margin: auto;
	padding: 20px;
	background-color: #e6e6e6;
}
.col-50{
	width: calc(50% - 10px);
	display: inline-block;
	vertical-align: top;
}
#small{
	display: none;
}
#corporate{
	display: none;
}
.divCitas{
	
}
.imgCalendar{
	width: 20%;
}
.tarjetaCitas{
	width: 80%;
	margin: auto;
}
.tarjetaCitas img{
	width: 50%;
	display: block;
	margin: auto;
}
.footer{
	background-color:#333333;
	margin:0;
	text-align:center;
	padding:40px 0;
}
.footer span{
	font-family:edenred-light;
	font-size:15px;
	color:white;
}
.webSales{
	width: 100%;
}
.ribbonWebSale{
	background-color:#373737;
	border-radius: 300px;
	text-align: center;
	font-family:edenred-bold;
	color:white;
	width: 70%;
	font-size: 20px;
	padding:20px;
	margin:auto;
}
.ribbonWebSale strong{
	color: red;
}
.subWeb{
	font-family: edenred;
	font-size:20px;
	color: #1876c1;
	text-align:center;
	margin: 15px 0;
}
.subWeb strong{
	font-family: edenred-bold;
	font-size:20px;
	color: red;
}
.citas span {
    font-family: edenred;
    font-size: 15px;
    color: #909090;
    background-color: white;
    padding: 0 5px 0 5px;
}
.cartImagen{
	display: inline-block;
	width: calc(40% - 10px);
}
.cartImagen img{
	display: block;
	width: 60%;
	margin: auto;
}
.checkListCart{
	display: inline-block;
	width: calc(60% - 10px);
}
.itemCheck{
	width: 100%;
}
.imgCheck{
	width: 12px;
	height: 12px;
	border-radius:300px;
	border-style: solid;
	border-color: #50BB0E;
	border-width: 2px;
	display: inline-block;
	position: relative;
}
.imgCheck img{
	position: absolute;
	display: block;
	width: 80%;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}
.botonWeb{
	margin:20px 0;
}
.descCheck{
	display: inline-block;
	width: 80%;
	font-family:edenred;
	color:#373737;
	font-size:12px;
	vertical-align: top;
}
.circulo{
	display: inline-block;
	background-color:#ef0c38;
	margin:10px 0;
	height: 50px;
	width: 50px;
	border-radius: 300px;
	vertical-align: top;
}
.botonCta7{
	width: 40%;
	display: block;
	background-color: #1876C1;
	border-radius: 300px;
	padding: 10px;
	text-align: center;
	margin: auto;
}
.botonCta7 span{
	font-family: edenred;
	font-size: 15px;
	color:white;
}
@media screen and (max-width:1024px){
	
	.menu{
		display: none;
	}
	.menuResp2{
		display: block;
	}
	.ladoHeader{
		padding:40px 0 20px 0;
		margin: auto;
		display: block;
		width: 70%;
	}
	.ladoHeader2{
		display:none;
	}
	#formulario{
		display: none;
	}
	#formulario2{
		display: block;
	}
	.formulario{
		width: 100%;
		top:0;
		right: 0;
		border-radius: 0;
		padding: 50px 0;
		float: none;
		margin: auto;
	}
	.content-form, .hbspt-form{
		width: 60%;
		margin: auto;
	}
	.btnCTA{
		display: block;
		position: absolute;
		bottom: 20%;
		right: 10%;
		background-color: #70AD47;
		padding:20px 0;
		text-align: center;
		border-radius: 300px;
		width: 30%;
	}
	.btnCTA span{
		font-family: edenred-light;
		font-size:30px;
		color:white;
	}
	
}
@media screen and (max-width:768px){
	.ladoHeader{
		width:100%;
	}
	.ladoHeader2{
		width:100%;
		display:none;
	}
	.headerText{
		width:80%;
		margin: auto;
	}
	.imgFlotilla, .listaFlotilla, .itemFunc{
		width:80%;
		margin: auto;
		display:block;
	}
	.bene{
		width: calc(50% - 10px);
	}
	.divTarjeta{
		width:80%;
		margin: auto;
		display: block;
	}
	.tarjeta, .listaTarjerta{
		height: auto;
	}
	.divVideo{
		width: 90%;
	}
}
@media screen and (max-width:500px){
	.webSales{
		margin-top:30px;
	}
	.backEdenred{
		height: 576px;
		background-position: center;
	}
	.headerText{
		width:60%;
		margin: auto	
	}
	.tituloHeaderText{
		font-size: 15px;
		text-align: center;
	}
	.subHeaderText{
		font-size: 12px;
	}
	.ladoHeader{
		height: auto;
		padding:70px 0 20px 0;
	}
	.imgUsuario{
		width:90%;
		margin: auto;
	}
	.imgUsuario img{
		width: 90%;
	}
	.logoEdenred{
		width: 50%;
	}
	.titulos, .titulos2{
		width: 100%;
	}
	.descTicket, .flotilla{
		width: 90%;
	}
	.itemFunc{
		width: 100%;
		margin: 20px 0 0 0 ;
	}
	.bene{
		width: 90%;
		display: block;
		margin: auto;
	}
	.divTarjeta{
		width: 90%;
	}
	.tarjeta{
		width: 100%;
	}
	.hs-cta-img{
		display: block;
		margin: auto;
		width: 90%;
	}
	
	.btnCTA{
		position: absolute;
		display: block;
		width: 70%;
		background-color: #333333;
		padding: 10px;
		margin: auto;
		border-radius: 300px;
		text-align: center;
		font-family: edenred;
		font-size: 20px;
		color:#FFDA78;
		bottom:1%;
		left:10%;
	}
	
	
	.panelVideos{
		height: 200px;;
	}
	.divVideo{
		height: 150px;
	}
	.youtube{
		height: 200px;
		width: 100%;
	}
	.youtube img{
		width: 100%;
	}
	.hbspt-form{
		padding-top:20px;
	}
	.vales2{
		display: none;
	}
	.vales{
		display: block;
		width: 70%;
		margin: auto;
		padding: 10px 0;
	}
	
	.vales img{
		display: block;
		margin: auto;
		width: 70%;
		filter: invert(13%) sepia(34%) saturate(4504%) hue-rotate(206deg) brightness(96%) contrast(106%);
	} 
	
	.textVales{
		display: block;
		width:auto;
		margin: auto;
		padding: 20px 0;
	}
	.textVales span{
		font-family: edenred-light;
		font-size:15px;
		color:#686868;
	}
	.textVales strong{
		font-family: edenred-bold;
		font-size:15px;
		color:#022865;
	}
	.textValesLeyenda span{
		font-family: edenred-bold;
		font-size:12px;
		color:#686868;
	}
	
	.col-50{
		display: block;
		width: calc(100% - 10px);
	}
	.citas .comboBox{
		width: 80% !important;
	}
	.citasFooter{
		width: 100%;
	}
	.marginCitas{
		width: 100%;
		margin:0;
		padding: 0;
	}
	.logoEco img, .logoVales img{
		width: 80%
	}
	.tablaRibbons{
		width: 90%
	}
	.ribbonColumna span{
		font-size:15px;
	}
	.imagenRibbon{
		width: 80%;
	}
	.itemTarjeta{
		width: 90%;
		display: block;
		margin: auto;
	}
	.alianza{
		width:calc(50% - 5px);
		
	}
}
@media screen and (min-width:1600px){
	.backEdenred{
		height: auto;
	}
	.ladoHeader{
		height:60vh;
		
	}
	.youtube {
		position: relative;
		height: 300px;
		width: 100%;
		margin-top:20px;
		overflow: hidden;
		cursor: pointer;
	}
	.youtube img {
		width: 60%;
		height: 400px;
		position: absolute;
		top: 50%;
		left:50%;
		transform: translate(-50%,-50%);
	}
	.headerText{
		width:90%;
		
	}
	.tituloHeaderText{
		font-size:30px;
	}
	.subHeaderText{
		font-size:25px;
	}
	.listaTarjerta{
		height:300px;
	}
	.tarjeta{
		height:550px;
	}
	
}

