/*!
Theme Name: zoko
Theme URI: http://underscores.me/
Author: Hitz Kareaga
Author URI: http://hitzkareaga.com
Description: Un theme personalizado para ZOKO
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: zoko
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.

zoko 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;
    scroll-behavior: smooth;
}
#ventajas, #comofunciona, #descargas, #faq {
    scroll-margin-top: 114px;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
:root {
  --white: #ffffff;
  --black: #49483E;
  --grey: #E4E3DD;
  --dark: #2F4858;
  --blue: #64BEDD;
  --lightblue: #A2D6E8;
  --extralightblue: #E0F1F7;
  --orange: #F26419;
  
}

::-moz-selection { /* Firefox */
    background-color: var(--blue);
    color: var(--white);
}

::selection { /* Chrome, Edge, Safari, Opera */
    background-color: var(--orange);
    color: var(--white);
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Bold.woff2') format('woff2'),
        url('fonts/Poppins-Bold.woff') format('woff'),
        url('fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-BoldItalic.woff2') format('woff2'),
        url('fonts/Poppins-BoldItalic.woff') format('woff'),
        url('fonts/Poppins-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Italic.woff2') format('woff2'),
        url('fonts/Poppins-Italic.woff') format('woff'),
        url('fonts/Poppins-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Medium.woff2') format('woff2'),
        url('fonts/Poppins-Medium.woff') format('woff'),
        url('fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-MediumItalic.woff2') format('woff2'),
        url('fonts/Poppins-MediumItalic.woff') format('woff'),
        url('fonts/Poppins-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.woff2') format('woff2'),
        url('fonts/Poppins-Regular.woff') format('woff'),
        url('fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Poppins', sans-serif;
	font-size: clamp(0.875rem, 0.5893rem + 0.5952vw, 1.125rem);
	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;
}

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: var(--black);
	text-decoration: none;
}

a:visited {
	color: var(--black);
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: var(--black);
	text-decoration: underline;
}

a:focus {
	outline: none;
}

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

/* Forms
--------------------------------------------- */
.btn, .btn:visited {
    display: inline-flex; 
    align-items: center; 
    justify-content: center;
	text-align:center;
	line-height: 1;
    height: 60px; 
    padding: 0 20px; 
    border-radius: 8px;
    font-size: clamp(1rem, 0.7143rem + 0.5952vw, 1.25rem); 
    font-weight: bold; 
    text-decoration: none; 
    color: #fff; 
    background-color: var(--orange);
    color: var(--white);
    border: none; 
    cursor: pointer; 
    transition: background 0.3s ease; 
}

.btn:hover, .btn:target {
    background-color: var(--white); 
    color: var(--orange);
    text-decoration: none;
}
.btn-line, .btn-line:visited {
	border: 2px solid var(--orange);
	color: var(--orange);
	background-color: var(--transparent);
}
.btn-line:hover, .btn-line:target {
	border: 2px solid var(--orange);
	color: var(--white);
	background-color: var(--orange);
}
.btn-video::before, .btn-video:visited::before {
    content: ""; 
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid var(--orange);  
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    margin-right: 8px; 
    vertical-align: middle;
}
.btn-video:hover::before, .btn-video:target::before {
    border-left: 10px solid var(--white);  
}
.btns {
	display: flex;
	gap: 20px;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 2px solid var(--orange);
	background: transparent;
	color: var(--orange);
	line-height: 1;
	padding: 0 24px;
	font-weight: bold;
	transition: background 0.3s ease; 
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: var(--white);
}

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: var(--white);
}

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: var(--white);
	background: transparent;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid var(--white);
	padding: 3px;
}
textarea {
	color: var(--white);
	border: 2px solid var(--white);
	background: transparent;
	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: var(--white);
}

