/*!
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%;
	scroll-behavior: smooth;
}

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

/**
 * 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-color: var(--wp--preset--color--base);
}

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

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

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: 971px) {
:root {
	--content-narrow: 860px;
	--content-narrower: 810px;
	--content-narrowest: 700px;
	--margin-content-narrow: calc( (100% - 920px) / 2 );
	--margin-content-narrower: calc( (100% - 890px) / 2 );
    --wp--preset--spacing--20: 0.6rem;
    --wp--preset--spacing--30: 1.3rem;
    --wp--preset--spacing--40: 1.9rem;
    --wp--preset--spacing--50: 2.6rem;
    --wp--preset--spacing--60: 3.8rem;
    --wp--preset--spacing--70: 6.1rem;
	--wp--preset--spacing--80: 7.7rem;
}
}

@media screen and (max-width: 971px) {
:root {
    --wp--preset--spacing--20: 0.5rem;
    --wp--preset--spacing--30: 0.85rem;
    --wp--preset--spacing--40: 1.5rem;
    --wp--preset--spacing--50: 2.1rem;
    --wp--preset--spacing--60: 2.7rem;
    --wp--preset--spacing--70: 3.5rem;
	--wp--preset--spacing--80: 4.5rem;
    --wp--preset--font-size--extra-small: 10px;
}
}

@media (min-width: 972px) and (max-width:1300px) {
:root {
	--wp--style--global--wide-size: calc(100% - 120px);
	--wp--style--global--content-size: calc(100% - 120px);
	--content-narrow: calc(100% - 120px);
	--content-narrower: calc(100% - 120px);
	--content-narrowest: calc(100% - 120px);
}	
}

@media (min-width: 1301px) and (max-width:1440px) {
:root {
	--wp--style--global--content-size: 1260px;
    --wp--style--global--wide-size: 1320px;
	--content-narrow: 1260px;
	--content-narrower: 1220px;
	--content-narrowest: 1120px;
}	
}

@media (min-width: 1441px) and (max-width:1580px) {
:root {
	--wp--style--global--content-size: 1400px;
    --wp--style--global--wide-size: 1400px;
	--content-narrow: 1340px;
	--content-narrower: 1280px;
	--content-narrowest: 1200px;
}	
}

@media (min-width: 1581px) and (max-width:1700px) {
:root {
	--wp--style--global--content-size: 1500px;
    --wp--style--global--wide-size: 1500px;
	--content-narrow: 1400px;
	--content-narrower: 1340px;
	--content-narrowest: 1200px;
}	
}

@media screen and (min-width: 1701px) {
:root {
	--wp--style--global--content-size: 1600px;
    --wp--style--global--wide-size: 1600px;
	--content-narrow: 1400px;
	--content-narrower: 1340px;
	--content-narrowest: 1200px;
}	
}

:root {
    --accent-filter: invert(31%) sepia(41%) saturate(2705%) hue-rotate(331deg) brightness(92%) contrast(102%);
	--accent-light-filter: invert(77%) sepia(15%) saturate(166%) hue-rotate(335deg) brightness(94%) contrast(89%);
	--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;
}

@media (min-width: 972px) and (max-width:1370px) {
	:root {
		--wp--preset--font-size--extra-small: 13px;
		--wp--preset--font-size--small: 16px;
		--wp--preset--font-size--normal: 18px;
    	--wp--preset--font-size--medium: 20px;
    	--wp--preset--font-size--large: 24px;
    	--wp--preset--font-size--x-large: 32px;
    	--wp--preset--font-size--xx-large: 46px;
    	--wp--preset--font-size--xxx-large: 55px;
	}
}

@media (max-width: 972px) {
	:root {
		--wp--preset--font-size--extra-small: 13px;
		--wp--preset--font-size--small: 16px;
		--wp--preset--font-size--normal: 18px;
    	--wp--preset--font-size--medium: 20px;
    	--wp--preset--font-size--large: 24px;
    	--wp--preset--font-size--xx-large: 28px;
		--wp--preset--font-size--xxx-large: 34px;
	}
}

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

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




/*--------------------------------------------------------------
# Font Faces
--------------------------------------------------------------*/

@font-face {
  font-family: 'Roboto Flex';
  src: url('assets/fonts/RobotoFlex-VariableFont_GRAD,XOPQ,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght.ttf') format('truetype');
  font-display: swap;
}

.roboto-flex-headline {
    font-family: "Roboto Flex", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "slnt" 0, "wdth" 110, "GRAD" 150, "XOPQ" 96, "XTRA" 480, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 570, "YTUC" 712;
}



/*--------------------------------------------------------------
# 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-bottom: 80px;
}

.market3-padding-bottom-zero .site-content {
    padding-bottom: 0;
}

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


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

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

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

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



/*--------------------------------------------------------------
# Image color filters
--------------------------------------------------------------*/

img.img-color-filter-accent, .img-color-filter-accent img {
    filter: var(--accent-filter);
}

img.img-color-filter-complementary, .img-color-filter-complementary img {
    filter: var(--complementary-filter);
}

