@charset "UTF-8";
/*!
Theme Name: Arsenio
Theme URI: https://sumun.net
Author: Sumun
Author URI: https://sumun.net
Description: Arsenio Full Site Editing Theme
Version: 1.0.0
Tested up to: 8.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: arsenio
Tags: full site editing, sass, 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* 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;
  scroll-behavior: smooth;
  scroll-padding-top: 12rem;
}

/*! 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;
  overflow-x: hidden;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Abstracts
--------------------------------------------------------------*/
@media (max-width:767px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .hidden-tablet {
    display: none !important;
  }
}
@media (min-width:992px) and (max-width:1439px) {
  .hidden-laptop {
    display: none !important;
  }
}
@media (min-width:1440px) {
  .hidden-desktop {
    display: none !important;
  }
}
.grid-columns-1 {
  display: grid;
  gap: var(--space-3);
  grid-template-columns: repeat(1, 1fr);
}

.grid-columns-2 {
  display: grid;
  gap: var(--space-3);
  grid-template-columns: repeat(2, 1fr);
}

.grid-columns-3 {
  display: grid;
  gap: var(--space-3);
  grid-template-columns: repeat(3, 1fr);
}

.grid-columns-4 {
  display: grid;
  gap: var(--space-3);
  grid-template-columns: repeat(4, 1fr);
}

.grid-columns-5 {
  display: grid;
  gap: var(--space-3);
  grid-template-columns: repeat(5, 1fr);
}

.grid-columns-6 {
  display: grid;
  gap: var(--space-3);
  grid-template-columns: repeat(6, 1fr);
}

.grid-columns-7 {
  display: grid;
  gap: var(--space-3);
  grid-template-columns: repeat(7, 1fr);
}

.grid-columns-8 {
  display: grid;
  gap: var(--space-3);
  grid-template-columns: repeat(8, 1fr);
}

.grid-columns-9 {
  display: grid;
  gap: var(--space-3);
  grid-template-columns: repeat(9, 1fr);
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
.wp-block-post-title a {
  text-decoration: none;
}

[class*=has-heading-][class*=-font-size], .has-display-font-size {
  line-height: var(--wp--custom--line-height--heading);
}

.has-display-font-size {
  text-transform: uppercase;
}

.has-subtitle-font-size {
  letter-spacing: 2px;
}

h4, .has-heading-4-font-size {
  font-feature-settings: "dlig" on;
}

.components-resizable-box__container.block-library-spacer__resize-container {
  background-color: var(--wp--preset--color--primary-30);
}
.components-resizable-box__container.block-library-spacer__resize-container:before {
  content: attr(data-spaceheight);
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.wp-block-separator {
  border-bottom: 1px solid;
}

/*--------------------------------------------------------------
# Abstracts
--------------------------------------------------------------*/
:where(.wp-block-group.has-background) {
  padding: var(--wp--custom--layout--block-gap);
}

@media (min-width:1121px) {
  body {
    --wp--style--root--padding-right: 4rem;
    --wp--style--root--padding-left: 4rem;
  }
}
@media (max-width:1120px) {
  body {
    --wp--custom--layout--block-gap: 1rem;
  }
}
body .is-layout-flow > .wp-block-image.alignright {
  margin-inline-start: 0;
}
body .is-layout-flow > .wp-block-image.alignleft {
  margin-inline-end: 0;
}

.wc-block-product-template__responsive {
  gap: var(--wp--custom--layout--block-gap);
}
.wc-block-product-template__responsive.columns-3 {
  grid-template-columns: repeat(auto-fill, minmax(max(280px, 33.33333% - 1.5em), 1fr));
}

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-radius: 0;
  border: 0;
  border-bottom: 1px solid var(--wp--preset--color--neutral-white);
  color: inherit;
  background-color: transparent;
  line-height: 1;
  padding: 4px;
  width: 100%;
  max-height: 3rem;
}
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 {
  outline-color: transparent;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 1; /* Firefox */
  font-style: italic;
}
input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=range]::-ms-input-placeholder,
input[type=date]::-ms-input-placeholder,
input[type=month]::-ms-input-placeholder,
input[type=week]::-ms-input-placeholder,
input[type=time]::-ms-input-placeholder,
input[type=datetime]::-ms-input-placeholder,
input[type=datetime-local]::-ms-input-placeholder,
input[type=color]::-ms-input-placeholder,
textarea::-ms-input-placeholder { /* Edge 12 -18 */
  color: inherit;
}