select {
	border: 2px solid var(--white);
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
	background-color: white;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 10;
	max-height: 127px;
	transition: background 0.3s ease, box-shadow 0.3s ease;
}
.site-header.scrolled {
    background: rgba(255, 255, 255, 0.8); /* Transparencia */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra */
    backdrop-filter: blur(10px); /* Opcional: Efecto de desenfoque */
}
.site-header .container{
	max-width: 1410px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end; 
	padding: 20px;
}
.homepage, .landing {
	padding-top: 127px;
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */


.main-navigation ul {
		list-style: none;
	}

.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: 600px) {



	.main-navigation ul {
		display: flex;
		justify-content: flex-end;
    	gap: 20px;
    	margin: 0;
	}
	.main-navigation ul li {
		font-weight: bold;
	}
}
@media screen and (max-width: 599px) {
	.site-branding {max-width: 150px;}
	.homepage, .landing {
	  padding-top: 90px;
	}
	.site-header .container {max-width: 100%;}
	/* Estilos del icono de menú */
	.menu-toggle {
	    width: 40px;
	    height: 40px;
	    padding: 20px 30px;
	    cursor: pointer;
	    position: relative;
	    z-index: 10;
	}
	
	.menu-icon {
	    display: block;
	    width: 30px;
	    height: 3px;
	    background: var(--orange);
	    position: relative;
	    transition: all 0.3s ease-in-out;
	}
	
	.menu-icon::before,
	.menu-icon::after {
	    content: "";
	    display: block;
	    width: 30px;
	    height: 3px;
	    background: var(--orange);
	    position: absolute;
	    transition: all 0.3s ease-in-out;
	}
	
	.menu-icon::before {
	    top: -8px;
	}
	
	.menu-icon::after {
	    top: 8px;
	}
	
	/* Animación para la "X" */
	.menu-toggle.active .menu-icon {
	    background: transparent;
	}
	
	.menu-toggle.active .menu-icon::before {
	    transform: rotate(45deg);
	    top: 0;
	}
	
	.menu-toggle.active .menu-icon::after {
	    transform: rotate(-45deg);
	    top: 0;
	}
	/* Oculta el menú por defecto */
	ul#primary-menu {
	    display: none;
	    flex-direction: column;
	    position: absolute;
	    top: 100%;
	    left: -42px;
	    width: 100%;
	    min-height: 400px;
	    background: var(--white);
	    text-align: center;
	    padding: 20px 0;
	    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	}
	#site-navigation.toggled #primary-menu.menu,
	#site-navigation.toggled ul#primary-menu{
        display: flex; /
    }
	.main-navigation li {font-size: 32px; line-height: 2;}
	/* Cuando el menú está activo, se muestra */
	.menu-toggle.active + .menu-container ul#primary-menu {
	    display: flex;
	}
	.site-header.scrolled {
	  background: rgba(255, 255, 255, 1);
	  box-shadow: none;
	}

}



.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;
}
.container {
	max-width: 1410px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.container-sm {
	max-width: 1110px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
/*--------------------------------------------------------------
# GENERALES
--------------------------------------------------------------*/


footer.container {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 60px 20px 10px;
}
footer.container .menu-legales-container ul {
    display: flex;
    justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
footer.container .menu-legales-container ul a, footer.container .menu-legales-container ul a:visited {
	text-decoration: underline;
}
footer.container .menu-legales-container ul a:hover, footer.container .menu-legales-container ul a:target {
	text-decoration: none;
}
footer.container .menu-legales-container ul li:after {
	content: '|';
	padding: 15px;
}
footer.container .menu-legales-container ul li:last-child:after {
	content: '';
	padding: 0;
}
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.lightbox-content {
    position: relative;
    background: #000;
    padding: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    max-width: 90%;
    width: 1200px;
}

.lightbox iframe {
    width: 100%;
    height: 900px;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}
/*--------------------------------------------------------------
# SELECTOR DE IDIOMA
--------------------------------------------------------------*/
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  margin-bottom: 30px;
  position: fixed;
  top: 10px;
  z-index: 100;
  right: 10px;
}
.wpml-ls-legacy-list-horizontal {
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 7px;
  clear: both;
}
.wpml-ls-statics-footer a, .wpml-ls-statics-footer .wpml-ls-sub-menu a, .wpml-ls-statics-footer .wpml-ls-sub-menu a:link, .wpml-ls-statics-footer li:not(.wpml-ls-current-language) .wpml-ls-link, .wpml-ls-statics-footer li:not(.wpml-ls-current-language) .wpml-ls-link:link {
  color: var(--orange);
  background-color: transparent;
}
.wpml-ls-statics-footer .wpml-ls-current-language > a {
  color: var(--white);
  background-color: var(--orange);
  border-radius: 4px;
}
@media screen and (max-width: 599px) {
	.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
	  top: 25px;
	  right: 60px;
	}
}

/*--------------------------------------------------------------
# INICIO
--------------------------------------------------------------*/

.homepage .hero {
	position: relative;
	width: 100%;
	height: calc(100vh - 127px);
	overflow:hidden;
}

.hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  height: calc(100vh - 127px);
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
  transition: opacity 1s ease-in-out; 
}
.hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 127px);
  object-fit: cover;
  opacity: 0;
  z-index: 1;
  transition:opacity 1s ease-in-out;
  padding-top: 0;
}

