/*
Theme Name: wiris
Author: Bisiesto Estudio
Author URI: https://bisiesto.es
Theme URI:
Tags: full-site-editing, block-patterns
Text Domain: wiris
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 {
    --standard-border-radius: 10px;
    --standard-border-radius-large: 20px;
    --standard-border-radius-small: 4px;
}
/* Gradients */
html:root {
    --wp--preset--gradient--primary-white: linear-gradient(
        #0095cb 49.9%,
        #fff 50%
    );
    --wp--preset--gradient--white-primary: linear-gradient(
        #fff 49.9%,
        #0095cb 50%
    );
}
/* Typo */
html:root {
    --wp--preset--font-family--system: "Noto Sans", sans-serif;
    --wp--preset--font-family--serif: "MuseoSlab", sans-serif;
    --wp--preset--font-family--monospace: "Noto Sans", sans-serif;
}
/* Fonts */
@font-face {
    font-display: swap;
    font-family: "MuseoSlab";
    font-style: normal;
    font-weight: 700;
    src: url("./assets/fonts/Museo_Slab.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
    font-display: swap;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    src: url("./assets/fonts/noto-sans-regular.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
    font-display: swap;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 600;
    src: url("./assets/fonts/noto-sans-600.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
    font-display: swap;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 700;
    src: url("./assets/fonts/noto-sans-700.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
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.375rem;
    /* 38px */
    --wp--preset--font-size-h3: 1.875rem;
    /* 30px */
    --wp--preset--font-size-h4: 1.5rem;
    /* 24px */
    --wp--preset--font-size-h5: 1.125rem;
    /* 18px */
}
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.25rem;
    /* 52px */
    --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 */
}
.iti {
    --iti-path-flags-1x: url('../../assets/images/flags.webp');
    --iti-path-flags-2x: url('../../assets/images/flags@2x.webp');
    --iti-path-globe-1x: url('../../assets/images/globe.webp');
    --iti-path-globe-2x: url('../../assets/images/globe@2x.webp');
}
html:root :where(.is-layout-flow) > * {
    margin-block-start: 0.5rem;
}
h1,
h2,
h3,
h4,
h5,
.has-serif-font-family{
    font-family: "MuseoSlab", sans-serif;
}
p{
    line-height: 1.5rem;
}
h1,
.has-h-1-font-size{
    font-size: var(--wp--preset--font-size-h1);
    line-height: var(--wp--preset--line-height-h1);
}
h2,
.has-h-2-font-size{
    font-size: var(--wp--preset--font-size-h2);
    line-height: var(--wp--preset--line-height-h2);
}
h3,
.has-h-3-font-size{
    font-size: var(--wp--preset--font-size-h3);
    line-height: var(--wp--preset--line-height-h3);
}
h4,
.has-h-4-font-size{
    font-size: var(--wp--preset--font-size-h4);
    line-height: var(--wp--preset--line-height-h4);
}
h5,
.has-h-5-font-size{
    font-size: var(--wp--preset--font-size-h5);
    line-height: var(--wp--preset--line-height-h5);
}
/* Design */
html:root {
    --wp--custom--layout--content-size: 1160px;
    --wp--custom--layout--wide-size: 1280px;
    --wp--custom--layout--wider-size: 1400px;
}
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);
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
html:root :where(.wp-element-button, .wp-block-button__link):hover {
    background-color: var(--wp--preset--color--grey-hover);
    border-color: var(--wp--preset--color--grey-hover);
    box-shadow: 0px 0px 10px 0px rgba(52, 64, 84, 0.2);
}
html:root :where(.wp-block-button.is-style-outline--2 .wp-block-button__link),
html:root :where(.wp-block-button.is-style-outline .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,
html:root :where(.wp-block-button.is-style-outline .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);
}
.alignfull {
    margin-left: calc(calc(50%) - 50vw - 8px);
    margin-right: calc(calc(50%) - 50vw - 8px);
    max-width: 100vw;
    width: auto;
}
body.wp-admin .alignfull{
    margin-left: 0;
    margin-right: 0;
}
.has-text-align-center{
    text-align: center;
}
.has-text-align-left{
    text-align: left;
}
.has-text-align-right{
    text-align: right;
}
.has-text-align-justify{}
/* 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;
}
/* 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: 10px;
    --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:not(#tinymce) {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: var(--wp--preset--font-size--large);
    color: var(--wp--preset--color--grey-dark);
    grid-template-columns:
        1fr min(var(--wp--custom--layout--content-size), 90%)
        1fr;
}
body.wp-admin :where(.editor-styles-wrapper){
    background-color: transparent;
}
.editor-styles-editor{
    background-color: transparent !important;
}
img,
video {
    opacity: 1;
    border-radius: 0;
}
img {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

img.loaded {
    opacity: 1;
}
article,
dialog,
fieldset {
    border: none;
}
.button:not(.button-primary):not(.button-external):not(.button-secondary):not(.button-arrow):not(.is-style-arrow):hover,
a.button:not(.button-primary):not(.button-external):not(.button-secondary):not(.button-arrow):not(.is-style-arrow):hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
label[type=button]:hover{
    background-color: var(--wp--preset--color--grey-hover);
    box-shadow: 0px 0px 10px 0px rgba(52, 64, 84, 0.2);
}
.wpcf7-form label{
    display: inline-block;
    color: var(--wp--preset--color--black);
    font-size: var(--wp--preset--font-size--medium);
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0.75rem;
}
.wpcf7-form .two-fields{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.75rem;
}
.wpcf7-form label input[type="text"],
.wpcf7-form label input[type="email"],
.wpcf7-form label input[type="url"],
.wpcf7-form label input[type="tel"],
.wpcf7-form label textarea,
.wpcf7-form label select {
    width: 100%;
    margin-top: 0.2rem;
    margin-bottom: 0;
    border-color: var(--wp--preset--color--grey-med);
}
.iti input.iti__tel-input, .iti input.iti__tel-input[type=text], .iti input.iti__tel-input[type=tel]{
    margin-top: 0.2rem !important;
}
input,
textarea,
select{
    font-size: var(--wp--preset--font-size--medium);
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus{
    border: 1px solid var(--wp--preset--color--black);
}
.wpcf7-form input,
.wpcf7-form textarea{
    border-radius: 10px;
    border: 1px solid var(--wp--preset--color--grey-med);
    background: var(--wp--preset--color--white);
}
.wpcf7-form input[type="submit"]{
    background-color: var(--wp--preset--color--grey-dark);
    color: var(--wp--preset--color--white);
    text-align: center;
    font-size: var(--wp--preset--font-size--large);
    font-style: normal;
    font-weight: 700;
    padding: 1rem;
    min-width: 130px;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item{
    margin: 0;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item > label,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item > label{
    display: flex;
    align-items: start;
    font-size: var(--wp--preset--font-size--medium);
    font-style: normal;
    font-weight: 400;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item > label input,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item > label input {
    margin-right: 0.625rem;
    border-radius: 4px;
    border: 1px solid var(--wp--preset--color--grey-med);
}
.wpcf7-form .form-field{
    margin-top: 1.5rem;
}
.wpcf7-not-valid-tip{
    position: relative;
    display: flex;
    align-items: center;
    color: var(--wp--preset--color--red);
    font-size: var(--wp--preset--font-size--medium);
    font-style: normal;
    font-weight: 400;
    padding-left: 1.625rem;
}
.wpcf7-not-valid-tip::before,
.wpcf7 form .wpcf7-response-output::before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background-image: url("./assets/images/icon_ok.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
}
.wpcf7 form .wpcf7-response-output::before{
    width: 24px;
    height: 24px;
    top: 0.75rem;
    left: 0.75rem;
}
.wpcf7-not-valid-tip::before,
.wpcf7 form.invalid .wpcf7-response-output::before,
.wpcf7 form.unaccepted .wpcf7-response-output::before,
.wpcf7 form.payment-required .wpcf7-response-output::before{
    background-image: url("./assets/images/icon_error.svg");
}
.wpcf7 form .wpcf7-response-output{
    position: relative;
    display: flex;
    align-items: start;
    border: none;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 2.75rem;
    padding-right: 0.75rem;
    margin: 1rem 0 0rem;
    font-size: 1rem;
    font-weight: 400;
    background-color: #EDF8F1;
    border-radius: 10px;
    border-left: 0.25rem solid #1FA24E;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{
    background-color: #f5cdcd;
    border-left: 0.5rem solid var(--wp--preset--color--red);
}
input[type=checkbox]:checked::after {
    top: 3px;
    left: 5px;
}
button.iti__selected-country,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary{
    background-color: transparent;
}
button.iti__selected-country:hover{
    box-shadow: initial;
}
span.iti__country-name {
    line-height: 16px;
}
.button:not([aria-disabled=true]):hover, button:enabled:hover, input[type=button]:enabled:hover, input[type=reset]:enabled:hover, input[type=submit]:enabled:hover, label[type=button]:hover{
    filter: brightness(1);
}
.button.button-secondary:hover{
    background-color: var(--wp--preset--color--grey-hover);
    box-shadow: 0px 0px 10px 0px rgba(52, 64, 84, 0.2);
}
.wpcf7-acceptance.wpcf7-not-valid label{
    margin-bottom: 0;
}
.wpcf7-acceptance.wpcf7-not-valid + .wpcf7-not-valid-tip{
    margin-bottom: 0.75rem;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
}
body a:where(:not(.wp-element-button)),
body a:where(:not(.button)),
body a:where(:not(.wp-element-button)):visited,
body a:where(:not(.button)):visited,
.header-general a:visited:not(.button):not(.wp-block-button__link):visited,
.footer-general-top a:visited:not(.button):not(.wp-block-button__link):visited{
    color: var(--accent);
}
a:visited:not(.button):not(.wp-block-button__link):visited,
body .is-style-primary a:where(.wp-element-button):visited,
body a:where(.button-primary):visited,
body .wp-block-button:not(.is-style-outline):not(.is-style-secondary):not(.is-style-arrow):not(.is-style-download) a.wp-block-button__link:visited,
.header-general .black a:visited:not(.button):not(.wp-block-button__link):visited,
body .cta a:where(.button):visited,
body .banner-blog a:where(:not(.wp-element-button)):visited,
body a.page-numbers:not(.button):not(.wp-block-button__link):hover,
body a.page-numbers:visited:not(.button):not(.wp-block-button__link):hover{
    color: var(--wp--preset--color--white);
}
body .breadcrumbs a:visited:not(.button):not(.wp-block-button__link):visited,
body .page-single a:visited:not(.button):not(.wp-block-button__link):visited,
.single-page-legal a:visited:not(.button):not(.wp-block-button__link):visited,
a.page-numbers:visited:not(.button):not(.wp-block-button__link):visited
{
    color: var(--wp--preset--color--black);
}
body .wp-block-button__link{
    display: flex;
    align-items: center;
    padding: 10px 16px;
}
.wp-block-button__link.has-text-align-center{
    justify-content: center;
}
.wp-block-button__link.has-text-align-right{
    justify-content: end;
}
.wp-block-button__link.has-text-align-left{
    justify-content: start;
}
body .is-layout-flex:not(.wp-block-buttons):not(.wp-block-group){
    align-items: start;
}
body .wp-block-button.is-style-outline .wp-block-button__link{
    border-color: var(--text);
    color: var(--text);
}
.wp-block-button .button-icon-text{
    font-size: 12px;
    line-height: 22px;
}
body .wp-block-button__link img:first-child{

}
body .wp-block-button__link img:last-child{
    margin-left: 4px;
    max-width: 18px;
    border-radius: 0;
}
body .wp-block-button__link:has(img) {
    display: flex;
    justify-content: space-between;
}
.button{
    font-weight: 700;
}
.button.button-primary:hover,
.button.button-tab:hover,
.button.button-secondary:hover,
.wp-block-button.is-style-secondary .wp-element-button:hover{
    filter: brightness(1);
}
.button.button-arrow,
.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);
    box-shadow: none;
}
.button.button-arrow.button-external{
    padding-right: 20px;
}
.button.button-arrow::after,
.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");
    right: 0;
    top: 0px;
}
.button.button-arrow.button-external::after{
    content: url("./assets/images/ic_external.svg");
}
.button.button-arrow::before,
.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: 1px;
    background-color: var(--text);
    transition: bottom 0.1s ease;
}
.button.button-arrow::before{
    bottom: 0;
}
.button.button-arrow:hover::before,
.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;
}
.button.button-download,
.wp-block-button.is-style-download .wp-element-button{
    position: relative;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    padding: 1px 28px 1px 0;
    color: var(--text);
    font-weight: 700;
}
.button.button-download:hover,
.wp-block-button.is-style-download .wp-element-button:hover{
    background-color: transparent;
    box-shadow: none;
}
.button.button-download::before,
.wp-block-button.is-style-downloa .wp-element-button::before{
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    bottom: -2px;
    height: 1px;
    background-color: var(--text);
    transition: bottom 0.1s ease;
}
.button.button-download:hover::before,
.wp-block-button.is-style-download .wp-element-button:hover::before{
    bottom: -4px;
}
.button.button-download::after,
.wp-block-button.is-style-download .wp-element-button:after {
    position: absolute;
    right: 0;
    content: url("./assets/images/ic_download.svg");
}
.download a.button:hover{
    background-color: transparent !important;
    box-shadow: none !important;
}
.button.button-primary{
    border: 2px solid var(--wp--preset--color--grey-dark);
    padding: 10px 16px;
}
.button.button-secondary,
.wp-block-button.is-style-secondary .wp-element-button{
    background-color: var(--wp--preset--color--white);
    color: var(--wp--preset--color--black);
    border: 2px solid var(--wp--preset--color--grey-dark);
    padding: 10px 16px;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.button.button-secondary:hover,
.wp-block-button.is-style-secondary .wp-element-button:hover{
    border-color: var(--wp--preset--color--grey-hover);
    background-color: var(--wp--preset--color--grey-hover);
    color: var(--wp--preset--color--white);
}
.button.button-tab{
    display: inline-flex;
    align-items: center;
    color: var(--wp--preset--color--black);
    font-weight: 700;
    border-radius: 10px;
    background: var(--wp--preset--color--grey-light);
    box-shadow: 0 0 10px 0 rgba(52, 64, 84, 0.0);
    border: 1px solid transparent;
    transition: all 0.2s ease-in;
}
.button.button-tab .icon{
    display: flex;
    align-items: center;
}
.button.button-tab:hover,
.button.button-tab.active{
    background-color: var(--wp--preset--color--white) !important;
    border: 1px solid var(--wp--preset--color--grey-med);
    box-shadow: none !important;
}
.button.button-tab img{
    margin-left: 0.5rem;
    width: 18px;
    border-radius: 0;
}
.tag-category{
    display: inline-block;
    margin-bottom: 4px;
    color: var(--wp--preset--color--black);
    padding: 0.25rem 0.75rem;
    font-size: 14px;
    border-radius: 4px;
    background: var(--wp--preset--color--grey-light);
}
.tag-category a:visited{
    color: var(--wp--preset--color--black) !important;
}
body .wp-block-image.aligncenter{
    display: flex;
    justify-content: center;
}
.wp-block-columns:has(> .wp-block-column:only-child) {
    display: flex;
    justify-content: center;
}
body .wp-block-columns.is-style-same-height{
    align-items: stretch;
}
body .wp-block-columns.is-style-same-height .wp-block-column{
    display: grid;
}
body .wp-block-media-text>.wp-block-media-text__content{
    padding: 0;
}
body .wp-block-media-text>*:nth-child(1){
    padding-right: 3.75rem;
}
body .wp-block-media-text>*:nth-child(2){
    padding-left: 3.75rem;
}
.wp-block-gallery.has-nested-images:not(.is-cropped){
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
    aspect-ratio: 3 / 2;
    max-width: 1200px;
    margin: auto;
}
.wp-block-gallery .wp-block-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.wp-block-list {
    padding: 0;
    margin: 0 0 0.3rem;
    padding-inline-start: 1rem;
}
.is-style-special-list.wp-block-list li {
    position: relative;
    margin-bottom: 0.75rem;
}
.is-style-special-list.wp-block-list {
    list-style: none;
    padding: 0;
    margin: 0 0 0.3rem;
}
.is-style-special-list.wp-block-list li {
    position: relative;
    padding-left: 1.625rem;
    margin-bottom: 0.75rem;
}
.is-style-special-list.wp-block-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 1.125rem;
    height: 1.125rem;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'><circle cx='9' cy='9' r='9' fill='black'/><path fill='white' d='M7.125 12.15l-2.775-2.775 1.05-1.05 1.725 1.725 3.975-3.975 1.05 1.05z'/></svg>");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.wrs_editor td,
.wrs_editor th {
    border: 0;
}
.wrs_editor tr:nth-child(even){
    background-color: transparent;
}
.wrs_editor button{
    border-radius: 0;
}
/* Ubicaciones específicas */
.wp-block-gallery .wp-block-image:nth-child(1) {
    grid-column: 1 / span 3;
    grid-row: 1 / span 1;
}

.wp-block-gallery .wp-block-image:nth-child(2) {
    grid-column: 4 / span 3;
    grid-row: 1 / span 1;
}

.wp-block-gallery .wp-block-image:nth-child(3) {
    grid-column: 1 / span 3;
    grid-row: 2 / span 2;
}

.wp-block-gallery .wp-block-image:nth-child(4) {
    grid-column: 4 / span 2;
    grid-row: 2 / span 1;
}

.wp-block-gallery .wp-block-image:nth-child(5) {
    grid-column: 6 / span 1;
    grid-row: 2 / span 2;
}

html section {
    margin: 0;
}
html main {
    padding-top: 0;
    min-height: calc(100vh - 512px);
}
html body.logged-in main{
    padding-top: 30px;
}
html body.promo-active main{
    padding-top: 58px;
}
html body.promo-active.logged-in main{

}
main.single-page-legal{
    padding-top: 3rem;
    padding-bottom: 4.5rem;
}
.item-tabla-contenidos-bisiesto a:visited{
    color: var(--wp--preset--color--black) !important;
}
/* 404 */
body.error404{
    background-image: url("./assets/images/404_left.svg"), url("./assets/images/404_right.svg");
    background-size: 50vw, 50vw;
    background-repeat: no-repeat;
    background-position: -25vw -15vh, 70vw -14vh;
}
.inner-404-page{
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.inner-404-page .title{
    text-align: center;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 100px;
    margin-top: 0;
    margin-bottom: 1rem;
}
.inner-404-page .description{
    text-align: center;
    font-size: var(--wp--preset--font-size-h5);
    font-style: normal;
    font-weight: 600;
    line-height: var(--wp--preset--line-height-h5);
}
.inner-404-page .buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4.5rem;
}
/* 404 */
/* Thank you */
body.page-template-page-thankyou{
    background-image: url("./assets/images/bg_left_thankyou.svg"), url("./assets/images/bg_right_thankyou.svg");
    background-size: 30vw, 30vw;
    background-repeat: no-repeat;
    background-position: top left, 100% 34vh;
}
/* End Thank you */
/* Header */
.promo-banner{
    background-color: #18212F;
    color: var(--wp--preset--color--white);
}
.inner-promo-banner{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: var(--wp--custom--layout--content-size);
    margin-left: auto;
    margin-right: auto;
}
.promo-banner p{
    margin-top: 0.313rem;
    margin-bottom: 0.313rem;
}
.promo-banner a.button{
    color: var(--wp--preset--color--white);
    margin: 0 1rem;
}
.promo-banner a.button:hover{
    background-color: transparent;
}
.promo-banner .button.button-arrow::after{
    filter: brightness(0) invert(1);
}
.promo-banner .button.button-arrow::before{
    background-color: var(--wp--preset--color--white);
}
.menu-mb-sticky {
    display: none;
}
.header-general {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100000;
    display: grid;
    grid-template-columns:
        1fr min(var(--wp--custom--layout--content-size), 90%)
        1fr;
    border: 0;
    padding-bottom: 0;
    border-bottom: 0.5px solid rgba(24, 33, 47, 0.2);
    background: var(--wp--preset--color--white);
    box-shadow: 0px 0px 10px 0px rgba(52, 64, 84, 0.2);
}
body.logged-in .header-general.top {
    top: 32px;
}
body.logged-in .header-general{
    top: 0;
}
body.promo-active .header-general.top{
    top: 34px;
}
body.promo-active .header-general{
    top: 0;
}
body.promo-active.logged-in .header-general.top{
    top: 66px;
}
body.promo-active.logged-in .header-general{
    top: 0;
}
.inner-header-general {
    display: flex;
    align-items: center;
}
.menu ul.nav {
    display: flex;
    list-style: none;
    padding-inline-start: 0;
    margin: 0;
}
.header-general .menu-main {
    flex: 1;
}
.header-general .logo-header {
    margin-right: 1.5rem;
}
.header-general .logo-header img{
    border-radius: 0;
}
.header-general .menu-second,
.header-general .menu-ctas {
    margin-left: 5px;
    margin-right: 5px;
}
.header-general .menu a {
    text-decoration: none;
    margin: 0;
}
.header-general .menu a {
    font-size: var(--wp--preset--font-size--large);
    font-weight: 700;
}
.header-general .menu .nav .page_item,
.header-general .menu .nav .menu-item {
    padding: 1rem 0;
}
.header-general .menu .nav .page_item:not(:last-child),
.header-general .menu .nav .menu-item:not(:last-child) {
    margin-right: 8px;
}
.header-general .menu .nav .menu-item:not(.menu-item-has-children){
    margin-right: 12px;
}
.header-general .menu .menu-second-wiris .nav .menu-item:not(.menu-item-has-children){
    margin-right: 0;
}
.header-general .menu .menu-second-wiris .nav .menu-item:last-child,
.header-general .menu.menu-ctas .nav .menu-item:last-child{
    margin-right: 0;
}
.header-general .menu-second,
.header-general .menu-ctas{
    margin-right: 0;
    margin-left: 0;
}
.header-general .menu-ctas{
    margin-left: 0.5rem;
}
.separator-menu{
    padding-left: 2px;
    padding-right: 3px;
}
.header-general .menu.menu-main .nav .menu-item:not(.menu-item-has-children){
    margin-right: 20px;
}
.header-general .menu .nav .menu-item-has-children,
.header-general .menu .nav .item-megamenu {
    position: relative;
    padding-right: 14px;
}
.header-general .menu .menu-item-has-children::after,
.header-general .menu .item-megamenu::after {
    content: url("./assets/images/ic_menu_arrow.svg");
    position: absolute;
    right: 0;
    width: 9px;
    height: 22px;
}
.header-general .menu-main .sub-menu {
    display: none;
    list-style: none;
    padding: 24px;
}
.header-general .menu-main .sub-menu li.menu-item {
    position: relative;
    padding: 0;
    text-align: left;
    padding-right: 8px;
}
.header-general .menu-main .sub-menu li.menu-item::after {
    content: url("./assets/images/ic_arrow.svg");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 24px;
    width: 24px;
}
.header-general .menu .menu-item-has-children .sub-menu,
.header-general .menu .item-megamenu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    border-radius: 20px;
    background: var(--wp--preset--color--white);
    box-shadow: 0px 0px 10px 0px rgba(52, 64, 84, 0.2);
    min-width: 254px;
}
.header-general .menu .menu-item-has-children:hover .sub-menu,
.header-general .menu .item-megamenu:hover .sub-menu {
    display: block;
}
.header-general .menu .item-megamenu .sub-menu {
    position: fixed;
    width: 100vw;
    max-width: var(--wp--custom--layout--content-size);
    left: 50vw;
    top: 88px;
    transform: translateX(-50%);
}
.no-hover .sub-menu {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.1s ease,
        visibility 0.1s ease;
}
.header-general
    .menu
    .menu-item-has-children:hover
    .sub-menu
    li:not(:last-child),
.header-general .menu .item-megamenu .sub-menu li:not(:last-child):not(.element-submenu) {
    margin-bottom: 17px;
}
.header-general .sub-menu.megamenu .inner-submenu {
    display: grid;
    grid-template-columns: minmax(auto, 440px) 1fr;
    grid-gap: 2rem;
}
.header-general .inner-submenu ul {
    list-style: none;
    padding-inline-start: 0;
}
.header-general .list-main-submenu {
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    grid-gap: 0 22px;
    text-align: left;
}
.header-general .list-main-submenu .element-submenu{
    margin-bottom: 26px;
}
.header-general .list-main-submenu .element-submenu:first-child{
    margin-bottom: 0.5rem;
}
.grid-elements-submenu {
    display: flex;
    gap: 22px;
}
.grid-elements-submenu .button.button-arrow::before{
    display: none;
}
.grid-elements-submenu .col {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 26px;
}
.header-general .grid-elements-submenu-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    grid-gap: 2rem;
    text-align: left;
}
.header-general .title-submenu {
    position: relative;
    display: flex;
    color: var(--text);
    font-size: var(--wp--preset--font-size--medium);
    text-align: left;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
}
.header-general .title-submenu.title-submenu-icon .icon-submenu {
    margin-right: 0.5rem;
}
.header-general .title-submenu::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: var(--wp--preset--color--grey-med);
}
.header-general .title-submenu.title-submenu-icon > span {
    position: relative;
}
.header-general .title-submenu.title-submenu-icon > span::before {
    content: url("./assets/images/ic_arrow.svg");
    position: absolute;
    top: 50%;
    right: -2rem;
    transform: translateY(-50%);
    height: 24px;
    width: 24px;
    display: none;
}
.header-general .menu .item-megamenu .sub-menu li.element-submenu:nth-child(1),
.header-general .menu .item-megamenu .sub-menu li.element-submenu:nth-child(2){
    grid-column: 1 / 3;
}
.header-general .sub-menu .element-submenu span {
    position: relative;
    display: flex;
    align-items: start;
}
.header-general .sub-menu .element-submenu span img{
    position: relative;
    top: 2px;
}
.header-general .grid-element-submenu li {
    display: flex;
    align-items: center;
}
.header-general .grid-element-submenu li a{
    text-align: left;
}
.header-general .list-lang-wiris,
.header-general .list-lang-wiris-m {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    border-radius: 20px;
    background: var(--wp--preset--color--white);
    box-shadow: 0px 0px 10px 0px rgba(52, 64, 84, 0.2);
    list-style: none;
    padding-inline-start: 0;
    padding: 1rem;
}
.header-general .list-lang-wiris-m {
    top: auto;
    left: auto;
    right: 1rem;
    z-index: 101;
    min-width: 144px;
}
.header-general .list-lang-wiris .lang-item:not(:last-child),
.header-general .list-lang-wiris-m .lang-item:not(:last-child) {
    margin-bottom: 0.5rem;
}
.header-general .list-lang-wiris.hidden,
.header-general .list-lang-wiris-m.hidden {
    display: none;
}
.header-general .menu-second {
    display: flex;
    align-items: center;
}
#ic-switcher-lang-wiris,
#ic-switcher-lang-wiris-m {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.menu-second .switcher-lang-wiris {
    margin-right: 0.5rem;
    position: relative;
}
.menu-second .menu-second-wiris {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.header-general .menu-ctas .menu-item a {
    padding: 10px 16px;
    border: 1px solid var(--text);
    border-radius: 10px;
}
.header-general .menu-ctas .menu-item.black a {
    background-color: var(--text);
    color: var(--bg);
}
.header-general .menu-ctas .menu-item.black a:hover,
.button.button-primary:hover,
.wpcf7-form input[type="submit"]:hover {
    background-color: var(--wp--preset--color--grey-hover);
    border-color: var(--wp--preset--color--grey-hover);
    box-shadow: 0px 0px 10px 0px rgba(52, 64, 84, 0.2)
}
.header-general .menus-header {
    display: flex;
    flex: 1;
}
.menu-desplegable {
    width: 21px;
    height: 14px;
    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);
    border-radius: 9px;
    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: 0px;
    -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: 6px;
    -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: 12px;
    -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: -3px;
    left: 4px;
}
.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: 12px;
    left: 4px;
    width: 100%;
}
/* End Header */