select {
  border-radius: var(--wp--custom--border-radius--rounded);
  border: 2px solid;
  padding: 7px var(--wp--preset--spacing--10);
}

textarea {
  width: 100%;
}

button[type=submit], input[type=submit] {
  background-color: transparent;
  color: inherit;
  border: 2px solid;
  font-weight: bold;
  border-radius: var(--wp--custom--border-radius--sm);
  padding: calc(0.5rem + 4px) 1.5em;
  cursor: pointer;
}
button[type=submit]:after, input[type=submit]:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 0.5rem;
  background-color: currentColor; /* Esto asegura que el color del SVG coincida con el color del texto */
  mask-image: url(./assets/icons/arrow-right.svg);
  mask-size: cover;
  mask-repeat: no-repeat;
  transition: padding-left 0.3s ease;
}

/*--------------------------------------------------------------
# Abstracts
--------------------------------------------------------------*/
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.rangeslider__fill {
  border: solid 3px;
  background-color: #fff;
  top: -2px !important;
}

.rangeslider--horizontal {
  height: 2px;
}
.rangeslider--horizontal .rangeslider__handle {
  background: var(--wp--preset--color--terciary-70);
  border: 1px solid #fff;
  width: 40px;
  height: 16px;
  border-radius: 99px;
  top: -6px;
}
.rangeslider--horizontal .rangeslider__handle:after {
  display: none;
}

.smn-range-slider--legend {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: -24px;
}

.wpcf7-form-control-wrap:has(.smn-range-slider-euros) .eacf7-range-slider-value {
  font-weight: 400 !important;
}
.wpcf7-form-control-wrap:has(.smn-range-slider-euros) .eacf7-range-slider-value::after {
  content: " k €";
}

.wpcf7-form-control-wrap:has(.smn-range-slider-meters) .eacf7-range-slider-value {
  font-weight: 400 !important;
}
.wpcf7-form-control-wrap:has(.smn-range-slider-meters) .eacf7-range-slider-value::after {
  content: " m²";
}

#form-presupuesto {
  display: grid;
  gap: 2em var(--wp--preset--spacing--80);
  grid-template-columns: 50% 40%;
}
@media (max-width:767px) {
  #form-presupuesto {
    grid-template-columns: 1fr;
  }
}

/*--------------------------------------------------------------
# Abstracts
--------------------------------------------------------------*/
a.stretched-link, .stretched-link > a {
  position: initial !important;
}
a.stretched-link::after, .stretched-link > a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

@media (max-width:991px) {
  .column-reverse-mobile {
    flex-direction: column-reverse;
    display: flex;
  }
}

.mt-0 {
  margin-block-start: 0;
}

.mt-1 {
  margin-block-start: var(--wp--preset--spacing--10);
  margin-top: var(--wp--preset--spacing--10);
}

.mt-2 {
  margin-block-start: var(--wp--preset--spacing--20);
  margin-top: var(--wp--preset--spacing--20);
}

.mt-3 {
  margin-block-start: var(--wp--preset--spacing--30);
  margin-top: var(--wp--preset--spacing--30);
}

.mb-1 {
  margin-block-end: var(--wp--preset--spacing--10);
}

.d-z-index-2 {
  z-index: 2;
  position: relative;
}

.uppercase {
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.wp-block-buttons .wp-block-button:not([class*=-with-arrow]) .wp-block-button__link {
  transition: transform 0.3s ease;
}
.wp-block-buttons .wp-block-button:not([class*=-with-arrow]) .wp-block-button__link:hover {
  transform: scale(1.1);
}

.wp-block-button.is-style-with-arrow .wp-block-button__link,
.wp-block-button.is-style-outline-with-arrow .wp-block-button__link {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5rem;
  transition: 0.3s ease;
}
.wp-block-button.is-style-with-arrow .wp-block-button__link:hover,
.wp-block-button.is-style-outline-with-arrow .wp-block-button__link:hover {
  gap: 1rem;
}
.wp-block-button.is-style-with-arrow .wp-block-button__link:after,
.wp-block-button.is-style-outline-with-arrow .wp-block-button__link:after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 24px;
  margin-left: 0.5rem;
  background-color: currentColor; /* Esto asegura que el color del SVG coincida con el color del texto */
  mask-image: url(./assets/icons/icon-arrow-btn.svg);
  mask-size: cover;
  mask-repeat: no-repeat;
  transition: padding-left 0.3s ease;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  padding: calc(0.5rem - 2px) 2rem !important;
}

