@charset "UTF-8";
/*!
Theme Name: Edenred
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Edenred
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

_s is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	display: flex;
	flex-direction: column;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:hover, a:focus, a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

@media screen and (max-width: 768px) {
	.desktop-only {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.mobile-only {
		display: none;
	}
}

html {
	padding: 0;
	margin: 0;
	font-family: 'Ubuntu', sans-serif;
}

h1 {
	margin: 0;
}

h3 {
	margin: 0;
}

.hero {
	width: 100%;
	background: #DEECFF;
	border-radius: 300px 0 0 0;
	margin-top: 50px;
}

@media screen and (min-width: 768px) {
	.hero {
		margin-top: 0;
	}
}

.hero-container {
	width: 100%;
	max-width: 1240px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.hero-container {
		flex-direction: row;
	}
}

.hero-left {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0 24px;
}

@media screen and (min-width: 768px) {
	.hero-left {
		align-items: flex-start;
	}
}

.hero-left_button {
	font-family: 'Edenred';
	padding: 16px 32px;
	gap: 8px;
	background: #FF8200;
	border-radius: 80px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	display: flex;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	color: #FDFDFE;
	border: 1px solid #FF8200;
	transition: all 350ms ease-in-out;
}

.hero-left_button:hover {
	background-color: #FDFDFE;
	color: #FF8200;
}

.hero-left h1 {
	font-family: 'Edenred';
	font-weight: 600;
	font-size: 36px;
	line-height: 48px;
	color: #011E41;
	display: flex;
	align-items: center;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.hero-left h1 {
		font-size: 46px;
		line-height: 58px;
		text-align: start;
	}
}

.hero-left p {
	font-family: 'Ubuntu';
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #4B4B4B;
}

@media screen and (min-width: 768px) {
	.hero-left p {
		text-align: start;
	}
}

.hero-right {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-right img {
	width: auto;
	margin-top: 40px;
	display: flex;
	align-items: center;
}

.how-work {
	width: 100%;
	background: #DEECFF;
	border-radius: 0 0 300px 0;
}

.how-work_container {
	width: 100%;
	max-width: 1240px;
	margin: auto;
	padding: 0 24px;
}

@media screen and (min-width: 768px) {
	.how-work_container {
		padding-top: 30px;
	}
}

.how-work_title {
	max-width: 770px;
	margin: auto;
}

.how-work_title h2 {
	font-family: 'Edenred';
	font-weight: 500;
	font-size: 32px;
	line-height: 43px;
	text-align: center;
	color: #011E41;
}

.how-work_cards {
	display: flex;
	flex-wrap: wrap;
	max-width: 1240px;
	gap: 32px;
	margin-top: 60px;
	justify-content: center;
	padding-bottom: 55px;
}

.how-work_cards_card {
	width: 100%;
	max-width: 370px;
	background-color: #ffffff;
	border: 1px solid #D9E9EE;
	border-radius: 19px;
	padding: 40px;
	height: 100%;
}

@media screen and (min-width: 768px) {
	.how-work_cards_card {
		min-height: 370px;
	}
}

.how-work_cards_card_content h3 {
	font-family: 'Edenred';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #011E41;
}

.how-work_cards_card_content p {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #4B4B4B;
}

.aplicacion {
	width: 100%;
	margin-top: 120px;
}

.aplicacion-container {
	max-width: 1240px;
	width: 100%;
	margin: auto;
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.aplicacion-container {
		flex-direction: row;
	}
}

.aplicacion-left {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0 24px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.aplicacion-left {
		align-items: flex-start;
		text-align: start;
	}
}

.aplicacion-left h2 {
	font-family: 'Edenred';
	font-weight: 500;
	font-size: 36px;
	line-height: 48px;
	color: #011E41;
}

.aplicacion-left p {
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #011E41;
}

.aplicacion-left_button {
	font-family: 'Edenred';
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px 40px;
	gap: 8px;
	background: #FF8200;
	border: 2px solid #FF8200;
	border-radius: 80px;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #FF8200;
	transition: all 350ms ease-in-out;
}

.aplicacion-left_button:hover {
	background-color: #FDFDFE;
	color: #FF8200;
}

.aplicacion-right {
	width: 100%;
	margin-top: 60px;
}

@media screen and (min-width: 768px) {
	.aplicacion-right {
		margin-top: 0;
		display: flex;
		justify-content: end;
	}
}

@media screen and (min-width: 1240px) {
	.aplicacion-right img {
		max-width: 670px;
	}
}

.map {
	width: 100%;
	padding: 0 24px;
	margin-top: 120px;
}

.map-container {
	width: 100%;
	max-width: 1240px;
	margin: auto;
}

.map-title {
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 43px;
	text-align: center;
	color: #011E41;
	margin-top: 0;
	margin-bottom: 32px;
}

.map-content {
	border-radius: 40px;
	border: 1px solid #DBDBDB;
	padding: 24px;
}

.map-content_title h3 {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #011E41;
	text-align: center;
}

.map-content_input {
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.map-content_input input {
	padding: 10px 300px 10px 70px;
	border-radius: 50px;
	border: 1px solid #DBDBDB;
}

.map-content_input a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	gap: 49px;
	width: 95px;
	height: 40px;
	background: #FF8200;
	border: 1px solid #FF8200;
	border-radius: 50px;
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	position: relative;
	z-index: 2;
	margin-left: -60px;
	text-transform: uppercase;
	border: 1px solid #FF8200;
	transition: all 350ms ease-in-out;
}

.map-content_input a:hover {
	background-color: #FDFDFE;
	color: #FF8200;
}

.map-content_input img {
	width: 14px;
	height: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: -40px;
	position: relative;
	z-index: 2;
	bottom: -29px;
}

.app {
	width: 100%;
	margin-top: 100px;
}

.app-container {
	max-width: 1240px;
	width: 100%;
	margin: auto;
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.app-container {
		flex-direction: row;
	}
}

.app-left {
	width: 100%;
	order: 2;
	margin-top: 60px;
}

@media screen and (min-width: 1240px) {
	.app-left img {
		max-width: 670px;
	}
}

@media screen and (min-width: 768px) {
	.app-left {
		order: 1;
		margin-top: 0;
		display: flex;
		justify-content: start;
	}
}

.app-right {
	width: 100%;
	order: 1;
	padding: 0 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 24px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.app-right {
		align-items: flex-start;
		text-align: start;
	}
}

.app-right h2 {
	font-family: 'Edenred';
	font-weight: 500;
	font-size: 36px;
	line-height: 48px;
	color: #011E41;
}

.app-right p {
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #011E41;
}

.app-right a {
	font-family: 'Edenred';
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px 40px;
	gap: 8px;
	background: #FF8200;
	border: 2px solid #FF8200;
	border-radius: 80px;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #FF8200;
	transition: all 350ms ease-in-out;
}

.app-right a:hover {
	background-color: #FDFDFE;
	color: #FF8200;
}

.vinci {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 60px;
}

.vinci-container {
	width: 100%;
	max-width: 1240px;
	margin: auto;
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.vinci-container {
		flex-direction: row;
	}
}

.vinci-left {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 24px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.vinci-left {
		align-items: flex-start;
		text-align: start;
	}
}

.vinci-left h2 {
	font-family: 'Edenred';
	font-weight: 500;
	font-size: 32px;
	line-height: normal;
	color: #011E41;
}

.vinci-left p {
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #011E41;
}

.vinci-left_button {
	font-family: 'Edenred';
	align-items: center;
	padding: 16px 40px;
	gap: 8px;
	background: #FF8200;
	border: 2px solid #FF8200;
	border-radius: 80px;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #FF8200;
	transition: all 350ms ease-in-out;
}

.vinci-left_button:hover {
	background-color: #FDFDFE;
	color: #FF8200;
}

.vinci-right {
	width: 100%;
	margin-top: 40px;
}

@media screen and (min-width: 768px) {
	.vinci-right {
		margin-top: 0;
		display: flex;
		justify-content: end;
	}
}

@media screen and (min-width: 1240px) {
	.vinci-right img {
		max-width: 670px;
	}
}

.faqs {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.faqs {
		margin-top: 160px;
	}
}

.faqs-container {
	width: 100%;
	max-width: 1240px;
	margin: auto;
	padding: 0 24px;
}

.faqs-title h2 {
	font-family: 'Edenred';
	font-weight: 500;
	font-size: 28px;
	line-height: 48px;
	text-align: center;
	color: #011E41;
	margin-top: 10px;
}

@media screen and (min-width: 768px) {
	.faqs-title h2 {
		font-size: 32px;
	}
}

.faqs-faqs {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	min-width: 100%;
	justify-content: space-between;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.faqs-faqs {
		flex-direction: row;
	}
}

.faq {
	margin-bottom: 20px;
	margin-bottom: 40px;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.faq {
		width: 40%;
	}
}

.faq h3 {
	font-family: 'Ubuntu';
	cursor: pointer;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: #011E41;
	padding-bottom: 20px;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.faq h3 {
		font-size: 18px;
	}
}

.faq p {
	display: none;
}

.faq-question {
	display: flex;
	border-bottom: 1px solid #DBDBDB;
}

.faq-question svg {
	display: flex;
	justify-content: end;
}

.faq.active p {
	font-family: 'Ubuntu';
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #4B4B4B;
}

.form {
	width: 100%;
	background: #DEECFF;
	border-radius: 300px 0 0 0;
	margin-top: 60px;
	border-bottom: 1px solid #FFFFFF;
}

@media screen and (min-width: 768px) {
	.form {
		margin-top: 200px;
	}
}

.form-container {
	width: 100%;
	max-width: 1240px;
	margin: auto;
	display: flex;
	flex-direction: column;
	padding: 0 24px;
}

@media screen and (min-width: 768px) {
	.form-container {
		flex-direction: row;
		gap: 140px;
	}
}

.form-left {
	width: 100%;
	padding-top: 100px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.form-left {
		text-align: left;
		padding-bottom: 180px;
	}
}

.form-left h2 {
	font-family: 'Edenred';
	font-weight: 500;
	font-size: 28px;
	line-height: 37px;
	color: #011E41;
}

@media screen and (min-width: 768px) {
	.form-left h2 {
		font-size: 32px;
		line-height: 43px;
	}
}

.form-left p {
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #011E41;
}

.form-right {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
	.form-right {
		margin-top: 0px;
	}
}

.form-right_form {
	margin-top: 0px;
	border: 1px solid #DEECFF;
	box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.02), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0143771), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0119221), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.01), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.00807786), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.00562291);
	border-radius: 12px;
	background-color: #FDFDFE;
	padding: 24px;
}

@media screen and (min-width: 768px) {
	.form-right_form {
		margin-top: -80px;
		padding: 40px;
	}
}

input::placeholder {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	text-align: start;
}

input::-moz-focus-inner {
	color: #FF8200;
}

input[type="submit"] {
	background-color: #FF8200;
	color: #ffffff;
	width: 100%;
	text-align: center;
	padding: 16px;
	border-radius: 80px;
	font-family: 'Edenred';
	align-items: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
}

input[type="submit"]:hover {
	background-color: #ffffff;
	color: #FF8200;
	transition: all 350ms ease-in-out;
	border-color: #FF8200;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	border-bottom: 1px solid black !important;
	border: none;
	border-radius: 0;
	width: 100%;
}

.wpcf7-list-item {
	margin: 0 !important;
}

label {
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
}

.popup {
	display: none;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 768px) {
	.popup {
		padding: 100px 24px;
	}
}

.popup-contenido {
	max-width: 550px;
	width: 100%;
	margin: auto;
	background-color: #FDFDFE;
	padding: 30px;
	position: relative;
}

.popup {
	display: none;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	padding-top: 100px;
	z-index: 99;
}

.popup-contenido {
	max-width: 550px;
	width: 100%;
	margin: auto;
	background-color: #FDFDFE;
	padding: 30px;
}

.btnCerrarPopup {
	position: relative;
	top: -270px;
	right: 15px;
	transform: rotate(45deg);
	stroke: black;
	background-color: transparent;
	border: none;
}

.blank-pages {
	width: 100%;
	padding: 0 24px;
}

.blank-pages_container {
	max-width: 1240px;
	margin: auto;
}

.blank-pages_content h2 {
	font-family: 'Edenred';
	font-weight: 500;
	font-size: 32px;
	line-height: 43px;
	text-align: center;
	color: #011E41;
}

.blank-pages_content p {
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #4B4B4B;
}

.typ {
	width: 100%;
	padding: 0 24px;
}

.typ_container {
	max-width: 1240px;
	margin: auto;
}

.typ_content p {
	font-family: 'Edenred';
	font-weight: 500;
	font-size: 32px;
	line-height: 43px;
	text-align: center;
	color: #011E41;
}

@media screen and (min-width: 768px) {
	.obt-steps::after {
		border-bottom: 1px solid orange;
		content: "";
		width: 79%;
		position: absolute;
		top: 30%;
		left: 10%;
		z-index: -1;
	}
}

.obt-steps {
	position: relative;
}

.topbar.hidden {
	transition-delay: initial;
}

.sol-hero {
	min-height: 800px;
}

.popup-succes {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	z-index: 9999;
	top: 0;
	height: 100vh;
	padding: 200px 24px;
	display: none;
}

.popup-succes__container {
	margin: auto;
	padding: 50px 24px;
	background-color: #fff;
	position: relative;
}

@media screen and (min-width: 768px) {
	.popup-succes__container {
		max-width: 500px;
	}
}

@media screen and (min-width: 1024px) {
	.popup-succes__container {
		max-width: 700px;
	}
}

.btnCerrarPopupSucces {
	position: absolute;
	top: 7%;
	right: 30px;
	transform: rotate(45deg);
	stroke: black;
	background-color: transparent;
	border: none;
}

@media screen and (max-width: 768px) {
	.desktop-only {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	.mobile-only {
		display: none !important;
	}
}

.hero {
	width: 100%;
	background: #DEECFF;
	border-radius: 300px 0 0 0;
	padding-top: 50px;
}

.hero-container {
	width: 100%;
	max-width: 1240px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.hero-container {
		flex-direction: row;
	}
}

.hero-left {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0 24px;
}

@media screen and (min-width: 768px) {
	.hero-left {
		align-items: flex-start;
	}
}

.hero-left_button {
	font-family: 'Edenred';
	padding: 16px 32px;
	gap: 8px;
	background: #FF8200;
	border-radius: 80px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	display: flex;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	color: #FDFDFE;
	border: 1px solid #FF8200;
	transition: all 350ms ease-in-out;
}

.hero-left_button:hover {
	background-color: #FDFDFE;
	color: #FF8200;
}

.hero-left h2 {
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #011E41;
	letter-spacing: 2px;
	text-transform: uppercase;
}

@media screen and (max-width: 768px) {
	.hero-left h2 {
		display: none;
	}
}

.hero-left h1 {
	font-family: 'Edenred';
	font-weight: 600;
	font-size: 36px;
	line-height: 48px;
	color: #011E41;
	display: flex;
	align-items: center;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.hero-left h1 {
		font-size: 46px;
		line-height: 58px;
		text-align: start;
	}
}

.hero-left p {
	font-family: 'Ubuntu';
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #4B4B4B;
}

@media screen and (min-width: 768px) {
	.hero-left p {
		text-align: start;
	}
}

.hero-right {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-right img {
	width: auto;
	margin-top: 40px;
	display: flex;
	align-items: center;
}

.tarjeta {
	width: 100%;
	padding: 0 24px;
	background: #DEECFF;
}

@media screen and (min-width: 768px) {
	.tarjeta {
		padding-top: 110px;
	}
}

@media screen and (max-width: 768px) {
	.tarjeta {
		border-radius: 0 0 300px 0;
	}
}

.tarjeta-precontainer {
	display: flex;
}

.tarjeta-container {
	max-width: 1240px;
	width: 100%;
	margin: auto;
	display: flex;
}

@media screen and (min-width: 768px) {
	.tarjeta-left {
		flex: 1;
	}
}

.tarjeta-section {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.tarjeta-section {
		flex: 1;
	}
}

.tarjeta-section h2 {
	color: var(--primary-black, #011E41);
	font-family: 'Edenred';
	font-size: 28px;
	font-weight: 500;
	line-height: normal;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.tarjeta-section h2 {
		text-align: left;
		font-size: 32px;
	}
}

.tarjeta-section h5 {
	color: var(--primary-grey, #4B4B4B);
	font-family: 'Ubuntu';
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin: 8px 0 0;
}

@media screen and (max-width: 768px) {
	.tarjeta-section h5 {
		display: none;
	}
}

.tarjeta_cards {
	display: flex;
	flex-wrap: wrap;
	max-width: 1240px;
	gap: 17px;
	margin-top: 60px;
	justify-content: center;
	padding-bottom: 55px;
}

.tarjeta_cards_card {
	width: 100%;
	max-width: 370px;
	background-color: #ffffff;
	border: 1px solid #D9E9EE;
	border-radius: 19px;
	padding: 32px;
	height: 100%;
}

@media screen and (min-width: 768px) {
	.tarjeta_cards_card {
		min-height: 370px;
		max-width: 300px;
	}
}

.tarjeta_cards_card_content img {
	margin-bottom: 16px;
}

.tarjeta_cards_card_content h3 {
	font-family: 'Edenred';
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #011E41;
}

.tarjeta_cards_card_content p {
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #4B4B4B;
}

.nueva {
	width: 100%;
	padding: 72px 24px 50px;
}

@media screen and (min-width: 768px) {
	.nueva {
		background: #DEECFF;
		border-radius: 0 0 300px 0;
	}
}

.nueva-container {
	max-width: 1240px;
	width: 100%;
	margin: auto;
}

.nueva-content {
	max-width: 780px;
	margin: auto;
}

.nueva-content h2 {
	color: var(--primary-black, #011E41);
	text-align: center;
	font-family: 'Edenred';
	font-size: 28px;
	font-weight: 500;
	line-height: normal;
}

@media screen and (min-width: 768px) {
	.nueva-content h2 {
		font-size: 32px;
	}
}

.nueva-content h5 {
	color: var(--primary-grey, #4B4B4B);
	text-align: center;
	font-family: 'Ubuntu';
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin-top: 8px;
}

@media screen and (max-width: 768px) {
	.nueva-content h5 {
		display: none;
	}
}

.nueva_cards {
	display: flex;
	flex-direction: column;
	max-width: 1240px;
	gap: 17px;
	padding-top: 40px;
	padding-bottom: 55px;
	margin: auto;
}

@media screen and (min-width: 768px) {
	.nueva_cards {
		flex-direction: row;
		justify-content: center;
	}
}

.nueva_cards_card {
	width: 100%;
	max-width: 370px;
	background-color: #ffffff;
	border: 1px solid #D9E9EE;
	border-radius: 19px;
	padding: 32px;
	height: 100%;
}

@media screen and (min-width: 768px) {
	.nueva_cards_card {
		min-height: 332px;
		max-width: 300px;
	}
}

.nueva_cards_card_content h3 {
	font-family: 'Edenred';
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #011E41;
}

.nueva_cards_card_content p {
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #4B4B4B;
}

.nueva-button {
	font-family: "Edenred";
	padding: 16px 32px;
	gap: 8px;
	background: #FF8200;
	border-radius: 80px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	display: flex;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	color: #FDFDFE;
	border: 1px solid #FF8200;
	transition: all 350ms ease-in-out;
	width: fit-content;
	margin: auto;
}

.nueva_image img {
	width: 100%;
}

.servicios {
	width: 100%;
	padding: 120px 24px;
}

.servicios-container {
	max-width: 1240px;
	width: 100%;
	margin: auto;
}

.servicios-content {
	max-width: 740px;
	margin: auto;
}

.servicios-content h2 {
	color: var(--primary-black, #011E41);
	text-align: center;
	font-family: 'Edenred';
	font-size: 28px;
	font-weight: 500;
	line-height: normal;
}

@media screen and (min-width: 768px) {
	.servicios-content h2 {
		font-size: 32px;
	}
}

.servicios-content h5 {
	color: var(--primary-grey, #4B4B4B);
	text-align: center;
	font-family: 'Ubuntu';
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	/* 175% */
}

