/*!
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;
    border: none;
    background-color: var(--wp--preset--color--contrast);
    cursor: pointer;
	width: fit-content;
}

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

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 {
	--content-narrow: 1160px;
	--content-narrower: 980px;
	--content-narrowest: 840px;
	--margin-content-narrow: calc( (100% - 1160px) / 2 );
	--margin-content-narrower: calc( (100% - 980px) / 2 );
	--margin-content-narrowest: calc( (100% - 840px) / 2 );
	--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: 1360px;
}
}
*/

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


@media (min-width: 900px) and (max-width:1400px) {
:root {
	--wp--preset--font-size--extra-small: 13px;
	--wp--preset--font-size--small: 16px;
	--wp--preset--font-size--intermedia: 18px;
	--wp--preset--font-size--normal: 20px;
	--wp--preset--font-size--medium: 23px;
	--wp--preset--font-size--large: 29px;
	--wp--preset--font-size--x-large: 34px;
	--wp--preset--font-size--xx-large: 42px;
	--wp--preset--font-size--xxx-large: 52px;
	--wp--preset--font-size--xxxx-large: 64px;
}
}




body {
	line-height: 1.7;
    overflow-x: hidden;
	font-optical-sizing: auto;
}

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



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

.site-header > *, .site-main {
    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;
}

.home .site-main {
    padding-bottom: 0;
}

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

@media (min-width: 1150px) and (max-width:1400px) {
.site-header > * {
	max-width: var(--wp--style--global--content-size);
}	
}

@media (min-width: 1400px) and (max-width:1910px) {
.site-header > * {
	max-width: 93%;
}	
}

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


.button, .wp-block-button__link {
    text-decoration: none;
	line-height: 1.6;
}

.is-style-btn-large .wp-block-button__link  {
    border-radius: 0.5em;
    padding-top: 0.74em;
    padding-right: 2em;
    padding-bottom: 0.73em;
    padding-left: 2em;
}


.is-style-content-narrow, .is-style-content-narrower {
    margin-left: auto;
    margin-right: auto;
}

.is-style-content-narrow {
	max-width: var(--content-narrow);
}

.is-style-content-narrower {
	max-width: var(--content-narrower);
}

.is-style-content-narrowest {
	max-width: var(--content-narrowest);
}



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

.site-header {
    position: relative;
}

.site-header:after {
    position: absolute;
    content: '';
    height: 1px;
    width: calc(var(--wp--style--global--content-size) - 240px);
    background-color: var(--wp--preset--color--gray-400);
    left: calc(var(--margin-content) + 120px);
	bottom: -0.6em;
}

.site-header a {
    color: inherit;
}

@media screen and (min-width: 37.5em) {
.site-header-inner {
	display: grid;
	grid-template-columns: 290px 1fr;
    grid-template-rows: 36px 92px;
	grid-template-areas: 'sec sec' 'logo menu';
    margin: auto;
}
.site-branding {
	grid-area: logo;
	display: flex;
    gap: 12px;
}
.main-navigation {
	grid-area: menu;
	align-self: center;
	justify-self: end;
}
.header-sec {
	grid-area: sec;
	align-self: center;
	justify-self: end;
    position: relative;
}
ul.menu-secundario {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 2.6em;
    align-items: flex-end;
    line-height: 1;
    text-transform: uppercase;
    font-size: var(--wp--preset--font-size--extra-small);
    font-weight: 600;
    color: var(--wp--preset--color--accent-dark);
    margin-right: 1.3em;
}
ul.menu-secundario li {
    position: relative;
}
ul.menu-secundario > li:after {
    position: absolute;
    width: 2px;
    height: 1.07em;
    content: '';
    background-color: var(--wp--preset--color--accent-dark);
    right: -1.3em;
    bottom: 0;
}
img.header-badge {
    margin-bottom: -0.5em;
    line-height: 0;
	width: 35px;
    margin-right: 10px;
}
}

img.custom-logo {
    width: 290px;
}

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