.wp-block-button.is-style-outline-with-arrow .wp-block-button__link {
  background-color: transparent;
  border-color: currentColor;
  border-width: 1px;
  border-style: solid;
  color: currentColor;
  padding: calc(0.5rem - 2px) 2rem !important;
}

.card-arrow .card-arrow--content-icon {
  z-index: 2;
  position: relative;
}
.card-arrow svg {
  transition: transform 0.3s ease-in-out;
}
.card-arrow img {
  transition: filter 0.2s ease-in-out;
}
.card-arrow:hover svg {
  transform: rotate(-90deg);
}
.card-arrow:hover figure.wp-block-image img {
  filter: brightness(50%);
}
.card-arrow:hover .wp-block-cover span.wp-block-cover__background {
  opacity: 0.5;
}

.card-img {
  border-radius: var(--wp--custom--border-radius--lg);
  overflow: hidden;
}
.card-img img {
  transition: 0.5s ease-in-out;
  border-radius: var(--wp--custom--border-radius--lg);
}
.card-img .card--head {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.card-img .card--head .taxonomy-category, .card-img .card--head time {
  border-radius: var(--wp--custom--border-radius--lg);
  padding: 0 0.5rem;
  background-color: var(--wp--preset--color--primary-10);
}
.card-img .wp-block-post-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  padding: 2rem 1rem;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, var(--wp--preset--color--neutral-100) 100%);
  border-radius: var(--wp--custom--border-radius--lg);
}
.card-img:hover img {
  transform: scale(1.05);
  transition: 0.5s ease-in-out;
}
.card-img a {
  text-decoration: none;
}

.wp-block-cover.is-style-cover-contain-background .wp-block-cover__image-background {
  object-fit: contain;
}

details {
  position: relative;
  max-height: 3rem;
  transition: 0.5s ease-in-out;
  transition-behavior: allow-discrete;
}
details summary {
  display: block;
}
details summary::-webkit-details-marker {
  display: none;
}
details .wp-block-details--content {
  border: 1px solid red;
}
details[open] {
  max-height: 100vh;
  /* calc-size() function allows transition to height: auto; */
}
details[open] .wp-block-details--content {
  animation: scaleUp 0.3s ease-in-out forwards;
}

@keyframes scaleUp {
  from {
    display: none;
    opacity: 0;
  }
  to {
    display: block;
    opacity: 1;
  }
}
.starting-style {
  animation: scaleUp 0.3s ease-in-out forwards;
}

details[open] span::before {
  rotate: 90deg;
  transition: rotate 200ms ease-out;
}

/*--------------------------------------------------------------
# Abstracts
--------------------------------------------------------------*/
.is-style-group-horizontal-scroll {
  padding: var(--wp--custom--layout--block-gap);
  gap: var(--wp--custom--layout--block-gap) !important;
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  transition: all 0.2s;
  will-change: transform;
}
.is-style-group-horizontal-scroll::-webkit-scrollbar {
  display: none;
}
.is-style-group-horizontal-scroll.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
  user-select: none;
}
.is-style-group-horizontal-scroll > .wp-block-group, .is-style-group-horizontal-scroll > .wc-block-product, .is-style-group-horizontal-scroll > .wp-block-gallery, .is-style-group-horizontal-scroll > [class*=wp-block-] {
  flex: 0 0 auto !important;
  max-width: 386px !important;
  margin-block-start: 0;
}
@media (max-width:480px) {
  .is-style-group-horizontal-scroll > .wp-block-group, .is-style-group-horizontal-scroll > .wc-block-product, .is-style-group-horizontal-scroll > .wp-block-gallery, .is-style-group-horizontal-scroll > [class*=wp-block-] {
    max-width: 248px !important;
  }
}
.is-style-group-horizontal-scroll.alignfull {
  padding-left: calc(var(--wp--style--root--padding-left) + 16.6%);
}
@media (max-width:767px) {
  .is-style-group-horizontal-scroll.alignfull {
    padding-left: var(--wp--style--root--padding-left);
  }
}
.is-style-group-horizontal-scroll.product-gallery {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
}
.is-style-group-horizontal-scroll.product-gallery .wp-block-image {
  max-width: 100% !important;
  width: auto !important;
  max-height: 608px;
}
.is-style-group-horizontal-scroll.product-gallery .wp-block-image img {
  height: 608px !important;
}
@media (max-width:480px) {
  .is-style-group-horizontal-scroll.product-gallery .wp-block-image {
    max-height: 342px;
  }
  .is-style-group-horizontal-scroll.product-gallery .wp-block-image img {
    height: 342px !important;
  }
}

