/*!
Theme Name: wimpli_theme_app
Theme URI: http://underscores.me/
Author: Rodrigo Viola
Author URI: http://wimpli.app
Description: Description
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: wimpli_theme_app
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.

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

/* 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: 1rem;
	margin-top: 0;
}

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: #f9f7ff;
}

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

ul,
ol {
	margin: 2rem 2rem 2rem 2rem;
	padding: 0
}

ul {
	list-style: disc inside;
}

ol {
	list-style: decimal inside;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 ;
}

/* 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: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;
	width: 100%;
}

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




@keyframes shakeCart {
	25% {
		transform: translateY(6px);
	}
  
	50% {
		transform: translateY(-4px);
	}
  
	75% {
		transform: translateY(2px);
	}
  
	100% {
		transform: translateY(0px);
	}
  }


  @keyframes shakeCham{
	0% {
		transform: translateY(0);
	  }
	  35% {
		transform: translateY(-10px);
	  }
	  50% {
		transform: translateY(0);
	  }
	  90% {
		transform: translateY(-2px);
	  }
	  100% {
		transform: translateY(0);
	  }
  }

  @keyframes shakeEgg{
    0% {
        -webkit-transform: rotate(0);
    }
    10% {
        -webkit-transform: rotate(5deg);
    }
    20% {
        -webkit-transform: rotate(-10deg);
    }
    30% {
        -webkit-transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(3deg);
    }
    70% {
        -webkit-transform: rotate(-3deg);
    }
    100% {
        -webkit-transform: rotate(0);
    }
  }


  @keyframes animDevice{
	0% {
		transform: translateY(0);
	}
  
	50% {
		transform: translateY(-5px);
	}
  
	100% {
		transform: translateY(0);
	}
  }

  @keyframes animButtton{
	0% {
		transform: translateY(0);
	}
  
	50% {
		transform: translateY(-2px);
	}
  
	100% {
		transform: translateY(0);
	}
  }

html {font-size: 57%;overflow-x: clip;overscroll-behavior-y: none;width: 100%;overflow-x: auto;}

body {
overscroll-behavior-y: none;
}

.hide {
display: none !important;
}


:root {
	--shadow-1: 0px 3px 27px 0px rgb(41 41 41 / 18%);
	--shadow-2: 0px 2px 12px 0px rgb(0 0 0 / 18%);
	--shadow-3: 0px 3px 16px 0px rgb(0 0 0 / 18%);
	--shadow-4: 0px 0px 6px 0px rgb(0 0 0 / 16%);
	--color-gris-oscuro: #646464;
	--color-gris-claro: #e5e5e5;
	--gap-big: 3rem;
	--gap-normal: 2rem;
	--gap-small: 1rem;
	--color-primary: #986cda;
	--color-primary-light: #b790f5;
	--color-primary-dark: #5c4284;
	--button-text-color-oscuro: #FFFFFF;
	--button-shadow-color-oscuro: #00000063;
	--button-text-color-acento: #494949c9;
	--button-shadow-color-acento: #ffffff5c;
	--button-text-color-precio: #FFFFFF;
	--button-shadow-color-precio: #00000063;
	--color-menu: #ff7300;
	--color-menu-light: #ff9742;
	--color-menu-dark: #e16500;
}
body .bg_menu{
	background-color: var(--color-menu);
}
body {
    background: #f9f7ff
    color: #000;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 1.6rem;
}
a {
    color: #000;
	text-decoration: none;
}
p{
	font-size: 1.6rem;
	line-height: 2.4rem;
}
h1{font-size: 3.3rem;font-weight: 900;font-family: 'Roboto';line-height: 3.6rem;margin: 0 0 2rem;}


h2 {
    font-size: 3rem;
    font-weight: 900;
    font-family: 'Roboto';
    line-height: 3.4rem;
}

h5 {
    font-size: 3.5rem;
    font-weight: 900;
    font-family: 'Roboto';
    line-height: 5rem;
}
.container {
    max-width: 85%;
}
#page {
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
}

.wp-block-separator {
    border: none;
    border-top: 0;
}
hr {
    background-color: var(--color-gris-claro);
    border: 0;
    height: 1px;
    margin: 2rem 0;
}
.site-branding{

}
.site-title{
	padding: 0;
	margin: 0
}
.site-title a {
    background: url(images/logo.png) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 100%;
    font-size: 0;
    width: 23rem;
    height: 8rem;
    display: block;
    background-position: center left;
}
.site-header {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    gap: var(--gap-normal);
    padding: var(--gap-normal) 0;
    width: 100%;
}
.main-navigation {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    display: none;
}
.main-navigation ul {
	display: flex;
	gap: 5rem;
}

.main-navigation .current-menu-item > a {
	color: var(--color-primary);
}
.main-navigation .current-menu-item > a::after{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: var(--color-primary);

}
.main-navigation a {
    font-size: 1.8rem;
}

.site-footer{
    padding-top: calc(var(--gap-big)*2);
    margin-top: 0;
}
.site-footer .cham {
    background: url(images/cham_3d.png) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 100%;
    font-size: 0;
    width: 14rem;
    height: 8rem;
    display: block;
    position: absolute;
    top: -4rem;
    left: 1rem;
}
.site-footer .cham_container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
	position: relative;
}
.site-footer .cham_container hr {
    width: 100%;
    background: var(--color-gris-claro);
}

.site-info a.logo {
    background: url(images/logo.png) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 100%;
    font-size: 0;
    width: 200px;
    height: 73px;
    display: block;
}
.footer-content {
    padding: var(--gap-normal) 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.footer-columns {
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
    gap: var(--gap-normal);
    flex: 1;
    margin-top: 20px;
    flex-direction: column;
    width: 100%;
}
.footer-columns ul{
    margin: 0;
}
.footer-column{
	display: flex;
	width: 100%;
	flex-direction: column;
	align-content: center;
	align-items: center;
}
.site-info {
    display: flex;
    flex-direction: column;
    gap: var(--gap-normal);
    align-items: center;
    align-content: center;
}
.site-info p {text-align: center;}
.footer-columns h5 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 700;
    margin-bottom: var(--gap-normal);
    color: #000;
    margin-top: 0;
}
.footer-columns ul {
    display: flex;
    flex-direction: column;
}
.footer-columns ul li {
    display: flex;
    margin-bottom: var(--gap-small);
    justify-content: center;
}
.footer-columns ul li a {
    text-decoration: none;
    color: #000;
    font-size: 1.6rem;
    line-height: 1.9rem;
}
.data_fiscal {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
}
.footer-columns ul li a:hover {
    color: var(--color-primary);
}
.footer-bottom {
    text-align: center;
    color: var(--color-gris-oscuro);
    display: flex;
    margin: 0;
    justify-content: center;
    align-content: center;
    align-items: flex-end;
}
.footer-bottom  p{
	font-size: 1.3rem;
    line-height: 1.5rem;
}
::marker {
color:  var(--color-primary);
}

.site-main{
	padding: 0;
}

.row {
    display: flex;
    flex-direction: column;
    padding: 0 0 calc(var(--gap-normal) * 2) 0;
    align-content: center;
    flex-wrap: nowrap;
    gap: calc(var(--gap-normal) * 2);
    align-items: center;
}
.intro_content{display: flex;flex-direction: column;max-width: 100%;gap: 0;position: relative;}

.intro_content .box{
	margin-top: -1rem;
	margin-bottom: var(--gap-normal);
}
.intro_content h1 {
    font-size: 3.3rem;
    font-weight: 900;
    font-family: 'Roboto';
    line-height: 3.6rem;
    margin: 0 0 2rem;
}
.intro_content p {
    color: #000000;
    font-size: 2rem;
    margin-bottom: 2rem;
    padding: 0;
    line-height: 2.5rem;
}
.buttons_container{
	display: flex;
	gap: var(--gap-small);
	justify-content: center;
}

.button::before {
    border-radius: 5rem;
    content: "";
    background-image: url(images/bg_texture.png);
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    background-size: 130px;
    mix-blend-mode: difference;
    opacity: 0.1;
    top: 0px;
    left: 0px;
}
.button {
    padding: 1.5rem 2rem;
    border-radius: 6rem;
    font-size: 1.8rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    color: var(--button-text-color-oscuro);
    text-align: center;
    background: var(--color-primary);
    position: relative;
    text-shadow: 1px 1px 3px var(--button-shadow-color-oscuro);
    line-height: 2.8rem;
    border: 1px solid rgba(0, 0, 0, 0.21);
    margin: 0px;
    width: auto;
    display: inline-block;
}
.button:hover, .button:focus {
	color: white;
}
.button:active {
	color: white;
	animation: shakeCart 0.5s ease-in-out;
}
.button.gray{
    background: var(--color-gris-oscuro);
	color: var(--color-gris-claro);
	text-shadow: 1px 1px 3px var(--button-shadow-color-oscuro);
}
.button.gray:hover{

}
.intro_content  small{
	font-size: 1.5rem;
	margin-bottom: 1rem;
	display: flex;
	margin-top: 1rem;
}
	.intro_content ul{
		display: flex;
		flex-direction: row;
		gap: var(--gap-normal);
		align-items: center;
		align-content: center;
		flex-wrap: nowrap;
		margin: 0;
	}
	.intro_content ul li {
		list-style: none;
		font-size: 0;
		line-height: 1;
	}
	.intro_content ul li a{
		display: inline-block;
		line-height: 1;
		font-size: 0;
	}
	.intro_content ul li a img{
		width: 80px;
		height: auto;
	}
.intro_images{
	width: auto;
	display: flex;
	flex-direction: row;
	align-content: center;
	flex: 1;
	align-items: center;
	gap: 11rem;
	width: 80%;
	justify-content: center;
	flex-wrap: nowrap;
}
.qr_column{

}
.intro_images_container{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 0rem;
}
.intro_images_container .cham {
    width: 54%;
    z-index: 99;
    position: absolute;
    top: -23%;
    left: -7%;
}
.qr_column .qr_icon {
    width: 161px;
    margin-bottom: 4rem;
}
.intro_images_container .tablet {
    position: static;
    top: 0;
    left: 0;
    width: 84%;
}
.intro_images_container .phone {
    width: 45%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.filosofia_list{display: flex;gap: calc(var(--gap-big)*1.5)  calc(var(--gap-big)*2);flex-wrap: wrap;flex-direction: row;align-content: flex-start;align-items: stretch;list-style: none;width: 100%;justify-content: center;margin: calc(var(--gap-big))  0;}
.filosofia_list .box_content{
	display: flex;
	flex-direction: column;
	padding: calc(var(--gap-big)) calc(var(--gap-big));
}
#filosofia h2 {
    font-size: 3.3rem;
    font-weight: 900;
    font-family: 'Roboto';
    line-height: 3.6rem;
    margin: 0 0 var(--gap-normal);
    padding: 0;
}
.filosofia_list li{
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    position: relative;
    justify-content: flex-start;
    margin-bottom: 0;
    flex: 1;
    min-width: 45%;
    border-radius: var(--gap-normal);
    text-align: left;
    padding: 0;
}
.filosofia_list li h5 {
    color: #000000;
    line-height: 2.5rem;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    margin-top: 0;
}

.filosofia_list li p {
    /* background: white; */
}