@media screen and (max-width: 37.5em) {
.site-header {
    margin-bottom: 0;
}
.site-header:after {
    width: calc(var(--wp--style--global--content-size) - 60px);
    left: calc(var(--margin-content) + 30px);
    bottom: -0.4em;
}
.site-header-inner {
	display: grid;
	grid-template-columns: 1fr 40px;
    grid-template-rows: 70px;
	grid-template-areas: 'logo menu';
	position: relative;
	margin: auto;
	padding: 0 25px;
}
button.menu-toggle {
	grid-area: menu;
	justify-self: end;
}
.site-branding {
	grid-area: logo;
	align-self: center;
}
img.custom-logo {
    width: 190px;
}
.header-sec {
    display: none;
}
}

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

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




/*--------------------------------------------------------------
## 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;
	font-size: var(--wp--preset--font-size--intermedia);
	width: 100%;
    height: 100%;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 1em;
	letter-spacing: 0.5px;
}
.main-navigation ul.menu {
	display: flex;
    gap: 2.6em;
}
.main-navigation ul.menu > li.current-menu-item > a {
    font-weight: 600;
	border-bottom: 2px solid;
}
.main-navigation ul li {
    position: relative;
}
.main-navigation ul li a {
    padding: 4px 0;
}
.main-navigation ul.menu > li > a {
    font-weight: 500;
    color: var(--wp--preset--color--accent-dark);
}
.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: 2px;
    background-color: var(--wp--preset--color--accent-dark);
    display: inline-block;
    left: 0;
    width: 0;
    bottom: -2px;
	z-index: 0;
	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;
}
.alignfull > * {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}
.alignfull.wp-block-cover > .wp-block-cover__inner-container, .alignfull.wp-block-cover > .wp-block-cover__background {
    max-width: 100%;
}
}


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




/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/

.wp-block-cover.alignfull.is-style-hero {
    min-height: 74vh;
}

.is-style-hero .wp-block-cover__inner-container {
    background-color: var(--wp--preset--color--accent);
    width: fit-content;
    position: absolute;
    left: 16.66%;
    bottom: 0;
    font-family: 'source-serif-pro', serif;
    color: #fff;
    padding: 1.2em 1.5em 1.3em 2em;
    max-width: 29em;
}

.is-style-hero.wide-caption .wp-block-cover__inner-container {
    max-width: 34em;
}

.is-style-hero .wp-block-cover__inner-container p {
    font-size: var(--wp--preset--font-size--xx-large) !important;
    line-height: 1.2;
    text-align: left;
    font-weight: 600;
}

.hero-border {
    height: 16px;
    background-color: var(--wp--preset--color--base-200);
	position: relative;
}

.alignfull .hero-border {
	margin: 0;
}

.hero-border span {
    display: block;
    height: 15px;
	position: absolute;
	width: 16.68%;
}

.hero-border span:nth-child(1) {
    background-color: var(--wp--preset--color--accent-dark);
	left: 0;
}

.hero-border span:nth-child(2) {
    background-color: var(--wp--preset--color--accent);
	left: 16.66%;
}

.hero-border span:nth-child(3) {
    background-color: var(--wp--preset--color--accent-vivid);
	left: 33.33%;
}

.hero-border span:nth-child(4) {
    background-color: var(--wp--preset--color--accent-light);
	left: 50%;
}

.hero-border span:nth-child(5) {
    background-color: var(--wp--preset--color--contrast);
    left: 66.66%;
}



@media screen and (max-width: 37.5em) {
.wp-block-cover.alignfull.is-style-hero {
    min-height: 62vh;
}
.is-style-hero .wp-block-cover__inner-container {
    left: 0;
    padding: 1.8em 2.1em 2em 2.4em;
    max-width: 100%;
}
.is-style-hero .wp-block-cover__inner-container p {
    font-size: var(--wp--preset--font-size--xx-large) !important;
}
}



/*--------------------------------------------------------------
# Hero alt
--------------------------------------------------------------*/