@media (max-width:767px) {
  .wp-block-group.is-layout-grid {
    grid-template-columns: 1fr;
  }
}

.wp-block-group.scroll-vertical-filosofia {
  height: 66.66vh;
  overflow: hidden;
  overflow-y: scroll;
  scrollbar-color: var(--wp--preset--color--secondary-30) #FFF;
}

ol.has-background, ul.has-background {
  padding: 0;
}

ul.is-style-separator-list,
ul.is-style-arrow-separator-list,
ul.is-style-arrow-mini-separator-list,
ul.is-style-check-separator-list {
  padding: 0;
  list-style: none;
}
ul.is-style-separator-list li,
ul.is-style-arrow-separator-list li,
ul.is-style-arrow-mini-separator-list li,
ul.is-style-check-separator-list li {
  border-bottom: 1px solid var(--wp--preset--color--primary-30);
  padding: var(--wp--preset--spacing--10) 0;
}
ul.is-style-separator-list li a,
ul.is-style-arrow-separator-list li a,
ul.is-style-arrow-mini-separator-list li a,
ul.is-style-check-separator-list li a {
  text-decoration: none;
  width: 100%;
  transition: padding-left 0.2s ease-in;
}
ul.is-style-separator-list li a:hover,
ul.is-style-arrow-separator-list li a:hover,
ul.is-style-arrow-mini-separator-list li a:hover,
ul.is-style-check-separator-list li a:hover {
  cursor: pointer;
  padding-left: var(--wp--preset--spacing--10);
}

ul.is-style-arrow-list,
ul.is-style-check-list,
ul.is-style-arrow-separator-list,
ul.is-style-arrow-mini-separator-list,
ul.is-style-check-separator-list {
  list-style: none;
  position: relative;
  padding: 0;
}
ul.is-style-arrow-list li,
ul.is-style-check-list li,
ul.is-style-arrow-separator-list li,
ul.is-style-arrow-mini-separator-list li,
ul.is-style-check-separator-list li {
  position: relative;
  padding: 0 0 var(--wp--preset--spacing--10) var(--wp--preset--spacing--40);
}
ul.is-style-arrow-list li img,
ul.is-style-check-list li img,
ul.is-style-arrow-separator-list li img,
ul.is-style-arrow-mini-separator-list li img,
ul.is-style-check-separator-list li img {
  margin: 0 var(--wp--preset--spacing--10);
}
ul.is-style-arrow-list li:before,
ul.is-style-check-list li:before,
ul.is-style-arrow-separator-list li:before,
ul.is-style-arrow-mini-separator-list li:before,
ul.is-style-check-separator-list li:before {
  content: url("assets/icons/arrow-list.svg");
  position: absolute;
  top: 6px;
  left: 0;
}
ul.is-style-arrow-list a,
ul.is-style-check-list a,
ul.is-style-arrow-separator-list a,
ul.is-style-arrow-mini-separator-list a,
ul.is-style-check-separator-list a {
  transition: padding-left 0.3s ease;
  text-decoration: none;
}
ul.is-style-arrow-list a:hover,
ul.is-style-check-list a:hover,
ul.is-style-arrow-separator-list a:hover,
ul.is-style-arrow-mini-separator-list a:hover,
ul.is-style-check-separator-list a:hover {
  padding-left: var(--wp--preset--spacing--10);
  transition: padding-left 0.3s ease;
}

ul.is-style-arrow-separator-list li {
  padding: var(--wp--preset--spacing--10) 0 var(--wp--preset--spacing--10) var(--wp--preset--spacing--40);
}
ul.is-style-arrow-separator-list li::before {
  top: calc(var(--wp--preset--spacing--10) + 6px);
}

