/*!
Theme Name: Market3
Theme URI: http://underscores.me/
Author: Fernando Hoogstra
Author URI: https://www.market3.net
Description: Market3 Woo Theme
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: market3
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.

Market3 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/
*/

/*--------------------------------------------------------------
# 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;
}

/* Text-level semantics
	 ========================================================================== */

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

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

/**
 * 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;
}

/**
 * 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;
}

/**
 * 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
--------------------------------------------------------------*/

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: var(--wp--preset--color--accent);
	text-decoration: none;
}

a:visited, a:hover, a:focus, a:active {
	color: var(--wp--preset--color--accent);
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: #fff;
    padding: 0.7em 1em;
    border: none;
    background-color: var(--wp--preset--color--accent);
    cursor: pointer;
}

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 {
	border: 1px solid #ddd;
    padding: 0.7em 1em;
}

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


/* 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;
}

/* 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;
}



/*--------------------------------------------------------------
# Root/Body
--------------------------------------------------------------*/

@media screen and (min-width: 37.5em) {
:root {
	--wp--preset--spacing--20: 0.52rem;
    --wp--preset--spacing--30: 0.77rem;
    --wp--preset--spacing--40: 1.1rem;
    --wp--preset--spacing--50: 1.65rem;
    --wp--preset--spacing--60: 2.62rem;
    --wp--preset--spacing--70: 3.8rem;
    --wp--preset--spacing--80: 6rem;
}
}

@media screen and (min-width: 1700px) {
:root {
	--wp--style--global--content-size: 1570px;
}
}

@media (min-width: 1100px) and (max-width:1300px) {
:root {
	--wp--style--global--wide-size: calc(100% - 90px);
	--wp--style--global--content-size: calc(100% - 90px);
}	
}

@media screen and (max-width: 1100px) {
:root {
	--wp--style--global--wide-size: calc(100% - 50px);
	--wp--style--global--content-size: calc(100% - 50px);
}
}

:root {
    --accent-filter: invert(37%) sepia(21%) saturate(600%) hue-rotate(357deg) brightness(100%) contrast(90%);
	--moonstruck-filter: invert(93%) sepia(8%) saturate(170%) hue-rotate(360deg) brightness(93%) contrast(83%);
	--trench-coat-filter: invert(77%) sepia(10%) saturate(503%) hue-rotate(357deg) brightness(82%) contrast(85%);
	--margin-content: calc( (100% - var(--wp--style--global--content-size)) / 2 );
	--margin-wide: calc( (100% - var(--wp--style--global--wide-size)) / 2 );
	--margin-diff: calc( (var(--wp--style--global--wide-size) - var(--wp--style--global--content-size)) / 2 );
}

:root :where(p:last-child) {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
}

body {
	line-height: 1.7;
    overflow-x: hidden;
}





/*--------------------------------------------------------------
# Container
--------------------------------------------------------------*/

.site-header > *, .site-main, .site-footer > * {
    padding: 0;
    margin-inline: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.site-main {
	max-width: var(--wp--style--global--content-size);
}

.wide-page .site-main {
	max-width: var(--wp--style--global--wide-size);
}

.estrechado {
    margin-left: var(--margin-diff);
	margin-right: var(--margin-diff);
}

.site-main {
    padding-bottom: 80px;
}

@media screen and (min-width: 37.5em) {
.site-header > *, .site-footer > * {
	max-width: var(--wp--style--global--content-size);
}	
}

@media screen and (max-width: 37.5em) {
.site-footer > * {
	max-width: var(--wp--style--global--wide-size);
}
.site-main {
    padding-bottom: 50px;
}
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100%;
}
}


a.button, a.wp-block-button__link {
    text-decoration: none;
    color: #fff;
    background-color: var(--wp--preset--color--complementary);
    padding: 1em 2em;
    display: inline-block;
    font-weight: 600;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.85em;
}

@media screen and (min-width: 1420px) {
.site-header > *, .site-footer > * {
	max-width: 90%;
}	
}




/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
    background-color: var(--wp--preset--color--gray-500);
}