.filosofia_list li p:last-child {
	margin-bottom: 0;
}
.filosofia_list li img {
    width: auto;
    margin-bottom: 0;
    height: auto;
    width: 100%;
    display: inline-block;
    position: static;
    bottom: -5rem;
    right: 0;
    border-radius: 2rem 2rem 0 0;
}
.box {
    padding: calc(var(--gap-big)) calc(var(--gap-big));
    border-radius: calc(var(--gap-normal)*2);
    text-align: center;
    box-shadow: var(--shadow-1);
    background: white;
    margin-bottom: 0;
    position: relative;
}
.filosofia_content {
    width: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    text-align: left;
    max-width: 100%;
}
.row_content{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
}
.clientes_container{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.subtitle_container {
    display: flex;
    justify-content: center;
    text-align: left;
    padding: 0;
    flex: 1;
    max-width: 100%;
    margin-bottom: 0;
    text-align: center;
}
#soluciones{

}
.soluciones_content{

}
.soluciones_list{
	display: flex;
	gap: calc(var(--gap-big)*3) calc(var(--gap-big)*2);
	flex-wrap: wrap;
	flex-direction: column;
	align-content: flex-start;
	align-items: stretch;
	list-style: none;
	width: 80%;
	justify-content: center;
}

.soluciones_list li{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    position: relative;
    justify-content: flex-start;
    margin-bottom: 0;
    flex: 1;
    border-radius: 4rem;
    text-align: left;
    gap: 6rem;
}
.soluciones_list li h5 {
    color: #000000;
    line-height: 2.5rem;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    margin-top: 0;
}

