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

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

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

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;
	padding: 0.5em 1.2em;
    border-radius: 0.3em;
    text-transform: uppercase;
    font-weight: 500;
}

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 #ddd;
	padding: 0.605em 1em;
	outline: none;
}

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;
	--margin-content-narrow: calc( (100% - 1050px) / 2 );
	--margin-content-narrower: calc( (100% - 960px) / 2 );
}
}

@media screen and (max-width: 37.5em) {
:root {
	--wp--preset--spacing--10: 0.2rem;
	--wp--preset--spacing--20: 0.3rem;
    --wp--preset--spacing--30: 0.54rem;
    --wp--preset--spacing--40: 0.9rem;
    --wp--preset--spacing--50: 1.25rem;
    --wp--preset--spacing--60: 1.95rem;
    --wp--preset--spacing--70: 2.65rem;
    --wp--preset--spacing--80: 3.8rem;
	--wp--preset--spacing--90: 5.1rem;
}
}

/*
@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( (100vw - var(--wp--style--global--content-size)) / 2 );
	--margin-wide: calc( (100vw - 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;
	font-weight: 600;
}

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




@media only screen and (max-width: 981px) {
.hide-on-mobile {
	display: none !important;
}
}

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





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

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

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

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

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

.site-content {
	padding-top: 20px;
    padding-bottom: 80px;
}

@media screen and (max-width: 893px) {
.site-footer > * {
	max-width: var(--wp--style--global--wide-size);
}
.site-content {
	padding-top: 30px;
}
.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;
}

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


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


header.entry-header h1.entry-title {
    font-size: var(--wp--preset--font-size--xx-large);
}



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

.site-header a {
    color: inherit;
}

@media screen and (min-width: 893px) {
.site-header-inner {
	display: grid;
	grid-template-columns: 300px 1fr 50px;
    grid-template-rows: 100px 50px 66px;
	grid-template-areas: 'logo sec-nav sec-nav' 'search search aux-bar' 'menu menu menu';
    margin: auto;
	align-items: center;
	width: var(--wp--style--global--content-size);
}
.site-branding {
	grid-area: logo;
}
.secondary-navigation {
	grid-area: sec-nav;
	display: flex;
    justify-content: flex-end;
}
.site-search {
	grid-area: search;
}
.header-aux {
	grid-area: aux-bar;
	justify-self: end;
}
.main-navigation {
	grid-area: menu;
}
}


.site-header-inner-compra {
    width: var(--wp--style--global--content-size);
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 1.6em 0;
}

.site-header-inner-compra .site-branding {
    width: 300px;
}

.compra-info {
    display: flex;
    gap: 13px;
    align-items: center;
}

.compra-info img {
    width: 32px;
}

.compra-info p {
    line-height: 1;
}

@media (min-width: 1150px) and (max-width:1400px) {
.site-header-inner {
	grid-template-columns: var(--margin-content) 420px 1fr 70px var(--margin-content);
}
.menu-menu-ppal-container {
    width: var(--wp--style--global--content-size);
    margin: auto;
}	
}

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

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

header form.woocommerce-product-search {
    display: flex;
    justify-content: space-between;
	background-color: #fff;
    padding-right: 12px;
	border: 1px solid var(--wp--preset--color--gray-200);
    border-radius: 0.4em;
    overflow: hidden;
}

header form.woocommerce-product-search input[type="search"]::placeholder {
    color: var(--wp--preset--color--gray-200);
}

header form.woocommerce-product-search input[type="search"]:focus {
    outline: none;
}

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

header form.woocommerce-product-search button {
    border: none;
    padding: 0;
    line-height: 0;
    background-color: transparent;
	width: 30px;
}

header form.woocommerce-product-search button svg {
    width: 20px;
    height: 20px;
}

@media screen and (min-width: 893px) {
header form.woocommerce-product-search input[type="search"] {
    width: calc(100% - 32px);
	line-height: 1;
	padding-left: 2em;
}
}

ul.header-icons {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0.5em;
}

ul.header-icons li {
    width: 28px;
    height: 28px;
}



@media screen and (max-width: 893px) {
.site-header-inner-compra .site-branding img.custom-logo {
    width: 150px;
}
.compra-info {
    gap: 8px;
    justify-content: flex-end;
    text-align: right;
    width: 145px;
}
.compra-info img {
    width: 28px;
}
}




@media screen and (max-width: 893px) {
.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 50px;
    grid-template-rows: 60px 38px 35px;
	grid-template-areas: 'logo aux-bar menu' 'search search search' 'sec-nav sec-nav sec-nav';
	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: 180px;
}
.secondary-navigation {
	grid-area: sec-nav;
	display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid var(--wp--preset--color--gray-200);
}
.site-search {
	grid-area: search;
}
header form.woocommerce-product-search {
    padding-right: 6px;
}
header form.woocommerce-product-search button svg {
    width: 17px;
    height: 17px;
}
.header-aux {
	grid-area: aux-bar;
	justify-self: end;
	display: flex;
    align-items: center;
}
}




@media screen and (max-width: 893px) {
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: 893px) {
button.menu-toggle {
    display: none;
}
}

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

@media screen and (min-width: 893px) {
.main-navigation {
    display: flex;
    flex-wrap: wrap;
}
.main-navigation ul.menu {
	display: flex;
    gap: 1.8em;
    height: 3em;
    align-items: center;
}
.main-navigation ul li {
    position: relative;
}
.main-navigation ul li a {
    
}
.main-navigation ul.menu > li > a {
    font-weight: 500;
}
.main-navigation ul.sub-menu {
    position: absolute;
    left: 0;
	z-index: 1;
}
.main-navigation ul.menu > li > ul.sub-menu {
    left: 0;
	padding-top: 6px;
    background-color: transparent;
}
.main-navigation ul ul ul.sub-menu {
	top: 0;
    left: 100%;
}
ul.sub-menu {
    background-color: var(--wp--preset--color--accent);
	top: 29px;
}


li.menu-item > ul.sub-menu {
	display: none;
}
li li.menu-item.active-menu-item {
	background-color: var(--wp--preset--color--accent);
}
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--accent);
	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: 893px) {

/*
.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);
    display: inline-block;
    left: 0;
    width: 0;
    bottom: 0;
	z-index: 0;
	transition: all 0.25s ease-out;
}
.main-navigation ul.menu > li.menu-item:hover > a:after {
	width: 100%;
}
*/