.site-header a {
    color: inherit;
}

@media screen and (min-width: 37.5em) {
.site-header-inner {
	display: grid;
	grid-template-columns: 460px 1fr 50px 190px;
	grid-template-rows: 92px;
	grid-template-areas: 'logo bar-menu search bar-right';
    margin: auto;
}
.site-logo {
	grid-area: logo;
	display: flex;
	align-items: center;
    gap: 12px;
}
.main-navigation {
	grid-area: bar-menu;
	align-self: center;
	justify-self: end;
    margin-right: 46px;
}
.site-search {
	grid-area: search;
	align-self: center;
	justify-self: center;
    position: relative;
}
.header-sec {
	grid-area: bar-right;
	justify-self: end;
	align-self: center;
}
}

.site-logo img {
    width: 78px;
}

a.custom-logo-link {
    display: block;
    line-height: 0;
}

span.branding-text {
    display: flex;
    flex-direction: column;
    gap: 0.4em;
}

span.branding-text p {
    margin: 0;
    line-height: 1;
}

p.site-title {
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: 800;
    letter-spacing: 1px;
}

p.site-description {
    font-size: 0.85em;
}

.site-header-inner svg {
    fill: var(--wp--preset--color--contrast);
}

@media screen and (max-width: 37.5em) {
.site-header-inner {
	display: grid;
	grid-template-columns: 190px 1fr 20px;
    grid-template-rows: 42px 30px;
	grid-template-areas: 'logo search menu' 'logo bar-extra bar-extra';
	position: relative;
	margin: auto;
	padding: 0 25px;
}
button.menu-toggle {
	grid-area: menu;
}
.site-logo {
	grid-area: logo;
	align-self: center;
	justify-self: center;
	line-height: 0;
	z-index: 999;
	display: flex;
    gap: 5px;
    align-items: center;
}
.site-logo img {
    width: 72px;
}
.header-sec {
	grid-area: bar-extra;
	align-self: flex-start;
	justify-self: end;
}
.site-search {
	grid-area: search;
	align-self: center;
    justify-self: end;
	position: relative;
}
.header-icons svg {
    width: 20px;
    height: 20px;
}
span.branding-text {
    gap: 0.2em;
}
p.site-title {
    font-size: 0.9em;
}
p.site-description {
    font-size: 0.75em;
}
}

@media (min-width: 1150px) and (max-width:1400px) {
.site-header-inner {
	grid-template-columns: 360px 1fr 50px 190px;
}	
}

@media (min-width: 800px) and (max-width:1150px) {
.site-header-inner {
	grid-template-columns: 250px 1fr 50px 160px;
}
.main-navigation {
    margin-left: 20px;
	margin-right: 20px;
}
}

header form.header-search {
    display: flex;
    justify-content: space-between;
	background-color: #fff;
    border-radius: 4px;
	position: absolute;
    width: 530px;
    left: -546px;
    z-index: 99999;
    top: -10px;
}

header form.header-search input[type="search"] {
	padding: 0.6em 0.9em 0.75em;
    background-color: #fff;
    border-radius: 4px;
	border: none;
}

header form.header-search button {
    border: none;
    padding: 0;
    line-height: 0;
    background-color: transparent;
}

@media screen and (min-width: 37.5em) {
header form.header-search input[type="search"] {
    width: 100%;
	line-height: 1;
}
}

form.header-search.search-hidden {
    display: none;
}

.hrx {
    cursor: pointer;
    z-index: 9999;
    position: relative;
	line-height: 0;
    display: block;
}

.hrx svg {
    fill: var(--wp--preset--color--contrast);
}

.header-icons {
    display: flex;
    gap: 2em;
    align-items: center;
}

.header-icons a {
    display: flex;
}

.header-icons div {
    display: flex;
    gap: 0.6em;
	align-items: center;
}

.header-icons svg {
    width: 24px;
    height: 24px;
}

.header-icons ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    flex-direction: column;
}

