/*!
Theme Name: Market3
Theme URI: http://underscores.me/
Author: Market3
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
*/


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

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

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

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

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

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0 0 0.5em;
	color: var(--wp--preset--color--contrast);
}

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

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




/*--------------------------------------------------------------
# Temp
--------------------------------------------------------------*/

p:empty {
    display: none;
}



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

/*
:root {
    --wp--preset--font-size--normal: 18px;
}
*/

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



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

.site-content {
	max-width: var(--wp--style--global--content-size);
    padding: 0;
    margin-inline: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

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

.page-id-15 .site-content {
    padding-bottom: 0;
}

@media screen and (min-width: 37.5em) {
.left-sidebar .site-content {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 5%;
}
.left-sidebar .site-content main {
    width: 70%;
}
.left-sidebar .site-content aside {
    width: 25%;
}
}


@media screen and (max-width: 37.5em) {
.site-content {
	max-width: calc(100% - 50px);
}
.site-content {
	padding-top: 60px;
    padding-bottom: 50px;
}
}

@media screen and (min-width: 37.5em) {
.right-sidebar .site-content {
    display: flex;
    column-gap: 5%;
}
.right-sidebar .site-content main {
    width: 70%;
}
.right-sidebar .site-content aside {
    width: 25%;
}
}



/*--------------------------------------------------------------
# Basic
--------------------------------------------------------------*/

h1.entry-title {
    font-weight: 400;
    margin-bottom: 0.7em;
}

h2.wp-block-heading {
    font-weight: 600;
    position: relative;
    margin-bottom: 2em !important;
}

h2.wp-block-heading:after {
    position: absolute;
    content: '';
    width: 2.4em;
    height: 0.13em;
    background-color: var(--wp--preset--color--accent);
    bottom: -0.9em;
    left: 0;
}

h2.wp-block-heading.has-text-align-center:after {
	left: calc(50% - 2em);
}


ul.plain-list {
    margin: 0;
    padding: 0 0 0 1.2em;
}

ul.plain-list li {
    margin-bottom: 1em;
}






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

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

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



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

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

.site-header a {
    color: inherit;
}

@media screen and (min-width: 37.5em) {
.site-header-inner {
	display: grid;
	grid-template-columns: 280px 1fr 50px 210px;
	grid-template-rows: 112px;
	grid-template-areas: 'logo bar-menu search bar-right';
	max-width: 92%;
    margin: auto;
}
.site-logo {
	grid-area: logo;
	align-self: center;
}
.main-navigation {
	grid-area: bar-menu;
	align-self: center;
	justify-self: end;
    margin-right: 46px;
}
.site-search {
	grid-area: search;
	align-self: center;
	justify-self: center;
    position: relative;
}
.header-sec {
	grid-area: bar-right;
	justify-self: end;
	align-self: center;
}
.site-logo svg {
    width: 100%;
	height: auto;
}
}

.site-header-inner {
    color: #fff;
}

.site-header-inner svg {
    fill: #fff;
}

@media screen and (max-width: 37.5em) {
.site-header-inner {
	display: grid;
	grid-template-columns: 150px 1fr 60px;
	grid-template-rows: 46px 34px;
	grid-template-areas: 'logo search menu' 'logo bar-extra bar-extra';
	position: relative;
	margin: auto;
}
button.menu-toggle {
	grid-area: menu;
}
.site-logo {
	grid-area: logo;
	align-self: center;
	justify-self: center;
	line-height: 0;
	z-index: 999;
    margin-top: -22px;
    margin-left: 20px;
}
.header-sec {
	grid-area: bar-extra;
	align-self: flex-start;
	justify-self: end;
}
.site-search {
	grid-area: search;
	align-self: center;
    justify-self: end;
	position: relative;
}
}

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

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

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

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

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

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

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

.hrx svg {
    fill: #fff;
}

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

.header-icons a {
    display: flex;
}

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

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

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

@media screen and (max-width: 37.5em) {
button.menu-toggle {
	line-height: 0;
	border: none;
    padding: 0;
    background-color: transparent;
}
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;
    margin-right: 20px;
}
.hrx {
    margin-right: 12px;
	z-index: 99999;
}
header form.header-search {
    border-radius: 3px;
    width: 190px;
    left: -200px;
    top: -7px;
}
}

@media (min-width: 1000px) and (max-width:1400px) {
.header-icons ul {
    font-size: 0.7em;
}
.main-navigation {
	margin-right: 30px;
	margin-left: 40px;
}
.main-navigation ul.menu {
    gap: 1.8em;
    font-size: 0.85em;
}
}


.topbar {
    background-color: var(--wp--preset--color--accent);
    padding: 6px 4%;
    color: #fff;
    font-size: 0.8em;
}

.topbar a:not(.wp-block-social-link-anchor) {
    color: #fff;
    font-size: 0.8em;
}




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