.soluciones_list li p {
    margin-bottom: 2rem;
}

.soluciones_list li .cham_3d {
    position: absolute;
    HEIGHT: 150px;
    top: -143px;
    left: 50%;
    transform: translate(-50%);
}
.soluciones_list li .solucion_logo {
    height: 120px;
    width: auto;
    margin-bottom: 2rem;
}

.soluciones_content {
    width: 60%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    text-align: center;
}
#soluciones h2 {
    font-size: 5.5rem;
    font-weight: 900;
    font-family: 'Roboto';
    line-height: 6rem;
    margin: 0 0 2rem;
}
#soluciones h5{
	margin: 0 0 2rem;
 }
.pending{
	filter: grayscale(1) blur(5px) opacity(0.6);
}
.soluciones_screenshot img{

}
.soluciones_list_item_content{
	position: relative;
	margin-top: 100px;
}
.message {
    padding: 1rem 2rem;
    border-radius: 1rem;
    font-size: 1.8rem;
    font-weight: 600;
    text-decoration: none;
    color: var(--button-text-color-oscuro);
    text-align: center;
    background: var(--color-primary);
    position: relative;
    text-shadow: 1px 1px 3px var(--button-shadow-color-oscuro);
    line-height: 2.8rem;
    border: 1px solid rgba(0, 0, 0, 0.21);
    margin: 0px;
    width: auto;
    display: inline-block;
	margin-top: 2rem;
}
.egg{
	width: 100px;
	position: static;
	z-index: 9;
	-webkit-transform-origin: center 100%;
    -webkit-animation: shakeEgg 2s infinite alternate;

}