@media screen and (max-width: 37.5em) {
button.menu-toggle {
	line-height: 0;
	border: none;
    padding: 0;
    background-color: transparent;
}
button.menu-toggle svg {
    width: 20px;
    height: 20px;
}
button.menu-toggle path {
    stroke: var(--wp--preset--color--contrast);
}
header form.header-search input[type="search"] {
    width: calc(100% - 27px);
    padding: 0.3em 0.7em 0.45em;
}
.header-icons ul {
    font-size: 0.85em;
	gap: 2px;
}
.hrx {
    margin-right: 26px;
	z-index: 99999;
}
header form.header-search {
    border-radius: 3px;
    width: 190px;
    left: -200px;
    top: -7px;
}
}




/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

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

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

@media screen and (min-width: 37.5em) {
.main-navigation {
    display: flex;
    flex-wrap: wrap;
}
.main-navigation ul.menu {
	display: flex;
    gap: 2.5em;
}
.main-navigation ul li {
    position: relative;
}
.main-navigation ul li a {
    padding: 11px 0;
}
.main-navigation ul.menu > li > a {
    /* font-weight: 600; */
}
.main-navigation ul.sub-menu {
    position: absolute;
    left: 0;
	z-index: 1;
}
.main-navigation ul.menu > li > ul.sub-menu {
    left: 0;
}
.main-navigation ul ul ul.sub-menu {
	top: 0;
    left: 100%;
}
ul.sub-menu {
    background-color: var(--wp--preset--color--gray-400);
	top: 29px;
}


li.menu-item > ul.sub-menu {
	display: none;
}
li li.menu-item.active-menu-item {
	background-color: var(--wp--preset--color--gray-400);
}
li.menu-item.active-menu-item > ul.sub-menu {
	display: block;
}

li li.menu-item-has-children {
	background-image: url(assets/img/caret-right.png);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: 50%;
}
		
.main-navigation ul li li {
    background-color: var(--wp--preset--color--gray-400);
	width: 290px;
    line-height: 1.2em;
    padding: 0.7em 1em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
}


@media screen and (min-width: 37.5em) {
.main-navigation li.menu-item a {
	position: relative;
}
.main-navigation ul.menu > li.menu-item > a:after {
	position: absolute;
    content: '';
    height: 6px;
    background-color: var(--wp--preset--color--accent);
    display: inline-block;
    left: 0;
    width: 0;
    bottom: 0;
	z-index: 0;
	opacity: 0.85;
	transition: all 0.25s ease-out;
}
.main-navigation ul.menu > li.menu-item:hover > a:after {
	width: 100%;
}
}




/*--------------------------------------------------------------
# Mobile menu
--------------------------------------------------------------*/

@media screen and (max-width: 37.5em) {
.main-navigation {
    position: absolute;
	width: 100%;
    z-index: 99;
    top: 100%;
}
.main-navigation:not(.toggled) {
    display: none;
}
.main-navigation ul.menu {
	border: 1px solid var(--wp--preset--color--gray-400);
}
.main-navigation ul.sub-menu {
    display: none;
}
.main-navigation li.menu-item {
	position: relative;
	border-bottom: 1px solid var(--wp--preset--color--gray-400);
}
.main-navigation li.menu-item a {
	padding: 10px 12px;
    display: inline-block;
    color: var(--wp--preset--color--contrast);
}
.main-navigation ul.menu > li.menu-item.menu-item-home a {
    padding-top: 20px;
}
.main-navigation ul.menu > li.menu-item {
    background-color: #f2f2f2;
	border-bottom: 1px solid #f7f7f7;
}
.main-navigation ul.menu ul > li {
    background-color: #f7f7f7;
	border-bottom: 1px solid #fafafa;
}
.main-navigation ul.menu ul ul > li {
    background-color: #fafafa;
	border-bottom: 1px solid #fcfcfc;
}

/*
li.menu-item-has-children:after {
    position: absolute;
    content: '+';
    right: 10px;
    font-size: larger;
    font-weight: 500;
    line-height: 1.2;
}
li.menu-item-has-children.sub-menu-open:after {
    top: 0.5em;
    content: '-';
    font-size: 1.1em;
}
*/
.main-navigation li.sub-menu-open > ul.sub-menu {
    display: block;
}

}




/*--------------------------------------------------------------
# Align wide and full
--------------------------------------------------------------*/

@media screen and (min-width: 37.5em) {
.alignwide {
    margin-left: calc(-1*(var(--wp--style--global--wide-size) - var(--wp--style--global--content-size)) / 2);
    margin-right: calc((100% - var(--wp--style--global--wide-size)) / 2);
    max-width: var(--wp--style--global--wide-size);
    width: auto;
}
.alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: auto;
}
}

