/*!
Theme Name: Desguace Suspiro
Theme URI: https://desguacesuspiro.es/
Author: Squembri
Author URI: https://squembri.com
Description: Theme para el proyecto Desguace Suspiro
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: Desguace-Suspiro
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.

Desguace-Suspiro 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;
  overflow: hidden;
}
/**
 * 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 {
  padding: 5px;
  padding-left: 25px;
  border-left: 7px solid #0B6FAF;
  margin: 0px;
  background: #f4f4f4;
}
blockquote p {
  font: normal italic bold 18px/22px Clash Grotesk;
  margin: 0px;
}
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: none;
  font: normal normal normal 16px/22px Clash Grotesk;
  letter-spacing: 0.64px;
  color: #101F29;
}
a:visited {
  color: #101F29;
}
a:hover,
a:focus,
a:active {
  color: #FFA831;
}
a:focus {
  /* outline: thin dotted; */
}
a:hover,
a:active {
  /* outline: 0; */
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  appearance: none;
  text-align: center;
  font: normal normal 500 16px/19px Clash Grotesk;
  letter-spacing: 1.28px;
  color: #FFFFFF;
  background: #101F29 0% 0% no-repeat padding-box;
  border: 2px solid #101F29;
  border-radius: 25px;
  transition: all 0.5s ease;
  text-decoration: none;
  padding: 12px 24px;
  display: inline-block;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #FFA831;
  color: #fff;
  border-color: #FFA831;
}
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.home {
  margin-top: 95px;
}
@media screen and (max-width: 1125px) {
  #primary.home {
    margin-top: 80px;
  }
}
#primary {
  /* outline: 0; */
  margin-top: 147px;
}
@media screen and (max-width: 1125px) {
  #primary {
    margin-top: 80px;
  }
}
/* 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;
}
/* GENERAL */
.sq-flex {
  display: flex;
  gap: 15px;
}
/* @code:@index*5; */
.width-1 {
  width: 1%;
}
/* @code:@index*5; */
.width-2 {
  width: 2%;
}
/* @code:@index*5; */
.width-3 {
  width: 3%;
}
/* @code:@index*5; */
.width-4 {
  width: 4%;
}
/* @code:@index*5; */
.width-5 {
  width: 5%;
}
/* @code:@index*5; */
.width-6 {
  width: 6%;
}
/* @code:@index*5; */
.width-7 {
  width: 7%;
}
/* @code:@index*5; */
.width-8 {
  width: 8%;
}
/* @code:@index*5; */
.width-9 {
  width: 9%;
}
/* @code:@index*5; */
.width-10 {
  width: 10%;
}
/* @code:@index*5; */
.width-11 {
  width: 11%;
}
/* @code:@index*5; */
.width-12 {
  width: 12%;
}
/* @code:@index*5; */
.width-13 {
  width: 13%;
}
/* @code:@index*5; */
.width-14 {
  width: 14%;
}
/* @code:@index*5; */
.width-15 {
  width: 15%;
}
/* @code:@index*5; */
.width-16 {
  width: 16%;
}
/* @code:@index*5; */
.width-17 {
  width: 17%;
}
/* @code:@index*5; */
.width-18 {
  width: 18%;
}
/* @code:@index*5; */
.width-19 {
  width: 19%;
}
/* @code:@index*5; */
.width-20 {
  width: 20%;
}
/* @code:@index*5; */
.width-21 {
  width: 21%;
}
/* @code:@index*5; */
.width-22 {
  width: 22%;
}
/* @code:@index*5; */
.width-23 {
  width: 23%;
}
/* @code:@index*5; */
.width-24 {
  width: 24%;
}
/* @code:@index*5; */
.width-25 {
  width: 25%;
}
/* @code:@index*5; */
.width-26 {
  width: 26%;
}
/* @code:@index*5; */
.width-27 {
  width: 27%;
}
/* @code:@index*5; */
.width-28 {
  width: 28%;
}
/* @code:@index*5; */
.width-29 {
  width: 29%;
}
/* @code:@index*5; */
.width-30 {
  width: 30%;
}
/* @code:@index*5; */
.width-31 {
  width: 31%;
}
/* @code:@index*5; */
.width-32 {
  width: 32%;
}
/* @code:@index*5; */
.width-33 {
  width: 33%;
}
/* @code:@index*5; */
.width-34 {
  width: 34%;
}
/* @code:@index*5; */
.width-35 {
  width: 35%;
}
/* @code:@index*5; */
.width-36 {
  width: 36%;
}
/* @code:@index*5; */
.width-37 {
  width: 37%;
}
/* @code:@index*5; */
.width-38 {
  width: 38%;
}
/* @code:@index*5; */
.width-39 {
  width: 39%;
}
/* @code:@index*5; */
.width-40 {
  width: 40%;
}
/* @code:@index*5; */
.width-41 {
  width: 41%;
}
/* @code:@index*5; */
.width-42 {
  width: 42%;
}
/* @code:@index*5; */
.width-43 {
  width: 43%;
}
/* @code:@index*5; */
.width-44 {
  width: 44%;
}
/* @code:@index*5; */
.width-45 {
  width: 45%;
}
/* @code:@index*5; */
.width-46 {
  width: 46%;
}
/* @code:@index*5; */
.width-47 {
  width: 47%;
}
/* @code:@index*5; */
.width-48 {
  width: 48%;
}
/* @code:@index*5; */
.width-49 {
  width: 49%;
}
/* @code:@index*5; */
.width-50 {
  width: 50%;
}
/* @code:@index*5; */
.width-51 {
  width: 51%;
}
/* @code:@index*5; */
.width-52 {
  width: 52%;
}
/* @code:@index*5; */
.width-53 {
  width: 53%;
}
/* @code:@index*5; */
.width-54 {
  width: 54%;
}
/* @code:@index*5; */
.width-55 {
  width: 55%;
}
/* @code:@index*5; */
.width-56 {
  width: 56%;
}
/* @code:@index*5; */
.width-57 {
  width: 57%;
}
/* @code:@index*5; */
.width-58 {
  width: 58%;
}
/* @code:@index*5; */
.width-59 {
  width: 59%;
}
/* @code:@index*5; */
.width-60 {
  width: 60%;
}
/* @code:@index*5; */
.width-61 {
  width: 61%;
}
/* @code:@index*5; */
.width-62 {
  width: 62%;
}
/* @code:@index*5; */
.width-63 {
  width: 63%;
}
/* @code:@index*5; */
.width-64 {
  width: 64%;
}
/* @code:@index*5; */
.width-65 {
  width: 65%;
}
/* @code:@index*5; */
.width-66 {
  width: 66%;
}
/* @code:@index*5; */
.width-67 {
  width: 67%;
}
/* @code:@index*5; */
.width-68 {
  width: 68%;
}
/* @code:@index*5; */
.width-69 {
  width: 69%;
}
/* @code:@index*5; */
.width-70 {
  width: 70%;
}
/* @code:@index*5; */
.width-71 {
  width: 71%;
}
/* @code:@index*5; */
.width-72 {
  width: 72%;
}
/* @code:@index*5; */
.width-73 {
  width: 73%;
}
/* @code:@index*5; */
.width-74 {
  width: 74%;
}
/* @code:@index*5; */
.width-75 {
  width: 75%;
}
/* @code:@index*5; */
.width-76 {
  width: 76%;
}
/* @code:@index*5; */
.width-77 {
  width: 77%;
}
/* @code:@index*5; */
.width-78 {
  width: 78%;
}
/* @code:@index*5; */
.width-79 {
  width: 79%;
}
/* @code:@index*5; */
.width-80 {
  width: 80%;
}
/* @code:@index*5; */
.width-81 {
  width: 81%;
}
/* @code:@index*5; */
.width-82 {
  width: 82%;
}
/* @code:@index*5; */
.width-83 {
  width: 83%;
}
/* @code:@index*5; */
.width-84 {
  width: 84%;
}
/* @code:@index*5; */
.width-85 {
  width: 85%;
}
/* @code:@index*5; */
.width-86 {
  width: 86%;
}
/* @code:@index*5; */
.width-87 {
  width: 87%;
}
/* @code:@index*5; */
.width-88 {
  width: 88%;
}
/* @code:@index*5; */
.width-89 {
  width: 89%;
}
/* @code:@index*5; */
.width-90 {
  width: 90%;
}
/* @code:@index*5; */
.width-91 {
  width: 91%;
}
/* @code:@index*5; */
.width-92 {
  width: 92%;
}
/* @code:@index*5; */
.width-93 {
  width: 93%;
}
/* @code:@index*5; */
.width-94 {
  width: 94%;
}
/* @code:@index*5; */
.width-95 {
  width: 95%;
}
/* @code:@index*5; */
.width-96 {
  width: 96%;
}
/* @code:@index*5; */
.width-97 {
  width: 97%;
}
/* @code:@index*5; */
.width-98 {
  width: 98%;
}
/* @code:@index*5; */
.width-99 {
  width: 99%;
}
/* @code:@index*5; */
.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: 1260px;
  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-overlay,