@media screen and (min-width: 37.5em) {
.wp-block-cover.alignfull.hero .wp-block-cover__inner-container.is-layout-constrained.wp-block-cover-is-layout-constrained {
    margin-left: 100px;
    max-width: 690px;
}
}

.wp-block-cover.alignfull.hero .wp-block-cover__inner-container.is-layout-constrained.wp-block-cover-is-layout-constrained h1 {
	font-weight: 700;
}

.hero ul.wp-block-list.has-medium-font-size {
    padding-left: 1em;
}

.hero ul.wp-block-list.has-medium-font-size li {
    margin-bottom: 0.5em;
}


@media screen and (max-width: 37.5em) {
.wp-block-cover.alignfull.hero .wp-block-cover__background.has-background-dim.has-background-dim-10 {
	opacity: 0.2;
}
}




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

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

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

@media screen and (min-width: 37.5em) {
.main-navigation {
    display: flex;
    flex-wrap: wrap;
}
.main-navigation ul.menu {
	display: flex;
    gap: 2.5em;
}
.main-navigation ul li {
    position: relative;
}
.main-navigation ul li a {
    padding: 11px 0;
}
.main-navigation ul.menu > li > a {
    /* font-weight: 600; */
}
.main-navigation ul.sub-menu {
    position: absolute;
    left: 0;
	z-index: 1;
	border: 1px solid var(--contrast-200);
}
.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--base-100);
	top: 29px;
}


li.menu-item > ul.sub-menu {
	display: none;
}
li li.menu-item.active-menu-item {
	background-color: var(--wp--preset--color--base-200);
}
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--base-100);
	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 li.menu-item a:after {
	position: absolute;
    content: '';
    height: 3px;
    background-color: #fff;
    display: inline-block;
    left: 5px;
    width: 0;
    bottom: 0;
	z-index: 0;
	opacity: 0.45;
	transition: all 0.35s ease-out;
}
.main-navigation li.menu-item:hover a:after {
	width: calc( 100% - 10px );
}
}




/*--------------------------------------------------------------
# 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(--base-100);
}
.main-navigation ul.sub-menu {
    display: none;
}
.main-navigation li.menu-item {
	position: relative;
	border-bottom: 1px solid var(--base-100);
}
.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;
}

}



/**
 * -------------------------------------------------------------
 * ANIMATED PLUS
 * -------------------------------------------------------------
 */


.animated-plus {
    width: 18px;
    height: 18px;
    background: #e6e6e6;
    border-radius: 100px;
  position: absolute;
  right: 5px;
  top: 11px;
}

.animated-plus::before,
.animated-plus::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: currentColor;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.animated-plus::before {
  width: 10px;
  height: 2px;
  opacity: 1;
}

.animated-plus::after {
  width: 2px;
  height: 10px;
}

li.menu-item-has-children.sub-menu-open > .animated-plus::before {
  opacity: 0;
}

li.menu-item-has-children > .animated-plus::before, li.menu-item-has-children > .animated-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}


@media screen and (min-width: 37.5em) {
.animated-plus {
	display: none;
}
}



/*--------------------------------------------------------------
## Miscelánea
--------------------------------------------------------------*/

figcaption.wp-element-caption {
    font-size: 0.75em;
    margin-top: 0.9em;
}




/*--------------------------------------------------------------
## Sections
--------------------------------------------------------------*/

section.wp-block-group {
    padding-top: 4em;
    padding-bottom: 2.2em;
}

section.wp-block-group.has-background {
    padding-top: 5.5em;
    padding-bottom: 6em;
}


@media screen and (max-width: 37.5em) {
section.wp-block-group {
    padding-top: 2.5em;
    padding-bottom: 1.8em;
}	
section.wp-block-group.has-background {
    padding-top: 4em;
    padding-bottom: 4.5em;
}	
}


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

.home .site-content {
    padding-top: 0;
	padding-bottom: 0;
}

.home .product-group {
    border-top: 3px solid var(--wp--preset--color--base-100);
    padding-top: 0.7em;
}

.home h2.wp-block-heading {
    
    font-weight: 600;
}

.logos-home {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 60px !important;
    row-gap: 40px !important;
}

.logos-home figure.wp-block-image {
    width: 150px !important;
    max-width: 150px !important;
	height: 120px;
}

.logos-home figure.wp-block-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: scale-down;
    padding: 10% 5%;
}


@media screen and (max-width: 37.5em) {
.logos-home {
    gap: 10px !important;
}
.logos-home > figure {
    width: 33% !important;
}
}



.home .entry-content h2.wp-block-heading.has-text-align-center {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 3px;
}

.home .entry-content h2.wp-block-heading.has-text-align-center::after {
    width: 4em;
}



/*--------------------------------------------------------------
# Product
--------------------------------------------------------------*/

.product {
    margin-bottom: 3.2em;
}



/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.blog main > .entry-content {
    margin-bottom: 2em;
}