ul.is-style-arrow-mini-separator-list li:not(:first-child) {
  padding: var(--wp--preset--spacing--10) 0 var(--wp--preset--spacing--10) var(--wp--preset--spacing--40);
}
ul.is-style-arrow-mini-separator-list li:before {
  content: url("assets/icons/arrow-right-mini.svg");
  top: auto;
  left: 0;
}

ul.is-style-check-separator-list li:before,
ul.is-style-check-list li:before {
  content: url("assets/icons/check.svg");
  top: auto;
  left: 0;
}

/****
	* Author: Lex From Techies Reviews
	* Link: https://youtube.com/@techiesreviews
*****/
/** optional fix, remove if not needed*/
.infinite-scroll figure {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.hide-overflow {
  overflow: hidden;
}

.infinite-scroll {
  /**** Settings */
  --marquee-duration: 20s; /*##ms, ##s*/
  --marquee-gap: var(--wp--preset--spacing--xl); /* can be any spacing */
  user-select: none; /* none, auto*/
  /* end */
  overflow: hidden;
  max-width: 100%;
  gap: var(--marquee-gap, var(--wp--style--block-gap, 1em));
  --marquee-play-state: running; /*running, paused*/
  --marquee-direction: normal; /*normal, reverse, alternate, alternate-reverse*/
  --marquee-timeline: auto;
  --marquee-timing: linear;
  --marquee-iteration: infinite;
  --marquee-mode: none;
  --marquee-animation: marquee-horizontal;
  --marque-translate: translateX(0);
}

@media (prefers-reduced-motion) {
  .infinite-scroll {
    --marquee-duration: 500s;
  }
}
.infinite-scroll.is-faded {
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
}

.infinite-scroll.is-reversed {
  --marquee-direction: reverse;
}

.infinite-scroll.is-rotated {
  transform: rotate(2.5deg);
  max-width: 110%;
  margin-left: -5%;
}

.infinite-scroll.is-slower > * {
  animation-duration: calc(var(--marquee-duration) * 2);
}

.infinite-scroll.is-faster > * {
  animation-duration: calc(var(--marquee-duration) / 2);
}

.infinite-scroll.on-hover-paused:hover {
  --marquee-play-state: paused; /*running, paused*/
}

.infinite-scroll > * {
  animation-name: var(--marquee-animation);
  animation-duration: var(--marquee-duration);
  animation-timing-function: var(--marquee-timing);
  animation-iteration-count: var(--marquee-iteration);
  animation-direction: var(--marquee-direction);
  animation-play-state: var(--marquee-play-state);
  animation-fill-mode: var(--marquee-mode);
  animation-timeline: var(--marquee-timeline);
  flex-shrink: 0;
  position: relative;
  transform: var(--marquee-translate);
}

.infinite-scroll > * > * {
  flex-shrink: 0;
}

/* add horizontal*/
@keyframes marquee-horizontal {
  to {
    transform: translateX(calc(-100% - var(--marquee-gap, var(--wp--style--block-gap, 1em))));
  }
}
/*--------------------------------------------------------------
# Abstracts
--------------------------------------------------------------*/
.wp-block-media-text .wp-block-media-text__content {
  padding: 20%;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding: 0 var(--wp--custom--layout--block-gap-large) 0 0;
}
@media (max-width:767px) {
  .wp-block-media-text {
    gap: var(--wp--custom--layout--block-gap-large);
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: var(--wp--custom--layout--block-gap);
  }
}

/*--------------------------------------------------------------
# Abstracts
--------------------------------------------------------------*/
#masthead {
  margin: 0 auto;
}
@media (min-width:1440px) {
  #masthead {
    max-width: var(--wp--style--global--wide-size);
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (min-width:768px) {
  #masthead {
    padding-right: var(--wp--style--root--padding-right);
    padding-left: var(--wp--style--root--padding-left);
  }
  #masthead .wp-block-navigation {
    margin-top: 0;
  }
  #masthead .wp-block-navigation__container {
    display: grid;
    grid-template-columns: auto auto 1fr auto auto;
    align-items: center;
  }
  #masthead .wp-block-navigation__container > li.wp-block-navigation-item:not(.wp-block-navigation-link) {
    justify-content: center;
  }
}
#masthead .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  padding-top: 0;
}
@media (max-width:480px) {
  #masthead {
    padding-right: var(--wp--style--root--padding-right);
    padding-left: var(--wp--style--root--padding-left);
    padding-top: var(--wp--preset--spacing--20) !important;
    padding-bottom: var(--wp--preset--spacing--20) !important;
  }
  #masthead .wp-block-navigation__container.wp-block-navigation {
    width: 100%;
    margin-top: var(--wp--preset--spacing--30);
  }
  #masthead .wp-block-navigation__container.wp-block-navigation li.wp-block-navigation-item:has(.wp-block-site-logo) {
    display: none;
  }
  #masthead .wp-block-navigation__container.wp-block-navigation li.wp-block-navigation-item a.wp-block-navigation-item__content {
    text-transform: uppercase;
    font-size: var(--wp--preset--font-size--heading-4);
  }
  #masthead .has-modal-open .wp-block-navigation__responsive-close {
    max-width: 100%;
  }
  #masthead nav.wp-block-navigation {
    justify-content: end;
    margin-top: 0 !important;
  }
}
#masthead .mobile-logo {
  padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--20);
  border-bottom: 1px solid;
  display: none;
}
@media (max-width:480px) {
  #masthead .mobile-logo {
    display: block;
  }
}
#masthead .wp-block-navigation__responsive-container-close {
  right: var(--wp--preset--spacing--20);
  top: 20px;
}

