/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
body { /* background:url(../img/fondo.jpg)*/ }
html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
	font-family: "Barlow", sans-serif;
}
.barlow-<uniquifier> {
  font-family: "Barlow", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} 
:root {  
 --primario: #1c5da5;
 --primario-light: #72a5de; 
 --primario-dark: #004b84;
 --secundario: #34c4b1;
 --secundario-dark:#160144;
 --secundario-light:#dfdfdf;
 --terciario:#74BC06;
 --complementario:#3da4c9;
 --complementario2:#383838;
}
::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
	opacity: .5;
}
audio, canvas, iframe, img, svg, video { vertical-align: middle; }
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea { resize: vertical; }
::-webkit-input-placeholder { /* Edge */
 color: #00A5C1;
 opacity:1;
}

:-ms-input-placeholder { /* Internet Explorer */
 color: #00A5C1;
 opacity:1;
}

::placeholder {
 color: #00A5C1;
 opacity:1;
}
.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
.half {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.tercio {
	width: 32%;
	display: inline-block;
	vertical-align: top;
}
@keyframes rotation {  from {
 transform: rotate(0deg);
}
to { transform: rotate(-90deg); }
}
/* ==========================================================================
   Plugins
   ========================================================================== */
/* back to top */
.cd-top {
	display: inline-block;
	height: 50px;
	width: 50px;
	position: fixed;
	bottom: 0;
	right: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(255, 255, 255, 1) url(../img/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 1;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 99;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out { /* if the user keeps scrolling down, the button is out of focus and becomes less visible */ opacity: 1; }
.cd-top:hover {
	background: rgba(67, 177, 231, 1) url(../img/cd-top-arrow2.svg) no-repeat center 50%;
	opacity: 1;
}
/* fin back to top */

.slider {
	margin: 0 auto;
	display: block;
	height: auto;
	max-width: 100%;/*! border-bottom: 5px solid #08798C; *//*! background: #08798C; */
}
.slider img {
	max-width: 100%;
	height: auto;
	min-width: 100%;
}
/* pop up */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 1em auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur { cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content { cursor: auto; }
.mfp-img {
	border-top: 30px solid #000;
	border-bottom: 30px solid #000;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure { display: none; }
.mfp-hide { display: none !important; }
.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a { color: #CCC; }
.mfp-preloader a:hover { color: #FFF; }
.mfp-s-ready .mfp-preloader { display: none; }
.mfp-s-error .mfp-content { display: none; }
button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}
 button::-moz-focus-inner {
 padding: 0;
 border: 0;
}
.mfp-close {
	width: 34px;
	height: 34px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-close:active { top: 1px; }
.mfp-close-btn-in .mfp-close {
	color: #fff;
	-webkit-border-bottoms: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	top: 10px;
	right: 10px;
	opacity: 1;
	line-height: 1em;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: center;
}
.white-popup-cupon {
 -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border: 0px solid #000000;
	background: #fff;
	width: 480px;
	max-width: 100%;
	margin: 0 auto;
	padding: 2.5em .5em .5em .5em;
	position: relative;
}
.mfp-close-btn-in .mfp-close {
	color: #fff;
	background: var(--primario);
	-webkit-border-bottoms: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	top: 10px;
	right: 10px;
	opacity: 1;
	line-height: 1em;
}
.white-popup-modal {
 -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border: 0px solid #000000;
	width: 670px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: center;
}
.white-popup-servicios {
 -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	max-width: 100%;
	width: 500px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.container {
	max-width: 1320px;
	margin: 0 auto;
	padding: 1rem;
}
.half {
	width: 49%;
	display: inline-block;
}
.tercio {
	width: 33%;
	display: inline-block;
}
.tercios {
	width: 66%;
	display: inline-block;
}
footer {
	background-color: #030f17;
	background-image: url(https://www.caep.cl/wp-content/uploads/2019/09/image-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: inherit;
	background-position: center center;
	font-size: 13px;
	color: #abc3e1;
	font-weight: 300;
	line-height: 1.4rem;
}
footer strong {
	color: #fff;
	font-weight: 400;
}
footer h4 {
	font-size: 1rem;
	font-weight: normal;
	color: #fff;
}
footer h2 img {
	max-width: 100%;
	height: auto;
}
footer a {
	color: #abc3e1;
	font-weight: 300
}
footer a:hover {
	color: #42b0e5;
	font-weight: 300
}
footer li { padding-bottom:.5rem;
}
footer .franja-footer {
	max-width: 1140px;
	margin: 0 auto;
	padding: 1rem;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif
}
header {
	background: #fff;
	max-width: 100vw;
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 97;
}
header .contacto-superior {
	font-weight: bold;
	font-size: 14px;
	padding: 1rem;
}
header .contacto-superior span:first-of-type { margin-right: 70px; }
.header-container {
	height: 80px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: var(--primario);
}
.header-container h1 {
	height: 80px;
	margin: 0;
	display: flex;
	order: 1;
}
.header-container h1 img {
	height: 80px;
	width: auto;
}
.acceso-imponentes {
	background: var(--primario);
	width: 200px;
	text-align: center;
	border: 2px solid #fff;
	color: #fff;
	font-weight: bold;
 padding:.8rem;
	margin-right: 20px;
	border-radius: 10px;
	transition: all .2s;
	line-height: 1rem;
	/*! visibility: hidden; */
	order: 3;
}
.acceso-imponentes:hover {
	color: var(--primario);
	background: #fff;
	border: 2px solid var(--primario);
}
nav.principal {
	margin-right: 15px;
	display: flex;
	order: 2;
}
#menu-principal {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.menu {
	position: relative;
	display: inline-block;
	height: 80px;
}
.menu span {
	background: url(../img/dropdown1.svg) no-repeat right 5px top 40px;
	padding: 2rem 1rem 1rem 1rem;
	color: #fff;
	height: 85px;
	display: inline-block;
	cursor: default;
	font-size:.9rem;
}
.menu a span {
	color: #fff;
	background: url(../img/dropdown1.svg) no-repeat right 5px top 40px;
	padding: 2rem 1rem 1rem 1rem;
	
}
.sub-menu {
	display: none;
	position: absolute;
	background-color: var(--primario);
	min-width: 210px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	color: #fff;
	z-index: 1;
	top: 85px;
	opacity: 0;
	-webkit-transition: opacity .3s 0ss;
	-moz-transition: opacity .3s 0s;
	transition: opacity .3s 0s;
}
.menu:hover .sub-menu {
	display: block;
	opacity: 1;
	-webkit-transition: opacity .3s 0ss;
	-moz-transition: opacity .3s 0s;
	transition: opacity .3s 0s;
}
.sub-menu li a {
	padding: 14px 30px;
	display: block;
	color: #fff;
}
.sub-menu li a:hover {
	color: var(--primario);
	background: #fff;
}
.lista-beneficios {
	min-width: 100%;
	font-size: 0;
	display: block;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin: 1rem 0;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
.lista-beneficios li {
	display: inline-block;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 18%;
	-ms-flex: 0 1 18%;
	flex: 0 1 22%;
	/*! overflow:hidden; */
	position: relative;
 font-size:.8rem;
	transition: all .5s;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	background: #fff;
	margin-bottom: 2.5em;
	padding-bottom: 2em;
	border-top: 5px solid #051C2C;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.lista-beneficios.carrusel li { max-width: 90%; ; }
.lista-beneficios li:hover { box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1); }
.lista-beneficios li a {
	display: block;
	font-size: 13px;
	color: #7C848B;
	position: relative;
	border-radius: 5px;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.lista-beneficios li:hover { box-shadow: 0 7px 7px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); }
.lista-beneficios li a .foto-beneficio img {
	display: block;
	width: 100%;
	height: auto;
}
.lista-beneficios li a h5 {
	display: block;
	font-size: 15px;
	color: #7C848B;
	position: relative;
	border-radius: 5px;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.lista-beneficios .foto-beneficio { position: relative;/*! overflow: hidden; */ }
.logo-beneficio {
	position: absolute;
	top: -20px;
	right: 50%;
	left: 35%;
	width: 80px;
	height: 80px;
	overflow: hidden;
	background: #fff;
	padding-top: 8px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.lista-beneficios li a .logo-beneficio img {
	width: 100%;
	height: auto;
	text-align: center;
	float: right;
	padding: 5px;
}
.info-beneficio { padding: 8px 16px; }
.info-beneficio p {
	padding: 0;
	margin: 0;
}
.beneficio {
	font-size: 23px;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: normal;
	color: #fff;
	margin: 0 0 0;
 padding: .5rem 1rem;
	display: block;
	background: var(--primario);
}
h5.titulo-beneficio {
	line-height: 1.1rem;
	margin: 0;
	padding: 0;
	height: 4rem;
	Overflow: hidden;
}
.conoce {
	position: absolute;
	background: var(--secundario);
	bottom: -14px;
	;
	left: 8px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 4px 18px;
	color: #fff;
	font-size: 13px;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.conoce:hover, .lista-beneficios li a:hover span.conoce {
	background: var(--primario);
	border: 1px solid var(--primario);
	color: #fff;
}
h2.titulo {
	color: var(--primario-dark);
	width: 100%;
	text-align: center;
	font-size: 50px;
	font-weight: 700;
	margin-top: 0;
	padding-top: 2rem;
	line-height: 1em;
}
.categorias {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 100%;
	padding-top: 4rem;
	padding-bottom: 2rem;
	padding: 0 1rem 3rem 1rem;
	text-align: center;
}
.categorias li {
	width: 15%;
	min-width: 115px;
	display: inline-block;
	text-align: center;
	opacity: .8;
	vertical-align: top;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	overflow: hidden;
	line-height: 1.2rem;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.categoria {
	position: relative;
	width: 100%;
	display: block;
}
.image {
	display: block;
	width: 100%;
	height: auto;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #008CBA;
}
.categorias li img {
	transform: scale(.8);
	transition: all 1s cubic-bezier(.25, .8, .25, 1);
}
.categorias li:hover img { transform: scale(1.5); }
.categoria:hover .overlay { opacity: 1; }
.alimentos-nav .overlay { background: var(--primario-dark); }
.salud-nav .overlay { background: var(--primario-dark); }
.hogar-nav .overlay { background: var(--primario-dark); }
.educacion-nav .overlay { background: var(--primario-dark); }
.compras-nav .overlay { background: var(--primario-dark); }
.text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.bg-celeste { background: #E8EEFC; }
.breacrumbs {
	background: #051C2C;
	color: #fff;
	font-size: 14px;
}
.breacrumbs * { padding-right: 10px; }
.breacrumbs a {
	color: #fff;
	opacity: .6;
}
.breacrumbs a:hover {
	color: #fff;
	opacity: 1;
}
.half .categorias { padding: 0 1rem 0rem 1rem; }
.half .categorias li {
	max-width: 15%;
	min-width: auto;
}
.landing-titular {
	font-size: 3rem;
	margin: 1rem;
	color: var(--primario);
}
.gastronomia-titular {
	font-size: 3rem;
	margin: 1rem;
	color: var(--primario-dark);
}
.salud-titular {
	font-size: 3rem;
	margin: 1rem;
	color: var(--primario-dark);
}
.hogar-titular {
	font-size: 3rem;
	margin: 1rem;
	color: var(--primario-dark);
}
.educacion-titular, .cupones-titular {
	font-size: 3rem;
	margin: 1rem;
	color: var(--primario-dark);
}
.tiempo-titular {
	font-size: 3rem;
	margin: 1rem;
	color: var(--primario-dark);
}
.columnas {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	color: #5D5D5D;
}
.columna-texto, .columna-foto, .columna-cupon, .columna-info {
	-webkit-flex: 0 1 48%;
	-ms-flex: 0 1 48%;
	flex: 0 1 48%;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	box-sizing: border-box;
	overflow: hidden;
}
.columna-texto .beneficio-interior {
	font-weight: 600;
	font-size: 36px;
	text-align: left;
	display: block;
	font-weight: bold;
	line-height: 1.1em;
	background: #fff;
	color: var(--primario);
}
.columna-texto h5.titulo-beneficio {
	font-size: 30px;
	margin: 0;
	color: #051C2C;
	line-height: 1.1em
}
.columna-texto .subtitulo-benefit {
	text-transform: uppercase !important;
	font-size: 22px;
	letter-spacing: 0.61px;
	color: #051C2C;
	margin: 0;
}
.columnas hr { opacity: .5; }
.columna-texto .subtitulo, .info-container .subtitulo {
	font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: .34px;
	color: #051C2C;
	margin: 0 0 1em 0;
}
.columna-texto .sura-form-group { position: relative; }
.columna-texto .sura-form-group {
	width: 200px;
	display: inline-block;
	padding: 1rem 0;
}
.columna-texto input {
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	width: auto;
	vertical-align: middle;
	border-radius: 100px;
	border: 2px solid #00aec7;
	height: 46px;
	min-width: 200px;
padding: .5rem .75rem;
font-size: .9375rem;
	font-weight: 400;
	line-height: 1.5;
	color: #6e84a3;
	background-color: #fff;
	background-clip: padding-box;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.columna-texto label {
	position: absolute;
	margin-top: -18px;
	margin-left: 20px;
	font-size: 9.33333px;
	color: #0033a0;
	font-weight: 400;
}
.columna-texto a.btn-obtener {
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	width: auto;
	vertical-align: middle;
	border-radius: 100px;
	height: 46px;
	min-width: 200px;
 padding: .7rem .75rem;
 font-size: .9rem;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	background-color: var(--secundario);
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	transition: all .2s;
	margin-bottom: 20px;
}
.columna-texto a.btn-obtener:hover { background: var(--primario); }
.columna-foto img {
	max-width: 100%;
	height: auto;
}
.sociales {
	display: block;
	/*! text-align: center; */
	color: #7D868C;
	font-weight: 600;
}
.redes {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}
.sociales li { display: inline-block; }
.sociales li a {
	background: red;
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	text-indent: -999em;
}
.sociales li a:hover { filter: brightness(80%); }
.sociales li a.fb { background: url(../img/fb.svg) no-repeat }
.sociales li a.tw { background: url(../img/tw.svg) no-repeat }
.sociales li a.wsp { background: url(../img/wsp.svg) no-repeat }
.info-container ol {
	text-align: left;
	display: inline-block;
	width: calc(80% - 100px);
	padding: 0;
	margin: 0;
	vertical-align: top;
	counter-reset: section;
	list-style-type: none;
	line-height: 1em;
}
.info-container li { position: relative; }
.info-container .condiciones:before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 70px;
	background: url(../img/perfiles.webp) no-repeat 0 0px;
	margin-right: .2em;
	margin-right: 4em;
}
.condiciones ol li:before {
	display: inline-block;
	margin-bottom: 1em;
	counter-increment: section;
	content: counters(section, ".");
	background-color: #cfcfcf;
	color: black;
	width: 32px;
	height: 28px;
	text-align: center;
	padding-top: 5px;
	display: inline-block;
	margin-right: 4px;
	border-radius: 20px;
	position: absolute;
	left: -40px;
	top: -3px;
}
.info-empresa {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.detalle-empresa { width: 68%; }
.logo-empresa { max-width: 28%; }
.info-container .detalle-empresa h5 {
	margin: 0 0 0 0;
	font-size: 1.8rem;
}
.logo-empresa img {
	width: 250px;
	max-width: 100%;
	height: auto;
	border: 1px solid #ccc;
}
.sitio-web {
	color: #051C2C;
	border: 2px solid #051C2C;
	font-size: 13px;
	background-color: RGBA(0,0,0,0);
	padding: 0.7em 1.1em;
	border-radius: 25px;
	font-weight: bold;
	margin-top: 1.5em;
	display: block;
	width: 156px;
	text-align: center;
}
.sitio-web:hover { opacity: .8; }
.sociales2 {
	color: #08798c;
	border: 2px solid #08798c;
	font-size: 12px;
	padding: 0.7em 1.1em;
	border-radius: 25px;
	font-weight: bold;
	margin-top: 1.5em;
	display: block;
	width: 130px;
	text-align: center;
}
.sociales2 * {
	display: inline-block;
	margin-right: .1em;
	vertical-align: top
}
.sociales2 li a {
	background: red;
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	text-indent: -999em;
}
.sociales2 li a.fb2 { background: url(../img/fb2.svg) no-repeat }
.sociales2 li a.tw2 { background: url(../img/tw2.svg) no-repeat }
.sociales2 li a.ins2 { background: url(../img/ig2.svg) no-repeat }
.columna-cupon {
	background-color: transparent;
	display: inline-block;
	box-sizing: border-box;
	filter: drop-shadow(0 2px 5px rgba(58, 164, 165, 0.9));
	position: relative;
	padding: 1.8em;
	color: black;
	font-size: 16px;
	background-size: 51% 100%;
	background-repeat: no-repeat;
	background-image: radial-gradient(circle at 0 50%, rgba(255, 255, 255, 0) 1em, #ffffff 1.1em), radial-gradient(circle at 100% 50%, rgba(255, 255, 255, 0) 1em, #ffffff 1.1em);
	background-position: top left, top right;
	margin-right: 30px;
	text-align: center;
}
.cupon-container {
	border: 1px dashed #00A5C1;
	display: block;
	max-width: 100%;
	margin: .5em;
	box-sizing: border-box;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	padding: 12px;
	font-size: 14px;
}
.cupon-container .logo-cupon {
	margin: -48px auto 10px auto;
	display: block;
	max-width: 70%;
	background: #fff;
}
.logo_beneficio {
	width: 30%;
	border: 1px solid #ececec;
	margin-bottom: 1em;
	float: right;
	/*! clear: right; */
	margin-right: 10px;
}
.codigo {
	display: block;
	padding: 8px!important;
	text-align: center;
	background: #edf2f9;
	min-width: 96%;
	border: 0 none;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.info-container .volver {
	display: block;
	clear: both;
	margin-bottom: 1.5rem;
	color: #051C2C;
	font-size: 18px;
	font-weight: bold;
	float: right;
}
.cupon-container .nombre-comercio, .cupon-container .descuento-comercio {
	color: var(--secundario);
	Font-weight: bold;
	font-size: 18px;
}
.cupon-container .descuento-comercio {
	font-size: 1.4rem;
	line-height: 1.4em;
}
.contactanos {
	position: fixed;
	top: 55%;
	display: block;
	background: var(--primario-dark);
	/*! width: 70px; */
	height: 55px;
	right: -115px; 
	color: #fff; 
	transition: all .5s;
} 
.contactanos a {
	display: block;
	padding: 14px;
	height: 55px;
	color: #fff;
}
.contactanos a.simulador-lateral {
	display:none;
}
.contactanos a:hover { background: #215bc0; }
.contactanos img { margin: 0 15px 0 5px; }
.contactanos:hover {
	background: rgba(20, 71, 190, .9);
	right: 0;
}
.ubicacion {
	margin: 0 auto;
	display: block;
	max-width: 320px;
	width: auto;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background: var(--primario-light);
 padding:.7rem 1rem;
	color: #fff;
	margin-bottom: 3rem;
	line-height: 1rem;
	font-size: 1.1rem;
	text-align: center;
}
.ubicacion span {
	display: inline-block;
	width: calc(100% - 100px);
	vertical-align: middle;
	text-align: left;
}
.ubicacion:before {
	content: '';
	display: inline-block;
	height: 35px;
	width: 35px;
	background: url(../img/pin.svg) no-repeat center;
	background-size: auto;
	background-size: 100%;
	vertical-align: middle;
}
/* mapa */
.white-popup-mapa {
 -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border: 0px solid #000000;
	background: #fff url(../img/franja2.jpg) no-repeat top;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 2em;
	position: relative;
}
.mapa {
	width: 100%;
	display: block;
	position: relative;
	height: 500px;
	overflow: hidden;
	border: 1px solid #ccc;
}
.mapa iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
}
.white-popup-mapa .categoria {
	padding: 6px;
	border: 2px solid #ececec;
	font-size: 14px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	clear: both;
	display: block;
	margin-bottom: 20px;
}
.white-popup-mapa select {
	display: block;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0 none;
	background: #fff url(../img/selection.jpg) no-repeat center right;
	width: 100%;
	padding: 8px 30px 8px 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	color: var(--primario-dark);
}
.white-popup-mapa table td {
	padding: 6px 8px;
	font-size: 14px;
	line-height: 1.1em;
	border-bottom: 1px solid #ccc;
}
.white-popup-mapa h3 {
	margin: 0 0 .5em 0;
	color: #666;
	font-size: 17px;
}
.white-popup-mapa .tit_mapa {
	color: var(--primario-dark);
	border-bottom: 2px solid var(--primario-dark);
	padding-bottom: 1rem;
	font-size: 1.5rem;
}
.white-popup-mapa table .table_tit {
	font-weight: bold;
	background: #051C2C;
	color: #fff!important;
}
.ver_mapa {
	color: #fff;
	padding: 3px 6px;
	display: block;
	clear: right;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: var(--primario-light);
	font-size: 11px;
	line-height: 1em;
	text-align: center;
}
.ver_mapa:hover {
	color: #fff;
	background: var(--primario);
}
.menu-mobile { display: none; }
.white-popup-cupon form {
	margin: 1.5rem 1.5rem 2.5rem 1.5rem;
	text-align: center;
	display: block;
	color: #040b24;
	font-size: 18px;
	width: 330px;
	max-width: 100%;
	margin: 0 auto;
}
.white-popup-cupon input {
	display: block;
	width: 100%;
	padding: 25px 16px 10px 16px;
	border: 1px solid #0064f2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 1em 0;
	color: #040b24;
	font-weight: 600;
}
.white-popup-cupon .input-box {
	display: block;
	position: relative;
	margin: 1rem 0;
}
.white-popup-cupon p { margin: 0; }
.white-popup-cupon .input-box label {
	color: #0064f2;
	position: absolute;
	left: 17px;
	top: 4px;
	font-size: .8em;
}
.white-popup-cupon ::-webkit-input-placeholder { /* Edge */
 color: #666;
 opacity:1;
}
 .white-popup-cupon :-ms-input-placeholder { /* Internet Explorer */
 color: #666;
 opacity:1;
}
 .white-popup-cupon ::placeholder {
 color: #666;
 opacity:1;
}
.white-popup-cupon .btn-ingresar {
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	width: auto;
	vertical-align: middle;
	border-radius: 100px;
	height: 46px;
	width: 100%;
 padding: .7rem .75rem;
 font-size: .9rem;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	background-color: var(--secundario);
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	transition: all .2s;
	margin-bottom: 20px;
}
.white-popup-cupon .btn-ingresar:hover { background: var(--primario); }
.white-popup-cupon .error {
	background: red;
	margin-bottom: 12px;
	color: #fff;
 font-size:.9rem;
	line-height: 1rem;
	padding: 5px 15px 5px 45px;
	text-align: left;
	border-radius: 50px;
	background: red url(../img/error.svg) no-repeat left 14px center;
	display: inline-block;
}
.boton-usuario { display: none; }
.caja-usuario {
	order: 3;
 padding:.5rem 1rem;
	text-align: right;
	border-left: 1px solid #ccc;
	position: relative;
}
.mis-cupones {
	display: inline-block;
	background: #fff;
	text-align: center;
	border: 2px solid #051c2c;
	color: #051c2c;
	font-weight: bold;
 padding: .3rem 1rem;
	border-radius: 10px;
	transition: all .2s;
	line-height: 1rem;
	margin-top: 6px;
}
.mis-cupones:hover { background: var(--primario-light); }
.cerrar-sesion {
	display: inline-block;
	background: #fff url(../img/salir.svg) no-repeat center;
	background-size: 100% 80%;
	text-align: center;
	border: 2px solid #051c2c;
	color: #051c2c;
	font-weight: bold;
 padding: .3rem;
	border-radius: 10px;
	transition: all .2s;
	line-height: 1rem;
	margin-top: 6px;
	text-indent: -99rem;
	overflow: hidden;
	vertical-align: top;
	width: 45px;
}
.cerrar-sesion:hover {
	background: var(--primario-light) url(../img/salir.svg) no-repeat center;
	background-size: 100% 80%;
}
.caja-bienvenida span {
	display: block!important;
	clear: both;
	color: #fff;
}
.botones-cupon {
	display: block;
	width: 100%;
	text-align: center;
}
.botones-cupon .btn-enviar-correo {
	background: transparent;
	-webkit-appearance: none;
	color: var(--primario-dark);
	padding: 8px 16px;
	display: inline-block;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	border: 1px solid var(--primario-dark);
	margin-bottom: 1em;
	width: auto;
	vertical-align: baseline;
	margin: 1rem auto;
	font-size: 14px;
}
.botones-cupon .btn-enviar-correo:before {
	content: '';
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background: url(../img/email.svg) no-repeat 0 0px;
	background-size: 100%;
	margin-right: .5em;
	vertical-align: middle
}
.botones-cupon .btn-enviar-correo:hover { background: #edf2f9; }
.enviar-email {
	text-align: center;
	font-size: 16px;
}
.enviar-email h5 { font-size: 1.4rem;  margin:.5rem;
}
.btn-correo {
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	width: auto;
	vertical-align: middle;
	border-radius: 100px;
	height: 46px;
	min-width: 200px;
 padding: .7rem .75rem;
 font-size: .9rem;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	background-color: var(--secundario);
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	transition: all .2s;
	margin-bottom: 20px;
}
.btn-correo:hover { background: var(--primario); }
#cerrar h3 {
	margin-top: -1.5rem;
	padding-left: 16px;
	color: #051C2C;
}
#cerrar ul.botones-cerrar { text-align: center;  margin:.5rem 0;
}
#cerrar ul.botones-cerrar li {
	display: inline-block;
	width: 45%;
	margin: 8px;
}
#cerrar ul.botones-cerrar li a.btn-cancelar {
	display: block;
	background: #fff;
	text-align: center;
	border: 2px solid #051c2c;
	color: #051c2c;
	font-weight: bold;
 padding: .3rem;
	border-radius: 10px;
	transition: all .2s;
	line-height: 1rem;
	margin-top: 6px;
	width: 100%;
}
#cerrar ul.botones-cerrar li a.btn-cancelar:hover { background: var(--primario-light); }
#cerrar ul.botones-cerrar li a.btn-cerrar {
	display: block;
	background: var(--primario);
	text-align: center;
	border: 2px solid var(--primario);
	color: #fff;
	font-weight: bold;
 padding: .3rem;
	border-radius: 10px;
	transition: all .2s;
	line-height: 1rem;
	margin-top: 6px;
	width: 100%;
}
#cerrar ul.botones-cerrar li a.btn-cerrar:hover {
	background: var(--primario-light);
	color: #051c2c;
}
.table-container {
	display: block;
	width: 100%;
	height: 380px;
	overflow-y: scroll;
	box-sizing: border-box;
}
.table-container thead {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
.formulario-contacto {
	background: url(../img/form-bg.png) no-repeat;
	background-position: right 2rem top 40px;
	transition: all .5s;
	opacity: 1;
	width: 100%;
	overflow: hidden;
	display: block;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	padding-bottom: 4rem;
}
.formulario-contacto.in-view {
	background: url(../img/form-bg.png) no-repeat;
	background-position: right 650px top 40px;
	opacity: 1;
}
.formulario-contacto .half { padding: 5rem 0; }
.form-contacto {
	background-color: #FFFFFF;
	border-radius: 40px 40px 40px 40px;
	box-shadow: 3px 6px 20px 0px rgba(22.000000000000146, 3.0000000000000053, 72, 0.1607843137254902);
	padding: 40px 53px 60px 53px;
	position: relative;
}
.form-contacto label {
	font-family: "Barlow", Sans-serif;
	font-size: 17px;
	font-weight: 600;
	display: block;
	color: #2F0A81;
	padding-bottom: 8px;
}
.form-contacto input {
	background-color: #F1F0FE;
	color: #856FB5;
	border: 1px solid #D9D6FF;
	border-radius: 8px 8px 8px 8px;
	font-family: "Barlow", Sans-serif;
	font-weight: 400;
	display: block;
	width: 100%;
	font-size: 16px;
	min-height: 47px;
	padding: 6px 16px;
}
.form-contacto .form-input { margin-bottom: 1rem; }
.form-contacto .form-input small { display: none; }
.form-contacto .form-input.error small {
	color: red;
	display: block;
}
.form-contacto .form-input.error input, .form-contacto .form-input.error textarea { border: 1px solid red; }
.form-contacto textarea {
	background-color: #F1F0FE;
	color: #856FB5;
	border: 1px solid #D9D6FF;
	border-radius: 8px 8px 8px 8px;
	font-family: "Barlow", Sans-serif;
	font-weight: 400;
	display: block;
	width: 100%;
	font-size: 16px;
	padding: 6px 16px;/*! margin-bottom:1rem; */
}
.form-contacto ::-webkit-input-placeholder { /* Edge */
 color: #856FB5;
 opacity:.8;
}
 .form-contacto :-ms-input-placeholder { /* Internet Explorer */
 color: #856FB5;
 opacity:.8;
}
 .form-contacto ::placeholder {
 color: #856FB5;
 opacity:.8;
}
.form-contacto .boton-form {
	font-family: "Barlow", Sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 65px;
	color: #fff;
	border: 0;
	display: block;
	width: 100%;
	background: #2CD18A;
	border-radius: 12px;
}
.form-contacto .boton-form:hover { background: #61CE70; }
.formulario-contacto h2 {
	color: #fff;
	font-family: "Barlow", Sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 79px;
	padding-top: 3rem;
	margin-bottom: 0;
}
.formulario-contacto p { margin-top: 0; }
.formulario-contacto .half {
	opacity: .1;
	transition: all 1s;
}
.formulario-contacto.in-view .half { opacity: 1; }
.formulario-contacto .container .half:nth-child(1) {
	position: relative;
	left: -200px;
}
.formulario-contacto .container .half:nth-child(2) {
	position: relative;
	right: -200px;
	transition-delay: .3s;
}
.formulario-contacto.in-view .container .half:nth-child(1) { left: 0; }
.formulario-contacto.in-view .container .half:nth-child(2) { right: 0; }
.mensajes {
	border: 1px solid var(--primario);
	padding: 2.5rem 1.2rem;
	text-align: center;
	min-width: 600px;
	display: block;
	width: 600px;
	max-width: 100%;
	margin: 4rem auto;
	border-radius: 24px;
	font-size: 18px;
}
.mensajes .boton_formulario { display: inline-block; }
.mensajes h3 { color: var(--primario); }
.boton_formulario {
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	width: auto;
	vertical-align: middle;
	border-radius: 100px;
	height: 46px;
	min-width: 200px;
 padding: .7rem .75rem;
 font-size: .9rem;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	background-color: var(--secundario);
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	transition: all .2s;
	margin-bottom: 20px;
	margin-top: 20px;
}
.boton_formulario:hover { background: var(--primario); }
.puntos {
	position: absolute;
	right: -100px;
	top: 38%;
}
.white-popup-modal img {
	width: 100%;
	height: auto;
}
.tablas {
	display: block;
	width: 100%;
	height: 460px;
	overflow-y: auto;
	box-sizing: border-box;
	margin-bottom: 2rem;
	margin-top: 2rem;
	margin: 2rem 12px;
}
.tablas table { width: 100%; }
.tablas .titulo_tabla td {
	background: var(--primario);
	color: #fff;
	border-right: 1px solid #fff;
	display: table-cell !important;
	font-weight: bold;
}
.tablas tr td { white-space: nowrap; }
.tablas thead {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
.tablas tr:nth-child(even) { background-color: #fff; }
.tablas td {
	font-size: 15px;
	padding: 8px;
	display: table-cell !important;
}
.tablas td a {
	background: #2694D3;
	display: inline-block;
	color: #fff;
	text-align: center;
	border-radius: 12px;
	line-height: 1em;
	padding: 4px 8px;
	font-size: .8em;
	margin: 3px 3px 3px 0;
	float: right;
}
.banner {
	display: block;
	width: 100%;
	overflow: hidden;
	height: 245px;
	box-sizing: border-box;
	background: #009AF1;
}
.banner .container { padding: 0 1rem; }
.banner-interior {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: start;
	align-items: auto;
	align-content: center;
	height: 245px;
}
.banner .cupones {
	background: url(../img/cupones.jpg) no-repeat right top;
	background-size: auto;
	background-size: auto 100%;
}
.banner .landing-titular {
	color: #fff;
	text-shadow: 0px 0px 13px rgba(0, 154, 241, 1);
}
.contacto-btn {
	background: #fff;
	width: 240px;
	text-align: center;
	border: 2px solid #fff;
	color: var(--primario);
	font-weight: normal;
 padding: .8rem;
	margin-right: 20px;
	border-radius: 50px;
	transition: all .2s;
	line-height: 1rem;
	display: block;
	margin: 0 auto;
	font-size: 1.2rem;
	font-weight: 600;
}
.contacto-btn:hover {
	background: var(--primario);
	border: 2px solid #fff;
	color: #fff;
}
h2.educacion-titular, 
h2.gastronomia-titular,
h2.salud-titular,
h2.hogar-titular,
h2.tiempo-titular
{
	text-transform:uppercase;
}

.form-container {
	max-width: 1000px;
	margin: 0 auto 100px auto;
	padding: 1rem;
}
.filas {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: stretch;
	align-items: flex-start; 
	gap: 10px;
	width: 100%;
	overflow: hidden;
}
.medio { flex: 0 1 calc(50% - 5px); }
.input-container {
	width: 100%;
	display: block; 
	padding: 10px 0;
	position: relative;
	clear: both;
	margin: 0!important; 
}
.input-container label, .select-container label {
	margin:7px 0;
	display:block;
}
.input-container input {
	padding:10px 15px; 
  border: 1px solid #ced4da;

  outline: none;
  border-radius: 30px;
	width:100%;
}
.select-container {
	width: 100%;
	display: block;
	padding: 10px 0;
	position: relative;
	clear: both;
	margin: 0!important; 
}
.select-container select {
	padding:10px 35px 10px 15px;
  border: 1px solid #ced4da;
  outline: none;
  border-radius: 30px;
	width:100%;
	background:#fff url(../img/dropdown2.svg) no-repeat center right 15px;
 background-size:12px;		
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor:pointer;
}
.select-container select:disabled {
	background:#ccc url(../img/dropdown2.svg) no-repeat center right 15px;
 background-size:12px;
	opacity:.7; 
}     
.titular-form {
	color: #1447B8;
  font-family: "Barlow", Sans-serif;
  font-size: 50px;
  font-weight: 700;
	line-height: 47px;
  letter-spacing: -0.9px;
	text-align:center;
	background-color: #E3EAFF;
	padding:1em .5em;
	margin-bottom:20px;
	border-radius:25px;
}
.fono span {
	padding:7px 15px;
  border: 1px solid #ced4da;
 background:#ced4da;
  outline: none;
  border-radius: 30px;
	position:absolute;
	bottom:0;
	height:40px;
}
.fono input {
	padding:10px 15px 10px 75px;
}
h4.subt-form {
	color:#1447B8;
 border-bottom:1px solid #1447B8;
	padding-bottom:10px;
} 
.form-container h5 {
	font-size:1rem;
	margin:0; 
} 
.condiciones label {
	cursor:pointer;
}
.form-container .botones {
	margin:2rem 0;
}
.form-container a.btn-obtener {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  border-radius: 100px;
  height: 46px;
  min-width: 200px;
  padding: .7rem .75rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #4C7EFF;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  transition: all .2s;
  margin-bottom: 20px;
}
.form-container a.btn-obtener:hover { background: #1d40ca; }

.form-container a.btn-obtener2 {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  border-radius: 100px;
  height: 46px;
  min-width: 200px;
  padding: .7rem .75rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4C7EFF;
  border:2px solid #4C7EFF;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  transition: all .2s;
  margin-bottom: 20px;
}
.form-container a.btn-obtener2:hover { 
	background: #1d40ca;
}





.file-input-container label {
	width: 100%;
	display: block;
	padding: 12px 50px 12px 25px;
 padding: 10px 15px;
  border: 1px solid #ced4da;
  outline: none;
  border-radius: 30px;
	font-weight: 500;
  background-color: transparent;
	height:50px;
	position:relative;
	outline:none;
	cursor:pointer;
	background: url(../img/subir-archivo.svg) no-repeat right 20px center;
} 

.form-container .medio p {
	margin:0;
} 
.landing-container {
	width:1080px;
	max-width:100%;
	margin:2rem auto 4rem auto;
	border-radius:20px;
	overflow:hidden;
  background: #374E9C;
  background: linear-gradient(237deg, rgba(55, 78, 156, 1) 55%, rgba(106, 190, 174, 1) 100%);
	color:#fff;
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
	
}
.landing-container img {
	max-width:100%;
	height:auto;
}


.landing-container .landing-columns {
	 column-count: 2;
  column-gap: 40px;

}
.landing-container .text-content {
padding:30px 30px 0px 30px;
	
}
.landing-container h2 {
	text-align:center;
	font-size:2rem;
	margin: 0 0 30px 0;
}
.landing-container  p {
	margin: 0 0 15px 0; 
}
.landing-container .landing-columns ul {
	list-style-type: disc;  
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.landing-container .landing-columns li {
  display: list-item; 
	background:url(../img/bullet.svg) no-repeat left 4px;
	padding-left:20px;
}
.landing-container .landing-columns p {
  text-align: justify;
}
.landing-container a {
	color:#eecb12;
}
.postulaciones {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: stretch;
	align-items: center; 
	margin-bottom:50px;
	gap:20px; 
}
.postulaciones div {
	background:#E3EAFF;
	width: 35%;
	color:#1d40ca;
	text-align:center;
	padding:20px;
	border-radius:20px;
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
.postulaciones div p {
	font-size:1.4rem;
	font-weight:bold;
	
}
.postulaciones a {
	display:block;
	width:250px;
	max-width:100%;
	padding:10px 20px;
	margin:0 auto;

}

.postulaciones a.postula-online {
	background:#00adc6;
		color:#fff;
	font-size:1.1em;
	border-radius:10px;
	font-weight:bold;
	margin-bottom:10px;
	border:2px solid #00adc6;
}
.postulaciones a.postula-online:hover {
background:#374e9c;
	border:2px solid #374e9c;
}
.postulaciones a.postula-online:before {
	content: '';
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background: url(../img/online.svg) no-repeat 0 0px;
	background-size:100%;
	vertical-align: middle;
	margin-right: 10px;
}
.postulaciones a.descargar-formulario {
	background:#fff;
		color:#1d40ca;
	font-size:1em;
	border-radius:10px;
	border:2px solid #1d40ca;
}
.postulaciones a.descargar-formulario:hover {
	background:#E3EAFF;
}
.postulaciones a.descargar-formulario:before {
	content: '';
	display: inline-block;
	width: 1rem; 
	height: 1rem;
	background: url(../img/pdf.svg) no-repeat 0 0px;
	background-size:100%;
	vertical-align: middle;
	margin-right: 10px;
}
.nacimiento {
	display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 10px;
grid-row-gap: 0px;  
}
.error {
	border:1px solid red!important;
}
.error + small {
	color:red;
}
.sin-rellenar {color:red; font-size:1.4rem;}

.centrar {
	text-align:center;
}
.centrar .anadir-carga {
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  border-radius: 100px;
  height: 46px;
  min-width: 200px;
  padding: .7rem 1.5rem;
  font-size: .9rem;
  font-weight: 400;
  color: #1D40CA;
  background: #fff;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  transition: all .2s;
	border:2px solid #1D40CA;
	opacity:.7;
	margin:1.5rem;
}
.centrar .anadir-carga:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../img/plus.svg) no-repeat 0 0px;
 margin-right:5px;
	vertical-align: middle;
} 
.centrar .anadir-carga:hover {
	opacity:1;
}
.postulante { display: flex;
    flex-direction: row; 
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
	margin:2rem 0;
}
.postulante .eliminar-carga {
  box-sizing: border-box; 
  display: inline-block;
  width: auto;
  vertical-align: middle;
  border-radius: 100px;
  min-width: 200px;
  padding: .4rem 1rem;
  font-size: .75rem;
  font-weight: 400;
  color: #1D40CA;
  background: #fff;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  transition: all .2s;
	border:2px solid #1D40CA;
	opacity:.7;
}
.postulante .eliminar-carga:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../img/minus.svg) no-repeat 0 0px;
 margin-right:5px;
	vertical-align: middle;
} 
.postulante .eliminar-carga:hover {
	opacity:1;
}
.landing-textos {
	display:block;
	width:850px;
	max-width:100%;
	margin:1rem auto;
	padding:1rem;
}
.titulo-landing {
	display:block;
	width:100%;
	position:relative;
	
}
.titulo-landing img {
	display:inline-block;
		vertical-align: middle;
}
.titulo-box {
	display:inline-block;
	width: calc(100% - 240px);
	vertical-align: middle;
	padding:0 40px;
	margin-left:40px;
	border-left:1px solid #fff;
}
.titulo-box h3 {
	font-weight:100;
	font-size:34px;
	margin:0;
	padding:0; 
	line-height:1.2em;

}
.titulo-box h3 strong {
	font-weight:700;
}
.titulo-box p{
	font-size:20px;
}

.centrar.bajada {
	font-size:34px;
	/*! max-width:60%; */
	margin:2em auto;
		font-weight:100;
	line-height:1.2em;  
}
.numeros {
	font-size:27px;
	font-weight:400; 
	background: url(../img/dashed.gif) repeat-x top;
	padding:40px 0;
}
.numero {
		display:inline-block;
	vertical-align: top;
}
.box-numero {
	display:inline-block;
	width: calc(100% - 150px);
	vertical-align: top;
	padding:0 ;
	margin-left:40px;

}
.box-numero h4 {
	margin:0;
}
span.new {
	font-size:18px;
	font-style: italic;
	border:1px solid #fff;
	padding:5px;
	font-weight:600;
	display:inline-block;
}
.landing-textos h5 {
	margin:5px 0; 
		font-size:27px;
}
.landing-textos .numeros ul {
	list-style-type: disc;
	display: block;

}


.landing-textos .numeros  li {
	display: list-item; 
	background:url(../img/bullet2.svg) no-repeat left 10px;
	padding-left:20px;
}

.bases-postulacion {
	margin:0 auto;
	display:block;
	width:340px;
	font-size:20px;
	text-align:center;
	color:#fff;
	padding:10px ;
	position:relative;
	border:1px solid #fff;
	border-radius:50px;
	height:50px;
	color:#fff!important;
	text-transform: uppercase;
	margin-bottom:40px;
}
.bases-postulacion:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/bases.svg) no-repeat 0 0px;
	background-size:100%;
	margin-right: .2em;
  vertical-align: middle;
} 
.bases-postulacion:after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/flecha.svg) no-repeat 0 0px;
	background-size:100%;
 position:absolute;
	right:-15px;
	bottom:-5px;
} 
.niveles {
	background:#6ac3b1;
	border-radius:50px;
	padding:12px;
	font-size:1.5rem;
	line-height:1.1em;
}
.gracias img {
	width:700px;
	max-wifth:90%;
	height:auto;
	margin-top:0;
}

.bajada.centrar span {
	border:1px solid #fff;
	padding:10px 15px;   
	font-weight:bold; 
}
a .niveles {
	color:#fff;
	text-transform: uppercase;
}
a:hover .niveles {
 background:#2f8372
}
.box-encuesta .white-popup-encuesta {
  padding: 0;
  margin: 2rem auto;
}
.white-popup-encuesta {
 -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-top: 40px solid var(--naranjo);
	background: #fff;
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 .5em .5em .5em;
	position: relative;
	color:#666;
}
.box-encuesta img {
  max-width: 100%;
  height: auto;
}
.box-encuesta .encuesta-container {
	text-align:left;
	padding: 1rem;
}


.encuesta-container h3 {
color: var(--primario-dark);
	font-size:1rem;
	margin-top:.5rem;
}
.radios-encuesta span { 
 left:0;
	top:0;
  position:absolute; 
	width:calc(100% - 8px);
	background:#fff;
	border:1px solid #ccc;
	border-radius:4px;
	padding:4px; 
	text-align:center;
} 
.radios-encuesta  span:hover {
	background:#ececec;
}
.radios-encuesta input[type="radio"]:checked + span { 
	background: var(--primario);
	color:#fff;
  border:1px solid var(--primario);
} 
.radios-encuesta label {
	position:relative;
	width:100%;
	text-align:center;
	display:block;
	padding:5px;
	cursor:pointer;
}
.btn-siguiente {
	color: var(--primario);
	border:2px solid var(--primario);
	padding:5px 15px;
	border-radius:4px;
	display:block;
	margin:2rem;
}
.btn-siguiente:hover {
	background: var(--primario-dark);
	border: 2px solid var(--primario-dark);
	color:#fff;
}
.radios-encuesta li  {
	position:relative;
	width:100%;

	display:block;
	margin-bottom:5px;
}
.radios-encuesta li span {
	display:inline-block;
	width:30px;
	height:30px;
  position:absolute;
	left: 0; 
	z-index:99;
}
.radios-encuesta li label {
	width:auto;
	vertical-align: top;
	padding-left:35px;
	text-align:left;
}
.radios-encuesta li textarea {
 width: calc(100% - 35px);
	margin-left:35px;
	border:1px solid #ccc;
	border-radius:5px;
	padding:5px;
}
.radios-encuesta li textarea:disabled {
 background:#ececec;
	border:0 none;
	padding:5px;
} 

.radios-encuesta ::-webkit-input-placeholder,
 .box-encuesta div::-webkit-input-placeholder
{ /* Edge */
color:#666;
 opacity:1; 
}

.radios-encuesta :-ms-input-placeholder, 
.texto-textarea:-ms-input-placeholder,
 .box-encuesta :-ms-input-placeholder
{ /* Internet Explorer */
 color:#666;
 opacity:1; 
}

.radios-encuesta ::placeholder, 
.texto-textarea::placeholder, .box-encuesta ::placeholder {
 color:#666;
 opacity:1;
}
.select {
	width:48%;
	display:inline-block;
}
.select h5 {
	margin:10px 0;
	font-size:1rem;
	color:#666;
}

.radios-encuesta li input[type="radio"], .radios-encuesta li input[type="checkbox"] {
	position:absolute;
	left:2px;
	top:2px;
}
.radios-encuesta li input[type="radio"]:checked + span { 
	background:var(--primario) url(../img/tick2.svg) no-repeat center ;
	color:#fff;
  border:1px solid var(--primario); 
} 

.radios-encuesta li input[type="checkbox"]:checked + span { 
	background:var(--primario) url(../img/tick2.svg) no-repeat center ;
	color:#fff;
  border:1px solid var(--primario);
}  
.radios-encuesta li input[type="checkbox"]:disabled + span { 
	background:var(--primario) url(../img/tick2.svg) no-repeat center ;
	color:#fff;
	background:#ccc;
} 
.select select {
	display: block;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0 none;
	background: #fff url(../img/selection.jpg) no-repeat center right;
	width: 100%;
	padding: 8px 30px 8px 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	color: var(--primario-dark);
	border:1px solid #ccc;
}
.texto-textarea{
		border:1px solid #ccc;
	border-radius:5px;
	display:block;
	width:100%;
	padding:5px; 
	height:100px;
}
.box-encuesta .input-container, .box-encuesta .select-container {
	padding-top:0;
	padding-bottom:0;
}
.box-encuesta .input-container input {
  padding: 10px 15px;
  border: 1px solid #ccc;
  outline: none;
  border-radius: 5px!important;
  width: 100%;
	height:40px;
}
.box-encuesta .input-container input:disabled {
background:#ececec;
}
.box-encuesta .select-container select {
	padding:8px 35px 8px 15px;
  border: 1px solid #ccc;
  outline: none;
  border-radius: 5px;
	width:100%;
	background:#fff url(../img/dropdown2.svg) no-repeat center right 15px;
 background-size:12px;		
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor:pointer;
	height:40px;
}
.box-encuesta .file-input-container label {
	padding:8px 35px 8px 15px;
  border: 1px solid #ccc;
  outline: none;
  border-radius: 5px;
	width:100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor:pointer;
	height:40px; 
}


.box-encuesta .fono input {
  padding: 7px 15px 7px 80px!important;

}
.box-encuesta .fono span {
  padding: 7px 15px;
  border: 1px solid #ccc;
  background: #ced4da;
 border-radius: 5px!important;
}
.box-encuesta label {
	cursor:pointer;
}

 

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1400px) {
.formulario-contacto.in-view { background-position: right 400px top 40px; }
}
@media only screen and (max-width: 1200px) {
nav.principal {  font-size:.85rem;
}
}
@media only screen and (max-width: 1150px) {
.caja-bienvenida { display: none; }
.sticky .caja-usuario { display: none; }
.caja-bienvenida.active {
	display: block;
	position: absolute;
	background: #2694D3;
	right: 12px;
	z-index: 95;
	width: 250px;
	padding: 1rem;
	text-align: left;
	top: 72px;
	color: #fff;
	border-radius: 12px;
	text-align: center;
}
.caja-bienvenida.active:after {
	content: '';
	position: absolute;
	bottom: 100%;
	right: 31px;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-bottom: 15px solid #2694D3;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
}
.boton-usuario {
	display: flex;
	background: #fff;
	text-align: center;
	border: 2px solid #051c2c;
	color: #051c2c;
	font-weight: bold;
padding: .5rem .5rem;
	margin-right: 20px;
	border-radius: 10px;
	transition: all .2s;
	line-height: 1rem;
	cursor: pointer;
}
.boton-usuario img {
	width: 20px;
	height: auto;
}
.boton-usuario.active { background: #E8EEFC }
}
@media only screen and (max-width: 992px) {
.tercio, .tercios { width: 49%; }
footer .container { margin: 0 2rem; }
.menu a span, .menu span {
 padding: 2rem .5rem 1rem .5rem; font-size: 14px; }
nav.principal { display: none; }
nav.principal.active {
	display: block;
	z-index: 150!important;
	position: fixed;
	right: 0;
	top: 0;
	margin: 0;
	height: 100vh!important;
	background: rgba(0, 0, 0, 0.8);
	width: 390px;
	max-width: calc(100% - 70px);
}
.menu-mobile {
	display: flex;
 padding:1rem 1.5rem 1rem .5rem;
	cursor: pointer;
	order: 4;
}
.caja-usuario { border: 0 none; }
.caja-bienvenida {
	display: block;
	position: relative!important;
	;
}
.boton-usuario { display: none; }
.header-container h1 img {
	height: 70px;
	width: auto;
}
.acceso-imponentes {
	order: 2;
 margin:0 .5rem;
	width: auto;
 font-size:.8rem;
}
.fondo-negro {
	text-align: center;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.8);
	z-index: 97;
	cursor: url(../img/cerrar.svg), auto;
}
#menu-principal {
	display: block;
	padding: 50px;
	height: 100vh!important;
	overflow-y: scroll;
}
.menu {
	display: block;
	height: auto;
}
.menu a span, .menu span {
	padding: 1rem 0 1rem 0;
	font-size: 20px;
	width: 100%;
	height: auto;
}
.menu span {
	color: #fff;
	background: rgba(0 , 0 , 0 , 0);
	cursor: pointer;
	position: relative;
}
.menu a span, .menu span:hover {
	color: #6EC1E4;
	background: rgba(0 , 0 , 0 , 0);
}
.menu span:after {
	content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	position: absolute;
	right: 0;
	background: url(../img/arrow-down.svg) no-repeat right top;
}
.sub-menu {
	display: none;
	position: relative;
	;
	background-color: rgba(0,0,0,0);
	min-width: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0);
	padding: 8px;
	z-index: 0;
	border-top: 0 none;
	opacity: 1;
	top: initial;
}
.sub-menu.active { display: block; }
.menu:hover .sub-menu { display: block; }
.sub-menu li a {
 padding: .5rem;
	display: block;
	color: #fff;
	;
	background: none!important;
}
.sub-menu li a:hover {
	background: none!important;
	color: #43B1E7;
}
header .contacto-superior { display: none; }
.formulario-contacto h2 {
	font-size: 45px;
	padding-top: 0;
	line-height: 1em;
}
.formulario-contacto .half p {
	font-size: 30px;
	padding-top: 0;
	line-height: 1em;
}
.form-contacto {
	padding: 24px;
	border-radius: 24px;
}
.formulario-contacto.in-view { background-position: right 200px top 40px; }
	.tiempo-titular {
  font-size: 2.5rem;

}
	.landing-container {
	margin:2rem 8px 4rem 8px;
	width: calc(100% - 16px)
}
}
 @media only screen and (max-width: 768px) {
.lista-beneficios li {
	-webkit-flex: 0 1 30%;
	-ms-flex: 0 1 30%;
	flex: 0 1 30%;
}
	 .medio {
		 width:100%;
		 flex: 0 1 100%;
	 }
	 .titulo-box h3 {
  font-size: 28px;
}
.centrar.bajada, .numeros, .numeros h5 {
  font-size: 23px;

}	 
	 .titulo-landing img {
		 width:150px;
		 height:150px;
	 }
	 .titulo-box {
		 width: calc(100% - 200px);
	 }
	 .postulaciones div {
		 width:48%;
	 }
	 .numero {width:60px;}
.box-numero {
  width: calc(100% - 100px);
  margin-left: 20px;
}
}
@media only screen and (max-width: 640px) {
.tercio, .tercios { width: 100%; }
footer .container { margin: 0 2rem; }
footer h2 { margin-left: -25px; }
footer li { padding-bottom: .1rem;
}
.columna-foto, .columna-texto {
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}
.detalle-empresa { width: 100%; }
.logo-empresa {
	max-width: 28%;
	border: 1px solid #ccc;
}
.white-popup-mapa .half { width: 100%; }
.white-popup-mapa .mapa { height: 250px; }
.white-popup-mapa .tit_mapa { font-size: 1.2rem; }
.white-popup-mapa select { font-size: 14px; }
.white-popup-mapa h3 { font-size: 13px; }
.white-popup-mapa table td { font-size: 12px; }
.ver_mapa { width: 60px; }
.formulario-contacto .half { width: 100%; }
.formulario-contacto .container .half { padding: 0; }
.formulario-contacto .container .half:nth-child(2) { padding-bottom: 3rem; }
.formulario-contacto h2 { font-size: 30px; }
.formulario-contacto .half p { font-size: 22px; }
.formulario-contacto.in-view { background-position: right 50px top 10px; }
	  .landing-container .landing-columns {
    column-count: 1;
    column-gap: 0;
  }
}
@media only screen and (max-width: 540px) {
.half { width: 100% }
.lista-beneficios li {
	-webkit-flex: 0 1 45%;
	-ms-flex: 0 1 45%;
	flex: 0 1 45%;
}
h2.titulo { font-size: 40px; }
.categorias {
	display: block;
	margin: 0 0 1rem 0;
	padding: 0;
}
.categorias li { margin: .5rem 0 .5rem 0; }
.gastronomia-titular, .salud-titular, .hogar-titular, .educacion-titular, .tiempo-titular {
	font-size: 2rem;
	margin: 0rem;
	text-align: center;
}
.cupones-titular { font-size: 2rem; }
.caja-bienvenida {
	display: none;
	position: absolute!important;
}
.boton-usuario { display: flex; }
.formulario-contacto.in-view { background-position: right 35px top 10px; }
  .postulaciones div {
    width: 90%;
  }
	.centrar.bajada { max-width: 100%;}
 .titulo-landing img {
		 width:150px;
		 height:150px;
	 margin:0 auto 20px;
	 display:block;
	 }
	 .titulo-box {
		 width: 100% ;
		 margin:0;
		 padding:0;
		 text-align:center;
		 border-left:0 none;
	 }	
.centrar.bajada, .numeros, .numeros h5 {
  font-size: 19px;

}		
	
}
@media only screen and (max-width: 480px) {
} 
@media only screen and (max-width: 375px) {
.lista-beneficios li {
	-webkit-flex: 0 1 80%;
	-ms-flex: 0 1 80%;
	flex: 0 1 80%;
}
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after { clear: both; }
.clearfix { *zoom: 1;
}
.right { float: right; }
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
*, *:before, *:after {
	background: transparent !important;
	color: #000 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a, a:visited { text-decoration: underline; }
a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }
a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; }
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead { display: table-header-group; }
tr, img { page-break-inside: avoid; }
img { max-width: 100% !important; }
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 { page-break-after: avoid; }
}
.amarillo-bg { background: #FFDD00; }