/* Footer */
.footer-general {
    border: 0;
    background: var(--wp--preset--color--grey-dark);
    color: var(--bg);
    grid-column: 1 / -1;
    margin-top: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
body .footer-general a:where(:not(.wp-element-button)) {
    color: var(--bg);
}
.inner-footer-general {
    max-width: var(--wp--custom--layout--content-size);
    margin-left: auto;
    margin-right: auto;
}
.footer-general-top {
    grid-column: 1 / -1;;
    margin-bottom: 0;
    padding-top: 2.5rem;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    background-color: var(--wp--preset--color--grey-light);
    border-top: 2px solid var(--wp--preset--color--white);
}
.inner-footer-general-top{
    max-width: var(--wp--custom--layout--content-size);
    margin-left: auto;
    margin-right: auto;
}
.footer-top-widget-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(auto, 1fr));
    grid-gap: 3.75rem;
    list-style: none;
    padding-inline-start: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.footer-top-widget-list .wp-block-columns{
     margin-bottom: 0;
}
.widget .menu,
.widget .sub-menu {
    list-style: none;
    padding-inline-start: 0;
}
.widget .menu a,
.widget .sub-menu a {
    text-decoration: none;
}
.widget .menu a {
    font-weight: 700;
}
.widget .sub-menu a {
    font-weight: 400;
}
.widget .menu .menu-item {
    margin-bottom: 0.2rem;
}
.widget .menu .menu-item-has-children a {
    display: inline-block;
    margin-bottom: 0.2rem;
}
.widget .menu .nolink > a{
    pointer-events: none;
}
.list-rrss {
    display: flex;
    align-items: center;
    list-style: none;
    padding-inline-start: 0;
    margin-top: 0;
    margin-bottom: 0.75rem;
}
.list-rrss .item-rrss:not(:last-child) {
    margin-right: 0.45rem;
}
.list-rrss .item-rrss img{
    border-radius: 0;
}
.footer-general .menu-footer ul .menu-item:not(:last-child) {
    margin-right: 1rem;
}
.footer-general .menu-footer ul a {
    text-decoration: none;
    font-size: var(--wp--preset--font-size--small);
    line-height: var(--wp--preset--line-height--small);
    font-weight: 700;
}
.footer-general .footer-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: var(--wp--preset--font-size--small);
    line-height: var(--wp--preset--line-height--small);
    font-weight: 700;
}
.footer-menu .menu-item-type-custom{
    cursor: pointer;
}
/* End Footer */