@media screen and (min-width: 768px) {
	.servicios-content h5 {
		font-size: 16px;
	}
}

.servicios-cards {
	display: flex;
	gap: 54px;
	margin-top: 60px;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.servicios-cards {
		flex-direction: row;
	}
}

.servicios_card_content img {
	border-radius: 18px;
	max-width: 400px;
}

.servicios_card_content h3 {
	color: var(--primary-black, #011E41);
	text-align: center;
	font-family: 'Edenred';
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
	margin-top: 24px;
}

.viat {
	width: 100%;
	margin-top: 50px;
}

.viat-container {
	width: 100%;
	max-width: 1240px;
	margin: auto;
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.viat-container {
		flex-direction: row;
	}
}

.viat-left {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 24px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.viat-left {
		align-items: flex-start;
		text-align: start;
	}
}

.viat-left h2 {
	font-family: 'Edenred';
	font-weight: 500;
	font-size: 36px;
	line-height: 48px;
	color: #011E41;
}

.viat-left p {
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #011E41;
}

.viat-left_button {
	font-family: 'Edenred';
	align-items: center;
	padding: 16px 40px;
	gap: 8px;
	background: #FF8200;
	border: 2px solid #FF8200;
	border-radius: 80px;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #FF8200;
	transition: all 350ms ease-in-out;
}

.viat-left_button:hover {
	background-color: #FDFDFE;
	color: #FF8200;
}

.viat-right {
	width: 100%;
	margin-top: 40px;
}

@media screen and (min-width: 768px) {
	.viat-right {
		margin-top: 0;
		display: flex;
		justify-content: end;
	}
}

@media screen and (min-width: 1240px) {
	.viat-right img {
		max-width: 670px;
	}
}

.waylet {
	width: 100%;
	margin-top: 100px;
}

.waylet-container {
	max-width: 1240px;
	width: 100%;
	margin: auto;
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.waylet-container {
		flex-direction: row;
	}
}

.waylet-left {
	width: 100%;
	order: 2;
	margin-top: 60px;
}

@media screen and (min-width: 1240px) {
	.waylet-left img {
		max-width: 670px;
	}
}

@media screen and (min-width: 768px) {
	.waylet-left {
		order: 1;
		margin-top: 0;
		display: flex;
		justify-content: start;
	}
}

.waylet-right {
	width: 100%;
	order: 1;
	padding: 0 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 24px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.waylet-right {
		align-items: flex-start;
		text-align: start;
	}
}

.waylet-right h2 {
	font-family: 'Edenred';
	font-weight: 500;
	font-size: 32px;
	line-height: normal;
	color: #011E41;
}

@media screen and (min-width: 768px) {
	.waylet-right h2 {
		font-size: 28px;
	}
}

.waylet-right p {
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #011E41;
}

@media screen and (min-width: 768px) {
	.waylet-right p {
		font-size: 14px;
	}
}

.waylet-right a {
	font-family: 'Edenred';
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px 40px;
	gap: 8px;
	background: #FF8200;
	border: 2px solid #FF8200;
	border-radius: 80px;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #FF8200;
	transition: all 350ms ease-in-out;
}

.waylet-right a:hover {
	background-color: #FDFDFE;
	color: #FF8200;
}

.oferta {
	width: 100%;
	background: var(--main-colors-orange, #FF8200);
	min-height: 315px;
	height: 100%;
	display: flex;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.oferta {
		min-height: 500px;
	}
}

.oferta-back {
	display: flex;
	position: absolute;
	height: 100%;
	width: 100%;
	justify-content: space-around;
}

@media screen and (min-width: 768px) {
	.oferta-back {
		max-height: 315px;
	}
}

.oferta-left {
	width: 100%;
	flex: 1;
}

.oferta-right {
	width: 100%;
	flex: 1;
	display: flex;
	align-items: flex-end;
	justify-content: end;
	margin-bottom: -28px;
}

.oferta-container {
	z-index: 2;
	max-width: 1240px;
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 100%;
}

@media screen and (max-width: 768px) {
	.oferta-container {
		display: flex;
		flex-direction: column;
		padding: 110px 30px;
		gap: 32px;
	}
}

.oferta-left {
	fill: rgba(255, 255, 255, 0.1);
}

.oferta-title {
	max-width: 670px;
}

.oferta-title h2 {
	color: var(--main-colors-white, #FFF);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: 'Ubuntu';
	font-size: 46px;
	font-weight: 500;
	line-height: normal;
}

@media screen and (max-width: 768px) {
	.oferta-title h2 {
		text-align: center;
		font-size: 36px;
	}
}

.oferta-button {
	color: #FF8200;
	background-color: #FDFDFE;
	border: 1px solid #FF8200;
	font-family: 'Edenred';
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	display: flex;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	padding: 16px 20px;
	text-decoration: none;
	margin: 0 8px;
	border-radius: 80px;
	transition: all 350ms ease-in-out;
}

.faq-question svg {
	border-radius: 200px;
	background: #FFEAD1;
	padding: 6px;
	min-width: 27px;
	min-height: 27px;
}

.faq-question svg:hover {
	cursor: pointer;
}

.faq_cta a {
	color: #FF8200;
	background-color: #FDFDFE;
	border: 1px solid #FF8200;
	font-family: 'Edenred';
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	/* 112.5% */
	text-transform: uppercase;
	padding: 16px 20px;
	text-decoration: none;
	border-radius: 80px;
	transition: all 350ms ease-in-out;
	width: fit-content;
	margin: auto;
	display: flex;
}

.faq_cta a:hover {
	background-color: #FF8200;
	color: #FDFDFE;
	border-radius: 80px;
}

.red-hero {
	width: 100%;
	min-height: 634px;
	height: 100%;
	display: flex;
	background-position: bottom;
	padding: 32px 24px 330px 24px;
}

@media screen and (min-width: 768px) {
	.red-hero {
		padding: 0 24px;
	}
}

.red-hero-container {
	max-width: 1240px;
	margin: auto;
	width: 100%;
	display: flex;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.red-hero-container {
		padding: 70px 0 280px;
	}
}

.red-hero-container-content {
	max-width: 740px;
	width: 100%;
}

.red-hero-container-content h2 {
	color: var(--main-colors-white, #FFF);
	text-align: center;
	font-family: 'Edenred';
	font-size: 36px;
	font-weight: 500;
}

@media screen and (min-width: 768px) {
	.red-hero-container-content h2 {
		font-size: 46px;
		line-height: 58px;
	}
}

.red-hero-container-content p {
	color: var(--main-colors-white, #FFF);
	text-align: center;
	font-family: 'Ubuntu';
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
}

@media screen and (min-width: 768px) {
	.red-hero-container-content p {
		font-size: 16px;
	}
}

@media screen and (min-width: 768px) {
	.red-hero-links {
		display: flex;
		justify-content: center;
		gap: 32px;
	}
}

.red-hero-links-cta {
	margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
	.red-hero-links-cta {
		margin-bottom: 0px;
	}
}

.red-hero-links-cta a {
	color: #FDFDFE;
	background-color: #FF8200;
	border: 1px solid #FF8200;
	font-family: 'Edenred';
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	/* 112.5% */
	text-transform: uppercase;
	padding: 16px 32px;
	text-decoration: none;
	border-radius: 80px;
	transition: all 350ms ease-in-out;
	width: fit-content;
	margin: auto;
	display: flex;
}

.red-hero-links-cta a:hover {
	background-color: #FDFDFE;
	color: #FF8200;
	border-radius: 80px;
}

.red-hero-links-cta-white a {
	color: #FF8200;
	background-color: #FDFDFE;
	border: 1px solid #FF8200;
	font-family: 'Edenred';
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	/* 112.5% */
	text-transform: uppercase;
	padding: 16px 20px;
	text-decoration: none;
	border-radius: 80px;
	transition: all 350ms ease-in-out;
	width: fit-content;
	margin: auto;
	display: flex;
}

.red-hero-links-cta-white a:hover {
	background-color: #FF8200;
	color: #FDFDFE;
	border: 1px solid #FF8200;
}

.estaciones {
	width: 100%;
	padding: 0 24px;
	margin-top: 120px;
	margin-bottom: 32px;
}

.estaciones-container {
	max-width: 1240px;
	width: 100%;
	margin: auto;
}

@media screen and (min-width: 768px) {
	.estaciones-container {
		display: flex;
	}
}

.estaciones-container-left {
	flex: 1;
}

@media screen and (min-width: 768px) {
	.estaciones-container-left {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

.estaciones-container-left h2 {
	color: var(--primary-black, #011E41);
	font-family: 'Edenred';
	font-size: 28px;
	font-weight: 500;
	line-height: normal;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.estaciones-container-left h2 {
		font-size: 32px;
		text-align: left;
	}
}

.estaciones-container-left p {
	color: var(--text-subtle, #767676);
	font-family: 'Ubuntu';
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.estaciones-container-left p {
		margin-right: 40px;
		font-size: 16px;
		text-align: left;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 768px) {
	.estaciones-container-left-links {
		display: flex;
		gap: 16px;
	}
}

.estaciones-container-left-links-cta {
	margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
	.estaciones-container-left-links-cta {
		margin-bottom: 0px;
	}
}

.estaciones-container-left-links-cta a {
	color: #FDFDFE;
	background-color: #FF8200;
	border: 1px solid #FF8200;
	font-family: 'Edenred';
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	/* 112.5% */
	text-transform: uppercase;
	padding: 16px 32px;
	text-decoration: none;
	border-radius: 80px;
	transition: all 350ms ease-in-out;
	width: fit-content;
	margin: auto;
	display: flex;
}

.estaciones-container-left-links-cta a:hover {
	background-color: #FDFDFE;
	color: #FF8200;
	border-radius: 80px;
}

.estaciones-container-left-links-cta-white a {
	color: #FF8200;
	background-color: #FDFDFE;
	border: 1px solid #FF8200;
	font-family: 'Edenred';
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	/* 112.5% */
	text-transform: uppercase;
	padding: 16px 32px;
	text-decoration: none;
	border-radius: 80px;
	transition: all 350ms ease-in-out;
	width: fit-content;
	margin: auto;
	display: flex;
}

.estaciones-container-left-links-cta-white a:hover {
	background-color: #FF8200;
	color: #FDFDFE;
	border-radius: 80px;
	border: 1px solid #FF8200;
}

.estaciones-container-left-image {
	margin: 32px 0;
}

@media screen and (min-width: 768px) {
	.estaciones-container-left-image {
		margin: 40px 0;
	}
}

.estaciones-container-right {
	flex: 1;
}

.estaciones-image-mobile {
	width: 100%;
}

.estaciones-image-mobile img {
	width: 100%;
}

.combustibles {
	width: 100%;
	padding: 0 24px;
	margin-top: 120px;
}

.combustibles-container {
	max-width: 1240px;
	margin: auto;
	width: 100;
}

.combustibles-content {
	max-width: 740px;
	width: 100%;
	margin: auto;
}

.combustibles-content h2 {
	color: var(--primary-black, #011E41);
	text-align: center;
	font-family: 'Edenred';
	font-size: 28px;
	font-weight: 500;
	line-height: normal;
}

@media screen and (min-width: 768px) {
	.combustibles-content h2 {
		font-size: 32px;
	}
}

.combustibles-content p {
	color: var(--text-subtle, #767676);
	text-align: center;
	font-family: 'Ubuntu';
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	/* 175% */
}

@media screen and (min-width: 768px) {
	.combustibles-content p {
		font-size: 16px;
		margin-bottom: 64px;
	}
}

.combustibles-types {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.combustibles-types {
		gap: 18px;
	}
}

.combustibles-single {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 140px;
}

.combustibles-single-title h4 {
	color: var(--main-colors-dark-blue, #011E41);
	text-align: center;
	font-family: 'Ubuntu';
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

.combustibles-single-image img {
	border-radius: 5px;
}

.oferta-red {
	margin-top: 150px;
}

.herramientas .red-hero-container-content {
	max-width: 940px;
}

.sol-hero {
	width: 100%;
	min-height: 634px;
	padding: 40px 24px 220px;
	height: 100%;
	display: flex;
	background-position: center;
}

@media screen and (min-width: 768px) {
	.sol-hero {
		padding: 67px 0 300px;
	}
}

.sol-hero-container {
	max-width: 1240px;
	margin: auto;
	width: 100%;
	display: flex;
	justify-content: center;
}

.sol-hero-container-content {
	max-width: 845px;
	width: 100%;
}

.sol-hero-container-content h2 {
	color: var(--main-colors-white, #FFF);
	text-align: center;
	font-family: 'Edenred';
	font-size: 36px;
	font-weight: 600;
	line-height: 58px;
}

@media screen and (min-width: 768px) {
	.sol-hero-container-content h2 {
		font-size: 46px;
	}
}

.sol-hero-container-content p {
	color: var(--main-colors-white, #FFF);
	text-align: center;
	font-family: 'Ubuntu';
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
}

@media screen and (min-width: 768px) {
	.sol-hero-container-content p {
		font-size: 16px;
	}
}

@media screen and (min-width: 768px) {
	.sol-hero-links {
		display: flex;
		justify-content: space-evenly;
	}
}

.sol-hero-links-cta {
	margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
	.sol-hero-links-cta {
		margin-bottom: 0px;
	}
}

.sol-hero-links-cta a {
	color: #FDFDFE;
	background-color: #FF8200;
	border: 1px solid #FF8200;
	font-family: 'Edenred';
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	/* 112.5% */
	text-transform: uppercase;
	padding: 16px 20px;
	text-decoration: none;
	border-radius: 80px;
	transition: all 350ms ease-in-out;
	width: fit-content;
	margin: auto;
	display: flex;
}

.sol-hero-links-cta a:hover {
	background-color: #FDFDFE;
	color: #FF8200;
	border-radius: 80px;
}

.sol-hero-links-cta-white a {
	color: #FF8200;
	background-color: #FDFDFE;
	border: 1px solid #FF8200;
	font-family: 'Edenred';
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	/* 112.5% */
	text-transform: uppercase;
	padding: 16px 20px;
	text-decoration: none;
	border-radius: 80px;
	transition: all 350ms ease-in-out;
	width: fit-content;
	margin: auto;
	display: flex;
}

.sol-hero-links-cta-white a:hover {
	background-color: #FF8200;
	color: #FDFDFE;
	border: 1px solid #FF8200;
}

.tar {
	width: 100%;
	padding: 0 24px;
}

@media screen and (min-width: 768px) {
	.tar {
		margin-top: 120px;
	}
}

@media screen and (max-width: 768px) {
	.tar {
		background: var(--main-colors-light-blue, #DEECFF);
	}
}

.tar-container {
	width: 100%;
	background: var(--main-colors-light-blue, #DEECFF);
}

@media screen and (min-width: 768px) {
	.tar-container {
		display: flex;
		margin: auto;
		max-width: 1240px;
		border-radius: 36px;
		padding: 60px;
	}
}

.tar-left {
	width: 100%;
	padding-top: 60px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.tar-left {
		width: 40%;
		padding-top: 0;
		text-align: unset;
	}
}

.tar-left h2 {
	color: var(--primary-black, #011E41);
	font-family: 'Edenred';
	font-size: 28px;
	font-weight: 500;
	line-height: normal;
}

@media screen and (min-width: 768px) {
	.tar-left h2 {
		font-size: 32px;
	}
}

.tar-left h5 {
	color: var(--primary-grey, #4B4B4B);
	font-family: 'Ubuntu';
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
}

@media screen and (min-width: 768px) {
	.tar-left h5 {
		font-size: 16px;
	}
}

.tar-right {
	width: 100%;
}

.tar_cards {
	display: flex;
	flex-wrap: wrap;
	max-width: 1240px;
	gap: 17px;
	margin-top: 60px;
	justify-content: end;
	padding-bottom: 55px;
}

.tar_cards_card {
	width: 100%;
	max-width: 370px;
	background-color: #ffffff;
	border: 1px solid #D9E9EE;
	border-radius: 19px;
	padding: 32px;
	height: 100%;
}

@media screen and (min-width: 768px) {
	.tar_cards_card {
		min-height: 370px;
		max-width: 300px;
	}
}

.tar_cards_card_content h3 {
	font-family: 'Edenred';
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #011E41;
}

.tar_cards_card_content p {
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #4B4B4B;
}

.ben {
	width: 100%;
	padding: 72px 24px 50px;
}

.ben-container {
	max-width: 1240px;
	width: 100%;
	margin: auto;
}

@media screen and (min-width: 768px) {
	.ben-container {
		display: flex;
		gap: 100px;
		align-items: center;
	}
}

.ben-content {
	margin: auto;
}

.ben-content h2 {
	color: var(--primary-black, #011E41);
	text-align: left;
	font-family: 'Edenred';
	font-size: 28px;
	font-weight: 500;
	line-height: normal;
}

@media screen and (min-width: 768px) {
	.ben-content h2 {
		font-size: 32px;
		text-align: center;
	}
}

.ben-content h5 {
	color: var(--primary-grey, #4B4B4B);
	text-align: center;
	font-family: 'Ubuntu';
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

@media screen and (max-width: 768px) {
	.ben-content h5 {
		display: none;
	}
}

.ben-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;
	width: 100%;
}

.ben-left h3 {
	color: var(--primary-black, #011E41);
	font-family: 'Edenred';
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
}

.ben-left p {
	color: var(--main-colors-text-grey, #4B4B4B);
	font-family: 'Ubuntu';
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	/* 175% */
}

.ben-right {
	width: 100%;
}

.ben-right img {
	border-radius: 15%;
}

.ben_cards {
	display: flex;
	flex-direction: column;
	max-width: 1240px;
	gap: 17px;
	padding-top: 40px;
	padding-bottom: 55px;
	margin: auto;
}

@media screen and (min-width: 768px) {
	.ben_cards {
		flex-direction: row;
		justify-content: center;
	}
}

.ben_cards_card {
	width: 100%;
	max-width: 370px;
	background-color: #ffffff;
	border: 1px solid #D9E9EE;
	border-radius: 19px;
	padding: 40px;
	height: 100%;
}

@media screen and (min-width: 768px) {
	.ben_cards_card {
		min-height: 370px;
		max-width: 300px;
	}
}

.ben_cards_card_content-new h3 {
	color: var(--primary-black, #011E41);
	font-family: 'Edenred';
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
}

.ben_cards_card_content-new p {
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #4B4B4B;
}

.ben-button {
	display: flex;
	height: 40px;
	padding: 16px 20px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 80px;
	background: var(--primary-respsol-1, #FF8200);
	width: fit-content;
	color: white;
	text-decoration: none;
	justify-content: center;
	margin: auto;
}

.ben_cta {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

@media screen and (min-width: 768px) {
	.ben_cta {
		flex-direction: row;
		max-width: fit-content;
		gap: 32px;
		margin: auto;
	}
}

.ben-cta-orange {
	color: #FDFDFE;
	background-color: #FF8200;
	border: 1px solid #FF8200;
	font-family: 'Edenred';
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	/* 112.5% */
	text-transform: uppercase;
	padding: 16px 20px;
	text-decoration: none;
	border-radius: 80px;
	transition: all 350ms ease-in-out;
	width: fit-content;
	margin: auto;
	display: flex;
}

.ben-cta-orange:hover {
	background-color: #FDFDFE;
	color: #FF8200;
	border-radius: 80px;
}

.ben-cta-white {
	background-color: #FDFDFE;
	color: #FF8200;
	border: 1px solid #FF8200;
	font-family: 'Edenred';
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	/* 112.5% */
	text-transform: uppercase;
	padding: 16px 20px;
	text-decoration: none;
	border-radius: 80px;
	transition: all 350ms ease-in-out;
	width: fit-content;
	margin: auto;
	display: flex;
}

.ben-cta-white:hover {
	color: #FDFDFE;
	background-color: #FF8200;
	border-radius: 80px;
}

.ventajas_cards {
	display: flex;
	flex-direction: column;
	max-width: 1240px;
	gap: 17px;
	padding-top: 40px;
	padding-bottom: 55px;
	margin: auto;
}

@media screen and (min-width: 768px) {
	.ventajas_cards {
		flex-direction: row;
		justify-content: center;
	}
}

.ventajas_cards_card {
	position: relative;
	width: 100%;
	max-width: 370px;
	background: var(--main-colors-light-blue, #DEECFF);
	border-radius: 19px;
	padding: 40px;
	height: 100%;
	min-height: 330px;
}

@media screen and (min-width: 768px) {
	.ventajas_cards_card {
		min-height: 370px;
		max-width: 300px;
	}
}

.ventajas_cards_card svg {
	position: absolute;
	right: 27px;
	bottom: 16px;
}

.ventajas_cards_card_content h3 {
	font-family: 'Edenred';
	color: var(--primary-black, #011E41);
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
}

.ventajas_cards_card_content p {
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #4B4B4B;
}

.ventajas-button {
	display: flex;
	height: 40px;
	padding: 16px 20px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 80px;
	background: var(--primary-respsol-1, #FF8200);
	width: fit-content;
	color: white;
	text-decoration: none;
	justify-content: center;
	margin: auto;
}

.ventajas_cta {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

@media screen and (min-width: 768px) {
	.ventajas_cta {
		flex-direction: row;
		max-width: fit-content;
		gap: 32px;
		margin: auto;
	}
}

.ventajas-cta-orange {
	color: #FDFDFE;
	background-color: #FF8200;
	border: 1px solid #FF8200;
	font-family: 'Edenred';
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	/* 112.5% */
	text-transform: uppercase;
	padding: 16px 20px;
	text-decoration: none;
	border-radius: 80px;
	transition: all 350ms ease-in-out;
	width: fit-content;
	margin: auto;
	display: flex;
}

.ventajas-cta-orange:hover {
	background-color: #FDFDFE;
	color: #FF8200;
	border-radius: 80px;
}

.ventajas-cta-white {
	background-color: #FDFDFE;
	color: #FF8200;
	border: 1px solid #FF8200;
	font-family: 'Edenred';
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	/* 112.5% */
	text-transform: uppercase;
	padding: 16px 20px;
	text-decoration: none;
	border-radius: 80px;
	transition: all 350ms ease-in-out;
	width: fit-content;
	margin: auto;
	display: flex;
}

.ventajas-cta-white:hover {
	color: #FDFDFE;
	background-color: #FF8200;
	border-radius: 80px;
}

.obt {
	width: 100%;
	padding: 0 24px;
}

@media screen and (min-width: 768px) {
	.obt {
		margin-top: 120px;
	}
}

.obt-container {
	max-width: 1240px;
	width: 100%;
	margin: auto;
}

.obt-content {
	max-width: 670px;
	margin: auto;
}

.obt-content h2 {
	color: var(--main-colors-dark-blue, #011E41);
	text-align: center;
	font-family: 'Edenred';
	font-size: 32px;
	font-weight: 500;
	line-height: normal;
}

.obt-content p {
	color: var(--text-subtle, #767676);
	text-align: center;
	font-family: 'Ubuntu';
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	/* 175% */
}

.obt-steps {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

@media screen and (min-width: 768px) {
	.obt-steps {
		flex-direction: row;
		gap: 30px;
	}
}

.obt-steps_card {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.obt-steps_card-number {
	border-radius: 999px;
	background: #FFEAD1;
	display: flex;
	width: 72px;
	height: 72px;
	padding: 5px 12px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	flex-shrink: 0;
	position: relative;
}

.obt-steps p {
	color: var(--main-colors-white, #FFF);
	text-align: center;
	font-family: 'Edenred';
	font-size: 24px;
	font-weight: 600;
	line-height: 46px;
	/* 191.667% */
	border-radius: 999px;
	background: var(--main-colors-orange, #FF8200);
	padding: 5px 12px;
	max-width: 60px;
	max-height: 60px;
	width: 100%;
	position: absolute;
	top: -15px;
	left: 6.5px;
}

.obt-steps h3 {
	color: var(--main-colors-dark-blue, #011E41);
	text-align: center;
	font-family: 'Edenred';
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	max-width: 230px;
}

@media screen and (min-width: 768px) {
	.obt-steps h3 {
		max-width: none;
	}
}

.ben_cards-new {
	margin-top: 24px;
}

@media screen and (min-width: 768px) {
	.ben_cards-new {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 32px;
		max-width: 1240px;
		width: 100%;
		margin: auto;
		padding: 32px 0;
	}
}

.ben-cards-title {
	display: flex;
	align-items: center;
	gap: 8px;
}

div#ben {
	border-radius: 19px;
	border: 1px solid var(--main-colors-light-blue, #DEECFF);
	padding: 24px;
}

.ben_cards_card-new {
	margin-bottom: 17px;
}

@media screen and (min-width: 768px) {
	.obt-steps::after {
		border-bottom: 1px solid orange;
		content: "";
		width: 79%;
		position: absolute;
		top: 30%;
		left: 10%;
		z-index: -1;
	}
}

.ventajas_text-card__title {
	display: flex;
	gap: 10px;
}

.gestion {
	width: 100%;
	padding: 0 24px;
	margin-top: 60px;
	margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
	.gestion {
		margin-top: 120px;
	}
}

.gestion-container {
	max-width: 1240px;
	margin: auto;
	width: 100%;
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.gestion-container {
		gap: 100px;
		align-items: center;
		flex-direction: row;
		margin-bottom: 120px;
	}
}

.gestion-left {
	width: 100%;
	border-radius: 0px 300px 300px 0px;
	background: var(--primary-bg, #DEECFF);
	background-size: 50vh;
	max-height: 362px;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.gestion-left {
		order: 2;
		margin-top: 60px;
	}
}

.gestion-right {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.gestion-right {
		order: 1;
	}
}

.gestion-right h2 {
	color: var(--primary-black, #011E41);
	font-family: 'Edenred';
	font-size: 28px;
	font-weight: 500;
	line-height: normal;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.gestion-right h2 {
		font-size: 32px;
		text-align: left;
	}
}

.gestion-right p {
	color: var(--text-subtle, #767676);
	font-family: 'Ubuntu';
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	/* 175% */
}

@media screen and (min-width: 768px) {
	.gestion-right p {
		font-size: 16px;
	}
}

.gestion-cards-svg {
	border-radius: 160.766px;
	background: var(--primary-light-orange, #FFEAD1);
	display: flex;
	padding: 5.359px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5.359px;
	width: 24px;
	height: 24px;
}

.gestion-cards_card_content {
	display: flex;
	align-items: center;
	gap: 10px;
}

.gestion-cards_card_content p {
	color: var(--main-colors-dark-blue, #011E41);
	font-family: 'Ubuntu';
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	/* 175% */
}

@media screen and (min-width: 768px) {
	.gestion-cards_card_content p {
		font-size: 16px;
	}
}

.app-waylet {
	width: 100%;
	padding: 0 24px;
	background: var(--main-colors-light-blue, #DEECFF);
}

.app-waylet-container {
	max-width: 1240px;
	margin: auto;
	width: 100%;
	display: flex;
	padding: 80px 80px 80px 0;
	justify-content: space-around;
}

@media screen and (max-width: 768px) {
	.app-waylet-container {
		padding: 50px 0px;
	}
}

.app-waylet-left {
	flex: 1;
}

.app-waylet-left a {
	margin-top: 40px;
}

.app-waylet-right {
	flex: 1;
	display: flex;
	justify-content: end;
}

@media screen and (max-width: 768px) {
	.app-waylet-right {
		display: none;
	}
}

.app-waylet-cards {
	display: flex;
	border-radius: 19px;
	border: 1px solid var(--secondary-light-green, #D9E9EE);
	margin-bottom: 16px;
	background: rgba(255, 255, 255, 0.46);
}

.app-waylet-cards img {
	height: 46px;
	width: 46px;
	margin: 30px;
}

.app-waylet-cards h3 {
	color: var(--primary-black, #011E41);
	font-family: 'Edenred';
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
}

.app-waylet-cards p {
	color: var(--main-colors-dark-blue, #011E41);
	font-family: 'Ubuntu';
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	/* 157.143% */
	margin-top: 8px;
}

.app-waylet-cards_content {
	padding: 30px 30px 30px 0;
}

.page-faqs {
	width: 100%;
	padding: 0 24px 120px;
}

.page-faqs-container {
	max-width: 860px;
	margin: auto;
	width: 100%;
}

.page-faqs-container h2 {
	color: var(--main-colors-dark-blue, #011E41);
	text-align: center;
	font-family: 'Edenred';
	font-size: 36px;
	font-weight: 600;
	line-height: 58px;
	/* 126.087% */
	letter-spacing: 1px;
	max-width: 670px;
	margin: auto;
}

@media screen and (min-width: 768px) {
	.page-faqs-container h2 {
		font-size: 46px;
	}
}

.page-faqs-menu ul li {
	text-decoration: none;
	display: flex;
	border-radius: 8px;
	background: #E9E9E9;
	width: 100%;
	justify-content: center;
	align-items: center;
	margin: 10px 0;
	max-width: 202px;
}

.page-faqs-menu ul li:hover {
	background-color: #FFEAD1;
	transition: all 250ms ease-in-out;
	color: #ff8200;
}

.page-faqs-menu ul li a {
	text-decoration: none;
	color: #767676;
	text-align: center;
	font-family: 'Ubuntu';
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	/* 112.5% */
	padding: 16px;
}

.page-faqs-menu ul li a:hover {
	color: #ff8200;
	transition: all 250ms ease-in-out;
}

.page-faqs-menu ul {
	margin: 40px 0 60px;
	padding: 0;
}

@media screen and (max-width: 768px) {
	.page-faqs-menu ul {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

@media screen and (min-width: 768px) {
	.page-faqs-menu ul {
		display: flex;
		gap: 30px;
		justify-content: space-between;
		margin: 50px 0 80px 0;
	}
}

.page-faqs-section1 .faqs-faqs {
	display: block;
}

.page-faqs-section1 .faqs-faqs .faq {
	width: 100%;
}

.page-faqs-section2 .faqs-faqs {
	display: block;
}

.page-faqs-section2 .faqs-faqs .faq {
	width: 100%;
}

.page-faqs-section3 .faqs-faqs {
	display: block;
}

.page-faqs-section3 .faqs-faqs .faq {
	width: 100%;
}

.page-faqs-section4 .faqs-faqs {
	display: block;
}

.page-faqs-section4 .faqs-faqs .faq {
	width: 100%;
}

.blog {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.blog-container {
		max-width: 1240px;
		width: 100%;
		margin: auto;
		padding: 0 24px;
		margin-bottom: 70px;
	}
}

.blog-hero {
	min-height: 450px;
	height: 100%;
}

@media screen and (min-width: 768px) {
	.blog-hero {
		border-radius: 12px;
	}
}

.blog-hero h2 {
	color: var(--thr-white, #FFF);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: "Edenred";
	font-size: 32px;
	font-weight: 500;
	line-height: normal;
	padding: 50px 24px;
}

@media screen and (min-width: 768px) {
	.blog-hero h2 {
		font-size: 32px;
		font-weight: 500;
		padding: 140px 0 0 60px;
		max-width: 507px;
	}
}

.blog-hero p {
	padding: 0 24px;
	color: var(--main-colors-white, var(--thr-white, #FFF));
	font-family: "Ubuntu";
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

@media screen and (min-width: 768px) {
	.blog-hero p {
		max-width: 470px;
		padding-left: 60px;
	}
}

.blog-card {
	padding: 23px 24px;
}

@media screen and (min-width: 768px) {
	.blog-card {
		padding: 0;
	}
}

.blog-card_margin {
	padding: 23px 0;
}

.blog-card_whitepaper {
	margin: 23px 24px;
	grid-row: 3;
	grid-column: 2;
	padding: 26px 19px;
	border-radius: 9px;
	background: var(--main-colors-orange, #FF8200);
}

@media screen and (min-width: 768px) {
	.blog-card_whitepaper {
		margin: 0;
	}
}

.blog-card_whitepaper img {
	border-radius: 9px;
}

.blog-card_whitepaper h3 {
	color: var(--main-colors-white, var(--thr-white, #FFF));
	text-align: center;
	font-family: "Edenred";
	font-size: 18px;
	font-weight: 500;
	margin-top: 24px;
}

@media screen and (min-width: 768px) {
	.blog-card_whitepaper h3 {
		font-size: 24px;
	}
}

.blog-card_whitepaper a {
	color: var(--main-colors-orange, #FF8200);
	text-align: center;
	font-family: "Edenred";
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	text-transform: uppercase;
	border-radius: 80px;
	background: var(--thr-white, #FFF);
	padding: 16px;
	display: flex;
	width: fit-content;
	margin: auto;
	text-decoration: none;
	margin-top: 17px;
}

.blog-card_grid {
	display: grid;
	grid-template-columns: 1fr;
}

@media screen and (min-width: 768px) {
	.blog-card_grid {
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 20px;
		margin-top: 40px;
	}
}

@media screen and (min-width: 768px) {
	.blog-card_grid--posts {
		grid-column: span 2;
		display: grid;
		grid-gap: 47px;
		grid-template-columns: 1fr 1fr;
	}
}

.blog-card_image {
	border-radius: 9px;
	min-height: 250px;
	min-width: 100%;
	width: 100%;
}

.blog-card_categories {
	padding-top: 24px;
}

.blog-card_categories a {
	color: var(--main-colors-blue-green, #2B687D);
	font-family: "Edenred";
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.56px;
	text-transform: uppercase;
	text-decoration: none;
}

.blog-card_categories li {
	list-style: none;
}

.blog-card_categories ul {
	padding: 0;
	margin: 0;
	display: flex;
	gap: 20px;
}

.blog-card_content {
	max-height: 9em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.blog-card_cta {
	padding-top: 24px;
}

.blog-card_cta a {
	color: #FF8400;
	text-align: center;
	font-family: "Edenred";
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
}

.blog-card_cta-single {
	color: var(--main-colors-orange, #FF8200);
	text-align: center;
	font-family: "Edenred";
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	text-transform: uppercase;
	border-radius: 80px;
	border: 2px solid var(--main-colors-orange, #FF8200);
	padding: 16px 32px;
	text-decoration: none;
}

.blog-card_cta-single:hover {
	color: white;
	border: 2px solid var(--main-colors-orange, #FF8200);
	background-color: #FF8200;
	transition: all 350ms ease-in-out;
}

.blog-card__image img {
	border-radius: 9px;
	width: 100%;
	/* La imagen ocupará el 100% del ancho de su contenedor */
	height: 100%;
	/* La imagen ocupará el 100% del alto de su contenedor */
	object-fit: cover;
	/* Para ajustar la imagen sin distorsión */
	object-position: center;
}

.widget_search {
	padding: 24px 20px;
	border-radius: 13px;
	border: 1px solid var(--main-colors-light-blue, #DEECFF);
	background: var(--main-colors-light-blue, #DEECFF);
	margin: 0;
}

@media screen and (max-width: 768px) {
	.widget_search {
		display: none;
	}
}

#wp-block-search__input-1 {
	border-radius: 200px 0px 0px 200px;
	border: 1px solid var(--main-colors-light-blue, #DEECFF);
	background: var(--thr-white, #FFF);
	border-bottom: none !important;
	padding: 0 15px;
}

#wp-block-search__input-1::placeholder {
	padding: 10px;
}

button .wp-block-search__button .wp-element-button {
	border-radius: 0px 200px 200px 0px;
	background: var(--main-colors-orange, #FF8200);
}

.wp-block-search__inside-wrapper {
	width: 100%;
}

.rocket-search_button > div > button {
	margin: 0;
	border-radius: 0px 200px 200px 0px;
	background: var(--main-colors-orange, #FF8200);
	color: #FFF;
	display: flex;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

ul.blog-category_filter {
	display: flex;
	list-style: none;
	gap: 32px;
	margin: 0;
	flex-wrap: wrap;
	justify-content: center;
}

.blog-categories__filter {
	display: flex;
	align-items: baseline;
	justify-content: center;
	padding: 0 24px;
	flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
	.blog-categories__filter {
		margin-top: 77px;
	}
}

.blog-categories__filter p {
	color: var(--main-colors-dark-blue, #011E41);
	font-family: "Ubuntu";
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}

.blog-categories__filter a {
	color: #627995;
	font-family: "Ubuntu";
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.56px;
	text-transform: uppercase;
	text-decoration: none;
}

.page-categories {
	width: 100%;
	max-width: 1240px;
	margin: auto;
}

.page-categories span {
	margin: 0 10px;
}

@media screen and (min-width: 768px) {
	.page-categories span {
		margin: 0 20px;
	}
}

h2.page-title.title-categories {
	display: flex;
	justify-content: center;
	color: var(--main-colors-dark-blue, #011E41);
	font-family: "Edenred";
	font-size: 18px;
	font-weight: 500;
	padding: 0 24px;
}

@media screen and (min-width: 768px) {
	h2.page-title.title-categories {
		font-size: 36px;
	}
}

@media screen and (min-width: 768px) {
	.category-posts {
		max-width: 1240px;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 20px;
		margin: 50px auto;
		padding: 0 24px;
	}
}

.blog-card_single {
	max-width: 815px;
	width: 100%;
	margin: auto;
}

.blog-card_single--title {
	color: var(--main-colors-dark-blue, #011E41);
	font-family: "Edenred";
	font-size: 28px;
	font-weight: 500;
	line-height: normal;
	margin: 32px 0;
}

@media screen and (min-width: 768px) {
	.blog-card_single--title {
		font-size: 36px;
	}
}

.blog-card_single--index {
	padding: 16px;
}

@media screen and (min-width: 768px) {
	.blog-card_single--index {
		padding: 24px;
	}
}

.blog-card_single--index h2 {
	color: var(--main-colors-dark-blue, #011E41);
	font-family: "Edenred";
	font-size: 16px;
	font-weight: 600;
}

@media screen and (min-width: 768px) {
	.blog-card_single--index h2 {
		font-size: 24px;
	}
}

.blog-card_single--index_cta {
	color: var(--main-colors-blue-green, #2B687D);
	font-family: "Edenred";
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.blog-card_single--index_cta {
		font-size: 24px;
	}
}

.blog-card_single--index_cta:hover {
	color: #FF8200;
}

.blog-card_single--index ol {
	margin: 0;
	padding-left: 30px;
}

.blog-card_single--index ol li {
	margin: 8px 0;
	width: fit-content;
}

.blog-card_single--index ol li::marker {
	margin: 0;
	color: var(--main-colors-blue-green, #2B687D);
	font-family: "Edenred";
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.blog-card_single--index ol li::marker {
		font-size: 24px;
	}
}

.blog-card_single--index ol li:hover::marker {
	color: #FF8200;
}

.blog-card_single--content {
	color: var(--main-colors-dark-blue, #011E41);
	font-family: "Ubuntu";
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
	.blog-card_single--content {
		margin-bottom: 60px;
	}
}

.blog-card_single--content a {
	color: var(--main-colors-orange, #FF8200);
	font-family: "Ubuntu";
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	text-decoration-line: underline;
}

.blog-card_single--content h3 {
	color: var(--main-colors-dark-blue, #011E41);
	font-family: "Ubuntu";
	font-size: 32px;
	font-weight: 400;
	margin: 16px 0;
}

.blog-card_single--content blockquote {
	color: var(--main-colors-dark-blue, #011E41);
	font-family: "Edenred";
	font-size: 24px;
	font-weight: 300;
	margin: 0;
}

.blog-card_single--content img {
	border-radius: 10px;
	margin: 32px 0;
}

.footer-single {
	padding-top: 24px;
	border-top: 1px solid #DFDCDB;
}

@media screen and (min-width: 768px) {
	.footer-single {
		display: flex;
		justify-content: space-between;
	}
}

.footer-single_content {
	color: var(--main-colors-text-grey, #4B4B4B);
	font-family: "Ubuntu";
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

.footer-single_icons {
	margin-top: 16px;
}

.footer-single_icons a {
	color: transparent;
}

.articulos {
	width: 100%;
	margin: 60px 0 50px 0;
}

@media screen and (min-width: 768px) {
	.articulos {
		margin: 80px 0;
	}
}

.articulos-container {
	max-width: 1240px;
	width: 100%;
	margin: auto;
	padding: 0 24px;
}

.articulos-hero {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

@media screen and (min-width: 768px) {
	.articulos-hero {
		flex-direction: row;
		justify-content: space-between;
	}
}

.articulos-posts {
	margin-top: 40px;
}

@media screen and (min-width: 768px) {
	.articulos-posts {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 47px;
	}
}

.page-numbers {
	display: flex;
	list-style: none;
	gap: 14px;
	justify-content: center;
	margin-top: 45px;
}

@media screen and (min-width: 768px) {
	.page-numbers {
		margin-top: 65px;
	}
}

.page-numbers li {
	display: flex;
	align-items: center;
	gap: 14px;
}

.page-numbers li a {
	color: var(--grey-scale-dark-grey, #585B60);
	font-family: "Ubuntu";
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	/* 137.5% */
	text-decoration: none;
}

.page-numbers li span {
	color: var(--main-colors-orange, #FF8200);
	font-family: "Ubuntu";
	font-size: 18px;
	font-weight: 500;
}

ul.wp-block-latest-posts__list.wp-block-latest-posts li {
	display: flex;
	align-items: center;
	gap: 10px;
}

a.wp-block-latest-posts__post-title {
	display: none;
}

ul.wp-block-latest-posts__list.wp-block-latest-posts {
	margin: 24px 20px;
}

.wp-block-latest-posts__post-excerpt {
	color: var(--main-colors-dark-blue, #011E41);
	font-family: "Edenred";
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
}

.wp-block-latest-posts__post-excerpt {
	width: 50%;
}

.wp-block-latest-posts__featured-image {
	width: 50%;
}

.wp-block-latest-posts__featured-image img {
	width: 160px !important;
	height: 85px !important;
	border-radius: 9px;
}

aside#secondary {
	background: var(--main-colors-light-blue, #DEECFF);
	border-radius: 13px;
}

@media screen and (max-width: 768px) {
	aside#secondary {
		display: none;
	}
}

p.blog-more {
	padding: 0 24px;
	color: var(--main-colors-dark-blue, #011E41);
	font-family: "Ubuntu";
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}

.wp-block-latest-posts__post-excerpt a {
	display: none;
}

@font-face {
	font-family: "Edenred";
	src: url("./fonts/edenred.otf");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Edenred";
	src: url("./fonts/edenred_light.otf");
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: "Edenred";
	src: url("./fonts/edenred_medium.otf");
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: "Edenred";
	src: url("./fonts/edenred_bold.otf");
	font-style: normal;
	font-weight: 600;
}

@font-face {
	font-family: "Ubuntu";
	src: url("./fonts/Ubuntu-Regular.ttf");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Ubuntu";
	src: url("./fonts/Ubuntu-Light.ttf");
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: "Ubuntu";
	src: url("./fonts/Ubuntu-Medium.ttf");
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: "Ubuntu";
	src: url("./fonts/Ubuntu-Bold.ttf");
	font-style: normal;
	font-weight: bold;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 200px;
}

h2 {
	margin: 0;
}

.page {
	margin: 0;
}

.site {
	display: flex;
	flex-direction: column;
}

.topbar {
	width: 100%;
	opacity: 1;
	transition: opacity 0.1ms ease;
}

.topbar-container {
	width: 100%;
	max-width: 1240px;
	margin: auto;
	padding: 0 24px;
	display: flex;
	justify-content: end;
	border-bottom: 1px solid #DBDBDB;
}

.topbar-container p a {
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #011E41;
}

.topbar.hidden {
	opacity: 0;
	height: 0;
	transition-delay: 0.3s;
}

.site-header {
	width: 100%;
	position: sticky;
	top: 0px;
	z-index: 99;
	transition: all 350ms ease-in-out;
	background-color: #FDFDFE;
}

@media screen and (min-width: 768px) {
	.site-header {
		position: sticky;
		top: 0px;
		z-index: 9;
	}
}

.site-header_container {
	width: 100%;
	max-width: 1240px;
	margin: auto;
	padding: 0 24px;
	display: flex;
	margin-top: 20px;
	padding-bottom: 30px;
}

.main-navigation {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 1040px) {
	.main-navigation {
		display: none;
	}
}

.main-navigation li {
	margin: 0 12px;
}

.main-navigation a {
	font-family: "Ubuntu";
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #011E41;
}

li.current-menu-item a {
	border-bottom: 5px solid #FF8200;
	/* Cambia #ff0000 al color que desees para la línea debajo del enlace */
	padding-bottom: 5px;
	/* Ajusta la cantidad de margen inferior según tus preferencias */
}

.menu-mobile {
	display: none;
}

.menu-mobile-icon {
	display: flex;
	align-items: center;
}

@media screen and (min-width: 1040px) {
	.menu-mobile-icon {
		display: none;
	}
}

.menu-mobile-visible {
	display: block;
}

.menu-mobile-container {
	margin: 0;
	padding: 0 24px;
	list-style: none;
}

.menu-mobile-container a {
	color: var(--primary-black, #011E41);
	text-align: center;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: "Ubuntu";
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}

.menu-mobile-container li {
	margin-bottom: 24px;
}

@media screen and (max-width: 1040px) {
	.header-logo img {
		display: flex;
	}
}

.header-links {
	display: flex;
	justify-content: end;
	width: 100%;
}

@media screen and (max-width: 1040px) {
	.header-links {
		display: none;
	}
}

.header-links_button {
	font-family: 'Edenred';
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	display: flex;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	color: #FDFDFE;
	padding: 8px 16px;
	background: #FF8200;
	border-radius: 80px;
	text-decoration: none;
	margin: 0 8px;
	border: 1px solid #FF8200;
	transition: all 350ms ease-in-out;
}

.header-links_button_white {
	color: #FF8200;
	background-color: #FDFDFE;
	border: 1px solid #FF8200;
	font-family: 'Edenred';
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	display: flex;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	padding: 16px 20px;
	text-decoration: none;
	margin: 0 8px;
	border-radius: 80px;
	transition: all 350ms ease-in-out;
}

.header-links_button_white:hover {
	background-color: #FF8200;
	color: #FDFDFE;
	border-radius: 80px;
}

.header-links_button:hover {
	background-color: #FDFDFE;
	color: #FF8200;
}

.site-branding {
	width: 100%;
	margin: auto;
}

.site-footer {
	width: 100%;
	padding-top: 80px;
	background: #DEECFF;
}

.site-footer_container {
	width: 100%;
	max-width: 1240px;
	padding: 0 24px;
	margin: auto;
}

.site-footer_section {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.site-footer_section {
		justify-content: space-between;
		flex-direction: row;
	}
}

.footer-right {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.footer-right {
		flex-direction: row;
	}
}

.footer-right p {
	margin: 0;
}

.footer-items {
	margin-right: 80px;
	padding: 15px 0;
}

@media screen and (min-width: 768px) {
	.footer-items {
		padding: 0;
	}
}

.footer-items .menu {
	padding: 0;
	margin: 0;
}

.footer-items li {
	list-style: none;
}

.footer-items a {
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #011E41;
	text-decoration: none;
}

.footer-copyright {
	display: flex;
	text-align: center;
	align-items: center;
}

.footer-copyright p {
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #011E41;
	margin: 0;
}

.footer-copyright a {
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #011E41;
	text-decoration: none;
	margin: 0 5px;
}

.footer-contacto p {
	margin-bottom: 10px;
}

.footer-contacto a {
	font-family: 'Ubuntu';
	text-decoration: underline;
	font-weight: 700;
	font-size: 16px;
	line-height: 28px;
	color: #2B687D;
}

.fixed {
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #011E41;
}

.item p {
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #011E41;
}

.popup {
	display: none;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	transition: all 0.5s ease-in-out;
}

.popup-contenido {
	max-width: 550px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	background-color: #FDFDFE;
	margin-top: auto;
	padding: 30px;
}

.btnCerrarPopup {
	position: absolute;
	top: 3%;
	right: 30px;
	transform: rotate(45deg);
	stroke: black;
	background-color: transparent;
	border: none;
}

/* Estilos CSS para el menú desplegable */
.menu-popup {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	z-index: 1000;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
	width: 100%;
	height: 100vh;
}

.menu-popup-hidden {
	display: none;
}

.menu-popup-visible {
	display: block !important;
	max-height: 500px;
	/* Ajusta esta altura según sea necesario */
	transition: max-height 0.3s ease-in-out;
}

.topbar-menu {
	width: 100%;
	opacity: 1;
	transition: opacity 0.1ms ease;
}

.topbar-menu-container {
	width: 100%;
	max-width: 1240px;
	margin: auto;
	padding: 0 24px;
	display: flex;
	justify-content: start;
	position: absolute;
	bottom: 0;
}

.topbar-menu-container p a {
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #011E41;
}

.hide {
	display: none;
}

ul.sub-menu {
	display: flex;
	flex-direction: column;
	padding: 30px 0;
	background-color: white;
	text-align: left;
	align-items: flex-start;
}

.sub-menu li {
	padding: 10px 0;
}

/*# sourceMappingURL=style.css.map */