.sq-fondo {
  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 {
  margin: 0px;
  font: normal normal 500 14px/17px Clash Grotesk;
  letter-spacing: 0.42px;
  color: #FC7E2F;
  text-transform: uppercase;
}
.SQ_migas_yoast p a {
  font: normal normal 500 14px/17px Clash Grotesk;
  letter-spacing: 0.42px;
  color: #335677;
  text-transform: uppercase;
  text-decoration: none;
}
html {
  font: normal normal normal 16px/22px Clash Grotesk;
  letter-spacing: 0.64px;
  color: #707070;
  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 bold 56px/56px Clash Grotesk;
  letter-spacing: 1.12px;
  color: #101F29;
}
h2 {
  font: normal normal bold 20px/22px Clash Grotesk;
  letter-spacing: 0.8px;
  color: #101F29;
}
h3 {
  font: normal normal bold 18px/22px Clash Grotesk;
  letter-spacing: 0.64px;
  color: #707070;
}
h4 {
  font: normal normal bold 16px/22px Clash Grotesk;
  letter-spacing: 0.64px;
  color: #707070;
}
p {
  font: normal normal normal 16px/22px Clash Grotesk;
  letter-spacing: 0.64px;
  color: #707070;
}
/* BOTONES */
.SQ_btn,
body a.SQ_btn,
.SQ_btn#place_order,
.woocommerce button.button.SQ_btn,
div.SQ_btn {
  cursor: pointer;
  text-align: center;
  font: normal normal 500 16px/19px Clash Grotesk;
  letter-spacing: 1.28px;
  color: #FFFFFF;
  background: #101F29 0% 0% no-repeat padding-box;
  border: 2px solid #101F29;
  border-radius: 25px;
  transition: all 0.5s ease;
  text-decoration: none;
  /* padding: 12px 24px; */
  padding: 11px 24px 10px 24px;
  display: inline-block;
}
.SQ_btn:hover,
body a.SQ_btn:hover,
.SQ_btn#place_order:hover,
.woocommerce button.button.SQ_btn:hover,
div.SQ_btn:hover {
  background: #FFA831;
  color: #fff;
  border-color: #FFA831;
}
@media screen and (max-width: 1025px) {
  .woocommerce button.button.SQ_btn {
    width: 100%;
  }
}
.SQ_btn_azul,
body a.SQ_btn_azul {
  background: #2BCCD4 0% 0% no-repeat padding-box;
  border-color: #2BCCD4;
}
.SQ_btn_azul:hover,
body a.SQ_btn_azul:hover {
  background-color: transparent;
  color: #2BCCD4;
}
.SQ_btn_azul_transparente,
body a.SQ_btn_azul_transparente,
body div.SQ_btn_azul_transparente {
  background: transparent;
  border-color: #0B6FAF;
  color: #0B6FAF;
  cursor: pointer;
}
.SQ_btn_azul_transparente:hover,
body a.SQ_btn_azul_transparente:hover,
body div.SQ_btn_azul_transparente:hover {
  background: #0B6FAF;
  border-color: #0B6FAF;
  color: #fff;
}
.SQ_btn_azul_transparente:hover path,
body a.SQ_btn_azul_transparente:hover path,
body div.SQ_btn_azul_transparente:hover path {
  fill: #fff;
}
.SQ_btn_azul_transparente:hover line,
body a.SQ_btn_azul_transparente:hover line,
body div.SQ_btn_azul_transparente:hover line {
  stroke: #fff;
}
.SQ_btn_transparente,
body a.SQ_btn_transparente {
  background: transparent;
  border: 2px solid #FFFFFF;
}
.SQ_btn_transparente:hover,
body a.SQ_btn_transparente:hover {
  background: #FF9800 0% 0% no-repeat padding-box;
  color: #fff;
  border-color: #FF9800;
}
.SQ_btn_blanco,
body a.SQ_btn_blanco,
button,
input[type="button"].SQ_btn_blanco,
input[type="submit"].SQ_btn_blanco {
  background: transparent;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.SQ_btn_blanco:hover,
body a.SQ_btn_blanco:hover,
button:hover,
input[type="button"].SQ_btn_blanco:hover,
input[type="submit"].SQ_btn_blanco:hover {
  background: #FFA831 0% 0% no-repeat padding-box;
  border-color: #FFA831;
}
/* LISTADOS */
ul,
ol {
  margin: 0px;
  padding: 0px;
}
ul li,
ol li {
  list-style: none;
  font: normal normal normal 16px/22px Clash Grotesk;
  letter-spacing: 0.64px;
  color: #707070;
}
ul li a,
ol li a {
  color: #101F29;
}
ul li strong,
ol li strong {
  font-weight: bolder;
  color: #101F29;
}
ul li a,
ol li a {
  /* text-decoration: underline; */
}
section#SingleProduct_Description {
  margin-top: -100px;
  margin-bottom: 100px;
}
section#SingleProduct_Description ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
section#SingleProduct_Description ul li {
  padding-left: 0px;
  padding-left: 30px;
  text-align: left;
  font: normal normal normal 16px/22px Clash Grotesk;
  letter-spacing: 0.64px;
  color: #707070;
  position: relative;
}
section#SingleProduct_Description ul li::before {
  content: "";
  width: 7px;
  /* Ajusta según tus necesidades */
  height: 7px;
  /* Ajusta según tus necesidades */
  margin-right: 5px;
  /* Margen derecho entre el icono y el texto */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='7' viewBox='0 0 7 7'%3E%3Ccircle id='Elipse_79' data-name='Elipse 79' cx='3.5' cy='3.5' r='3.5' fill='%230b6faf'/%3E%3C/svg%3E%0A");
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  top: 7px;
  left: 13px;
}
section#SingleProduct_Description ol {
  margin: 0;
  padding: 0;
  counter-reset: my-counter;
}
section#SingleProduct_Description ol li {
  padding-left: 0;
  padding-left: 30px;
  /* Ajusta según tus necesidades */
  text-align: left;
  font: normal normal normal 16px/22px Clash Grotesk;
  letter-spacing: 0.64px;
  color: #707070;
  position: relative;
  counter-increment: my-counter;
  margin-bottom: 5px;
}
section#SingleProduct_Description ol li::before {
  content: counter(my-counter);
  width: 18px;
  height: 18px;
  line-height: 19px;
  text-align: center;
  font-weight: bold;
  background-color: #0B6FAF;
  color: #fff;
  position: absolute;
  top: 0px;
  left: 5px;
}
div.sq-content ul,
section.sq-content ul,
div.sq-content ol,
section.sq-content ol {
  padding-left: 25px;
}
div.sq-content ul li,
section.sq-content ul li,
div.sq-content ol li,
section.sq-content ol li {
  list-style: initial;
}
.general_content ol {
  counter-reset: custom-counter;
  /* Reinicia el contador personalizado */
}
.general_content ol li {
  position: relative;
  margin-left: 35px;
  font: normal normal normal 16px/22px Clash Grotesk;
  letter-spacing: 0.64px;
  color: #707070;
}
.general_content ol li::before {
  content: counter(custom-counter) "/";
  /* Muestra el número personalizado con el formato deseado */
  counter-increment: custom-counter;
  /* Incrementa el contador personalizado */
  position: absolute;
  /* Posiciona el número personalizado */
  left: -25px;
  /* Alineación a la izquierda */
  top: 0px;
  /* Alineación en la parte superior */
  font-weight: bold;
  /* Estilo del número personalizado */
  width: 25px;
  height: 25px;
}
.general_content ul:not(.woocommerce ul) {
  position: relative;
  padding-left: 0px;
}
.general_content ul:not(.woocommerce ul) li {
  position: relative;
  padding-left: 35px;
  text-align: left;
  font: normal normal normal 16px/22px Clash Grotesk;
  letter-spacing: 0.64px;
  color: #707070;
}
.general_content ul:not(.woocommerce ul) li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Ccircle id='Elipse_71' data-name='Elipse 71' cx='7' cy='7' r='7' fill='%23101f29'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
}
/* 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"],
.woocommerce form .form-row .input-checkbox {
  appearance: none;
  display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg id='Componente_42_1' data-name='Componente 42 – 1' xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11'%3E%3Cg id='Rectángulo_2109' data-name='Rectángulo 2109' fill='none' stroke='%23949494' stroke-width='1.5'%3E%3Crect width='11' height='11' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='9.5' height='9.5' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A");
  height: 11px;
  width: 11px;
  margin-right: 6px;
  transition: all 0.5s ease;
}
input[type="checkbox"]:hover,
.woocommerce form .form-row .input-checkbox:hover {
  background-image: url("data:image/svg+xml,%3Csvg id='Componente_42_1' data-name='Componente 42 – 1' xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11'%3E%3Cg id='Rectángulo_2109' data-name='Rectángulo 2109' fill='none' stroke='%2390c199' stroke-width='1.5'%3E%3Crect width='11' height='11' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='9.5' height='9.5' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A");
}
input[type="checkbox"]:checked,
.woocommerce form .form-row .input-checkbox:checked {
  background-image: url("data:image/svg+xml,%3Csvg id='Componente_42_1' data-name='Componente 42 – 1' xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11'%3E%3Cg id='Rectángulo_2109' data-name='Rectángulo 2109' fill='%2390c199' stroke='%2390c199' stroke-width='1.5'%3E%3Crect width='11' height='11' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='9.5' height='9.5' fill='none'/%3E%3C/g%3E%3Cpath id='Trazado_20947' data-name='Trazado 20947' d='M2.468,4.574,4.823,6.928,8.686,3.066' fill='none' stroke='%23fff' stroke-width='1'/%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='11' height='11' viewBox='0 0 11 11'%3E%3Cg id='Elipse_80' data-name='Elipse 80' fill='%23fff' stroke='%23006faf' stroke-width='1'%3E%3Ccircle cx='5.5' cy='5.5' r='5.5' stroke='none'/%3E%3Ccircle cx='5.5' cy='5.5' r='5' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A");
  height: 11px;
  width: 11px;
  transition: all 0.5s ease;
}
input[type="radio"]:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11'%3E%3Cg id='Elipse_81' data-name='Elipse 81' fill='%23fff' stroke='rgba(0,111,175,0.49)' stroke-width='1'%3E%3Ccircle cx='5.5' cy='5.5' r='5.5' stroke='none'/%3E%3Ccircle cx='5.5' cy='5.5' r='5' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A");
}
input[type="radio"]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11'%3E%3Cg id='Grupo_41670' data-name='Grupo 41670' transform='translate(-10743 1440)'%3E%3Cg id='Elipse_82' data-name='Elipse 82' transform='translate(10743 -1440)' fill='%23fff' stroke='%23006faf' stroke-width='1'%3E%3Ccircle cx='5.5' cy='5.5' r='5.5' stroke='none'/%3E%3Ccircle cx='5.5' cy='5.5' r='5' fill='none'/%3E%3C/g%3E%3Cg id='Elipse_83' data-name='Elipse 83' transform='translate(10745 -1438)' fill='%23006faf' stroke='%23006faf' stroke-width='1'%3E%3Ccircle cx='3.5' cy='3.5' r='3.5' stroke='none'/%3E%3Ccircle cx='3.5' cy='3.5' r='3' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
/* DESPLEGABLES */
ul.sq-filtro_default {
  background: #101F29 0% 0% no-repeat padding-box;
  border: 1px solid #FFFFFF;
  border-radius: 22px;
  width: 205px;
  position: relative;
  overflow: unset;
  padding: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  transition: all 0.5s ease;
  cursor: pointer;
}
ul.sq-filtro_default li {
  font: normal normal normal 13px/16px Clash Grotesk;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.2s ease-in;
  padding: 15px 25px;
}
ul.sq-filtro_default li :hover {
  transition: all 0.5s ease-out;
}
ul.sq-filtro_default li svg {
  transition: all 0.5s ease;
  transform: rotate(180deg);
}
ul.sq-filtro_default .sub_menu {
  border: 0px solid #FFFFFF;
  border-top: #E6E6E6 solid 1px;
  max-height: 160px;
  overflow-y: auto;
  position: absolute;
  top: 44px;
  left: 0px;
  z-index: 10;
  width: 100%;
  background: #101F29 0% 0% no-repeat padding-box;
  /* Estilo del pulgar (scrollbar thumb) */
  /* Estilo del pulgar al pasar el cursor por encima (hover) */
  /* Estilo de la pista (scrollbar track) */
  /* Estilo del botón de flecha hacia arriba */
  /* Estilo del botón de flecha hacia abajo */
  /* border-bottom-left-radius: 25px;
		border-bottom-right-radius: 25px; */
}
ul.sq-filtro_default .sub_menu::-webkit-scrollbar {
  width: 5px;
  /* Ancho de la barra de desplazamiento */
  height: 90%;
}
ul.sq-filtro_default .sub_menu::-webkit-scrollbar-thumb {
  background-color: #999;
  /* Color del pulgar */
  border-radius: 3px;
  /* Bordes redondeados del pulgar */
}
ul.sq-filtro_default .sub_menu::-webkit-scrollbar-thumb:hover {
  background-color: #A8B3BA;
  /* Color del pulgar al pasar el cursor por encima */
}
ul.sq-filtro_default .sub_menu::-webkit-scrollbar-track {
  background-color: #D1D3D3;
  /* Color de la pista */
}
ul.sq-filtro_default .sub_menu::-webkit-scrollbar-button:start {
  display: none;
  /* Ocultar el botón de flecha hacia arriba */
}
ul.sq-filtro_default .sub_menu::-webkit-scrollbar-button:end {
  display: none;
  /* Ocultar el botón de flecha hacia abajo */
}
ul.sq-filtro_default .sub_menu li {
  padding: 13px 15px;
  min-height: unset;
}
ul.sq-filtro_default .sub_menu li:hover {
  background-color: #FFA831;
  color: #101F29;
}
ul.sq-filtro_default .sub_menu li > span {
  display: flex;
  align-items: center;
}
ul.sq-filtro_default.hide {
  box-shadow: unset;
  border-radius: 22px;
}
ul.sq-filtro_default.hide .head svg {
  transform: rotate(0deg);
}
ul.sq-filtro_default.hide .sub_menu {
  border-top: #E6E6E6 solid 0px;
}
ul.sq-filtro_default.hide .sub_menu li {
  opacity: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  min-height: unset;
  /* font-size: 0px; */
  line-height: 0px;
  transition: all 0.2s ease-in;
}
ul.sq-filtro_default.hide .sub_menu li img {
  display: none;
}
ul.sq-filtro_default.hide .sub_menu li .att_icono,
ul.sq-filtro_default.hide .sub_menu li .att_color {
  height: 0px;
}
ul.sq-filtro_default.hide .sub_menu li .select_check {
  display: none;
}
.archivo_productos ul.sq-filtro_default {
  width: 100%;
}
.archivo_productos ul.sq-filtro_default li.sq_filtros_product_li.active {
  background-color: #FFA831;
  color: #101F29;
}
/* 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 !important;
  }
  .sq-pc {
    display: unset !important;
  }
}
@media screen and (max-width: 1025px) {
  .sq-movil,
  .sq-pc {
    display: none !important;
  }
  .sq-tablet {
    display: unset !important;
  }
}
@media screen and (max-width: 769px) {
  .sq-tablet,
  .sq-pc {
    display: none !important;
  }
  .sq-movil {
    display: unset !important;
  }
}
/* 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: 30px;
  left: 30px;
  border-radius: 100%;
  background: #181818;
  border: 5px #464646 solid;
  box-shadow: 0 3px 16px 0px rgba(0, 0, 0, 0.75);
}
.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;
}
/* CARGAMOS FUENTES LOCALES PARA EL PROYECTO */
@font-face {
  font-family: Clash Grotesk;
  src: url(library/fuentes/ClashGrotesk-Regular.woff);
}
@font-face {
  font-family: Clash Grotesk;
  src: url(library/fuentes/ClashGrotesk-Regular.woff);
  font-weight: normal;
}
@font-face {
  font-family: Clash Grotesk;
  src: url(library/fuentes/ClashGrotesk-Regular.woff);
  font-weight: 400;
}
@font-face {
  font-family: Clash Grotesk;
  src: url(library/fuentes/ClashGrotesk-Bold.woff);
  font-weight: bold;
}
@font-face {
  font-family: Clash Grotesk;
  src: url(library/fuentes/ClashGrotesk-Medium.woff);
  font-weight: 500;
}
@font-face {
  font-family: Clash Grotesk;
  src: url(library/fuentes/ClashGrotesk-Medium.woff);
  font-weight: medium;
}
@font-face {
  font-family: Clash Grotesk;
  src: url(library/fuentes/ClashGrotesk-Semibold.woff);
  font-weight: 600;
}
input,
textarea,
button,
a {
  outline: none !important;
}
.UR_pass {
  margin-bottom: 10px !important;
}
.UR_form_registro .ur-form-row:first-child .ur-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  row-gap: 0px;
}
@media screen and (max-width: 1025px) {
  .UR_form_registro .ur-form-row:first-child .ur-form-grid {
    grid-template-columns: 1fr;
  }
}
/* Ajuste banner Black Friday */
#Banner_BlackFriday {
  padding-bottom: 100px;
}
@media screen and (max-width: 769px) {
  #Banner_BlackFriday {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
#Banner_BlackFriday_2 {
  margin-top: 80px;
  margin-bottom: -70px;
}
#Banner_BlackFriday_2 img {
  border-radius: 18px;
}
section.cBanner_BlackFriday img {
  width: 100%;
}
.woocommerce-notices-wrapper {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
}
/*
2025/02/24 - Ajustamos referencia OEM como h3 sin afectar a la maquetación
*/
.sq-ref .sq-ref-oem {
  font: normal normal 500 18px / 23px Clash Grotesk;
  letter-spacing: 0.72px;
  color: #0B6FAF;
  text-transform: uppercase;
  text-align: left;
  opacity: 1;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .single-oem .SQ14_Galeria .sq-grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .single-oem .SQ14_Galeria .sq-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .single-oem .SQ14_Galeria .sq-grid-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* Estilos CTA Nuevo Home */
section.Home_ctas .wrap .fila-a .bloque-2 .fondo img {
  transform: scale(1.5);
}
section.Home_ctas .wrap .fila-a .bloque-2 .info .datos {
  justify-content: space-between;
  row-gap: 20px;
}
@media screen and (max-width: 1025px) {
  section.Home_ctas .wrap .fila-a .bloque-2 .info .datos {
    row-gap: 20px;
    text-align: center;
  }
}
section.Home_ctas .wrap .fila-a .bloque-2 .info .datos .descuento {
  font: normal normal bold 38px / 42px Clash Grotesk;
}
@media screen and (max-width: 580px) {
  section.Home_ctas .wrap .fila-a .bloque-2 .info .datos .descuento {
    font: normal normal bold 40px / 44px Clash Grotesk;
  }
}
section.Home_ctas .wrap .fila-a .bloque-2 .info .datos span {
  max-width: 100%;
  padding-right: 60px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 30px;
}
@media screen and (max-width: 1025px) {
  section.Home_ctas .wrap .fila-a .bloque-2 .info .datos span {
    padding-right: 0px;
  }
}
@media screen and (max-width: 1025px) {
  section.Home_ctas .wrap .fila-a .bloque-2 .info .foto {
    padding-bottom: 75px;
  }
}
section.Home_ctas .wrap .fila-a .bloque-2 .info .foto img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(1.2);
}
@media screen and (max-width: 1200px) {
  section.Home_ctas .wrap .fila-a .bloque-2 .info .foto img {
    transform: translateY(-50%) scale(1);
  }
}
@media screen and (max-width: 1025px) {
  section.Home_ctas .wrap .fila-a .bloque-2 .info .foto img {
    display: none;
  }
}
@media screen and (max-width: 1025px) {
  section.Home_ctas .wrap .fila-a .bloque-2 .info .foto .SQ_btn {
    width: auto;
  }
}
section.Home_ctas .wrap .fila-a .bloque-2 .info .foto.banner img {
  top: 55%;
  right: 11%;
}
section.Home_ctas .wrap .fila-a .bloque-2:hover .info .foto img {
  transform: translateY(-50%) scale(1.3);
}
/* Ajustes CSS Plugin Cookies WebC Agosto 2025 */
aside#moove_gdpr_cookie_info_bar {
  z-index: 9999999;
}
aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice .infoBlock div.c-header {
  color: #202020;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px;
  font-family: clash-grotesk, sans-serif;
}
div.gdpr_lightbox.gdpr_lightbox-opened {
  z-index: 99999990;
}
/**
2025/09/15 - Juan M.
Ajustamos selects del checkout, algo se ha actualizado y no se ven bien
*/
section.general_content.woocomemrce .select2-selection--single .select2-selection__rendered {
  padding-top: 0;
  margin-top: 3px;
}
section.general_content.woocomemrce .select2-selection--single .select2-selection__arrow {
  top: 2px;
}
section.general_content.woocomemrce form .form-row input,
section.general_content.woocomemrce form .form-row textarea {
  padding: 12px 13px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #DDDDDD;
}
/** Ajustes Tarea Ficha 12/11/2025 - JM */
.Nap-Google .wrap .Datos-Nap .Horario {
  display: flex;
  align-items: center;
  gap: 10px;
}
.Nap-Google .wrap .Datos-Nap .Horario svg {
  width: 20px;
  height: 20px;
}
.Nap-Google .wrap .Datos-Nap .Horario p {
  margin: 0px;
  font: normal normal normal 16px / 22px Clash Grotesk;
  letter-spacing: 0.64px;
  color: #707070;
}
/* Ajustes en Tienda 09/01/2026 */
.woocommerce-shop .WebC_desc_corta {
	margin-top: 45px;
}
/* Ajustes en Home 12/01/2026 */
.hero-buscador {
	margin-top: 95px;
	margin-bottom: 65px;
}
.ver-mas-referencias {
	margin: 55px 0 0 0;
	text-align: center;
}
/* Referencias OEM */
.oem-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 25px;
}
.oem-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.oem-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border-color: #0073aa;
}
.oem-ref-badge {
  background-color: #0073aa;
  color: #ffffff;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 4px;
  font-family: monospace;
  margin-bottom: 10px;
  display: inline-block;
  align-self: flex-start;
}
.oem-card:hover .oem-ref-badge {
  background-color: #0073aa;
  color: #fff;
}
.oem-ref-badge a {
	color: #fff;
}
.oem-type {
  font-size: 1.05em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #0073aa;
  margin-bottom: 15px;
  font-weight: 600;
}
.oem-desc {
  font-size: 0.95em;
  color: #555;
  line-height: 1.4;
  flex-grow: 1;
}
.titulo-referencias {
	font-size: 56px;
}
.seccion-buscador {
	padding: 50px 0 105px 0;
}
