/*
Theme Name: Hermanas Hospitalarias Child Theme
Theme URI: http://example.com/
Description: Tema hijo para Hermanas Hospitalarias basado en Hello Elementor.
Author: Tony Blanco
Author URI: http://tonnyblanco.es/
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hermanas-hospitalarias-child
*/

/* Aquí iría el CSS de Hermanas Hospitalarias */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height,-webkit-transform;
    transition-property: height,-webkit-transform;
    -o-transition-property: transform,height;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top,.2s -webkit-transform;
    transition: .2s top,.2s -webkit-transform;
    -o-transition: .2s transform,.2s top;
    transition: .2s transform,.2s top;
    transition: .2s transform,.2s top,.2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left,.2s -webkit-transform;
    transition: .2s left,.2s -webkit-transform;
    -o-transition: .2s transform,.2s left;
    transition: .2s transform,.2s left;
    transition: .2s transform,.2s left,.2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right,.2s -webkit-transform;
    transition: .2s right,.2s -webkit-transform;
    -o-transition: .2s transform,.2s right;
    transition: .2s transform,.2s right;
    transition: .2s transform,.2s right,.2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255,255,255,.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
    display: block
}

audio,canvas,video {
    display: inline-block;
    *display: inline;
    *zoom:1}

audio:not([controls]) {
    display: none
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

body,button,input,select,textarea {
    font-family: sans-serif
}

a {
    color: #00e
}

a:visited {
    color: #551a8b
}

a:focus {
    outline: thin dotted
}

a:hover,a:active {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: bold
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

pre,code,kbd,samp {
    font-family: monospace,monospace;
    _font-family: 'courier new',monospace;
    font-size: 1em
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before,q:after {
    content: '';
    content: none
}

small {
    font-size: 75%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

ul,ol {
    margin: 1em 0;
    padding: 0 0 0 40px
}

dd {
    margin: 0 0 0 40px
}

nav ul,nav ol {
    list-style: none;
    list-style-image: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    *margin-left: -7px
}

button,input,select,textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,input {
    line-height: normal;
    *overflow: visible
}

table button,table input {
    *overflow: auto
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
}

input[type="checkbox"],input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {
        content: ""
    }

    pre,blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    p,h2,h3 {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }
}

*,*::before,*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 16px;
    font-size: 1rem
}

html,button,input,select,textarea {
    color: #434343
}

body {
    line-height: 1.4;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif
}

::-moz-selection {
    background: #434343;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #434343;
    color: #fff;
    text-shadow: none
}

hr {
    border: 0;
    padding: 0;
    height: 1px;
    margin: 1em 0;
    display: block;
    border-top: 1px solid #ccc
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

p,li {
    font-size: 16px;
    font-size: 1rem
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 400
}

h1,h2,h3,h4,h5,h6,p {
    margin-top: 0
}

h1,.alpha {
    font-size: 30px;
    font-size: 1.875rem
}

h2,.beta {
    font-size: 22px;
    font-size: 1.375rem
}

h3,.gamma {
    font-size: 20px;
    font-size: 1.25rem
}

h4,.delta {
    font-size: 18px;
    font-size: 1.125rem
}

h5,.epsilon {
    font-size: 16px;
    font-size: 1rem
}

h6,.zeta {
    font-size: 14px;
    font-size: .875rem
}

strong {
    font-weight: 700
}

a {
    text-decoration: none
}

a:visited {
    color: inherit
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 1200px
}

.row {
    width: 100%
}

.half {
    width: 50%
}

.third {
    width: 33.333%
}

.third.third--two {
    width: 66.666%
}

.fourth {
    width: 25%
}

.fifth {
    width: 20%
}

.left {
    float: left
}

.right {
    float: right
}

.align {
    width: 100%;
    height: 100%;
    display: table
}

.align > div {
    display: table-cell;
    vertical-align: middle
}

.flex,.grid--gaps {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex.no-wrap > .post,.grid--gaps.no-wrap > .post {
    width: 100%
}

.flex-centering {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.overlay {
    top: 0;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 5;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    position: fixed;
    padding: 40px 0;
    overflow-y: auto;
    visibility: hidden;
    pointer-events: none;
    background-color: rgba(0,0,0,0.4);
    -webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.4s;
    -moz-transition: opacity 0.5s, visibility 0.5s, -moz-transform 0.4s;
    -o-transition: opacity 0.5s, visibility 0.5s, -o-transform 0.4s;
    -ms-transition: opacity 0.5s, visibility 0.5s, -ms-transform 0.4s;
    transition: opacity 0.5s, visibility 0.5s, transform 0.4s;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.nondisplayed {
    display: none
}

.hide-item {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out
}

.show-item {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out
}

.clearfix {
    zoom:1}

.clearfix:before,.clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.embed-container {
    height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%
}

.embed-container iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

@media (min-width: 75em) {
    :root {
        --section:2.85rem;
        --space: 2.85rem
    }
}

@media (min-width: 48em) and (max-width:74.9375em) {
    :root {
        --section:2.5rem;
        --space: 1.75rem
    }
}

@media (max-width: 47.9375em) {
    :root {
        --section:1.5rem;
        --space: 1rem
    }
}

.section {
    padding-top: var(--section);
    padding-bottom: var(--section)
}

.separador {
    margin-top: 20px;
    margin-bottom: 20px
}

.space {
    padding-left: var(--space);
    padding-right: var(--space)
}

@media all and (min-width: 75em) and (-ms-high-contrast:none),(min-width:75em) and (-ms-high-contrast:active) {
    .section {
        padding-top:2.85rem;
        padding-bottom: 2.85rem
    }

    .space {
        padding-left: 2.85rem;
        padding-right: 2.85rem
    }
}

@media all and (min-width: 48em) and (max-width:74.9375em) and (-ms-high-contrast:none),(min-width:48em) and (max-width:74.9375em) and (-ms-high-contrast:active) {
    .section {
        padding-top:2.5rem;
        padding-bottom: 2.5rem
    }

    .space {
        padding-left: 1.75rem;
        padding-right: 1.75rem
    }
}

@media all and (max-width: 47.9375em) and (-ms-high-contrast:none),(max-width:47.9375em) and (-ms-high-contrast:active) {
    .section {
        padding-top:1.5rem;
        padding-bottom: 1.5rem
    }

    .space {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (min-width: 48.9375em) {
    .logged-in.showing-admin-bar {
        margin-top:32px
    }
}

@media (min-width: 37.5625em) and (max-width:48.875em) {
    .logged-in.showing-admin-bar {
        margin-top:46px
    }
}

@media (max-width: 37.5em) {
    .logged-in.showing-admin-bar {
        margin-top:0;
        padding-top: 46px
    }
}

.grid--full .grid__item {
    width: 100%
}

.grid__item {
    position: relative
}

.grid--gaps .grid__item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column
}

.grid--gaps .grid__item .content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.grid--gaps .grid__item .grid__item-link {
    font-size: 15px;
    font-size: .9375rem
}

.grid--gaps .grid__item .grid__item-link > * {
    display: inline-block;
    vertical-align: middle
}

.grid--gaps .grid__item .grid__item-link svg {
    margin-right: 25px
}

@media (min-width: 48em) {
    .grid:not(.grid--gaps) .grid__item {
        margin-bottom:20px
    }

    .grid--gaps {
        display: grid;
        grid-gap: 20px
    }

    .grid--gaps.grid--half {
        grid-template-columns: 1fr 1fr
    }

    .grid--gaps.grid--third {
        grid-template-columns: 1fr 1fr 1fr
    }

    .grid--row.grid .grid__item {
        margin-bottom: 0
    }
}

@media (max-width: 47.9375em) {
    .grid__item {
        margin-bottom:2em
    }

    .grid__item.half,.grid__item.third,.grid__item.fourth,.grid__item.fifth {
        width: 100%
    }

    .grid__item:last-child {
        margin-bottom: 0
    }
}

@media all and (min-width: 48em) and (-ms-high-contrast:none),(min-width:48em) and (-ms-high-contrast:active) {
    .grid--gaps .grid__item {
        margin-bottom:20px;
        display: inline-block
    }

    .grid--gaps.grid--half .grid__item {
        width: calc(50% - 14px)
    }

    .grid--gaps.grid--half .grid__item:first-child,.grid--gaps.grid--half .grid__item:nth-child(2n + 1) {
        margin-right: 10px
    }

    .grid--gaps.grid--half .grid__item:nth-child(2n) {
        margin-left: 10px
    }

    .grid--gaps.grid--third .grid__item {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(33.333% - 14px)
    }

    .grid--gaps.grid--third .grid__item:first-child,.grid--gaps.grid--third .grid__item:nth-child(3n + 1) {
        margin-left: 0
    }

    .grid--gaps.grid--third .grid__item:nth-child(3n) {
        margin-right: 0
    }
}

body {
    overflow-x: hidden;
    font-family: 'Roboto',sans-serif
}

.main {
    z-index: 1;
    position: relative
}

.button {
    font-weight: 500;
    padding: 10px 45px;
    text-align: center;
    display: inline-block
}

.button--white {
    background-color: #fff;
    border: 1px solid #fff
}

.button--white,.button--white:visited {
    color: #fff
}

.button--white.button--transparent {
    color: #fff;
    background-color: transparent
}

.button--dark-grey {
    background-color: #434343;
    border: 1px solid #434343
}

.button--dark-grey,.button--dark-grey:visited {
    color: #fff
}

.button--dark-grey.button--transparent {
    color: #434343;
    background-color: transparent
}

.button--light-grey {
    background-color: #6b6b6b;
    border: 1px solid #6b6b6b
}

.button--light-grey,.button--light-grey:visited {
    color: #fff
}

.button--light-grey.button--transparent {
    color: #6b6b6b;
    background-color: transparent
}

.button--main-purple {
    background-color: #940054;
    border: 1px solid #940054
}

.button--main-purple,.button--main-purple:visited {
    color: #fff
}

.button--main-purple.button--transparent {
    color: #940054;
    background-color: transparent
}

.button--purple {
    background-color: #8c0052;
    border: 1px solid #8c0052
}

.button--purple,.button--purple:visited {
    color: #fff
}

.button--purple.button--transparent {
    color: #8c0052;
    background-color: transparent
}

.button--dark-purple {
    background-color: #7c0049;
    border: 1px solid #7c0049
}

.button--dark-purple,.button--dark-purple:visited {
    color: #fff
}

.button--dark-purple.button--transparent {
    color: #7c0049;
    background-color: transparent
}

.button--turq-green {
    background-color: #78cdd1;
    border: 1px solid #78cdd1
}

.button--turq-green,.button--turq-green:visited {
    color: #fff
}

.button--turq-green.button--transparent {
    color: #78cdd1;
    background-color: transparent
}

.button--header {
    margin-top: 10px;
    margin-bottom: 10px
}

.page__header {
    position: relative
}

.page__header .content {
    right: 0;
    bottom: 0;
    z-index: 1;
    color: #fff
}

.page__header .content .title {
    font-weight: 500;
    margin-bottom: 0
}

.page__header img {
    width: 100%;
    min-height: 180px;
    max-height: 450px;
    object-fit: cover
}

.page__header.page__header--single img {
    min-height: 230px
}

.wp-block-quote {
    position: relative;
    background-color: #f2f2f2;
    padding: var(--section) var(--space) var(--section) var(--space)
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .wp-block-quote {
        padding: 30px 30px
    }
}

.wp-block-quote p,.wp-block-quote li {
    font-weight: 500;
    font-style: italic
}

.wp-block-quote p:last-child {
    margin-bottom: 0
}

.wp-block-quote::before {
    left: 0;
    width: 0;
    height: 0;
    top: 100%;
    content: '';
    position: absolute;
    border-style: solid;
    border-color: #f2f2f2 transparent transparent transparent
}

.embed-container {
    height: auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%
}

.embed-container iframe,.embed-container object,.embed-container embed {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.module .section__header {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.module .section__header .alpha {
    font-weight: 400;
    margin-bottom: 0
}

.module .section__header p {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 0;
    color: #78cdd1
}

.module .section__header .button {
    margin-right: 0;
    margin-left: auto
}

.module--grid .grid:not(.grid--gaps) .grid__item {
    max-width: 400px
}

.module--grid .grid__item .grid__thumbnail {
    overflow: hidden;
    position: relative
}

.module--grid .grid__item .grid__thumbnail::after,.module--grid .grid__item .grid__thumbnail::before,.module--grid .grid__item .grid__thumbnail a::before {
    content: '';
    position: absolute
}

.module--grid .grid__item .grid__thumbnail::before,.module--grid .grid__item .grid__thumbnail a::before {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    will-change: opacity;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    background-image: -webkit-linear-gradient(bottom, #000, rgba(0,0,0,0));
    background-image: -moz-linear-gradient(bottom, #000, rgba(0,0,0,0));
    background-image: -o-linear-gradient(bottom, #000, rgba(0,0,0,0));
    background-image: -ms-linear-gradient(bottom, #000, rgba(0,0,0,0));
    background-image: linear-gradient(to top, #000, rgba(0,0,0,0))
}

.module--grid .grid__item .grid__thumbnail::before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.module--grid .grid__item .grid__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .module--grid .grid__item .grid__thumbnail img {
        left: -50%;
        width: 150%;
        height: auto;
        max-width: none
    }
}

.module--grid .grid__item .grid__thumbnail .ico {
    fill: #fff
}

.module--grid .grid__item--video .ico {
    z-index: 5;
    width: 47px;
    height: 47px;
    pointer-events: none;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.module--grid .grid__item .content {
    z-index: 1
}

.module--news .section__header .alpha {
    color: #8c0052
}

.module--news .grid__item .grid__thumbnail a::before {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60)
}

.module--news .grid__item .grid__thumbnail::after {
    width: 0;
    height: 0;
    bottom: 0;
    z-index: 2;
    right: 60px;
    border-style: solid;
    border-width: 0 0 40px 40px;
    border-color: transparent transparent #fff transparent
}

.module--news .grid__item time,.module--news .grid__item .grid__thumbnail::after {
    pointer-events: none
}

.module--news .grid__item time {
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    margin-top: -45px;
    position: relative;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.module--news .grid__item time span {
    clear: both;
    color: #fff;
    padding: 3px 15px;
    margin-bottom: 3px;
    display: inline-block;
    background-color: #8c0052
}

.module--news .grid__item .content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px
}

.module--news .grid__item .content .beta {
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 700;
    margin-bottom: 35px
}

.module--news .grid__item .content .beta,.module--news .grid__item .content .beta a {
    color: #434343
}

.module--news .grid__item .grid__item-link {
    color: #970058;
    font-weight: 500;
    margin-left: 20px
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .module--news .grid__item .grid__item-link {
        margin-top: 100px
    }
}

.module--news .grid__item .ico-file {
    fill: #8c0052;
    height: 60px;
    width: 50px;
    margin: 0 auto;
    display: block
}

.module--news .post__document {
    margin: 0 0 20px
}

.module--news .post__document .content .beta {
    margin-bottom: 10px
}

.module--news .post__document .content time {
    padding-left: 0;
    padding-bottom: 5px
}

.module--news .post__document.publications img.alignleft,.module--news .post__document.publicaciones img.alignleft,.module--news .post__document.documents img.alignleft,.module--news .post__document.documentos img.alignleft {
    max-width: 60%;
    max-height: 200px;
    object-fit: contain
}

.module--quicklinks .grid__item {
    margin-bottom: 0
}

.module--quicklinks .container {
    z-index: 1;
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
    max-width: 600px
}

.module--quicklinks .container::before {
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 32px 32px 0 0;
    border-color: #fff transparent transparent transparent
}

.module--quicklinks .content {
    display: table-cell;
    vertical-align: middle
}

.module--quicklinks .button--transparent {
    background-color: rgba(0,0,0,0.55)
}

.module--featured-projects {
    background-color: #f0f0f0
}

.module--featured-projects .section__header .alpha {
    color: #8c0052;
    margin-bottom: 0
}

.module.module--featured-projects .section__header {
    margin-bottom: 0
}

.module--featured-projects .featured-project {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover
}

.module--featured-projects .featured-project::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    content: '';
    position: absolute;
    background-color: rgba(0,0,0,0.5)
}

.module--featured-projects .featured-project .container::before {
    border-width: 60px 60px 0 0;
    border-color: #f0f0f0 transparent transparent transparent
}

.module--featured-projects .featured-project .content .beta {
    color: #fff;
    font-weight: 400;
    margin-bottom: 40px
}

.module--featured-projects .featured-project .content .beta span {
    display: block;
    font-weight: 300
}

.module--featured-banner {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover
}

.module--featured-banner .content {
    margin: 0 auto;
    max-width: 800px
}

.module--featured-banner .beta {
    color: #8c0052;
    font-weight: 500;
    margin-bottom: 5px
}

.module--featured-banner p {
    color: #6b6b6b
}

.module--featured-banner .button {
    font-weight: 700;
    text-transform: uppercase
}

.module--featured-videos .section__header .alpha {
    color: #8c0052
}

.no-touch .button {
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear
}

.no-touch .button:hover {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

.no-touch .button--white:hover {
    color: #434343;
    background-color: #fff
}

.no-touch .button--white.button--transparent:hover {
    background-color: #fff
}

.no-touch .button--dark-grey:hover {
    color: #fff;
    background-color: #393939
}

.no-touch .button--dark-grey.button--transparent:hover {
    background-color: #434343
}

.no-touch .button--light-grey:hover {
    color: #fff;
    background-color: #5b5b5b
}

.no-touch .button--light-grey.button--transparent:hover {
    background-color: #6b6b6b
}

.no-touch .button--main-purple:hover {
    color: #fff;
    background-color: #7e0047
}

.no-touch .button--main-purple.button--transparent:hover {
    background-color: #940054
}

.no-touch .button--purple:hover {
    color: #fff;
    background-color: #770046
}

.no-touch .button--purple.button--transparent:hover {
    background-color: #8c0052
}

.no-touch .button--dark-purple:hover {
    color: #fff;
    background-color: #69003e
}

.no-touch .button--dark-purple.button--transparent:hover {
    background-color: #7c0049
}

.no-touch .button--turq-green:hover {
    color: #fff;
    background-color: #53bfc4
}

.no-touch .button--turq-green.button--transparent:hover {
    background-color: #78cdd1
}

.no-touch .module--grid .grid__item .grid__thumbnail::before,.no-touch .module--grid .grid__item .grid__thumbnail a::before {
    -webkit-transition: opacity 250ms linear;
    -moz-transition: opacity 250ms linear;
    -o-transition: opacity 250ms linear;
    -ms-transition: opacity 250ms linear;
    transition: opacity 250ms linear
}

.no-touch .module--grid .grid__item .grid__thumbnail a:hover::before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 250ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out;
    -ms-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out
}

.no-touch .module--grid .grid__item .grid__thumbnail img {
    -webkit-transition: -webkit-transform 300ms linear;
    -moz-transition: -moz-transform 300ms linear;
    -o-transition: -o-transform 300ms linear;
    -ms-transition: -ms-transform 300ms linear;
    transition: transform 300ms linear
}

.no-touch .module--grid .grid__item a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    -moz-transition: -moz-transform 300ms ease-in-out;
    -o-transition: -o-transform 300ms ease-in-out;
    -ms-transition: -ms-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out
}

.no-touch .module--news .grid__item .grid__item-link svg {
    -webkit-transition: -webkit-transform 250ms linear;
    -moz-transition: -moz-transform 250ms linear;
    -o-transition: -o-transform 250ms linear;
    -ms-transition: -ms-transform 250ms linear;
    transition: transform 250ms linear
}

.no-touch .module--news .grid__item .grid__item-link:hover svg {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: -webkit-transform 250ms ease-in-out;
    -moz-transition: -moz-transform 250ms ease-in-out;
    -o-transition: -o-transform 250ms ease-in-out;
    -ms-transition: -ms-transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out
}

.no-touch .no-dots li:before {
    display: none
}

.no-touch .padding-left {
    padding-left: 100px
}

.moove-gdpr-cookie-notice {
    max-width: 800px
}

.iwm_map_canvas .google-visualization-tooltip {
    width: 200px;
    margin-left: 150px !important
}

.iwm_map_canvas #map_canvas_56 .google-visualization-tooltip {
    margin-left: 150px !important
}

.google-visualization-tooltip-item-list .google-visualization-tooltip-item::before {
    display: none
}

.map__popup {
    max-width: 400px;
    background-color: #f3f3f3;
    margin: 20px auto;
    position: relative
}

.map__popup div {
    width: 100% !important;
    padding: 10px
}

@media (min-width: 87.5em) {
    .module--grid .grid__item .grid__thumbnail {
        min-height:386px
    }
}

@media (min-width: 75.0625em) and (max-width:87.4375em) {
    .module--grid .grid__item .grid__thumbnail {
        min-height:300px
    }
}

@media (min-width: 75em) {
    .page__header .content {
        padding:2em 5em
    }

    .page__header .content .title {
        font-size: 60px;
        font-size: 3.75rem;
        line-height: 60px
    }

    .module--quicklinks .container {
        padding-left: 90px
    }

    .module--quicklinks .container::before {
        left: 90px
    }

    .wp-block-quote {
        margin: 70px 70px 140px 70px
    }

    .wp-block-quote::before {
        border-width: 66px 62px 0 0
    }
}

@media (min-width: 48em) and (max-width:74.9375em) {
    .page__header .content {
        padding:1.5em 2em
    }

    .page__header .content .title {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 40px
    }

    .module--quicklinks .container::before {
        left: 1.75rem
    }

    .wp-block-quote {
        margin: 40px 40px 90px 40px
    }

    .wp-block-quote::before {
        border-width: 46px 42px 0 0
    }
}

@media (min-width: 48em) {
    .page__header .content {
        position:absolute;
        background-color: rgba(0,0,0,0.45)
    }

    .module .section__header {
        margin-bottom: 70px
    }

    .module .section__header .alpha {
        font-size: 44px;
        font-size: 2.75rem;
        line-height: 44px
    }

    .module--grid .grid__item .grid__thumbnail {
        padding-top: 56.25%
    }

    .module--grid .grid__item .grid__thumbnail > a,.module--grid .grid__item .grid__thumbnail img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        position: absolute
    }

    .module--featured-banner {
        padding-bottom: 80px
    }

    .module--featured-banner .beta {
        font-size: 53px;
        font-size: 3.3125rem;
        line-height: 60px
    }

    .module--featured-projects {
        padding-bottom: 100px
    }

    .module--featured-projects .section__header .alpha {
        font-size: 44px;
        font-size: 2.75rem
    }

    .module--featured-projects .featured-project {
        min-height: 390px
    }

    .module--featured-projects .featured-project .content .beta {
        font-size: 60px;
        font-size: 3.75rem;
        line-height: 50px
    }

    .module--featured-projects .featured-project .content .beta span {
        font-size: 26px;
        font-size: 1.625rem
    }

    .search-form input[type=text] {
        padding: 1em;
        font-size: 25px;
        font-size: 1.5625rem;
        padding-right: 160px
    }

    .search-form .button {
        right: 20px;
        top: 50%;
        position: absolute;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .donations .content {
        top: -29px;
        position: relative
    }
}

@media (max-width: 47.9375em) {
    .page__header .content {
        padding:1em 2em;
        text-align: right;
        background-color: #7c0049
    }

    .page__header.page__header--single figure {
        display: none
    }

    .module .section__header {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        margin-bottom: 40px
    }

    .module .section__header .content {
        margin-bottom: 1em
    }

    .module .section__header .alpha {
        font-size: 34px;
        font-size: 2.125rem;
        line-height: 34px
    }

    .module .section__header .button {
        margin-left: 0
    }

    .module--quicklinks .container {
        padding-top: 3.5rem;
        padding-bottom: 2.5rem
    }

    .module--quicklinks .container.right {
        float: none
    }

    .module--quicklinks .container::before {
        left: 1rem
    }

    .module--quicklinks .grid__item {
        min-height: 200px
    }

    .module--featured-projects .featured-project .container::before {
        display: none;
        border-width: 32px 32px 0 0
    }

    .module--featured-projects .featured-project:first-child .container::before {
        display: block
    }

    .module--featured-projects .featured-project .content .beta {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 30px
    }

    .module--featured-projects .featured-project .content .beta span {
        font-size: 18px;
        font-size: 1.125rem
    }

    .module--grid {
        margin: 0 auto;
        max-width: 400px
    }

    .module--featured-banner .beta {
        font-size: 38px;
        font-size: 2.375rem;
        line-height: 42px
    }

    .wp-block-quote {
        margin: 20px 20px 50px 20px
    }

    .wp-block-quote::before {
        border-width: 26px 22px 0 0
    }

    .search-form input[type=text] {
        font-size: 16px;
        font-size: 1rem;
        padding: .5em
    }

    .search-form .button {
        width: 100%;
        text-align: center
    }
}

.header {
    z-index: 2;
    position: relative
}

.header--top {
    z-index: 1;
    color: #fff;
    height: 40px;
    position: relative;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #8c0052
}

.header--top > div {
    height: 100%;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.menu--top {
    margin-right: 0;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px
}

.menu--top a {
    font-size: 15px;
    font-size: .9375rem;
    color: #d9abc6;
    position: relative;
    margin-right: 15px;
    padding-right: 15px
}

.menu--top a::after {
    z-index: 1;
    right: -5px;
    content: '/';
    color: #ca2284;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.menu--top a:last-child {
    margin-right: 0;
    padding-right: 0
}

.menu--top a:last-child::after {
    display: none
}

.social-networks {
    padding-left: 40px;
    padding-right: 40px;
    background-color: #7c0049;
    border-left: 1px solid #fff
}

.social-networks a {
    display: inherit;
    margin-right: 40px
}

.social-networks a:last-child {
    margin-right: 0
}

.social-networks svg {
    fill: #fff
}

.social-networks .facebook svg {
    width: 8px;
    height: 17px
}

.social-networks .youtube svg {
    width: 22px;
    height: 16px
}

.social-networks .instagram svg {
    width: 20px;
    height: 20px
}

.social-networks .mail svg {
    width: 24px;
    height: 16px
}

.search__toggle {
    height: 100%;
    outline: none;
    border-top: 0;
    border-bottom: 0;
    text-align: center;
    padding-left: 35px;
    padding-right: 35px;
    background-color: #6c003f;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

.search__toggle svg {
    top: 1px;
    fill: #fff;
    width: 21px;
    height: 22px;
    position: relative
}

.language-selector {
    font-size: 0;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #5c123b
}

.language-selector a {
    font-size: 14px;
    font-size: .875rem;
    margin-right: 8px;
    padding-right: 8px;
    position: relative;
    display: inline-block;
    color: #78cdd1;
    text-transform: uppercase
}

.language-selector a.active {
    color: #fff
}

.language-selector a.active span {
    border-bottom: 1px solid #a47a91
}

.language-selector a::after {
    right: -4px;
    content: '/';
    color: #fff;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.language-selector a:last-child {
    margin-right: 0;
    padding-right: 0
}

.language-selector a:last-child::after {
    display: none
}

.header--main {
    z-index: 0;
    position: relative;
    background-color: #fff
}

.header--main .logo {
    z-index: 1;
    position: absolute
}

.nav {
    font-size: 0;
    margin-right: 0;
    margin-left: auto
}

.nav ul {
    margin: 0;
    padding: 0
}

.nav li {
    font-weight: 700;
    position: relative
}

.nav a {
    z-index: 1;
    display: block;
    position: relative
}

.nav .menu .current-menu-ancestor > a {
    color: #78cdd1
}

.nav .menu li > .sub-menu .current-menu-parent.menu-item-has-children > a,.nav .menu li > .sub-menu .current-menu-item.menu-item-has-children > a,.nav .menu li > .sub-menu .current-menu-item > a {
    color: #fff;
    background-color: rgba(140,0,82,0.5)
}

.nav .menu li > .sub-menu .current-menu-parent.menu-item-has-children > a::before,.nav .menu li > .sub-menu .current-menu-item.menu-item-has-children > a::before,.nav .menu li > .sub-menu .current-menu-item > a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='12.2' viewBox='766.9 414.9 35 12.2'%3E%3Cpath fill='%23ffffff' d='M801.8 420.8L796 415c-.1-.1-.1-.1-.2-.1s-.1 0-.2.1-.1.3 0 .4l5.3 5.3h-33.7c-.1 0-.1 0-.2.1-.1 0-.1.1-.1.2 0 .2.1.3.3.3h33.7l-5.3 5.3c-.1.1-.1.1-.1.2s0 .1.1.2.1.1.2.1.1 0 .2-.1l5.8-5.8c.1-.1.1-.1.1-.2 0 0 0-.1-.1-.2z'/%3E%3C/svg%3E")
}

.nav .menu > li {
    display: inline-block
}

.nav .menu > li::after {
    z-index: 2;
    right: -4px;
    content: '/';
    color: #91dae7;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.nav .menu > li:last-child::after {
    display: none
}

.nav .menu > li > a {
    color: #8c0052;
    font-weight: 700;
    line-height: 90px;
    padding-left: 40px;
    padding-right: 40px
}

.nav .menu > li:hover .sub-menu {
    pointer-events: auto
}

.nav .menu > li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out, -moz-transform 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out, -o-transform 250ms ease-in-out;
    -ms-transition: opacity 250ms ease-in-out, -ms-transform 250ms ease-in-out;
    transition: opacity 250ms ease-in-out, transform 250ms ease-in-out
}

.nav .menu > li.menu-item-has-children::before {
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    height: 90px;
    position: absolute;
    pointer-events: none;
    background-color: #fff;
    width: calc(300px + 24px)
}

.nav .menu > li > .sub-menu {
    bottom: 0;
    left: 24px
}

.nav .menu > li > .sub-menu.sub-menu--right {
    left: auto
}

.nav .menu > li > .sub-menu > li {
    background-color: rgba(255,255,255,0.95)
}

.nav .sub-menu {
    z-index: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    width: 300px;
    padding-top: 1px;
    position: absolute;
    pointer-events: none;
    -webkit-transition: opacity 250ms linear, -webkit-transform 250ms linear;
    -moz-transition: opacity 250ms linear, -moz-transform 250ms linear;
    -o-transition: opacity 250ms linear, -o-transform 250ms linear;
    -ms-transition: opacity 250ms linear, -ms-transform 250ms linear;
    transition: opacity 250ms linear, transform 250ms linear
}

.nav .sub-menu.sub-menu--right {
    right: 0
}

.nav .sub-menu > li {
    height: 60px;
    margin-bottom: 1px
}

.nav .sub-menu > li > a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    color: #7d7d7d;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.nav .sub-menu > li.menu-item-has-children > a {
    padding-right: 50px
}

.nav .sub-menu > li.menu-item-has-children > a::before {
    right: 15px;
    content: '';
    width: 35px;
    height: 12px;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='12.2' viewBox='766.9 414.9 35 12.2'%3E%3Cpath fill='%237d7d7d' d='M801.8 420.8L796 415c-.1-.1-.1-.1-.2-.1s-.1 0-.2.1-.1.3 0 .4l5.3 5.3h-33.7c-.1 0-.1 0-.2.1-.1 0-.1.1-.1.2 0 .2.1.3.3.3h33.7l-5.3 5.3c-.1.1-.1.1-.1.2s0 .1.1.2.1.1.2.1.1 0 .2-.1l5.8-5.8c.1-.1.1-.1.1-.2 0 0 0-.1-.1-.2z'/%3E%3C/svg%3E")
}

.nav .sub-menu > li > .sub-menu {
    top: -1px;
    left: 100%;
    display: none
}

.nav .sub-menu > li > .sub-menu.sub-menu--right {
    left: auto;
    right: 100%
}

.nav .sub-menu > li > .sub-menu > li {
    background-color: rgba(255,255,255,0.85)
}

.nav .sub-menu > li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    display: block
}

.no-touch .social-networks a svg {
    -webkit-transition: fill 250ms linear;
    -moz-transition: fill 250ms linear;
    -o-transition: fill 250ms linear;
    -ms-transition: fill 250ms linear;
    transition: fill 250ms linear
}

.no-touch .social-networks a:hover svg {
    fill: #78cdd1;
    -webkit-transition: fill 250ms ease-in-out;
    -moz-transition: fill 250ms ease-in-out;
    -o-transition: fill 250ms ease-in-out;
    -ms-transition: fill 250ms ease-in-out;
    transition: fill 250ms ease-in-out
}

.no-touch .menu--top a {
    -webkit-transition: color 250ms linear;
    -moz-transition: color 250ms linear;
    -o-transition: color 250ms linear;
    -ms-transition: color 250ms linear;
    transition: color 250ms linear
}

.no-touch .menu--top a:hover {
    color: #78cdd1;
    -webkit-transition: color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    -ms-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out
}

.no-touch .search__toggle svg {
    -webkit-transition: fill 250ms linear;
    -moz-transition: fill 250ms linear;
    -o-transition: fill 250ms linear;
    -ms-transition: fill 250ms linear;
    transition: fill 250ms linear
}

.no-touch .search__toggle:hover svg {
    fill: #78cdd1;
    -webkit-transition: fill 250ms ease-in-out;
    -moz-transition: fill 250ms ease-in-out;
    -o-transition: fill 250ms ease-in-out;
    -ms-transition: fill 250ms ease-in-out;
    transition: fill 250ms ease-in-out
}

.no-touch .language-selector a {
    -webkit-transition: color 250ms linear;
    -moz-transition: color 250ms linear;
    -o-transition: color 250ms linear;
    -ms-transition: color 250ms linear;
    transition: color 250ms linear
}

.no-touch .language-selector a:hover {
    color: #fff;
    -webkit-transition: color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    -ms-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out
}

.no-touch .nav .menu > li > a {
    -webkit-transition: color 250ms linear;
    -moz-transition: color 250ms linear;
    -o-transition: color 250ms linear;
    -ms-transition: color 250ms linear;
    transition: color 250ms linear
}

.no-touch .nav .menu > li:hover > a {
    color: #78cdd1;
    -webkit-transition: color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    -ms-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out
}

.no-touch .nav .sub-menu > li a:hover {
    color: #fff;
    background-color: rgba(140,0,82,0.5)
}

.no-touch .nav .sub-menu > li a:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='12.2' viewBox='766.9 414.9 35 12.2'%3E%3Cpath fill='%23ffffff' d='M801.8 420.8L796 415c-.1-.1-.1-.1-.2-.1s-.1 0-.2.1-.1.3 0 .4l5.3 5.3h-33.7c-.1 0-.1 0-.2.1-.1 0-.1.1-.1.2 0 .2.1.3.3.3h33.7l-5.3 5.3c-.1.1-.1.1-.1.2s0 .1.1.2.1.1.2.1.1 0 .2-.1l5.8-5.8c.1-.1.1-.1.1-.2 0 0 0-.1-.1-.2z'/%3E%3C/svg%3E")
}

@media (min-width: 75em) {
    .header--main .logo {
        left:150px
    }
}

@media (max-width: 74.9375em) {
    .nav ul > li:last-child a {
        padding-right:0
    }
}

@media (min-width: 64em) {
    .header--main .logo {
        width:204px
    }

    .toggle-nav {
        display: none
    }
}

@media (max-width: 63.9375em) {
    .header--main {
        height:80px
    }

    .header--main .wrapper {
        height: 100%
    }

    .nav {
        display: none
    }

    .toggle-nav {
        height: 50px;
        border: none;
        margin-right: 0;
        margin-top: auto;
        margin-left: auto;
        position: relative;
        margin-bottom: auto;
        background-color: transparent
    }

    .toggle-nav span {
        display: inline-block;
        vertical-align: middle
    }

    .toggle-nav__text {
        font-size: 15px;
        font-size: .9375rem;
        font-weight: 500;
        margin-right: 10px;
        font-family: 'Roboto',sans-serif;
        text-transform: uppercase
    }

    .toggle-nav__hamburger {
        padding: 0;
        width: 30px;
        height: 50px;
        position: relative
    }

    .toggle-nav__hamburger,.toggle-nav__hamburger::before,.toggle-nav__hamburger::after {
        height: 3px;
        background-color: #434343
    }

    .toggle-nav__hamburger::before,.toggle-nav__hamburger::after {
        left: 0;
        content: '';
        width: 100%;
        position: absolute
    }

    .toggle-nav__hamburger::before {
        top: -10px
    }

    .toggle-nav__hamburger::after {
        bottom: -10px
    }
}

@media (min-width: 48em) and (max-width:63.9375em) {
    .logo {
        width:170px
    }
}

@media (min-width: 48em) {
    .logo {
        top:8px
    }
}

@media (max-width: 47.9375em) {
    .logo {
        top:15px;
        width: 140px
    }

    .menu--top,.social-networks {
        display: none
    }

    .search__toggle {
        margin-left: auto
    }
}

.footer {
    background-color: #7c0049
}

.footer p,.footer li,.footer a,.footer span,.footer .index {
    color: #fff
}

.footer .index {
    font-weight: 700
}

.footer__aside a {
    color: #cd94b6
}

.footer__aside a,.footer__aside span {
    font-size: 15px;
    font-size: .9375rem;
    display: block;
    position: relative;
    margin-bottom: 1em
}

.footer__aside .link--icon .ico {
    fill: #fff
}

.footer .colophon {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #6c003f
}

.footer .colophon__line a {
    color: #fff
}

.footer .colophon__line p,.footer .colophon__line a {
    font-size: 13px;
    font-size: .8125rem
}

.footer .colophon__line p,.footer .colophon__line > a {
    position: relative
}

.no-touch .footer__aside a {
    -webkit-transition: color 250ms linear;
    -moz-transition: color 250ms linear;
    -o-transition: color 250ms linear;
    -ms-transition: color 250ms linear;
    transition: color 250ms linear
}

.no-touch .footer__aside a:hover {
    color: #fff;
    -webkit-transition: color 250ms linear;
    -moz-transition: color 250ms linear;
    -o-transition: color 250ms linear;
    -ms-transition: color 250ms linear;
    transition: color 250ms linear
}

@media (min-width: 48em) {
    .footer {
        padding-top:90px
    }

    .footer__aside a,.footer__aside span {
        padding-bottom: 1em
    }

    .footer__aside a::after {
        left: 0;
        bottom: 0;
        content: '';
        width: 43px;
        height: 1px;
        position: absolute;
        background-color: #b30e6e
    }

    .footer__aside a:last-child::after {
        display: none
    }

    .footer__aside .link--icon {
        padding-left: 40px
    }

    .footer__aside .link--icon .ico {
        left: 0;
        top: 1px;
        fill: #fff;
        position: absolute
    }

    .footer .colophon__line p {
        margin-bottom: 0
    }

    .footer .colophon__line p,.footer .colophon__line a {
        display: inline-block
    }

    .footer .colophon__line p,.footer .colophon__line > a {
        margin-right: 10px;
        padding-right: 10px
    }

    .footer .colophon__line p::after,.footer .colophon__line > a::after {
        right: -6px;
        content: '/';
        top: 50%;
        position: absolute;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .footer .colophon__line p:last-child::after,.footer .colophon__line > a:last-child::after {
        display: none
    }
}

@media (max-width: 47.9375em) {
    .footer {
        padding-top:40px;
        text-align: center
    }

    .footer > .content {
        padding-bottom: 30px
    }

    .footer__aside .link--icon .ico {
        margin-right: 10px
    }

    .footer .colophon p {
        margin-bottom: 10px
    }

    .footer .colophon p strong {
        display: block
    }

    .footer .colophon a {
        display: block;
        text-decoration: underline
    }

    .footer .colophon__title {
        margin: 0 auto;
        max-width: 200px
    }
}

.popup {
    width: 90%;
    z-index: 25;
    cursor: default;
    max-width: 900px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}

.popup__content {
    width: 100%;
    padding: 2em;
    overflow-x: hidden
}

.popup__content table {
    display: block;
    font-size: 12px;
    font-size: .75rem;
    max-width: 100%;
    overflow-x: auto;
    width: fit-content;
    border: 1px solid #666;
    border-collapse: collapse
}

.popup__content table th,.popup__content table td {
    padding: 10px;
    border: 1px solid #c1c1c1
}

.popup__content table th {
    text-align: center;
    background-color: #f1f1f1
}

.popup__content table td {
    text-align: left
}

.popup__content table .header {
    background-color: #e5e5e5
}

.popup__content a {
    color: #940054;
    text-decoration: underline
}

.popup__header,.popup__footer {
    width: 100%
}

.popup__header {
    top: 0;
    padding: 20px;
    background-color: #940054
}

.popup__header h2 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-size: 1.25rem
}

.popup__footer {
    left: 0;
    bottom: 0;
    height: 60px;
    padding: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    text-align: right;
    position: absolute;
    background-color: #e5e5e5
}

.popup__footer button {
    color: #fff;
    border: none;
    margin-top: 0;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 500;
    padding: 5px 20px;
    font-family: 'Roboto',sans-serif
}

.popup__footer button.accept-rgpd {
    margin-right: 0;
    margin-left: auto;
    background-color: #78cdd1
}

.popup__footer button.reject-rgpd {
    margin-left: 0;
    margin-right: auto;
    background-color: #f00
}

.popup--opened .overlay {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    pointer-events: auto
}

.popup:not(.popup--video):not(.popup--search) {
    overflow: hidden;
    border-radius: 4px;
    padding-bottom: 60px;
    background-color: #fff
}

@media (min-width: 48em) {
    .overlay .popup {
        top:50%;
        left: 50%;
        position: fixed;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .overlay .popup:not(.popup--video):not(.popup--search) {
        min-height: 600px;
        max-height: 600px
    }

    .overlay .popup__content {
        height: 470px;
        overflow-y: scroll
    }
}

@media (max-width: 47.9375em) {
    .overlay .popup {
        margin:2em auto;
        position: relative
    }
}

.form {
    max-width: 500px;
    position: relative
}

.form .fieldset {
    position: relative;
    margin-bottom: 1.5em
}

.form .fieldset:not(.fieldset--checkbox):not(.fieldset--textarea) label {
    left: 0;
    z-index: 1;
    color: #6b6b6b;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.form .fieldset:not(.fieldset--checkbox):not(.fieldset--textarea).active label {
    right: 0;
    top: -5px;
    left: auto;
    font-size: 12px;
    font-size: .75rem;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    text-transform: uppercase
}

.form .fieldset--textarea label {
    z-index: 1;
    position: absolute
}

.form .fieldset--textarea.active label {
    right: 0;
    top: -5px;
    font-size: 12px;
    font-size: .75rem;
    text-transform: uppercase
}

.form label,.form input,.form textarea {
    font-size: 15px;
    font-size: .9375rem;
    font-family: 'Roboto',sans-serif
}

.form input:not([type=checkbox]),.form textarea {
    width: 100%;
    border-top: 0;
    outline: none;
    border-left: 0;
    border-right: 0;
    padding: 10px 0
}

.form input[type=submit] {
    max-width: 200px;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.form .fieldset__gdpr {
    margin-bottom: 0;
    padding-left: 20px
}

.form .fieldset__gdpr .wpcf7-list-item {
    margin: 0
}

.form .fieldset__gdpr .wpcf7-list-item-label {
    display: none
}

.form .fieldset__gdpr .gdpr-label {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 500;
    color: #940054
}

.form .fieldset__gdpr .gdpr-label a {
    color: #929191
}

.form .fieldset__gdpr input[type=checkbox] {
    top: 5px;
    left: -20px;
    margin-right: 10px;
    position: absolute
}

.form--newsletter {
    padding-right: 200px
}

.form--newsletter .fieldset--text {
    margin-bottom: 8px
}

.form--newsletter .fieldset--text label,.form--newsletter .fieldset--text input[type=email] {
    font-size: 13px;
    font-size: .8125rem
}

.form--newsletter .fieldset--text label {
    top: 13px;
    color: #9e9d9d
}

.form--newsletter .fieldset--text input[type=email] {
    height: 43px;
    padding: 10px 0
}

.form--newsletter .fieldset--text.active label {
    top: -5px;
    left: auto;
    right: 10px;
    text-transform: uppercase
}

.form--newsletter input[type=email] {
    width: 100%;
    border-bottom-color: #a6a6a6;
    background-color: transparent
}

.form--newsletter .submit-form {
    top: 0;
    right: 0;
    position: absolute
}

.form--newsletter .submit-form .button {
    color: #8c0052;
    font-family: 'Roboto',sans-serif;
    border: 1px solid #8c0052;
    background-color: #cbcbcb;
    padding: 10px 45px
}

.boletin__form {
    border: 5px solid #8c0052;
    margin-bottom: 30px
}

.boletin__form .form {
    max-width: 900px
}

.search-form {
    width: 100%;
    position: relative
}

.search-form input[type=text] {
    width: 100%;
    font-family: 'Roboto',sans-serif
}

.search-form .button {
    font-family: 'Roboto',sans-serif
}

div.wpcf7-response-output {
    border: none;
    font-size: 15px;
    font-size: .9375rem
}

div.wpcf7-mail-sent-ng,div.wpcf7-aborted {
    color: #fff;
    background-color: #f00
}

div.wpcf7-validation-errors,div.wpcf7-acceptance-missing,div.wpcf7-spam-blocked {
    background-color: #f7e700
}

div.wpcf7-mail-sent-ok {
    color: #fff;
    background-color: #398f14
}

.home__slideshow .swiper-container {
    height: 100%
}

.home__slideshow .swiper-slide {
    position: relative
}

.home__slideshow .swiper-slide .content {
    color: #fff;
    padding-top: 38px
}

.home__slideshow .swiper-slide .content a {
    color: #fff
}

.home__slideshow .swiper-slide .content .alpha {
    font-weight: 500
}

.home__slideshow .swiper-slide .content p {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 0
}

.home__slideshow .swiper-slide img {
    width: 100%;
    max-height: 100%
}

.home__slideshow .swiper-buttons {
    position: absolute
}

.home__slideshow .swiper-button-prev,.home__slideshow .swiper-button-next {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    background-image: none;
    vertical-align: middle;
    background-color: #8c0052
}

.home__slideshow .swiper-button-prev svg,.home__slideshow .swiper-button-next svg {
    top: 50%;
    left: 50%;
    fill: #fff;
    position: absolute
}

.home__slideshow .swiper-button-prev {
    left: auto
}

.home__slideshow .swiper-button-prev svg {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.home__slideshow .swiper-button-next {
    right: auto
}

.home__intro .intro__text {
    background-color: #edecec
}

.home__intro .intro__text h2,.home__intro .intro__text h3,.home__intro .intro__text h4 {
    color: #8c0052;
    margin-bottom: 15px
}

.home__intro .intro__text p {
    color: #807f7f;
    line-height: 25px
}

.home__intro .intro__video {
    position: relative;
    background-color: rgba(0,0,0,0.3)
}

.home__intro .intro__video > div {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover
}

.home__intro .intro__video.video--not-loaded::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background-color: rgba(0,0,0,0.3)
}

.home__intro .intro__video.video--not-loaded:hover::before {
    background-color: rgba(0,0,0,0.5)
}

.home__intro .intro__video .video-load {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    background-color: transparent
}

.home__intro .intro__video .video-load svg {
    fill: #fff;
    width: 62px;
    height: 62px;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.home__intro .intro__video img {
    z-index: 0;
    height: 100%;
    object-fit: cover;
    position: relative;
    object-position: center
}

.home__quicklinks {
    font-size: 0
}

.home__quicklink {
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    font-weight: 500;
    min-height: 88px;
    position: relative;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 23px;
    padding: 12px 80px 12px 12px
}

.home__quicklink:hover {
    background-color: #4d8689
}

.home__quicklink span {
    max-width: 150px;
    text-align: right;
    margin-left: auto;
    margin-bottom: auto;
    display: inline-block
}

.home__quicklink svg {
    fill: #fff;
    right: 33px;
    position: absolute
}

.home__quicklink--1 {
    background-color: #78cdd1
}

.home__quicklink--2 {
    background-color: #69b3b7
}

.home__quicklink--3 {
    background-color: #5b9ea1
}

.home__quicklink:visited,.home__quicklink:active {
    color: #fff
}

.home__featured-banner {
    background-image: url("assets/images/home/bg-featured-banner-home.jpg")
}

.home__pre-footer .grid__item {
    margin-bottom: 0
}

.home__pre-footer .grid__item .alpha {
    font-weight: 300;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 34px
}

.home__pre-footer .grid__item .alpha strong {
    display: block;
    font-weight: 500
}

.home__pre-footer .newsletter {
    background-color: #f5f5f5
}

.home__pre-footer .newsletter h2 {
    color: #8c0052
}

.home__pre-footer .donations {
    background-color: #78cdd1
}

.home__pre-footer .donations h2 {
    color: #fff
}

.home__pre-footer .donations .button {
    color: #fff;
    font-size: 15px;
    font-size: .9375rem;
    border: 1px solid #fff;
    background-color: #5a9a9d
}

.no-touch .home__intro .intro__video.video--not-loaded::before {
    -webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear
}

.no-touch .home__intro .intro__video.video--not-loaded:hover::before {
    -webkit-transition: background-color 400ms ease-in-out;
    -moz-transition: background-color 400ms ease-in-out;
    -o-transition: background-color 400ms ease-in-out;
    -ms-transition: background-color 400ms ease-in-out;
    transition: background-color 400ms ease-in-out
}

.no-touch .home__quicklink {
    -webkit-transition: background-color 250ms linear;
    -moz-transition: background-color 250ms linear;
    -o-transition: background-color 250ms linear;
    -ms-transition: background-color 250ms linear;
    transition: background-color 250ms linear
}

.no-touch .home__quicklink:hover {
    -webkit-transition: background-color 250ms ease-in-out;
    -moz-transition: background-color 250ms ease-in-out;
    -o-transition: background-color 250ms ease-in-out;
    -ms-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out
}

.no-touch .donations .button {
    -webkit-transition: background-color 250ms linear;
    -moz-transition: background-color 250ms linear;
    -o-transition: background-color 250ms linear;
    -ms-transition: background-color 250ms linear;
    transition: background-color 250ms linear
}

.no-touch .donations .button:hover {
    background-color: #4d8385;
    -webkit-transition: background-color 250ms ease-in-out;
    -moz-transition: background-color 250ms ease-in-out;
    -o-transition: background-color 250ms ease-in-out;
    -ms-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out
}

@media (min-width: 85.375em) {
    .home__slideshow .swiper-slide .content .alpha {
        font-size:60px;
        font-size: 3.75rem;
        line-height: 60px
    }
}

@media (min-width: 48em) and (max-width:85.3125em) {
    .home__slideshow .swiper-slide .content .alpha {
        font-size:40px;
        font-size: 2.5rem;
        line-height: 42px
    }
}

@media (min-width: 64em) {
    .page__template-home .page__header {
        display:grid;
        grid-template-rows: auto auto;
        grid-template-columns: 70% 30%
    }

    .home__slideshow {
        grid-row: 1/2
    }

    .home__slideshow .swiper-slide .content .alpha {
        margin-bottom: 20px
    }

    .home__quicklink span {
        margin-right: 80px
    }
}

@media (max-width: 63.9375em) {
    .home__quicklink span {
        margin-right:0
    }
}

@media (min-width: 48em) {
    .home__slideshow .swiper-slide .content {
        left:0;
        bottom: 0;
        width: 60%;
        max-width: 815px;
        padding-left: 50px;
        position: absolute;
        padding-right: 50px;
        padding-bottom: 38px;
        background-color: rgba(0,0,0,0.5)
    }

    .home__slideshow .swiper-slide .content .alpha {
        margin-bottom: 10px
    }

    .home__slideshow .swiper-slide img {
        height: 100%;
        object-fit: cover;
        object-position: center
    }

    .home__slideshow .swiper-button-prev,.home__slideshow .swiper-button-next {
        width: 50px;
        height: 50px
    }

    .home__slideshow .swiper-button-prev {
        margin-right: 7px
    }

    .home__slideshow .swiper-button-prev svg {
        margin-top: -9px;
        margin-left: -7px
    }

    .home__slideshow .swiper-button-next {
        margin-left: 7px
    }

    .home__slideshow .swiper-button-next svg {
        margin-top: -9px;
        margin-left: -5px
    }

    .home__slideshow .swiper-buttons {
        right: 50px;
        bottom: 50px
    }

    .home__intro .intro__text,.home__intro .intro__video {
        height: 50%
    }

    .home__intro .intro__text {
        padding: 65px
    }

    .home__intro .intro__text h2,.home__intro .intro__text h3,.home__intro .intro__text h4 {
        font-size: 35px;
        font-size: 2.1875rem
    }

    .home__quicklink {
        width: 33.333%
    }

    .home__quicklink span {
        margin-top: 0
    }

    .home__quicklink svg {
        top: 18px
    }
}

@media (max-width: 47.9375em) {
    .home__slideshow .swiper-slide .content {
        width:100%;
        position: relative;
        padding-bottom: 70px;
        background-color: #434343
    }

    .home__slideshow .swiper-slide .content .alpha {
        line-height: 30px;
        margin-bottom: 10px
    }

    .home__slideshow .swiper-button-prev,.home__slideshow .swiper-button-next {
        width: 30px;
        height: 30px
    }

    .home__slideshow .swiper-button-prev svg,.home__slideshow .swiper-button-next svg {
        width: 7px;
        height: 12px
    }

    .home__slideshow .swiper-button-prev {
        margin-right: 3px
    }

    .home__slideshow .swiper-button-prev svg {
        margin-left: -5px;
        margin-top: -6.5px
    }

    .home__slideshow .swiper-button-next {
        margin-left: 3px
    }

    .home__slideshow .swiper-button-next svg {
        margin-left: -2px;
        margin-top: -6.5px
    }

    .home__slideshow .swiper-buttons {
        right: 20px;
        bottom: 20px
    }

    .home__intro .intro__text h2,.home__intro .intro__text h3,.home__intro .intro__text h4 {
        font-size: 26px;
        font-size: 1.625rem
    }

    .home__quicklink {
        width: 100%
    }

    .home__quicklink span {
        margin-top: auto
    }

    .home__quicklink svg {
        top: 50%;
        margin-top: -7px
    }

    .home__pre-footer .donations .container::before {
        border-color: #f5f5f5 transparent transparent transparent
    }
}

@media all and (min-width: 64em) and (-ms-high-contrast:none),(min-width:64em) and (-ms-high-contrast:active) {
    .page__template-home .page__header {
        display:-webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex
    }

    .page__template-home .home__slideshow {
        width: 70%
    }

    .page__template-home .home__intro {
        width: 30%
    }
}

.breadcrumbs {
    height: 47px;
    overflow: hidden;
    background-color: #78cdd1
}

.breadcrumbs .wrapper {
    overflow-x: auto;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.breadcrumbs a,.breadcrumbs span {
    font-size: 15px;
    font-size: .9375rem;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #434343;
    font-weight: 500;
    line-height: 47px;
    position: relative;
    display: inline-block
}

.breadcrumbs a,.breadcrumbs .parent-container {
    margin-right: 28px;
    padding-right: 20px
}

.breadcrumbs a::after,.breadcrumbs .parent-container::after {
    right: 0;
    width: 7px;
    content: '';
    height: 13px;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='13.1' viewBox='-172.1 414.9 7 13.1'%3E%3Cpath fill='%2338797c' d='M-171.3 427.8c-.1.1-.2.1-.3.1s-.2 0-.3-.1c-.2-.2-.2-.5 0-.7l5.7-5.7-5.7-5.7c-.2-.2-.2-.5 0-.7.2-.2.5-.2.7 0l6.1 6.1c.2.2.2.5 0 .7l-6.2 6z'/%3E%3C/svg%3E")
}

.breadcrumbs span:not(.parent-container) {
    color: #fff
}

.page__tabs {
    margin-bottom: var(--section)
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .page__tabs {
        margin-bottom: 30px
    }
}

.page__tabs .wrapper {
    padding-bottom: calc(var(--section) - 15px);
    border-bottom: 1px solid #d7d7d7
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .page__tabs .wrapper {
        padding-bottom: 25px
    }
}

.page__tabs a {
    margin-bottom: 15px
}

.page__tabs a:last-child {
    margin-right: 0
}

.page__container h1,.page__container h2,.page__container h3,.page__container h4,.page__container h5,.page__container h6 {
    color: #8c0052;
    font-weight: 500
}

.page__container p,.page__container li,.page__container td,.page__container th {
    color: #807f7f;
    line-height: 25px
}

.page__container ul {
    margin-top: 2em;
    list-style: none;
    margin-bottom: 2em;
    padding-right: 50px
}

.page__container li {
    position: relative;
    margin-bottom: 1.5em
}

.page__container li::before {
    top: 8px;
    width: 8px;
    height: 8px;
    content: '';
    left: -25px;
    position: absolute;
    border-radius: 50%;
    display: inline-block;
    background-color: #7f285e
}

.page__container .wp-block-button {
    margin-top: 1.5em
}

.page__container .wp-block-quote p,.page__container .wp-block-quote li {
    color: #6b6b6b
}

.page__container a:not(.button) {
    color: #8c0052;
    text-decoration: underline
}

.page__container table {
    border-collapse: collapse;
    border: 1px solid #6b6b6b
}

.page__container table th,.page__container table td {
    padding: 5px;
    font-size: 15px;
    font-size: .9375rem;
    border: 1px solid #6b6b6b
}

.page__container .post__thumbnail {
    margin: var(--section) 0;
    background-color: #f3f3f3
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .page__container .post__thumbnail {
        margin: 30px 0
    }
}

.page__container .post__thumbnail img {
    display: block;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
    max-height: 420px;
    object-fit: cover
}

.no-touch .breadcrumbs a {
    -webkit-transition: color 250ms linear;
    -moz-transition: color 250ms linear;
    -o-transition: color 250ms linear;
    -ms-transition: color 250ms linear;
    transition: color 250ms linear
}

.no-touch .breadcrumbs a:hover {
    color: #fff;
    -webkit-transition: color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    -ms-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out
}

@media (min-width: 75em) {
    .page__tabs a {
        min-width:230px;
        margin-right: 40px
    }
}

@media (min-width: 48em) and (max-width:74.9375em) {
    .page__tabs a {
        margin-right:10px
    }
}

@media (max-width: 47.9375em) {
    .page__tabs a {
        width:100%;
        margin-bottom: 10px
    }

    .page__container table {
        display: block;
        overflow-x: auto
    }
}

.module--grid-showcase .section__header {
    margin-bottom: 0;
    text-align: center
}

.module--grid-showcase .section__header .gamma {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 37px;
    font-size: 2.3125rem;
    line-height: 42px
}

.module--grid-showcase .grid__item a figure::before {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60)
}

.module--grid-showcase .grid__item .content {
    bottom: 0;
    width: 100%;
    position: absolute;
    padding: 1em var(--space)
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .module--grid-showcase .grid__item .content {
        padding: 1em 30px
    }
}

.module--grid-showcase .grid__item .content .beta,.module--grid-showcase .grid__item .content .delta {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0
}

.module--grid-showcase .grid__item .content .delta {
    font-weight: 300
}

@media (min-width: 75em) {
    .module--grid-showcase .grid__item .content .beta {
        font-size:41px;
        font-size: 2.5625rem;
        line-height: 48px
    }
}

@media (min-width: 48em) and (max-width:74.9375em) {
    .module--grid-showcase .grid__item .content .beta {
        font-size:30px;
        font-size: 1.875rem;
        line-height: 36px
    }
}

@media (max-width: 47.9375em) {
    .module--grid-showcase .grid__item .content .beta {
        font-size:20px;
        font-size: 1.25rem;
        line-height: 26px
    }
}

.archive-container .post header p,.archive-container .post footer p {
    font-size: 14px;
    font-size: .875rem;
    color: #6b6b6b
}

.archive-container .post .title {
    margin-bottom: 0
}

.archive-container .post .title a {
    color: #434343
}

.archive-container .post .content p,.archive-container .post .content li {
    color: #434343
}

.archive-container .post footer a {
    color: #8c0052;
    text-decoration: underline
}

.date {
    color: #8c0052;
    font-size: 14px;
    font-size: .875rem
}

.navigation {
    margin-top: 2em;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.navigation .next-posts {
    margin-right: 0;
    margin-left: auto
}

.pagination {
    margin: 0 auto;
    margin-top: 2em;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.pagination .next {
    margin-right: 0;
    margin-left: auto
}

.pagination .prev {
    margin-left: 0;
    margin-right: auto
}

.pagination .next,.pagination .prev {
    font-weight: 500;
    padding: 10px 25px;
    text-align: center;
    display: inline-block;
    border: 1px solid #8c0052;
    background-color: #fff;
    color: #8c0052;
    -webkit-transition: background-color 250ms linear, color 250ms linear;
    -moz-transition: background-color 250ms linear, color 250ms linear;
    -o-transition: background-color 250ms linear, color 250ms linear;
    -ms-transition: background-color 250ms linear, color 250ms linear;
    transition: background-color 250ms linear, color 250ms linear
}

.pagination .next:hover,.pagination .prev:hover {
    background-color: #8c0052;
    color: #fff;
    -webkit-transition: background-color 250ms linear, color 250ms linear;
    -moz-transition: background-color 250ms linear, color 250ms linear;
    -o-transition: background-color 250ms linear, color 250ms linear;
    -ms-transition: background-color 250ms linear, color 250ms linear;
    transition: background-color 250ms linear, color 250ms linear
}

.pagination .page-numbers:not(.next):not(.prev) {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border: 1px solid #8c0052;
    position: relative;
    background-color: #fff;
    color: #8c0052
}

.pagination a.page-numbers:not(.next):not(.prev) {
    -webkit-transition: background-color 250ms linear, color 250ms linear;
    -moz-transition: background-color 250ms linear, color 250ms linear;
    -o-transition: background-color 250ms linear, color 250ms linear;
    -ms-transition: background-color 250ms linear, color 250ms linear;
    transition: background-color 250ms linear, color 250ms linear
}

.pagination a.page-numbers:not(.next):not(.prev):hover {
    background-color: #8c0052;
    color: #fff;
    -webkit-transition: background-color 250ms linear, color 250ms linear;
    -moz-transition: background-color 250ms linear, color 250ms linear;
    -o-transition: background-color 250ms linear, color 250ms linear;
    -ms-transition: background-color 250ms linear, color 250ms linear;
    transition: background-color 250ms linear, color 250ms linear
}

.multimedia__video {
    position: relative
}

.multimedia__video .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 40px;
    height: 40px;
    fill: #fff;
    background-color: rgba(0,0,0,0.3);
    background-opacity: .3
}

.shadowed {
    background-color: rgba(0,0,0,0.5)
}

.post--sidebar .cat-post-widget .cat-post-item::before {
    margin-top: 12px
}

.post--sidebar .cat-post-widget button {
    font-weight: 500;
    padding: 10px 25px;
    text-align: center;
    display: inline-block;
    border: 1px solid #8c0052;
    background-color: #fff;
    color: #8c0052;
    -webkit-transition: background-color 250ms linear, color 250ms linear;
    -moz-transition: background-color 250ms linear, color 250ms linear;
    -o-transition: background-color 250ms linear, color 250ms linear;
    -ms-transition: background-color 250ms linear, color 250ms linear;
    transition: background-color 250ms linear, color 250ms linear
}

.post--sidebar .cat-post-widget button:hover {
    background-color: #8c0052;
    color: #fff;
    -webkit-transition: background-color 250ms linear, color 250ms linear;
    -moz-transition: background-color 250ms linear, color 250ms linear;
    -o-transition: background-color 250ms linear, color 250ms linear;
    -ms-transition: background-color 250ms linear, color 250ms linear;
    transition: background-color 250ms linear, color 250ms linear
}

.single .meta .date svg {
    width: 12px;
    height: 12px;
    fill: #8c0052;
    margin-right: 10px
}

@media (max-width: 47.9375em) {
    .post--sidebar {
        width:100%;
        max-width: 100%
    }
}

.josefina img {
    filter: grayscale(100%);
    width: 170px;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto
}

.josefina p {
    padding-top: 10px;
    text-align: center
}

.page__container .josefina a {
    text-decoration: none
}

.documento {
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto
}

.documento img {
    max-width: 100%
}

.vc-section .page__tabs .wrapper {
    border: 0
}

.vc-section .page__tabs .wrapper .button--purple {
    width: 100%;
    margin: 5px 0;
    text-align: left
}

.vc-testimonio {
    margin-top: 50px
}

.vc-testimonio .element {
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 30px
}

.vc-testimonio .element a {
    text-decoration: none
}

.vc-testimonio .element:last-child {
    border-bottom: 0
}

.vc-testimonio .element .photo {
    width: 250px;
    display: inline-block;
    height: 300px;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-position: center !important;
    margin-right: 30px;
    float: left
}

.vc-testimonio .element .content {
    width: calc(100% - 280px);
    display: inline-block;
    float: left;
    height: 100%;
    position: relative;
    padding-bottom: 15px;
    text-align: justify
}

.vc-testimonio .element .content .more {
    position: absolute;
    bottom: 0;
    left: 0;
    text-decoration: underline
}

@media (max-width: 47.9375em) {
    .vc-testimonio .photo,.vc-testimonio .content {
        width:100% !important
    }

    .vc-testimonio .photo {
        height: 500px !important;
        margin-bottom: 30px
    }

    .vc-testimonio .more {
        position: relative !important
    }
}

.donaciones--form {
    width: 66.666%
}

.donaciones--content {
    background-color: #f3f3f3
}

@media (max-width: 47.9375em) {
    .donaciones--form {
        width:100%
    }

    .donaciones--form .grid__item input {
        max-width: 150px;
        object-fit: contain;
        margin: 0 auto
    }

    .donaciones--content {
        width: 100%
    }
}

.module--donaciones .enviar-paypal {
    width: 152px
}

@media (max-width: 47.9375em) {
    .module--grid,.third.third--two {
        width:100%;
        max-width: 100%
    }
}

.page__template-descargas h2 {
    cursor: pointer
}

.download-group {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.download-group .download-file {
    width: 900px;
    background: #f2f2f2;
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 5px
}

.download-group .download-file:last-child {
    margin-bottom: 0
}

.download-group .download-file:hover .name {
    background: #d9d9d9
}

.download-group .download-file .name {
    width: calc(100% - 100px);
    display: inline-block;
    float: left;
    padding: 10px;
    color: #434343
}

.download-group .download-file .button_down {
    width: 100px;
    display: inline-block;
    float: left;
    background: #940054 url("assets/images/favicons/download.svg");
    background-position: 97% center;
    background-repeat: no-repeat;
    padding: 10px;
    -webkit-background-size: 30px;
    -moz-background-size: 30px;
    background-size: 30px;
    color: #fff
}

.download-group .download-file .button_down:hover {
    background-color: #78cdd1
}

.page__contacto .form,.page__contact .form {
    max-width: 100%
}

.page__contacto .form .grid-contact,.page__contact .form .grid-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 30px 0;
    grid-gap: 20px
}

.page__contacto .form .grid-contact .grid-element,.page__contact .form .grid-contact .grid-element {
    max-width: 100%
}

.page__contacto .form .grid-contact .grid-element .fieldset,.page__contact .form .grid-contact .grid-element .fieldset {
    margin-bottom: .5em
}

.page__contacto .form .grid-contact .grid-element .fieldset input,.page__contact .form .grid-contact .grid-element .fieldset input,.page__contacto .form .grid-contact .grid-element .fieldset textarea,.page__contact .form .grid-contact .grid-element .fieldset textarea {
    background: #f5f5f5;
    border: 1px solid #eaeaea;
    padding: 15px
}

.page__contacto .form .grid-contact .grid-element .fieldset textarea,.page__contact .form .grid-contact .grid-element .fieldset textarea {
    height: 166px
}

@media (max-width: 47.9375em) {
    .grid-contact {
        grid-template-columns:1fr !important
    }
}

.documentos .content,.documents .content {
    border: 1px solid #eaeaea
}

.documentos .content .beta,.documents .content .beta {
    padding: 15px;
    background: #eaeaea
}

.documentos .content .beta a,.documents .content .beta a {
    text-decoration: none;
    color: #434343
}

.documentos .content .wrapper,.documents .content .wrapper {
    padding: 15px
}

.download-group .separador {
    margin: 30px;
    font-weight: 600;
    font-size: 20px
}

#busqueda {
    width: 275px;
    -webkit-box-shadow: -4px 6px 5px 0 rgba(0,0,0,0.38);
    -moz-box-shadow: -4px 6px 5px 0 rgba(0,0,0,0.38);
    -webkit-box-shadow: -4px 6px 5px 0 rgba(0,0,0,0.38);
    box-shadow: -4px 6px 5px 0 rgba(0,0,0,0.38);
    top: 10px !important;
    right: 10px !important
}

#busqueda table,#busqueda td,#busqueda input,#busqueda select {
    border: 0 !important
}

#busqueda select,#busqueda textarea,#busqueda input[type="text"] {
    width: 100%
}

#busqueda input,#busqueda select {
    background: #eaeaea;
    padding: 10px
}

#busqueda input[type="checkbox"] {
    margin: 0 5px;
    vertical-align: middle
}

#busqueda input[type="submit"] {
    background: #940054;
    color: #fff;
    width: 100%
}

#busqueda img {
    margin: 3px 0
}

.centro {
    background-color: #f6f6f6;
    margin-bottom: 30px
}

.centro .centro--imagen {
    width: 100%;
    max-width: 40%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.centro .centro--imagen img {
    margin: auto;
    display: block
}

.centro .centro--datos {
    width: 100%;
    max-width: 60%
}

.centro .centro--datos .beta {
    text-transform: uppercase;
    margin-bottom: 15px
}

.centro .centro--datos .delta {
    margin-bottom: 0
}

/*# sourceMappingURL=style.css.map */