.wp-block-query-pagination {
  margin-block-start: var(--wp--preset--spacing--70);
}
.wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex;
  gap: var(--wp--preset--spacing--10);
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  background-color: var(--wp--preset--color--terciary);
  color: var(--wp--preset--color--background);
  text-decoration: none;
  border-radius: var(--wp--custom--border-radius--rounded);
  width: var(--wp--preset--spacing--40);
  height: var(--wp--preset--spacing--40);
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  background-color: var(--wp--preset--color--secondary);
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current:hover {
  background-color: var(--wp--preset--color--secondary);
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:hover {
  background-color: var(--wp--preset--color--primary-100);
}

.wp-block-query .wp-block-post a {
  text-decoration: none;
  overflow: hidden;
}
.wp-block-query .wp-block-post a img.wp-post-image {
  transition: transform 1s ease-in-out;
}
.wp-block-query .wp-block-post a img.wp-post-image:hover {
  transform: scale(1.2);
}

.wp-block-categories-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.wp-block-categories-list li.cat-item a {
  text-decoration: none;
  background-color: var(--wp--preset--color--terciary-10);
  border-radius: var(--wp--custom--border-radius--sm);
  color: var(--wp--preset--color--terciary);
  padding: calc(0.5rem + 0px) 2rem;
  transition: all 0.2s ease-in-out;
  display: flex;
  height: 2.5rem;
}
.wp-block-categories-list li.cat-item a:hover {
  background-color: var(--wp--preset--color--terciary-50);
  color: var(--wp--preset--color--neutral-white);
}

/*--------------------------------------------------------------
# Abstracts
--------------------------------------------------------------*/
.wp-block-quote.is-style-quote-card {
  border: 1px solid;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.wp-block-quote.is-style-quote-card cite {
  margin-top: 0;
  border-bottom: 1px solid;
  padding: var(--wp--custom--layout--padding) var(--wp--custom--layout--block-gap);
  order: 0;
}
.wp-block-quote.is-style-quote-card > * {
  padding: var(--wp--custom--layout--block-gap);
  order: 1;
}
.wp-block-quote.is-style-plain {
  padding-left: 0 !important;
}
.wp-block-quote.is-style-plain cite {
  text-align: end;
  font-size: 0.666em;
  text-transform: uppercase;
}
@media (max-width:767px) {
  .wp-block-quote.is-style-plain h2 {
    font-size: var(--wp--preset--font-size--heading-3) !important;
  }
  .wp-block-quote.is-style-plain cite {
    font-size: var(--wp--preset--font-size--small) !important;
  }
}

.wp-block-search__inside-wrapper {
  border-radius: var(--wp--custom--border-radius--md);
  padding: 0;
}
.wp-block-search__inside-wrapper input[type=search] {
  border: 0;
  padding: 7px var(--wp--preset--spacing--10);
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border: 2px solid;
}
.has-white-color :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__button.wp-element-button, .has-background-color :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__button.wp-element-button {
  background-color: var(--wp--preset--color--white);
  padding: calc(0.5rem + 4px);
}
.has-white-color :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__button svg, .has-background-color :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__button svg {
  fill: var(--wp--preset--color--secondary);
}

/*--------------------------------------------------------------
# Patterns
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Abstracts
--------------------------------------------------------------*/
@media (max-width:767px) {
  #masthead .wp-block-site-logo {
    max-width: 216px;
  }
}

.home #hero {
  position: relative;
}

