/*
Theme Name: cinkcoworking
Author: Bisiesto Estudio
Author URI: https://bisiesto.es
Theme URI:
Text Domain: cinkcoworking
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.4
Version: 100.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Colors theme */
html:root {
    --wp--preset--color--black: #0B0B0B;
    --wp--preset--color--white: #FFFFFF;
    --wp--preset--color--grey-med: #EDEDED;
    --wp--preset--color--grey-light: #F7F7F7;
    --wp--preset--color--grey: #6E6E6E;
    --wp--preset--color--grey-dark: #2A2A2A;
    --wp--preset--color--green: #B0DFD3;
    --wp--preset--color--green-dark: #94B4AB;
    --wp--preset--color--blue-light: #0095CB;
    --wp--preset--color--blue-dark: #006095;
    --wp--preset--color--red: #ED0C2A;
    --wp--preset--color--orange-red: #CC110D;
    --wp--preset--color--yellow: #F6C342;
    --wp--preset--color--transparent: transparent;
    --wp--preset--color--contrast: #0B0B0B;
    --wp--preset--color--primary: #18212F;
}

/* Gradients */
html:root {
    --wp--preset--gradient--primary-white: linear-gradient(#B0DFD3 49.9%, #fff 50%);
    --wp--preset--gradient--white-primary: linear-gradient(#fff 49.9%, #B0DFD3 50%);
}

/* Duotone */
html:root {
    --wp--preset--duotone--secondary-primary: #B0DFD3, #94B4AB;
    --wp--preset--duotone--primary-contrast: #94B4AB, #FFFFFF;
}
/* Fonts */
@font-face {
    font-display: swap;
    font-family: 'Pangram';
    font-style: normal;
    font-weight: 400;
    src: url('./assets/fonts/Pangram-Regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Pangram';
    font-style: normal;
    font-weight: 500;
    src: url('./assets/fonts/Pangram-Medium.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Pangram';
    font-style: normal;
    font-weight: 700;
    src: url('./assets/fonts/Pangram-Bold.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Pangram';
    font-style: normal;
    font-weight: 300;
    src: url('./assets/fonts/Pangram-Light.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Hanken Grotesk';
    font-style: normal;
    font-weight: 300;
    src: url('./assets/fonts/HankenGrotesk-Light.ttf') format('truetype');
}
@font-face {
    font-display: swap;
    font-family: 'Hanken Grotesk';
    font-style: normal;
    font-weight: 400;
    src: url('./assets/fonts/HankenGrotesk-Regular.ttf') format('truetype');
}
@font-face {
    font-display: swap;
    font-family: 'Hanken Grotesk';
    font-style: normal;
    font-weight: 500;
    src: url('./assets/fonts/HankenGrotesk-Medium.ttf') format('truetype');
}
@font-face {
    font-display: swap;
    font-family: 'Hanken Grotesk';
    font-style: normal;
    font-weight: 700;
    src: url('./assets/fonts/HankenGrotesk-Bold.ttf') format('truetype');
}
@font-face {
    font-display: swap;
    font-family: 'Hanken Grotesk';
    font-style: italic;
    font-weight: 300;
    src: url('./assets/fonts/HankenGrotesk-LightItalic.ttf') format('truetype');
}
@font-face {
    font-display: swap;
    font-family: 'Hanken Grotesk';
    font-style: italic;
    font-weight: 400;
    src: url('./assets/fonts/HankenGrotesk-Italic.ttf') format('truetype');
}
@font-face {
    font-display: swap;
    font-family: 'Hanken Grotesk';
    font-style: italic;
    font-weight: 500;
    src: url('./assets/fonts/HankenGrotesk-MediumItalic.ttf') format('truetype');
}
@font-face {
    font-display: swap;
    font-family: 'Hanken Grotesk';
    font-style: italic;
    font-weight: 700;
    src: url('./assets/fonts/HankenGrotesk-BoldItalic.ttf') format('truetype');
}
/* Typo */
html:root {
    --wp--preset--font-family-pangram: 'Pangram';
    --wp--preset--font-family-hanken: 'Hanken Grotesk';
    --wp--preset--font-family--system: 'Hanken Grotesk', sans-serif;
    --wp--preset--font-family--serif: 'Hanken Grotesk', sans-serif;
    --wp--preset--font-family--monospace: 'Hanken Grotesk', sans-serif;
    --wp--preset--font-family--texto: 'Pangram', sans-serif;
    --wp--preset--font-family--link: 'Hanken Grotesk', sans-serif;
}
/* Buttons */
html:root {
    --button-radius: 3px;
}
html:root {
    --wp--preset--font-size--xx-large: 1.5rem;
    /* 24px */
    --wp--preset--font-size--x-large: 1.125rem;
    /* 18px */
    --wp--preset--font-size--large: 1rem;
    /* 16px */
    --wp--preset--font-size--medium: 0.875rem;
    /* 14px */
    --wp--preset--font-size--small: 0.75rem;
    /* 12px */
    --wp--preset--font-size-h1: 3rem;
    /* 48px */
    --wp--preset--font-size-h2: 2.125rem;
    /* 34px */
    --wp--preset--font-size-h3: 1.875rem;
    /* 30px */
    --wp--preset--font-size-h4: 1.5rem;
    /* 24px */
    --wp--preset--font-size-h5: 1.25rem;
    /* 20px */
    --highlight-36: 2.25rem;
    /* 36px */
    --highlight-32: 2rem;
    /* 32px */
    --highlight-28: 1.75rem;
    /* 28px */
    --highlight-24: 1.5rem;
    /* 24px */
    --text-16: 1rem;
    /* 16px */
    --caption-14: 0.875rem;
    /* 14px */
}
html:root {
    --wp--preset--line-height--xx-large: 2rem;
    /* 32px */
    --wp--preset--line-height--x-large: 1.625rem;
    /* 26px */
    --wp--preset--line-height--large: 1.375rem;
    /* 22px */
    --wp--preset--line-height--medium: 1.125rem;
    /* 18px */
    --wp--preset--line-height--small: 0.875rem;
    /* 14px */
    --wp--preset--line-height-h1: 3.375rem;
    /* 54px */
    --wp--preset--line-height-h2: 2.875rem;
    /* 46px */
    --wp--preset--line-height-h3: 2.375rem;
    /* 38px */
    --wp--preset--line-height-h4: 1.875rem;
    /* 30px */
    --wp--preset--line-height-h5: 1.5rem;
    /* 24px */
    --wp--preset--line-height-highlight: 3rem;
    /* 48px */
    --wp--preset--line-height-h1-mvl: 2.625rem;
    /* 42px */
}
h1, .h1 {
    font-family: var(--wp--preset--font-family--texto);
    font-size: var(--wp--preset--font-size-h1);
    line-height: var(--wp--preset--line-height-h1);
    margin-top: 1.875rem;
    margin-bottom: 2rem;
}
h2, .h2 {
    font-family: var(--wp--preset--font-family--texto);
    font-size: var(--wp--preset--font-size-h2);
    line-height: var(--wp--preset--line-height-h2);
    margin-top: 1.875rem;
    margin-bottom: 2rem;
}
h3, .h3 {
    font-family: var(--wp--preset--font-family--texto);
    font-size: var(--wp--preset--font-size-h3);
    line-height: var(--wp--preset--line-height-h3);
    margin-top: 1.875rem;
    margin-bottom: 2rem;
}
h4, .h4 {
    font-family: var(--wp--preset--font-family--texto);
    font-size: var(--wp--preset--font-size-h4);
    line-height: var(--wp--preset--line-height-h4);
    margin-top: 1.875rem;
    margin-bottom: 2rem;
}
h5, .h5 {
    font-family: var(--wp--preset--font-family--texto);
    font-size: var(--wp--preset--font-size-h5);
    line-height: var(--wp--preset--line-height-h5);
    margin-top: 1.875rem;
    margin-bottom: 2rem;
}
h1 > span,
.h1 > span,
h1 > u,
.h1 > u,
h2 > span,
.h2 > span,
h2 > u,
.h2 > u,
h3 > span,
.h3 > span,
h3 > u,
.h3 > u,
h4 > span,
.h4 > span,
h4 > u,
.h4 > u,
.h5 > span,
h5 > span,
h5 > u,
.h5 > u,
.underlined{
    position: relative;
    z-index: 1;
    text-decoration: none !important;
}
.underlined{
    width: max-content;
}
h1 > span::after,
.h1 > span::after,
h1 > u::after,
.h1 > u::after,
h2 > span::after,
.h2 > span::after,
h2 > u::after,
.h2 > u::after,
h3 > span::after,
.h3 > span::after,
h3 > u::after,
.h3 > u::after,
h4 > span::after,
.h4 > span::after,
h4 > u::after,
.h4 > u::after,
.h5 > span::after,
h5 > span::after,
h5 > u::after,
.h5 > u::after,
.underlined::after{
    position: absolute;
    content: '';
    height: 6px;
    left: 0;
    right: 0;
    bottom: -2px;
    background-color: var(--wp--preset--color--green);
    z-index: -1;
}
.h5-bold {
    font-size: var(--wp--preset--font-size-h5);
    line-height: var(--wp--preset--line-height-h5);
    font-weight: 700;
}
ul{
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-inline-start: 1.2rem;

}
ul li,
ol li{
    margin-bottom: 0.5rem;
}
ul.list li::marker,
ul.wp-block-list li::marker {
    content: url("./assets/images/ic_li.svg");
    width: 20px;
    height: 20px;
    background-color: var(--wp--preset--color--green);
    color: var(--wp--preset--color--green);
}
.highlitght-36{
    font-size: var(--highlight-36);
    font-weight: 300;
    line-height: var(--wp--preset--line-height-highlight);
}
.highlitght-32{
    font-size: var(--highlight-28);
    font-weight: 300;
    line-height: var(--wp--preset--line-height--xx-large);
}
.texto{
    font-size: var(--text-16);
    font-weight: 300;
    line-height: normal;
}
.texto-negrita{
    font-size: var(--text-16);
    font-weight: 700;
    line-height: normal;
}
.caption-negrita{
    font-size: var(--caption-14);
    font-weight: 700;
    line-height: normal;
}
.caption{
    font-size: var(--caption-14);
    font-weight: 300;
    line-height: var(--wp--preset--line-height--medium);
}
.price-item{
    padding: 2.5rem 1.25rem;
    border: 1px solid var(--wp--preset--color--black);
    background: var(--wp--preset--color--white);
}
.price-item .title > h1,
.price-item .title > h2,
.price-item .title > h3,
.price-item .title > h4,
.price-item .title > h5,
.price-item .title > h6,
.price-item .title > p{
    font-size: var(--wp--preset--font-size-h4);
    line-height: var(--wp--preset--line-height-h4);
    font-weight: bold;
    padding-bottom: 0.75rem;
    margin-top: 0;
    margin-bottom: 0;
}
.price-item .title{
    position: relative;
    margin-bottom: 0.75rem;
}
.price-item .title::after{
    position: absolute;
    content: '';
    height: 3px;
    left: 0;
    right: 0;
    bottom: -2px;
    background-color: var(--wp--preset--color--green);
}
.price-item .description{
    margin-bottom: 2rem;
}
.price-item .description > p,
.price-item .description > h1,
.price-item .description > h2,
.price-item .description > h3,
.price-item .description > h4,
.price-item .description > h5{
    font-size: var(--wp--preset--font-size--large);
    margin-top: 0;
    margin-bottom: 0;
}
.price-item .prices-item-price{
    padding: 0.75rem;
    background-color: var(--wp--preset--color--grey-light);
    margin-bottom: 2rem;
}
.price-item .prices-item-price .old-price{
    display: block;
    color: var(--wp--preset--color--grey);
    text-decoration: line-through;
    font-size: var(--wp--preset--font-size--large);
}
.price-item .prices-item-price .new-price{
    display: flex;
    align-items: center;
}
.price-item .prices-item-price .new-price > div:nth-child(1){
    flex: 1;
    font-size: 36px;
    font-weight: 300;
}
.price-item .prices-item-price .new-price > div:nth-child(2){
    font-size: var(--wp--preset--font-size--medium);
    font-weight: 300;
}
.price-item .price-button .btn-primary{
    display: block;
    text-align: center;
}
.price-item .price-list{
    list-style: none;
    padding-inline-start: 1.75rem;
}
.price-item .price-list li{
    position: relative;
    margin-top: 0;
    margin-bottom: 0.75rem;
}
.price-item .price-list li::before{
    position: absolute;
    content: url("./assets/images/ic_price_list.svg");
    left: -1.75rem;
}
.price-item .price-label{
    font-weight: 300;
}
.prices-list{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0.75rem;
    margin-bottom: 2rem;
}
.prices-list .item-prices-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.75rem;
    background-color: var(--wp--preset--color--grey-light);
}
.prices-list .item-prices-list.divider{
    position: relative;
    margin-bottom: 0.75rem;
}
.prices-list .item-prices-list.divider::after{
    position: absolute;
    content: '';
    height: 1px;
    background-color: var(--wp--preset--color--grey);
    width: 100%;
    bottom: -0.75rem;
    left: 0;
}
.prices-list .item-prices-list > span:nth-child(1){
    color: var(--wp--preset--color--black);
    font-size: var(--text-16);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.prices-list .item-prices-list > span:nth-child(2){
    color: var(--wp--preset--color--black);
    text-overflow: ellipsis;
    font-size: var(--highlight-28);
    font-style: normal;
    font-weight: 300;
    line-height: 2rem;
}
    /* Design */
html:root {
    --wp--custom--layout--content-size: 1160px;
    --wp--custom--layout--wide-size: 1280px;
}
html:root :where(.wp-element-button, .wp-block-button__link) {
    border-width: 2px;
    box-shadow: none;
    color: var(--wp--preset--color--white);
    font-size: var(--wp--preset--font-size--large);
}
html:root :where(.wp-element-button, .wp-block-button__link):hover {
    background-color: var(--wp--preset--color--grey);
    border-color: var(--wp--preset--color--grey);
}
html:root :where(.wp-block-button.is-style-outline--2 .wp-block-button__link) {
    color: var(--wp--preset--color--black);
}
html:root :where(.wp-block-button.is-style-outline--2 .wp-block-button__link):hover {
    background-color: var(--wp--preset--color--white);
    border-color: var(--wp--preset--color--black);
}
html:root :where(.wp-element-button:hover, .wp-block-button__link:hover) {
    border-color: var(--wp--preset--color--primary);
}
html:root :where(.is-layout-flow) > *{
    margin-block-start: 0;
    margin-block-end: 0;
}
html main{
    padding-top: 0;
}
.alignfull,
main.single-page > section.alignfull{
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: calc(100vw - 8px);
    width: auto;
}
.alignwide,
main.single-page > section.alignwide {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    max-width: var(--wp--custom--layout--wide-size);
    box-sizing: border-box;
}
.contenido-acotado {
    width: 1280px;
    max-width: 1500px;
}
.single-page.single-page-legal{

}
.single-page.single-page-landing .page-landing{
    position: relative;
}
.single-page.single-page-landing .page-landing .page-landing-content{

}
.single-page.single-page-landing .page-landing .page-landing-sidebar{
    padding: 20px;
    margin-inline-start: 0;
    float: right;
    margin-left: 3.75rem;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    width: 467px;
    height: 100%;
    border: 0;
}
.single-page.single-page-landing .page-landing .page-landing-sidebar .form{
    position: sticky;
    top: 0;
    z-index: 7;
    background-color: var(--wp--preset--color--green);
    border: 1px solid var(--wp--preset--color--black);
    padding: 2.5rem;
}
body.logged-in .single-page.single-page-landing .page-landing .page-landing-sidebar .form{
    top: 2rem;
}
.single-page.single-page-landing .page-landing section:not(.alignfull) > div,
.single-page.single-page-landing .page-landing .page-landing-content > .wp-block-columns{
    max-width: 613px;
    margin-left: 0;
}
.single-page.single-page-landing .page-landing .page-landing-content > .wp-block-columns {
    flex-direction: column;
}
body.page-template-page-landing .wp-block-media-text{
    display: block;
    max-width: 613px;
}
body.page-template-page-landing .wp-block-media-text .wp-block-media-text__content{
    margin-right: 0;
    margin-left: 0;
}
body.page-template-page-landing .wp-block-media-text .wp-block-media-text__media{
    margin-left: 0;
    margin-right: 0;
}
.floating-button-form{
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
    background-color: var(--wp--preset--color--white);
    padding: 5px;
}
.floating-button-form .button{
    width: 100%;
    margin: 0;
    background-color: var(--wp--preset--color--black);
    color: var(--wp--preset--color--white);
    font-size: var(--text-16);
    font-weight: 700;
    line-height: normal;
    padding: 1rem;
}
.title-locations{
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0.875rem;
}
.description-locations p{
    margin-top: 0;
    margin-bottom: 0.875rem;
}
.title-form-landing{
    font-weight: 700;
    font-size: var(--wp--preset--font-size-h3);
    line-height: 100%;
    margin-top: 0;
    margin-bottom: 2rem;

}
body.page-template-page-landing .block-reviews,
body.page-template-page-landing .block-locations {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    background-color: var(--wp--preset--color--white);
}
.reviews-landing{
    padding-bottom: 2rem;
}
section.block-locations{
    background-color: var(--wp--preset--color--grey-light);
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}
.inner-locations{
    max-width: var(--wp--custom--layout--content-size);
    margin-right: auto;
    margin-left: auto;
}
body.page-template-page-landing .inner-locations > div{
    max-width: 613px;
    margin-left: 0;
}
body.page-template-page-landing .locations-list.locations-list-normal {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
}
.locations-list.locations-list-normal{
    display: grid;
    grid-template-columns: repeat(3, minmax(auto, 1fr));
    grid-gap: 0.75rem 1rem;
    list-style: none;
    padding-inline-start: 0;
    margin: 2rem 0;
}
.locations-list .location-item{
    position: relative;
    padding: 1.25rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: var(--standard-border-radius);
    color: var(--wp--preset--color--white);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 351px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.locations-list .location-item .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 57.69%, rgba(0, 0, 0, 0.80) 83.19%);
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.locations-list .location-item:hover .overlay{
    background-color: var(--wp--preset--color--grey-dark);
    opacity: 0.57;
}
.locations-list .location-item > *:not(.overlay){
    position: relative;
    z-index: 2;
}
.location-item .location-title{
    margin-top: 0;
    margin-bottom: 0.25rem;
}
.location-item .location-description{
    margin-bottom: 0;
    margin-top: 0;
}
.location-item .location-description p{
    margin-top: 0;
    margin-bottom: 0;
}
.location-content{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: auto;
    transition: all 0.4s ease;
}
.location-content .titles{
    display: inline-block;
}
.location-item .location-texts{
    margin-top: 0;
    margin-bottom: 0;
}
.location-item .extras {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.location-item:hover .extras {
    max-height: 500px;
    margin-top: 1rem;
    opacity: 1;
}
.location-item:hover .location-content{
    justify-content: flex-start;
    height: 100%;
}
.locations-button{
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}
.block-locations .swiper-pagination{
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}
.block-locations .locations-slider .locations-list{
    gap: 0;
    padding-bottom: 2rem;
}
.block-locations .locations-slider.alignfull{
    max-width: 100vw;
}
.locations-button-normal.locations-button{
    justify-content: start;
}


/* Spacing */
html:root {
    --wp--preset--spacing--60: 3.75rem;
    --wp--preset--spacing--50: 3.125rem;
    --wp--preset--spacing--40: 2.5rem;
    --wp--preset--spacing--30: 1.875rem;
    --wp--preset--spacing--20: 1.125rem;
    --wp--preset--spacing--13: 0.813rem;
}
.wp-block-media-text .wp-block-media-text__media{
    margin-right: 2.5rem;
}
.wp-block-media-text .wp-block-media-text__content{
    margin-left: 2.5rem;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
    margin-right: 0;
    margin-left: 2.5rem;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
    margin-left: 0;
    margin-right: 2.5rem;
}
.wp-block-media-text.is-vertically-aligned-center{
    align-items: center;
}
.wp-block-media-text.is-vertically-aligned-top{
    align-items: start;
}
.wp-block-media-text.is-vertically-aligned-bottom{
    align-items: end;
}
body .wp-block-media-text>.wp-block-media-text__content{
    padding: 0;
}


/* Light mode */
html::backdrop,
html:root {
    --sans-font: -apple-system, BlinkMacSystemFont, "Avenir Next", Avenir, "Nimbus Sans L", Roboto, "Noto Sans", "Segoe UI", Arial, Helvetica, "Helvetica Neue", sans-serif;
    --mono-font: Consolas, Menlo, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
    --standard-border-radius: 5px;
    --bg: var(--wp--preset--color--white);
    --accent-bg: var(--wp--preset--color--grey-light);
    --text: var(--wp--preset--color--black);
    --text-light: #585858;
    --border: #898EA4;
    --accent: var(--wp--preset--color--grey-dark);
    --code: #d81b60;
    --preformatted: #444;
    --marked: #ffdd33;
    --disabled: #efefef;
    --wp--preset--color--base: #FFFFFF;
}

/* End light mode */

/* Dark mode */
@media (prefers-color-scheme: dark) {

    html::backdrop,
    html:root {
        color-scheme: dark;
        --bg: var(--wp--preset--color--white);
    }
}

/* End dark mode */

/* Styles intended only for the front.*/
html {
    scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }
}

html body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    grid-template-columns: 1fr min(var(--wp--custom--layout--content-size), 90%) 1fr;
    overflow-x: hidden;
    font-size: var(--text-16);
    line-height: normal;
    font-weight: 300;
}

img,
video {
    opacity: 1;
}

article,
dialog,
fieldset {
    border: none;
}

body a:where(:not(.wp-element-button)),
body a:where(:not(.wp-element-button)):visited {
    color: var(--accent);
    text-decoration: none;
}

body a:where(:not(.wp-element-button)):visited{
    color: inherit;
}
:root :where(.is-layout-flow) > .wp-block-spacer {
    margin-block-start: 0;
    margin-block-end: 0;
}

.wp-block-button.is-style-arrow .wp-element-button,
.wp-block-button.is-style-arrow .wp-block-button__link {
    position: relative;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    padding: 1px 0;
    padding-right: 28px;
    color: var(--text);
}

.wp-block-button.is-style-arrow .wp-element-button::after,
.wp-block-button.is-style-arrow .wp-block-button__link::after {
    position: absolute;
    content: url('./assets/images/ic_arrow.svg');
}

.wp-block-button.is-style-arrow .wp-element-button::before,
.wp-block-button.is-style-arrow .wp-block-button__link::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 5px;
    height: 2px;
    background-color: var(--text);
    transition: bottom 0.2s ease-in-out;
}

.wp-block-button.is-style-arrow .wp-element-button:hover::before,
.wp-block-button.is-style-arrow .wp-block-button__link:hover::before {
    bottom: 1px;
}
.wp-block-columns.is-style-invert-mobile {
    flex-direction: row;
}
.wp-block-button.is-style-image .wp-element-button,
.wp-block-button.is-style-image .wp-block-button__link{
    padding: 0;
    border: 0;
    background-color: transparent;
}
.wp-block-button.is-style-image .wp-element-button:hover,
.wp-block-button.is-style-image .wp-block-button__link:hover{
    border: 0;
}
html:root :where(.is-layout-flex:not(.wp-block-columns)){
    grid-gap: 0.75rem;
}
section{
    padding: 0;
    margin: 0;
    border: 0;
}
.swiper-pagination-bullet{
    background-color: var(--wp--preset--color--grey);
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background-color: var(--wp--preset--color--green);
    width: 37px;
    border-radius: 1rem;
}
.swiper-pagination{
    position: relative;
    display: flex;
    margin-bottom: 0.75rem;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev{
    position: relative;
    width: 31px;
    height: 31px;
    left: auto;
    right: auto;
}
.swiper .swiper-button-prev{
    margin-right: 0.75rem;
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after{
    content: '';
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.swiper .swiper-button-next::after{
    background-image: url(./assets/images/ic_slide_next.svg);
}
.swiper .swiper-button-prev::after{
    background-image: url(./assets/images/ic_slide_prev.svg);
}
.tabs-header{
    display: table;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1.875rem;
    padding: 0.25rem;
    border: 1px solid var(--wp--preset--color--black);
    border-radius: 10px;
    background-color: var(--wp--preset--color--white);
}
.tabs-header .button-tab {
    cursor: pointer;
    margin: 0;
    border-radius: 0;
    border: 0;
    padding: 1.25rem 1.5rem;
    background-color: var(--wp--preset--color--white);
    text-transform: capitalize;
}
.tabs-header .button-tab:first-child{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.tabs-header .button-tab:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.tabs-header .button-tab:not(:last-child){
    border-right: 1px solid var(--wp--preset--color--black);
}
.tabs-header .button-tab.active{
    background-color: var(--wp--preset--color--black);
    color: var(--wp--preset--color--white);
}
.tabs-header .button-tab:first-child{
    margin-left: 0;
}
.tabs-header .button-tab:last-child {
    margin-right: 0;
}

/* CF7 */
.wpcf7-form label{
    display: grid;
}
.wpcf7-form label,
.wpcf7-form label,
.wpcf7-form label{
    font-weight: 700;
    margin-bottom: 0.75rem;
}
.wpcf7-form label:has(input[type=checkbox], input[type=radio]){
    font-weight: 400;
}
.wpcf7-form label input,
.wpcf7-form label textarea,
.wpcf7-form label select,
.wpcf7-form .wpcf7-submit{
    width: 100%;
    border-radius: 0;
    border: 1px solid var(--wp--preset--color--black);
    margin: 0.25rem 0 0;
}
.wpcf7-form .wpcf7-acceptance{
    margin-bottom: 0.75rem;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item{
    display: flex;
    align-items: center;
    margin: 0;
}
.wpcf7-form .wpcf7-acceptance label{
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.wpcf7-form .wpcf7-acceptance label input{
    width: max-content;
    margin: 0 1rem 0 0;
}
.wpcf7-form .wpcf7-submit{
    background-color: var(--wp--preset--color--black);
    font-weight: 700;
}
.wpcf7-checkbox input[type=checkbox],
.wpcf7-radio input[type=radio]{
    display: inline-block;
    width: max-content;
    margin-right: 0.75rem;
    padding: 0.45rem;
}
.wpcf7-radio input[type=radio]{
    padding: 0.5rem;
}
.wpcf7-radio input[type=radio]{
    border-radius: 50%;
}
.wpcf7-form .wpcf7-list-item{
    display: block;
    margin: 0;
}
.wpcf7-form .wpcf7-list-item.first{

}
.wpcf7-form .wpcf7-list-item.last{

}
.wpcf7-form fieldset{
    padding: 0;
}
.wpcf7-form .wpcf7-list-item label{
    display: flex;
    align-items: center;
}
.form-step{
    display: none;
}
.form-step.active{
    display: block;
}
.steps-buttons{
    display: flex;
    justify-content: space-between;
    margin-top: 1.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--wp--preset--color--grey-light);
}

.wpcf7-form input.invalid,
.wpcf7-form textarea.invalid,
.wpcf7-form select.invalid {
    border: 1px solid var(--wp--preset--color--orange-red);
}
input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
.wpcf7-form .StripeElement{
    border: 1px solid var(--border);
    padding: 0.65rem;
    border-radius: var(--standard-border-radius);
    margin-bottom: 1rem;
}
.form-progress {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5em;
    position: relative;
    max-width: 100%;
    padding: 0 10px;
}
.progress-step {
    width: 14px;
    height: 14px;
    background-color: var(--wp--preset--color--grey);
    border-radius: 50%;
    position: relative;
    z-index: 2;
    transition: background-color 0.3s;
}
.progress-step.active,
.progress-step.completed{
    background-color: var(--wp--preset--color--green);
}
.form-progress::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    height: 1px;
    background-color: var(--wp--preset--color--grey-dark);
    z-index: 1;
    transform: translateY(-50%);
}
.form-row{
    margin-bottom: 1.5rem;
}
.form-row:has(.form-col:nth-child(2)){
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    grid-gap: 0.75rem;
}
.form-row p{
    margin-top: 0;
    margin-bottom: 0.25rem;
}
.form-row .wpcf7-radio{
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    align-items: center;
    grid-gap: 0.75rem 1.5rem;
    margin: 0.25rem 0 0;
    min-height: 41px;
}
.wpcf7-radio .wpcf7-list-item{
    display: flex;
    align-items: center;
}
.wpcf7-radio .wpcf7-list-item label{
    margin-bottom: 0;
}
.grecaptcha-badge{
    visibility: hidden;
}
/* End CF7*/

/* Modal */
.modal {
    position: fixed;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(45, 44, 42, 0.65);
}
.modal.open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}
.modal-bg {
    position: absolute;
    z-index: 19;
    width: 100%;
    height: 100%;
}
.modal-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    z-index: 20;
    background: var(--bg);
    padding: 64px;
    box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03), 0px 20px 24px -4px rgba(16, 24, 40, 0.08);
}
.modal-close {
    position: absolute;
    right: 2rem;
    top: 2rem;
    outline: none;
    appearance: none;
    color: var(--text);
    background: none;
    border: 0px;
    font-weight: bold;
    cursor: pointer;
}
/* End Modal */

/* Header */
.header-general {
    display: grid;
    grid-template-columns: 1fr min(var(--wp--custom--layout--wide-size), 98%) 1fr;
    border: 0;
    padding-bottom: 0;
    background-color: var(--wp--preset--color--white);
}

body.hide-header .header-general,
body.hide-footer .footer-general {
    display: none;
}

.inner-header-general {
    display: flex;
    align-items: center;
    height: 62px;
}

.menu ul.nav {
    display: flex;
    list-style: none;
    padding-inline-start: 0;
}

.header-general .menu-main {
    flex: 1;
}

.header-general .logo-header {
    margin-right: 2.5rem;
}

.header-general .menu-second,
.header-general .menu-ctas {
    margin-left: 5px;
    margin-right: 5px;
}

.header-general .menu a {
    text-decoration: none;
}

.header-general .menu a {
    display: inline-block;
    font-size: var(--wp--preset--font-size--large);
    font-weight: 300;
}

.header-general .menu .nav > .page_item:not(:last-child),
.header-general .menu .nav > .menu-item:not(:last-child) {
    margin-right: 2vw;
}
.menu li {
    position: relative;
    list-style-type: none;
}
.menu .main-menu .menu-item a{
    padding: 12px 0;
}
.menu .main-menu .sub-menu .menu-item a{
    padding: 0;
}
.menu li.menu-item-has-children::after {
    position: absolute;
    right: -16px;
    top: 17px;
    content: '';
    background-image: url(./assets/images/arrow-down.svg);
    width: 12px;
    height: 12px;
}
.menu li.menu-item-has-children:hover{
    display: block;
}
.menu .nav .sub-menu{
    position: fixed;
    display: none;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
    row-gap: 17px;
    padding: 24px;
    text-align: left;
    border: 1px solid var(--wp--preset--color--black);
    background: var(--wp--preset--color--white);
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
    top: auto;
    z-index: 10;
}
.menu-main .menu-item-has-children:hover > .sub-menu{
    display: block;
    min-width: 321px;
    margin: 0;
}
.menu-main .menu-item-has-children:hover > .sub-menu:has(> li:nth-child(5)) {
    display: grid;
    min-width: 609px;
}
.menu-main .menu-item-has-children > a {
    cursor: pointer;
}
.menu .nav li.menu-item{
    width: fit-content;
}
.menu .nav li.menu-item a{
    display: inline-block;
}
.menu .nav li.menu-item a:hover{
    font-weight: 700;
}
.menu .nav li.menu-item .sub-menu a:hover:after{
    position: absolute;
    content: '';
    height: 4px;
    left: 0;
    right: 0;
    bottom: 8px;
    background-color: var(--wp--preset--color--green);
}
.menu .nav .sub-menu li.menu-item a:hover:after{
    bottom: 0;
}
.logo-header .home-link{
    display: flex;
    align-items: center;
}
.logo-header .home-link img{
    max-width: 128px;
}
.list-lang-wiris{
    margin: 0;
}
.list-lang-wiris select{
    margin-bottom: 0;
    text-transform: uppercase;
    border: 1px solid var(--wp--preset--color--grey);
    padding: 0.7rem;
    padding-right: 1.8rem;
}
/* End Header */

/* Buttons */
.wp-block-button.is-style-primary .wp-block-button__link,
.btn-primary,
.button{
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: var(--button-radius);
    border: 1px solid var(--wp--preset--color--green-dark);
    background: var(--wp--preset--color--green);
    color: var(--wp--preset--color--black);
    font-size: var(--text-16);
    line-height: normal;
    font-weight: 700;
    font-family: var(--wp--preset--font-family--texto);
}
.btn-primary:hover, .icon:hover,
.wp-block-button.is-style-primary .wp-block-button__link:hover{
    background: var(--wp--preset--color--green-dark);
    color: var(--wp--preset--color--white);
}
.btn-primary:active, .icon:active,
.wp-block-button.is-style-primary .wp-block-button__link:active{
    color: var(--wp--preset--color--black);
}
.wp-block-button.is-style-secondary .wp-block-button__link,
.btn-secondary {
    color: var(--wp--preset--color--white);
    border: 1px solid var(--wp--preset--color--black);
    background: var(--wp--preset--color--black);
    border-radius: var(--button-radius);
    font-size: var(--text-16);
    line-height: normal;
    font-weight: 700;
    font-family: var(--wp--preset--font-family--texto);
}
.wp-block-button.is-style-secondary .wp-block-button__link:hover,
.btn-secondary:hover {
    background: var(--wp--preset--color--grey);
}
.btn-terciary{
    border: 1px solid var(--wp--preset--color--black);
    background: var(--wp--preset--color--white);
    color: var(--wp--preset--color--black);
    border-radius: var(--button-radius);
    font-size: var(--text-16);
    line-height: normal;
    font-weight: 700;
    font-family: var(--wp--preset--font-family--texto);
}
.btn-terciary:hover {
    background-color: var(--wp--preset--color--grey-light);
}
.btn-terciary:active {
    background-color: var(--wp--preset--color--grey-med);
}
.wp-block-button .wp-block-button__link{
    padding: 0.625rem 1.25rem;
    border-radius: 3px;
    line-height: normal;
    border-width: 1px;
}
.wp-block-button.is-style-outline .wp-block-button__link{
    color: var(--text);
    border-color: var(--text);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover{
    background-color: var(--wp--preset--color--grey-light);
}
.icon {
    border-radius: var(--button-radius);
    border: 1px solid var(--wp--preset--color--green-dark);
    background: var(--wp--preset--color--green);
    color: var(--wp--preset--color--black);
    display: inline-flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.icon::after {
    content: url(assets/images/arrow-up-right-black.svg);
    width: 16px;
    height: 16px;
    position: relative;
}
.icon:hover::after{
    content: url(assets/images/arrow-up-right-white.svg);
    background-color: var(--wp--preset--color--green-dark);
}
.icon:active::after{
    content: url(assets/images/arrow-up-right-black.svg);
    background-color: var(--wp--preset--color--green-dark);
}
.link{
    display: inline-flex;
    padding: 5px 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-bottom: 4px solid var(--wp--preset--color--green);
    font-size: var(--text-16);
    line-height: normal;
    font-weight: 700;
    color: var(--wp--preset--color--black);
    font-family: var(--wp--preset--font-family--texto);
}
.link:hover{
    color: var(--wp--preset--color--green);
}
.link:active{
    color: var(--wp--preset--color--green-dark);
}
.link::after{
    content: url(assets/images/arrow-up-right-black.svg);
    width: 16px;
    height: 16px;
    position: relative;
}
.link:hover::after{
    content: url(assets/images/arrow-up-right-green.svg);
}
.link:active::after{
    content: url(assets/images/arrow-up-right-green-dark.svg);
}
.hiperlink {
    display: inline-flex;
    padding: 5px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--wp--preset--color--black);
    font-size: var(--text-16);
    line-height: normal;
    font-weight: 700;
    font-family: var(--wp--preset--font-family--link);
}
.hiperlink:hover {
    color: var(--wp--preset--color--green);
}
.hiperlink:active {
    color: var(--wp--preset--color--green-dark);
}
.mbl-sticky{
    display: inline-flex;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: var(--button-radius);
    border: 1px solid var(--wp--preset--color--black);
    background: var(--wp--preset--color--black);
    color: var(--wp--preset--color--white);
    font-size: var(--text-16);
    line-height: normal;
    font-weight: 700;
    font-family: var(--wp--preset--font-family--texto);
}
.mbl-sticky:active{
    background: var(--wp--preset--color--grey-dark);
}
/* End Buttons */


/* Footer */
.footer-general {
    grid-column: 1 / -1;
    background-color: var(--wp--preset--color--black);
    color: var(--wp--preset--color--white);
    padding-top: 3.75rem;
    margin-top: 0;
}
.footer-general a:where(:not(.wp-element-button)){
    color: var(--wp--preset--color--white);
}
.footer-general .logo img{
    filter: brightness(0) invert(1);
}
.footer-general .footer-inner{
    max-width: var(--wp--custom--layout--content-size);
    margin-right: auto;
    margin-left: auto;
}
.footer-general .footer-inner .footer-top{
    display: grid;
    grid-template-columns: repeat(4, minmax(auto, 1fr));
    grid-gap: 12px;
}
.footer-general .footer-top{
    padding-bottom: 2rem;
}
.footer-general .footer-inner .footer-logo{
    text-align: left;
}
.footer-general .footer-inner .footer-logo .logo{
    text-align: left;
    margin-bottom: 1.563rem;
}
.footer-general .footer-inner .footer-logo .texto p{
    display: flex;
    align-items: center;
    font-size: var(--wp--preset--font-size--large);
    margin-top: 0;
    margin-bottom: 1rem;
}
.footer-general .footer-inner .footer-logo .texto p img{
    margin-right: 0.563rem;
}
.footer-general .nav-nosotros{
    list-style: none;
    padding-inline-start: 0;
    text-align: left;
}
.footer-general .nav-nosotros li.menu-item{
    margin-bottom: 0.375rem;
}
.footer-general .footer-copy{
    border-top: 1px solid var(--wp--preset--color--white);
    padding-top: 2rem;
}
.footer-general .footer-copy .nav-legal{
    display: flex;
    align-items: center;
    justify-content: end;
    list-style: none;
    padding-inline-start: 0;
}
.footer-general .footer-copy .nav-legal li.menu-item:not(:last-child){
    margin-right: 1rem;
}
.footer-general .footer-copy .nav-legal a{
    font-weight: bold;
}
.footer-general a:hover{
    color: var(--wp--preset--color--green);
}
.footer-general .footer-sec-tit{
    margin-top: 0;
    margin-bottom: 1.375rem;
    text-align: left;
    font-size: var(--wp--preset--font-size--large);
    font-weight: bold;
}
.footer-top .footer-menu-pemsa{
    grid-column: 2 / 4;
}
.footer-top .footer-menu-pemsa .nav-menu{
    list-style: none;
    padding-inline-start: 0;
    text-align: left;
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    grid-gap: 0.375rem;
}
.footer-top .footer-menu-pemsa a:hover{
    font-weight: bold;
}
.footer-general .rrss .listado-rrss{
    list-style: none;
    padding-inline-start: 0;
    display: flex;
    align-items: center;
    margin-top: 1.125rem;
}
.footer-general .rrss .listado-rrss > li{
    margin-right: 0.375rem;
}
/* End Footer */


/* Blog */
body.single-post{
    grid-template-columns: 1fr min(var(--wp--custom--layout--wide-size), 90%) 1fr;
}
.post-single-wrapper{
    padding: 0;
}
.header-single{
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    grid-gap: 5rem;
}
.header-single .column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header-single .header-thumbnail {
    height: 100%;
}
.header-single .header-thumbnail img {
    height: 100%;
    max-height: 360px;
    width: 100%;
    object-fit: cover;
}
.header-single .title-single h1{
    font-size: var(--wp--preset--font-size-h1);
    line-height: var(--wp--preset--line-height-h1);
    margin-bottom: 0;
    margin-top: 0.75rem;
}
.header-single .header-meta span{
    font-size: var(--caption-14);
}
body.single-post .post-single{
    display: flex;
    max-width: var(--wp--custom--layout--content-size);
    margin-left: auto;
    margin-right: auto;
}
.tabla-contenidos-bisiesto{
    padding: 1.25rem;
    background-color: var(--wp--preset--color--grey-light);
    border: 1px solid var(--wp--preset--color--black);
    margin-bottom: 2rem;
}
.tabla-contenidos-bisiesto .titulo p{
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 700;
}
.listado-tabla-contenidos-bisiesto{
    margin: 1rem 0;
}
.post-single-wrapper .post-single{
    margin-top: 3.75rem;
}
.post-single-wrapper .main-content{
    max-width: 726px;
}
.post-single-wrapper .side-content{
    position: relative;
    background-color: var(--wp--preset--color--white);
    border: 0;
    width: 100%;
    float: none;
    padding: 0;
    margin-inline-start: 2rem;
}
.post-single-wrapper .side-content .widgets{
    position: sticky;
    top: 0;
    list-style: none;
    padding-inline-start: 0;
    margin-top: 4.25rem;
}
html :where(.wp-block-columns.has-background){
    padding: 2rem;
}
.share-block{
    border: 1px solid var(--wp--preset--color--black);
    padding: 2rem;
    margin-top: 2rem;
}
.share-block .title{
    text-align: center;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 2rem;
}
.share-block .share-buttons{
    display: flex;
    justify-content: center;
    align-items: center;
}
.share-block .share-buttons a{
    margin-right: 0.5rem;
}
main.main-blog{
    padding-top: 0;
}
.header-blog .header,
.header-blog .subheader{
    max-width: 765px;
    margin-left: auto;
    margin-right: auto;
}
.header-blog .header > h1,
.header-blog .header > h2,
.header-blog .header > h3,
.header-blog .header > h4,
.header-blog .header > h5,
.header-blog .header > h6,
.header-blog .header > p{
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.header-blog .subheader > h1,
.header-blog .subheader > h2,
.header-blog .subheader > h3,
.header-blog .subheader > h4,
.header-blog .subheader > h5,
.header-blog .subheader > h6,
.header-blog .subheader > p{
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.header-blog{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    margin-bottom: 3.75rem;
    background-color: var(--wp--preset--color--grey-light);
}
.categories-blog{
    display: flex;
    justify-content: center;
}
.categories-blog .top-categories{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline-start: 0;
    list-style: none;
    border: 1px solid var(--wp--preset--color--black);
    border-radius: 6px;
    padding: 0.25rem;
    background-color: var(--wp--preset--color--white);
    margin-bottom: 0;
    margin-top: 2rem;
}
.top-categories li{
    position: relative;
    margin-bottom: 0;
}
.top-categories li:not(:last-child):after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: var(--wp--preset--color--black);
}
.top-categories li a{
    display: block;
    font-weight: 700;
    white-space: nowrap;
    padding: 0.75rem;
}
.top-categories li a:hover,
.top-categories li.active a{
    background-color: var(--wp--preset--color--black);
    color: var(--wp--preset--color--white);
}
.top-categories li:first-child a:hover,
.top-categories li.active:first-child a{
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.top-categories li:last-child a,
.top-categories li.active:last-child a{
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-blog nav.pagination{
    display: flex;
    justify-content: center;
}
.pagination-blog .page-numbers{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding-inline-start: 0;
}
.pagination-blog .page-numbers a,
.pagination-blog .page-numbers span{
    padding: 0.625rem;
    border: 1px solid var(--wp--preset--color--black);
    font-weight: 700;
}
.pagination-blog .page-numbers li{
    margin-bottom: 0;
}
.pagination-blog .page-numbers li:not(:last-child){
    margin-right: 0.438rem;
}
.pagination-blog .page-numbers a.next,
.pagination-blog .page-numbers a.prev{
    border: 0;
    font-family: sans-serif;
    font-size: 1.4rem;
}
.grid-blog {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 2.25rem 1.5rem;
}
.grid-blog .post-card{
    margin-bottom: 0;
    padding: 0;
}
.grid-blog .post-card:nth-child(1),
.grid-blog .post-card:nth-child(2) {
    grid-column: span 3;
}

.grid-blog .post-card:nth-child(n+3) {
    grid-column: span 2;
}
.post-card .post-thumbnail{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 190px;
    overflow: hidden;
    background-color: var(--wp--preset--color--grey-light);
    border-radius: 6px;
    margin-bottom: 1.5rem;
}
.post-card .post-thumbnail img{
    object-fit: cover;
    height: 100%;
}
.post-card .post-date span{
    display: inline-block;
    font-size: var(--caption-14);
    font-weight: 300;
    margin-bottom: 0.75rem;
}
.post-card .post-title p{
    font-size: var(--wp--preset--font-size-h5);
    line-height: var(--wp--preset--line-height-h5);
    font-weight: 700;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-bottom: 0;
    margin-top: 0;
}
.grid-blog .post-card:nth-child(1),
.grid-blog .post-card:nth-child(2){

}
.grid-blog .post-card:nth-child(1) a,
.grid-blog .post-card:nth-child(2) a{
    position: relative;
    display: block;
    height: 100%;
    padding: 1.25rem;
    color: var(--wp--preset--color--white);
}
.grid-blog .post-card:nth-child(1) .post-thumbnail,
.grid-blog .post-card:nth-child(2) .post-thumbnail{
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    height: 100%;
    right: 0;
    left: 0;
}
.grid-blog .post-card:nth-child(1) .post-thumbnail .overlay,
.grid-blog .post-card:nth-child(2) .post-thumbnail .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    border-radius: 6px;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 47.57%);
    background-blend-mode: luminosity, normal;
}
.grid-blog .post-card:nth-child(1) a > *:not(.post-thumbnail),
.grid-blog .post-card:nth-child(2) a > *:not(.post-thumbnail){
    position: relative;
    z-index: 2;
    max-width: 287px;
}
.banner-blog{
    padding: 0.625rem;
    border-radius: 6px;
    color: var(--wp--preset--color--white);
}
.banner-blog .inner-banner-blog{
    display: grid;
    grid-template-columns: min(var(--wp--custom--layout--wide-size), 46%) 1fr;
    grid-gap: 1rem;
    align-items: center;
    max-width: var(--wp--custom--layout--content-size);
    margin-right: auto;
    margin-left: auto;
}
.banner-blog .inner-banner-blog .column{
    height: 100%;
}
.banner-blog .image-banner{
    height: 100%;
}
.banner-blog .image-banner img{
    display: block;
    height: 100%;
    object-fit: cover;
}
.banner-blog .meta-banner .title > h1,
.banner-blog .meta-banner .title > h2,
.banner-blog .meta-banner .title > h3,
.banner-blog .meta-banner .title > h4,
.banner-blog .meta-banner .title > h5,
.banner-blog .meta-banner .title > h6,
.banner-blog .meta-banner .title > p{
    margin-top: 0;
    margin-bottom: 0.875rem;
}
.banner-blog .meta-banner .description > h1,
.banner-blog .meta-banner .description > h2,
.banner-blog .meta-banner .description > h3,
.banner-blog .meta-banner .description > h4,
.banner-blog .meta-banner .description > h5,
.banner-blog .meta-banner .description > h6,
.banner-blog .meta-banner .description > p{
    margin-top: 0;
    margin-bottom: 0.875rem;
}
.banner-blog .cta-banner{
    margin-top: 2rem;
}
.banner-blog .btn-primary{
    background-color: var(--wp--preset--color--white);
    border-color: var(--wp--preset--color--black);
    color: var(--wp--preset--color--black);
}
body.blog .footer-general{
    margin-top: 2rem;
}
/* End Blog */

/* Search */
.grid-search{
    display: grid;
    grid-template-columns: repeat(3, minmax(auto, 1fr));
    gap: 2.5rem 1.25rem;
    margin-top: 3rem;
}
.card-search{
    position: relative;
    padding: 0 0 3.5rem;
}
.card-search a{
    display: block;
    height: 100%;
}
.card-search a .type-post{
    padding: 0.25rem 0.5rem;
    background-color: var(--wp--preset--color--grey-light);
    font-size: var(--text-16);
}
.card-search .link-search{
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}
.card-search:hover .link-search{
    transform: translateY(-0.5rem);
}
/* End Search */

/* 404 */
.page-404 {
    display: grid;
    grid-template-columns: 1fr min(var(--wp--custom--layout--wide-size), 90%) 1fr;
    grid-column: 1 / -1;
    padding-top: 0;
}
.inner-404 {
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    gap: 80px;
}
.inner-404 > .column:nth-child(2){
    text-align: right;
}
.inner-404 .title-404{
    margin-top: 0;
    margin-bottom: 2rem;
}
.inner-404 .description-404 p{
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: var(--wp--preset--font-size-h5);
}
body.error404 .footer-general{
    margin-top: 0;
}
/* End 404 */


/* Menu */
@media only screen and (max-width : 1170px) {
    .menu-main{
        display: none;
        position: absolute;
        top: 62px;
        z-index: 100;
        background: var(--wp--preset--color--white);
        left: 0;
        right: 0;
    }
    body.logged-in .menu-main{
        top: 108px;
    }
    .menu-main.menu ul.nav{
        display: block;
        margin: 0;
    }
    .menu-main.open{
        display: block;
    }
    .menu-main.menu ul.nav > li.menu-item{
        background-color: var(--wp--preset--color--grey-light);
        border-top: 1px solid var(--wp--preset--color--black);
        border-left: 1px solid var(--wp--preset--color--black);
        border-right: 1px solid var(--wp--preset--color--black);
        width: 100%;
        text-align: left;
        padding: 0.75rem;
        margin-bottom: 0;
    }
    .menu-main.menu ul.nav > li.menu-item:first-child{
        border-top: none;
    }
    .menu-main.menu ul.nav > li.menu-item:last-child{
        border-bottom: 1px solid var(--wp--preset--color--black);
    }
    .menu-main.menu ul.nav > li.menu-item > a{
        padding: 0;
        font-family: var(--wp--preset--font-family--texto);
        font-size: var(--wp--preset--font-size-h5);
        font-style: normal;
        font-weight: 300;
        line-height: var(--wp--preset--line-height-h5);
        margin-right: 8px;
    }
    .menu li.menu-item-has-children::after{
        right: auto;
    }
    .menu-main.menu .nav .sub-menu.open{
        position: relative;
        display: block;
        margin-left: -0.75rem;
        margin-right: -0.75rem;
        margin-bottom: -0.75rem;
        border: 0;
        border-top: 1px solid;
    }
    .menu-main .menu-item-has-children:hover > .sub-menu.open:has(> li:nth-child(5)){
        display: block;
    }
    .menu li.menu-item-has-children::after {
        display: none;
    }
    .menu li.menu-item-has-children a{
        position: relative;
    }
    .menu li.menu-item-has-children > a::before{
        position: absolute;
        right: -22px;
        top: 6px;
        content: '';
        background-image: url(./assets/images/arrow-down.svg);
        width: 12px;
        height: 12px;
    }
    .menu li.menu-item-has-children::before,
    .menu .nav li.menu-item a:hover:after{
        display: none;
    }
    .switcher-lang-wiris{
        display: none;
    }
    .switcher-lang-wiris.switcher-lang-wiris-mobile{
        display: flex;
        justify-content: end;
        background-color: var(--wp--preset--color--grey-light);
        border: 1px solid var(--wp--preset--color--black);
        border-top: none;
        padding: 12px 10px;
    }
    .switcher-lang-wiris.switcher-lang-wiris-mobile .list-lang-wiris{
        display: inline-block;
    }
    .menu-desplegable {
        width: 30px;
        height: 30px;
        position: relative;
        top: -1px;
        z-index: 18;
        margin-left: 18px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }
    .menu-desplegable span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: var(--text);
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }
    .menu-desplegable span:nth-child(1) {
        top: 8px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    .menu-desplegable span:nth-child(2) {
        top: 15px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    .menu-desplegable span:nth-child(3) {
        top: 22px;
        right: 0;
        left: auto;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
        width: 50%;
    }
    .menu-desplegable.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 4px;
        left: 5px;
    }
    .menu-desplegable.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }
    .menu-desplegable.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 25px;
        left: 5px;
        width: 100%;
    }
    .cta-header{
        display: flex;
        align-items: center;
        justify-content: end;
        flex: 1;
    }
    .menu-main .menu-item-has-children:hover > .sub-menu:has(> li:nth-child(5)),
    .menu-main .menu-item-has-children:hover > .sub-menu{
        display: none;
    }
    .sub-menu li.menu-item:not(:last-child){
        margin-bottom: 1.5rem;
    }
}
/* Menu */


/* Tablet */
@media (max-width: 1230px) and (min-width: 970px) {
    .single-page.single-page-landing .page-landing .page-landing-sidebar {
        width: 34vw;
    }
    .single-page.single-page-landing .page-landing section:not(.alignfull) > div,
    .single-page.single-page-landing .page-landing .page-landing-content > .wp-block-columns{
        width: 48vw;
    }
}
/* End Tablet */


/*Móviles*/
@media only screen and (max-width : 970px) {
    html:root {
        --wp--preset--font-size--xx-large: 1.25rem;
        /* 20px */
        --wp--preset--font-size--x-large: 1.125rem;
        /* 18px */
        --wp--preset--font-size--large: 1rem;
        /* 16px */
        --wp--preset--font-size--medium: 0.875rem;
        /* 14px */
        --wp--preset--font-size--small: 0.75rem;
        /* 12px */
        --wp--preset--font-size-h1: 2.25rem;
        /* 48px */
        --wp--preset--font-size-h2: 1.75rem;
        /* 34px */
        --wp--preset--font-size-h3: 1.5rem;
        /* 30px */
        --wp--preset--font-size-h4: 1.25rem;
        /* 24px */
        --wp--preset--font-size-h5: 1.125rem;
        /* 20px */
        --highlight-36: 2rem;
        /* 32px */
        --highlight-32: 1.5rem;
        /* 24px */
        --highlight-28: 1.75rem;
        /* 28px */
        --highlight-24: 1.5rem;
        /* 24px */
        --text-16: 1rem;
        /* 16px */
        --caption-14: 0.875rem;
        /* 14px */
    }
    html:root {
        --wp--preset--line-height--xx-large: 2rem;
        /* 32px */
        --wp--preset--line-height--x-large: 1.625rem;
        /* 26px */
        --wp--preset--line-height--large: 1.375rem;
        /* 22px */
        --wp--preset--line-height--medium: 1.125rem;
        /* 18px */
        --wp--preset--line-height--small: 0.875rem;
        /* 14px */
        --wp--preset--line-height-h1: 2.625rem;
        /* 42px */
        --wp--preset--line-height-h2: normal;
        /* normal */
        --wp--preset--line-height-h3: normal;
        /* normal */
        --wp--preset--line-height-h4: normal;
        /* normal */
        --wp--preset--line-height-h5: normal;
        /* normal */
        --wp--preset--line-height-highlight: 3rem;
        /* 48px */
        --wp--preset--line-height-h1-mvl: 2.625rem;
        /* 42px */
    }
    /* General */
    html body{
        grid-template-columns: 1fr min(var(--wp--custom--layout--content-size), calc(100% - 20px)) 1fr
    }
    .alignfull,
    main.single-page > section.alignfull {
        max-width: calc(100vw);
    }
    h1, .h1 {
        font-size: 2.25rem;
        line-height: var(--wp--preset--line-height-h1-mvl);
    }

    h2, .h2 {
        font-size: 1.75rem;
        line-height: normal;
    }

    h3, .h3 {
        font-size: 1.5rem;
        line-height: normal;
    }

    h4, .h4 {
        font-size: 1.25rem;
        line-height: normal;
    }

    h5, .h5 {
        font-size: 1.125rem;
        line-height: var(--wp--preset--line-height-h5);
    }

    .h5-bold {
        font-size: 1.125rem;
        line-height: var(--wp--preset--line-height-h5);
        font-weight: 700;
    }
    .highlitght-32{
        font-size: var(--highlight-32);
        font-weight: 300;
        line-height: 2.25rem;
    }
    .highlitght-24{
        font-size: var(--highlight-24);
        font-weight: 300;
        line-height:1.5rem;
    }
    .header-general{
        grid-template-columns: 1fr min(var(--wp--custom--layout--content-size), calc(100vw - 15px)) 1fr;
    }
    body.menu-open .header-general{
        border: 1px solid var(--wp--preset--color--black);
    }
    .is-style-hidden-mobile{
        display: none;
    }
    /* End General*/

    /* Blocks */
    body .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{
        margin: 0;
        grid-row: 1;
    }
    body .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media{
        grid-row: 2;
    }
    .price-item{
        position: relative;
        padding: 2rem 1.25rem 4rem;
        margin-bottom: 1rem;
    }
    .wp-block-columns.alignfull{
        padding-left: 10px;
        padding-right: 10px;
    }
    .wp-block-columns.is-style-invert-mobile {
        flex-direction: column-reverse;
    }
    .wp-block-columns .wp-block-button{
        width: 100%;
    }
    .tabs-header{
        display: flex;
        overflow-x: scroll;
        width: max-content;
    }
    .tabs-header .button-tab{
        white-space: nowrap;
    }
    /* End Blocks */

    /* Footer */
    .footer-general{
        padding-top: 1.25rem;
    }
    .footer-general .footer-inner .footer-top {
        grid-template-columns: repeat(1, minmax(auto, 1fr));
        grid-gap: 24px;
    }
    .footer-top .footer-menu-pemsa{
        grid-column: auto;
    }
    .footer-general .footer-menu-info{
        display: grid;
        grid-template-columns: repeat(2, minmax(auto, 1fr));
        grid-gap: 1.375rem;
    }
    .footer-general .rrss{
        display: flex;
        justify-content: end;
        align-items: end;
    }
    .footer-general .rrss .listado-rrss{
        margin-bottom: 0;
    }
    .footer-general .footer-copy .nav-legal{
        display: block;
        text-align: left;
    }
    .footer-general .footer-copy .nav-legal li.menu-item:not(:last-child){
        margin-bottom: 1.563rem;
    }
    /* End Footer */

    /* 404 */
    .page-404 {
        padding-top: 1.5rem;
        margin-bottom: 1.5rem;
        grid-template-columns: 1fr min(var(--wp--custom--layout--content-size), calc(100% - 20px)) 1fr;
    }
    .inner-404 {
        display: grid;
        grid-template-columns: repeat(1, minmax(auto, 1fr));
        gap: 2rem;
    }
    /* End 404 */

    /* Blog */
    body.single-post .post-single{
        display: block;
    }
    .header-single {
        grid-template-columns: repeat(1, minmax(auto, 1fr));
        grid-gap: 2rem;
    }
    .post-single-wrapper .side-content{
        margin-inline-start: 0;
    }
    .post-single-wrapper .post-single{
        margin-top: 5.625rem;
    }
    .header-blog{
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        margin-bottom: 2.5rem;
    }
    .header-blog .header,
    .header-blog .subheader{
        padding: 0 10px;
    }
    .categories-blog{
        margin-left: 10px;
    }
    .categories-blog .top-categories{
        overflow-x: scroll;
        justify-content: start;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .grid-blog {
        grid-template-columns: 1fr;
        gap: 2.25rem 0;
    }
    .grid-blog .post-card:nth-child(1),
    .grid-blog .post-card:nth-child(2) {
        grid-column: 1;
    }
    .banner-blog{
        padding: 1.25rem;
    }
    .banner-blog .inner-banner-blog{
        grid-template-columns: 1fr;
    }
    .banner-blog .column:nth-child(2){
        display: none;
    }
    body.blog .footer-general{
        margin-top: 0;
    }
    /* End Blog */

    /* Landing */
    .single-page.single-page-landing .page-landing .page-landing-sidebar {
        position: relative;
        width: 100%;
        margin-top: 2rem;
        margin-left: 0;
        padding: 0;
    }
    .single-page.single-page-landing .page-landing section:not(.alignfull) > div,
    .single-page.single-page-landing .page-landing .page-landing-content > .wp-block-columns{
        width: 100%;
        max-width: 100%;
    }
    .locations-list,
    .locations-list.locations-list-normal{
        grid-template-columns: repeat(1, minmax(auto, 1fr));
        grid-gap: 1.125rem;
    }
    .inner-locations{
        padding: 0 0.625rem;
    }
    .locations-list .location-item{
        min-height: 100px;
        padding: 0.625rem;
    }
    .location-item .extras{
        margin-top: 0;
        max-height: none;
        opacity: 1;
    }
    .location-item .extras .location-texts{
        display: none;
    }
    .location-content .titles{
        margin-bottom: 0;
    }
    .locations-list .location-item .overlay{
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 13.69%, rgba(0, 0, 0, 0.80) 90.19%);
    }
    .location-item .location-description{
        display: none;
    }
    .location-item .location-link{
        position: absolute;
        right: 0;
        bottom: -0.225rem;
    }
    body.page-template-page-landing .block-reviews, body.page-template-page-landing .block-locations{
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
    .single-page.single-page-landing .page-landing .page-landing-sidebar .form{
        padding: 1.25rem;
    }
    body.page-template-page-landing .footer-general{
        margin-top: 0.625rem;
        padding-top: 1.25rem;
    }
    .floating-button-form {
        display: block;
    }
    /* End Landing */
    /* Search */
    .grid-search{
        grid-template-columns: repeat(1, minmax(auto, 1fr));
        gap: 1.25rem;
    }
    /* End Search */
}
@media (prefers-color-scheme: light) {
    input[type="date"]::-webkit-calendar-picker-indicator {
        filter: invert(0);
    }
}