/* Blog */
section.main-blog{
    margin-top: 1.5rem;
    border: 0;
}
body.archive section.main-blog{
    margin-top: 0;
}
body.archive .breadcrumbs,
body.single .breadcrumbs{
    margin-bottom: 1.5rem;
    font-size: var(--wp--preset--font-size--medium);
}
body.archive .main-blog .header-posts h2{
    margin-top: 0;
}
.pagination-blog{
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
}
.pagination-blog .page-numbers{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding-inline-start: 0;
}
.pagination-blog span.page-numbers,
.pagination-blog a.page-numbers{
    padding: 5px;
    text-decoration: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: var(--wp--preset--color--black);
    text-align: center;
    font-size: var(--wp--preset--font-size-h5);
    font-style: normal;
    font-weight: 600;
    line-height: var(--wp--preset--line-height-h5);
    -webkit-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.pagination-blog a.page-numbers:hover{
    color: var(--wp--preset--gradient--primary-white);
}
.pagination-blog .page-numbers li{
    margin-right:5px;
}
.pagination-blog .page-numbers li:last-child{
    margin-right: 0;
}
.pagination-blog span.page-numbers.current,
.pagination-blog a.page-numbers.curren,
.pagination-blog span.page-numbers:hover,
.pagination-blog a.page-numbers:hover{
    background-color: var(--wp--preset--color--black);
    color: var(--wp--preset--color--white);
}
.post-card > a{
    text-decoration: none;
}
.post-card > a{
    display: flex;
    flex-direction: column;
}
.post-card.featured > a{
    flex-direction: unset;
}
.post-card.featured > a:visited,
.post-card > a:visited{
    color: var(--wp--preset--color--black) !important;
}
.post-card.post-banner > a:visited{
    color: var(--wp--preset--color--white) !important;
}
.post-card.featured .post-meta{
    max-width: 387px;
}
.main-blog .header-posts h2{
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}
.grid-posts{
    display: grid;
    grid-template-columns: repeat(3, minmax(auto, 1fr));
    grid-gap: 1.5rem;
}
.grid-posts .banner-blog{
    grid-column: 1 / 4;
}
.banner-blog{
    padding: 3rem 0;
    background-color: var(--wp--preset--color--grey-light);
}
.banner-blog .buttons{
    margin-top: 1.5rem;
}
.banner-blog .buttons .button{
    display: inline-block;
}
.inner-banner-blog{
    display: grid;
    grid-template-columns: repeat(3, minmax(auto, 1fr));
    grid-gap: 1.5rem;
    max-width: var(--wp--custom--layout--content-size);
    margin-right: auto;
    margin-left: auto;
}
.post-card{
    border-radius: var(--standard-border-radius);
    padding: 0;
    box-shadow: 0 0 10px 0 rgba(52, 64, 84, 0.1);
    overflow: hidden;
    margin-bottom: 0;
}
.post-card.post-banner > a{
    position: relative;
    padding-top: 242px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: var(--wp--preset--color--white);
}
.post-card.post-banner .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
    z-index: 1;
}
.post-card.post-banner .post-meta{
    position: relative;
    z-index: 2;
}
.post-card.post-banner .post-meta .button{
    color: var(--wp--preset--color--white);
}
.post-card.post-banner .post-meta .post-category{
    color: var(--wp--preset--color--black);
}
.post-card.post-banner .button.button-arrow::before{
    background-color: var(--wp--preset--color--white);
}
.post-card.post-banner .post-meta .button.button-arrow::after{
    filter: brightness(0) invert(1);
}
.post-card.post-banner .post-title{
    margin-top: 0.75rem;
}
.post-card .post-title{
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-family: var(--wp--preset--font-family--serif);
}
.post-card .post-date{
    color: var(--wp--preset--color--grey);
    font-size: var(--wp--preset--font-size--medium);
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0.75rem;
}
.post-card .post-meta{
    text-align: left;
    padding: 1.5rem;
    order: 2;
}
.post-card .post-thumbnail{
    position: relative;
    flex: 1;
    overflow: hidden;
    min-height: 190px;
    order: 1;
}
.post-card.featured .post-thumbnail{
    order: 2;
}
.post-card .post-thumbnail img{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}
.post-card.featured .post-thumbnail{
    border-radius: 0;
}
.post-card .post-category span{
    font-size: 14px;
    font-weight: 400;
    padding: 0.4rem 0.75rem;
    border-radius: 4px;
    background-color: var(--wp--preset--color--grey-light);
}
.header-blog{
    padding: 3rem;
    background-color: var(--accent);
    color: var(--wp--preset--color--white);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.header-blog .inner-header-blog{
    max-width: var(--wp--custom--layout--content-size);
    margin-left: auto;
    margin-right: auto;
}
.header-blog .inner-header-blog{
    text-align: center;
}
form.searchform input[type=submit]{
    display: none;
}
form.searchform input[type=search]{
    border-radius: 16px;
    border: 1px solid#CDD0D3;
    background: var(--wp--preset--color--white);
    padding: 0.825rem 1.5rem 0.825rem 3.625rem;
    margin-bottom: 0;
}
form.searchform .search-input{
    position: relative;
    display: inline-flex;
    align-items: center;
}
form.searchform .search-input img{
    position: absolute;
    left: 1.5rem;
}
.categories-blog{
    padding: 0.75rem 1rem;
    background-color: var(--wp--preset--color--grey-light);
}
.categories-blog .top-categories{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding-inline-start: 0;
}
.categories-blog .top-categories li{
    border-radius: 10px;
    border: 1px solid transparent;
    background-color: var(--wp--preset--color--grey-light);
    margin:  0 0.35rem;
}
.categories-blog .top-categories li:hover,
.categories-blog .top-categories li.active{
    background-color: var(--wp--preset--color--white);
    border: 1px solid var(--wp--preset--color--grey-med);
}
.categories-blog .top-categories a{
    display: block;
    font-weight: 700;
    padding: 0.75rem 1.25rem;
    text-decoration: none;
}
.categories-blog .top-categories a:visited{
    color: var(--wp--preset--color--black) !important;
}
main.post-template{
    margin-top: 1.5rem;
}
.post-categories{
    display: flex;
    align-items: center;
    list-style: none;
    padding-inline-start: 0;
}
.post-categories li{
    margin: 0 0.313rem;
}
.post-categories li:first-child{
    margin-left: 0;
}
.post-categories li:last-child{
    margin-right: 0;
}
.post-categories a{
    text-decoration: none;
}
.post-title h1{
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}
.post-template-header .post-excerpt{
    margin-bottom: 1.5rem;
    font-size: var(--wp--preset--font-size-h5);
    font-weight: 600;
    line-height: var(--wp--preset--line-height-h5);
}
.post-date{
    color: var(--wp--preset--color--grey);
    font-size: var(--wp--preset--font-size--medium);
    font-weight: 400;
    margin-bottom: 1.5rem;
}
.post-thumbnail{
    position: relative;
    max-height: 500px;
    border-radius: var(--standard-border-radius-large);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
}
body.single .post-thumbnail{
    border-bottom-left-radius: var(--standard-border-radius-large);
    border-bottom-right-radius: var(--standard-border-radius-large);
}
.post-thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-content{
    display: flex;
    margin-top: 3rem;
}
.post-content .post-content-right,
.post-content .post-content-left{
    position: relative;
    flex: 0.24;
}
.post-content .post-content-left .title{
    margin-top: 0;
}
.table-of-contents{
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--wp--preset--color--grey-med);
}
.table-of-contents .tabla-contenidos-bisiesto > ol{
    margin: 0;
}
.table-of-contents,
.post-widget-list{
    position: sticky;
    top: 84px;
}
body.logged-in .table-of-contents,
body.logged-in .post-widget-list{
    top: 84px;
    margin: 0;
}
.post-content .post-content-left ol{
    padding-inline-start: 1.2rem;
    list-style: disc;
}
.post-content .post-content-left ol a{
    text-decoration: none;
    font-size: var(--wp--preset--font-size--medium);
    font-weight: 400;
}
.post-content-right .post-widget-list{
    list-style: none;
    padding-inline-start: 0;
}
.post-content .post-content-center{
    margin-left: 3.75rem;
    margin-right: 3.75rem;
    flex: 0.52;
}
.post-content .post-content-center > h1:first-child,
.post-content .post-content-center > h2:first-child,
.post-content .post-content-center > h3:first-child,
.post-content .post-content-center > h4:first-child,
.post-content .post-content-center > h5:first-child,
.post-content .post-content-center > h6:first-child{
    margin-top: 0;
}
.post-share{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.5rem;
    padding: 0.75rem 1.125rem;
    border-radius: var(--standard-border-radius-large);
    background-color: var(--wp--preset--color--grey-light);
}
.post-share .title{
    margin-right: 1.5rem;
    margin-bottom: 0;
    color: var(--wp--preset--color--grey);
    font-size: var(--wp--preset--font-size--medium);
    font-weight: 700;
}
.post-share .post-share-buttons{
    display: flex;
    justify-content: center;
    align-items: center;
}
.post-share a.share-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0.75rem;
    border-radius: 7px;
    background-color: var(--wp--preset--color--white);
    border: 1px solid var(--wp--preset--color--grey-med);
    margin-right: 0.5rem;
}
.post-share a.share-btn:hover{
    background-color: var(--wp--preset--color--grey-light);
}
.post-comments{
    margin-top: 2.5rem;
    padding: 1.5rem;
    border-radius: var(--standard-border-radius-large);
    background: var(--wp--preset--color--white);
    box-shadow: 0 0 10px 0 rgba(52, 64, 84, 0.10);
}
.comment-reply-title{
    margin-top: 0;
}
.post-comments .form-submit{
    margin-bottom: 0;
}
.comment-form-cookies-consent{
    display: flex;
    align-items: start;
}
.comment-form-cookies-consent input[type=checkbox]{
    margin: 0.25rem 0.5rem 0 0;
}
.post-comments input:not([type=submit]):not([type=checkbox]),
.post-comments select,
.post-comments textarea{
    width: 100%;
    border-radius: 10px;
    border: 1px solid #CDD0D3;
    background: var(--wp--preset--color--white);
}
.post-comments label{
    color: #374151;
    font-size: 14px;
    font-weight: 600;
}
.post-related-posts{
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}
.post-related-posts .related-posts-title{
    margin-top: 0;
}
.related-posts-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(auto, 1fr));
    grid-gap: 1.5rem;
}
.post-contact-form{
    padding: 1.5rem;
    margin-top: 2.5rem;
    border-radius: var(--standard-border-radius-large);
    box-shadow: 0 0 10px 0 rgba(52, 64, 84, 0.1);
}