@media screen and (min-width: 37.5em) {
.posts_wrapper {
    display: flex;
	flex-wrap: wrap;
    column-gap: 3.5%;
    row-gap: 54px;
}
.posts_wrapper article {
    width: 31%;
}
.posts_wrapper a.post-thumbnail {
    display: inline-block;
    height: 230px;
	width: 100%;
}
.posts_wrapper a.post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section#nuestros-productos figure {
    height: 346px;
    overflow: hidden;
}
section#nuestros-productos figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
}

.posts_wrapper h2.entry-title {
    font-size: 1.3em;
    margin: 1em 0;
    line-height: 1.4;
    font-weight: 600;
}

.posts_wrapper h2.entry-title a {
    color: inherit;
}

.entry-meta {
    font-size: 0.75em;
    font-weight: 400;
    color: #bbb;
    margin-bottom: 1em;
}

.single-post h1.entry-title {
    margin-top: 0.7em;
}

.single-post nav.navigation.post-navigation {
    display: none;
}


@media screen and (max-width: 37.5em) {
.posts_wrapper article:not(:last-child) {
    margin-bottom: 3.7em;
}
}



/*--------------------------------------------------------------
# SVG Lists
--------------------------------------------------------------*/

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

ul.svglist li {
    display: flex;
	gap: 0.7em;
	fill: var(--wp--preset--color--accent);
}

ul.svglist li svg {
    width: 1.6em;
    height: 1.6em;
    display: flex;
}

ul.svglist li span {
    width: calc(100% - 2.3em);
	line-height: 1.45;
}




/*--------------------------------------------------------------
# Socios
--------------------------------------------------------------*/

.socios {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 70px;
}

.socios > div {
    width: 23.5%;
    display: flex;
    align-items: center;
	margin-top: 0;
	gap: 0;
}

.socios figure {
    height: 130px;
    width: 100%;
	margin-bottom: 35px;
    position: relative;
}

.socios figure:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 4px;
    bottom: -20px;
    background-color: var(--wp--preset--color--accent);
    left: calc(50% - 25px);
}

.socios img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
	filter: grayscale(0.6);
    padding: 3% 10%;
}

.socios p {
    font-weight: 600;
    text-transform: uppercase;
	line-height: 1.2;
    text-align: center;
}

.socios p.has-small-font-size {
    font-weight: normal;
    text-transform: inherit;
	margin-top: 5px;
    font-size: 12px !important;
}

@media screen and (max-width: 37.5em) {
.socios {
    row-gap: 50px;
    flex-direction: column;
}
.socios > div {
    width: 100%;
}
}


/*--------------------------------------------------------------
# Objetivos
--------------------------------------------------------------*/

ul.objetivos {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

ul.objetivos li {
    width: calc((100% - 24px) / 3);
    background-color: var(--wp--preset--color--accent);
    color: #fff;
    padding: 1em 1.2em;
    line-height: 1.62em;
	border-radius: 0.7em;
}

@media screen and (max-width: 37.5em) {
ul.objetivos li {
    width: 100%;
	text-align: center;
    font-size: 1.2em;
}
}



/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

aside#secondary h3.wp-block-heading {
    font-size: 1.3em;
    border-bottom: 3px solid var(--wp--preset--color--accent);
    padding-bottom: 0.3em;
	margin-bottom: 1em;
    font-weight: 500;
}

aside#secondary .widget_block {
    margin-bottom: 3em;
}

aside#secondary ul {
    padding: 0;
    margin: 0;
	list-style-type: none;
}

aside#secondary ul li {
    margin-bottom: 1em;
}

aside#secondary ul a {
    color: var(--wp--preset--color--contrast-200);
}



/*--------------------------------------------------------------
# Contacto
--------------------------------------------------------------*/

.m3contacts input[type="submit"] {
    font-weight: 700;
    padding: 1.2em 2em;
    cursor: pointer;
    background-color: var(--wp--preset--color--accent);
    border: none;
    border-radius: 4px;
}



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

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

@media screen and (min-width: 37.5em) {
.footer-widgets, .site-info {
	max-width: var(--wp--style--global--content-size);
    margin: auto;
}
}

@media screen and (max-width: 37.5em) {
.footer-widgets, .site-info {
	max-width: calc(100% - 50px);
	margin: auto;
}
}

.site-footer h2.widget-title {
    font-size: 1.4em;
    color: var(--wp--preset--color--accent);
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin-bottom: 2.7em;
}

.site-footer h2.widget-title:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0.15em;
    background-color: rgba(255, 255, 255, 0.2);
    left: 0;
    bottom: -1em;
}


#contacto svg {
    fill: var(--wp--preset--color--accent);
    width: 1.6em;
    height: 1.6em;
}

.site-info {
    padding: 1em;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 4em;
}

ul#footer-menu {
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 3em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 2px;
}


@media screen and (max-width: 37.5em) {
#contacto {
    flex-direction: column;
    row-gap: 4em;
}
.m3contacts_wrapper {
    width: 100%;
}
ul#footer-menu {
    gap: 1.5em;
    font-size: 0.7em;
    letter-spacing: 0;
}
}