.hero-image.visible {
  opacity: 1;
}
.hero video.fade-out,
.hero-image.fade-in {
  opacity: 0;
  pointer-events: none;
}

.hero-image {
  opacity: 0; /* inicial: oculta */
  z-index: 2;
}

.hero-image.visible {
  opacity: 1;
}


.hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 127px);
  background-color: rgba(0, 0, 0, 0.2); /* Oscurece el video con 40% de opacidad */
  z-index: 2;
  margin-top: 0;
  transition: opacity 1s ease-in-out;
}

.hero .overlay.fade-out {
  opacity: 0;
  pointer-events: none;
}

.hero-content {
  position: absolute;
  height: calc(100vh - 127px);
  left: 0;
  right: 0;
  z-index: 2;
  color: white;
  text-align: center;
  padding: 2rem;
}

#soundToggle {
	position: absolute;
	bottom: 40px;
	left: 40px;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  cursor: pointer;
  color: white;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#soundToggle img {
  width: 20px;
}
.hero-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 10;
  cursor: pointer;
}

.hero-progress-bar {
  height: 100%;
  width: 0%;
  background-color: #ffffff;
  pointer-events: none; /* para que no bloquee clics */
}


.homepage .hero h2 {
	font-size: clamp(0.875rem, -0.1717rem + 2.1807vw, 1.75rem);
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
	line-height: 1.2;
	color: var(--white);
	text-align: center;
	right: 0;
	left: 0;
	top: 180px;
	display: none;
}
.homepage .division {
	background-color: var(--blue);
	color: var(--white);
	padding: 50px 0;
}
.homepage .division .container {
	display: flex;
	flex-wrap: wrap; 
	align-items: flex-start;
	gap: 120px;
	padding: 0 20px;
}
.homepage .division .division-item {
	flex: 0 0 40%; 
    box-sizing: border-box; 
	display: flex;
	align-items: flex-start;
	gap: 30px;
}
.homepage .division .division-item h3 {
	text-transform: uppercase;
	line-height: 1;
}
.homepage .division .division-item p {
	min-height: 110px;
}
.homepage .division .division-item img {
	max-width: 120px;
}
.homepage .info-section {
	background-image: url(../../uploads/bg-mobile.svg);
	background-repeat: no-repeat;
	background-position: top center;
	padding:20px 0 60px;
	width: 100%;
	background-size: cover;
}
.landing .info-section {
	background-image: url(../../uploads/bg-landing.svg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	width: 100%;
	padding: 40px 0 10vw;
	margin-bottom: 60px;
}
.info-section .container {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	padding: 0 20px;
}
.info-section .container-fluid {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	padding: 0 20px;
}
.homepage .info-section .info-text {
	flex: 0 0 34%;
	box-sizing: border-box; 
}
.landing .info-section .info-text {
	flex: 0 0 33vw;
	box-sizing: border-box; 
	margin-left: calc(50vw - 705px);
}
.homepage .info-section .info-text  {
	color: var(--white);
}
.info-section .info-text h2{
	max-width: 320px;
	font-size: clamp(1.25rem, 0.1071rem + 2.381vw, 2.25rem);
	line-height: 1.2;
}
.info-section .info-text h1 {
	max-width: 500px;
	font-size: clamp(1.25rem, 0.1071rem + 2.381vw, 2.25rem);
	line-height: 1.2;
}
.info-section .info-text p {
	max-width: 400px;
	font-size: clamp(1rem, 0.7143rem + 0.5952vw, 1.25rem);
}
.landing .info-section .info-text p {
	max-width: 500px;
	font-size: clamp(1rem, 0.8571rem + 0.2976vw, 1.125rem);
}
.info-section .mobile-section {
	flex: 0 0 60%;
	display: flex;
	gap: 80px;
}
.landing .info-section .mobile-section {
	flex: 0 0 calc(14vw + 625px);
	display: flex;
	gap: 20px;
	margin-right: 0;
}
.landing .info-section .mobile-section .mobile-item:first-child {margin-top: 100px;}
.landing .info-section .mobile-section .mobile-item:nth-child(3) {margin-top: 60px;}
.info-section .mobile-section .mobile-item .mobile-img{
	position: relative;
	display: inline-block;
	border-radius: 34px;
	overflow: hidden;
}
.info-section .mobile-section .mobile-item .mobile-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.info-section .mobile-section .mobile-item .mobile-img blockquote {
	position: absolute;
	color: var(--white);
	bottom: 20px;
	font-size: clamp(1.25rem, 0.3929rem + 1.7857vw, 2rem);
	line-height: 1.2;
	font-style: italic;
	text-align: center;
	margin: 0 30px;
}
.landing .info-section .mobile-section .mobile-item .mobile-img blockquote {
	font-size: clamp(1rem, 0.4286rem + 1.1905vw, 1.5rem);
}
.info-section .mobile-section .mobile-item .mobile-img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(180deg, rgba(108, 112, 102, 0.13) 44%, #000000 100%);
    border-radius: 34px;
    pointer-events: none;
}
.homepage .info-section .mobile-section .mobile-item p {
	font-size: clamp(0.875rem, 0.4264rem + 0.9346vw, 1.25rem);	
	font-weight: bold;
	text-align: center;
	padding: 0 1.2vw;
}
.homepage .info-section .mobile-section .mobile-item .btn, .homepage .info-section .mobile-section .mobile-item .btn:visited {width: 100%; }
.homepage .info-section .mobile-section .mobile-item .btn:hover, .homepage .info-section .mobile-section .mobile-item .btn:target {background-color: var(--blue); color: color: var(--black);} 




.tabs-container {padding: 20px 0 80px;}
.tabs-container h3, .faq-container h3 {
	font-size: clamp(1.25rem, 0.3929rem + 1.7857vw, 2rem);
	text-align: center;
	padding: 40px 20px;
}
.tabs-container h3 span {
	font-weight: 400;
}
.tabs, .faq-tabs {
    display: flex;
    justify-content: space-around;
    cursor: pointer;
    max-width: 270px;
    margin: 0 auto;
    padding: 6px 0;
    border-radius: 28px;
    background-color: var(--grey);
}

.tab, .faq-tabs .tab {
    padding: 10px 20px;
    border-radius: 22px;
    font-size: clamp(1rem, 0.8571rem + 0.2976vw, 1.125rem);
    text-transform: uppercase;
    transition: all 0.3s ease;
}
html[lang="eu-ES"] .tabs, html[lang="eu-ES"] .faq-tabs {
  max-width: 420px;
}
.tab:hover {
    background-color: var(--lightblue);
}
.tab.active {
	font-weight: bold;
    background-color: var(--lightblue); 
    color: var(--black); 
}

.tab-content {
    display: none; /* Ocultar todo el contenido de las pestañas por defecto */
}

.tab-content.active {
    display: block; /* Solo mostrar el contenido de la pestaña activa */
}

.advcom, .advcon {
    display: flex;
    flex-wrap: wrap; 
    gap: 30px; 
    padding: 60px 0 120px;
}

.advcom-item, .advcon-item {
    flex: 1 1 25%; /* Hace que cada item ocupe al menos 25%, pero se ajuste si es necesario */
    justify-content: flex-start;
    padding: 50px 40px 0 30px;
    background-color: var(--lightblue);
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: clamp(1rem, 0.4286rem + 1.1905vw, 1.5rem);
    font-weight: bold;
}

.advcom-item img, .advcon-item img {
    max-width: 120px;
    min-height: 120px;
    margin-right: 15px; 
}
.advcom-item:nth-child(odd), .advcon-item:nth-child(odd) {
    background-color: var(--blue); 
}

/* Para 4 elementos por fila */
@media (min-width: 768px) {
    .advcom, .advcon {
        flex-wrap: wrap;
        gap: 20px;
    }

    .advcom-item, .advcon-item {
        flex: 1 1 calc(25% - 30px); /* Para que haya 4 elementos por fila, calculando el espacio disponible */
    }

    .advcom-item:nth-child(4n+1), .advcon-item:nth-child(4n+1) {
        background-color: var(--blue); 
    }
}


.faq-container {
    max-width: 800px;
    margin: 0 auto;
}




/* Preguntas Frecuentes */
.faq {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
.faq-item {
    margin-bottom: 10px;
    background-color: var(--lightblue); 
    border-radius: 8px;
}
.faq-item:nth-child(odd) {
    background-color: var(--extralightblue); 
}
.faq-question {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    font-size: clamp(1rem, 0.8571rem + 0.2976vw, 1.125rem);
    padding: 10px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--black);
    font-weight: 400;
}

.faq-icon {
    font-size: clamp(1rem, 0.7143rem + 0.5952vw, 1.25rem);
    transition: transform 0.3s;
}

.faq-answer {
    display: none;
    padding: 10px 20px;
    font-size: clamp(0.875rem, 0.7321rem + 0.2976vw, 1rem);
    border-radius: 8px;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

/* Mostrar la primera pestaña por defecto */
.faq-tabs-content .faq-tab-pane {
    display: none;
}

.faq-tabs-content .faq-tab-pane.active {
    display: block;
}
.tab-content .more {
	margin: 50px 20px;
	text-align: center;
}

.contacto {
	position: relative;
	background-color: var(--dark);
	color: var(--white);
	padding: 50px 0;
}
.contacto:before {
	content:'';
	position: absolute;
	display: block;
	background-image: url(../../uploads/bolsas.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
	width: 400px;
	height: 441px;
	right: 0;
	bottom: -40px;
   z-index: 10;
}
.contacto  .container {
	display: flex;
	flex-wrap: wrap; 
	align-items: flex-start;
	gap: 30px;
	padding: 0 20px;
}
.contacto .formulario {
	flex: 0 0 50%; 
    box-sizing: border-box;
}
.contacto .formulario p {margin-bottom: 16px;}
.contacto .formulario h3 {
	font-size: clamp(1.25rem, 0.3929rem + 1.7857vw, 2rem);
	line-height: 1;
	margin: 0 0 40px;
	padding: 0;
}
.contacto .formulario .flex {
	display: flex;
	gap: 30px;
}
.contacto .formulario table.contacto-table p {margin: 0; padding: 0; font-size: 12px;}
.contacto .formulario table p a, .contacto .formulario table.contacto-table p a:visited {color: var(--white);}
.contacto-table {
    border: none;
    border-collapse: collapse;
    width: 100%;
    margin: 0;
    padding: 0;
}

.contacto-table th, .contacto-table td {
    padding: 0;
    border: none;
    text-align: left;
}

.contacto-table p {
    margin: 0;
}

.contacto .email-tel {padding: 0;}
.contacto .email-tel div a{
	display: flex;
  gap: 6px;
  align-content: center;
  align-items: center;
}
.contacto .email-tel a , .contacto .email-tel a:visited {
	color: var(--white);
	font-size: 18px;
	font-weight: bold;
}

.contacto .formulario .textarea {height: 120px;}
.contacto .formulario .wpcf7-list-item {
  margin: 0;
}
.contacto .formulario  label {
	font-size: 14px;
}
.contacto .formulario a, .contacto .formulario a:visited {color: var(--white); text-decoration: underline;}
.contacto .formulario a:hover, .contacto .formulario a:target {color: var(--white); text-decoration: none;}

.contacto .formulario .wpcf7-list-item input[type="checkbox"] {
    appearance: none; 
    width: 16px; 
    height: 16px;
    border: 2px solid var(--white); 
    background-color: transparent; 
    border-radius: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.contacto .formulario .wpcf7-list-item input[type="checkbox"]:checked {
    background-color: var(--white); 
}

/* Agregar un "✔" cuando esté marcado */
.contacto .formulario .wpcf7-list-item input[type="checkbox"]:checked::after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: var(--white); 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
}
.contacto .formulario .wpcf7-not-valid-tip {
  color: var(--orange);
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.contacto .formulario .btn-line {
	border-color: var(--white);
	color: var(--white);
	float: right;
}
.landing .ventajas .container {position: relative;}
.landing .ventajas .more {
	max-width: 800px;
}
.landing .ventajas .hands {
	content: '';
    position: absolute;
    display: block;
	width: 400px;
	height: 420px;
	background-image: url(../../uploads/manos.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: cover;
	right: 100px;
	margin-top: -340px;
}
.landing .ventajas .more  h2 span, .landing .howto .intro  h2 span  {
	font-weight: 400;
}
.landing .ventajas .more ul {
	margin: 0;
	padding: 0 40px;
}
.landing .howto {
	background-color: var(--lightblue);
	padding: 80px 0;
	margin: 104px 0 0;
}
.landing .howto .intro {
	display: flex;
	justify-content: space-between;
    align-items: flex-end;
}
.landing .howto .intro  .btn {margin: 10px 50px;}
.landing .howto .how {
	display: flex;
	justify-content: space-between;
    align-items: flex-start;
    gap: 80px;
    padding-top: 40px;
}
.landing .howto .how .item {
	flex: 1;
}
.landing .howto .how .item .num {
	font-size: 28px;;
	text-align: center;
	margin: 0 auto;
	width: 90px;
	height: 90px;
	border: 2px solid var(--black);
	border-radius: 50%;
	padding: 20px 0;
	display: none;
}
.landing .howto .how .item h3 {font-size: clamp(1rem, 0.4286rem + 1.1905vw, 1.5rem); font-weight: 400; min-height: 160px;}
.landing .howto .end p{font-size: clamp(1rem, 0.4286rem + 1.1905vw, 1.5rem);text-align: center; max-width: 800px; margin: 20px auto;}
.page-id-152 .landing .howto .how .item h3 {min-height: 2px;}

.landing  .screenshots .screens {
	display: flex;
	justify-content: space-between;
    align-items: flex-start;
    gap: 120px;
    padding-top: 80px;
}
.landing  .screenshots .screens .screen {
	text-align:center;
	font-size: 28px;
}

.marquee-container {
    position: relative;
    background-image: url(../../uploads/dark-wave.svg);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 60px 0 285px;
	width: 100%;
	background-size: cover;
}
.marquee {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    position: relative;
    padding: 50px 0 40px;
}

.marquee-content {
    display: flex;
    gap: 40px; 
    animation: scrollMarquee 10s linear infinite;
    width: calc(336px * 6 * 2 + 40px * 6 * 2); 
}

.marquee-content img {
    width: 336px;
    height: 625px;
    object-fit: cover;
    border-radius: 34px;
    flex-shrink: 0; /* Evita que las imágenes se reduzcan */
}

@keyframes scrollMarquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-336px * 6 - 40px * 6)); 
    }
}

.marquee-content img:nth-child(1) {
    margin-top: 60px; 
}

.marquee-content img:nth-child(2),
.marquee-content img:nth-child(4),
.marquee-content img:nth-child(6) {
    margin-top: 0px;
}

.marquee-content img:nth-child(3),
.marquee-content img:nth-child(5) {
    margin-top: -60px; /* Imagen más alta */
}

.marquee-content img:nth-child(7) {
    margin-top: 60px;
}

.marquee-content img:nth-child(8),
.marquee-content img:nth-child(10),
.marquee-content img:nth-child(12) {
    margin-top: 0px;
}

.marquee-content img:nth-child(9),
.marquee-content img:nth-child(11) {
    margin-top: -60px;
}
.marquee-container .download {
	color: var(--white);
	font-size: 32px;
	text-align: center;
	max-width: 620px;
	position: absolute;
	right: calc(50vw - 685px);
}
.marquee-container .download p {
	padding: 0 0 30px;
	margin: 0;
	line-height: 1.2;
}
@media screen and (orientation: portrait) {
	.homepage .hero {
	  height: calc(50vh - 112px);
	}
}

@media screen and (max-width: 1410px) {
	.contacto::before {display: none;}
	.landing .info-section .mobile-section .mobile-item .mobile-img blockquote {
	  font-size: 20px;
	}
	.landing .info-section .info-text {
		flex: 0 0 33vw;
		margin-left: 0;
	}
	.landing .info-section .mobile-section {
		flex: 0 0 calc(67vw - 120px);
		display: flex;
		gap: 20px;
		margin-right: 0;
	}
	.homepage .division .container {
	  gap: 60px;
	}
	.marquee-container .download, .landing .ventajas .hands {
	  right: 20px;
	}
	.landing .info-section {min-height: 800px;}
}
@media screen and (max-width: 1024px)  {
	.homepage .division .division-item {
	  flex: 0 0 calc(50% - 30px);
	}
	.info-section .container {gap: 40px;}
	.landing .info-section .mobile-section .mobile-item .mobile-img blockquote,
	.info-section .mobile-section .mobile-item .mobile-img blockquote {
	    font-size: 18px;
	    margin: 0 5px;
	  }
	.homepage .info-section .mobile-section .mobile-item p {
	  font-size: 16px;
	  padding: 0 5px;
	}
	.landing .info-section {
	    min-height: 0;
	    background-size: contain;
	    padding-bottom: 150px;
	  }
	.landing .ventajas .hands {
	    width: 300px;
	    height: 315px;
	    margin-top: -234px;
	}
	.landing .howto .end .screens-p img {
	  padding: 0 10px;
	  max-width: 200px
	}
}
@media screen and (max-width: 990px) {
	.homepage .hero h2 {
	  font-size: 20px;
	  top: 120px;
	}
	.btn, .btn:visited {font-size: 16px; padding: 0 10px; height: 50px;}
	.contacto .formulario {width: 100%;}
	.contacto .formulario input[type="text"], 
	.contacto .formulario input[type="email"] {
		max-width: calc(100% - 20px);
	}
	.contacto .formulario .flex {gap: 0px;}
}
@media screen and (max-width: 800px) {
	.info-section .container-fluid {display: block;}
	.info-section .info-text h1, .landing .info-section .info-text p {max-width: 100%;}
	.info-section .mobile-section .mobile-item .mobile-img {border-radius: 20px;}
	.info-section .mobile-section .mobile-item .mobile-img::before {border-radius: 20px;}
	 .landing .ventajas .hands {display: none;}
	 .landing .howto .end .screens-p img {
	    max-width: 180px;
	  }
	 .marquee-container {
		  background-position: center bottom;
		  padding: 60px 0 185px;
		  background-size: contain;
		}
	  .marquee-container .download {
		  max-width: 100%;
		  padding: 0 20px;
	  	left: 0;
		right: 0;
		margin: auto;
		color: var(--dark);
        font-size: 20px;
        text-align: left;
	}
	.marquee-content img {
	  width: 168px;
	  height: 312px;
	  object-fit: cover;
	  border-radius: 17px;
	  flex-shrink: 0;
	}
	.homepage .hero, .hero-image  {
	    height: calc(45vh - 112px);
	  }
	.hero video, .hero-content {
	  min-height: calc(45vh - 112px);
	  height: calc(45vh - 112px);
	}

}
@media screen and (max-width: 599px) {
	footer.container {
	  align-items: center;
	  padding: 30px 20px 20px;
	  flex-direction: column;
	}
	.homepage .hero h2 {
	    top: 100px;
	  }
	.contacto .formulario .flex {display: block;}
	.homepage .division .division-item, .homepage .info-section .info-text, .info-section .mobile-section, .contacto .formulario {
		flex: 0 0 100%;
	}
	.advcom, .advcon {
		flex-direction: column;
	}
	.info-section .info-text h2, .info-section .info-text p {max-width: 100%;}
	.contacto .formulario input[type="text"], .contacto .formulario input[type="email"] {
	    max-width: 100%;
	    width: 100%;
	  }
	.landing .info-section .info-text {padding-bottom: 40px;}
	.marquee-container .download {
		position: relative;
	}
	.marquee-content {
		animation: scrollMarquee 20s linear infinite;
	}

	.landing .howto {
	  padding: 40px 0;
	  margin: 52px 0 0;
	}
	.landing .howto .how {
	  gap: 30px;
	  padding-top: 20px;
	    flex-direction: column;
	    text-align: center;
	  }
	  .landing .howto .how .item {width: 100%;}
	.landing .howto .how .item h3 {min-height: 2px;}
	.marquee-content img:nth-child(2),
	.marquee-content img:nth-child(4),
	.marquee-content img:nth-child(6) {
		margin-top: 0px;
	}

	.marquee-content img:nth-child(3),
	.marquee-content img:nth-child(5) {
		margin-top: -20px; /* Imagen más alta */
	}

	.marquee-content img:nth-child(7) {
		margin-top: 20px;
	}

	.marquee-content img:nth-child(8),
	.marquee-content img:nth-child(10),
	.marquee-content img:nth-child(12) {
		margin-top: 0px;
	}

	.marquee-content img:nth-child(9),
	.marquee-content img:nth-child(11) {
		margin-top: -20px;
	}
	
}
@media screen and (max-width: 440px) {
	.btn, .btn:visited {width: 100%;}
	.landing .info-section .info-text {
	    padding-bottom: 0px;
	  }
	.landing .info-section .mobile-section, .info-section .mobile-section {
	    display: block;
	  }
	  .info-section .mobile-section .mobile-item {margin-bottom: 20px;}
	.landing .info-section .mobile-section .mobile-item:first-child {
	  margin-top: 20px;
	  margin-bottom: 20px
	}
	.landing .info-section .mobile-section .mobile-item:nth-child(3) {margin-top: 20px}
	footer.container .menu-legales-container ul {display: block; text-align: center; margin-bottom: 20px;}
	footer.container .menu-legales-container ul li::after {
	  content: '';
	  padding: 15px;
	}
	.homepage .division .division-item img {
	  max-width: 60px;
	}
	.landing .howto .intro {display: block;}
	.landing .howto .intro .btn {
	  margin: 10px 0;
	}
		.hero-content {padding: 10px;}
	
	.hero video {margin-top: 0;}
	#soundToggle {
	  bottom: 15px;
	  left: 15px;
	  margin-top: 3rem;
	}
	.homepage .hero h2 {
		font-size: 13px;
		top: 86px;
	}
	
}