@media screen and (max-width: 37.5em) {
.alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: auto;
	padding-left: 25px;
    padding-right: 25px;
}
}


.content-w {
    width: var(--wp--style--global--content-size);
    margin-left: auto;
    margin-right: auto;
}




/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

@media screen and (min-width: 37.5em) {
.hero .wp-block-cover__inner-container > * {
    padding-right: 370px;
}
.hero p.has-text-align-left.has-xxx-large-font-size {
    margin-bottom: 0.5em !important;
    line-height: 1.1;
    padding-right: 700px;
}
}

@media (min-width: 1000px) and (max-width:1400px) {
.hero p.has-text-align-left.has-xxx-large-font-size {
    padding-right: 500px;
}	
}

@media screen and (max-width: 37.5em) {
.hero p.has-text-align-left.has-xxx-large-font-size {
    margin-bottom: 0.8em !important;
    line-height: 1.2;
}
}




/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/

ul.breadcrumb {
    list-style-type: none;
    padding: 0;
    margin: 1.3em 0 2.6em;
    display: flex;
    column-gap: 2.4em;
	row-gap: 0.4em;
    font-size: var(--wp--preset--font-size--small);
	color: var(--wp--preset--color--contrast);
	font-weight: 600;
}

ul.breadcrumb li {
	position: relative;
}

ul.breadcrumb li a {
    color: var(--wp--preset--color--accent);
}

ul.breadcrumb li:not(:last-child):after {
    position: absolute;
    background-image: url(assets/img/arrow-right-black.png);
    width: 1em;
    height: 0.8em;
    content: '';
    right: -1.7em;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0.4em;
}

@media screen and (max-width: 37.5em) {
ul.breadcrumb {
    font-size: 0.8em;
}
}



/*--------------------------------------------------------------
# Post navigation
--------------------------------------------------------------*/

nav.navigation.post-navigation {
    display: block;
    margin-top: 5em;
    margin-bottom: 2em;
}

.post-navigation .nav-links {
    display: flex;
    justify-content: flex-end;
	gap: 70px;
}

.post-navigation .nav-links a {
    color: var(--wp--preset--color--gray-200);
	font-weight: 600;
	display: flex;
    line-height: 1.3;
    align-items: center;
	gap: 10px;
}

.nav-prev img, .nav-next img {
    margin-left: 10px;
}

.post-navigation .nav-links img {
    width: 24px;
    height: auto;
}

span.nav-subtitle {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 37.5em) {
.post-navigation {
	display: none;
}
}



/*--------------------------------------------------------------
# Producto
--------------------------------------------------------------*/

.is-style-resumen > .wp-block-columns {
    column-gap: 3.2em;
}

@media screen and (min-width: 37.5em) {
.is-style-resumen > .wp-block-columns .wp-block-column:first-child {
    display: flex;
    flex-direction: row-reverse;
	justify-content: space-between;
    gap: 2em;
	margin-top: 1.8em;
}
}

@media screen and (max-width: 37.5em) {
.is-style-resumen > .wp-block-columns .wp-block-column:first-child {
    display: flex;
    flex-direction: column;
    gap: 2em;
}
}

.is-style-resumen figure.wp-block-post-featured-image {
    cursor: pointer;
    width: 100%;
    max-height: 500px;
}

.is-style-resumen figure.wp-block-post-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: scale-down !important;
	object-position: top;
}