.soluciones_list_item_content.pending {
    position: relative;
    margin-top: 0;
}
/*
.cham_3d, #intro .cham {
	animation-name: shakeCham;
	animation-duration: .6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear; 
  
}
*/

.filosofia_list .box img{
	/* animation-name: animDevice; */
	/* animation-duration: 1.3s; */ /* Duration of one animation cycle */
	/* animation-iteration-count: infinite; */ /* Repeat indefinitely */
	/* animation-timing-function: ease; */ /* Smooth acceleration and deceleration */
	/* transform-origin: center center; */
}

/* Staggered animation delays - all start immediately but out of phase using negative delays */
.filosofia_list .box:nth-child(1) img {
	animation-delay: 0s;
}
.filosofia_list .box:nth-child(2) img {
	animation-delay: -0.2s;
}
.filosofia_list .box:nth-child(3) img {
	animation-delay: -0.4s;
}
.filosofia_list .box:nth-child(4) img {
	animation-delay: -0.6s;
}
.filosofia_list .box:nth-child(5) img {
	animation-delay: -0.8s;
}
.filosofia_list .box:nth-child(6) img {
	animation-delay: -1s;
}
.intro_images_container .tablet, .intro_images_container .phone, .soluciones_list .phone{
	animation-name: animDevice;
	animation-duration: 1.3s; /* Duration of one animation cycle */
	animation-iteration-count: infinite; /* Repeat indefinitely */
	animation-timing-function: ease; /* Smooth acceleration and deceleration */
	transform-origin: center center;	
}
.button{
	animation-name: animButtton;
	animation-duration: 1.3s; /* Duration of one animation cycle */
	animation-iteration-count: infinite; /* Repeat indefinitely */
	animation-timing-function: ease; /* Smooth acceleration and deceleration */
	transform-origin: center center;	
	animation-delay: -0.8s;
}

