/*!
Theme Name: Elepak
Theme URI: http://underscores.me/
Author: Squembri
Author URI: https://squembri.com
Description: Theme para el proyecto Elepak
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: elepak
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.

Elepak 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;
}
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 {
  text-decoration: underline;
  font: normal normal 800 14px/10px Figtree;
  letter-spacing: 0px;
  color: #FF9800;
}
a:visited {
  color: #FF9800;
}
a:hover,
a:focus,
a:active {
  color: #2BCCD4;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/* Forms
--------------------------------------------- */
button:not(.mgbutton):not(.moove-gdpr-infobar-close-btn):not(#moove_gdpr_save_popup_settings_button):not(.moove-gdpr-modal-close):not(.media-menu-item):not(.media-modal-close):not(.media-frame-title):not(.media-frame-menu-toggle):not(.check):not(.button-link):not(.copy-attachment-url):not(.slick-dots button),
input[type="button"],
input[type="reset"],
input[type="submit"] {
  appearance: none;
  font: normal normal 800 17px/12px Figtree;
  letter-spacing: 0px;
  color: #FFFFFF;
  background: #FF9800 0% 0% no-repeat padding-box;
  border-radius: 80px;
  transition: all 0.5s ease;
  text-decoration: none;
  min-width: 256px;
  padding: 14px 20px;
  display: inline-block;
  text-align: center;
  border: solid 2px #FF9800;
}
button:not(.mgbutton):not(.moove-gdpr-infobar-close-btn):not(#moove_gdpr_save_popup_settings_button):not(.moove-gdpr-modal-close):not(.media-menu-item):not(.media-modal-close):not(.media-frame-title):not(.media-frame-menu-toggle):not(.check):not(.button-link):not(.copy-attachment-url):not(.slick-dots button):hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #2BCCD4;
  color: #fff;
  border-color: #2BCCD4;
}
/* div.media-modal{
	button{
		font: initial !important;
		background: unset !important;
		border-radius: unset !important;
		padding: initial !important;
		min-width: unset !important;
	}
} */
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;
}
/* ELEPACK GENERAL */
.width-5 {
  width: 5%;
}
.width-10 {
  width: 10%;
}
.width-15 {
  width: 15%;
}
.width-20 {
  width: 20%;
}
.width-25 {
  width: 25%;
}
.width-30 {
  width: 30%;
}
.width-35 {
  width: 35%;
}
.width-40 {
  width: 40%;
}
.width-45 {
  width: 45%;
}
.width-50 {
  width: 50%;
}
.width-55 {
  width: 55%;
}
.width-60 {
  width: 60%;
}
.width-65 {
  width: 65%;
}
.width-70 {
  width: 70%;
}
.width-75 {
  width: 75%;
}
.width-80 {
  width: 80%;
}
.width-85 {
  width: 85%;
}
.width-90 {
  width: 90%;
}
.width-95 {
  width: 95%;
}
.width-100 {
  width: 100%;
}
.sq-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.sq-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.sq-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.sq-grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.sq-grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.sq-gap-5 {
  gap: 5px;
}
.sq-gap-6 {
  gap: 6px;
}
.sq-gap-7 {
  gap: 7px;
}
.sq-gap-8 {
  gap: 8px;
}
.sq-gap-9 {
  gap: 9px;
}
.sq-gap-10 {
  gap: 10px;
}
.sq-gap-11 {
  gap: 11px;
}
.sq-gap-12 {
  gap: 12px;
}
.sq-gap-13 {
  gap: 13px;
}
.sq-gap-14 {
  gap: 14px;
}
.sq-gap-15 {
  gap: 15px;
}
.sq-gap-16 {
  gap: 16px;
}
.sq-gap-17 {
  gap: 17px;
}
.sq-gap-18 {
  gap: 18px;
}
.sq-gap-19 {
  gap: 19px;
}
.sq-gap-20 {
  gap: 20px;
}
.sq-gap-21 {
  gap: 21px;
}
.sq-gap-22 {
  gap: 22px;
}
.sq-gap-23 {
  gap: 23px;
}
.sq-gap-24 {
  gap: 24px;
}
.sq-gap-25 {
  gap: 25px;
}
.sq-gap-26 {
  gap: 26px;
}
.sq-gap-27 {
  gap: 27px;
}
.sq-gap-28 {
  gap: 28px;
}
.sq-gap-29 {
  gap: 29px;
}
.sq-gap-30 {
  gap: 30px;
}
.sq-gap-31 {
  gap: 31px;
}
.sq-gap-32 {
  gap: 32px;
}
.sq-gap-33 {
  gap: 33px;
}
.sq-gap-34 {
  gap: 34px;
}
.sq-gap-35 {
  gap: 35px;
}
.sq-gap-36 {
  gap: 36px;
}
.sq-gap-37 {
  gap: 37px;
}
.sq-gap-38 {
  gap: 38px;
}
.sq-gap-39 {
  gap: 39px;
}
.sq-gap-40 {
  gap: 40px;
}
.sq-gap-41 {
  gap: 41px;
}
.sq-gap-42 {
  gap: 42px;
}
.sq-gap-43 {
  gap: 43px;
}
.sq-gap-44 {
  gap: 44px;
}
.sq-gap-45 {
  gap: 45px;
}
.sq-gap-46 {
  gap: 46px;
}
.sq-gap-47 {
  gap: 47px;
}
.sq-gap-48 {
  gap: 48px;
}
.sq-gap-49 {
  gap: 49px;
}
.sq-gap-50 {
  gap: 50px;
}
.sq-gap-51 {
  gap: 51px;
}
.sq-gap-52 {
  gap: 52px;
}
.sq-gap-53 {
  gap: 53px;
}
.sq-gap-54 {
  gap: 54px;
}
.sq-gap-55 {
  gap: 55px;
}
.sq-gap-56 {
  gap: 56px;
}
.sq-gap-57 {
  gap: 57px;
}
.sq-gap-58 {
  gap: 58px;
}
.sq-gap-59 {
  gap: 59px;
}
.sq-gap-60 {
  gap: 60px;
}
.sq-gap-61 {
  gap: 61px;
}
.sq-gap-62 {
  gap: 62px;
}
.sq-gap-63 {
  gap: 63px;
}
.sq-gap-64 {
  gap: 64px;
}
.sq-gap-65 {
  gap: 65px;
}
.sq-gap-66 {
  gap: 66px;
}
.sq-gap-67 {
  gap: 67px;
}
.sq-gap-68 {
  gap: 68px;
}
.sq-gap-69 {
  gap: 69px;
}
.sq-gap-70 {
  gap: 70px;
}
.sq-gap-71 {
  gap: 71px;
}
.sq-gap-72 {
  gap: 72px;
}
.sq-gap-73 {
  gap: 73px;
}
.sq-gap-74 {
  gap: 74px;
}
.sq-gap-75 {
  gap: 75px;
}
.sq-gap-76 {
  gap: 76px;
}
.sq-gap-77 {
  gap: 77px;
}
.sq-gap-78 {
  gap: 78px;
}
.sq-gap-79 {
  gap: 79px;
}
.sq-gap-80 {
  gap: 80px;
}
.sq-gap-81 {
  gap: 81px;
}
.sq-gap-82 {
  gap: 82px;
}
.sq-gap-83 {
  gap: 83px;
}
.sq-gap-84 {
  gap: 84px;
}
.sq-gap-85 {
  gap: 85px;
}
.sq-gap-86 {
  gap: 86px;
}
.sq-gap-87 {
  gap: 87px;
}
.sq-gap-88 {
  gap: 88px;
}
.sq-gap-89 {
  gap: 89px;
}
.sq-gap-90 {
  gap: 90px;
}
.sq-gap-91 {
  gap: 91px;
}
.sq-gap-92 {
  gap: 92px;
}
.sq-gap-93 {
  gap: 93px;
}
.sq-gap-94 {
  gap: 94px;
}
.sq-gap-95 {
  gap: 95px;
}
.sq-gap-96 {
  gap: 96px;
}
.sq-gap-97 {
  gap: 97px;
}
.sq-gap-98 {
  gap: 98px;
}
.sq-gap-99 {
  gap: 99px;
}
.sq-gap-100 {
  gap: 100px;
}
.sq-centrado,
.sq-center {
  margin: 0 auto;
  align-items: center;
}
.wrap {
  width: 100%;
  max-width: 1316px;
  margin: 0 auto;
  padding: 0 20px;
}
.sq-1600 {
  width: 100%;
  max-width: 1600px;
}
.sq-1320 {
  width: 100%;
  max-width: 1320px;
  padding: 0px 20px;
}
.sq-1170 {
  width: 100%;
  max-width: 1170px;
  padding: 0px 20px;
}
.sq-1094 {
  width: 100%;
  max-width: 1134px;
  padding: 0px 20px;
  margin: auto;
}
.sq-flex {
  display: flex;
  gap: 15px;
}
.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.sq-relative {
  position: relative;
}
.fancybox__container {
  z-index: 999999 !important;
}
.SQ_migas_yoast {
  display: flex;
  gap: 9px;
  align-items: center;
}
.SQ_migas_yoast svg {
  margin-bottom: 2px;
}
.SQ_migas_yoast p {
  font: normal normal 500 15px/22px Figtree;
  letter-spacing: 0px;
  color: #212121;
  margin: 0px;
}
.SQ_migas_yoast p a {
  font: normal normal 500 15px/22px Figtree;
  letter-spacing: 0px;
  color: #76777A;
  text-decoration: none;
}
html {
  font: normal normal normal 15px/27px Figtree;
  letter-spacing: 0px;
  color: #76777A;
  scroll-behavior: smooth;
  scroll-padding-top: 40px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 {
  font: normal normal 900 50px/54px Figtree;
  letter-spacing: 0px;
  color: #222222;
}
h2 {
  font: normal normal bold 20px/20px Figtree;
  letter-spacing: 0px;
  color: #FF9800;
}
p {
  font: normal normal normal 15px/27px Figtree;
  letter-spacing: 0px;
  color: #76777A;
}
/* BOTONES */
.button-primary {
  appearance: none;
  font: normal normal 800 17px/12px Figtree;
  letter-spacing: 0px;
  color: #FFFFFF;
  background: #FF9800 0% 0% no-repeat padding-box;
  border-radius: 80px;
  transition: all 0.5s ease;
  text-decoration: none;
  min-width: 256px;
  padding: 14px 20px;
  display: inline-block;
  text-align: center;
  border: solid 2px #FF9800;
}
.button-primary:hover {
  background: #2BCCD4;
  color: #fff;
  border-color: #2BCCD4;
}
.SQ_btn,
body a.SQ_btn,
.woocommerce button.SQ_btn,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.SQ_btn,
.woocommerce button.button.alt.SQ_btn {
  font: normal normal 800 17px/12px Figtree;
  letter-spacing: 0px;
  color: #FFFFFF;
  background: #FF9800 0% 0% no-repeat padding-box;
  border-radius: 80px;
  transition: all 0.5s ease;
  text-decoration: none;
  min-width: 256px;
  padding: 14px 20px;
  display: inline-block;
  text-align: center;
  border: solid 2px #FF9800;
}
.SQ_btn:hover,
body a.SQ_btn:hover,
.woocommerce button.SQ_btn:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.SQ_btn:hover,
.woocommerce button.button.alt.SQ_btn:hover {
  background: #2BCCD4;
  color: #fff;
  border-color: #2BCCD4;
}
.SQ_btn_azul,
body a.SQ_btn_azul,
.woocommerce button.SQ_btn_azul {
  background: #2BCCD4 0% 0% no-repeat padding-box;
  border-color: #2BCCD4;
}
.SQ_btn_azul:hover,
body a.SQ_btn_azul:hover,
.woocommerce button.SQ_btn_azul:hover {
  background-color: transparent;
  color: #2BCCD4;
}
.SQ_btn_azul_transparente,
body a.SQ_btn_azul_transparente,
.woocommerce button.SQ_btn_azul_transparente {
  background: transparent;
  border-color: #2BCCD4;
  color: #2BCCD4;
}
.SQ_btn_azul_transparente:hover,
body a.SQ_btn_azul_transparente:hover,
.woocommerce button.SQ_btn_azul_transparente:hover {
  background-color: #2BCCD4 0% 0% no-repeat padding-box;
  color: #fff;
}
.SQ_btn_transparente,
body a.SQ_btn_transparente,
.woocommerce button.SQ_btn_transparente {
  background: transparent;
  border-color: #fff;
}
.SQ_btn_transparente:hover,
body a.SQ_btn_transparente:hover,
.woocommerce button.SQ_btn_transparente:hover {
  background: #FF9800 0% 0% no-repeat padding-box;
  color: #fff;
  border-color: #FF9800;
}
.sq_input_text,
.woocommerce input.sq_input_text,
.woocommerce-cart table.cart td.actions .coupon .input-text.sq_input_text {
  padding: 14px 25px;
  border: 1px solid #707070;
  width: 250px;
  border-radius: 80px;
  text-align: center;
  background: transparent;
  font: normal normal normal 14px/12px Figtree;
  letter-spacing: 0px;
  color: #6E6E6E;
}
.sq_input_text::placeholder,
.woocommerce input.sq_input_text::placeholder,
.woocommerce-cart table.cart td.actions .coupon .input-text.sq_input_text::placeholder {
  font: normal normal normal 14px/12px Figtree;
  letter-spacing: 0px;
  color: #6E6E6E;
  text-align: center;
}
/* LISTADOS */
ul,
ol {
  margin: 0px;
  padding: 0px;
}
ul li,
ol li {
  list-style: none;
}
.sq-info li {
  list-style: unset;
  font: normal normal normal 14px/12px Figtree;
  letter-spacing: 0px;
  color: #6E6E6E;
  margin: 0px;
  margin-bottom: 20px;
}
.sq-info li a {
  color: #FF9800;
}
/* ajuste responsive básico */
@media screen and (min-width: 1026px) {
  .sq_pc {
    display: block;
  }
  .sq_tablet {
    display: none;
  }
  .sq_movil {
    display: none;
  }
}
@media screen and (max-width: 1025px) {
  .sq_pc {
    display: none;
  }
  .sq_tablet {
    display: block;
  }
  .sq_movil {
    display: block;
  }
}
@media screen and (max-width: 769px) {
  .sq_pc {
    display: none;
  }
  .sq_tablet {
    display: none;
  }
  .sq_movil {
    display: block;
  }
}
/* checkbox */
input[type="checkbox"] {
  appearance: none;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11.946' viewBox='0 0 12 11.946'%3E%3Cg id='Grupo_1220' data-name='Grupo 1220' transform='translate(-899.451 -1491.211)'%3E%3Cg id='Grupo_1062' data-name='Grupo 1062' transform='translate(910.951 1499.838)'%3E%3Cpath id='Trazado_585' data-name='Trazado 585' d='M0,0A2.82,2.82,0,0,1-2.82,2.819H-8.18A2.819,2.819,0,0,1-11,0V-5.307a2.819,2.819,0,0,1,2.82-2.82h5.36A2.819,2.819,0,0,1,0-5.307Z' fill='none' stroke='%23a5a5a5' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
  margin-right: 6px;
  transition: all 0.5s ease;
}
input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11.946' viewBox='0 0 12 11.946'%3E%3Cg id='Grupo_1629' data-name='Grupo 1629' transform='translate(-899.451 -1491.211)'%3E%3Cpath id='Trazado_585' data-name='Trazado 585' d='M0,0A2.82,2.82,0,0,1-2.82,2.819H-8.18A2.819,2.819,0,0,1-11,0V-5.307a2.819,2.819,0,0,1,2.82-2.82h5.36A2.819,2.819,0,0,1,0-5.307Z' transform='translate(910.951 1499.838)' fill='none' stroke='%23a5a5a5' stroke-width='1'/%3E%3Cpath id='Trazado_537' data-name='Trazado 537' d='M0,0-2.363-1.739-3.314-.714-.4,2.677l.514.6L.653,2.7,6.129-3.219,5.167-4.242Z' transform='translate(904.266 1497.982)' fill='%232bccd4'/%3E%3C/g%3E%3C/svg%3E%0A");
}
/* Radio */
input[type="radio"] {
  appearance: none;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19'%3E%3Cg id='Elipse_43' data-name='Elipse 43' fill='%23fff' stroke='%23c6c6c6' stroke-width='1'%3E%3Ccircle cx='9.5' cy='9.5' r='9.5' stroke='none'/%3E%3Ccircle cx='9.5' cy='9.5' r='9' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A");
  height: 19px;
  width: 19px;
  transition: all 0.5s ease;
}
input[type="radio"]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19'%3E%3Cg id='Grupo_1633' data-name='Grupo 1633' transform='translate(-1388 -1284)'%3E%3Cg id='Elipse_43' data-name='Elipse 43' transform='translate(1388 1284)' fill='%23fff' stroke='%23c6c6c6' stroke-width='1'%3E%3Ccircle cx='9.5' cy='9.5' r='9.5' stroke='none'/%3E%3Ccircle cx='9.5' cy='9.5' r='9' fill='none'/%3E%3C/g%3E%3Ccircle id='Elipse_44' data-name='Elipse 44' cx='4.5' cy='4.5' r='4.5' transform='translate(1393 1289)' fill='%232bccd4'/%3E%3C/g%3E%3C/svg%3E%0A");
}
/* FUENTE ADICIONAL */
@font-face {
  font-family: HelveticaNeue;
  src: url(library/fuentes/HelveticaNeue-Regular.ttf);
}
/* forzamos queries */
@media screen and (min-width: 1026px) {
  .sq-movil,
  .sq-tablet {
    display: none;
  }
  .sq-pc {
    display: unset;
  }
}
@media screen and (max-width: 1025px) {
  .sq-movil,
  .sq-pc {
    display: none;
  }
  .sq-tablet {
    display: unset;
  }
}
@media screen and (max-width: 769px) {
  .sq-tablet,
  .sq-pc {
    display: none;
  }
  .sq-movil {
    display: unset;
  }
}
/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
/* Botón editar post y WP */
.sq_edit_post {
  position: fixed;
  bottom: 155px;
  left: 30px;
  border-radius: 100%;
  background: #181818;
  border: 5px #464646 solid;
  box-shadow: 0 3px 16px 0px rgba(0, 0, 0, 0.75);
  z-index: 9999;
}
.sq_edit_post a {
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sq_edit_post a svg {
  width: 25px;
  height: 20px;
}
.sq_edit_post a svg path {
  fill: #fff;
}
.sq_edit_post.sq_wp_link {
  bottom: 90px;
}
section {
  display: block;
}
/*
Ajuste tiempo entrega
*/
.SQ_TiempoEntrega {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  padding: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  font-size: 12px;
  line-height: 28px;
}
.SQ_TiempoEntrega a {
  font-size: 12px;
  line-height: 28px;
}
article.menu_sticky .cart-collaterals .cart_totals table tbody tr td,
article.menu_sticky .cart-collaterals .cart_totals table tbody tr:last-child td,
article.menu_sticky .cart-collaterals .cart_totals table tbody tr:first-child td,
article.menu_sticky .cart-collaterals .cart_totals table tbody tr th,
article.menu_sticky .cart-collaterals .cart_totals table tbody tr:last-child th,
article.menu_sticky .cart-collaterals .cart_totals table tbody tr:first-child th {
  padding-top: 5px;
  padding-bottom: 5px;
}
article.menu_sticky table.shop_table tbody tr:not(.final_row) .woocommerce-shipping-totals p {
  margin-bottom: 0px !important;
}