.main-navigation ul li.login-menu-item {
    margin-left: 0.5em;
}
.main-navigation ul li.login-menu-item > a {
    color: #fff;
    background-color: var(--wp--preset--color--contrast);
	padding: 0.4em 2.5em 0.4em 1.5em;
    border-radius: 0.5em;
    background-image: url(assets/img/caret-down-white.png);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 16px);
    background-position-y: 50%;
    background-size: 14px;
}
.main-navigation ul li.login-menu-item > a:after {
	display: none !important;
}

}



.secondary-navigation ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1.5em;
}

.secondary-navigation ul.menu a {
    color: var(--wp--preset--color--accent);
}






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

@media screen and (max-width: 893px) {
.main-navigation {
    position: absolute;
	width: 100%;
    z-index: 9999;
    top: 100%;
}
.main-navigation:not(.toggled) {
    display: none;
}
.main-navigation ul.menu {
	margin-top: -1px;
}
.main-navigation ul.sub-menu {
    display: none;
}
.main-navigation li.menu-item {
	position: relative;
	border-bottom: 1px solid var(--wp--preset--color--accent);
}
.main-navigation li.menu-item a {
	padding: 10px 12px;
    display: inline-block;
    color: #fff;
}
.main-navigation ul.menu > li.menu-item.menu-item-home a {
    padding-top: 20px;
}
.main-navigation ul.menu > li.menu-item {
    background-color: var(--wp--preset--color--accent);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.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: 893px) {
.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: 893px) {
.alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: auto;
}
.alignfull > * {
    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: 893px) {
.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: 893px) {
.hero p.has-text-align-left.has-xxx-large-font-size {
    margin-bottom: 0.8em !important;
    line-height: 1.2;
}
}




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

.breadcrumb-container {
    padding: 0.8em 0;
    border-bottom: 1px solid;
}

nav.special-breadcrumb {
    display: flex;
    gap: 0.5em;
    text-transform: uppercase;
    font-weight: 700;
	line-height: 1;
}

nav.special-breadcrumb a {
    color: inherit;
    font-weight: 500;
}

nav.special-breadcrumb span.sep {
    display: flex;
    align-items: center;
}

nav.special-breadcrumb span.sep svg {
    width: 10px;
    height: 10px;
}


/*--------------------------------------------------------------
# Sidebars
--------------------------------------------------------------*/

@media screen and (min-width: 893px) {
.left-sidebar {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    flex-direction: row-reverse;
}
.left-sidebar aside {
    width: 25%;
}
.left-sidebar main {
    width: 70%;
}
}

aside#secondary h2.wp-block-heading {
    font-size: var(--wp--preset--font-size--medium);
}

aside#secondary h3.wp-block-heading {
    font-size: var(--wp--preset--font-size--normal);
	margin: 0 0 0.7em;
}