@media screen and (min-width: 37.5em) {
.is-style-resumen figure.wp-block-gallery {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
	margin: 0;
	height: fit-content;
}
.is-style-resumen figure.wp-block-gallery figure {
    border: 1px solid #ccc;
    width: 80px !important;
    height: 80px !important;
    margin: 0 !important;
}
.is-style-resumen figure.wp-block-gallery figure a {
    width: 80px !important;
    height: 80px !important;
}
}

@media screen and (max-width: 37.5em) {
.is-style-resumen figure.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
	margin: 0;
	height: fit-content;
}
.is-style-resumen figure.wp-block-gallery figure {
    border: 1px solid #ccc;
    width: 50px !important;
    height: 50px !important;
    flex-grow: 0 !important;
}
.is-style-resumen figure.wp-block-gallery figure a {
    width: 50px !important;
    height: 50px !important;
}
}

.is-style-resumen figure.wp-block-gallery figure a img {
    width: 100% !important;
    height: 100% !important;
    object-fit: scale-down !important;
    padding: 8px !important;
    margin: 0;
}

.is-style-resumen h1.wp-block-post-title {
    font-size: var(--wp--preset--font-size--xx-large);
    font-weight: 800;
}

p.is-style-bajada {
    font-weight: 200;
    font-size: var(--wp--preset--font-size--medium);
    line-height: 1.4;
}

.producto ul.wp-block-list.is-style-bullet-summary {
    padding: 0;
    margin: 0 0 0 1.2em;
}

p.is-style-sku {
    margin: 1.5em 0;
}

.wp-block-buttons.cta {
    margin: 3em 0 1.5em;
}

.single-producto .entry-content > .wp-block-group:not(.is-style-resumen) {
    margin: 2em 0;
}

.single-producto .entry-content > .wp-block-group:not(.is-style-resumen) h2.wp-block-heading {
    margin: 3em 0 1.5em;
    text-transform: uppercase;
    font-size: var(--wp--preset--font-size--large);
    font-weight: 700;
    letter-spacing: 0.2em;
    position: relative;
    padding-left: 4em;
}

.single-producto .entry-content > .wp-block-group:not(.is-style-resumen) h2.wp-block-heading:before {
    position: absolute;
    content: '';
    height: 1.3em;
    width: 3.2em;
    background-color: var(--wp--preset--color--accent);
    top: 0;
    left: 0;
}

.single-producto .entry-content > .wp-block-group:not(.is-style-resumen) ul.wp-block-list {
    margin: 0;
    padding: 0 0 0 1.2em;
}

@media screen and (min-width: 37.5em) {
.is-style-modelos > div {
    display: flex;
    flex-wrap: wrap;
    gap: 6%;
}
.is-style-modelos > div > div {
    width: 29.333%;
    margin: 0 !important;
}
.especificaciones {
    column-count: 3;
    gap: 3.7em;
}
}

.especificaciones > div {
    -webkit-column-break-inside: avoid;
    margin-bottom: 2em;
}

.especificaciones > div h4 {
    margin: 0 0 1em;
    font-size: 1.25em;
}

.especificaciones strong, .especificaciones b {
    font-weight: 600;
}

span.hpe-product-specification-text {
    display: block;
}

.spec-table {
    border-collapse: collapse;
}

.spec-table th {
    width: 30%;
    background-color: var(--wp--preset--color--gray-500);
    font-weight: 600;
}

.spec-table th, .spec-table td {
    text-align: left;
    border: 1px solid var(--wp--preset--color--gray-400);
    padding: 0.8em 0.9em;
    line-height: 1.3;
}

.spec-table ul {
    margin: 0 0 0 1.2em;
    padding: 0;
}

.spec-table p br {
    display: none;
}


@media screen and (max-width: 37.5em) {
.single-producto .entry-content > .wp-block-group:not(.is-style-resumen) h2.wp-block-heading {
    margin: 2.2em 0 1.5em;
    letter-spacing: 1px;
    padding-left: 2em;
}
.single-producto .entry-content > .wp-block-group:not(.is-style-resumen) h2.wp-block-heading:before {
    height: 1.2em;
    width: 1.6em;
}

}