img.img-color-filter-white, .img-color-filter-white img {
    filter: invert(1);
}



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

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

.site-header a {
    color: inherit;
}

@media screen and (min-width: 971px) {
.site-header-inner {
	display: grid;
	grid-template-columns: 215px 1fr;
    grid-template-areas: 'logo aux-bar';
    margin: auto;
	align-items: center;
	width: var(--wp--style--global--content-size);
	padding: 20px 0;
}
.site-branding {
	grid-area: logo;
}
.header-aux {
	grid-area: aux-bar;
    display: flex;
    justify-content: flex-end;
}
.header-cta a.wp-block-button__link.wp-element-button {
    padding: 0.4em 4.1em;
}
}

@media only screen and (min-width: 1650px) {
.site-header-inner {
	width: var(--wp--style--global--content-size);
}
}

@media (min-width: 1150px) and (max-width:1400px) {

}

p.site-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
    margin: 6px 0 0;
}

p.site-description {
    display: none;
}

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



@media screen and (max-width: 971px) {
.site-header {
    margin-bottom: 0;
}
.site-header-inner {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-areas: 'logo';
	position: relative;
	margin: auto;
	padding: 50px 20px 20px;
    align-items: center;
	justify-items: center;
}
.site-branding {
	grid-area: logo;
}
img.custom-logo {
    width: 215px;
}
.header-aux {
    display: none;
}
}



@media screen and (max-width: 971px) {
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: #000;
}
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;
}
header form.header-search {
    border-radius: 3px;
    width: 190px;
    left: -200px;
    top: -7px;
}
}



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

@media screen and (min-width: 971px) {
.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: 971px) {
.alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: auto;
}
}




/*--------------------------------------------------------------
# Section .modelos
--------------------------------------------------------------*/

.is-style-modelos {
    position: relative;
}

.is-style-modelos > * {
    z-index: 1;
    position: relative;
}

@media (min-width: 972px) {
.is-style-modelos h2 {
    max-width: 60%;
}
}

.is-style-modelos > .bg-right-fixed {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 840px;
	margin: 0;
}

.is-style-modelos > .bg-right-fixed img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 972px) and (max-width:1300px) {
.is-style-modelos .wp-block-group.is-layout-grid {
    padding-right: 140px;
}
.is-style-modelos > .bg-right-fixed {
    width: 560px;
}
}

@media (min-width: 1301px) and (max-width:1440px) {
.is-style-modelos .wp-block-group.is-layout-grid {
    padding-right: 170px;
}
.is-style-modelos > .bg-right-fixed {
    width: 600px;
}
}

@media (min-width: 1441px) and (max-width:1580px) {
.is-style-modelos .wp-block-group.is-layout-grid {
    padding-right: 190px;
}
.is-style-modelos > .bg-right-fixed {
    width: 670px;
}
}

@media (min-width: 1581px) and (max-width:1700px) {
.is-style-modelos .wp-block-group.is-layout-grid {
    padding-right: 230px;
}
.is-style-modelos > .bg-right-fixed {
    width: 720px;
}
}

@media screen and (min-width: 1701px) {
.is-style-modelos .wp-block-group.is-layout-grid {
    padding-right: 200px;
}
.is-style-modelos > .bg-right-fixed {
    width: 840px;
}
}

.angulo-top-left {
    position: absolute;
    top: 0;
    left: 0;
	padding: 0 !important;
}


@media (max-width: 972px) {
.angulo-top-left {
    width: 77px;
}
.is-style-modelos > .bg-right-fixed {
    padding: 0 !important;
    bottom: 0;
    top: unset;
    width: 100%;
    height: auto;
}
.is-style-modelos > .bg-right-fixed.difuso-vertical:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 101%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 95%);
}
}





/*--------------------------------------------------------------
# Especiales
--------------------------------------------------------------*/

@media (max-width: 972px) {
.logos-casos {
    flex-wrap: wrap !important;
    gap: 30px !important;
}
.logos-casos figure img {
    max-height: 50px;
    width: auto;
}
.logos-casos figure img.wp-image-78 {
    height: 36px;
}
}

@media (max-width: 972px) {
#modelos-indoor .wp-block-group.is-content-justification-left p, #modelos-outdoor .wp-block-group.is-content-justification-left p {
    /* font-size: 1.3em; */
}
}

@media (min-width: 972px) {
.grilla-a {
	display: grid;
	grid-template-columns: 1fr 1fr;
    grid-template-areas: 'titulo lista' 'boton lista';
	gap: 2.7em 6em;
}
}

@media (max-width: 972px) {
.grilla-a {
	display: grid;
    grid-template-areas: 'titulo' 'lista' 'boton';
	gap: 2.3em;
}
}

.grilla-a > * {
	margin: 0;
}
.grilla-a > h2 {
	grid-area: titulo;
	display: flex;
    align-items: flex-end;
}
.grilla-a > div {
	grid-area: boton;
	display: flex;
    align-items: flex-start;
}
.grilla-a > ul {
	grid-area: lista;
}

section#por-que-dinalight ul.wp-block-list li {
    margin-bottom: 1em;
}