.bg-noise {
  position: relative;
  overflow: hidden;
  background-image: url(./assets/img/bg-noise.png);
  background-size: cover;
  background-repeat: no-repeat;
}

/*--------------------------------------------------------------
# Abstracts
--------------------------------------------------------------*/
main {
  animation: bodyAnimation ease-in-out 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes bodyAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes move-up-block {
  0% {
    transform: translateY(-10rem);
  }
  100% {
    transform: translateY(5rem);
  }
}
@keyframes move-down-block {
  0% {
    transform: translateY(5rem);
  }
  100% {
    transform: translateY(-10rem);
  }
}
@keyframes move-rotate-block {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-15deg);
  }
}
.rotate-img {
  --rotation: 60deg;
}

@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: scroll()) {
    .move-up-block {
      animation: move-up-block ease-in-out both;
      animation-timeline: view();
      transform-origin: center; /* Ajusta el punto de origen según tus necesidades */
    }
    .move-down-block {
      animation: move-down-block ease-in-out both;
      animation-timeline: view();
      transform-origin: center; /* Ajusta el punto de origen según tus necesidades */
    }
    .move-rotate-block {
      animation: move-rotate-block ease-in-out both;
      animation-timeline: view();
      transform-origin: center; /* Ajusta el punto de origen según tus necesidades */
    }
    p.scroll--reveal-text {
      animation: text steps(var(--n, 100)) both;
      animation-timeline: view();
      animation-range: entry 100% cover 80%;
    }
    p.scroll--reveal-text span {
      color: transparent;
      background: linear-gradient(90deg, var(--wp--preset--color--background) 0 0) 0/calc(var(--k) * 1ch) no-repeat text var(--wp--preset--color--primary);
    }
  }
}
.move-down-block img {
  transform-origin: bottom right;
}

@media (max-width:767px) {
  #filosofia {
    background-color: var(--wp--preset--color--secondary-20) !important;
  }
  #filosofia .wp-block-cover.is-style-cover-contain-background .wp-block-cover__image-background {
    object-position: 0% 100% !important;
  }
}
/*--------------------------------------------------------------
# Abstracts
--------------------------------------------------------------*/
.filter-by .wp-block-categories-list {
  list-style: none;
  display: flex;
  gap: var(--wp--custom--layout--block-gap);
  margin: 0;
  padding: 0;
}
@media (max-width:991px) {
  .filter-by .wp-block-categories-list {
    flex-direction: column;
    flex-basis: 100%;
    gap: 1rem;
    max-height: 50dvh;
    opacity: 1;
    transition: 0.5s ease-in-out;
  }
}
.filter-by .wp-block-categories-list a {
  text-decoration: none;
  border-radius: var(--wp--custom--border-radius--rounded);
  border: 1px solid;
  padding: 0.5rem 1rem;
  color: var(--wp--preset--color--secondary-80);
  transition: transform 0.3s ease;
}
.filter-by .wp-block-categories-list a:after {
  content: none;
}
.filter-by .wp-block-categories-list a:hover {
  transform: scale(1.1);
}
@media (max-width:991px) {
  .filter-by.filter-by--is-open .wp-block-categories-list {
    max-height: 0;
    opacity: 0;
    transition: 0.5s ease-in-out;
    margin-bottom: var(--wp--preset--spacing--40);
  }
  .filter-by.filter-by--is-open .toggle-filter-by img {
    transform: rotate(90deg);
    transition: 0.5s ease-in-out;
  }
}

/*--------------------------------------------------------------
# Abstracts
--------------------------------------------------------------*/
@media (max-width:767px) {
  #colophon .contact-social {
    align-items: flex-start;
  }
  #colophon .contact-social p:first-child {
    flex: 100%;
  }
  #colophon .contact-social .wp-block-social-links {
    margin-top: var(--wp--preset--spacing--20);
  }
}
#colophon .contact-social .wp-block-spacer.hidden-mobile {
  height: 16px !important;
}

/*# sourceMappingURL=style.css.map */