.is-style-hero-alt .wp-block-cover__inner-container {
    width: fit-content;
    position: absolute;
    left: 16.66%;
    top: 5%;
    font-family: 'source-serif-pro', serif;
    max-width: 39%;
    top: unset;
}

.is-style-hero-alt .wp-block-cover__inner-container p {
    font-size: 2.5em !important;
    line-height: 1.1;
    text-align: left;
    font-weight: 600;
}


@media screen and (max-width: 37.5em) {
.wp-block-cover.is-style-hero-alt {
    min-height: 50vh !important;
}
.is-style-hero-alt .wp-block-cover__inner-container {
    position: relative;
    left: 10px;
}
}




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

.breadbrumb ul {
    list-style-type: none;
    margin: 0 16.67%;
    padding: 2em 0;
    display: flex;
    column-gap: 1em;
	row-gap: 0.4em;
    font-size: var(--wp--preset--font-size--small);
}

.breadbrumb ul li {
	position: relative;
}

.breadbrumb ul li a {
    color: var(--wp--preset--color--base-300);
}

.breadbrumb ul li:not(:last-child):after {
    position: absolute;
    width: 1px;
    height: 1.1em;
    content: '';
    right: -0.5em;
    background-color: var(--wp--preset--color--base-300);
    top: 0.3em;
}

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



/*--------------------------------------------------------------
# Page elements
--------------------------------------------------------------*/

h1.wp-block-post-title {
    font-size: var(--wp--preset--font-size--xx-large);
    font-weight: 600;
    color: var(--wp--preset--color--accent);
    text-align: center;
}





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




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




/*--------------------------------------------------------------
# Custom stuff
--------------------------------------------------------------*/

ul.social {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 16px;
	width: fit-content;
}

ul.social li {
    height: 24px;
}



/*--------------------------------------------------------------
# Iconos
--------------------------------------------------------------*/

.iconos-a {
    column-gap: 2.8em;
    max-width: 1080px;
}

.iconos-a > * {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
}

.iconos-a figure {
    width: 100px;
    height: 100px;
}

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

.iconos-a p {
    font-size: var(--wp--preset--font-size--intermedia);
	line-height: 1.33;
    font-weight: 400;
    text-align: center;
}


@media screen and (max-width: 37.5em) {
.iconos-a {
    max-width: 260px;
    row-gap: 2.7em;
}
.iconos-a figure {
    width: 80px;
    height: 80px;
}
}




/*--------------------------------------------------------------
# std images w/captions
--------------------------------------------------------------*/

figcaption.wp-element-caption {
    font-size: var(--wp--preset--font-size--intermedia);
    font-weight: 300;
    line-height: 1.3;
    margin-top: 1em;
}

figcaption.wp-element-caption strong {
    font-weight: 600;
    color: var(--wp--preset--color--accent);
}



/*--------------------------------------------------------------
# Cajas
--------------------------------------------------------------*/

.box-1 figure {
    width: 100px;
    height: 100px;
}

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

.box-1 {
    border: 1px solid var(--wp--preset--color--accent-vivid);
    border-radius: 0.6em;
    padding: 2em 2.5em 2em 3em;
    gap: 60px;
    font-weight: 400;
    max-width: 820px;
}

.box-1 p {
    line-height: 1.3;
	font-size: var(--wp--preset--font-size--intermedia);
}

.box-1 ul li {
    line-height: 1.2;
    margin-bottom: 0.4em;
    font-size: var(--wp--preset--font-size--intermedia);
}

.box-1 ul li:last-child {
    margin-bottom: 0;
}

.box-1 > * {
    width: calc(100% - 160px);
}



.box-2 {
    background-color: var(--wp--preset--color--accent);
    color: #fff;
    padding: 1.7em 6em;
    gap: 1.6em;
    border-radius: 0.5em;
}

.box-2 > * {
    font-weight: 400;
    line-height: 1.4;
    align-content: center;
}

.box-2 figure {
    width: 74px;
    height: 74px;
}

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