.intro_images_container .tablet{
	animation-delay: 0s;	
}
.intro_images_container .phone{
	animation-delay: -0.4s;
}
#nuevas_soluciones {
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
}
#nuevas_soluciones h5 {
    margin: 0 0 2rem;
} 
#nuevas_soluciones p {
    margin: 0 0 2rem;
} 
#nuevas_soluciones .egg {
    width: 90px;
    position: relative;
    z-index: 9;
    -webkit-transform-origin: center 100%;
    -webkit-animation: shakeEgg 1.5s infinite alternate;
}
#nuevas_soluciones .egg_blue {
    animation-delay: 0.2s;
    width: 80px;
    z-index: 8;
    margin-right: -50px;
}
#nuevas_soluciones .egg_green {
    animation-delay: 0.4s;
    width: 100px;
    z-index: 9;
    margin-bottom: -40px;
}
#nuevas_soluciones .egg_red {
    animation-delay: 0.6s;
    width: 120px;
    z-index: 6;
    margin-left: -50px;
}
.eggs_container{
	margin-top: 6rem;
}

body.page-template-page-w-menu .site-title a {
    background-image: url(images/logo_wimpli_menu.png);
}


body.page-template-page-w-menu {
	--color-primary: #ff7300;

}
.intro_content .cham {
    position: static;
    position: static;
    right: 0;
    top: 0;
    position: static;
    left: 50%;
    width: 15rem;
}
.intro_content .cham_container{
	position: relative;
	display: flex;
	justify-content: flex-end;
	padding: 0;
	align-items: center;
	margin-bottom: 0;
	flex-direction: row-reverse;
	align-content: center;
	gap: var(--gap-normal);
	z-index: 2;
}
.intro_content 
h2 {
    font-size: 1.9rem;
    font-weight: 500;
    font-family: 'Roboto';
    line-height: 2.3rem;
    margin: 0 0 1rem;
}




.menu-menu-container{
	display: none
}




/* --------------------------------------- */
/* 1. Small Phones                         */
/* --------------------------------------- */
@media (max-width: 480px) { 
	/* Small mobile phones */

}

/* --------------------------------------- */
/* 2. Regular Phones                       */
/* --------------------------------------- */
@media (min-width: 481px) { 
/* Standard smartphones */

html {
    font-size: 60%;
}


.intro_content .cham {
	width: 15rem;
}

}

/* --------------------------------------- */
/* 3. Tablets (Portrait)                   */
/* --------------------------------------- */
@media (min-width: 541px){ 
	/* iPad portrait, small tablets */
	.site-header {
		padding: calc(var(--gap-normal) * 2) 0 var(--gap-normal) ;
	}
	.intro_images_container {
		width: 85%;
	}
    .footer-columns {
        flex-direction: row;
        display: flex;
        justify-content: space-evenly;
    }
	.footer-column {
		display: flex;
		width: auto;
		flex-direction: column;
		align-content: flex-start;
		align-items: flex-start;
	}
	.footer-columns ul {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		align-content: flex-start;
	}
	.intro_content h1 {
		font-size: 4.3rem;
		line-height: 4.6rem;
	}
}