.wp-block-button a {
    transition: all 0.25s ease-in-out;
}

.wp-block-button.is-style-outline a:hover {
    background-color: #fff;
    color: var(--wp--preset--color--contrast);
	border-color: #fff;
}

a.wp-block-button__link.has-base-background-color:hover {
	color: #fff !important;
	background-color: var(--wp--preset--color--accent) !important;
}

.m3form input[type="submit"] {
    transition: all 0.25s ease-in-out;
}

.m3form input[type="submit"]:hover {
    background-color: var(--wp--preset--color--contrast);
    border-color: var(--wp--preset--color--contrast);
}

@media (max-width: 972px) {
#cotizacion {
    background-size: 60% !important;
}
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  /* This creates a large inner shadow that covers the browser's background */
  -webkit-box-shadow: 0 0 0px 1000px #yourcolor inset !important;
  box-shadow: 0 0 0px 1000px #yourcolor inset !important;
  /* Set your desired text color */
  -webkit-text-fill-color: #yourtextcolor !important;
  color: #yourtextcolor !important;
  /* Optional: Add a smooth transition */
  transition: background-color 5000s ease-in-out 0s;
}


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

.footer-sp1 {
    background-color: var(--wp--preset--color--gray-100);
    margin: 3em 0 0 -1000px;
    width: 1302px;
    display: flex;
    justify-content: flex-end;
    padding: 1.3em 3.5em 1.3em 0;
	transform: skewX(-10deg);
}

.footer-sp1 > * {
    transform: skewX(10deg);
}

.footer-sp1 figure.is-style-icon-large {
    width: 34px;
    height: 34px;
}

.footer-sp1 ul.wp-block-market3-redes {
    gap: 0.8em;
}

.footer-sp1 ul.wp-block-market3-redes li {
    width: 2.4em !important;
    height: 2.4em !important;
}


@media (min-width: 972px) {
.area-paises > .wp-block-group:last-child {
    margin-left: 2.3em;
    padding: 1em 0 1em 2.3em;
    border-left: 2px solid var(--wp--preset--color--gray-200);
}
}

.paises {
    display: inline-block !important;
    column-count: 2;
    column-gap: 2em;
}

.paises > .wp-block-group.is-nowrap {
    gap: 0.9em;
	margin-bottom: 1.2em;
}

.paises figure {
	display: flex;
    height: 20px;
}

.paises figure img {
    object-fit: scale-down;
}


@media (max-width: 972px) {
.area-paises > .wp-block-group:last-child {
	padding-top: 2.5em;
    border-top: 2px solid var(--wp--preset--color--gray-200);
}
}



/*--------------------------------------------------------------
# Mobile horizontal padding - VERSION FINAL - AWESOME !!!
--------------------------------------------------------------*/

@media screen and (max-width: 971px) {
.entry-content > *:not(.alignfull) {
    margin-left: 25px;
    margin-right: 25px;
}
.entry-content > *.alignfull:not(.wp-block-cover).is-layout-constrained > * {
    padding-left: 25px;
    padding-right: 25px;
}
aside.widget-area {
    padding: 25px;
    margin-top: 2.5em;
}
}





/*--------------------------------------------------------------
# Final multi width adjustments
--------------------------------------------------------------*/

@media (max-width: 972px) {
h2.wp-block-heading {
    font-weight: 700;
}
}



@media (min-width: 972px) {
.footer-grid {
	display: grid;
	grid-template-columns: 1fr 780px;
    grid-template-areas: 'logo paises' 'zocalo paises';
	gap: 3em 2em;
}
}

@media (max-width: 972px) {
.footer-grid {
	display: grid;
    grid-template-areas: 'logo' 'paises' 'zocalo';
	gap: 2.3em;
}
}

.footer-grid .footer-logo {
	grid-area: logo;
	display: flex;
    align-items: flex-end;
}

.footer-grid .footer-sp1 {
	grid-area: zocalo;
	display: flex;
    align-items: flex-start;
	margin-top: 0;
}

.footer-grid .area-paises {
	grid-area: paises;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}


@media (max-width: 972px) {
.footer-grid .footer-logo {
    padding: 2.5em 12% 1.3em;
}
.footer-grid .area-paises {
    grid-area: paises;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
	gap: 2.5em;
	margin-top: 0;
}
.footer-grid .area-paises > * {
    width: 100%;
    padding: 0 12%;
}
.footer-last-row {
    padding: 1.3em 12%;
}
.footer-grid .footer-sp1 {
    width: 1318px;
}
}



@media (max-width: 370px) {
.wp-block-button .wp-block-button__link {
    padding-right: 2.1em;
    padding-left: 2.1em;
}
.is-style-hero h1.wp-block-heading, .is-style-hero p.has-xxx-large-font-size {
	font-size: 1.5em !important;
}
.is-style-hero p.has-large-font-size {
	font-size: 1.2em !important;
}
.wp-block-cover.is-style-hero .wp-block-buttons {
    margin-top: 8em;
}

.footer-grid .area-paises > * {
    padding: 0 25px;
}
}