.box-3 {
    text-align: center;
    margin: 0;
    border: 2px solid var(--wp--preset--color--accent-vivid);
    border-radius: 0.7em;
    padding: 2em 4em;
}

.box-3 figure {
    width: 140px;
	position: relative;
}

.box-3 figure img {
    position: absolute;
    top: -3.2em;
    left: 0;
    background-color: var(--wp--preset--color--accent);
    padding: 0 10px;
}

.box-3 p {
    font-size: var(--wp--preset--font-size--large);
    line-height: 1.2;
    font-family: 'source-serif-pro', serif;
    font-style: italic;
    font-weight: 500;
}





.laterales {
    width: fit-content;
    border-left: 2px solid;
    border-right: 2px solid;
    line-height: 1;
    padding: 0 0.7em;
}

.bg-white-recede-10 > * {
    margin-top: -160px;
}



@media screen and (max-width: 37.5em) {
.box-1 {
    border-radius: 1em;
    padding: 1em;
    gap: 10px;
    max-width: var(--wp--style--global--content-size);
}
.box-1 figure {
    width: 50px;
    height: 50px;
}
.box-1 p, .box-1 ul {
    width: calc(100% - 60px);
}
.box-2 {
    padding: 1.3em;
    gap: 16px;
    border-radius: 0.8em;
}	
.box-2 figure {
    width: 45px;
    height: 45px;
}
.box-2 > p {
    width: calc(100% - 61px);
}

.box-3 {
    border-radius: 1em;
    padding: 2em 1.5em;
    width: 90%;
}
.box-3 figure {
    width: 100px;
}
}


/*--------------------------------------------------------------
# Translatepress
--------------------------------------------------------------*/

ul.selector-lenguaje-basico {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1.2em;
}

ul.selector-lenguaje-basico li {
    position: relative;
}

ul.selector-lenguaje-basico.slb-banderas li {
    width: 18px;
    line-height: 0;
}

ul.selector-lenguaje-basico li:not(:first-child):before {
    position: absolute;
    content: '/';
    color: var(--wp--preset--color--accent-dark);
    left: -0.67em;
    font-weight: 800;
}



.social-bar ul.selector-lenguaje-basico.slb-banderas {
    margin-left: 2.7em;
}




/*--------------------------------------------------------------
# Establecimiento
--------------------------------------------------------------*/

.establecimiento {
    border-radius: 0.8em;
    padding: 1.3em;
    box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.1);
}

.establecimiento .is-vertical {
    padding: 0.5em 1.5em;
	row-gap: 0.3em;
}

.establecimiento .is-vertical figure {
    width: 130px;
    height: 130px;
	margin-bottom: 1.2em;
}

.establecimiento .is-vertical figure img {
    filter: invert(0%) sepia(100%) saturate(20%) hue-rotate(39deg) brightness(93%) contrast(360%);
}

.establecimiento h4 {
    font-family: "Source Sans 3", sans-serif;
    text-transform: uppercase;
    font-size: var(--wp--preset--font-size--small);
    font-weight: 500;
	line-height: 1;
}

.establecimiento h3 {
    font-size: 1.9em;
	margin-bottom: 0.2em;
}

.establecimiento p {
    font-size: var(--wp--preset--font-size--intermedia);
    line-height: 1.3;
}


@media screen and (max-width: 37.5em) {
#establecimientos .wp-block-spacer {
    height: 10px !important;
}
.establecimiento .is-vertical figure {
    width: 100px;
    height: 100px;
}	
.establecimiento .is-vertical {
    padding: 0.7em 0 0.4em;
}
}




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

.productos {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 1.2em;
}

.productos > * {
    border-radius: 0.8em;
    box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.1);
	overflow: hidden;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.productos > .wp-block-column > figure {
    width: 100%;
    height: 300px;
}

.productos > .wp-block-column > figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productos .is-vertical h3 {
    margin: 0;
    color: var(--wp--preset--color--accent);
    font-size: 1.6em;
	line-height: 1.15;
}