aside#secondary > section.widget {
    margin-bottom: 2.2em;
}


hr.sidebar-sep {
    height: 2px;
    margin-bottom: 2.2em;
}



@media screen and (max-width: 893px) {
section#subcategorias {
    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;
}



/*--------------------------------------------------------------
# Caja 1
--------------------------------------------------------------*/

.caja-1 {
    display: flex;
}

.caja-1 > .wp-block-group.is-vertical {
    border: 1px solid var(--wp--preset--color--accent);
    border-radius: 1em;
    padding-top: var(--wp--preset--spacing--40);
    padding-right: var(--wp--preset--spacing--40);
    padding-bottom: var(--wp--preset--spacing--40);
    padding-left: var(--wp--preset--spacing--40);
	
}

.caja-1 > .wp-block-group.is-vertical .wp-block-group.is-vertical {
    gap: 0.3em;
}

.caja-1  .wp-block-buttons {
    justify-content: center;
    width: 100%;
	flex: auto;
    align-items: flex-end;
}

.caja-1 .wp-block-button {
    flex-basis: 100%;
    width: 100%;
}




/*--------------------------------------------------------------
# Caja 2
--------------------------------------------------------------*/

.caja-2 > .wp-block-group {
    border: 1px solid var(--wp--preset--color--accent);
    border-radius: 1em;
    padding-top: var(--wp--preset--spacing--40);
    padding-right: var(--wp--preset--spacing--40);
    padding-bottom: var(--wp--preset--spacing--40);
    padding-left: var(--wp--preset--spacing--40);
	gap: 30px;
	align-items: flex-start;
}

.caja-2 > .wp-block-group > * {
    height: 460px;
}

.caja-2 > .wp-block-group > figure {
    width: 40%;
}

.caja-2 > .wp-block-group > figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.caja-2 > .wp-block-group > .wp-block-group.is-vertical {
    width: calc(60% - 30px);
}

.caja-2 > .wp-block-group > .wp-block-group.is-vertical .wp-block-group.is-vertical {
    gap: 0;
}

.caja-2  .wp-block-buttons {
    justify-content: center;
    width: 100%;
	flex: auto;
    align-items: flex-end;
}

.caja-2 .wp-block-button {
    flex-basis: 100%;
    width: 100%;
}

.caja-2 h3.wp-block-heading {
    font-size: 1.3em;
    margin: 0.1em 0 0.2em;
}



/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/

.accordion {
    width: 100%;
    border: 1px solid var(--wp--preset--color--gray-200);
    border-radius: 0.5em;
}

.accordion-item {
    border-bottom: 1px solid var(--wp--preset--color--gray-200);
    border-radius: 0.5em;
	margin-left: -1px;
    width: calc(100% + 2px);
}