/*--------------------------------------------------------------
# spec-table div
--------------------------------------------------------------*/


div.specs-table .item {
    display: flex;
	padding: 1em;
}

div.specs-table .item:nth-child(odd) {
	background-color: #f1f1f1;
}

div.specs-table .item:nth-child(even) {
	background-color: #fafafa;
}

div.specs-table .specs-table-th {
    width: 30%;
    font-weight: bold;
}

div.specs-table .item ul {
    margin: 0 0 0 1.2em;
    padding: 0;
}




/*--------------------------------------------------------------
# Productos
--------------------------------------------------------------*/

.productos {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 24px;
}

@media screen and (min-width: 37.5em) {
.productos .producto {
    width: calc((100% - 72px)/ 4);
}
}

.productos .producto {
    display: flex;
    flex-direction: column;
	gap: 1.3em;
	border: 1px solid var(--wp--preset--color--gray-400);
	padding: 1.3em;
}

@media screen and (min-width: 37.5em) {
.productos .producto figure {
    height: 190px;
    margin: 0;
}
}

.productos .producto figure img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.productos .producto .post-summary {
    font-size: var(--wp--preset--font-size--small);
	margin-top: 0.6em;
}

.productos .producto a {
    color: inherit;
}

.productos .producto h2 {
    font-size: var(--wp--preset--font-size--medium);
    margin: 0 0 0.6em;
}

.productos .producto .post-summary ul {
    margin: 0 0 0 1.2em;
    padding: 0;
}

.product-footer {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
}

.product-footer a {
    color: #fff !important;
    background-color: var(--wp--preset--color--accent);
    text-transform: uppercase;
    font-size: var(--wp--preset--font-size--small);
    padding: 0.5em 1em;
    line-height: 1;
    border-radius: 0.3em;
    font-weight: 500;
    letter-spacing: 1px;
    height: fit-content;
}


@media screen and (max-width: 37.5em) {
.productos .producto figure {
    max-height: 250px;
}
}



/*--------------------------------------------------------------
# Archive
--------------------------------------------------------------*/

.archive header.page-header {
    margin-top: 3em;
}

.archive-description {
    margin-bottom: 2em;
}




/*--------------------------------------------------------------
# Icon list
--------------------------------------------------------------*/

ul.icon-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.9em;
}

ul.icon-list li {
    display: flex;
    gap: 0.7em;
}

ul.icon-list svg, ul.icon-list path {
    fill: var(--wp--preset--color--accent);
    width: 1.7em;
    height: 1.7em;
}

ul.icon-list li > span {
    display: flex;
    flex-direction: column;
}


#contacto ul.icon-list {
    margin-top: 2em;
	gap: 1.3em;
}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
    color: #fff;
    background-color: var(--wp--preset--color--contrast);
}

.footer-inner {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5%;
    padding: 7em 0;
}

.footer-inner .fcol {
    width: 30%;
	display: flex;
    flex-direction: column;
}

.footer-inner h2 {
    margin: 0 0 1.5em;
}

ul.footer-social {
    list-style-type: none;
    padding: 0;
    margin: 3em 0;
    display: flex;
    gap: 30px;
}

li.sep-icon {
    margin-left: 4em;
}

.footer-social svg {
    fill: #fff;
    width: 36px;
    height: 36px;
}

.footer-social svg path {
    stroke: #fff !important;
}


#footer-logo {
    align-items: center;
    justify-content: flex-end;
}

#footer-logo figure {
    margin: 0;
    width: 260px;
}


.footer-inner .fcol:last-child {
    gap: 2.5em;
}

form.suscripcion {
    display: flex;
    flex-direction: column;
    gap: 12px;
}


.footer-last {
    padding: 1em;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

ul#footer-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 2em;
    justify-content: center;
}


@media screen and (max-width: 37.5em) {
.footer-inner {
    padding: 7em 0;
    row-gap: 4em;
}
.footer-inner .fcol {
    width: 100%;
    
}

}