.productos .is-vertical {
    padding: 1.2em 1.5em 1em;
    margin: 0;
	row-gap: 1.7em;
	justify-content: space-between;
    height: 100%;
}

.productos .is-vertical .wp-block-group.is-content-justification-right {
    width: 100%;
}

.productos .is-vertical .wp-block-group.is-content-justification-right figure {
    width: 78px;
}

.productos .is-vertical .wp-block-group.is-content-justification-right figure img {
    filter: invert(0%) sepia(100%) saturate(20%) hue-rotate(39deg) brightness(93%) contrast(360%);
}


.productos .wp-block-column > .wp-block-group:not(.is-vertical) > figure {
    width: 38%;
}

.productos .wp-block-column > .wp-block-group:not(.is-vertical) .is-vertical {
    width: 62%;
    padding: 1.5em 1em 1em 2em;
}



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

.producto.wp-block-cover {
    padding: 3em 2.3em;
    min-height: 62vh;
    border-radius: 0.8em;
    box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.1);
	overflow: hidden;
	margin-bottom: 2.7em;
	max-width: 1280px;
	margin-left: auto;
    margin-right: auto;
}

.producto .wp-block-cover__inner-container {
    max-width: 650px;
    background-color: #fff;
    padding: 2em 3em;
    border-radius: 0.8em;
    box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.1);
    overflow: hidden;
}

.producto .wp-block-cover__inner-container > * {
    text-align: left;
}

.producto .wp-block-cover__inner-container h2 {
    color: var(--wp--preset--color--accent);
    margin-bottom: 0.3em;
}

.producto .wp-block-cover__inner-container p {
    color: var(--wp--preset--color--base-300);
    line-height: 1.3;
}








/*--------------------------------------------------------------
# Custom otros
--------------------------------------------------------------*/

.origen {
    background-color: #f4f4f4;
    width: fit-content;
    padding: 2em;
    border-radius: 0.6em;
    box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.1);
	margin: 2em auto 3em;
}

.origen p {
    color: var(--wp--preset--color--accent);
    font-size: var(--wp--preset--font-size--x-large);
	line-height: 1;
	word-spacing: 0.15em;
}

/*
.origen strong {
    background-color: #B8E7C9;
	display: inline-block;
	font-weight: 500;
	position: relative;
	z-index: 2;
    margin-left: 0.3em;
}
.origen strong:after {
	position: absolute;
	z-index: -1;
	content: '';
	right: -5%;
	top: 0;
	height: 100%;
	width: 110%;
	background-color: inherit;
	-webkit-transform: skewX(-10deg);
	-moz-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	transform: skewX(-10deg);
}
*/

[class*="desplazado-"] {
    position: relative;
    height: 0;
}

[class*="desplazado-"] > * {
    position: absolute;
    z-index: 999;
    left: 0;
}

.desplazado-090 > * { top: -90px; }





ul.map-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 2em;
    font-size: var(--wp--preset--font-size--intermedia);
	letter-spacing: 1px;
    font-weight: 500;
}

ul.map-nav li {
    position: relative;
    line-height: 1;
	cursor: pointer;
}

ul.map-nav li:not(:first-child):before {
    position: absolute;
    content: '';
    width: 2px;
    height: 1em;
    background-color: var(--wp--preset--color--base-300);
    left: -1em;
}

ul.map-nav li.marker-selected:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--wp--preset--color--accent);
    left: 0;
    bottom: -0.9em;
}


@media screen and (max-width: 37.5em) {
ul.map-nav {
    column-gap: 1em;
	row-gap: 0.5em !important;
    letter-spacing: 0;
	flex-wrap: wrap;
}
ul.map-nav li:not(:first-child):before {
    left: -0.6em;
}
.origen {
    width: 300px;
    padding: 1em;
    margin: 2em auto;
}
.origen p {
    font-size: 1.2em;
}
}



/*--------------------------------------------------------------
# Listas
--------------------------------------------------------------*/

