.alignfull {
    margin-left: calc(calc(50%) - 50vw - 8px);
    margin-right: calc(calc(50%) - 50vw - 8px);
    max-width: 100vw;
    width: auto;
}

.wp-block-cover {
    position: relative;
}

.wp-block-cover:hover .wp-block-cover__background {
    background-color: transparent;
}

.wp-block-cover .has-background-dim-10 {
    opacity: 0.1;
}

.wp-block-cover .has-background-dim-20 {
    opacity: 0.2;
}

.wp-block-cover .has-background-dim-30 {
    opacity: 0.3;
}

.wp-block-cover .has-background-dim-40 {
    opacity: 0.4;
}

.wp-block-cover .has-background-dim-50 {
    opacity: 0.5;
}

.wp-block-cover .has-background-dim-60 {
    opacity: 0.6;
}

.wp-block-cover .has-background-dim-70 {
    opacity: 0.7;
}

.wp-block-cover .has-background-dim-80 {
    opacity: 0.8;
}

.wp-block-cover .has-background-dim-90 {
    opacity: 0.9;
}

.wp-block-cover .has-background-dim-100 {
    opacity: 1;
}

.wp-block-cover__background {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--disabled);
    opacity: 0.5;
    -webkit-transition: background-color 800ms ease-in;
    -ms-transition: background-color 800ms ease-in;
    transition: background-color 800ms ease-in;
}

.wp-block-cover__image-background {
    display: block;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    object-fit: cover;
}

.wp-block-cover .has-parallax {
    background-attachment: fixed;
}

.wp-block-cover__inner-container {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Bloque Imagen */
.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}

.wp-block-image[style*="border-radius"] img,
.wp-block-image[style*="border-radius"]>a {
    border-radius: inherit;
}

.wp-block-image.has-custom-border img {
    box-sizing: border-box;
}

.wp-block-image.aligncenter {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    height: auto;
    width: 100%;
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
    display: table;
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.aligncenter>figcaption,
.wp-block-image.alignleft>figcaption,
.wp-block-image.alignright>figcaption {
    caption-side: bottom;
    display: table-caption;
}

.wp-block-image .alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.wp-block-image .alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.wp-block-image figcaption {
    margin-bottom: 1em;
    margin-top: 0.5em;
}

.wp-block-image .is-style-rounded img,
.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
    border-radius: 9999px;
}

@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {
    .wp-block-image.is-style-circle-mask img {
        border-radius: 0;
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
    }
}

.wp-block-image :where(.has-border-color) {
    border-style: solid;
}

.wp-block-image :where([style*="border-top-color"]) {
    border-top-style: solid;
}

.wp-block-image :where([style*="border-right-color"]) {
    border-right-style: solid;
}

.wp-block-image :where([style*="border-bottom-color"]) {
    border-bottom-style: solid;
}

.wp-block-image :where([style*="border-left-color"]) {
    border-left-style: solid;
}

.wp-block-image :where([style*="border-width"]) {
    border-style: solid;
}

.wp-block-image :where([style*="border-top-width"]) {
    border-top-style: solid;
}

.wp-block-image :where([style*="border-right-width"]) {
    border-right-style: solid;
}

.wp-block-image :where([style*="border-bottom-width"]) {
    border-bottom-style: solid;
}

.wp-block-image :where([style*="border-left-width"]) {
    border-left-style: solid;
}

.wp-block-image figure {
    margin: 0;
}

.wp-lightbox-container {
    display: flex;
    flex-direction: column;
    position: relative;
    flex-grow: 1;
}

.wp-lightbox-container img {
    cursor: zoom-in;
}

.wp-lightbox-container img:hover+button {
    opacity: 1;
}

.wp-lightbox-container button {
    align-items: center;
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(90, 90, 90, 0.25);
    border: none;
    border-radius: 4px;
    cursor: zoom-in;
    display: flex;
    height: 20px;
    justify-content: center;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 16px;
    text-align: center;
    top: 16px;
    transition: opacity 0.2s ease;
    width: 20px;
    z-index: 100;
}

.wp-lightbox-container button:focus-visible {
    outline: 3px auto rgba(90, 90, 90, 0.25);
    outline: 3px auto -webkit-focus-ring-color;
    outline-offset: 3px;
}

.wp-lightbox-container button:hover {
    cursor: pointer;
    opacity: 1;
}

.wp-lightbox-container button:focus {
    opacity: 1;
}

.wp-lightbox-container button:focus,
.wp-lightbox-container button:hover,
.wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
    background-color: rgba(90, 90, 90, 0.25);
    border: none;
}

.wp-lightbox-overlay {
    box-sizing: border-box;
    cursor: zoom-out;
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100vw;
    z-index: 100000;
}

.wp-lightbox-overlay .close-button {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    min-height: 40px;
    min-width: 40px;
    padding: 0;
    position: absolute;
    right: calc(env(safe-area-inset-right) + 16px);
    top: calc(env(safe-area-inset-top) + 16px);
    z-index: 5000000;
}

.wp-lightbox-overlay .close-button:focus,
.wp-lightbox-overlay .close-button:hover,
.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background) {
    background: none;
    border: none;
}

.wp-lightbox-overlay .lightbox-image-container {
    height: var(--wp--lightbox-container-height);
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: top left;
    width: var(--wp--lightbox-container-width);
    z-index: 9999999999;
}

.wp-lightbox-overlay .wp-block-image {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0;
    position: relative;
    transform-origin: 0 0;
    width: 100%;
    z-index: 3000000;
}