.accordion-item.open {
    border-bottom: none;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-item .ac-item-title {
    font-size: 1.2em;
    font-weight: 600;
    border-radius: 0.3em;
    line-height: 1.3;
    padding: 0.5em 2.6em 0.5em 1.4em;
    margin: 0;
	border-radius: 0.5em;
	position: relative;
	cursor: pointer;
}

.accordion-item.open .ac-item-title {
	border-bottom: 1px solid var(--wp--preset--color--gray-200);
}

.accordion-item.next .ac-item-title {
	border-top: 1px solid var(--wp--preset--color--gray-200);
}

.accordion-item .ac-item-title::after {
	position: absolute;
	content: '';
	height: 26px;
	width: 26px;
	right: 1.2em;
	top: calc(50% - 13px);
    background-image: url(assets/img/caret-down.png);
	transition: all 0.3s ease-out;
}

.accordion-item.open .ac-item-title::after {
	transform: rotate(90deg);
}

.accordion-item .ac-item-content {
    display: none;
}

.accordion-item.open .ac-item-content {
    display: block;
	padding: 1em 1.6em;
}


.std-info {
    margin-bottom: 2em;
}

.std-item h4.ac-item-title {
	font-size: 1.2em;
    font-weight: 600;
    line-height: 1.3;
}


@media only screen and (max-width: 981px) {
.accordion-item .ac-item-title::after {
    height: 20px;
    width: 20px;
    top: calc(50% - 10px);
    background-size: 20px;
}
}



/*--------------------------------------------------------------
# Boxes
--------------------------------------------------------------*/

.stdbox, .stdbox_inner {
    border: 1px solid var(--wp--preset--color--gray-200);
    border-radius: 0.5em;
	background-color: #fff;
	padding: 1em 1.6em;
}

.stdbox_inner {
	padding: 1em;
}



/*--------------------------------------------------------------
# Listas de iconos
--------------------------------------------------------------*/

.is-style-iconos {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.is-style-iconos > * {
    gap: 10px;
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin: 0;
}

.is-style-iconos > * > figure {
    width: 36px;
    margin: 0;
}

.is-style-iconos > * > p {
    width: calc(100% - 46px);
    line-height: 1.3;
	margin: 3px 0 0;
}




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

.separador-vertical {
    position: relative;
}

.separador-vertical:after {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: var(--wp--preset--color--gray-200);
}

@media only screen and (max-width: 981px) {
.separador-vertical {
    column-gap: 2.3em !important;
}
}


.is-style-estirado-vertical {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.caja-flecha {
    gap: 0;
    row-gap: 0px;
    column-gap: 0px;
	margin: 0;
}

.caja-flecha > p {
    display: flex;
    align-items: center;
    height: calc(100% - 30px);
    margin: 0;
}

.caja-flecha > figure {
    height: 30px;
    text-align: right;
	margin: 0;
}







/*--------------------------------------------------------------
# Modals
--------------------------------------------------------------*/

div#popup-bg {
    position: fixed;
    top: 0;
    z-index: 99999;
    background-color: rgba(0,0,0,0.85);
    width: 100%;
    height: 100%;
    display: flex;
	flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.iwd-popup {
    position: absolute;
    background-color: #fff;
    z-index: 1;
	display: flex;
}

.popup-content {
    padding: 2.4em;
    display: flex;
    flex-direction: column;
    justify-content: center;
	width: 100%;
}

.nopadding .popup-content {
    padding: 0;
}

span.popup-close {
    position: absolute;
    right: 0.4em;
    top: 0.2em;
    font-size: 2.7em;
    line-height: 1;
    cursor: pointer;
    font-weight: 200;
}

.nopadding span.popup-close {
    color: #fff;
    mix-blend-mode: difference;
}

@media only screen and (max-width: 870px) {
.iwd-popup {
    flex-direction: column;
    width: 90%;
}
.popup-content {
    min-height: 40vh;
}
}

@media only screen and (min-width: 980px) {
.iwd-popup { width: 830px; }
.popup-250 { width: 250px; }
.popup-320 { width: 320px; }
.popup-450 { width: 450px; }
.popup-600 { width: 600px; }
.popup-720 { width: 720px; }
.popup-930 { width: 930px; }
}


p:empty {
    display: none;
}




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

.lista-iconos {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    margin: 1.5em 0;
}

.lista-iconos > * {
    display: flex;
    align-items: flex-start;
    gap: 0.8;
}

.lista-iconos > * figure {
    width: 1.4em;
    height: 1.4em;
    margin: 0;
	display: flex;
}

.lista-iconos > * figure img {
    vertical-align: top;
}

.lista-iconos > * p {
    line-height: 1.3;
    margin: 0;
}

.li-accent > * figure img {
    filter: invert(10%) sepia(72%) saturate(7477%) hue-rotate(1deg) brightness(94%) contrast(113%);
}



.overflow-hidden {
    overflow: hidden;
}



/*--------------------------------------------------------------
# IWD Social & Contacto
--------------------------------------------------------------*/

ul.social {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 25px;
}

ul.social.circle li a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--wp--preset--color--contrast);
    border-radius: 50px;
	transition: all 0.25s ease-in-out;
}

ul.social.circle li a img {
    width: 25px;
    height: 25px;
}

ul.social.circle li a:hover {
    border-color: var(--wp--preset--color--accent);
}

ul.social.circle li a:hover img {
    filter: invert(10%) sepia(72%) saturate(7477%) hue-rotate(1deg) brightness(94%) contrast(113%);
}



/*--------------------------------------------------------------
# Footer - Categorías
--------------------------------------------------------------*/

.categorias {
    display: flex;
    column-gap: 3%;
	row-gap: 3.4em;
    flex-wrap: wrap;
	text-transform: uppercase;
    font-size: var(--wp--preset--font-size--small);
	font-weight: 600;
    letter-spacing: 1px;
	color: var(--wp--preset--color--gray-300);
}

.categoria {
    display: flex;
    flex-direction: column;
    width: 17.6%;
	gap: 1em;
}

.categoria h4 {
    margin: 0;
    color: #fff;
}

.categoria h4 a {
    color: #fff;
}

.categoria ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}




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

@media screen and (max-width: 893px) {
img.wp-image-61663 {
    width: 230px;
}
}


.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: 893px) {
.footer-inner {
    padding: 7em 0;
    row-gap: 4em;
}
.footer-inner .fcol {
    width: 100%;
    
}

}