ul.lista-10 {
    margin: 0 0 0 1.2em;
    padding: 0;
    line-height: 1.15;
}

ul.lista-10 li {
    margin: 0.3em 0;
}

ul.lista-10 li::marker {
    color: var(--wp--preset--color--accent);
}



/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/

@media screen and (max-width: 37.5em) {
.m3slide {
    min-height: 300px;
}
.is-style-m3slider-home .wp-block-cover__inner-container {
    left: 8%;
    top: 10%;
    max-width: 70%;
}
.is-style-m3slider-home .wp-block-cover__inner-container p {
    font-size: 1.5em !important;
}
.m3slide img.wp-block-cover__image-background {
    object-position: 40% 50% !important;
    transform: scale(1.3);
}
}




/*--------------------------------------------------------------
# Tabs-1
--------------------------------------------------------------*/

.tabs-1 .wp-block-columns p.has-xx-large-font-size {
    line-height: 1.1;
    margin-bottom: 0.4em !important;
}

.tabs-1 .wp-block-columns:not(.tab-selected) {
    display: none;
}

body.wp-admin .tabs-1 .wp-block-columns:not(.tab-selected) {
    display: block;
}

.tabs-1 ul.map-nav li:not(.marker-selected) {
    cursor: pointer;
}



/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/

@media screen and (max-width: 37.5em) {
.hide-on-mobile {
    display: none;
}
}

@media (min-width: 720px) and (max-width:1100px) {
.hide-on-tablet {
    display: none;
}
}

@media screen and (min-width: 1101px) {
.hide-on-desktop {
    display: none;
}
}




/*--------------------------------------------------------------
# Custom custom
--------------------------------------------------------------*/

@media screen and (max-width: 37.5em) {
.wp-elements-2541b58c27fcef6b1b036ba6979586c0.wp-container-core-group-is-layout-809e3b3e {
    padding: 2em 1.3em !important;
}
.wp-block-group.is-layout-constrained.wp-container-core-group-is-layout-8dd13e6d.wp-block-group-is-layout-constrained {
    padding: 0 !important;
}

}




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


.site-footer h2.wp-block-heading {
    font-family: "Source Sans 3", sans-serif;
    text-transform: uppercase;
    font-size: var(--wp--preset--font-size--intermedia);
}

.site-footer ul.wp-block-navigation {
    display: flex;
    flex-direction: column;
    gap: 0.3em;
    align-items: flex-start;
    font-weight: 400;
}



.data-contacto > * {
    display: flex;
    row-gap: 12px;
	column-gap: 13px;
    align-items: flex-start;
}

.data-contacto figure {
    width: 24px;
    display: flex;
    padding-top: 2px;
}

.data-contacto p, .data-contacto .wp-block-group {
    width: calc(100% - 37px);
    font-size: var(--wp--preset--font-size--intermedia);
    line-height: 1.4;
    font-weight: 400;
	margin: 3px 0 0 !important;
}

.redes-footer figure {
    width: 32px;
    margin: 0 !important;
}

.copyright {
    font-size: var(--wp--preset--font-size--extra-small);
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    padding: 1em;
	text-align: center;
}

.copyright span.sep {
    display: inline-block;
    width: 3em;
    font-weight: 800;
    font-size: var(--wp--preset--font-size--normal);
}



@media screen and (max-width: 37.5em) {
.site-footer > .wp-block-group {
    padding: 1.2em;
}
.site-footer img.wp-image-91 {
    width: 220px;
}
.site-footer nav.is-responsive.wp-block-navigation {
    margin: 0;
}
.site-footer .data-contacto figure {
    width: 18px;
}
.site-footer .data-contacto {
    gap: 0.7em;
}


}




/*--------------------------------------------------------------
# Main contact
--------------------------------------------------------------*/

.main-contact figure {
    width: 30px;
    display: flex;
    padding-top: 2px;
}

.main-contact figure img {
    filter: invert(0.7);
}