.wp-lightbox-overlay .wp-block-image img {
    height: var(--wp--lightbox-image-height);
    min-height: var(--wp--lightbox-image-height);
    min-width: var(--wp--lightbox-image-width);
    width: var(--wp--lightbox-image-width);
}

.wp-lightbox-overlay .wp-block-image figcaption {
    display: none;
}

.wp-lightbox-overlay button {
    background: none;
    border: none;
}

.wp-lightbox-overlay .scrim {
    background-color: #fff;
    height: 100%;
    opacity: 0.9;
    position: absolute;
    width: 100%;
    z-index: 2000000;
}

.wp-lightbox-overlay.active {
    animation: turn-on-visibility 0.25s both;
    visibility: visible;
}

.wp-lightbox-overlay.active img {
    animation: turn-on-visibility 0.35s both;
}

.wp-lightbox-overlay.hideanimationenabled:not(.active) {
    animation: turn-off-visibility 0.35s both;
}

.wp-lightbox-overlay.hideanimationenabled:not(.active) img {
    animation: turn-off-visibility 0.25s both;
}

.wp-block-media-text{
    display: grid;
    padding: 1rem;
    border-radius: var(--standard-border-radius);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    /*box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    background-color: rgba(255, 255, 255, 0.5);*/
}
.wp-block-media-text.is-vertically-aligned-top{
    align-items: start;
}
.wp-block-media-text.is-vertically-aligned-center{
    align-items: center;
}
.wp-block-media-text.is-vertically-aligned-bottom{
    align-items: end;
}
.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content{

}
.wp-block-media-text .wp-block-media-text__media{
    margin-right: 2rem;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
    margin-right: 0;
    margin-left: 2rem;
}
.wp-block-media-text .wp-block-media-text__content{
    position: sticky;
    top: 92px;
    height: 100%;
}
.wp-block-cover.alignfull{
    margin-left: calc(calc(50%) - 50vw);
}
.wp-block-search__button-inside.wp-block-search__icon-button .wp-block-search__button:after{
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background-image: url('../../recursos/img/ic_search.png');
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    filter: invert(1);
}
.wp-block-search__button-inside.wp-block-search__icon-button .wp-block-search__button.has-icon svg{
    opacity: 0;
}
.wp-block-search__button:hover{
    border-color: var(--wp--preset--color--white);
}
.wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)* .5);
}
.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
    width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)* .66667);
}
.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)* .75);
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    max-width: 100%;
    position: relative;
    height: 100%;
}
.wp-block-gallery.has-nested-images.is-cropped {
    align-items: stretch;
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
    height: auto;
    display: flex;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img{
    flex: 1 0 0%;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.wp-block-latest-posts__list{
    display: grid;
    grid-template-columns: repeat(4, minmax(auto, 1fr));
    gap: 2rem;
    list-style: none;
    padding-inline-start: 0;
}
.wp-block-latest-posts__list li{
    padding: 1rem;
    border-radius: var(--standard-border-radius);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    background-color: rgba(255, 255, 255, 0.5);
}
.wp-block-latest-posts__list a{
    font-weight: bold;
    text-decoration: none;
    color: var(--wp--preset--color--text);
}
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image{
    max-height: 150px;
    overflow-y: hidden;
    margin-bottom: 1rem;
}
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image img{
    object-fit: cover;
}
.wp-block-columns.are-vertically-aligned-top{
    align-items: start;
}
.wp-block-columns.are-vertically-aligned-center{
    align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom{
    align-items: end;
}
.wp-block-column > .wp-block-columns{
    max-width: var(--acotado-min);
    margin-left: auto;
    margin-right: auto;
}
.wp-block-columns.is-layout-flex > :is(*, div){
    flex: 1;
}
body .wp-block-columns.is-layout-flex:not(.wp-block-columns){
    display: grid;
}

@media (prefers-reduced-motion: no-preference) {
    .wp-lightbox-overlay.zoom.active {
        animation: none;
        opacity: 1;
        visibility: visible;
    }

    .wp-lightbox-overlay.zoom.active .lightbox-image-container {
        animation: lightbox-zoom-in 0.4s;
    }

    .wp-lightbox-overlay.zoom.active .lightbox-image-container img {
        animation: none;
    }

    .wp-lightbox-overlay.zoom.active .scrim {
        animation: turn-on-visibility 0.4s forwards;
    }

    .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) {
        animation: none;
    }

    .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container {
        animation: lightbox-zoom-out 0.4s;
    }

    .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container img {
        animation: none;
    }

    .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .scrim {
        animation: turn-off-visibility 0.4s forwards;
    }
}

@keyframes turn-on-visibility {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes turn-off-visibility {
    0% {
        opacity: 1;
        visibility: visible;
    }

    99% {
        opacity: 0;
        visibility: visible;
    }

    to {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes lightbox-zoom-in {
    0% {
        transform: translate(calc(-50vw + var(--wp--lightbox-initial-left-position)),
                calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
    }

    to {
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes lightbox-zoom-out {
    0% {
        transform: translate(-50%, -50%) scale(1);
        visibility: visible;
    }

    99% {
        visibility: visible;
    }

    to {
        transform: translate(calc(-50vw + var(--wp--lightbox-initial-left-position)),
                calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
        visibility: hidden;
    }
}

@media (max-width: 919px) {
    .wp-block-media-text.is-stacked-on-mobile>figure.wp-block-media-text__media {
        grid-row: 3;
    }
    .wp-block-media-text{
        display: flex;
        flex-direction: column;
    }
    .wp-block-media-text .wp-block-media-text__media{
        margin-right: 0;
        margin-left: 0;
        text-align: center;
        order: -1;
    }
    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
        margin-left: 0;
        margin-right: 0;
    }
}