/* --------------------------------------- */
/* 3. Tablets (Portrait)                   */
/* --------------------------------------- */
@media (min-width: 641px){ 
	/* iPad portrait, small tablets */
	.intro_images_container {
		width: 85%;
	}
	.row_content {
		align-content: center;
		align-items: center;
	}
	.filosofia_content {
		text-align: center;
	}
	.intro_images_container {
        width: 75%;
    }
	.site-info p {
		text-align: center;
		width: 70%;
	}
	.site-info {
		align-items: center;
		align-content: center;
	}
	.footer-columns {
        flex-direction: row;
        display: flex;
        justify-content: center;
        gap: 5rem;
    }
    .intro_content h1 {
        font-size: 5.3rem;
        line-height: 5.6rem;
    }
	.intro_content .cham {
        width: 20rem;
    }
}

/* --------------------------------------- */
/* 3. Tablets (Portrait)                   */
/* --------------------------------------- */
@media (min-width: 768px){ 
/* iPad portrait, small tablets */
.container {
	max-width: 90%;
}
.row {
    flex-direction: row;
}
.intro_content {
    max-width: 50%;
}
.intro_images {
    width: 100%;
}
.intro_images_container {
	width: 100%;
}
.intro_content .cham_container {
    flex-direction: row;
}
.main-navigation {
    display: flex;
}
.menu-menu-container {
    display: flex;
}
.site-header {
    width: 100%;
}
.site-header {
	padding: calc(var(--gap-normal) * 2) 0 calc(var(--gap-normal) * 2);
}
.row {
    gap: calc(var(--gap-normal) * 3);
}
.filosofia_content {
	max-width: 600px;
}
.filosofia_list {
    width: 90%;
}
.intro_content h1 {
    font-size: 3.3rem;
    line-height: 3.6rem;
}
}


/* --------------------------------------- */
/* 4. Tablets (Landscape) / Small Laptops  */
/* --------------------------------------- */
@media (min-width: 960px){ 
	/* iPad landscape, small laptops */
	.site-footer {
		width: 100%;
	}
	.site-info {
		max-width: 280px;
	}
	.footer-content {
		flex-direction: row;
		gap: calc(var(--gap-big) * 1);
		width: 100%;
	}

	.footer-columns {
        justify-content: space-around;
        gap: 0rem;
    }
	.site-info {
        max-width: 35%;
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
    }
	.site-info p {
        text-align: left;
        width: 100%;
    }
	.row {
		gap: calc(var(--gap-normal) * 4);
	}
	.filosofia_content {
		max-width: 70%;
	}
	.filosofia_list {
		width: 80%;
	}
	.intro_content h1 {
		font-size: 4.2rem;
		line-height: 4.5rem;
	}
}
	

/* --------------------------------------- */
/* 4. Tablets (Landscape) / Small Laptops  */
/* --------------------------------------- */
@media (min-width: 1024px){ 
/* iPad landscape, small laptops */
.container {
	max-width: 960px;
}
.intro_content {
	max-width: 46%;
}

}

/* --------------------------------------- */
/* 5. Laptops & Desktops                   */
/* --------------------------------------- */
@media (min-width: 1280px) { 
/* Typical laptops */
.container {
	max-width: 1024px;
}
html {
	font-size: 63%;
}
}

/* --------------------------------------- */
/* 6. Large Desktops                       */
/* --------------------------------------- */
@media (min-width: 1440px) { 
/* 1080p monitors, widescreens */
.container {
	max-width: 1140px;
}
html {
	font-size: 67%;
}
}

/* --------------------------------------- */
/* 7. Extra-Large / 4K Displays            */
/* --------------------------------------- */
@media (min-width: 1920px) { 
/* 1080p+, ultrawide, 4K */
}