/* End Blog*/

@media (min-width: 900px) and (max-width: 1274px) {
    body.error404, body.page-template-page-thankyou {
        background-size: 30vw, 30vw !important;
    }
}
/* Responsive */
@media only screen and (max-width: 1274px) {
    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: 2.25rem; /* 36px */
        --wp--preset--font-size-h2: 1.75rem; /* 28px */
        --wp--preset--font-size-h3: 1.5rem; /* 24px */
        --wp--preset--font-size-h4: 1.25rem; /* 20px */
        --wp--preset--font-size-h5: 1.1875rem; /* 19px */
    }
    html:root {
        --wp--preset--line-height-h1: 2.625rem; /* 42px */
        --wp--preset--line-height-h2: 2.125rem; /* 34px */
        --wp--preset--line-height-h3: 1.875rem; /* 30px */
        --wp--preset--line-height-h4: 1.625rem; /* 26px */
        --wp--preset--line-height-h5: 1.5rem; /* 24px */
    }
    .menu-mb-sticky {
        display: flex;
        align-items: center;
    }
    body.menu-open {
        overflow-y: hidden;
    }
    body .wp-block-button__link {
        display: inline-block;
    }
    .alignfull {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }
    body .wp-block-media-text>*:nth-child(1){
        padding-right: 0;
    }
    body .wp-block-media-text>*:nth-child(2){
        padding-left: 0;
    }
    body .wp-block-media-text .wp-block-buttons{
        width: 100%;
    }
    body .wp-block-media-text .wp-block-buttons>.wp-block-button:not(.is-style-arrow):not(.is-style-download){
        display: block;
        width: 100%;
    }
    .button.button-tab,
    .button.button-tab.active{
        border: 0;
    }
    .button.button-tab{
        display: flex;
    }
    .wp-block-columns.is-style-hidden-mobile{
        display: none !important;
    }
    .wp-block-spacer.is-style-hidden-mobile{
        display: none !important;
    }
    body.page-template-page-legal{
        grid-template-columns:
            1fr min(var(--wp--custom--layout--content-size), calc(100vw - 1rem))
            1fr;
    }
    html body.logged-in main,
    html body.promo-active main,
    html body.logged-in.promo-active main{
        padding-top: 0;
    }
    main.single-page-legal{
        padding-top: 1.5rem;
        padding-bottom: 3rem;
    }
    /* Header */
    .header-general {
        position: relative;
        top: 0 !important;
        grid-template-columns:
            1fr min(var(--wp--custom--layout--content-size), calc(100vw - 1rem))
            1fr;
    }
    .header-general .logo-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        max-width: 100vw;
        width: auto;
        padding: 0 1rem;
        border-bottom: 1px solid #18212f33;
        box-shadow: 0px 0px 10px 0px #3440541a;
    }
    .header-general .logo-header .home-link img{
        max-width: 78px;
        padding: 8px 0 2px;
    }
    .header-general .logo-header #ic-switcher-lang-wiris,
    .header-general .logo-header #ic-switcher-lang-wiris-m {
        display: flex;
        align-items: center;
    }
    .inner-header-general {
        display: block;
    }
    .header-general .menu a {
        font-size: var(--wp--preset--font-size--medium);
    }
    .menu ul.nav {
        display: block;
        text-align: left;
    }
    .header-general .menu .nav .page_item:not(:last-child),
    .header-general .menu .nav .menu-item:not(:last-child) {
        margin-right: 0;
    }
    .header-general .menus-header {
        display: none;
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
        pointer-events: none;
        height: calc(100vh - 45px);
        min-height: calc(100vh - 45px);
        padding-top: 0.5rem;
        overflow-y: scroll;
    }
    body.logged-in.menu-open .header-general .menus-header {
        height: calc(100vh - 90px);
        min-height: calc(100vh - 90px);
    }
    .header-general .menus-header.open {
        display: block;
        opacity: 1;
        pointer-events: auto;
    }
    .header-general .menu.menu-second > *:not(.menu-second-wiris) {
        display: none;
    }
    .header-general .menu-second-wiris,
    .header-general .menu-second,
    .header-general .menu-ctas {
        margin-left: 0;
        margin-right: 0;
    }
    .header-general .menu .menu-item-has-children::after,
    .header-general .menu .item-megamenu::after {
        display: none;
    }
    .header-general .menus-header li.menu-item {
        margin-right: 0;
        padding: 0;
    }
    .header-general .menu .nav .page_item,
    .header-general .menu .nav .menu-item {
        padding: 0.5rem 0;
    }
    .header-general .menu-ctas a {
        display: block;
        text-align: center;
    }
    .header-general .menu .item-megamenu:hover .sub-menu,
    .header-general .menu .item-megamenu .sub-menu,
    .header-general .menu .menu-item-has-children:hover .sub-menu,
    .header-general .menu .menu-item-has-children .sub-menu {
        position: relative;
        box-shadow: none;
        left: 0;
        transform: translateX(0);
        padding: 1rem 0;
        min-width: 0;
        max-width: 100%;
    }
    .header-general .sub-menu.megamenu .inner-submenu,
    .header-general .grid-elements-submenu {
        grid-template-columns: repeat(1, minmax(auto, 1fr));
    }
    .header-general .grid-elements-submenu{
        display: block;
    }
    .grid-elements-submenu .col{
        gap: 0;
    }
    .grid-elements-submenu .col .grid-element-submenu{
        margin-bottom: 40px;
    }
    .header-general .menu .menu-item-has-children:hover .sub-menu,
    .header-general .menu .item-megamenu:hover .sub-menu {
        display: none;
    }
    .header-general .menu .menu-item-has-children .sub-menu.open,
    .header-general .menu .item-megamenu .sub-menu.open {
        display: block;
    }
    li:has(> .sub-menu.open) > a {
        position: relative;
    }
    li:has(> .sub-menu.open) > a::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background-color: var(--text);
    }
    .menus-footer-mb{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;
        padding: 0.5rem;
        background-color: var(--wp--preset--color--white);
    }
    .header-general .menu-main ul.nav{
        padding-bottom: 20rem;
    }
    .inner-promo-banner p,
    .inner-promo-banner a{
        font-size: var(--wp--preset--font-size--medium);
    }
    /* End Header */

    /* Footer */
    .footer-general {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .footer-general .footer-menu {
        display: block;
    }
    .footer-general .menu-footer {
        margin-bottom: 0.425rem;
    }
    .footer-general .menu-footer ul .menu-item {
        display: inline-block;
        margin-bottom: 0.425rem;
    }
    .footer-general .copyright {
        text-align: left;
    }
    .footer-top-widget-list {
        grid-template-columns: repeat(2, minmax(auto, 1fr));
        grid-gap: 0.4rem 2.5rem;
        margin-bottom: 0;
        margin-top: 0;
    }
    .footer-top-widget-list .widget:first-child {
        grid-column: 1 / 3;
    }
    .footer-top-widget-list .widget:nth-child(2) {
        grid-column: 1 / 3;
    }
    .inner-footer-general-top{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .footer-general-top .wp-block-columns{
        margin-bottom: 0.75rem;
    }
    /* End Footer */
    /* 404 */
    body.error404,
    body.page-template-page-thankyou{
        grid-template-columns: 1fr min(var(--wp--custom--layout--content-size), calc(100vw - 1rem)) 1fr;
        background-image: url("./assets/images/bg_left_thankyou.svg"), url("./assets/images/bg_right_thankyou.svg");
        background-position: -18vw 0vw, 77vw 50vh;
        background-size: 40vw, 40vw;
    }
    .inner-404-page{
        padding-top: 6.5rem;
        padding-bottom: 6.5rem;
    }
    .inner-404-page .buttons{
        margin-top: 0;
    }
    /* 404 */

    /* Blog */
    .main-blog{
        padding: 0;
    }
    .grid-posts {
        grid-template-columns: repeat(1, minmax(auto, 1fr));
        grid-gap: 1.5rem;
    }
    .post-card.featured > a {
        flex-direction: column-reverse;
    }
    .grid-posts .banner-blog{
        grid-column: 1;
    }
    .inner-banner-blog{
        grid-template-columns: repeat(1, minmax(auto, 1fr));
        padding: 0 1rem;
    }
    .post-card.post-banner > a {
        padding-top: 220px;
    }
    .categories-blog{
        overflow-x: scroll;
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .categories-blog .top-categories{
        justify-content: start;
    }
    .post-content{
        display: grid;
    }
    .post-content .post-content-center{
        margin: 1.5rem 0;
    }
    /* End Blog */
}
