:root {
    color-scheme: only light;
}

.ratio,
[data-anim-child^=img-fade],
[data-anim-child^=img-right],
[data-anim^=img-fade],
[data-anim^=img-right] {
    position: relative;
    overflow: hidden;
    display: block
}

body,
html {
    font-family: var(--font-primary);
    color: var(--font-dark)
}

body,
main {
    overflow-x: hidden
}

header,
html,
main {
    margin-right: calc(-1 * (100vw - 100%))
}

.button.-md,
.button.-sm {
    text-transform: capitalize
}

.button.-sm,
form p,
html {
    line-height: 1
}

.footer.-type-2,
.ratio,
section {
    overflow: hidden
}

.blogPost.-single .blogPost__content .wp-block-latest-comments > li,
.blogPost.comments .blogPost__content .comments__list li,
li,
ul {
    list-style: none
}

.blogPost.comments,
.blogPost.tags {
    margin-bottom: 0;
    margin-top: 3.75rem
}

.backButton__button,
.guiButton__button,
.whatsappButton__button {
    max-height: 100%;
    stroke-width: .75
}

.blogPost-pagination__wrap > :last-child,
.footer.-type-2 .footer__social a:last-child,
.social__item:last-child,
.teamCard__social__item:last-child {
    margin-right: 0
}

.bg-image,
.bg-no-repeat {
    background-repeat: no-repeat
}

.ratio::before {
    display: block;
    width: 100%;
    content: ""
}

.masonry .masonry__item .ratio,
.masonry .masonry__item.-big .ratio,
.ratio-1\:1::before {
    padding-bottom: 100%
}

.masonry .masonry__item.-wide .ratio,
.ratio-2\:1::before {
    padding-bottom: 50%
}

.ratio-2\:3::before {
    padding-bottom: 150%
}

.ratio-3\:2::before {
    padding-bottom: 66.66667%
}

.ratio-3\:4::before {
    padding-bottom: 133.33333%
}

.ratio-4\:3::before {
    padding-bottom: 75%
}

.ratio-16\:9::before {
    padding-bottom: 56.25%
}

:root {
    --text-xs: .75rem;
    --text-sm: .875rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --text-3xl: 2rem;
    --text-4xl: 2.5rem;
    --text-5xl: 3rem;
    --text-6xl: 3.75rem;
    --preloader-image: url(../images/loader.svg);
    --color-naranja: #F97A00;
    --color-celeste: #A6C1D3;
    --color-salmon: #F5D4B3;
    --color-amarillo: #F8DB66;
    --color-gris-1: #9B999F;
    --color-gris-2: #F0F0F0;
    --bg-light-1: #F0F0F0;
    --bg-light-2: #9B999F;
    --bg-dark-1: #000;
    --bg-dark-2: #1E2027;
    --bg-dark-3: #0D0D12;
    --bg-dark-4: #0A0A0F;
    --font-light: #fff;
    --font-dark: #000;
    --box-shadow: 0 0 50px 27px rgba(0, 0, 0, 0.04);
    --box-shadow2: 0 0 50px 27px rgba(0, 0, 0, 0.3);
    --font-primary: Montserrat, sans-serif;
    --font-secondary: Auxilia, sans-serif;
    --fix-pos: calc((-1 * (100vw - 100%)) + 15px)
}

@font-face {
    font-family: Auxilia;
    src: url(../fonts/Auxilia-Black.woff2) format("woff2"), url(../fonts/Auxilia-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

.button.-activo:active,
.navList__wrap ul,
[data-anim-wrap] {
    pointer-events: none
}

.sliderMain.-type-2 .swiper-slide-active .slider__content,
.sliderMain.-type-2 .swiper-slide-duplicate-active .slider__content,
[data-anim-wrap].animated {
    pointer-events: auto
}

[data-anim*=cover-white]::after,
[data-anim-child*=cover-white]::after {
    background-color: #fff
}

[data-anim*=cover-black]::after,
[data-anim-child*=cover-black]::after {
    background-color: #000
}

[data-anim*=cover-light-1]::after,
[data-anim-child*=cover-light-1]::after {
    background-color: var(--bg-light-1)
}

.bg-light-2,
[data-anim*=cover-light-2]::after,
[data-anim-child*=cover-light-2]::after {
    background-color: var(--bg-light-2)
}

.bg-dark-1,
.masthead .masthead-shapes__shape.-dark-1,
.testimonials-slider .swiper-slide-active .testimonials,
[data-anim*=cover-dark-1]::after,
[data-anim-child*=cover-dark-1]::after {
    background-color: var(--bg-dark-1)
}

.bg-dark-2,
[data-anim*=cover-dark-2]::after,
[data-anim-child*=cover-dark-2]::after {
    background-color: var(--bg-dark-2)
}

.bg-accent,
.bg-naranja,
[data-anim*=cover-accent]::after,
[data-anim-child*=cover-accent]::after {
    background-color: var(--color-naranja)
}

.button.-white,
body {
    background-color: #fff
}

[data-anim-child^=img-fade] > *,
[data-anim^=img-fade] > * {
    pointer-events: none;
    opacity: 0;
    transform: scale(1.5);
    transition-property: opacity, transform;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1)
}

[data-anim-child^=img-fade].is-in-view > *,
[data-anim^=img-fade].is-in-view > * {
    pointer-events: auto;
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

[data-anim-child^=img-right]::after,
[data-anim^=img-right]::after {
    content: "";
    position: absolute;
    top: -.0625rem;
    left: -.0625rem;
    right: 0;
    z-index: 20;
    height: calc(100% + .125rem);
    width: calc(100% + .125rem);
    transform-origin: right;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

[data-anim-child^=img-right] > *,
[data-anim^=img-right] > * {
    transform-origin: center;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

[data-anim-child^=img-right].is-in-view::after,
[data-anim^=img-right].is-in-view::after {
    -webkit-animation-name: imgRight;
    animation-name: imgRight
}

[data-anim-child^=img-right].is-in-view > *,
[data-anim^=img-right].is-in-view > * {
    -webkit-animation-name: imgReveal;
    animation-name: imgReveal
}

@-webkit-keyframes imgRight {
    0% {
        transform: scaleX(1)
    }

    100% {
        transform: scaleX(0)
    }
}

@keyframes imgRight {
    0% {
        transform: scaleX(1)
    }

    100% {
        transform: scaleX(0)
    }
}

@-webkit-keyframes imgReveal {
    0% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1.01)
    }
}

@keyframes imgReveal {
    0% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1.01)
    }
}

[data-anim-child^=slide-],
[data-anim^=slide-] {
    opacity: 0;
    transition-property: opacity, transform;
    pointer-events: none;
    transition-duration: 1.2s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1)
}

[data-anim-child^=slide-].is-in-view,
[data-anim^=slide-].is-in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    pointer-events: auto
}

[data-anim-child^=slide-up],
[data-anim^=slide-up] {
    transform: translate3d(0, 2.125rem, 0)
}

[data-anim-child^=slide-down],
[data-anim^=slide-down] {
    transform: translate3d(0, -2.125rem, 0)
}

[data-anim-child^=slide-right],
[data-anim^=slide-right] {
    transform: translate3d(-2.125rem, 0, 0)
}

[data-anim-child^=slide-left],
[data-anim^=slide-left] {
    transform: translate3d(2.125rem, 0, 0)
}

.nav__bg,
.preloader__bg {
    transform-origin: bottom
}

[data-anim-child^=fade],
[data-anim^=fade] {
    opacity: 0;
    transition-property: opacity;
    pointer-events: none;
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
}

[data-anim-child^=fade].is-in-view,
[data-anim^=fade].is-in-view {
    opacity: 1;
    pointer-events: auto
}

.button.-disabled,
.navList,
.nav__inner {
    pointer-events: none
}

.menu-item-has-children.-disabled {
    pointer-events: none
}

[data-anim*=delay-1],
[data-anim-child*=delay-1] {
    transition-delay: .1s;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

[data-anim*=delay-1]::after,
[data-anim*=delay-1] > *,
[data-anim-child*=delay-1]::after,
[data-anim-child*=delay-1] > * {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

[data-anim*=delay-2],
[data-anim-child*=delay-2] {
    transition-delay: .2s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

[data-anim*=delay-2]::after,
[data-anim*=delay-2] > *,
[data-anim-child*=delay-2]::after,
[data-anim-child*=delay-2] > * {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

[data-anim*=delay-3],
[data-anim-child*=delay-3] {
    transition-delay: .3s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

[data-anim*=delay-3]::after,
[data-anim*=delay-3] > *,
[data-anim-child*=delay-3]::after,
[data-anim-child*=delay-3] > * {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

[data-anim*=delay-4],
[data-anim-child*=delay-4] {
    transition-delay: .4s;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

[data-anim*=delay-4]::after,
[data-anim*=delay-4] > *,
[data-anim-child*=delay-4]::after,
[data-anim-child*=delay-4] > * {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

[data-anim*=delay-5],
[data-anim-child*=delay-5] {
    transition-delay: .5s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

[data-anim*=delay-5]::after,
[data-anim*=delay-5] > *,
[data-anim-child*=delay-5]::after,
[data-anim-child*=delay-5] > * {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

[data-anim*=delay-6],
[data-anim-child*=delay-6] {
    transition-delay: .6s;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

[data-anim*=delay-6]::after,
[data-anim*=delay-6] > *,
[data-anim-child*=delay-6]::after,
[data-anim-child*=delay-6] > * {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

[data-anim*=delay-7],
[data-anim-child*=delay-7] {
    transition-delay: .7s;
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

[data-anim*=delay-7]::after,
[data-anim*=delay-7] > *,
[data-anim-child*=delay-7]::after,
[data-anim-child*=delay-7] > * {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

[data-anim*=delay-8],
[data-anim-child*=delay-8] {
    transition-delay: .8s;
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

[data-anim*=delay-8]::after,
[data-anim*=delay-8] > *,
[data-anim-child*=delay-8]::after,
[data-anim-child*=delay-8] > * {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

[data-anim*=delay-9],
[data-anim-child*=delay-9] {
    transition-delay: .9s;
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

[data-anim*=delay-9]::after,
[data-anim*=delay-9] > *,
[data-anim-child*=delay-9]::after,
[data-anim-child*=delay-9] > * {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

[data-anim*=delay-10],
[data-anim-child*=delay-10] {
    transition-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

[data-anim*=delay-10]::after,
[data-anim*=delay-10] > *,
[data-anim-child*=delay-10]::after,
[data-anim-child*=delay-10] > * {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

[data-anim*=delay-11],
[data-anim-child*=delay-11] {
    transition-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

[data-anim*=delay-11]::after,
[data-anim*=delay-11] > *,
[data-anim-child*=delay-11]::after,
[data-anim-child*=delay-11] > * {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

[data-anim*=delay-12],
[data-anim-child*=delay-12] {
    transition-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

[data-anim*=delay-12]::after,
[data-anim*=delay-12] > *,
[data-anim-child*=delay-12]::after,
[data-anim-child*=delay-12] > * {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

[data-anim*=delay-13],
[data-anim-child*=delay-13] {
    transition-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

[data-anim*=delay-13]::after,
[data-anim*=delay-13] > *,
[data-anim-child*=delay-13]::after,
[data-anim-child*=delay-13] > * {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

[data-anim*=delay-14],
[data-anim-child*=delay-14] {
    transition-delay: 1.4s;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

[data-anim*=delay-14]::after,
[data-anim*=delay-14] > *,
[data-anim-child*=delay-14]::after,
[data-anim-child*=delay-14] > * {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

[data-anim*=delay-15],
[data-anim-child*=delay-15] {
    transition-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

[data-anim*=delay-15]::after,
[data-anim*=delay-15] > *,
[data-anim-child*=delay-15]::after,
[data-anim-child*=delay-15] > * {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

[data-anim*=delay-16],
[data-anim-child*=delay-16] {
    transition-delay: 1.6s;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

[data-anim*=delay-16]::after,
[data-anim*=delay-16] > *,
[data-anim-child*=delay-16]::after,
[data-anim-child*=delay-16] > * {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

[data-anim*=delay-17],
[data-anim-child*=delay-17] {
    transition-delay: 1.7s;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s
}

[data-anim*=delay-17]::after,
[data-anim*=delay-17] > *,
[data-anim-child*=delay-17]::after,
[data-anim-child*=delay-17] > * {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s
}

[data-anim*=delay-18],
[data-anim-child*=delay-18] {
    transition-delay: 1.8s;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

[data-anim*=delay-18]::after,
[data-anim*=delay-18] > *,
[data-anim-child*=delay-18]::after,
[data-anim-child*=delay-18] > * {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

[data-anim*=delay-19],
[data-anim-child*=delay-19] {
    transition-delay: 1.9s;
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s
}

[data-anim*=delay-19]::after,
[data-anim*=delay-19] > *,
[data-anim-child*=delay-19]::after,
[data-anim-child*=delay-19] > * {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s
}

[data-anim*=delay-20],
[data-anim-child*=delay-20] {
    transition-delay: 2s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

[data-anim*=delay-20]::after,
[data-anim*=delay-20] > *,
[data-anim-child*=delay-20]::after,
[data-anim-child*=delay-20] > * {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

html {
    min-height: 100%;
    font-size: 16px
}

@media (min-width:1600px) {
    html {
        font-size: 1vw
    }
}

@media (min-width:1800px) {
    html {
        font-size: .92vw
    }
}

body {
    line-height: 1.7;
    width: 100%;
    max-width: 100%;
    padding: 0;
    font-size: var(--text-base);
    padding-right: 0 !important
}

.menu-icon-right,
.number,
.over-num,
.pieChart-percent,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-secondary)
}

@media (min-width:1260px) {
    .container {
        max-width: 77rem
    }
}

::-moz-selection {
    color: #fff;
    background-color: var(--color-naranja);
    text-shadow: none
}

::selection {
    color: #fff;
    background-color: var(--color-naranja);
    text-shadow: none
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
    margin: 0
}

section {
    position: relative
}

a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    transition: color .2s ease-in-out
}

a:hover {
    text-decoration: none;
    color: var(--color-naranja)
}

li,
ul {
    padding: 0
}

button:focus {
    outline: 0
}

button {
    padding: unset;
    margin: unset;
    border: unset;
    border-radius: unset;
    background-color: unset
}

.button {
    display: inline-block;
    border: 0;
    transition: background-color .3s cubic-bezier(.165, .84, .44, 1), color .3s cubic-bezier(.165, .84, .44, 1), border .3s cubic-bezier(.165, .84, .44, 1), opacity .3s cubic-bezier(.165, .84, .44, 1)
}

.button.-sm {
    min-width: 7.5rem;
    padding: .9375rem 1.6875rem;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: .03em
}

.button.-md,
form p {
    font-size: .9375rem
}

.button.-md {
    min-width: 8.25rem;
    padding: 21px 1.2rem;
    line-height: 0;
    letter-spacing: .5px;
    max-height: 47px;
    font-weight: 100
}

.button.-disabled {
    opacity: .2;
    user-select: none
}

.menu-item-has-children.-disabled {
    opacity: .5;
    user-select: none
}

.button.-fondos,
.button.-lg {
    min-width: 8.75rem;
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: .03em
}

.button.-lg {
    padding: 1.18rem 2rem
}

.button.-fondos,
.button.-xl {
    min-width: 8.75rem;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: .03em
}

.button.-xl {
    padding: 0.7rem 1rem;
}

.button.-fondos {
    padding: .55rem .88rem
}

.button.-black,
.button.-gris,
.button.-outline-black,
.button.-outline-white,
.button.-white {
    text-align: center;
    border-radius: 5px;
    text-transform: none
}

.button.-white {
    border: 2px solid #fff
}

.button.-white:hover {
    background-color: transparent;
    color: #fff
}

.button.-black {
    background-color: #000;
    border: 2px solid #000;
    color: #fff
}

.button.-black:hover {
    background-color: transparent;
    color: #000
}

.button.-gris {
    background-color: #cacaca;
    border: 2px solid #cacaca;
    color: #fff
}

.button.-gris:hover {
    background-color: #9b9b9b;
    border: 2px solid #9b9b9b;
    color: #fff
}

.button.-outline-black {
    background-color: transparent;
    border: 2px solid #121212
}

.button.-outline-black:hover {
    background-color: #121212;
    color: #fff
}

.button.-outline-white {
    background-color: transparent;
    border: 2px solid #fff
}

.button.-outline-white:hover {
    background-color: #fff;
    color: #000
}

.button.-underline {
    position: relative;
    padding-bottom: .125rem;
    transition: color .3s cubic-bezier(.165, .84, .44, 1)
}

.button.-underline::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .125rem;
    background-color: currentColor;
    transition: transform .3s cubic-bezier(.77, 0, .175, 1);
    transform-origin: left;
    transform: scaleX(0)
}

.button.-underline:hover::before {
    transform: scaleX(1)
}

.button.-icon .icon,
.button.-icon .icon.-left {
    transition: transform .3s cubic-bezier(.165, .84, .44, 1)
}

.button.-icon:hover .icon {
    transform: translateX(.375rem)
}

.button.-icon.-left:hover .icon {
    transform: translateX(-.375rem)
}

form p {
    color: #000
}

form input[type=search],
form textarea {
    border: 0;
    font-size: 1.1875rem;
    line-height: 1.5;
    font-weight: 500;
    width: 100%;
    padding: 14px 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    transition: border .4s cubic-bezier(.77, 0, .175, 1)
}

.navList li a,
.nav__content__left .subnav-list li a,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    text-transform: uppercase
}

form input[type=search]:focus,
form textarea:focus {
    outline: 0;
    border-bottom: 1px solid #000
}

form ::-webkit-input-placeholder {
    font-weight: 400
}

form ::-moz-placeholder {
    font-weight: 400
}

form :-ms-input-placeholder {
    font-weight: 400
}

form ::-ms-input-placeholder {
    font-weight: 400
}

form ::placeholder {
    font-weight: 400
}

form.-light label,
form.-light p {
    color: #fff
}

form.-light input[type=email],
form.-light input[type=search],
form.-light input[type=text],
form.-light textarea {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .6)
}

form.-light ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

form.-light ::-moz-placeholder {
    color: rgba(255, 255, 255, .7)
}

form.-light :-ms-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

form.-light ::-ms-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

form.-light ::placeholder {
    color: rgba(255, 255, 255, .7)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #000
}

.text-6xl,
h1 {
    font-size: var(--text-6xl)
}

.text-5xl,
h2 {
    font-size: var(--text-5xl)
}

.text-4xl,
h3 {
    font-size: var(--text-4xl)
}

.text-3xl,
h4 {
    font-size: var(--text-3xl)
}

.text-2xl,
h5 {
    font-size: var(--text-2xl)
}

.text-xl,
h6 {
    font-size: var(--text-xl)
}

.text-xs {
    font-size: var(--text-xs)
}

.text-sm {
    font-size: var(--text-sm)
}

.text-base {
    font-size: var(--text-base)
}

.grupoHeading__subtitle,
.text-lg {
    font-size: var(--text-lg)
}

.leading-xs {
    line-height: 1.1 !important
}

.leading-sm {
    line-height: 1.2 !important
}

.leading-md {
    line-height: 1.3 !important
}

.leading-lg {
    line-height: 1.4 !important
}

.leading-xl {
    line-height: 1.5 !important
}

.leading-2xl {
    line-height: 1.6 !important
}

.leading-3xl {
    line-height: 1.7 !important
}

.leading-4xl {
    line-height: 1.8 !important
}

.leading-5xl {
    line-height: 1.9 !important
}

.leading-6xl {
    line-height: 2 !important
}

.tracking-none {
    letter-spacing: 0 !important
}

.tracking-sm {
    letter-spacing: .08em !important
}

.tracking-md {
    letter-spacing: .12em !important
}

.tracking-lg {
    letter-spacing: .16em !important
}

.number {
    line-height: 1;
    letter-spacing: -.02em
}

.ml-minus-4,
.number.-left {
    margin-left: -.25rem
}

.number.-sm {
    font-size: 3.75rem
}

.number.-md {
    font-size: 4.6875rem
}

.number.-lg {
    font-size: 5.625rem
}

.textarea-minimal {
    font-size: 15px;
    border: 2px solid #000 !important;
    padding: 12px 14px;
    border-radius: 5px;
    resize: none;
}

.page-404 {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center
}

.layout-pt-xs,
.masthead.-type-4 .masthead__content,
.page-404-content {
    padding-top: 2.5rem
}

.page-404-bg {
    position: absolute;
    left: -.4vw;
    z-index: 0;
    color: rgba(0, 0, 0, .02);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.03em;
    font-size: 50vw
}

.page-404-bg.-light {
    color: rgba(255, 255, 255, .02)
}

.page-404-title {
    font-weight: 800;
    font-size: 3rem;
    line-height: 1
}

.page-404-text {
    font-size: 1.25rem;
    line-height: 1.6
}

.footer.-type-1 {
    color: #000;
    background-color: #fff
}

.footer.-type-1 .footer__top {
    padding-top: 8.125rem;
    padding-bottom: 6.875rem
}

.footer.-type-1 .footer__title h2 {
    font-size: 2.875rem;
    font-weight: 600;
    line-height: 1.3
}

.footer.-type-1 .footer__content a,
.footer.-type-1 .footer__content p {
    font-size: inherit;
    line-height: inherit
}

.footer.-type-1 .footer__bottom {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 2.5rem 0
}

.border-top-light,
.footer.-type-1 .footer__bottom.-light {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.footer.-type-1 .footer__logo {
    display: flex;
    align-items: center;
    z-index: 10;
    font-size: 1.875rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.04em
}

.footer.-type-1 .footer__logo:hover {
    color: initial
}

.footer.-type-1 .footer__logo img {
    height: 44%
}

.footer.-type-1 .footer__copyright p {
    font-size: .875rem
}

.footer.-type-2 {
    position: relative;
    z-index: 1;
    padding-top: 7.5rem;
    padding-bottom: 6.25rem
}

.blogSidebar .widget_tag_cloud .tagcloud,
.fancy-grid,
.footer.-type-2 .footer__social {
    display: flex;
    flex-wrap: wrap
}

.footer.-type-2 .footer__social a {
    line-height: 1;
    font-size: 1.375rem;
    margin-right: 2.5rem;
    margin-top: .75rem
}

.footer.-type-2 .footer__text {
    margin-top: 5rem
}

.blogPost__title,
.footer.-type-2 .footer__link {
    word-wrap: break-word
}

.footer.-type-2 .footer__copyright {
    color: rgba(0, 0, 0, .6);
    margin-top: 6.25rem
}

.footer.-type-2 .footer__shapes {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

.footer.-type-2 .footer__shapes :first-child {
    position: absolute;
    top: 8.0625rem;
    right: -21.625rem;
    width: 46.875rem;
    height: 46.875rem;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 4px 60px rgba(13, 22, 52, .08)
}

.footer.-type-2 .footer__shapes :last-child {
    position: absolute;
    top: 24.875rem;
    right: -8.5rem;
    width: 50.625rem;
    height: 50.625rem;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 4px 60px rgba(13, 22, 52, .08)
}

.blogPost a,
.blogSidebar a,
.masthead.-blog a {
    font-weight: inherit;
    word-wrap: break-word;
    line-height: inherit;
    font-size: inherit;
    color: inherit;
    transition: color .2s
}

.blogPost a:hover,
.blogSidebar a:hover,
.masthead.-blog a:hover {
    color: var(--color-naranja)
}

.masthead.-blog .masthead__img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0
}

.masthead.-blog .masthead__content {
    position: relative;
    z-index: 1;
    padding-top: 17.5rem;
    padding-bottom: 12.5rem
}

.masthead.-blog .masthead__title {
    font-size: 4.25rem
}

@media (max-width:1229px) {
    .lg\:text-xs {
        font-size: var(--text-xs)
    }

    .lg\:text-sm {
        font-size: var(--text-sm)
    }

    .lg\:text-base {
        font-size: var(--text-base)
    }

    .lg\:text-lg {
        font-size: var(--text-lg)
    }

    .lg\:text-xl {
        font-size: var(--text-xl)
    }

    .lg\:text-2xl {
        font-size: var(--text-2xl)
    }

    .lg\:text-3xl {
        font-size: var(--text-3xl)
    }

    .lg\:text-4xl {
        font-size: var(--text-4xl)
    }

    .lg\:text-5xl {
        font-size: var(--text-5xl)
    }

    .lg\:text-6xl {
        font-size: var(--text-6xl)
    }

    .masthead.-blog .masthead__title {
        font-size: 3.875rem
    }
}

.masthead.-blog .masthead__line {
    width: 2.125rem;
    height: .0625rem
}

.blogPost.comments .blogPost__content .comments__body,
.blogPost__img,
.blogSidebar select,
.sliderMain.-type-3 .swiper-container {
    width: 100%
}

.blogPost__img img {
    -o-object-fit: cover;
    object-fit: cover
}

.blogPost__img.-hover,
.html-overflow-hidden,
.overflow-hidden,
html.full-page-slider,
html.full-page-slider body {
    overflow: hidden !important
}

.blogPost__img.-hover > * {
    transition: transform .6s cubic-bezier(.77, 0, .175, 1)
}

.blogPost__img.-hover:hover > * {
    transform: scale(1.1)
}

.blogPost {
    margin-bottom: 4.375rem
}

.blogPost.-single,
.blogPost:last-child,
.blogSidebar .widget:last-child,
.blogSidebar li:last-child {
    margin-bottom: 0
}

.blogPost.-single .blogPost__content h1,
.blogPost.-single .blogPost__content h2,
.blogPost.-single .blogPost__content h3,
.blogPost.-single .blogPost__content h4,
.blogPost.-single .blogPost__content h5,
.blogPost.-single .blogPost__content h6 {
    margin-top: 2rem;
    margin-bottom: 1rem
}

.blogPost.-single .blogPost__content h1 {
    font-size: 2.375rem;
    font-weight: 600
}

.blogPost.-single .blogPost__content h2 {
    font-size: 2.125rem;
    font-weight: 600
}

.blogPost.-single .blogPost__content h3 {
    font-size: 1.875rem;
    font-weight: 600
}

.blogPost.-single .blogPost__content h4 {
    font-size: 1.625rem;
    font-weight: 700
}

.blogPost.-single .blogPost__content h5 {
    font-size: 1.5rem;
    font-weight: 700
}

.blogPost.-single .blogPost__content h6 {
    font-size: 1.375rem;
    font-weight: 700
}

.blogPost.-single .blogPost__content img,
.blogSidebar img {
    display: block;
    max-width: 100%;
    height: auto
}

.blogPost.-single .blogPost__content > img,
.blogPost.-single .blogPost__content > p img {
    margin: 3.125rem 0
}

.blogPost.-single .blogPost__content > figure {
    max-width: 100%;
    margin: 2.5rem 0
}

.blogPost.-single .blogPost__content > figure figcaption {
    margin-top: .375rem
}

.blogPost.-single .blogPost__content cite,
.blogPost.-single .blogPost__content figcaption,
.blogPost.-single .blogPost__content li,
.blogPost.-single .blogPost__content p {
    font-size: 1.125rem;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #313131
}

.blogPost.tags .tags__item,
.blogSidebar .widget_tag_cloud .tagcloud a {
    letter-spacing: -.01em;
    transition: color .3s cubic-bezier(.215, .61, .355, 1), background-color .3s cubic-bezier(.215, .61, .355, 1);
    border-radius: .25rem
}

.blogPost.-single .blogPost__content p {
    margin-bottom: 1rem
}

.blogPost.-single .blogPost__content a,
.blogPost.comments .blogPost__content .comments__text a,
.footer-home-slider a,
.underline {
    text-decoration: underline
}

.blogPost.-single .blogPost__content .has-small-font-size {
    font-size: .8125rem
}

.blogPost.-single .blogPost__content .has-large-font-size {
    font-size: 2.25rem
}

.blogPost.-single .blogPost__content ol,
.blogPost.-single .blogPost__content ul {
    padding: 0;
    margin: .75rem 0
}

.blogPost.-single .blogPost__content > ol,
.blogPost.-single .blogPost__content > ul {
    margin: 1.25rem 0
}

.blogPost.-single .blogPost__content ol {
    padding-left: 1.25rem
}

.blogPost.-single .blogPost__content ol > li {
    list-style: decimal
}

.blogPost.-single .blogPost__content li {
    padding: .375rem 0
}

.blogPost.-single .blogPost__content li ol,
.blogPost.-single .blogPost__content li ul {
    margin: 0 0 0 1.25rem
}

.blogPost.-single .blogPost__content .wp-block-latest-comments {
    padding-left: 0;
    list-style: none
}

.blogPost.-single .blogPost__content code,
.blogPost.-single .blogPost__content pre {
    margin: 2.5rem 0
}

.blogPost.-single .blogPost__content table {
    width: 100%;
    margin: 2.5rem 0
}

.blogPost.tags {
    font-size: 1rem
}

.blogPost.tags .tags__item {
    display: inline-block;
    font-size: inherit;
    font-weight: 500;
    background-color: rgba(0, 0, 0, .06);
    padding: .25rem .625rem;
    margin-top: .1875rem;
    margin-bottom: .1875rem
}

.blogPost.tags .tags__item:hover,
.blogSidebar .widget_tag_cloud .tagcloud a:hover {
    color: #fff;
    background-color: var(--color-naranja)
}

.blogPost-pagination {
    display: flex;
    justify-content: center;
    padding-top: 1.25rem
}

.blogPost-pagination__wrap > * {
    font-weight: 500;
    font-size: 1.5rem;
    padding: .625rem;
    line-height: 1;
    color: var(--color-naranja);
    margin-right: 1.25rem
}

.blogPost-pagination__wrap a.is-active,
.blogPost-pagination__wrap a:hover {
    color: #000
}

.blogPost.comments .blogPost__content .comments__list > li:first-child,
.blogPost.comments .blogPost__content .comments__list > li:first-child > .comments-item-inner {
    border-top: none
}

.blogPost.comments .blogPost__content .comments__list .pingback a,
.blogPost.comments .blogPost__content .comments__list .trackback a {
    line-height: 1.5rem;
    text-decoration: none !important
}

.blogPost.comments .blogPost__content .comments__list {
    margin: 3rem 0 0
}

.fancy-grid.-col-2.-reverse .fancy-grid__item,
.lineChart__item:first-child,
.nav__info__content > :last-child,
.nav__info__item:first-child {
    margin-top: 0
}

.blogPost.comments .blogPost__content .comments__list > li {
    padding-bottom: 3rem;
    margin-bottom: 3rem
}

.blogPost.comments .blogPost__content .comments__list > li:not(:last-child),
.border-bd {
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.blogPost.comments .blogPost__content .comments__item-inner,
.breadcrumbs,
.navButton,
.teamCard__social {
    display: flex
}

.blogPost.comments .blogPost__content .comments__item .children {
    padding: 3rem 0 0 5%;
    margin: 0
}

.blogPost.comments .blogPost__content .comments__img {
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
    max-width: 5rem;
    margin-right: 1.375rem
}

.blogPost.comments .blogPost__content .comments__header {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.blogPost.comments .blogPost__content .comments__header h4 {
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 600
}

.blogPost.comments .blogPost__content .comments__header p {
    display: block;
    font-size: .875rem;
    line-height: 1.3;
    font-weight: 400;
    color: rgba(0, 0, 0, .7)
}

.blogPost.comments .blogPost__content .comments__text p {
    margin: .625rem 0 0;
    font-size: 1rem;
    letter-spacing: .01em;
    color: #313131
}

.blogPost.comments .blogPost__content .comments__text ul,
.blogPost.comments .blogPost__content .comments__text ul li {
    list-style: disc inside !important
}

.blogPost.comments .blogPost__content .comments__text ol,
.blogPost.comments .blogPost__content .comments__text ol li {
    list-style: decimal inside !important
}

.blogPost.comments .blogPost__content .comments__reply a {
    margin-top: .75rem;
    font-weight: 500;
    font-size: .875rem;
    letter-spacing: .04em;
    line-height: 1.3;
    color: #000
}

.respondForm {
    margin-top: 1.875rem
}

.respondForm h3 {
    color: #000;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 .5rem
}

.respondForm h3 small a {
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: .9375rem;
    color: var(--color-naranja);
    margin-left: .5rem
}

.respondForm__notes {
    color: var(--font-dark);
    font-size: 1rem
}

.respondForm .logged-in-as {
    display: flex;
    margin-bottom: .75rem
}

.respondForm .logged-in-as a {
    padding-right: 1rem
}

.respondForm form p {
    font-size: .9375rem;
    line-height: 1
}

.blogSidebar {
    padding-left: 6.875rem
}

.blogSidebar .widget,
.publicaciones__feed {
    margin-bottom: 2.5rem
}

.blogSidebar .widget-title {
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 1.25rem
}

.blogSidebar li,
.blogSidebar p,
.blogSidebar span {
    font-size: 1rem;
    line-height: 1.6;
    color: #000
}

.blogSidebar ol ol,
.blogSidebar ol ul,
.blogSidebar ul ol,
.blogSidebar ul ul {
    padding-left: .5rem;
    margin-top: .5rem
}

.blogSidebar li {
    margin-bottom: .5rem
}

.blogSidebar p {
    margin: .75rem 0
}

.blogSidebar .widget_search .search__wrap {
    position: relative;
    width: 100%
}

.blogSidebar .widget_search input[type=search] {
    background-color: #f5f5f5;
    padding: 1rem 3.5rem 1rem 1rem;
    font-size: 1.0625rem
}

.blogSidebar .widget_search .search__button {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 100%;
    transition: color .2s cubic-bezier(.215, .61, .355, 1), background-color .2s cubic-bezier(.215, .61, .355, 1)
}

.blogSidebar .widget_search .search__button:hover {
    color: var(--color-naranja);
    background-color: rgba(0, 0, 0, .08)
}

.blogSidebar .widget_search .search__button .icon {
    width: 1.5rem;
    height: 1.5rem;
    stroke-width: 1.75
}

.blogSidebar .widget_recent_comments li,
.blogSidebar .widget_recent_entries li {
    margin-bottom: 1.25rem
}

.blogSidebar .widget_recent_comments li:last-child,
.blogSidebar .widget_recent_entries li:last-child {
    padding-bottom: 0
}

.blogSidebar .widget_recent_comments .comment-author-link {
    display: inline-block;
    margin-bottom: .125rem
}

.blogSidebar .widget_recent_entries span {
    display: block;
    margin-bottom: .125rem
}

.blogSidebar .widget_tag_cloud .tagcloud a {
    font-size: .9375rem;
    font-weight: 500;
    padding: .375rem .625rem;
    background-color: rgba(0, 0, 0, .06);
    margin-right: .5rem;
    margin-bottom: .5rem
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    height: 9rem;
    will-change: height, transform, background-color;
    transition: height .4s cubic-bezier(.77, 0, .175, 1) 50ms, transform .3s cubic-bezier(.39, .575, .565, 1)
}

.header__bar {
    position: absolute;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0 3rem
}

.header__logo {
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 1.625rem;
    line-height: 1;
    letter-spacing: -.02em
}

.h-full,
.header__logo a {
    height: 100%
}

.nav__bg,
.nav__inner {
    top: 0;
    left: 0;
    height: 100vh
}

.header__logo div,
.header__logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-fit: cover;
    object-fit: cover;
    transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .05s;
    opacity: 0
}

@media (min-width:992px) {
    .header.-classic .header__menu__wrap {
        display: none !important
    }
}

.header .header__logo__dark,
.header.-dark .header__logo__light,
.header.-sticky-initial.-sticky-dark .header__logo__light,
.header.-sticky-initial.-sticky-light .header__logo__dark,
.header.is-sticky.-sticky-dark .header__logo__light,
.header.is-sticky.-sticky-light .header__logo__dark {
    position: relative;
    opacity: 1
}

.button.-subrayado:hover,
.cifras-descarga a:hover,
.filter-button-group button.btn-active,
.header .header__logo a,
.header .header__menu .icon,
.header .menu-header-list li a,
.header .navClassic-list > li,
.header.-sticky-initial.-sticky-light .header__logo a,
.header.-sticky-initial.-sticky-light .header__menu .icon,
.header.-sticky-initial.-sticky-light .menu-header-list li a,
.header.-sticky-initial.-sticky-light .navClassic-list > li,
.header.is-sticky.-sticky-light .header__logo a,
.header.is-sticky.-sticky-light .header__menu .icon,
.header.is-sticky.-sticky-light .menu-header-list li a,
.header.is-sticky.-sticky-light .navClassic-list > li,
.navClassic-list > li:hover,
.pieChart-light:hover .pieChart-percent,
.pieChart-light:hover .pieChart-title,
.text-black,
.tippy-box[data-theme ~ =light] a {
    color: #000
}

.header.-dark .header__logo__dark,
.header.-sticky-initial.-sticky-dark .header__logo__dark,
.header.-sticky-initial.-sticky-light .header__logo__light,
.header.is-sticky.-sticky-dark .header__logo__dark,
.header.is-sticky.-sticky-light .header__logo__light {
    position: absolute;
    opacity: 0
}

.header.-dark .header__logo a,
.header.-dark .header__menu .icon,
.header.-dark .menu-header-list li a,
.header.-dark .navClassic-list > li,
.header.-sticky-initial.-sticky-dark .header__logo a,
.header.-sticky-initial.-sticky-dark .header__menu .icon,
.header.-sticky-initial.-sticky-dark .menu-header-list li a,
.header.-sticky-initial.-sticky-dark .navClassic-list > li,
.header.is-sticky.-sticky-dark .header__logo a,
.header.is-sticky.-sticky-dark .header__menu .icon,
.header.is-sticky.-sticky-dark .menu-header-list li a,
.header.is-sticky.-sticky-dark .navClassic-list > li,
.testimonials-slider .swiper-slide-active .testimonials .testimonials__comment,
.tippy-box[data-theme ~ =dark] a {
    color: #fff
}

.header.-sticky-initial.-sticky-light .header__bar,
.header.is-sticky.-sticky-light .header__bar {
    background-color: #fff;
    box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .08);
    opacity: 1
}

.header.-sticky-initial.-sticky-light .header__bar,
.header.is-unpinned.-sticky-light .header__bar {
    box-shadow: none
}

.header.-sticky-initial.-sticky-light.is-sticky .header__bar {
    box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .08)
}

.header.-sticky-initial.-sticky-dark .header__bar,
.header.is-sticky.-sticky-dark .header__bar {
    background-color: var(--bg-dark-4);
    opacity: .99
}

.header__menu .nav-button-open {
    cursor: pointer
}

.header__menu .nav-button-open .icon {
    width: 2.25rem;
    height: 2.25rem;
    stroke-width: 1.25
}

.filter-button-group button:hover,
.header__menu .nav-button-open:hover .icon {
    color: var(--color-naranja) !important
}

.header .header__bar {
    transition: opacity .4s cubic-bezier(.77, 0, .175, 1) 50ms, box-shadow .4s cubic-bezier(.77, 0, .175, 1) 50ms, background-color .4s cubic-bezier(.77, 0, .175, 1) .05s
}

.header .header__logo a,
.header .header__menu .icon {
    transition: color .4s cubic-bezier(.77, 0, .175, 1) .05s
}

.header.is-pinned {
    transform: translateY(0)
}

.header.is-unpinned {
    transform: translateY(-150%)
}

.header.is-sticky {
    position: fixed;
    height: 5.5rem
}

.nav__inner {
    overflow-y: auto;
    position: fixed;
    z-index: 10;
    width: 100%;
    opacity: 0
}

.nav__inner.is-active {
    opacity: 1;
    pointer-events: auto
}

.nav__bg {
    position: fixed;
    z-index: 0;
    width: 100vw;
    background-color: #fff
}

.nav__container {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding-top: 5rem;
    padding-left: 7.5rem;
    padding-right: 7.5rem
}

@media (max-width:1200px) {
    .nav__container {
        padding-left: 6.25rem;
        padding-right: 6.25rem
    }
}

.nav__header {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.nav .nav-btn-close .icon,
.nav .nav-button-back .icon {
    color: #000;
    width: 4rem;
    height: 4rem;
    stroke-width: .5
}

@media (max-width:991px) {
    .md\:text-xs {
        font-size: var(--text-xs)
    }

    .md\:text-sm {
        font-size: var(--text-sm)
    }

    .md\:text-base {
        font-size: var(--text-base)
    }

    .md\:text-lg {
        font-size: var(--text-lg)
    }

    .md\:text-xl {
        font-size: var(--text-xl)
    }

    .md\:text-2xl {
        font-size: var(--text-2xl)
    }

    .md\:text-3xl {
        font-size: var(--text-3xl)
    }

    .md\:text-4xl {
        font-size: var(--text-4xl)
    }

    .md\:text-5xl {
        font-size: var(--text-5xl)
    }

    .md\:text-6xl {
        font-size: var(--text-6xl)
    }

    .number.-sm {
        font-size: 3.75rem
    }

    .number.-md {
        font-size: 4.375rem
    }

    .number.-lg {
        font-size: 5.25rem
    }

    .page-404-title {
        font-size: 2.375rem
    }

    .page-404-text {
        font-size: 1.0625rem
    }

    .footer.-type-1 .footer__top {
        padding: 5rem 0
    }

    .footer.-type-1 .footer__title h2 {
        font-size: 2.5rem
    }

    .footer.-type-1 .footer__bottom {
        padding: 2.5rem 0
    }

    .footer.-type-2 {
        padding-top: 6.25rem;
        padding-bottom: 5rem
    }

    .footer.-type-2 .footer__text {
        margin-top: 3.75rem
    }

    .footer.-type-2 .footer__copyright {
        margin-top: 5rem
    }

    .masthead.-blog .masthead__content {
        padding-top: 15rem;
        padding-bottom: 7.5rem
    }

    .masthead.-blog .masthead__title {
        font-size: 3.5rem
    }

    .blogSidebar {
        padding-left: 0;
        margin-top: 5rem
    }

    .header.-classic .navClassic-wrap {
        display: none
    }

    .nav__container {
        padding-top: 2.5rem;
        padding-left: 3.75rem;
        padding-right: 3.75rem
    }

    .nav .nav-btn-close .icon,
    .nav .nav-button-back .icon {
        width: 3.5rem;
        height: 3.5rem
    }
}

.nav__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding-top: 6.25rem
}

.nav__content__left {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%
}

.nav__content__right {
    position: relative;
    flex: 0 0 21%;
    max-width: 21%
}

@media (max-width:1280px) {
    .nav__content {
        padding-right: 0
    }

    .nav__content__left {
        flex: 0 0 70%;
        max-width: 70%
    }

    .nav__content__right {
        flex: 0 0 30%;
        max-width: 30%
    }
}

@media (max-width:767px) {
    .button.-md {
        padding: .9375rem 1.5rem;
        font-size: .875rem
    }

    .button.-lg {
        padding: 1.125rem 2rem;
        font-size: .875rem
    }

    .button.-xl {
        padding: 1.125rem 2rem;
        font-size: .875rem
    }

    .button.-black,
    .button.-gris,
    .button.-outline-black,
    .button.-outline-white,
    .button.-white {
        min-width: 7.75rem
    }

    form input[type=search],
    form textarea {
        font-size: 1.0625rem
    }

    .sm\:text-xs {
        font-size: var(--text-xs)
    }

    .sm\:text-sm {
        font-size: var(--text-sm)
    }

    .sm\:text-base {
        font-size: var(--text-base)
    }

    .sm\:text-lg {
        font-size: var(--text-lg)
    }

    .sm\:text-xl {
        font-size: var(--text-xl)
    }

    .sm\:text-2xl {
        font-size: var(--text-2xl)
    }

    .sm\:text-3xl {
        font-size: var(--text-3xl)
    }

    .sm\:text-4xl {
        font-size: var(--text-4xl)
    }

    .sm\:text-5xl {
        font-size: var(--text-5xl)
    }

    .sm\:text-6xl {
        font-size: var(--text-6xl)
    }

    .number.-sm {
        font-size: 3.5rem
    }

    .number.-md {
        font-size: 4rem
    }

    .number.-lg {
        font-size: 4.875rem
    }

    .page-404-bg {
        font-size: 56vw;
        color: rgba(0, 0, 0, .03);
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl
    }

    .page-404-title {
        font-size: 2rem
    }

    .page-404-text {
        font-size: 1rem
    }

    .footer.-type-1 .footer__title h2 {
        font-size: 2.25rem
    }

    .footer.-type-2 {
        padding-top: 5rem;
        padding-bottom: 3.75rem
    }

    .footer.-type-2 .footer__social a {
        font-size: 1.125rem;
        margin-right: 1.25rem;
        width: 100%
    }

    .footer.-type-2 .footer__copyright,
    .footer.-type-2 .footer__text {
        margin-top: 3rem
    }

    .masthead.-blog .masthead__content {
        padding-top: 12.5rem;
        padding-bottom: 6.25rem
    }

    .masthead.-blog .masthead__title {
        font-size: 3rem
    }

    .blogPost.comments .blogPost__content .comments__img {
        width: 48px;
        height: 48px;
        max-width: 3rem;
        margin-right: 1rem
    }

    .blogPost.comments .blogPost__content .comments__header {
        flex-flow: column
    }

    .header {
        height: 7.75rem
    }

    .header__bar {
        padding: 0 1.5rem
    }

    .nav__container {
        padding-top: 2.5rem;
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .nav .nav-btn-close .icon,
    .nav .nav-button-back .icon {
        width: 3rem;
        height: 3rem
    }

    .nav__content {
        padding-top: 4.3rem
    }

    .nav__content__left {
        flex: 0 0 70%;
        max-width: 70%
    }

    .nav__content__right {
        flex: 0 0 32%;
        max-width: 32%
    }
}

.nav__info__item {
    overflow: hidden;
    margin-top: 3rem
}

.nav__info__item h5 {
    font-size: .875rem;
    color: #000
}

.nav__info__item a,
.nav__info__item p {
    display: block;
    font-size: 1.125rem
}

.nav__info__content > * {
    margin-top: .25rem
}

.navList__wrap ul.is-visible {
    pointer-events: auto !important;
    width: 100%
}

.blogCard.-type-1.-hover .blogCard__img,
.navList__wrap li,
.portfolioCard__img,
.serviceCard__img {
    overflow: hidden
}

.navList__wrap a {
    transition: color .3s cubic-bezier(.165, .84, .44, 1)
}

.navList__wrap a:hover,
.navList__wrap a:not([href]):not([tabindex]):hover {
    color: var(--color-naranja)
}

.navList {
    margin-top: -.5rem
}

.navList li a {
    cursor: pointer;
    display: inline-block;
    color: #000;
    padding: 8px 0;
    font-size: 2.4rem;
    letter-spacing: .4rem;
    line-height: 1.6;
    font-family: Auxilia
}

.subnav-list {
    position: absolute;
    top: -.5rem
}

.subnav-list li a {
    transform: translateY(100%);
    font-size: 2.75rem
}

.nav__content__left .subnav-list li a {
    font-size: 2rem;
    letter-spacing: .4rem;
    line-height: 1.3;
    font-family: Auxilia
}

@media (max-width:991px) {

    .nav__info__item a,
    .nav__info__item p {
        font-size: 1rem
    }

    .nav__info__item {
        margin-top: 2rem
    }

    .navList li a {
        font-size: 2.75rem
    }

    .subnav-list li a {
        font-size: 2.25rem
    }
}

@media (max-width:575px) {
    .container {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }

    .xs\:text-xs {
        font-size: var(--text-xs)
    }

    .xs\:text-sm {
        font-size: var(--text-sm)
    }

    .xs\:text-base {
        font-size: var(--text-base)
    }

    .xs\:text-lg {
        font-size: var(--text-lg)
    }

    .xs\:text-xl {
        font-size: var(--text-xl)
    }

    .xs\:text-2xl {
        font-size: var(--text-2xl)
    }

    .xs\:text-3xl {
        font-size: var(--text-3xl)
    }

    .xs\:text-4xl {
        font-size: var(--text-4xl)
    }

    .xs\:text-5xl {
        font-size: var(--text-5xl)
    }

    .xs\:text-6xl {
        font-size: var(--text-6xl)
    }

    .footer.-type-1 .footer__title h2 {
        font-size: 1.75rem
    }

    .footer.-type-2 .footer__link {
        font-size: 7vw
    }

    .masthead.-blog .masthead__content {
        padding-top: 11.25rem;
        padding-bottom: 5rem
    }

    .masthead.-blog .masthead__title {
        font-size: 2.25rem
    }

    .nav__content__left {
        flex: 0 0 100%;
        max-width: 100%
    }

    .nav__info {
        display: none
    }

    .navList li a {
        font-size: 6.6vw;
        letter-spacing: 1.3vw;
        padding: 25px 0 20px 0;
        line-height: 7.9vw;
        border-bottom: 1px dotted #9a9a9a;
        width: 100%
    }

    .subnav-list li a {
        font-size: 2rem
    }

    .nav__content__left .subnav-list li a {
        font-size: 5vw;
        line-height: 6vw;
        padding: 25px 0 20px 0;
        letter-spacing: 0.7vw;
        padding-right: calc(100vw * 0.1);
        border-bottom: 1px dotted #9a9a9a;
        width: 100%;
        hyphens: auto;
        -webkit-hyphens: auto
    }
}

.js-logo-menu {
    opacity: 0;
    transition: opacity .3s;
    position: absolute
}

.js-logo-menu.is-not-visible {
    opacity: 1;
    transition: opacity .3s
}

.navList .menu-item-has-children > a::after {
    display: inline-block;
    vertical-align: middle;
    font-family: icomoon !important;
    font-style: normal;
    font-weight: 400;
    font-size: .875rem;
    color: #000;
    transition: color .3s cubic-bezier(.165, .84, .44, 1), transform .3s cubic-bezier(.165, .84, .44, 1);
    content: "\e900";
    margin-left: 1.25rem
}

.navList .menu-item-has-children > a:hover::after {
    color: var(--color-naranja);
    transform: translateX(10px)
}

@media (min-width:1600px) {

    .nav__container,
    .nav__content {
        padding-top: 5rem
    }

    .nav__container {
        padding-left: 7.5rem;
        padding-right: 7.5rem
    }

    .nav-btn-close .icon,
    .nav-button-back .icon {
        width: 4.05vw !important;
        height: 4.05vw !important
    }

    .navList li a {
        padding: .5rem 0;
        font-size: 3.4vw
    }

    .subnav-list li a {
        font-size: 2.84vw
    }

    .navList .menu-item-has-children > a::after {
        font-size: .9vw;
        margin-left: 1.3vw
    }

    .navList .menu-item-has-children > a:hover::after {
        transform: translateX(.6vw)
    }

    .nav__info__item {
        margin-top: 3.05vw
    }

    .nav__info__item h5 {
        font-size: .9vw
    }

    .nav__info__content a,
    .nav__info__content p {
        font-size: 1.12vw
    }
}

.breadcrumbs a,
.lineChart__content p,
.navClassic-wrap a,
.ui-element__social a {
    font-size: inherit;
    line-height: inherit
}

.navClassic-wrap {
    height: 88px
}

.navClassic-list,
.navClassic-list > li {
    display: flex;
    height: 100%
}

.navClassic-wrap a {
    cursor: pointer;
    color: inherit
}

.navClassic-list > li {
    cursor: pointer;
    position: relative;
    align-items: center;
    padding: 0 1.25rem;
    margin-top: auto;
    margin-bottom: auto
}

.navButton__item,
.sectionVideo__btn {
    justify-content: center;
    display: flex
}

.navClassic-list .tippy-box {
    border-radius: .25rem;
    min-width: 11.25rem;
    padding: 1rem 0
}

.navClassic-list .tippy-box[data-placement^=left] > .tippy-arrow,
.navClassic-list .tippy-box[data-placement^=right] > .tippy-arrow {
    color: transparent
}

.navClassic-list .tippy-box[data-placement^=left] > .tippy-arrow::before,
.navClassic-list .tippy-box[data-placement^=right] > .tippy-arrow::before {
    border-bottom-color: transparent
}

.navClassic-list .tippy-box .tippy-content {
    display: block;
    position: relative;
    white-space: nowrap;
    padding: 0
}

.navClassic-list .tippy-box .tippy-content a {
    display: flex;
    padding: 0.55rem 1.6rem;
    width: 100%;
    font-size: 15px;
    transition: color .2s cubic-bezier(.215, .61, .355, 1), background-color .2s cubic-bezier(.215, .61, .355, 1)
}

.navClassic-list .tippy-box .tippy-content a:hover {
    color: var(--color-naranja);
}

.navClassic-list .tippy-box .tippy-content a:hover .submenu-badge-fecha {
    background-color: var(--color-naranja);
}

.navClassic-list .subnav-list {
    position: relative;
    top: unset
}

.navClassic-list .subnav-list a {
    transform: none
}

.tippy-box[data-theme ~ =dark] {
    background-color: #9b999f;
    box-shadow: 0 .25rem .9375rem 0 rgba(0, 0, 0, .1)
}

.tippy-box[data-theme ~ =dark] > .tippy-arrow::before {
    border-bottom-color: #9b999f
}

.tippy-box[data-theme ~ =dark] a:hover {
    color: inherit;
    background-color: rgba(255, 255, 255, .2)
}

.tippy-box[data-theme ~ =light] {
    background-color: #fff;
    box-shadow: 0 .25rem .9375rem 0 rgba(0, 0, 0, .1)
}

.tippy-box[data-theme ~ =light] > .tippy-arrow::before {
    border-bottom-color: #fff
}

.tippy-box[data-theme ~ =light] a:hover {
    color: var(--color-naranja);
    background-color: rgba(0, 0, 0, .03)
}

.tippy-box[data-animation=shift][data-state=hidden] {
    opacity: 0;
    transform: translateY(-.8rem)
}

.backButton:hover .backButton__bg,
.backButton:hover svg,
.blogCard.-type-1.-hover:hover .blogCard__img div,
.guiButton:hover .guiButton__bg,
.guiButton:hover svg,
.whatsappButton:hover .whatsappButton__bg,
.whatsappButton:hover img {
    transform: scale(1.1)
}

.navButton__item {
    align-items: center;
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 100%;
    min-width: unset !important;
    transition: background-color .3s cubic-bezier(.165, .84, .44, 1), color .3s cubic-bezier(.165, .84, .44, 1), border .3s cubic-bezier(.165, .84, .44, 1)
}

.navButton .icon {
    width: 2rem;
    height: 2rem;
    stroke-width: 1
}

.navButton.-sm .navButton__item {
    width: 3.25rem;
    height: 3.25rem
}

.navButton.-sm .navButton__item .icon {
    width: 1.75rem;
    height: 1.75rem
}

.navButton.-md .navButton__item {
    width: 3.75rem;
    height: 3.75rem
}

.navButton.-md .navButton__item .icon {
    width: 2rem;
    height: 2rem
}

.navButton.-lg .navButton__item {
    width: 4.25rem;
    height: 4.25rem
}

.navButton.-lg .navButton__item .icon {
    width: 2.25rem;
    height: 2.25rem
}

.testimonials-slider .testimonials {
    transition: transform .8s cubic-bezier(.165, .84, .44, 1), opacity .8s cubic-bezier(.165, .84, .44, 1), background-color .8s cubic-bezier(.165, .84, .44, 1), border-color .8s cubic-bezier(.165, .84, .44, 1), box-shadow .8s cubic-bezier(.165, .84, .44, 1);
    border: none;
    box-shadow: 0 1.25rem 3.125rem rgba(63, 76, 96, .07)
}

.backButton,
.backButton .backButton__bg,
.backButton svg,
.guiButton,
.guiButton .guiButton__bg,
.guiButton svg,
.whatsappButton,
.whatsappButton .whatsappButton__bg,
.whatsappButton img {
    transition: transform .55s cubic-bezier(.215, .61, .355, 1), opacity .55s cubic-bezier(.215, .61, .355, 1)
}

.testimonials-slider .testimonials .testimonials__author,
.testimonials-slider .testimonials .testimonials__comment {
    transition: color .8s cubic-bezier(.165, .84, .44, 1)
}

.pieChart-dark:hover .pieChart-text,
.testimonials-slider .swiper-slide-active .testimonials .testimonials__author h6,
.text-light {
    color: var(--font-light)
}

.testimonials-slider .swiper-slide-active .testimonials .testimonials__author h6 .text-black {
    color: #fff
}

.testimonials {
    position: relative;
    height: 100%
}

.sectionVideo {
    position: relative;
    z-index: unset !important
}

.sectionVideo__btn {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    align-items: center;
    width: 4.5rem;
    height: 4.5rem;
    border: 0;
    border-radius: 100%
}

.sectionVideo__btn::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #fff;
    -webkit-animation: 2.4s cubic-bezier(0.215, 0.61, 0.355, 1) infinite video_btn_pulse;
    animation: 2.4s cubic-bezier(0.215, 0.61, 0.355, 1) infinite video_btn_pulse
}

.sectionVideo__btn__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.sectionVideo__btn i {
    position: relative;
    z-index: 2
}

@-webkit-keyframes video_btn_pulse {
    0% {
        opacity: .6;
        transform: scale(1)
    }

    100%,
    75% {
        opacity: 0;
        transform: scale(1.4)
    }
}

@keyframes video_btn_pulse {
    0% {
        opacity: .6;
        transform: scale(1)
    }

    100%,
    75% {
        opacity: 0;
        transform: scale(1.4)
    }
}

.backButton,
.guiButton {
    pointer-events: none;
    opacity: 0;
    transform: scale(.8);
    cursor: pointer;
    position: fixed;
    bottom: 3rem;
    right: calc((-1 * (100vw - 100%)) + 3rem);
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.3rem;
    height: 4.3rem
}

.backButton__bg,
.guiButton__bg {
    position: absolute;
    z-index: -1;
    border-radius: 100%
}

.backButton.is-visible,
.guiButton.is-visible,
.whatsappButton.is-visible {
    pointer-events: auto;
    opacity: 1;
    transform: scale(1)
}

.guiButton.is-visible-scrolling,
.whatsappButton,
.whatsappButton.is-visible-scrolling {
    transform: scale(.8);
    pointer-events: none;
    opacity: 0
}

.backButton__bg {
    background-color: #000;
    width: 100%;
    height: 100%
}

.backButton__icon__wrap,
.guiButton__icon__wrap,
.whatsappButton__icon__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.backButton__button {
    color: #fff;
    width: 3.5rem;
    height: 3.5rem
}

.guiButton__bg {
    background-color: var(--color-gris-2);
    width: 100%;
    height: 100%
}

.guiButton__button {
    color: #000;
    width: 2.5rem;
    height: 2.5rem
}

.whatsappButton {
    cursor: pointer;
    position: fixed;
    bottom: 7.9rem;
    right: calc((-1 * (100vw - 100%)) + 3rem);
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.3rem;
    height: 4.3rem
}

.whatsappButton__bg {
    position: absolute;
    z-index: -1;
    background-color: #25d366;
    border-radius: 100%;
    width: 100%;
    height: 100%
}

.whatsappButton__button {
    color: #fff;
    width: 2.3rem;
    height: 2.3rem
}

.pieChart .pieChart-percent,
.pieChart .pieChart-text,
.pieChart .pieChart-title,
.social__item {
    transition: color .35s cubic-bezier(.165, .84, .44, 1)
}

.breadcrumbs a {
    color: inherit
}

.breadcrumbs-item {
    display: flex;
    font-size: 1rem;
    color: inherit;
    line-height: 1.4
}

.breadcrumbs-item::before {
    content: "/";
    color: inherit;
    font-weight: 400;
    padding: 0 .3125rem
}

.breadcrumbs-item:first-child::before,
.contact-form.-type-1 .ajax-form-alert {
    display: none
}

.breadcrumbs .active,
.footer.-type-core .footer-bottom .footer-collective a,
.js-resultados-tag strong {
    font-weight: 700
}

.social {
    display: flex;
    z-index: 100
}

.social.-bordered .social__item {
    border-radius: 100%;
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.social__item {
    position: relative;
    font-size: 1rem;
    margin-right: 1rem
}

.social__item:hover,
.text-accent,
.text-naranja {
    color: var(--color-naranja)
}

.text-verde {
    color: #32511E;
}

.contact-form.-type-1 label {
    width: 100%;
    margin: 0;
    padding: 0
}

.contact-form.-type-1 label .form__error {
    display: none;
    color: red;
    font-size: 1rem;
    margin-top: .375rem
}

.contact-form.-type-1 .ajax-form-alert.is-active,
.contact-form.-type-1 label .form__error.is-active,
.footer-home-slider .social-icono i,
.pop-cifras-fondos span,
.portfolioCard {
    display: block
}

.contact-form.-type-1 .ajax-form-alert.is-error .ajax-form-alert__content {
    background-color: rgba(255, 0, 0, .25)
}

.contact-form.-type-1 .ajax-form-alert.is-success .ajax-form-alert__content {
    background-color: rgba(0, 128, 0, .2)
}

.contact-form.-type-1 .ajax-form-alert__content {
    display: inline-block;
    color: #000;
    padding: .625rem 1rem;
    border-radius: .25rem
}

.clientsItem__title,
.contact-form.-type-1 .ajax-form-alert__content a,
.control-politicas-a,
.portfolioCard__cuerpo a,
.publicaciones__content a {
    font-weight: 600
}

.contact-form.-type-1 .ajax-form-alert__content a:hover,
.footer.-type-core .footer-bottom .footer-collective a:hover {
    color: #000;
    text-decoration: underline
}

.contact-form.-type-1 input.-error,
.contact-form.-type-1 textarea.-error {
    border-color: red !important
}

.sectionHeading__subtitle {
    font-size: .875rem;
    margin-bottom: 1.5rem;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: #000
}

.blogCard.-type-2.-hover:hover .blogCard__date > *,
.blogCard.-type-2.-hover:hover .blogCard__info,
.blogCard.-type-2.-hover:hover .blogCard__info a,
.blogCard.-type-2.-hover:hover .blogCard__text,
.blogCard.-type-2.-hover:hover .blogCard__title a,
.pieChart-dark:hover .pieChart-percent,
.pieChart-dark:hover .pieChart-title,
.sectionHeading__subtitle.-light,
.text-white {
    color: #fff
}

.sectionHeading.-sm .sectionHeading__title {
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 2.5rem
}

.sectionHeading.-md .sectionHeading__title {
    line-height: 1.1;
    font-weight: 700;
    font-size: 3.5rem
}

.sectionHeading.-lg .sectionHeading__title {
    line-height: 1.1;
    font-weight: 700;
    font-size: 4.25rem
}

.sectionHeading.-xl .sectionHeading__title {
    line-height: 1.2;
    font-weight: 700;
    font-size: 5.625rem
}

.masthead,
[data-parallax] {
    position: relative;
    z-index: 0
}

[data-parallax] > div {
    display: flex;
    justify-content: center;
    align-items: center
}

[data-parallax] [data-parallax-target] {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1
}

body.preloader-visible .preloader__bg {
    transform: scaleY(1)
}

.portfolioCard.-type-2.-hover:hover .portfolioCard__content,
.portfolioCard.-type-medios.-hover:hover .portfolioCard__content,
.teamCard.-type-1.-hover:hover .teamCard__content,
body.preloader-visible .preloader__progress {
    opacity: 1
}

.preloader {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.preloader__bg,
.sliderMain.-type-3 .slider__content.is-active,
.sliderMain.-type-3 .slider__navs.is-active {
    pointer-events: auto
}

.preloader__bg {
    height: 100%;
    width: 100%;
    background-color: var(--bg-dark-4);
    box-shadow: 0 0 1.25rem rgba(0, 0, 0, .12);
    will-change: transform;
    transform: scaleY(0)
}

.preloader__progress {
    position: absolute;
    z-index: 200;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6.5rem;
    height: 6.5rem;
    background-color: #3f3f3f;
    opacity: 0;
    -webkit-mask-image: var(--preloader-image);
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-image: var(--preloader-image);
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat
}

.preloader__progress__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform-origin: bottom;
    transform: scaleY(0)
}

.ui-element {
    position: absolute;
    z-index: 50
}

.cursor,
.masthead .masthead-shapes__shape.-fixed,
.ui-element.-fixed {
    position: fixed
}

.ui-element.-bottom {
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%)
}

.ui-element.-center {
    top: 50%;
    transform: translateY(-50%) !important;
    width: 100%
}

.ui-element.-bottom-left {
    bottom: 3rem;
    left: 3rem
}

.navButton .-right {
    position: absolute;
    right: 3.7rem
}

.navButton .-left {
    margin-left: 50px
}

.ui-element.-bottom-right {
    bottom: 3rem;
    right: calc((-1 * (100vw - 100%)) + 3rem)
}

.ui-element.-left {
    left: 3rem;
    top: 50%;
    transform: translateY(-50%)
}

.ui-element.-right {
    right: calc((-1 * (100vw - 100%)) + 3rem);
    top: 50%;
    transform: translateY(-50%)
}

.cursor.is-active.has-label .cursor__label,
.pagination__item.is-active {
    transform: scale(1)
}

.ui-element__social {
    display: flex;
    font-size: 1rem;
    line-height: 100%
}

.ui-element__social a {
    margin-right: 1.5rem
}

.ui-element__social a:last-child {
    margin: 0
}

.ui-element__social.-column {
    flex-flow: column wrap
}

.ui-element__social.-column a {
    margin: 0 0 1.5rem
}

.ui-element__social.-column a:last-child {
    margin-bottom: 0
}

.ui-element__scroll {
    overflow: hidden;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: .02em;
    font-weight: 400
}

.cursor,
.pagination {
    justify-content: center;
    display: flex
}

.ui-element__scroll .icon {
    width: 1.5rem;
    height: 1.5rem;
    stroke-width: 1.5;
    margin-left: .5rem;
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-name: uiScrollInfinite;
    animation-name: uiScrollInfinite;
    -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes uiScrollInfinite {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(100%)
    }
}

@keyframes uiScrollInfinite {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(100%)
    }
}

.pagination {
    align-items: center;
    width: 100%;
    z-index: 10
}

.pagination__item {
    border-radius: 100%;
    width: .75rem;
    height: .75rem;
    margin-left: .625rem;
    margin-right: .625rem;
    transform: scale(.5);
    transition: opacity .3s cubic-bezier(.215, .61, .355, 1), transform .3s cubic-bezier(.215, .61, .355, 1), color .3s cubic-bezier(.215, .61, .355, 1)
}

.pagination.-light .pagination__item {
    background-color: rgba(255, 255, 255, .5)
}

.pagination.-light .pagination__item.is-active {
    background-color: rgba(255, 255, 255, .8)
}

.overlay-black-md::after,
.pagination.-dark .pagination__item {
    background-color: rgba(0, 0, 0, .5)
}

.bg-negro-cifra,
.pagination.-dark .pagination__item.is-active {
    background-color: rgba(0, 0, 0, .8)
}

body.is-cursor-active,
body.is-cursor-active * {
    cursor: none !important
}

.cursor {
    pointer-events: none;
    z-index: 9999999;
    align-items: center;
    transition: transform .1s cubic-bezier(.165, .84, .44, 1);
    visibility: hidden
}

.cursor__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1)
}

.cursor__follower {
    position: absolute;
    background-color: #888;
    opacity: .25;
    border-radius: 100%;
    width: 1.5rem;
    height: 1.5rem;
    transition: transform .3s cubic-bezier(.165, .84, .44, 1), opacity .3s cubic-bezier(.165, .84, .44, 1), background-color .1s cubic-bezier(.165, .84, .44, 1)
}

.cursor__arrows {
    position: absolute;
    display: flex;
    opacity: 0;
    transform: scale(.7) rotate(40deg);
    transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1)
}

.cursor__arrows > * {
    position: relative;
    color: #000;
    stroke-width: 1
}

.cursor__icon,
.cursor__label {
    color: #fff;
    will-change: transform, opacity;
    transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
    position: absolute;
    display: flex;
    transform: scale(0)
}

.cursor__arrows > :first-child {
    left: -.625rem
}

.cursor__arrows > :last-child {
    right: -.625rem
}

.cursor__label {
    justify-content: center;
    align-items: center;
    letter-spacing: .05em
}

.cursor__icon {
    justify-content: center;
    align-items: center
}

.cursor__icon svg {
    width: 25px;
    height: 25px;
    stroke-width: .75
}

.cursor.is-enabled {
    visibility: visible
}

.cursor.is-hidden .cursor__wrapper {
    transform: scale(0) !important
}

.cursor.is-mouse-down .cursor__wrapper {
    transform: scale(.8)
}

.cursor.is-active .cursor__follower {
    transform: scale(3.1);
    opacity: .25
}

.cursor.is-active.has-icon .cursor__follower,
.cursor.is-active.has-label .cursor__follower {
    background-color: #000;
    opacity: .8
}

.cursor.is-active.has-icon .cursor__icon {
    transform: scale(1.4)
}

.sliderMain.-type-1 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh
}

.sliderMain.-type-1 .sliderMain__wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.sliderMain.-type-1 .sliderMain__img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.sliderMain.-type-1 .sliderMain__img.-cover-dark::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .7)
}

#biografia-1,
#biografia-2,
#biografia-3,
#biografia-4,
#contactanos,
.cifras__cifra,
.clientsItem,
.glightbox-bio-overlay-bg .ginlined-content,
.masthead.-type-1 .masthead__content,
.masthead.-type-3 .masthead__content,
.medios__tags__pos,
.portfolioCard.-type-2,
.portfolioCard.-type-medios,
.position-relative,
.relative,
.sliderMain.-type-1 .sliderMain__content,
.teamCard {
    position: relative
}

.sliderMain.-type-1 .sliderMain__bgTitle {
    position: absolute;
    font-size: 16vw;
    line-height: 1;
    letter-spacing: -.02em;
    color: rgba(255, 255, 255, .03);
    text-align: center
}

.sliderMain.-type-1 .sliderMain__title {
    word-wrap: break-word;
    font-size: 7.6vw
}

.sliderMain.-type-2 {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: calc(100vw / 2.17);
    background-color: var(--color-celeste)
}

.sliderMain.-type-inner {
    height: calc(100vw / 3.17);
    background-color: var(--color-gris-2)
}

.sliderMain.-type-2 .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1)
}

.sliderMain.-type-2 .slider__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    height: 100%;
    padding-top: 2.125rem;
    pointer-events: none
}

.sliderMain.-type-2 .slider__subtitle {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    width: 60%;
    margin-right: auto;
    margin-left: auto
}

.sliderMain.-type-2 .slider__title {
    display: block;
    line-height: 1.1;
    letter-spacing: -.02em;
    font-size: 5vw
}

.sliderMain.-type-2 .slider__images,
.sliderMain.-type-2 .slider__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.sliderMain.-type-2 .slider__pretitle,
.sliderMain.-type-2 .slider__title {
    opacity: 1;
    transform: scale(.6);
    transition: opacity .6s cubic-bezier(.77, 0, .175, 1), transform .6s cubic-bezier(.77, 0, .175, 1) 0
}

.sliderMain.-type-2 .slider__btn,
.sliderMain.-type-2 .slider__subtitle {
    transform: translateY(100%);
    transition: transform .8s cubic-bezier(.165, .84, .44, 1), opacity .8s cubic-bezier(.165, .84, .44, 1) 0
}

.sliderMain.-type-2 .slider__img {
    opacity: 0;
    transform: scale(1.3);
    transition: transform .6s cubic-bezier(.77, 0, .175, 1), opacity .6s cubic-bezier(.77, 0, .175, 1)
}

.clientsItem.-hover .clientsItem__content,
.clientsItem.-hover .clientsItem__img {
    transition: transform 480ms cubic-bezier(.77, 0, .175, 1), opacity 480ms cubic-bezier(.77, 0, .175, 1)
}

.sliderMain.-type-2 .slider__img.is-active {
    opacity: 1;
    transform: scale(1)
}

.sliderMain.-type-2 .swiper-slide-active .slider__title,
.sliderMain.-type-2 .swiper-slide-duplicate-active .slider__pretitle,
.sliderMain.-type-2 .swiper-slide-duplicate-active .slider__title {
    opacity: 1;
    transform: scale(1.1);
    transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .2s, transform .5s cubic-bezier(.165, .84, .44, 1) .2s
}

.sliderMain.-type-2 .swiper-slide-active .slider__btn,
.sliderMain.-type-2 .swiper-slide-active .slider__subtitle,
.sliderMain.-type-2 .swiper-slide-duplicate-active .slider__btn,
.sliderMain.-type-2 .swiper-slide-duplicate-active .slider__subtitle {
    transform: none;
    transition: transform .5s cubic-bezier(.165, .84, .44, 1) .2s, opacity .5s cubic-bezier(.165, .84, .44, 1) .2s
}

.sliderMain.-type-3 {
    overflow: visible;
    position: relative;
    z-index: 5;
    height: 100vh;
    width: 100%
}

.sliderMain.-type-3 .slider__img {
    width: 100%;
    height: 100%
}

.sliderMain.-type-3 .slider__img__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform-origin: left
}

.sliderMain.-type-3 .slider__img__bg {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

.sliderMain.-type-3 .slider__content__wrapper {
    position: relative;
    display: flex;
    align-items: center
}

.sliderMain.-type-3 .slider__content {
    pointer-events: none;
    position: absolute;
    left: 0
}

.sliderMain.-type-3 .slider__title {
    font-size: 6.1vw;
    letter-spacing: 0.9vw;
    line-height: 6.3vw !important;
}

.sliderMain.-type-3 .slider__title .split__line {
    padding-bottom: .25rem;
    height: 6.3vw;
    line-height: 8.2vw;
}

.bg-white,
.masthead .masthead-shapes__shape.-white,
.pieChart-light:hover,
.sliderMain.-type-3 .slider__title.-line-bg-white {
    background-color: #fff
}

.bg-black,
.bg-negro-cifra::before,
.masthead .masthead-shapes__shape.-black,
.pieChart-dark:hover,
.sliderMain.-type-3 .slider__title.-line-bg-black {
    background-color: #000
}

.sliderMain.-type-3 .slider__navs {
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
    transform: translateY(-50%) translateX(25%);
    transform: rotate(270deg) !important
}

.sliderMain.-type-3 .slider__navs .navButton {
    display: flex;
    flex-flow: column nowrap
}

.masthead__bg {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.masthead .masthead-shapes__item {
    position: absolute;
    z-index: 1
}

.masthead .masthead-shapes__shape.-light-1 {
    background-color: #fafafa
}

.masthead .masthead-shapes__shape.-dark-2 {
    background-color: #17171c
}

.masthead .masthead-shapes__shape.-shadow-light {
    box-shadow: 0 0 60px rgba(0, 0, 0, .08)
}

.masthead .masthead-shapes__shape.-shadow-dark {
    box-shadow: 0 0 60px rgba(0, 0, 0, .35)
}

.masthead .masthead-shapes.-group-1 .-item-1 {
    top: -23.75vw;
    left: -28.75vw
}

.masthead .masthead-shapes.-group-1 .-item-1 .masthead-shapes__shape {
    width: 64vw;
    height: 64vw;
    border-radius: 100%
}

.masthead .masthead-shapes.-group-1 .-item-2 {
    bottom: -21.5625vw;
    right: -19.6875vw
}

.masthead .masthead-shapes.-group-1 .-item-2 .masthead-shapes__shape {
    width: 68.4vw;
    height: 68.4vw;
    border-radius: 100%
}

.masthead .masthead-shapes.-group-2 .-item-1 {
    top: 10vw;
    right: 14.3vw
}

.masthead .masthead-shapes.-group-2 .-item-1 .masthead-shapes__shape {
    width: 35rem;
    height: 35rem;
    border-radius: 100%
}

.masthead .masthead-shapes.-group-3 .-item-1 {
    top: -15vw;
    left: -30vw
}

.masthead .masthead-shapes.-group-3 .-item-1 .masthead-shapes__shape {
    border-radius: 100%;
    width: 78.5vw;
    height: 78.5vw
}

.masthead .masthead-shapes.-group-3 .-item-2 {
    top: -24.25vw;
    right: -15.0625vw
}

.masthead .masthead-shapes.-group-3 .-item-2 .masthead-shapes__shape {
    border-radius: 100%;
    width: 44vw;
    height: 44vw
}

.masthead .masthead-shapes.-group-3 .-item-3 {
    bottom: -30.9375vw;
    right: -20.375vw
}

.masthead .masthead-shapes.-group-3 .-item-3 .masthead-shapes__shape {
    border-radius: 100%;
    width: 46vw;
    height: 46vw
}

.masthead .masthead-shapes.-group-4 .-item-1 {
    top: -35rem;
    left: -31.25rem
}

.masthead .masthead-shapes.-group-4 .-item-1 .masthead-shapes__shape {
    border-radius: 100%;
    width: 71.875rem;
    height: 71.875rem
}

.masthead .masthead-shapes.-group-4 .-item-2 {
    top: -18.75rem;
    right: -18.75rem
}

.masthead .masthead-shapes.-group-4 .-item-2 .masthead-shapes__shape {
    border-radius: 100%;
    width: 50rem;
    height: 50rem
}

.masthead .masthead-shapes.-group-5 .-item-1 {
    top: -32.5rem;
    left: -30.375rem
}

.masthead .masthead-shapes.-group-5 .-item-1 .masthead-shapes__shape {
    border-radius: 100%;
    width: 76.875rem;
    height: 76.875rem
}

.masthead .masthead-shapes.-group-5 .-item-2 {
    top: -13.25rem;
    right: -18.75rem
}

.masthead .masthead-shapes.-group-5 .-item-2 .masthead-shapes__shape {
    border-radius: 100%;
    width: 49.375rem;
    height: 49.375rem
}

.masthead .masthead-shapes.-group-6 .-item-1 {
    top: 50%;
    left: 50%;
    transform: translateY(-36%) translateX(-52%)
}

.masthead .masthead-shapes.-group-6 .-item-1 .masthead-shapes__shape {
    border-radius: 100%;
    width: 560px;
    height: 560px
}

.masthead.-type-work-1.-full-screen .masthead__content {
    padding-top: 0;
    height: 100vh;
    display: flex;
    align-items: flex-end
}

.masthead.-type-work-1 .masthead__content {
    padding-top: 16.25rem;
    padding-bottom: 5rem
}

.masthead.-type-work-1 .masthead__title {
    line-height: 1.05;
    font-size: 6.25rem;
    letter-spacing: -.01em
}

.masthead.-type-work-1 .masthead__title .split__line {
    padding-bottom: .25rem
}

.masthead.-type-work-1 .masthead__info__wrap {
    margin-top: 13.75rem
}

.masthead.-type-1,
.masthead.-type-2,
.masthead.-type-3 {
    overflow: visible;
    display: flex;
    align-items: center;
    height: 100vh;
    width: 100%
}

.masthead.-type-1 .masthead__title {
    line-height: 1.2;
    font-size: 6vw
}

.masthead.-type-1 .masthead__text {
    max-width: 18.75rem
}

.masthead.-type-2 .masthead__content {
    position: relative;
    padding-top: 4.8vw
}

.masthead.-type-2 .masthead__title {
    line-height: 1.05;
    font-size: 7.5vw
}

.masthead.-type-2 .masthead__title .overflow-hidden {
    padding-bottom: .9%
}

.masthead.-type-3 .masthead__content.-left-padding .masthead__subtitle {
    margin-left: 4.9375rem
}

.masthead.-type-3 .masthead__content.-left-padding .masthead__text {
    margin-left: 4.8125rem
}

.masthead.-type-3 .masthead__content.-left-padding .masthead__button {
    margin-left: 4.6875rem
}

.masthead.-type-3 .masthead__title {
    line-height: 1.1;
    font-size: 6rem
}

.masthead.-type-3 .masthead__title .overflow-hidden {
    padding-bottom: .8%
}

.masthead.-type-4 {
    position: relative;
    z-index: 5;
    overflow: visible;
    width: 100%;
    height: 100vh
}

.masthead.-type-4 .masthead__img__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bg-dark-1);
    transform-origin: right
}

.masthead.-type-4 .masthead__title {
    line-height: 1.1;
    font-size: 4vw
}

.serviceCard {
    display: flex;
    flex-direction: column;
    height: 100%
}

.serviceCard__content {
    flex: 1 1 auto
}

.serviceCard__navButton {
    margin-left: -.0625rem
}

.priceCard__price {
    letter-spacing: -.05em
}

.priceCard__badge {
    display: inline-block;
    padding: .5rem .625rem;
    line-height: 1;
    border-radius: .375rem;
    background-color: #f0f0f0
}

.priceCard__badge.-light {
    background-color: rgba(255, 255, 255, .08)
}

.priceCard__list li {
    margin-bottom: .75rem
}

.formulario-boletin label,
.priceCard__list li:last-child {
    margin-bottom: 0
}

.priceCard__list li p {
    line-height: 1.3
}

.bar-stroke-hidden {
    stroke-width: 0 !important
}

.pieChart-chart {
    transform: rotate(-90deg);
    display: flex;
    justify-content: center;
    align-items: center
}

.pieChart circle {
    stroke-dashoffset: 0;
    fill: transparent;
    stroke-width: .125rem
}

.pieChart circle.pieChart-bar {
    stroke: var(--color-naranja);
    stroke-width: .375rem
}

.pieChart-percent {
    transform: rotate(90deg);
    position: absolute;
    font-size: 1.75rem;
    font-weight: 600
}

.pieChart-title {
    font-size: 1.375rem;
    line-height: 1.75rem
}

.pieChart {
    transition: background-color .35s cubic-bezier(.165, .84, .44, 1)
}

.pieChart-light circle {
    stroke: rgba(255, 255, 255, 0.2)
}

.pieChart-light:hover .pieChart-text,
.text-dark {
    color: var(--font-dark)
}

.pieChart-dark circle {
    stroke: rgba(0, 0, 0, 0.1)
}

.lineChart__item {
    margin-top: 2rem
}

.lineChart__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .5rem
}

.lineChart__content p {
    color: inherit
}

.lineChart-bar {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: .1875rem
}

.lineChart-bar__item {
    width: 100%;
    height: 100%;
    transform-origin: 0 50%;
    transform: scaleX(0)
}

.lineChart-bar__bg {
    position: absolute;
    width: 100%;
    height: .1875rem;
    background-color: rgba(0, 0, 0, .1)
}

.lineChart-bar__bg.-light {
    background-color: rgba(255, 255, 255, .1)
}

.clientsItem__img {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.clientsItem__content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: var(--bg-dark-1)
}

.clientsItem.-hover .clientsItem__content {
    transform-origin: bottom;
    transform: scaleY(0)
}

.clientsItem.-hover .clientsItem__title {
    transition: transform 350ms cubic-bezier(.165, .84, .44, 1), opacity 350ms cubic-bezier(.165, .84, .44, 1);
    opacity: 0;
    transform: translateY(16px)
}

.clientsItem.-hover:hover .clientsItem__img {
    opacity: 1;
    transform: translateY(-24px)
}

.clientsItem.-hover:hover .clientsItem__content {
    opacity: 1;
    transform: none
}

.clientsItem.-hover:hover .clientsItem__title {
    transition: transform 480ms cubic-bezier(.165, .84, .44, 1) 350ms, opacity 480ms cubic-bezier(.165, .84, .44, 1) 350ms;
    opacity: 1;
    transform: none
}

.clientsItem.-hover.-light .clientsItem__content {
    background-color: var(--bg-light-1)
}

.blogCard {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%
}

.blogCard__content-no-image {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.blogCard__content {
    flex: 1 1 auto
}

.blogCard.-type-1.-hover .blogCard__img div {
    transition: transform .46s cubic-bezier(.165, .84, .44, 1);
    transform: scale(1.01)
}

.blogCard.-type-2 {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.blogCard.-type-2 .blogCard__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0
}

.blogCard.-type-2 .blogCard__img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6)
}

.portfolioCard.-type-medios .portFolioCard__tags.-tl,
.portfolioCard.-type-medios .portFolioCard__tags.-tlc {
    left: 30px;
    top: 30px
}

.blogCard.-type-2.-hover .blogCard__img {
    transform: scale(1.1);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1), opacity .6s cubic-bezier(.165, .84, .44, 1)
}

.blogCard.-type-2.-hover .blogCard__date > *,
.blogCard.-type-2.-hover .blogCard__info,
.blogCard.-type-2.-hover .blogCard__info a,
.blogCard.-type-2.-hover .blogCard__text,
.blogCard.-type-2.-hover .blogCard__title a {
    transition: color .6s cubic-bezier(.165, .84, .44, 1) 0 !important
}

.blogCard.-type-2.-hover:hover .blogCard__img {
    opacity: 1;
    transform: scale(1.3)
}

.teamCard__social__item {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .9375rem;
    margin-right: 1.75rem
}

.teamCard.-type-1 .teamCard__content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7)
}

.teamCard.-type-1.-hover .teamCard__content {
    transition: opacity .35s cubic-bezier(.165, .84, .44, 1);
    opacity: 0
}

.teamCard.-type-1.-hover .teamCard__social,
.teamCard.-type-1.-hover h4,
.teamCard.-type-1.-hover p {
    transition: transform .35s cubic-bezier(.165, .84, .44, 1)
}

.teamCard.-type-1.-hover .teamCard__title {
    transform: translateY(1.25rem)
}

.teamCard.-type-1.-hover .teamCard__text {
    transform: translateY(1.5rem)
}

.teamCard.-type-1.-hover .teamCard__social {
    transform: translateY(2rem)
}

.teamCard.-type-1.-hover:hover .teamCard__social,
.teamCard.-type-1.-hover:hover .teamCard__text,
.teamCard.-type-1.-hover:hover .teamCard__title {
    transform: none
}

.portfolioCard.-type-1.-hover .portfolioCard__img,
.portfolioCard.-type-1.-hover .portfolioCard__img__inner {
    transition: transform .4s cubic-bezier(.165, .84, .44, 1)
}

.portfolioCard.-type-1.-hover .portfolioCard__category,
.portfolioCard.-type-1.-hover .portfolioCard__title,
.portfolioCard.-type-medios.-hover .portfolioCard__category,
.portfolioCard.-type-medios.-hover .portfolioCard__title {
    transition: color .4s cubic-bezier(.165, .84, .44, 1), transform .4s cubic-bezier(.165, .84, .44, 1)
}

.portfolioCard.-type-1.-hover:hover .portfolioCard__img {
    transform: scale(.95)
}

.portfolioCard.-type-1.-hover:hover .portfolioCard__img__inner {
    transform: scale(1.1)
}

.portfolioCard.-type-1.-hover:hover .portfolioCard__category {
    transform: translateX(2rem)
}

.portfolioCard.-type-1.-hover:hover .portfolioCard__title {
    transform: translateX(2rem);
    color: var(--color-naranja)
}

.portfolioCard.-type-2 .portfolioCard__content,
.portfolioCard.-type-medios .portfolioCard__content {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.portfolioCard.-type-2 .portfolioCard__content a {
    position: relative;
    z-index: 4
}

.portfolioCard.-type-2 .portfolioCard__link,
.portfolioCard.-type-medios .portfolioCard__link,
.portfolioCard.-type-publicaciones .publicaciones__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.portfolioCard.-type-2.-hover .portfolioCard__img,
.portfolioCard.-type-medios.-hover .portfolioCard__img {
    overflow: hidden
}

.portfolioCard.-type-2.-hover .portfolioCard__img__inner {
    transform: scale(1.01);
    transition: transform .4s cubic-bezier(.165, .84, .44, 1)
}

.portfolioCard.-type-2.-hover .portfolioCard__content,
.portfolioCard.-type-medios.-hover .portfolioCard__content {
    opacity: 0;
    transition: opacity .4s cubic-bezier(.165, .84, .44, 1)
}

.portfolioCard.-type-2.-hover .portfolioCard__content a,
.portfolioCard.-type-2.-hover .portfolioCard__content p {
    opacity: 0;
    transform: translateY(2rem);
    transition: opacity .4s cubic-bezier(.165, .84, .44, 1), transform .4s cubic-bezier(.165, .84, .44, 1)
}

.portfolioCard.-type-2.-hover .portfolioCard__content h3 {
    opacity: 0;
    transform: translateY(2rem);
    transition: opacity .4s cubic-bezier(.165, .84, .44, 1) 60ms, transform .4s cubic-bezier(.165, .84, .44, 1) .06s
}

.portfolioCard.-type-2.-hover:hover .portfolioCard__img__inner,
.portfolioCard.-type-medios.-hover:hover .portfolioCard__img__inner {
    transform: scale(1.08)
}

.portfolioCard.-type-2.-hover:hover .portfolioCard__content a,
.portfolioCard.-type-2.-hover:hover .portfolioCard__content h3,
.portfolioCard.-type-2.-hover:hover .portfolioCard__content p {
    opacity: 1;
    transform: none
}

.portfolioCard.-type-medios .portfolioCard__content a {
    position: relative;
    z-index: 4
}

.portfolioCard.-type-medios.-hover .portfolioCard__img__inner {
    transform: scale(1.01);
    transition: transform .4s cubic-bezier(.165, .84, .44, 1)
}

.portfolioCard.-type-medios.-hover .portfolioCard__content a,
.portfolioCard.-type-medios.-hover .portfolioCard__content p {
    opacity: 0;
    transform: translateY(2rem);
    transition: opacity .4s cubic-bezier(.165, .84, .44, 1), transform .4s cubic-bezier(.165, .84, .44, 1)
}

.portfolioCard.-type-medios.-hover .portfolioCard__content h3 {
    opacity: 0;
    transform: translateY(2rem);
    transition: opacity .4s cubic-bezier(.165, .84, .44, 1) 60ms, transform .4s cubic-bezier(.165, .84, .44, 1) .06s
}

.portfolioCard.-type-medios.-hover:hover .portfolioCard__content a,
.portfolioCard.-type-medios.-hover:hover .portfolioCard__content h3,
.portfolioCard.-type-medios.-hover:hover .portfolioCard__content p {
    opacity: 1;
    transform: none
}

.portfolioCard.-type-medios .portfolioCard__title {
    margin-bottom: 5px
}

.portfolioCard.-type-medios .portfolioCard__title h1 {
    font-size: 2.3vw;
    letter-spacing: .6vw
}

.portfolioCard.-type-medios .portfolioCard__post__data {
    display: inline-flex;
    margin-bottom: 23px
}

.portfolioCard.-type-medios .portfolioCard__post__data h3 {
    font-size: 1vw;
    letter-spacing: .2vw;
    display: block;
    margin: auto 4px auto 0
}

.portfolioCard.-type-medios .portfolioCard__post__data span {
    font-size: .93vw;
    letter-spacing: 1px;
    display: block;
    margin-top: .5vw;
    line-height: 0;
    margin-right: 14px
}

.portfolioCard.-type-medios .portfolioCard__cuerpo {
    margin-top: 28px;
    font-size: 15px
}

.portfolioCard.-type-medios .portFolioCard__tags {
    position: absolute;
    z-index: 3
}

.portfolioCard.-type-medios .portFolioCard__tags.-tr {
    top: 30px;
    right: 30px
}

.portfolioCard.-type-medios .portFolioCard__tags.-trc {
    right: 30px;
    top: 30px
}

.portfolioCard.-type-medios .portFolioCard__tags a {
    letter-spacing: 1.5px;
    font-family: Auxilia;
    font-weight: 900;
    text-decoration: none;
    font-size: 9px;
    background-color: var(--bg-light-1);
    padding: 6px 11px;
    margin-right: 1px;
    margin-bottom: 3px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 4px;
    margin-left: 5px
}

.portfolioCard.-type-medios .portFolioCard__tags a:hover {
    background-color: var(--bg-light-2);
    color: #fff;
    transition: .2s
}

.portfolioCard.-type-publicaciones {
    position: relative;
    box-shadow: var(--box-shadow);
    background-color: #fff;
    padding: 41px;
    border-radius: 7px;
    transition: transform .3s
}

.portfolioCard.-type-publicaciones .publicaciones__img {
    width: 100%;
    margin-bottom: 16px
}

.cifras-contenedor,
.masonry.-col-1 .masonry__item,
.masonry.-col-1 .masonry__item.-big,
.masonry.-col-1 .masonry__item.-wide,
.masonry.-col-1 .masonry__sizer,
.masonry.-col-2 .masonry__item.-big,
.masonry.-col-2 .masonry__item.-wide,
.nav-cifras-body,
.nav-cifras-body li,
.portfolioCard__img img,
.publicaciones__img img,
.thumbstone__block img,
.w-1\/1 {
    width: 100%
}

.portfolioCard.-type-publicaciones .publicaciones__fecha {
    font-size: 12px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 12px
}

.portfolioCard.-type-publicaciones .publicaciones__title h3 {
    font-size: 15px;
    letter-spacing: 4px;
    margin-bottom: 16px;
    hyphens: auto;
    -webkit-hyphens: auto
}

.portfolioCard.-type-publicaciones .publicaciones__content {
    font-size: 12px;
    line-height: 17px;
    hyphens: auto;
    -webkit-hyphens: auto;
    margin-bottom: 16px
}

.portfolioCard.-type-publicaciones .publicaciones__tags {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .3) 50%, #fff 0);
    background-position: top;
    background-size: 9px 1px;
    background-repeat: repeat-x;
    padding-top: 11px;
    display: inline-flex;
    width: 100%
}

.portfolioCard.-type-publicaciones .publicaciones__tags h4 {
    line-height: 13px;
    font-size: 8px;
    letter-spacing: 1px;
    padding: 7px 7px 5px;
    width: fit-content;
    border-radius: 4px;
    display: inherit;
    margin-left: 0;
    transition: background-color .2s, color .2s
}

.portfolioCard.-type-publicaciones:hover {
    transform: translateY(-4px);
    transition: transform .3s
}

.filter-button-group {
    display: flex;
    flex-wrap: wrap;
    gap: 11px
}

.masonry__item .portfolioCard__img,
.masonry__item .portfolioCard__img__inner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.masonry__item.-medios .portfolioCard__img,
.masonry__item.-medios .portfolioCard__img__inner {
    position: relative;
    top: unset;
    width: 100%;
    height: 100%
}

.masonry .masonry__item.-equipo .ratio,
.masonry .masonry__item.-long .ratio {
    padding-bottom: 200%
}

.masonry .masonry__item.-medios .ratio {
    padding-bottom: 45%
}

.masonry.-col-4 .masonry__item,
.masonry.-col-4 .masonry__item.-long,
.masonry.-col-4 .masonry__sizer {
    width: 25%
}

.masonry.-col-1 .masonry__item.-long,
.masonry.-col-2 .masonry__item,
.masonry.-col-2 .masonry__item.-long,
.masonry.-col-2 .masonry__sizer,
.masonry.-col-4 .masonry__item.-big,
.masonry.-col-4 .masonry__item.-wide {
    width: 50%
}

.masonry.-col-3 .masonry__item,
.masonry.-col-3 .masonry__item.-long,
.masonry.-col-3 .masonry__sizer {
    width: 33.33333%
}

.masonry.-col-3 .masonry__item.-big,
.masonry.-col-3 .masonry__item.-wide {
    width: 66.66666%
}

.masonry.-gap-32,
.x-gap-32 {
    margin-left: -1rem;
    margin-right: -1rem
}

.masonry.-gap-32 .masonry__item {
    padding: 0 1rem;
    margin-bottom: 2rem
}

.masonry.-gap-32 .masonry__item .ratio,
.masonry.-gap-32 .masonry__item.-big .ratio {
    padding-bottom: 100%
}

.masonry.-gap-32 .masonry__item.-equipo .ratio {
    padding-bottom: 120%
}

.masonry.-gap-32 .masonry__item.-medios .ratio {
    padding-bottom: 45%
}

.masonry.-gap-32 .masonry__item.-long .ratio {
    padding-bottom: calc(200% + 2rem)
}

.masonry.-gap-32 .masonry__item.-wide .ratio {
    padding-bottom: calc(50% - 1rem)
}

.masonry.-gap-40,
.x-gap-40 {
    margin-left: -1.25rem;
    margin-right: -1.25rem
}

.masonry.-gap-40 .masonry__item {
    padding: 0 1.25rem;
    margin-bottom: 2.5rem
}

.masonry.-gap-40 .masonry__item .ratio,
.masonry.-gap-40 .masonry__item.-big .ratio {
    padding-bottom: 100%
}

.masonry.-gap-40 .masonry__item.-long .ratio {
    padding-bottom: calc(200% + 2.5rem)
}

.masonry.-gap-40 .masonry__item.-wide .ratio {
    padding-bottom: calc(50% - 1.25rem)
}

.masonry.-gap-48,
.x-gap-48 {
    margin-left: -1.5rem;
    margin-right: -1.5rem
}

.masonry.-gap-48 .masonry__item {
    padding: 0 1.5rem;
    margin-bottom: 3rem
}

.masonry.-gap-48 .masonry__item .ratio,
.masonry.-gap-48 .masonry__item.-big .ratio {
    padding-bottom: 100%
}

.masonry.-gap-48 .masonry__item.-long .ratio {
    padding-bottom: calc(200% + 3rem)
}

.masonry.-gap-48 .masonry__item.-wide .ratio {
    padding-bottom: calc(50% - 1.5rem)
}

.projects-nav__item {
    overflow: hidden;
    position: relative;
    z-index: 2;
    display: block
}

.projects-nav__img,
.projects-nav__img::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%
}

.projects-nav__item.-prev .projects-nav__content {
    padding-left: 7.5rem;
    padding-right: 5rem;
    border: 1px solid rgba(255, 255, 255, .1)
}

.projects-nav__item.-next .projects-nav__content {
    padding-left: 5rem;
    padding-right: 7.5rem;
    border: 1px solid rgba(255, 255, 255, .1)
}

.projects-nav__img {
    transition: opacity .4s cubic-bezier(.165, .84, .44, 1), transform 2.2s cubic-bezier(.165, .84, .44, 1);
    opacity: 0;
    transform: scale(1.2)
}

.projects-nav__img::after {
    content: "";
    background-color: rgba(4, 7, 15, .7)
}

.projects-nav__content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 13.75rem;
    padding-bottom: 13.75rem
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.projects-nav__text {
    position: absolute;
    top: 3.75rem
}

.projects-nav__text.-prev {
    right: 5rem
}

.projects-nav__text.-next {
    left: 5rem
}

.projects-nav__item:hover .projects-nav__img {
    opacity: 1;
    transform: none
}

.work-grid.-col-2 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -3.125rem;
    margin-right: -3.125rem
}

.work-grid.-col-2 .grid__item {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 3.125rem;
    padding-right: 3.125rem
}

.work-grid.-col-2 .grid__item:nth-child(2n+2) {
    margin-top: 5rem
}

.work-grid.-col-2 .grid__item:nth-child(1n+3) {
    padding-top: 4.5%
}

.bg-fill-image {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.section-border-bottom-dark > * {
    border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.section-border-bottom-dark > :last-child,
.section-border-bottom-light > :last-child {
    border-bottom: unset
}

.section-border-bottom-light > * {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.html-overflow-hidden body {
    overflow-y: scroll
}

.smooth-scroll {
    scroll-behavior: smooth
}

.origin-top {
    transform-origin: top !important
}

.origin-left {
    transform-origin: left !important
}

.overflow-normal {
    overflow: initial !important
}

.overflow-visible {
    overflow: visible !important
}

.pointer-events-auto {
    pointer-events: auto !important
}

.pointer-events-none {
    pointer-events: none !important
}

.bg-image {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%
}

.bg-no-repeat {
    background-position: top right;
    background-size: contain
}

.bg-video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.overlay-black-lg::after,
.overlay-black-md::after,
.overlay-black-sm::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%
}

.overlay-black-sm::after {
    background-color: rgba(0, 0, 0, .3)
}

.overlay-black-lg::after {
    background-color: rgba(0, 0, 0, .7)
}

.container-wide {
    padding-left: 5%;
    padding-right: 5%
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.rounded-4 {
    border-radius: .25rem
}

.rounded-base {
    border-radius: .375rem
}

.rounded-full {
    border-radius: 100%
}

.z-0 {
    z-index: 0
}

.z-1 {
    z-index: 1
}

.z-99 {
    z-index: 99
}

.z-2 {
    z-index: 2
}

.z-3 {
    z-index: 3
}

.z-4 {
    z-index: 4
}

.z-5 {
    z-index: 5
}

.size-3xs,
.size-xxs {
    width: 1rem !important;
    height: 1rem !important
}

.size-2xs {
    width: 1.25rem !important;
    height: 1.25rem !important
}

.size-xs {
    width: 1.5rem !important;
    height: 1.5rem !important
}

.size-sm {
    width: 2rem !important;
    height: 2rem !important
}

.size-md {
    width: 2.5rem !important;
    height: 2.5rem !important
}

.size-lg {
    width: 3rem !important;
    height: 3rem !important
}

.size-xl {
    width: 4rem !important;
    height: 4rem !important
}

.size-2xl {
    width: 5rem !important;
    height: 5rem !important
}

.size-3xl {
    width: 6rem !important;
    height: 6rem !important
}

.str-width-xs {
    stroke-width: .5 !important
}

.str-width-sm {
    stroke-width: .75 !important
}

.str-width-md {
    stroke-width: 1 !important
}

.str-width-lg {
    stroke-width: 1.25 !important
}

.str-width-xl {
    stroke-width: 1.5 !important
}

.str-width-2xl {
    stroke-width: 1.75 !important
}

.str-width-3xl {
    stroke-width: 2 !important
}

.bg-celeste {
    background-color: var(--color-celeste)
}

.bg-salmon {
    background-color: var(--color-salmon)
}

.bg-amarillo {
    background-color: var(--color-amarillo)
}

.bg-light-0 {
    background-color: #f6f6f6
}

.bg-lnaranja {
    background-color: #fee4cc;
}

.bg-lverde {
    background-color: #e0e5dd;
}

.bg-light-1,
.portfolioCard__img {
    background-color: var(--bg-light-1)
}

.bg-dark-3 {
    background-color: var(--bg-dark-3)
}

.bg-dark-4 {
    background-color: var(--bg-dark-4)
}

.shadow-light {
    box-shadow: 0 6px 24px -2px rgba(119, 139, 165, .2)
}

.shadow-dark {
    box-shadow: 0 12px 30px rgba(0, 0, 0, .6)
}

.border-none {
    border: none
}

.border-light {
    border: 1px solid rgba(255, 255, 255, .1)
}

.border-dark {
    border: 1px solid rgba(0, 0, 0, .2)
}

.border-top-dark {
    border-top: 1px solid rgba(0, 0, 0, .2)
}

.italic {
    font-style: italic
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

.normal {
    text-transform: none
}

.line-through {
    text-decoration: line-through
}

.fw-300 {
    font-weight: 300 !important
}

.fw-400 {
    font-weight: 400 !important
}

.fw-500 {
    font-weight: 500 !important
}

.fw-600 {
    font-weight: 600 !important
}

.fw-700 {
    font-weight: 700 !important
}

.fw-800 {
    font-weight: 800 !important
}

.fw-900 {
    font-weight: 900 !important
}

.pt-4,
.py-4 {
    padding-top: .25rem !important
}

.pb-4,
.py-4 {
    padding-bottom: .25rem !important
}

.pl-4,
.px-4 {
    padding-left: .25rem !important
}

.pr-4,
.px-4 {
    padding-right: .25rem !important
}

.mt-0 {
    margin-top: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.pt-8,
.py-8 {
    padding-top: .5rem !important
}

.pb-8,
.py-8 {
    padding-bottom: .5rem !important
}

.pl-8,
.px-8 {
    padding-left: .5rem !important
}

.pr-8,
.px-8 {
    padding-right: .5rem !important
}

.mt-4 {
    margin-top: .25rem !important
}

.mb-4 {
    margin-bottom: .25rem !important
}

.ml-4 {
    margin-left: .25rem !important
}

.mr-4 {
    margin-right: .25rem !important
}

.pt-12,
.py-12 {
    padding-top: .75rem !important
}

.pb-12,
.py-12 {
    padding-bottom: .75rem !important
}

.pl-12,
.px-12 {
    padding-left: .75rem !important
}

.pr-12,
.px-12 {
    padding-right: .75rem !important
}

.mt-8 {
    margin-top: .5rem !important
}

.mb-8 {
    margin-bottom: .5rem !important
}

.ml-8 {
    margin-left: .5rem !important
}

.mr-8 {
    margin-right: .5rem !important
}

.pt-16,
.py-16 {
    padding-top: 1rem !important
}

.pb-16,
.py-16 {
    padding-bottom: 1rem !important
}

.pl-16,
.px-16 {
    padding-left: 1rem !important
}

.pr-16,
.px-16 {
    padding-right: 1rem !important
}

.mt-12 {
    margin-top: .75rem !important
}

.mb-12 {
    margin-bottom: .75rem !important
}

.ml-12 {
    margin-left: .75rem !important
}

.mr-12 {
    margin-right: .75rem !important
}

.pt-20,
.py-20 {
    padding-top: 1.25rem !important
}

.pb-20,
.py-20 {
    padding-bottom: 1.25rem !important
}

.pl-20,
.px-20 {
    padding-left: 1.25rem !important
}

.pr-20,
.px-20 {
    padding-right: 1.25rem !important
}

.mt-16 {
    margin-top: 1rem !important
}

.mb-16 {
    margin-bottom: 1rem !important
}

.ml-16 {
    margin-left: 1rem !important
}

.mr-16 {
    margin-right: 1rem !important
}

.pt-24,
.py-24 {
    padding-top: 1.5rem !important
}

.pb-24,
.py-24 {
    padding-bottom: 1.5rem !important
}

.pl-24,
.px-24 {
    padding-left: 1.5rem !important
}

.pr-24,
.px-24 {
    padding-right: 1.5rem !important
}

.mt-20 {
    margin-top: 1.25rem !important
}

.mb-20 {
    margin-bottom: 1.25rem !important
}

.ml-20 {
    margin-left: 1.25rem !important
}

.mr-20 {
    margin-right: 1.25rem !important
}

.pt-32,
.py-32 {
    padding-top: 2rem !important
}

.pb-32,
.py-32 {
    padding-bottom: 2rem !important
}

.pl-32,
.px-32 {
    padding-left: 2rem !important
}

.pr-32,
.px-32 {
    padding-right: 2rem !important
}

.mt-24 {
    margin-top: 1.5rem !important
}

.mb-24 {
    margin-bottom: 1.5rem !important
}

.ml-24 {
    margin-left: 1.5rem !important
}

.mr-24 {
    margin-right: 1.5rem !important
}

.pt-40,
.py-40 {
    padding-top: 2.5rem !important
}

.pb-40,
.py-40 {
    padding-bottom: 2.5rem !important
}

.pl-40,
.px-40 {
    padding-left: 2.5rem !important
}

.pr-40,
.px-40 {
    padding-right: 2.5rem !important
}

.mt-32 {
    margin-top: 2rem !important
}

.mb-32 {
    margin-bottom: 2rem !important
}

.ml-32 {
    margin-left: 2rem !important
}

.mr-32 {
    margin-right: 2rem !important
}

.pt-48,
.py-48 {
    padding-top: 3rem !important
}

.pb-48,
.py-48 {
    padding-bottom: 3rem !important
}

.pl-48,
.px-48 {
    padding-left: 3rem !important
}

.pr-48,
.px-48 {
    padding-right: 3rem !important
}

.mt-40 {
    margin-top: 2.5rem !important
}

.mb-40 {
    margin-bottom: 2.5rem !important
}

.ml-40 {
    margin-left: 2.5rem !important
}

.mr-40 {
    margin-right: 2.5rem !important
}

.pt-56,
.py-56 {
    padding-top: 3.5rem !important
}

.pb-56,
.py-56 {
    padding-bottom: 3.5rem !important
}

.pl-56,
.px-56 {
    padding-left: 3.5rem !important
}

.pr-56,
.px-56 {
    padding-right: 3.5rem !important
}

.mt-48 {
    margin-top: 3rem !important
}

.mb-48 {
    margin-bottom: 3rem !important
}

.ml-48 {
    margin-left: 3rem !important
}

.mr-48 {
    margin-right: 3rem !important
}

.pt-64,
.py-64 {
    padding-top: 4rem !important
}

.pb-64,
.py-64 {
    padding-bottom: 4rem !important
}

.pl-64,
.px-64 {
    padding-left: 4rem !important
}

.pr-64,
.px-64 {
    padding-right: 4rem !important
}

.mt-56 {
    margin-top: 3.5rem !important
}

.mb-56 {
    margin-bottom: 3.5rem !important
}

.ml-56 {
    margin-left: 3.5rem !important
}

.mr-56 {
    margin-right: 3.5rem !important
}

.pt-72,
.py-72 {
    padding-top: 4.5rem !important
}

.pb-72,
.py-72 {
    padding-bottom: 4.5rem !important
}

.pl-72,
.px-72 {
    padding-left: 4.5rem !important
}

.pr-72,
.px-72 {
    padding-right: 4.5rem !important
}

.mt-64 {
    margin-top: 4rem !important
}

.mb-64 {
    margin-bottom: 4rem !important
}

.ml-64 {
    margin-left: 4rem !important
}

.mr-64 {
    margin-right: 4rem !important
}

.pt-80,
.py-80 {
    padding-top: 5rem !important
}

.pb-80,
.py-80 {
    padding-bottom: 5rem !important
}

.mt-72 {
    margin-top: 4.5rem !important
}

.mb-72 {
    margin-bottom: 4.5rem !important
}

.ml-72 {
    margin-left: 4.5rem !important
}

.mr-72 {
    margin-right: 4.5rem !important
}

.px-80 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
}

.px-core {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important
}

.pl-80 {
    padding-left: 5rem !important
}

.pr-80 {
    padding-right: 5rem !important
}

.mt-80 {
    margin-top: 5rem !important
}

.mb-80 {
    margin-bottom: 5rem !important
}

.ml-80 {
    margin-left: 5rem !important
}

.mr-80 {
    margin-right: 5rem !important
}

.lg\:mx-auto,
.md\:mx-auto,
.mx-auto,
.sm\:mx-auto,
.xs\:mx-auto {
    margin-left: auto;
    margin-right: auto
}

.ml-minus-sm {
    margin-left: -3.75rem
}

.ml-minus-md {
    margin-left: -6.25rem
}

.ml-minus-lg {
    margin-left: -8.75rem
}

.ml-minus-xl {
    margin-left: -11.25rem
}

.ml-minus-col-1 {
    margin-left: -8.33333vw
}

.ml-minus-col-2 {
    margin-left: -16.66667vw
}

.ml-minus-col-3 {
    margin-left: -25vw
}

.ml-minus-col-4 {
    margin-left: -33.33333vw
}

.mr-minus-sm {
    margin-right: -3.75rem
}

.mr-minus-md {
    margin-right: -6.25rem
}

.mr-minus-lg {
    margin-right: -8.75rem
}

.mr-minus-xl {
    margin-right: -11.25rem
}

.mr-minus-col-1 {
    margin-right: -8.33333vw
}

.mr-minus-col-2 {
    margin-right: -16.66667vw
}

.mr-minus-col-3 {
    margin-right: -25vw
}

.mr-minus-col-4 {
    margin-right: -33.33333vw
}

.impacto__content,
.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.justify-content-start {
    justify-content: flex-start
}

.justify-content-end {
    justify-content: flex-end
}

.justify-content-between {
    justify-content: space-between
}

.justify-content-center {
    justify-content: center
}

.align-items-start {
    align-items: flex-start
}

.align-items-end {
    align-items: flex-end
}

.align-items-between {
    align-items: space-between
}

.align-items-center {
    align-items: center
}

.d-none {
    display: none !important
}

.d-flex {
    display: flex !important
}

.d-block {
    display: block !important
}

.d-inline-block {
    display: inline-block !important
}

.d-contents {
    display: contents
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

@media (max-width:1229px) {
    .sectionHeading.-xl .sectionHeading__title {
        font-size: 4.75rem
    }

    .sliderMain.-type-1 .sliderMain__title {
        font-size: 9.6vw
    }

    .sliderMain.-type-3 .slider__title {
        font-size: 4.5vw
    }

    .masthead.-type-1 .masthead__title {
        font-size: 7.2vw
    }

    .masthead.-type-1 .masthead__title br {
        display: none
    }

    .masthead.-type-2 .masthead__title {
        font-size: 8.4vw
    }

    .lg\:pt-0,
    .lg\:py-0 {
        padding-top: 0 !important
    }

    .lg\:pb-0,
    .lg\:py-0 {
        padding-bottom: 0 !important
    }

    .lg\:pl-0,
    .lg\:px-0 {
        padding-left: 0 !important
    }

    .lg\:pr-0,
    .lg\:px-0 {
        padding-right: 0 !important
    }

    .lg\:pt-4,
    .lg\:py-4 {
        padding-top: .25rem !important
    }

    .lg\:pb-4,
    .lg\:py-4 {
        padding-bottom: .25rem !important
    }

    .lg\:pl-4,
    .lg\:px-4 {
        padding-left: .25rem !important
    }

    .lg\:pr-4,
    .lg\:px-4 {
        padding-right: .25rem !important
    }

    .lg\:mt-0 {
        margin-top: 0 !important
    }

    .lg\:mb-0 {
        margin-bottom: 0 !important
    }

    .lg\:ml-0 {
        margin-left: 0 !important
    }

    .lg\:mr-0 {
        margin-right: 0 !important
    }

    .lg\:pt-8,
    .lg\:py-8 {
        padding-top: .5rem !important
    }

    .lg\:pb-8,
    .lg\:py-8 {
        padding-bottom: .5rem !important
    }

    .lg\:pl-8,
    .lg\:px-8 {
        padding-left: .5rem !important
    }

    .lg\:pr-8,
    .lg\:px-8 {
        padding-right: .5rem !important
    }

    .lg\:mt-4 {
        margin-top: .25rem !important
    }

    .lg\:mb-4 {
        margin-bottom: .25rem !important
    }

    .lg\:ml-4 {
        margin-left: .25rem !important
    }

    .lg\:mr-4 {
        margin-right: .25rem !important
    }

    .lg\:pt-12,
    .lg\:py-12 {
        padding-top: .75rem !important
    }

    .lg\:pb-12,
    .lg\:py-12 {
        padding-bottom: .75rem !important
    }

    .lg\:pl-12,
    .lg\:px-12 {
        padding-left: .75rem !important
    }

    .lg\:pr-12,
    .lg\:px-12 {
        padding-right: .75rem !important
    }

    .lg\:mt-8 {
        margin-top: .5rem !important
    }

    .lg\:mb-8 {
        margin-bottom: .5rem !important
    }

    .lg\:ml-8 {
        margin-left: .5rem !important
    }

    .lg\:mr-8 {
        margin-right: .5rem !important
    }

    .lg\:pt-16,
    .lg\:py-16 {
        padding-top: 1rem !important
    }

    .lg\:pb-16,
    .lg\:py-16 {
        padding-bottom: 1rem !important
    }

    .lg\:pl-16,
    .lg\:px-16 {
        padding-left: 1rem !important
    }

    .lg\:pr-16,
    .lg\:px-16 {
        padding-right: 1rem !important
    }

    .lg\:mt-12 {
        margin-top: .75rem !important
    }

    .lg\:mb-12 {
        margin-bottom: .75rem !important
    }

    .lg\:ml-12 {
        margin-left: .75rem !important
    }

    .lg\:mr-12 {
        margin-right: .75rem !important
    }

    .lg\:pt-20,
    .lg\:py-20 {
        padding-top: 1.25rem !important
    }

    .lg\:pb-20,
    .lg\:py-20 {
        padding-bottom: 1.25rem !important
    }

    .lg\:pl-20,
    .lg\:px-20 {
        padding-left: 1.25rem !important
    }

    .lg\:pr-20,
    .lg\:px-20 {
        padding-right: 1.25rem !important
    }

    .lg\:mt-16 {
        margin-top: 1rem !important
    }

    .lg\:mb-16 {
        margin-bottom: 1rem !important
    }

    .lg\:ml-16 {
        margin-left: 1rem !important
    }

    .lg\:mr-16 {
        margin-right: 1rem !important
    }

    .lg\:pt-24,
    .lg\:py-24 {
        padding-top: 1.5rem !important
    }

    .lg\:pb-24,
    .lg\:py-24 {
        padding-bottom: 1.5rem !important
    }

    .lg\:pl-24,
    .lg\:px-24 {
        padding-left: 1.5rem !important
    }

    .lg\:pr-24,
    .lg\:px-24 {
        padding-right: 1.5rem !important
    }

    .lg\:mt-20 {
        margin-top: 1.25rem !important
    }

    .lg\:mb-20 {
        margin-bottom: 1.25rem !important
    }

    .lg\:ml-20 {
        margin-left: 1.25rem !important
    }

    .lg\:mr-20 {
        margin-right: 1.25rem !important
    }

    .lg\:pt-32,
    .lg\:py-32 {
        padding-top: 2rem !important
    }

    .lg\:pb-32,
    .lg\:py-32 {
        padding-bottom: 2rem !important
    }

    .lg\:pl-32,
    .lg\:px-32 {
        padding-left: 2rem !important
    }

    .lg\:pr-32,
    .lg\:px-32 {
        padding-right: 2rem !important
    }

    .lg\:mt-24 {
        margin-top: 1.5rem !important
    }

    .lg\:mb-24 {
        margin-bottom: 1.5rem !important
    }

    .lg\:ml-24 {
        margin-left: 1.5rem !important
    }

    .lg\:mr-24 {
        margin-right: 1.5rem !important
    }

    .lg\:pt-40,
    .lg\:py-40 {
        padding-top: 2.5rem !important
    }

    .lg\:pb-40,
    .lg\:py-40 {
        padding-bottom: 2.5rem !important
    }

    .lg\:pl-40,
    .lg\:px-40 {
        padding-left: 2.5rem !important
    }

    .lg\:pr-40,
    .lg\:px-40 {
        padding-right: 2.5rem !important
    }

    .lg\:mt-32 {
        margin-top: 2rem !important
    }

    .lg\:mb-32 {
        margin-bottom: 2rem !important
    }

    .lg\:ml-32 {
        margin-left: 2rem !important
    }

    .lg\:mr-32 {
        margin-right: 2rem !important
    }

    .lg\:pt-48,
    .lg\:py-48 {
        padding-top: 3rem !important
    }

    .lg\:pb-48,
    .lg\:py-48 {
        padding-bottom: 3rem !important
    }

    .lg\:pl-48,
    .lg\:px-48 {
        padding-left: 3rem !important
    }

    .lg\:pr-48,
    .lg\:px-48 {
        padding-right: 3rem !important
    }

    .lg\:mt-40 {
        margin-top: 2.5rem !important
    }

    .lg\:mb-40 {
        margin-bottom: 2.5rem !important
    }

    .lg\:ml-40 {
        margin-left: 2.5rem !important
    }

    .lg\:mr-40 {
        margin-right: 2.5rem !important
    }

    .lg\:pt-56,
    .lg\:py-56 {
        padding-top: 3.5rem !important
    }

    .lg\:pb-56,
    .lg\:py-56 {
        padding-bottom: 3.5rem !important
    }

    .lg\:pl-56,
    .lg\:px-56 {
        padding-left: 3.5rem !important
    }

    .lg\:pr-56,
    .lg\:px-56 {
        padding-right: 3.5rem !important
    }

    .lg\:mt-48 {
        margin-top: 3rem !important
    }

    .lg\:mb-48 {
        margin-bottom: 3rem !important
    }

    .lg\:ml-48 {
        margin-left: 3rem !important
    }

    .lg\:mr-48 {
        margin-right: 3rem !important
    }

    .lg\:pt-64,
    .lg\:py-64 {
        padding-top: 4rem !important
    }

    .lg\:pb-64,
    .lg\:py-64 {
        padding-bottom: 4rem !important
    }

    .lg\:pl-64,
    .lg\:px-64 {
        padding-left: 4rem !important
    }

    .lg\:pr-64,
    .lg\:px-64 {
        padding-right: 4rem !important
    }

    .lg\:mt-56 {
        margin-top: 3.5rem !important
    }

    .lg\:mb-56 {
        margin-bottom: 3.5rem !important
    }

    .lg\:ml-56 {
        margin-left: 3.5rem !important
    }

    .lg\:mr-56 {
        margin-right: 3.5rem !important
    }

    .lg\:pt-72,
    .lg\:py-72 {
        padding-top: 4.5rem !important
    }

    .lg\:pb-72,
    .lg\:py-72 {
        padding-bottom: 4.5rem !important
    }

    .lg\:pl-72,
    .lg\:px-72 {
        padding-left: 4.5rem !important
    }

    .lg\:pr-72,
    .lg\:px-72 {
        padding-right: 4.5rem !important
    }

    .lg\:mt-64 {
        margin-top: 4rem !important
    }

    .lg\:mb-64 {
        margin-bottom: 4rem !important
    }

    .lg\:ml-64 {
        margin-left: 4rem !important
    }

    .lg\:mr-64 {
        margin-right: 4rem !important
    }

    .lg\:pt-80,
    .lg\:py-80 {
        padding-top: 5rem !important
    }

    .lg\:pb-80,
    .lg\:py-80 {
        padding-bottom: 5rem !important
    }

    .lg\:pl-80,
    .lg\:px-80 {
        padding-left: 5rem !important
    }

    .lg\:pr-80,
    .lg\:px-80 {
        padding-right: 5rem !important
    }

    .lg\:mt-72 {
        margin-top: 4.5rem !important
    }

    .lg\:mb-72 {
        margin-bottom: 4.5rem !important
    }

    .lg\:ml-72 {
        margin-left: 4.5rem !important
    }

    .lg\:mr-72 {
        margin-right: 4.5rem !important
    }

    .lg\:mt-80 {
        margin-top: 5rem !important
    }

    .lg\:mb-80 {
        margin-bottom: 5rem !important
    }

    .lg\:ml-80 {
        margin-left: 5rem !important
    }

    .lg\:mr-80 {
        margin-right: 5rem !important
    }

    .lg\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .lg\:ml-minus-md {
        margin-left: -6.25rem
    }

    .lg\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .lg\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .lg\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .lg\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .lg\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .lg\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .lg\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .lg\:mr-minus-md {
        margin-right: -6.25rem
    }

    .lg\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .lg\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .lg\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .lg\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .lg\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .lg\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .lg\:text-center {
        text-align: center
    }

    .lg\:text-right {
        text-align: right
    }

    .lg\:text-left {
        text-align: left
    }

    .lg\:justify-content-start {
        justify-content: flex-start
    }

    .lg\:justify-content-end {
        justify-content: flex-end
    }

    .lg\:justify-content-between {
        justify-content: space-between
    }

    .lg\:justify-content-center {
        justify-content: center
    }

    .lg\:align-items-start {
        align-items: flex-start
    }

    .lg\:align-items-end {
        align-items: flex-end
    }

    .lg\:align-items-between {
        align-items: space-between
    }

    .lg\:align-items-center {
        align-items: center
    }

    .lg\:d-none {
        display: none !important
    }

    .lg\:d-inline-block {
        display: inline-block !important
    }

    .lg\:d-block {
        display: block !important
    }

    .lg\:d-flex {
        display: flex !important
    }

    .lg\:order-1 {
        order: 1
    }

    .lg\:order-2 {
        order: 2
    }

    .lg\:order-3 {
        order: 3
    }

    .lg\:order-4 {
        order: 4
    }

    .lg\:order-5 {
        order: 5
    }

    .lg\:order-6 {
        order: 6
    }
}

.layout-pt-sm {
    padding-top: 3.75rem
}

.layout-pt-md {
    padding-top: 5rem
}

.layout-pt-lg {
    padding-top: 7.5rem
}

.layout-pt-pageHeader,
.layout-pt-xl {
    padding-top: 10rem
}

.layout-pt-2xl {
    padding-top: 11.25rem
}

.layout-pb-xs {
    padding-bottom: 2.5rem
}

.layout-pb-sm {
    padding-bottom: 3.75rem
}

.layout-pb-md {
    padding-bottom: 5rem
}

.layout-pb-lg {
    padding-bottom: 7.5rem
}

.layout-pb-xl {
    padding-bottom: 10rem
}

.layout-pb-2xl {
    padding-bottom: 11.25rem
}

.x-gap-32 > * {
    padding-left: 1rem;
    padding-right: 1rem
}

.x-gap-40 > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.x-gap-48 > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.x-gap-60 {
    margin-left: -1.875rem;
    margin-right: -1.875rem
}

.x-gap-60 > * {
    padding-left: 1.875rem;
    padding-right: 1.875rem
}

.x-gap-72 {
    margin-left: -2.25rem;
    margin-right: -2.25rem
}

.x-gap-72 > * {
    padding-left: 2.25rem;
    padding-right: 2.25rem
}

.y-gap-32 {
    margin-top: -1rem;
    margin-bottom: -1rem
}

.y-gap-32 > * {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.y-gap-40 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem
}

.y-gap-40 > * {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.historia-hito {
    padding-top: .9rem;
    padding-bottom: .9rem
}

.y-gap-48 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem
}

.y-gap-48 > * {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.y-gap-60 {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem
}

.y-gap-60 > * {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem
}

.y-gap-72 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem
}

.y-gap-72 > * {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem
}

.h-sm {
    height: 32.5rem
}

.h-md {
    height: 36.25rem
}

.h-lg {
    height: 42.5rem
}

.h-70vh {
    height: 70vh
}

.h-80vh {
    height: 80vh
}

.h-90vh {
    height: 90vh
}

.glightbox-bio-overlay-bg .glightbox-container .gslide.current,
.glightbox-container .gslide.current,
.h-100vh {
    height: 100vh
}

.button.-activo::before,
.button.-subrayado::before {
    content: "";
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: currentColor;
    transition: transform .3s;
    position: absolute
}

.h-unset {
    height: unset
}

.fancy-grid.-container {
    padding-left: 6vw;
    padding-right: 6vw
}

.fancy-grid.-col-2,
.fancy-grid.-col-3 {
    margin-left: -4vw;
    margin-right: -4vw
}

.fancy-grid.-col-2 .fancy-grid__item {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 4vw;
    padding-right: 4vw
}

.fancy-grid.-col-2 .fancy-grid__item:nth-child(2n+2) {
    margin-top: 4.5vw
}

.fancy-grid.-col-2 .fancy-grid__item:nth-child(1n+3) {
    padding-top: 4vw
}

.fancy-grid.-col-2.-reverse .fancy-grid__item:nth-child(odd),
.fancy-grid.-col-3 .fancy-grid__item:nth-child(3n+2) {
    margin-top: 4.5vw
}

.fancy-grid.-col-2.-reverse .fancy-grid__item:nth-child(1n+3),
.fancy-grid.-col-3 .fancy-grid__item:nth-child(1n+4) {
    padding-top: 4.5vw
}

.fancy-grid.-col-3 .fancy-grid__item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 4vw;
    padding-right: 4vw
}

@media (max-width:991px) {
    .sectionHeading.-sm .sectionHeading__title {
        font-size: 2.375rem
    }

    .sectionHeading.-md .sectionHeading__title {
        font-size: 3.25rem
    }

    .sectionHeading.-lg .sectionHeading__title,
    .sectionHeading.-xl .sectionHeading__title {
        font-size: 3.5rem
    }

    .sliderMain.-type-1 .sliderMain__title {
        font-size: 6rem
    }

    .sliderMain.-type-2 .slider__title {
        font-size: 12vw
    }

    .sliderMain.-type-3 .slider__title {
        font-size: 6vw
    }

    .masthead .masthead-shapes.-group-2 .-item-1 {
        top: 50%;
        right: unset;
        left: 50%;
        transform: translateY(-50%) translateX(-50%)
    }

    .masthead .masthead-shapes.-group-2 .-item-1 .masthead-shapes__shape {
        width: 70vw;
        height: 70vw
    }

    .masthead.-type-work-1 .masthead__content {
        padding-top: 11.25rem
    }

    .masthead.-type-work-1 .masthead__title {
        font-size: 5.625rem
    }

    .masthead.-type-work-1 .masthead__info__wrap {
        margin-top: 8.75rem
    }

    .masthead.-type-1 .masthead__title {
        font-size: 4rem
    }

    .masthead.-type-2 .masthead__title {
        font-size: 8vw
    }

    .masthead.-type-3 .masthead__title {
        font-size: 5.375rem
    }

    .masthead.-type-4 {
        height: auto !important
    }

    .masthead.-type-4 .masthead__img,
    .md\:h-80vh {
        height: 80vh
    }

    .masthead.-type-4 .masthead__content {
        padding-top: 8.75rem;
        padding-bottom: 6.25rem
    }

    .masthead.-type-4 .masthead__title {
        font-size: 5.6vw
    }

    .masonry.-col-4 .masonry__item,
    .masonry.-col-4 .masonry__item.-long,
    .masonry.-col-4 .masonry__sizer {
        width: 33.33333%
    }

    .masonry.-col-4 .masonry__item.-big,
    .masonry.-col-4 .masonry__item.-wide {
        width: 66.66666%
    }

    .projects-nav__content {
        padding-top: 10rem;
        padding-bottom: 10rem
    }

    .md\:container {
        max-width: 45rem;
        padding-top: 0;
        padding-left: 1rem;
        padding-right: 1rem;
        margin: 0 auto
    }

    .md\:pt-0,
    .md\:py-0 {
        padding-top: 0 !important
    }

    .md\:pb-0,
    .md\:py-0 {
        padding-bottom: 0 !important
    }

    .md\:pl-0,
    .md\:px-0 {
        padding-left: 0 !important
    }

    .md\:pr-0,
    .md\:px-0 {
        padding-right: 0 !important
    }

    .md\:pt-4,
    .md\:py-4 {
        padding-top: .25rem !important
    }

    .md\:pb-4,
    .md\:py-4 {
        padding-bottom: .25rem !important
    }

    .md\:pl-4,
    .md\:px-4 {
        padding-left: .25rem !important
    }

    .md\:pr-4,
    .md\:px-4 {
        padding-right: .25rem !important
    }

    .md\:mt-0 {
        margin-top: 0 !important
    }

    .md\:mb-0 {
        margin-bottom: 0 !important
    }

    .md\:ml-0 {
        margin-left: 0 !important
    }

    .md\:mr-0 {
        margin-right: 0 !important
    }

    .md\:pt-8,
    .md\:py-8 {
        padding-top: .5rem !important
    }

    .md\:pb-8,
    .md\:py-8 {
        padding-bottom: .5rem !important
    }

    .md\:pl-8,
    .md\:px-8 {
        padding-left: .5rem !important
    }

    .md\:pr-8,
    .md\:px-8 {
        padding-right: .5rem !important
    }

    .md\:mt-4 {
        margin-top: .25rem !important
    }

    .md\:mb-4 {
        margin-bottom: .25rem !important
    }

    .md\:ml-4 {
        margin-left: .25rem !important
    }

    .md\:mr-4 {
        margin-right: .25rem !important
    }

    .md\:pt-12,
    .md\:py-12 {
        padding-top: .75rem !important
    }

    .md\:pb-12,
    .md\:py-12 {
        padding-bottom: .75rem !important
    }

    .md\:pl-12,
    .md\:px-12 {
        padding-left: .75rem !important
    }

    .md\:pr-12,
    .md\:px-12 {
        padding-right: .75rem !important
    }

    .md\:mt-8 {
        margin-top: .5rem !important
    }

    .md\:mb-8 {
        margin-bottom: .5rem !important
    }

    .md\:ml-8 {
        margin-left: .5rem !important
    }

    .md\:mr-8 {
        margin-right: .5rem !important
    }

    .md\:pt-16,
    .md\:py-16 {
        padding-top: 1rem !important
    }

    .md\:pb-16,
    .md\:py-16 {
        padding-bottom: 1rem !important
    }

    .md\:pl-16,
    .md\:px-16 {
        padding-left: 1rem !important
    }

    .md\:pr-16,
    .md\:px-16 {
        padding-right: 1rem !important
    }

    .md\:mt-12 {
        margin-top: .75rem !important
    }

    .md\:mb-12 {
        margin-bottom: .75rem !important
    }

    .md\:ml-12 {
        margin-left: .75rem !important
    }

    .md\:mr-12 {
        margin-right: .75rem !important
    }

    .md\:pt-20,
    .md\:py-20 {
        padding-top: 1.25rem !important
    }

    .md\:pb-20,
    .md\:py-20 {
        padding-bottom: 1.25rem !important
    }

    .md\:pl-20,
    .md\:px-20 {
        padding-left: 1.25rem !important
    }

    .md\:pr-20,
    .md\:px-20 {
        padding-right: 1.25rem !important
    }

    .md\:mt-16 {
        margin-top: 1rem !important
    }

    .md\:mb-16 {
        margin-bottom: 1rem !important
    }

    .md\:ml-16 {
        margin-left: 1rem !important
    }

    .md\:mr-16 {
        margin-right: 1rem !important
    }

    .md\:pt-24,
    .md\:py-24 {
        padding-top: 1.5rem !important
    }

    .md\:pb-24,
    .md\:py-24 {
        padding-bottom: 1.5rem !important
    }

    .md\:pl-24,
    .md\:px-24 {
        padding-left: 1.5rem !important
    }

    .md\:pr-24,
    .md\:px-24 {
        padding-right: 1.5rem !important
    }

    .md\:mt-20 {
        margin-top: 1.25rem !important
    }

    .md\:mb-20 {
        margin-bottom: 1.25rem !important
    }

    .md\:ml-20 {
        margin-left: 1.25rem !important
    }

    .md\:mr-20 {
        margin-right: 1.25rem !important
    }

    .md\:pt-32,
    .md\:py-32 {
        padding-top: 2rem !important
    }

    .md\:pb-32,
    .md\:py-32 {
        padding-bottom: 2rem !important
    }

    .md\:pl-32,
    .md\:px-32 {
        padding-left: 2rem !important
    }

    .md\:pr-32,
    .md\:px-32 {
        padding-right: 2rem !important
    }

    .md\:mt-24 {
        margin-top: 1.5rem !important
    }

    .md\:mb-24 {
        margin-bottom: 1.5rem !important
    }

    .md\:ml-24 {
        margin-left: 1.5rem !important
    }

    .md\:mr-24 {
        margin-right: 1.5rem !important
    }

    .md\:pt-40,
    .md\:py-40 {
        padding-top: 2.5rem !important
    }

    .md\:pb-40,
    .md\:py-40 {
        padding-bottom: 2.5rem !important
    }

    .md\:pl-40,
    .md\:px-40 {
        padding-left: 2.5rem !important
    }

    .md\:pr-40,
    .md\:px-40 {
        padding-right: 2.5rem !important
    }

    .md\:mt-32 {
        margin-top: 2rem !important
    }

    .md\:mb-32 {
        margin-bottom: 2rem !important
    }

    .md\:ml-32 {
        margin-left: 2rem !important
    }

    .md\:mr-32 {
        margin-right: 2rem !important
    }

    .md\:pt-48,
    .md\:py-48 {
        padding-top: 3rem !important
    }

    .md\:pb-48,
    .md\:py-48 {
        padding-bottom: 3rem !important
    }

    .md\:pl-48,
    .md\:px-48 {
        padding-left: 3rem !important
    }

    .md\:pr-48,
    .md\:px-48 {
        padding-right: 3rem !important
    }

    .md\:mt-40 {
        margin-top: 2.5rem !important
    }

    .md\:mb-40 {
        margin-bottom: 2.5rem !important
    }

    .md\:ml-40 {
        margin-left: 2.5rem !important
    }

    .md\:mr-40 {
        margin-right: 2.5rem !important
    }

    .md\:pt-56,
    .md\:py-56 {
        padding-top: 3.5rem !important
    }

    .md\:pb-56,
    .md\:py-56 {
        padding-bottom: 3.5rem !important
    }

    .md\:pl-56,
    .md\:px-56 {
        padding-left: 3.5rem !important
    }

    .md\:pr-56,
    .md\:px-56 {
        padding-right: 3.5rem !important
    }

    .md\:mt-48 {
        margin-top: 3rem !important
    }

    .md\:mb-48 {
        margin-bottom: 3rem !important
    }

    .md\:ml-48 {
        margin-left: 3rem !important
    }

    .md\:mr-48 {
        margin-right: 3rem !important
    }

    .md\:pt-64,
    .md\:py-64 {
        padding-top: 4rem !important
    }

    .md\:pb-64,
    .md\:py-64 {
        padding-bottom: 4rem !important
    }

    .md\:pl-64,
    .md\:px-64 {
        padding-left: 4rem !important
    }

    .md\:pr-64,
    .md\:px-64 {
        padding-right: 4rem !important
    }

    .md\:mt-56 {
        margin-top: 3.5rem !important
    }

    .md\:mb-56 {
        margin-bottom: 3.5rem !important
    }

    .md\:ml-56 {
        margin-left: 3.5rem !important
    }

    .md\:mr-56 {
        margin-right: 3.5rem !important
    }

    .md\:pt-72,
    .md\:py-72 {
        padding-top: 4.5rem !important
    }

    .md\:pb-72,
    .md\:py-72 {
        padding-bottom: 4.5rem !important
    }

    .md\:pl-72,
    .md\:px-72 {
        padding-left: 4.5rem !important
    }

    .md\:pr-72,
    .md\:px-72 {
        padding-right: 4.5rem !important
    }

    .md\:mt-64 {
        margin-top: 4rem !important
    }

    .md\:mb-64 {
        margin-bottom: 4rem !important
    }

    .md\:ml-64 {
        margin-left: 4rem !important
    }

    .md\:mr-64 {
        margin-right: 4rem !important
    }

    .md\:pt-80,
    .md\:py-80 {
        padding-top: 5rem !important
    }

    .md\:pb-80,
    .md\:py-80 {
        padding-bottom: 5rem !important
    }

    .md\:pl-80,
    .md\:px-80 {
        padding-left: 5rem !important
    }

    .md\:pr-80,
    .md\:px-80 {
        padding-right: 5rem !important
    }

    .md\:mt-72 {
        margin-top: 4.5rem !important
    }

    .md\:mb-72 {
        margin-bottom: 4.5rem !important
    }

    .md\:ml-72 {
        margin-left: 4.5rem !important
    }

    .md\:mr-72 {
        margin-right: 4.5rem !important
    }

    .md\:mt-80 {
        margin-top: 5rem !important
    }

    .md\:mb-80 {
        margin-bottom: 5rem !important
    }

    .md\:ml-80 {
        margin-left: 5rem !important
    }

    .md\:mr-80 {
        margin-right: 5rem !important
    }

    .md\:mt-120 {
        margin-top: 7.5rem
    }

    .md\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .md\:ml-minus-md {
        margin-left: -6.25rem
    }

    .md\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .md\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .md\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .md\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .md\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .md\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .md\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .md\:mr-minus-md {
        margin-right: -6.25rem
    }

    .md\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .md\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .md\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .md\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .md\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .md\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .md\:text-center {
        text-align: center
    }

    .md\:text-right {
        text-align: right
    }

    .md\:text-left {
        text-align: left
    }

    .md\:justify-content-start {
        justify-content: flex-start
    }

    .md\:justify-content-end {
        justify-content: flex-end
    }

    .md\:justify-content-between {
        justify-content: space-between
    }

    .md\:justify-content-center {
        justify-content: center
    }

    .md\:align-items-start {
        align-items: flex-start
    }

    .md\:align-items-end {
        align-items: flex-end
    }

    .md\:align-items-between {
        align-items: space-between
    }

    .md\:align-items-center {
        align-items: center
    }

    .md\:d-none {
        display: none !important
    }

    .md\:d-inline-block {
        display: inline-block !important
    }

    .md\:d-block {
        display: block !important
    }

    .md\:d-flex {
        display: flex !important
    }

    .md\:order-1 {
        order: 1
    }

    .md\:order-2 {
        order: 2
    }

    .md\:order-3 {
        order: 3
    }

    .md\:order-4 {
        order: 4
    }

    .md\:order-5 {
        order: 5
    }

    .md\:order-6 {
        order: 6
    }

    .layout-pt-md {
        padding-top: 3.75rem
    }

    .layout-pt-lg {
        padding-top: 6.25rem
    }

    .layout-pt-xl {
        padding-top: 7.5rem
    }

    .layout-pt-2xl {
        padding-top: 10rem
    }

    .layout-pb-md {
        padding-bottom: 3.75rem
    }

    .layout-pb-lg {
        padding-bottom: 6.25rem
    }

    .layout-pb-xl {
        padding-bottom: 7.5rem
    }

    .layout-pb-2xl {
        padding-bottom: 10rem
    }

    .md\:h-unset {
        height: unset
    }

    .md\:h-70vh {
        height: 70vh
    }

    .md\:h-90vh {
        height: 90vh
    }

    .md\:h-100vh {
        height: 100vh
    }

    .fancy-grid.-col-3 .fancy-grid__item {
        flex: 0 0 50%;
        max-width: 50%
    }

    .fancy-grid.-col-3 .fancy-grid__item:nth-child(3n+2) {
        margin-top: 0
    }

    .fancy-grid.-col-3 .fancy-grid__item:nth-child(1n+4) {
        padding-top: 0
    }

    .fancy-grid.-col-3 .fancy-grid__item:nth-child(2n+2) {
        margin-top: 8vw
    }
}

.layout-pt-headerBar {
    padding-top: 6rem
}

.layout-pr-headerBar {
    padding-right: 9.25rem
}

.layout-ml-headerBar,
.layout-pl-headerBar {
    margin-left: 9.25rem
}

.layout-mt-headerBar {
    margin-top: 6rem
}

.layout-mr-headerBar {
    margin-right: 9.25rem
}

@media (max-width:767px) {

    .backButton,
    .ui-element.-bottom-right {
        bottom: 1.5rem;
        right: 1.5rem
    }

    .backButton__button,
    .guiButton__button,
    .whatsappButton__button {
        width: 52px;
        height: 52px
    }

    .guiButton {
        bottom: calc(50% - 2rem);
        right: 1.5rem;
        position: absolute
    }

    .whatsappButton {
        bottom: calc(50% + 2rem);
        right: 1.5rem;
        position: absolute
    }

    .sectionHeading.-sm .sectionHeading__title {
        font-size: 1.75rem
    }

    .sectionHeading.-md .sectionHeading__title {
        font-size: 3rem
    }

    .sectionHeading.-lg .sectionHeading__title {
        font-size: 3.125rem
    }

    .ui-element.-bottom {
        bottom: 1.5rem
    }

    .ui-element.-bottom-left {
        bottom: 1.5rem;
        left: 1.5rem
    }

    .ui-element.-left {
        left: 1.5rem
    }

    .ui-element.-right {
        right: 1.5rem
    }

    .sliderMain.-type-1 .sliderMain__title {
        font-size: 4.5rem
    }

    .sliderMain.-type-3,
    .sliderMain.-type-3 .swiper-container {
        height: calc(100vh - 6rem)
    }

    .sliderMain.-type-3 .swiper-col {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0
    }

    .sliderMain.-type-3 .slider__img::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .masonry.-col-3 .masonry__item.-big,
    .masonry.-col-3 .masonry__item.-wide,
    .masonry.-col-4 .masonry__item.-big,
    .masonry.-col-4 .masonry__item.-wide,
    .sliderMain.-type-3 .slider__content {
        width: 100%
    }

    .sliderMain.-type-3 .slider__subtitle {
        color: #fff
    }

    .sliderMain.-type-3 .slider__title {
        color: #000
    }

    .sliderMain.-type-3 .slider__button .button {
        color: #000;
        background-color: #fff;
        border: 1px solid #fff;
        display: block;
        line-height: 0;
        padding: 23px
    }

    .sliderMain.-type-3 .slider__navs {
        top: unset;
        left: 1.5rem;
        right: 1.5rem;
        bottom: 1.5rem;
        transform: none
    }

    .sliderMain.-type-3 .slider__navs .navButton {
        flex-flow: row;
        justify-content: space-between
    }

    .sliderMain.-type-3 .slider__navs .navButton .navButton__item {
        margin: 0 !important;
        background-color: transparent;
        border: 2px solid #fff;
        color: #fff
    }

    .sliderMain.-type-3 .slider__navs .navButton .navButton__item:hover {
        background-color: #fff;
        color: #000
    }

    .masthead .masthead-shapes.-group-1 .-item-1,
    .masthead .masthead-shapes.-group-2 .-item-1,
    .masthead .masthead-shapes.-group-3 .-item-1,
    .masthead .masthead-shapes.-group-4 .-item-1,
    .masthead .masthead-shapes.-group-5 .-item-1,
    .masthead .masthead-shapes.-group-6 .-item-1 {
        top: 50%;
        left: -75%;
        transform: translateY(-50%)
    }

    .masthead .masthead-shapes.-group-1 .-item-1 .masthead-shapes__shape,
    .masthead .masthead-shapes.-group-2 .-item-1 .masthead-shapes__shape,
    .masthead .masthead-shapes.-group-3 .-item-1 .masthead-shapes__shape,
    .masthead .masthead-shapes.-group-4 .-item-1 .masthead-shapes__shape,
    .masthead .masthead-shapes.-group-5 .-item-1 .masthead-shapes__shape,
    .masthead .masthead-shapes.-group-6 .-item-1 .masthead-shapes__shape {
        width: 140vw;
        height: 140vw
    }

    .masthead .masthead-shapes.-group-1 .-item-2,
    .masthead .masthead-shapes.-group-3 .-item-2,
    .masthead .masthead-shapes.-group-3 .-item-3,
    .masthead .masthead-shapes.-group-4 .-item-2,
    .masthead .masthead-shapes.-group-5 .-item-2 {
        display: none
    }

    .masthead.-type-work-1 .masthead__content {
        padding-top: 8.75rem;
        padding-bottom: 3.75rem
    }

    .masthead.-type-3 .masthead__title,
    .masthead.-type-work-1 .masthead__title {
        font-size: 4.375rem
    }

    .masthead.-type-1 .masthead__title {
        font-size: 3.5rem
    }

    .masthead.-type-2 .masthead__title {
        font-size: 10vw
    }

    .masthead.-type-4 .masthead__img {
        height: 60vh
    }

    .masthead.-type-4 .masthead__content {
        padding-top: 7.5rem;
        padding-bottom: 5rem
    }

    .masthead.-type-4 .masthead__title {
        font-size: 2.25rem
    }

    .masonry.-col-3 .masonry__item,
    .masonry.-col-3 .masonry__item.-long,
    .masonry.-col-3 .masonry__sizer,
    .masonry.-col-4 .masonry__item,
    .masonry.-col-4 .masonry__item.-long,
    .masonry.-col-4 .masonry__sizer {
        width: 50%
    }

    .projects-nav__item.-prev .projects-nav__content {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        align-items: flex-end
    }

    .projects-nav__item.-prev .projects-nav__content .projects-nav__icon {
        position: absolute;
        bottom: 2.5rem;
        right: 2.25rem
    }

    .projects-nav__item.-next .projects-nav__content {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        align-items: flex-start
    }

    .projects-nav__item.-next .projects-nav__content .projects-nav__icon {
        position: absolute;
        bottom: 2.5rem;
        left: 2.25rem
    }

    .projects-nav__content {
        justify-content: flex-start;
        flex-flow: column nowrap
    }

    .projects-nav__text {
        top: 2.5rem
    }

    .projects-nav__text.-prev {
        right: 2.5rem
    }

    .projects-nav__text.-next {
        left: 2.5rem
    }

    .md\:container,
    .sm\:container {
        max-width: 33.75rem
    }

    .container-wide {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .sm\:pt-0,
    .sm\:py-0 {
        padding-top: 0 !important
    }

    .sm\:pb-0,
    .sm\:py-0 {
        padding-bottom: 0 !important
    }

    .sm\:pl-0,
    .sm\:px-0 {
        padding-left: 0 !important
    }

    .sm\:pr-0,
    .sm\:px-0 {
        padding-right: 0 !important
    }

    .sm\:pt-4,
    .sm\:py-4 {
        padding-top: .25rem !important
    }

    .sm\:pb-4,
    .sm\:py-4 {
        padding-bottom: .25rem !important
    }

    .sm\:pl-4,
    .sm\:px-4 {
        padding-left: .25rem !important
    }

    .sm\:pr-4,
    .sm\:px-4 {
        padding-right: .25rem !important
    }

    .sm\:mt-0 {
        margin-top: 0 !important
    }

    .sm\:mb-0 {
        margin-bottom: 0 !important
    }

    .sm\:ml-0 {
        margin-left: 0 !important
    }

    .sm\:mr-0 {
        margin-right: 0 !important
    }

    .sm\:pt-8,
    .sm\:py-8 {
        padding-top: .5rem !important
    }

    .sm\:pb-8,
    .sm\:py-8 {
        padding-bottom: .5rem !important
    }

    .sm\:pl-8,
    .sm\:px-8 {
        padding-left: .5rem !important
    }

    .sm\:pr-8,
    .sm\:px-8 {
        padding-right: .5rem !important
    }

    .sm\:mt-4 {
        margin-top: .25rem !important
    }

    .sm\:mb-4 {
        margin-bottom: .25rem !important
    }

    .sm\:ml-4 {
        margin-left: .25rem !important
    }

    .sm\:mr-4 {
        margin-right: .25rem !important
    }

    .sm\:pt-12,
    .sm\:py-12 {
        padding-top: .75rem !important
    }

    .sm\:pb-12,
    .sm\:py-12 {
        padding-bottom: .75rem !important
    }

    .sm\:pl-12,
    .sm\:px-12 {
        padding-left: .75rem !important
    }

    .sm\:pr-12,
    .sm\:px-12 {
        padding-right: .75rem !important
    }

    .sm\:mt-8 {
        margin-top: .5rem !important
    }

    .sm\:mb-8 {
        margin-bottom: .5rem !important
    }

    .sm\:ml-8 {
        margin-left: .5rem !important
    }

    .sm\:mr-8 {
        margin-right: .5rem !important
    }

    .sm\:pt-16,
    .sm\:py-16 {
        padding-top: 1rem !important
    }

    .sm\:pb-16,
    .sm\:py-16 {
        padding-bottom: 1rem !important
    }

    .sm\:pl-16,
    .sm\:px-16 {
        padding-left: 1rem !important
    }

    .sm\:pr-16,
    .sm\:px-16 {
        padding-right: 1rem !important
    }

    .sm\:mt-12 {
        margin-top: .75rem !important
    }

    .sm\:mb-12 {
        margin-bottom: .75rem !important
    }

    .sm\:ml-12 {
        margin-left: .75rem !important
    }

    .sm\:mr-12 {
        margin-right: .75rem !important
    }

    .sm\:pt-20,
    .sm\:py-20 {
        padding-top: 1.25rem !important
    }

    .sm\:pb-20,
    .sm\:py-20 {
        padding-bottom: 1.25rem !important
    }

    .sm\:pl-20,
    .sm\:px-20 {
        padding-left: 1.25rem !important
    }

    .sm\:pr-20,
    .sm\:px-20 {
        padding-right: 1.25rem !important
    }

    .sm\:mt-16 {
        margin-top: 1rem !important
    }

    .sm\:mb-16 {
        margin-bottom: 1rem !important
    }

    .sm\:ml-16 {
        margin-left: 1rem !important
    }

    .sm\:mr-16 {
        margin-right: 1rem !important
    }

    .sm\:pt-24,
    .sm\:py-24 {
        padding-top: 1.5rem !important
    }

    .sm\:pb-24,
    .sm\:py-24 {
        padding-bottom: 1.5rem !important
    }

    .sm\:pl-24,
    .sm\:px-24 {
        padding-left: 1.5rem !important
    }

    .sm\:pr-24,
    .sm\:px-24 {
        padding-right: 1.5rem !important
    }

    .sm\:mt-20 {
        margin-top: 1.25rem !important
    }

    .sm\:mb-20 {
        margin-bottom: 1.25rem !important
    }

    .sm\:ml-20 {
        margin-left: 1.25rem !important
    }

    .sm\:mr-20 {
        margin-right: 1.25rem !important
    }

    .sm\:pt-32,
    .sm\:py-32 {
        padding-top: 2rem !important
    }

    .sm\:pb-32,
    .sm\:py-32 {
        padding-bottom: 2rem !important
    }

    .sm\:pl-32,
    .sm\:px-32 {
        padding-left: 2rem !important
    }

    .sm\:pr-32,
    .sm\:px-32 {
        padding-right: 2rem !important
    }

    .sm\:mt-24 {
        margin-top: 1.5rem !important
    }

    .sm\:mb-24 {
        margin-bottom: 1.5rem !important
    }

    .sm\:ml-24 {
        margin-left: 1.5rem !important
    }

    .sm\:mr-24 {
        margin-right: 1.5rem !important
    }

    .sm\:pt-40,
    .sm\:py-40 {
        padding-top: 2.5rem !important
    }

    .sm\:pb-40,
    .sm\:py-40 {
        padding-bottom: 2.5rem !important
    }

    .sm\:pl-40,
    .sm\:px-40 {
        padding-left: 2.5rem !important
    }

    .sm\:pr-40,
    .sm\:px-40 {
        padding-right: 2.5rem !important
    }

    .sm\:mt-32 {
        margin-top: 2rem !important
    }

    .sm\:mb-32 {
        margin-bottom: 2rem !important
    }

    .sm\:ml-32 {
        margin-left: 2rem !important
    }

    .sm\:mr-32 {
        margin-right: 2rem !important
    }

    .sm\:pt-48,
    .sm\:py-48 {
        padding-top: 3rem !important
    }

    .sm\:pb-48,
    .sm\:py-48 {
        padding-bottom: 3rem !important
    }

    .sm\:pl-48,
    .sm\:px-48 {
        padding-left: 3rem !important
    }

    .sm\:pr-48,
    .sm\:px-48 {
        padding-right: 3rem !important
    }

    .sm\:mt-40 {
        margin-top: 2.5rem !important
    }

    .sm\:mb-40 {
        margin-bottom: 2.5rem !important
    }

    .sm\:ml-40 {
        margin-left: 2.5rem !important
    }

    .sm\:mr-40 {
        margin-right: 2.5rem !important
    }

    .sm\:pt-56,
    .sm\:py-56 {
        padding-top: 3.5rem !important
    }

    .sm\:pb-56,
    .sm\:py-56 {
        padding-bottom: 3.5rem !important
    }

    .sm\:pl-56,
    .sm\:px-56 {
        padding-left: 3.5rem !important
    }

    .sm\:pr-56,
    .sm\:px-56 {
        padding-right: 3.5rem !important
    }

    .sm\:mt-48 {
        margin-top: 3rem !important
    }

    .sm\:mb-48 {
        margin-bottom: 3rem !important
    }

    .sm\:ml-48 {
        margin-left: 3rem !important
    }

    .sm\:mr-48 {
        margin-right: 3rem !important
    }

    .sm\:pt-64,
    .sm\:py-64 {
        padding-top: 4rem !important
    }

    .sm\:pb-64,
    .sm\:py-64 {
        padding-bottom: 4rem !important
    }

    .sm\:pl-64,
    .sm\:px-64 {
        padding-left: 4rem !important
    }

    .sm\:pr-64,
    .sm\:px-64 {
        padding-right: 4rem !important
    }

    .sm\:mt-56 {
        margin-top: 3.5rem !important
    }

    .sm\:mb-56 {
        margin-bottom: 3.5rem !important
    }

    .sm\:ml-56 {
        margin-left: 3.5rem !important
    }

    .sm\:mr-56 {
        margin-right: 3.5rem !important
    }

    .sm\:pt-72,
    .sm\:py-72 {
        padding-top: 4.5rem !important
    }

    .sm\:pb-72,
    .sm\:py-72 {
        padding-bottom: 4.5rem !important
    }

    .sm\:pl-72,
    .sm\:px-72 {
        padding-left: 4.5rem !important
    }

    .sm\:pr-72,
    .sm\:px-72 {
        padding-right: 4.5rem !important
    }

    .sm\:mt-64 {
        margin-top: 4rem !important
    }

    .sm\:mb-64 {
        margin-bottom: 4rem !important
    }

    .sm\:ml-64 {
        margin-left: 4rem !important
    }

    .sm\:mr-64 {
        margin-right: 4rem !important
    }

    .sm\:pt-80,
    .sm\:py-80 {
        padding-top: 5rem !important
    }

    .sm\:pb-80,
    .sm\:py-80 {
        padding-bottom: 5rem !important
    }

    .sm\:pl-80,
    .sm\:px-80 {
        padding-left: 5rem !important
    }

    .sm\:pr-80,
    .sm\:px-80 {
        padding-right: 5rem !important
    }

    .sm\:mt-72 {
        margin-top: 4.5rem !important
    }

    .sm\:mb-72 {
        margin-bottom: 4.5rem !important
    }

    .sm\:ml-72 {
        margin-left: 4.5rem !important
    }

    .sm\:mr-72 {
        margin-right: 4.5rem !important
    }

    .sm\:mt-80 {
        margin-top: 5rem !important
    }

    .sm\:mb-80 {
        margin-bottom: 5rem !important
    }

    .sm\:ml-80 {
        margin-left: 5rem !important
    }

    .sm\:mr-80 {
        margin-right: 5rem !important
    }

    .sm\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .sm\:ml-minus-md {
        margin-left: -6.25rem
    }

    .sm\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .sm\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .sm\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .sm\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .sm\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .sm\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .sm\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .sm\:mr-minus-md {
        margin-right: -6.25rem
    }

    .sm\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .sm\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .sm\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .sm\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .sm\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .sm\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .sm\:text-center {
        text-align: center
    }

    .sm\:text-right {
        text-align: right
    }

    .sm\:text-left {
        text-align: left
    }

    .sm\:justify-content-start {
        justify-content: flex-start
    }

    .sm\:justify-content-end {
        justify-content: flex-end
    }

    .sm\:justify-content-between {
        justify-content: space-between
    }

    .sm\:justify-content-center {
        justify-content: center
    }

    .sm\:align-items-start {
        align-items: flex-start
    }

    .sm\:align-items-end {
        align-items: flex-end
    }

    .sm\:align-items-between {
        align-items: space-between
    }

    .sm\:align-items-center {
        align-items: center
    }

    .sm\:d-none {
        display: none !important
    }

    .sm\:d-inline-block {
        display: inline-block !important
    }

    .sm\:d-block {
        display: block !important
    }

    .sm\:d-flex {
        display: flex !important
    }

    .sm\:order-1 {
        order: 1
    }

    .sm\:order-2 {
        order: 2
    }

    .sm\:order-3 {
        order: 3
    }

    .sm\:order-4 {
        order: 4
    }

    .sm\:order-5 {
        order: 5
    }

    .sm\:order-6 {
        order: 6
    }

    .layout-pt-headerBar,
    .layout-pt-md,
    .sm\:layout-pt-headerBar {
        padding-top: 3.75rem
    }

    .layout-pt-lg {
        padding-top: 5rem
    }

    .layout-pt-xl {
        padding-top: 7.5rem
    }

    .layout-pt-2xl {
        padding-top: 8.125rem
    }

    .layout-pb-md {
        padding-bottom: 3.75rem
    }

    .layout-pb-lg {
        padding-bottom: 5rem
    }

    .layout-pb-xl {
        padding-bottom: 6.25rem
    }

    .layout-pb-2xl {
        padding-bottom: 7.5rem
    }

    .layout-pt-pageHeader {
        padding-top: 8.75rem
    }

    .x-gap-40,
    .x-gap-48,
    .x-gap-60,
    .x-gap-72 {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .x-gap-40 > *,
    .x-gap-48 > *,
    .x-gap-60 > *,
    .x-gap-72 > * {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .y-gap-40,
    .y-gap-48,
    .y-gap-60,
    .y-gap-72 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem
    }

    .y-gap-40 > *,
    .y-gap-48 > *,
    .y-gap-60 > *,
    .y-gap-72 > * {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    .fancy-grid.-col-2 .fancy-grid__item {
        flex: 0 0 100%;
        max-width: 100%
    }

    .fancy-grid.-col-2 .fancy-grid__item:nth-child(2n+2),
    .fancy-grid.-col-2.-reverse .fancy-grid__item:nth-child(odd) {
        margin-top: 0
    }

    .fancy-grid.-col-2 .fancy-grid__item:nth-child(1n+2),
    .fancy-grid.-col-2.-reverse .fancy-grid__item:nth-child(1n+2) {
        padding-top: 2.5rem
    }

    .fancy-grid.-col-3 .fancy-grid__item {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 0
    }

    .fancy-grid.-col-3 .fancy-grid__item:nth-child(2n+2) {
        margin-top: 0
    }

    .fancy-grid.-col-3 .fancy-grid__item:nth-child(1n+2) {
        margin-top: 3rem
    }

    .layout-pr-headerBar,
    .sm\:layout-pr-headerBar {
        padding-right: 7rem
    }

    .layout-pl-headerBar,
    .sm\:layout-pl-headerBar {
        padding-left: 7rem
    }

    .layout-mt-headerBar,
    .sm\:layout-mt-headerBar {
        margin-top: 3.75rem
    }

    .layout-mr-headerBar,
    .sm\:layout-mr-headerBar {
        margin-right: 7rem
    }

    .layout-ml-headerBar,
    .sm\:layout-ml-headerBar {
        margin-left: 7rem
    }
}

.footer-home-slider .social-icono,
.my-auto {
    margin-top: auto;
    margin-bottom: auto
}

.slider-main-text {
    position: absolute;
    top: 50%
}

.button.-subrayado {
    position: relative;
    transition: color .3s
}

.button.-subrayado::before {
    transform-origin: top;
    transform: scaleX(1) scaleY(0);
    opacity: 0
}

.button.-subrayado:hover::before,
.navClassic-list > li:hover .button.-subrayado::before {
    transform: scaleX(1) scaleY(1);
    opacity: 1
}

.button.-activo::before {
    transform-origin: top;
    transform: scaleX(1) scaleY(1);
    opacity: 1
}

.navClassic-list > li.menu-btn:hover {
    color: inherit
}

img.logo-header {
    width: 218px;
    display: block;
    margin-top: 29px;
    transition: .3s linear
}

.header.is-sticky img.logo-header {
    width: 180px;
    margin-top: 0;
    transition: .3s linear
}

.menu-icon-right {
    margin-top: 3px;
    margin-left: 10px;
    float: right;
    font-size: 12px;
    margin-left: auto;
    padding-left: 12px;
}

.submenu-doc-pdf img {
    width: 18px;
    margin-right: 14px;
    opacity: .3
}

.footer-home-slider span,
.nosotrosHeading p,
.valores__texto {
    font-size: 15px
}

.footer-home-slider img {
    width: 185px
}

.footer-home-slider .social-icono {
    background-color: #fff;
    color: #000;
    padding: 8px;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    text-align: center;
    transition: background-color .3s, color .3s
}

.btn-option,
.formulario-contacto .minimal {
    height: 50px;
    font-size: 15px;
    outline: 0;
    width: 100%
}

.footer-home-slider .social-icono:hover {
    background-color: #000;
    color: #fff;
    transition: background-color .3s, color .3s
}

.js-ui-contacto {
    transition: opacity .3s
}

.js-ui-contacto.is-scrolling {
    opacity: 0 !important;
    pointer-events: none;
    transition: opacity .3s
}

.footer-home-slider .social-icono.-black {
    background-color: #000;
    color: #fff
}

.footer-home-slider .social-icono.-black:hover {
    background-color: var(--color-gris-1);
    color: #000
}

.footer.-type-core {
    padding: 3rem;
    background-color: #fff
}

.footer.-type-core .footer-logos img {
    height: 71px;
}

.footer-empresas {
    font-size: 12px;
    line-height: 14px;
    margin-top: 13px;
}

.footer-logos {
    display: flex;
    gap: 20px;
}

.footer-logo-smv {
    width: 260px !important
}

.biografia__footer,
.footer.-type-core .footer-contacto {
    margin-top: 30px
}

.footer.-type-core .footer-links {
    background-color: var(--bg-light-1);
    padding: 17px 23px;
    border-radius: 7px;
    margin-top: 22px
}

.footer.-type-core .footer-links ul li a i {
    margin-right: 6px
}

.footer.-type-core .footer-links ul li {
    display: inline;
    font-size: 12px;
    line-height: 26px
}

.footer.-type-core .footer-links ul li::after {
    content: " ";
    padding: 5px 0;
    word-spacing: 19px;
    opacity: .2;
    background-image: linear-gradient(-.25turn, transparent 0 calc(50% - .03em), currentcolor 0 calc(50% + .03em), transparent 0)
}

.footer.-type-core .footer-bottom {
    display: flex;
    margin-top: 25px
}

.footer.-type-core .footer-bottom .footer-logo-asoc {
    width: auto;
    margin-right: 8px;
    height: 57px;
    margin-top: auto;
    margin-bottom: auto
}

.footer.-type-core .footer-bottom .footer-miembros {
    font-family: var(--font-secondary);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    display: block;
    margin: auto 16px auto 0
}

.footer.-type-core .footer-bottom .footer-separador {
    display: block;
    height: 64px;
    width: 1px;
    background-color: #000;
    margin: auto 20px
}

.footer.-type-core .footer-bottom .footer-collective {
    font-size: 13px;
    margin: auto 6rem auto auto
}

.footer.-type-core .footer-bottom .footer-disclaimer {
    width: auto;
    font-size: 10px;
    line-height: 14px;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 6px
}

.js-nav-close .icon {
    stroke-width: 1px !important
}

.js-nav-back {
    margin-left: 0;
    transition: margin-left .4s
}

.js-nav-back.btn-ml {
    margin-left: 70px;
    transition: margin-left .4s
}

.button.-cerrar-glightbox {
    padding: 12px;
    line-height: 1;
    font-weight: initial;
    letter-spacing: .03em;
    color: var(--color-1)
}

.btn-option,
.btn-option.-selected,
.btn-option:hover {
    color: #fff;
    transition: background-color .3s
}

.pos-btn-cerrar {
    position: absolute;
    top: 20px;
    right: 17px;
    z-index: 2
}

.gslide-inline .ginlined-content {
    padding: 42px 55px;
}

.button.-cerrar-glightbox svg {
    stroke-width: 2px;
    width: 38px;
    height: 38px
}

.glightbox-clean .gslide-media,
.glightbox-modern .gslide-media {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px
}

.formulario-contacto .minimal {
    border: 2px solid #000;
    padding: 8px 15px;
    border-radius: 5px
}

.x-gap-contacto {
    margin-left: -8px;
    margin-right: -8px
}

.x-gap-contacto > * {
    padding-left: 8px;
    padding-right: 8px
}

.y-gap-contacto {
    margin-top: -8px;
    margin-bottom: -8px
}

.y-gap-contacto > * {
    padding-top: 8px;
    padding-bottom: 8px
}

.br-p-0 {
    padding-right: 0
}

.br-p-0 select {
    border-right: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.bl-p-0 {
    padding-left: 0
}

.bl-p-0 input {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(https://admin.corecapital.com.pe/img/br_down.png) 98.5% no-repeat #fff !important;
    background: url(https://admin.corecapital.com.pe/img/br_down.png) calc(100% - 15px) no-repeat #fff !important
}

select::-ms-expand {
    display: none
}

.glightbox-popup-overlay-bg .goverlay,
.goverlay {
    background: rgba(166, 193, 211, .9);
    will-change: opacity
}

@media (min-width:769px) {
    .gslide-image img {
        max-height: 87vh;
        max-width: 100%
    }
}

.btn-option {
    display: flex;
    padding: 10px 22px;
    border-radius: 6px;
    background-color: rgba(155, 153, 159, .4)
}

.btn-option:hover {
    background-color: rgba(155, 153, 159, .7)
}

.btn-option.-selected {
    background-color: #9b999f
}

.btn-option span {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    width: 100%
}

.control-formulario {
    display: flex;
    text-align: right
}

.control-formulario span {
    font-size: 12px;
    width: 420px;
    display: block;
    margin: auto 0 auto auto;
    line-height: 16px;
}

.option-politicas {
    display: block;
    width: 36px;
    height: 36px;
    background-color: transparent;
    border: 2px solid #000;
    margin: auto 15px;
    border-radius: 100%;
    position: relative;
    transition: .2s
}

.option-politicas:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #000;
    border-radius: 100%;
    top: 6px;
    left: 6px;
    transform: scale(0);
    transition: .2s
}

.minimal,
.minimal.-error {
    transition: border .2s
}

.option-politicas.-cheked:after {
    transform: scale(1);
    transition: .2s
}

.js-enviar-form label {
    display: unset;
    margin-bottom: 0;
    margin-right: 10px
}

.minimal.-error {
    border: 2px solid red
}

.option-politicas.-error {
    border: 2px solid red;
    transition: .2s
}

.checkmark,
.checkmark.-error {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    margin: 10% auto
}

#politicas-label {
    transition: .2s
}

.politicas-label.-error,
.politicas-label.-error a,
.politicas-label.-error a:hover {
    color: red;
    transition: .2s
}

.btn-intranet:hover,
.filter-button-group button.btn-active:hover {
    color: #000 !important
}

.spin-animation {
    -webkit-animation: 1s infinite rotation
}

.checkmark.-error .checkmark__circle,
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-miterlimit: 10;
    fill: none;
    animation: .6s cubic-bezier(.65, 0, .45, 1) forwards stroke
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg)
    }
}

.checkmark__circle {
    stroke-width: 2;
    stroke: #7ac142
}

.checkmark-off {
    width: 56px;
    height: 56px
}

.checkmark {
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0 0 0 #7ac142;
    animation: .4s ease-in-out .4s forwards fill, .3s ease-in-out .9s both scale
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: .3s cubic-bezier(.65, 0, .45, 1) .8s forwards stroke
}

.checkmark.-error .checkmark__circle {
    stroke-width: 2;
    stroke: red
}

.checkmark.-error {
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0 0 0 red;
    animation: .4s ease-in-out .4s forwards fillerror, .3s ease-in-out .9s both scale
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes scale {

    0%,
    100% {
        transform: none
    }

    50% {
        transform: scale3d(1.1, 1.1, 1)
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0 0 0 30px #7ac142
    }
}

@keyframes fillerror {
    100% {
        box-shadow: inset 0 0 0 30px red
    }
}

.formulario-success {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%) translateY(-50%);
    display: -webkit-inline-box
}

.formulario-success span {
    display: block;
    margin: auto auto auto 13px;
    font-size: 14px;
    line-height: 18px;
    width: 310px;
    transition: opacity .3s linear;
    opacity: 1
}

span.checkbox-off {
    opacity: 0;
    transition: opacity .3s linear
}

.nosotrosHeading__title {
    font-size: 4.6vw;
    letter-spacing: 13px
}

.fondosHeading__title {
    font-size: 2.6vw;
    letter-spacing: 13px
}

.grupoHeading__title {
    font-size: 7vw;
    letter-spacing: 13px;
    color: var(--color-naranja);
    line-height: 7vw
}

.grupoLogo__core {
    width: 245px;
    display: block;
    margin-bottom: auto;
    margin-top: 12px;
    margin-left: auto
}

.valores__titulo {
    margin-top: 33px;
    font-size: 19px;
    letter-spacing: 4px;
    margin-bottom: 14px
}

.valores__icono img {
    display: block;
    width: 48px;
    margin: auto
}

.valores__icono {
    background-color: #fff;
    display: flex;
    width: 80px;
    height: 80px;
    -webkit-box-shadow: 0 0 27px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, .1);
    transition: transform .3s
}

.valores-pt {
    margin-top: -35px
}

.border-b {
    -webkit-box-shadow: inset 0 -3px 0 -1px #000;
    -moz-box-shadow: inset 0 -3px 0 -1px #000;
    box-shadow: inset 0 -3px 0 -1px #000
}

.border-t {
    border-top: 2px solid #000;
}

.badge-fondo {
    padding: 4px 7px;
    font-size: 12px;
    border-radius: 6px;
    margin-right: 6px;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .1);
}

.badge-fondo.-core {
    background-color: transparent;
    color: #000;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, .1);
}

.badge-fondo.-sabbi {
    background-color: transparent;
    color: #000;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, .1);
}

.roll-linea:hover div {
    background-color: rgba(1, 1, 1, .03);
    transition: background-color .4s ease;
}

.roll-linea div {
    transition: background-color .4s ease;
}

.historia-hito.-y2 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.roll-hito {}

.roll-hito:hover .badge-fondo.-core {
    background-color: #FFF;
    border: 1px solid #FFF;
}

.roll-hito:hover .badge-fondo.-sabbi {
    color: #FFF;
    background-color: #32511E;
    border: 1px solid #32511E;
}

.valores__icono:hover img {
    transform: scale(1.15);
    transition: transform .3s
}

.block-edifica {
    margin: auto 0
}

.grupoLogo__edifica {
    width: 270px
}

.grupoHeading__subtitle_edifica {
    font-size: 14px
}

.bg-naranja-cifra {
    background-color: rgba(249, 122, 0, .8)
}

.bg-gris-cifra {
    background-color: rgba(135, 135, 135, .8)
}

.bg-naranja-cifra::before {
    background-color: #f97a00
}

.bg-gris-cifra::before {
    background-color: #878787
}

.cifras__bg {
    padding: 20px;
    position: relative
}

.cifras__val {
    font-weight: 700;
    position: absolute;
    top: 6px;
    color: #fff;
    right: 19px;
    text-align: right
}

.cifras__title {
    margin-top: 11px;
    font-weight: 700;
    letter-spacing: .5px;
    display: block;
    font-size: 14px;
    line-height: 19px;
}

.cifras__bg::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: width 2s linear
}

.cifras__cifra.-full .cifras__bg::before {
    width: 100%;
    transition: width 2s linear
}

.cifras-block {
    display: flex;
    margin-top: 10px;
    margin-bottom: 20px
}

.ofrecemosHeading__title {
    font-size: 43px;
    line-height: 52px;
    letter-spacing: 7px
}

.ofrecemos-block {
    min-height: 442px;
    display: grid;
}

.fondos-block {
    display: grid;
    transition: transform .4s ease;
    min-height: 365px;
}

#fondos-core .fondos-block {
    border-bottom: 5px solid var(--color-naranja);
}

#otros-fondos .fondos-block {
    border-bottom: 5px solid #32511E;
}

.fondos-block:hover {
    transform: translateY(-10px);
    transition: transform .4s ease;
}

.ofrecemos__titulo {
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 10px;
    display: block;
    width: 100%
}

.fondos__titulo {}

.fondos__head {
    font-size: 2vw;
    letter-spacing: -.4px;
    font-weight: bolder;
    line-height: 2.1vw;
    margin-top: 15px;
    display: block;
}

.fondos__cta {
    margin-top: auto;
}

.fondos__titulo img {
    width: 100%;
}

.ofrecemos__contenido {
    font-size: 15px;
    display: block;
    margin-bottom: 22px
}

.fondos__contenido {
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
    margin-top: 12px;
    line-height: 20px;
}

.ofrecemos__iconos {
    display: flex;
    text-align: center;
    margin-top: auto;
}

.ofrecemos__icono_container {
    display: grid;
    margin-right: 30px
}

.ofrecemos__icono_container img {
    width: 66px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto
}

.ofrecemos__icono_container span {
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    min-height: 35px
}

.badge-flecha-1 {
    position: absolute;
    pointer-events: none;
    top: -70px;
    left: 60px
}

.badge-flecha-1 img {
    width: 300px
}

.block-enfoque-contenedor {
    margin-top: auto;
    margin-bottom: auto;
    padding: 6.5rem;
    position: relative
}

.block-enfoque-contenedor h4 {
    margin-bottom: 22px;
    letter-spacing: 5px;
    font-size: 37px
}

.block-enfoque-contenedor p {
    font-size: 16px;
    font-weight: 200
}

.filter-button-group button,
.medios__tags__container a,
.over-num {
    font-weight: 900;
    text-transform: uppercase
}

.over-num {
    position: absolute;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #000;
    font-size: 120px;
    display: block;
    text-align: center;
    min-width: 120px
}

.filter-button-group button,
.medios__tag__filter,
.medios__tags__container a {
    font-family: Auxilia;
    text-decoration: none
}

.over-num.-tl {
    top: 4rem;
    left: -60px
}

.over-num.-tr {
    top: 4rem;
    right: -60px
}

.cifrasHeading__title {
    font-size: 10.2vw;
    line-height: 8.8vw
}

.cifrasHeading__subtitle {
    font-weight: 700;
    font-size: 2.34vw;
    line-height: 3.9vw
}

.cifrasHeading__title_2 {
    font-size: 2.2vw;
    letter-spacing: 8px;
    display: block;
    margin-top: 41px;
    line-height: 2.8vw;
    margin-bottom: 17px
}

.text-celeste {
    color: var(--color-celeste)
}

.text-salmon {
    color: var(--color-salmon)
}

.text-amarillo {
    color: var(--color-amarillo)
}

.text-gris {
    color: #878787
}

.cifras-val-1 {
    padding-top: 55px
}

.cifras-val-2 {
    background-color: #fff;
    padding: 55px 55px 35px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 27px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, .2)
}

.submenu-badge-fecha {
    line-height: 15px;
    background-color: var(--color-gris-2);
    font-size: 9px;
    padding: 3px 7px;
    border-radius: 7px;
    font-weight: bolder;
    color: #000;
    margin-left: 7px;
    margin-right: 3px;
}

.cifras-val-1 h5,
.cifras-val-2 h5,
.fondos__tipo__title {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    margin-top: 8px
}

.cifras-val-1 h3 {
    letter-spacing: 3px;
    font-size: 5.9vw
}

.cifras-descarga {
    padding: 16px 16px 16px 0;
    display: flex
}

.cifras__descarga__imagen {
    width: 46px;
    display: block;
    height: 46px;
    margin-top: auto;
    margin-bottom: auto
}

.cifras__descarga__container {
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    line-height: 21px;
    margin-left: 18px
}

.cifras__descarga__titulo {
    font-weight: 700;
    font-size: 15px;
    display: block
}

.cifras__descarga__subtitulo {
    text-transform: uppercase;
    font-size: 14px
}

.regulacion__title {
    font-size: 40px;
    letter-spacing: 7px
}

.regulacion__subtitle {
    font-size: 18px
}

.regulacion__item {
    padding-right: 50px
}

.regulacion__logo {
    height: 70px;
    margin-bottom: 20px
}

.regulacion__title__inner {
    font-size: 20px;
    letter-spacing: 7px;
    margin-top: 10px;
    margin-bottom: 20px
}

.regulacion__content {
    font-weight: 200;
    display: block;
    font-size: 15px
}

.filter-button-group button {
    color: inherit;
    letter-spacing: 2px;
    line-height: 12px;
    font-size: .9vw;
    background-color: var(--bg-light-1);
    padding: 1.16vw 1.16vw .9vw;
    border-radius: 7px
}

.filter-button-group button:hover {
    color: #000 !important;
    background-color: #dedede
}

.filter-button-group button.btn-active {
    text-decoration: none;
    background-color: var(--color-celeste)
}

.filter-button-group button.btn-active.bg-hover-todos,
.filter-button-group button.btn-active.bg-hover-todos:hover {
    background-color: #000 !important;
    color: #fff !important
}

.filter-button-group button.btn-active.bg-hover-noticias,
.filter-button-group button.btn-active.bg-hover-noticias:hover {
    background-color: var(--color-celeste) !important;
    color: #fff !important
}

.filter-button-group button.btn-active.bg-hover-comunicaciones,
.filter-button-group button.btn-active.bg-hover-comunicaciones:hover {
    background-color: var(--color-amarillo) !important;
    color: #fff !important
}

.filter-button-group button.btn-active.bg-hover-eventos,
.filter-button-group button.btn-active.bg-hover-eventos:hover {
    background-color: var(--color-naranja) !important;
    color: #fff !important
}

.portfolioCard__description {
    padding: 15px 0
}

.equipo__nombre {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    white-space: nowrap;
}

.equipo__cargo {
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px
}

.equipo__subcargo {
    display: block;
    text-align: center;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 1px
}

.biografia__nombre {
    font-weight: 700;
    font-size: 29px;
    display: block;
    line-height: 35px;
    margin-bottom: 11px
}

.biografia__bio {
    display: block;
    margin-top: 12px;
    font-size: 15px;
    margin-bottom: 15px
}

.biografia__footer a {
    text-decoration: none
}

.glightbox-bio-overlay-bg .goverlay {
    background: rgba(240, 240, 240, .97);
    will-change: opacity
}

.glightbox-bio-overlay-bg .gslide-inline {
    border-radius: 9px;
    box-shadow: 0 6px 24px -2px rgba(119, 139, 165, .2)
}

.biografia__data {
    text-align: right;
    margin-top: 3px
}

.biografia__badge {
    background-color: var(--color-gris-1);
    padding: 7px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    margin-left: 5px
}

.layout-py-fondos,
.layout-py-fondos-inner {
    padding-bottom: calc((100vh * .805 / 4) - 4rem)
}

.layout-py-fondos,
.layout-py-fondos-inner,
.layout-py-medios {
    padding-top: calc(100vh * .805 / 4)
}

.cifras__disclaimer_bottom h5 {
    font-size: 15px;
    letter-spacing: 3px;
    margin-bottom: 4px
}

.cifras__disclaimer_bottom span {
    font-size: 13px;
    line-height: 20px;
    display: block
}

.flex-reverse {
    flex-direction: row-reverse
}

.layout-py-fondos {
    margin-top: -1px
}

.layout-py-medios {
    padding-bottom: calc((100vh * .805 / 4) - 6.3rem);
    margin-top: -1px
}

.estructura__fondo img {
    display: block;
    width: 80%;
    margin: 0 auto
}

.fondos__tipo__container {
    padding-right: 15px
}

.impacto__container,
.medio_ambiente__container {
    -webkit-box-shadow: var(--box-shadow);
    padding: 40px;
    border-radius: 6px
}

.fondos__tipo__content {
    display: block;
    font-size: 15px
}

.fondos__inner__botonera,
.fondos__tipo__links {
    margin-top: 25px
}

.fondos__tipo__links a,
a.arrow-cta {
    display: flex;
    line-height: 25px;
    margin-top: 2px;
    font-size: 15px;
    width: fit-content
}

.fondos__tipo__disclaimer {
    font-size: 12px;
    margin-top: 27px;
    display: block
}

.fondos__tipo__links a svg,
a.arrow-cta svg {
    margin-left: 4px
}

a.arrow-cta.-small {
    font-size: 11px;
    color: #696969;
    display: block;
    font-weight: 600;
    text-transform: inherit
}

a.arrow-cta.-small:hover {
    font-size: 11px;
    color: #000
}

a.arrow-cta.-left svg {
    margin-left: 0;
    margin-right: 1px
}

.button.-flecha-fondo {
    border-radius: 100%;
    width: 5rem;
    height: 5rem
}

.slider__title img {
    width: 55%
}

.sliderMain.-type-2 .slider__pretitle {
    opacity: 1;
    transform: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    color: #000
}

.js-slider-pretitle {
    position: absolute;
    top: 80px
}

.button.-flecha-fondo .icon {
    width: 3rem;
    height: 3rem
}

.impacto__container.-wide {
    width: 37vw
}

.impacto__container.-thumbstones {
    min-height: 388px
}

.impacto__container {
    box-shadow: var(--box-shadow);
    min-height: 218px
}

.impacto__content h3 {
    font-size: 4.6vw;
    display: block;
    margin-left: -100%;
    margin-right: -100%;
    text-align: center;
    letter-spacing: -1px
}

.impacto__content h5 {
    font-size: .95vw;
    margin-top: 1px;
    letter-spacing: 1px
}

.impacto__logo {
    height: 113px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.medio_ambiente__container {
    box-shadow: var(--box-shadow);
    min-height: 330px;
    background-color: #fff
}

.fondo__gobernanza__container,
.fondo__impacto__container {
    -webkit-box-shadow: var(--box-shadow);
    min-height: 404px;
    border-radius: 6px;
    background-color: #fff
}

.fondo__impacto__container {
    box-shadow: var(--box-shadow);
    padding: 60px 60px 38px
}

.fondo__gobernanza__container {
    box-shadow: var(--box-shadow);
    padding: 60px
}

.medio_ambiente__content {
    font-size: 13px;
    line-height: 19px;
    display: block
}

.gobernanza__logos_container {
    height: 100%;
    display: flex
}

.gobernanza__logos_container img {
    width: 100%;
    display: block;
    margin-top: auto;
    margin-bottom: auto
}

.medios__block__container {
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    padding: 40px;
    border-radius: 6px;
    min-height: 80px
}

.medios__block__sizer {
    -ms-flex: 0 0 370px;
    flex: 0 0 370px
}

.medios__tags__container a {
    letter-spacing: 1.5px;
    font-size: 9px;
    background-color: var(--bg-light-1);
    padding: 6px 11px;
    margin-right: 5px;
    margin-bottom: 3px;
    display: inline-block;
    border-radius: 4px
}

.medios__tags__container a:hover {
    background-color: var(--bg-light-2);
    color: #fff;
    transition: .2s
}

.footer-home-slider.-medios .social-icono {
    width: 42px;
    height: 42px;
    font-size: 22px
}

.footer-home-slider.-medios .social-icono i {
    margin-top: 1px
}

.sidebar-position-fixed {
    position: fixed;
    top: 4rem;
    max-width: 345px
}

.sidebar-position-absolute {
    position: absolute;
    bottom: 0;
    max-width: 345px
}

.que-ofrecemos-swiper .swiper-slide {
    width: 60%
}

.impacto-thumbstone-swiper .swiper-slide {
    width: 250px
}

.btn-intranet {
    display: flex;
    background-color: var(--color-naranja);
    border: 2px solid var(--color-naranja);
    color: #fff !important;
    text-align: center;
    border-radius: 5px;
    text-transform: none
}

.btn-intranet:hover {
    background-color: #fff;
    border: 2px solid #fff
}

.btn-intranet i {
    line-height: 0;
    margin-right: 7px;
    height: auto;
    color: inherit;
    font-size: 19px
}

.fondos__inner__titleshort {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    color: #000;
    font-size: 14px
}

.fondos__inner__logo img {
    height: 21vh
}

.fondos__inner__description {
    margin-top: 10px;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 28px;
}

.fondo__impacto__title {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 13px;
    display: block
}

.fondo__impacto__description {
    font-size: 15px;
    line-height: 26px
}

.fondo__impacto__description.-mid {
    font-size: 13px;
    line-height: 22px
}

.fondo__impacto__logos.-down {
    position: absolute;
    width: calc(100% - 120px);
    bottom: 47px
}

.fondo__impacto__bubble {
    background-color: var(--color-gris-2);
    padding: 45px;
    border-radius: 12px
}

.fondo__impacto__logos.-bottom {
    position: absolute;
    bottom: 36px
}

.fondo__impacto__logos.-bottom img {
    width: 47%;
    margin-left: 11px;
    margin-bottom: 15px
}

.fondo__impacto__logos {
    display: inline-flex;
    align-items: center;
    margin-top: 15px
}

.fondo__impacto__logos img {
    width: 25%;
    padding: 0 13px 0 0
}

.fondo__impacto__logos.-gobernanza img {
    width: 33.33%;
    padding: 0 28px 0 0
}

.header.is-sticky .btn-intranet:hover {
    background-color: var(--color-gris-1);
    border: 2px solid var(--bg-light-2);
    color: #fff !important
}

.fondo__impacto__headtitle {
    font-size: 3vw;
    font-weight: 700;
    margin-bottom: 13px;
    display: block;
    line-height: 3.5vw;
    letter-spacing: .3vw;
    color: var(--color-celeste);
    margin-top: 20px
}

.fondo__impacto__shorttitle {
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 32px;
    display: block;
    margin-bottom: 10px;
    color: var(--color-celeste)
}

.fondo__impacto__bubble:after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: var(--color-gris-2);
    top: 50%;
    left: 25px;
    transform: rotate(45deg) translateX(-30px) translateY(0)
}

h3.js-plus-economico:after {
    color: #fff;
    content: '+';
    position: absolute;
    font-size: 17px;
    line-height: 24px;
    background-color: var(--color-amarillo);
    width: 22px;
    height: 22px;
    top: 9px;
    border-radius: 100%;
    margin-left: 2px;
    letter-spacing: 0;
    transition: transform .2s
}

h3.js-plus-economico {
    margin-left: auto;
    margin-right: auto;
    width: 6vw;
    transition: transform .2s;
    user-select: none;
    cursor: pointer
}

h3.js-plus-economico:hover:after {
    transform: scale(1.1);
    transition: transform .2s
}

.pop-cifras-fondos {
    position: absolute;
    top: -60px;
    left: -30px;
    text-align: left;
    background-color: #fff;
    box-shadow: var(--box-shadow);
    padding: 23px;
    line-height: 22px;
    font-size: 14px;
    width: max-content;
    z-index: 3;
    border-radius: 6px;
    transform: translateY(8px);
    opacity: 0;
    transition: transform .2s, opacity .2s
}

.pop-cifras-fondos.-visible {
    transform: translateY(0);
    opacity: 1;
    transition: transform .2s, opacity .2s
}

.text-disclaimer {
    font-size: 10px;
    line-height: 14px;
    display: block;
}

.impacto-thumbstone-swiper .slider-slide.swiper-slide-duplicate,
.impacto-thumbstone-swiper .slider-slide.swiper-slide-duplicate-next,
.impacto-thumbstone-swiper .slider-slide.swiper-slide-duplicate-prev,
.impacto-thumbstone-swiper .swiper-slide,
.js-thumbstone-slide *,
.js-thumbstone-slider .slider-slide {
    transition: transform 1s
}

.js-thumbstone-slider .slider-slide.swiper-slide-active {
    transform: scale(1.05);
    transition: transform 1s
}

.inner-pg-fondos.js-thumbstone-slider .slider-slide.swiper-slide-active {
    transform: scale(1);
    transition: transform 1s
}

.tombstone__block {
    background-color: var(--color-gris-2);
    padding: 45px 40px 40px;
    border-radius: 5px;
    transition: transform .3s
}

.tombstone__block:hover {
    transform: scale(1.03);
    transition: transform .3s;
    cursor: grab
}

.tombstone__block:active {
    transition: transform .3s;
    cursor: grabbing
}

.js-tag-filter-link.bg-black:hover,
.js-tag-filter.bg-amarillo,
.js-tag-filter.bg-celeste,
.js-tag-filter.bg-naranja,
.js-tag-filter.bg-salmon {
    color: #fff !important;
    transition: background-color .3s, color .3s
}

.tombstone__logo_top {
    margin-bottom: 30px;
    min-height: 30px
}

.tombstone__logo_top img {
    height: 30px
}

.tombstone__monto {
    margin-bottom: 28px
}

.tombstone__monto h4 {
    text-align: center;
    font-size: 1.7vw
}

.tombstone__descripcion {
    margin-bottom: 22px
}

.tombstone__descripcion span {
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    display: block;
    min-height: 25px
}

.tombstone__fecha {
    margin-bottom: 24px
}

.tombstone__fecha span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    background-color: #fff;
    padding: 7px 13px;
    border-radius: 4px
}

.tombstone__logo_bottom {
    min-height: 43px;
    display: flex
}

.tombstone__logo_bottom img {
    height: 33px;
    margin: 2px auto 0
}

.tombstone__logo_bottom span {
    margin: auto;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    background-color: var(--color-gris-1);
    padding: 4px 10px;
    color: #fff;
    border-radius: 4px
}

.offset-drop-fondos-impacto {
    width: 87px;
    margin-left: auto;
    margin-right: auto
}

.header__anuncio {
    padding: 1.3rem 0;
    background-color: #fff;
    position: relative;
    box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .1);
    transition: opacity .4s cubic-bezier(.77, 0, .175, 1) 50ms, box-shadow .4s cubic-bezier(.77, 0, .175, 1) 50ms, background-color .4s cubic-bezier(.77, 0, .175, 1) 50ms, border-bottom .4s cubic-bezier(.77, 0, .175, 1) .05s
}

.glightbox-popup-overlay-bg .gslide-media,
.tags__bg__container {
    box-shadow: var(--box-shadow)
}

.header__anuncio__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0 3rem;
    position: absolute;
    top: 0
}

.publicaciones__tags a {
    display: inherit;
    margin-left: auto;
    transition: background-color .2s, color .2s
}

.publicaciones__tags a:hover h4 {
    background-color: #000;
    color: #fff;
    transition: background-color .2s, color .2s
}

.tags__bg__container {
    height: 92px;
    background-color: #fff;
    border-radius: 4px
}

.border_b__medios {
    height: 2.5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ddd
}

.js-tag-filter.bg-celeste {
    background-color: var(--color-celeste) !important
}

.js-tag-filter.bg-salmon {
    background-color: var(--color-salmon) !important
}

.js-tag-filter.bg-amarillo {
    background-color: var(--color-amarillo) !important
}

.js-tag-filter.bg-naranja {
    background-color: var(--color-naranja) !important
}

.js-tag-filter-link.bg-black,
.js-tag-filter.bg-amarillo:hover,
.js-tag-filter.bg-celeste:hover,
.js-tag-filter.bg-naranja:hover,
.js-tag-filter.bg-salmon:hover {
    background-color: #000 !important;
    color: #fff !important;
    transition: background-color .3s, color .3s
}

.js-tag-filter-link.bg-black:hover {
    background-color: var(--color-gris-1) !important
}

.control-formulario-mensaje {
    text-align: center;
    padding: 12px;
    border-radius: 5px;
    transition: color .3s, background-color .3s;
    background-color: #fff;
    color: #fff;
    user-select: none;
    pointer-events: none
}

.control-formulario-mensaje span {
    display: block;
    font-size: 14px;
    margin: auto
}

.control-formulario-mensaje.-success {
    background-color: rgba(97, 225, 148, .3);
    color: #1c9b4f
}

.control-formulario-mensaje.-error {
    background-color: rgba(255, 0, 58, .2);
    color: #ff003a
}

.border-last {
    border-bottom: none
}

.ui-mensaje {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.bubble {
    background-color: var(--color-gris-2);
    padding: 20px 26px;
    border-radius: 15px;
    margin-top: 12px;
    font-size: 17px
}

.glightbox-popup-overlay-bg .gclose {
    position: absolute;
    right: 33px;
    top: 30px;
    background-color: var(--color-gris-2);
    padding: 30px;
    border-radius: 100%
}

.glightbox-popup-overlay-bg .gclose svg {
    width: 25px;
    position: absolute;
    top: 18px;
    right: 17px
}

.glightbox-popup-overlay-bg .gslide-inner-content {
    width: 75vw
}

.medios__tags__titulo {
    margin-left: 6px;
    font-weight: 700;
    margin-bottom: 10px
}

.medios__tags__titulo i {
    margin-right: 10px
}

.medios__tag__filter {
    letter-spacing: 2px;
    line-height: 12px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: .9vw;
    background-color: var(--bg-light-1);
    padding: 1.16vw 1.16vw .9vw;
    border-radius: 7px
}

.medios__tag__filter:hover {
    color: #000 !important;
    background-color: #dedede
}

.medios__tag__filter i {
    line-height: 0
}

.ml-auto {
    margin-left: auto
}

.js-resultados-none {
    font-size: 17px
}

.js-resultados-none i {
    font-size: 17px;
    color: #fff;
    background-color: #000;
    padding: 8px;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 100%;
    margin-right: 9px
}

.portfolioCard__cuerpo a:hover {
    color: var(--color-celeste)
}

.popup__link {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    cursor: pointer
}

.popup__container img {
    object-fit: cover;
    width: 100%;
    height: 80vh
}

.btn-interes-fondo {
    width: fit-content;
}

.eventoLogoZoom {
    width: 78px;
    height: max-content;
    margin: auto;
}
.eventos_cardBlock {
    padding: 15px;
    border-bottom: 1px solid #000;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    width: 100%;
}
.eventoPrograma__fecha {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 23px 0px;
    min-width: 144px;
}
.eventoPrograma__numero {
    font-weight: bold;
    line-height: 21px;
    font-size: 45px;
    font-family: 'Auxilia';
    letter-spacing: -5px;
    margin-top: 6px;
}
.eventoPrograma__dia span:first-child {
    text-transform: uppercase;
}
.eventoPrograma__dia span:last-child {
    font-weight: 800;
}
.eventoPrograma__dia {
    line-height: 19px;
}
.eventoPrograma__titulo h2 {
    text-transform: none;
    font-family: 'Montserrat';
    font-size: 18px;
}
.eventoPrograma__cta {
    margin-left: auto;
    display: inline-flex;
    gap: 15px;
}
@media (max-width:575px) {

    .backButton,
    .guiButton,
    .whatsappButton {
        width: 58px;
        height: 58px;
    }

    .guiButton {
        bottom: unset;
        top: 165px;
        z-index: 99999;
    }

    .whatsappButton {
        bottom: unset;
        top: 100px;
        z-index: 99999;
    }

    .backButton__button,
    .guiButton__button,
    .whatsappButton__button {
        width: 34px;
        height: 34px
    }

    .sectionHeading.-md .sectionHeading__title {
        font-size: 2.75rem
    }

    .sectionHeading.-lg .sectionHeading__title,
    .sectionHeading.-xl .sectionHeading__title {
        font-size: 3rem
    }

    .sliderMain.-type-1 .sliderMain__title {
        font-size: 3.125rem
    }

    .sliderMain.-type-2 .slider__title {
        font-size: 18vw
    }

    .sliderMain.-type-3 .slider__title {
        font-size: 7.2vw;
        letter-spacing: 1.6vw;
        hyphens: auto;
        -webkit-hyphens: auto
    }

    .masthead .masthead-shapes.-group-2 .-item-1 {
        top: 50%;
        left: -75%;
        transform: translateY(-50%)
    }

    .masthead .masthead-shapes.-group-2 .-item-1 .masthead-shapes__shape {
        width: 140vw;
        height: 140vw
    }

    .masthead.-type-work-1 .masthead__content {
        padding-top: 6.25rem;
        padding-bottom: 2.5rem
    }

    .masthead.-type-work-1 .masthead__title {
        font-size: 3.5rem
    }

    .masthead.-type-work-1 .masthead__info__wrap {
        margin-top: 4.5rem
    }

    .masthead.-type-1 .masthead__title {
        font-size: 10.5vw
    }

    .cifrasHeading__title,
    .masthead.-type-2 .masthead__title {
        font-size: 14vw
    }

    .masthead.-type-3 .masthead__content.-left-padding .masthead__button,
    .masthead.-type-3 .masthead__content.-left-padding .masthead__subtitle,
    .masthead.-type-3 .masthead__content.-left-padding .masthead__text {
        margin-left: 0
    }

    .masthead.-type-3 .masthead__title {
        font-size: 2.625rem
    }

    .masonry.-col-4 .masonry__item,
    .masonry.-col-4 .masonry__sizer {
        width: 50%
    }

    .footer.-type-core .footer-logos img,
    .masonry.-col-1 .masonry__item,
    .masonry.-col-1 .masonry__item.-big,
    .masonry.-col-1 .masonry__item.-long,
    .masonry.-col-1 .masonry__item.-wide,
    .masonry.-col-1 .masonry__sizer,
    .masonry.-col-2 .masonry__item,
    .masonry.-col-2 .masonry__item.-big,
    .masonry.-col-2 .masonry__item.-long,
    .masonry.-col-2 .masonry__item.-wide,
    .masonry.-col-2 .masonry__sizer,
    .masonry.-col-3 .masonry__item,
    .masonry.-col-3 .masonry__item.-big,
    .masonry.-col-3 .masonry__item.-long,
    .masonry.-col-3 .masonry__item.-wide,
    .masonry.-col-3 .masonry__sizer,
    .masonry.-col-4 .masonry__item.-big,
    .masonry.-col-4 .masonry__item.-long,
    .masonry.-col-4 .masonry__item.-wide,
    impacto__container.-wide {
        width: 100%
    }

    .footer.-type-core .footer-logos img {
        height: 100%;
    }

    .md\:container,
    .sm\:container,
    .xs\:container {
        max-width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .xs\:pt-0,
    .xs\:py-0 {
        padding-top: 0 !important
    }

    .xs\:pb-0,
    .xs\:py-0 {
        padding-bottom: 0 !important
    }

    .xs\:pl-0,
    .xs\:px-0 {
        padding-left: 0 !important
    }

    .xs\:pr-0,
    .xs\:px-0 {
        padding-right: 0 !important
    }

    .xs\:pt-4,
    .xs\:py-4 {
        padding-top: .25rem !important
    }

    .xs\:pb-4,
    .xs\:py-4 {
        padding-bottom: .25rem !important
    }

    .xs\:pl-4,
    .xs\:px-4 {
        padding-left: .25rem !important
    }

    .xs\:pr-4,
    .xs\:px-4 {
        padding-right: .25rem !important
    }

    .xs\:mt-0 {
        margin-top: 0 !important
    }

    .xs\:mb-0 {
        margin-bottom: 0 !important
    }

    .xs\:ml-0 {
        margin-left: 0 !important
    }

    .xs\:mr-0 {
        margin-right: 0 !important
    }

    .xs\:pt-8,
    .xs\:py-8 {
        padding-top: .5rem !important
    }

    .xs\:pb-8,
    .xs\:py-8 {
        padding-bottom: .5rem !important
    }

    .xs\:pl-8,
    .xs\:px-8 {
        padding-left: .5rem !important
    }

    .xs\:pr-8,
    .xs\:px-8 {
        padding-right: .5rem !important
    }

    .xs\:mt-4 {
        margin-top: .25rem !important
    }

    .xs\:mb-4 {
        margin-bottom: .25rem !important
    }

    .xs\:ml-4 {
        margin-left: .25rem !important
    }

    .xs\:mr-4 {
        margin-right: .25rem !important
    }

    .xs\:pt-12,
    .xs\:py-12 {
        padding-top: .75rem !important
    }

    .xs\:pb-12,
    .xs\:py-12 {
        padding-bottom: .75rem !important
    }

    .xs\:pl-12,
    .xs\:px-12 {
        padding-left: .75rem !important
    }

    .xs\:pr-12,
    .xs\:px-12 {
        padding-right: .75rem !important
    }

    .xs\:mt-8 {
        margin-top: .5rem !important
    }

    .xs\:mb-8 {
        margin-bottom: .5rem !important
    }

    .xs\:ml-8 {
        margin-left: .5rem !important
    }

    .xs\:mr-8 {
        margin-right: .5rem !important
    }

    .xs\:pt-16,
    .xs\:py-16 {
        padding-top: 1rem !important
    }

    .xs\:pb-16,
    .xs\:py-16 {
        padding-bottom: 1rem !important
    }

    .xs\:pl-16,
    .xs\:px-16 {
        padding-left: 1rem !important
    }

    .xs\:pr-16,
    .xs\:px-16 {
        padding-right: 1rem !important
    }

    .xs\:mt-12 {
        margin-top: .75rem !important
    }

    .xs\:mb-12 {
        margin-bottom: .75rem !important
    }

    .xs\:ml-12 {
        margin-left: .75rem !important
    }

    .xs\:mr-12 {
        margin-right: .75rem !important
    }

    .xs\:pt-20,
    .xs\:py-20 {
        padding-top: 1.25rem !important
    }

    .xs\:pb-20,
    .xs\:py-20 {
        padding-bottom: 1.25rem !important
    }

    .xs\:pl-20,
    .xs\:px-20 {
        padding-left: 1.25rem !important
    }

    .xs\:pr-20,
    .xs\:px-20 {
        padding-right: 1.25rem !important
    }

    .xs\:mt-16 {
        margin-top: 1rem !important
    }

    .xs\:mb-16 {
        margin-bottom: 1rem !important
    }

    .xs\:ml-16 {
        margin-left: 1rem !important
    }

    .xs\:mr-16 {
        margin-right: 1rem !important
    }

    .xs\:pt-24,
    .xs\:py-24 {
        padding-top: 1.5rem !important
    }

    .xs\:pb-24,
    .xs\:py-24 {
        padding-bottom: 1.5rem !important
    }

    .xs\:pl-24,
    .xs\:px-24 {
        padding-left: 1.5rem !important
    }

    .xs\:pr-24,
    .xs\:px-24 {
        padding-right: 1.5rem !important
    }

    .xs\:mt-20 {
        margin-top: 1.25rem !important
    }

    .xs\:mb-20 {
        margin-bottom: 1.25rem !important
    }

    .xs\:ml-20 {
        margin-left: 1.25rem !important
    }

    .xs\:mr-20 {
        margin-right: 1.25rem !important
    }

    .xs\:pt-32,
    .xs\:py-32 {
        padding-top: 2rem !important
    }

    .xs\:pb-32,
    .xs\:py-32 {
        padding-bottom: 2rem !important
    }

    .xs\:pl-32,
    .xs\:px-32 {
        padding-left: 2rem !important
    }

    .xs\:pr-32,
    .xs\:px-32 {
        padding-right: 2rem !important
    }

    .xs\:mt-24 {
        margin-top: 1.5rem !important
    }

    .xs\:mb-24 {
        margin-bottom: 1.5rem !important
    }

    .xs\:ml-24 {
        margin-left: 1.5rem !important
    }

    .xs\:mr-24 {
        margin-right: 1.5rem !important
    }

    .xs\:pt-40,
    .xs\:py-40 {
        padding-top: 2.5rem !important
    }

    .xs\:pb-40,
    .xs\:py-40 {
        padding-bottom: 2.5rem !important
    }

    .xs\:pl-40,
    .xs\:px-40 {
        padding-left: 2.5rem !important
    }

    .xs\:pr-40,
    .xs\:px-40 {
        padding-right: 2.5rem !important
    }

    .xs\:mt-32 {
        margin-top: 2rem !important
    }

    .xs\:mb-32 {
        margin-bottom: 2rem !important
    }

    .xs\:ml-32 {
        margin-left: 2rem !important
    }

    .xs\:mr-32 {
        margin-right: 2rem !important
    }

    .xs\:pt-48,
    .xs\:py-48 {
        padding-top: 3rem !important
    }

    .xs\:pb-48,
    .xs\:py-48 {
        padding-bottom: 3rem !important
    }

    .xs\:pl-48,
    .xs\:px-48 {
        padding-left: 3rem !important
    }

    .xs\:pr-48,
    .xs\:px-48 {
        padding-right: 3rem !important
    }

    .xs\:mt-40 {
        margin-top: 2.5rem !important
    }

    .xs\:mb-40 {
        margin-bottom: 2.5rem !important
    }

    .xs\:ml-40 {
        margin-left: 2.5rem !important
    }

    .xs\:mr-40 {
        margin-right: 2.5rem !important
    }

    .xs\:pt-56,
    .xs\:py-56 {
        padding-top: 3.5rem !important
    }

    .xs\:pb-56,
    .xs\:py-56 {
        padding-bottom: 3.5rem !important
    }

    .xs\:pl-56,
    .xs\:px-56 {
        padding-left: 3.5rem !important
    }

    .xs\:pr-56,
    .xs\:px-56 {
        padding-right: 3.5rem !important
    }

    .xs\:mt-48 {
        margin-top: 3rem !important
    }

    .xs\:mb-48 {
        margin-bottom: 3rem !important
    }

    .xs\:ml-48 {
        margin-left: 3rem !important
    }

    .xs\:mr-48 {
        margin-right: 3rem !important
    }

    .xs\:pt-64,
    .xs\:py-64 {
        padding-top: 4rem !important
    }

    .xs\:pb-64,
    .xs\:py-64 {
        padding-bottom: 4rem !important
    }

    .xs\:pl-64,
    .xs\:px-64 {
        padding-left: 4rem !important
    }

    .xs\:pr-64,
    .xs\:px-64 {
        padding-right: 4rem !important
    }

    .xs\:mt-56 {
        margin-top: 3.5rem !important
    }

    .xs\:mb-56 {
        margin-bottom: 3.5rem !important
    }

    .xs\:ml-56 {
        margin-left: 3.5rem !important
    }

    .xs\:mr-56 {
        margin-right: 3.5rem !important
    }

    .xs\:pt-72,
    .xs\:py-72 {
        padding-top: 4.5rem !important
    }

    .xs\:pb-72,
    .xs\:py-72 {
        padding-bottom: 4.5rem !important
    }

    .xs\:pl-72,
    .xs\:px-72 {
        padding-left: 4.5rem !important
    }

    .xs\:pr-72,
    .xs\:px-72 {
        padding-right: 4.5rem !important
    }

    .xs\:mt-64 {
        margin-top: 4rem !important
    }

    .xs\:mb-64 {
        margin-bottom: 4rem !important
    }

    .xs\:ml-64 {
        margin-left: 4rem !important
    }

    .xs\:mr-64 {
        margin-right: 4rem !important
    }

    .xs\:pt-80,
    .xs\:py-80 {
        padding-top: 5rem !important
    }

    .xs\:pb-80,
    .xs\:py-80 {
        padding-bottom: 5rem !important
    }

    .xs\:pl-80,
    .xs\:px-80 {
        padding-left: 5rem !important
    }

    .xs\:pr-80,
    .xs\:px-80 {
        padding-right: 5rem !important
    }

    .xs\:mt-72 {
        margin-top: 4.5rem !important
    }

    .xs\:mb-72 {
        margin-bottom: 4.5rem !important
    }

    .xs\:ml-72 {
        margin-left: 4.5rem !important
    }

    .xs\:mr-72 {
        margin-right: 4.5rem !important
    }

    .xs\:mt-80 {
        margin-top: 5rem !important
    }

    .xs\:mb-80 {
        margin-bottom: 5rem !important
    }

    .xs\:ml-80 {
        margin-left: 5rem !important
    }

    .xs\:mr-80 {
        margin-right: 5rem !important
    }

    .xs\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .xs\:ml-minus-md {
        margin-left: -6.25rem
    }

    .xs\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .xs\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .xs\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .xs\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .xs\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .xs\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .xs\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .xs\:mr-minus-md {
        margin-right: -6.25rem
    }

    .xs\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .xs\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .xs\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .xs\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .xs\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .xs\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .ofrecemos__contenido,
    .xs\:text-center {
        text-align: center
    }

    .xs\:text-right {
        text-align: right
    }

    .xs\:text-left {
        text-align: left
    }

    .xs\:justify-content-start {
        justify-content: flex-start
    }

    .xs\:justify-content-end {
        justify-content: flex-end
    }

    .xs\:justify-content-between {
        justify-content: space-between
    }

    .xs\:justify-content-center {
        justify-content: center
    }

    .xs\:align-items-start {
        align-items: flex-start
    }

    .xs\:align-items-end {
        align-items: flex-end
    }

    .xs\:align-items-between {
        align-items: space-between
    }

    .xs\:align-items-center {
        align-items: center
    }

    .xs\:d-none {
        display: none !important
    }

    .xs\:d-inline-block {
        display: inline-block !important
    }

    .xs\:d-block {
        display: block !important
    }

    .xs\:d-flex {
        display: flex !important
    }

    .xs\:order-1 {
        order: 1
    }

    .xs\:order-2 {
        order: 2
    }

    .xs\:order-3 {
        order: 3
    }

    .xs\:order-4 {
        order: 4
    }

    .xs\:order-5 {
        order: 5
    }

    .xs\:order-6 {
        order: 6
    }

    .portfolioCard.-type-medios .portFolioCard__tags.-tr,
    .portfolioCard.-type-medios .portFolioCard__tags.-trc {
        right: 14px;
        text-align: right;
        max-width: 50%;
        top: 14px
    }

    .glightbox-popup-overlay-bg .gslide-inner-content {
        width: 100vw
    }

    .ui-mensaje {
        left: 0
    }

    .gslide-inline .ginlined-content {
        padding: 41px 28px
    }

    .br-p-0 {
        padding-right: 10px
    }

    .br-p-0 select {
        border-right: 2px solid #000 !important;
        border-top-right-radius: 5px !important;
        border-bottom-right-radius: 5px !important
    }

    .bl-p-0 {
        padding-left: 10px
    }

    .bl-p-0 input {
        border-top-left-radius: 5px !important;
        border-bottom-left-radius: 5px !important
    }

    .sectionHeading__subtitle {
        line-height: 21px
    }

    .control-formulario {
        display: inline-block;
        position: relative
    }

    .control-formulario span {
        margin-left: 0;
        text-align: left;
        padding: 0;
        width: calc(100% - 50px);
        display: inline-block;
        margin-top: 14px;
    }

    .option-politicas {
        min-width: 36px;
        min-height: 36px;
        position: absolute;
        top: 12px;
        margin-left: 0
    }

    .glightbox-mobile .goverlay {
        background: #fff
    }

    .footer.-type-core .footer-links ul li {
        display: block;
        padding: 10px 0;
        font-size: 14px
    }

    .footer.-type-core .footer-links ul li:not(:first-child) {
        border-top: 1px solid #ccc
    }

    .footer.-type-core {
        padding: 1.5rem
    }

    .footer.-type-core .footer-bottom {
        display: block
    }

    .px-core {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .fondosHeading__title,
    .nosotrosHeading__title {
        font-size: 6vw;
        hyphens: auto;
        -webkit-hyphens: auto;
        letter-spacing: 2.4vw
    }

    .grupoHeading__title {
        font-size: 10vw;
        line-height: 11vw
    }

    .grupoLogo__core {
        margin-left: 0;
        width: 190px;
        margin-top: 20px;
        margin-bottom: 23px
    }

    .grupoLogo__edifica {
        width: 51vw
    }

    .cifras__title {
        font-size: 3.4vw;
        hyphens: auto;
        -webkit-hyphens: auto
    }

    .badge-flecha-1 img {
        width: 53vw
    }

    .badge-flecha-1 {
        left: 30%
    }

    .ofrecemosHeading__title {
        font-size: 9vw;
        line-height: 10vw
    }

    .ofrecemos__iconos {
        position: unset;
        display: block
    }

    .ofrecemos__titulo {
        text-align: center;
        margin-top: 14px
    }

    .fondos__titulo {
        text-align: left;
        margin-top: 14px
    }

    .ofrecemos__icono_container span {
        margin-bottom: 20px
    }

    .ofrecemos__icono_container {
        display: inline-grid;
        margin-right: 0;
        padding: 0;
        transform: scale(.9)
    }

    .over-num.-tl {
        left: 0;
        top: -64px
    }

    .block-enfoque-contenedor {
        padding: 4.5rem 1.5rem
    }

    .over-num.-tr {
        top: -64px;
        right: 0
    }

    .block-enfoque-contenedor h4 {
        hyphens: auto;
        -webkit-hyphens: auto;
        font-size: 8vw
    }

    .cifrasHeading__subtitle {
        font-size: 4vw;
        margin-top: 14px;
        display: block;
        margin-right: 80px;
        line-height: 19px
    }

    .button.-black,
    .button.-gris,
    .button.-outline-black,
    .button.-outline-white,
    .button.-white {
        min-width: 7.75rem;
        line-height: 18px;
        display: inline-table;
        margin-top: 0;
    }

    .cifras-val-1 {
        padding-top: 23px
    }

    .cifras-val-1 h5,
    .cifras-val-2 h5 {
        font-size: 4vw
    }

    .cifras-val-1 h3 {
        font-size: 11vw
    }

    .cifras-val-2 {
        padding: 45px 35px 25px
    }

    .border-last {
        border-bottom: 1px solid rgba(0, 0, 0, .2)
    }

    .cifras__disclaimer_bottom span {
        font-size: 12px
    }

    .filter-button-group button,
    .medios__tag__filter {
        font-size: 11px;
        padding: 13px 13px 11px
    }

    .regulacion__title {
        font-size: 8vw;
        word-break: break-word;
        margin-bottom: 11px
    }

    .regulacion__item {
        padding-right: 0;
        padding-bottom: 18px
    }

    .sliderMain.-type-2 {
        height: 80vh
    }

    .sliderMain.-type-2 .slider__pretitle {
        font-size: 11px;
        padding-left: 30px;
        padding-right: 30px
    }

    .slider__title img {
        width: 73%
    }

    img.logo-header {
        width: 190px;
        margin-top: 8px
    }

    .gslide-inline {
        max-height: 100vh
    }

    .glightbox-clean .gslide-media,
    .glightbox-modern .gslide-media {
        border-radius: 0
    }

    .nav__container {
        padding: 9vw;
    }

    .gclose {
        top: 30px;
        position: absolute;
        right: 40px
    }

    .fondos__inner__logo img {
        width: 70vw;
        height: auto
    }

    .fondo__impacto__container {
        padding: 45px 36px 36px;
        min-height: auto
    }

    .fondo__impacto__logos.-down {
        position: initial;
        width: 100%
    }

    .fondo__impacto__logos.-bottom a {
        display: block;
        margin-bottom: 15px
    }

    .fondo__impacto__logos.-bottom {
        position: inherit;
        width: 100%;
        display: grid
    }

    .fondo__impacto__logos.-bottom img {
        width: 80%;
        margin-left: auto;
        margin-bottom: 0;
        margin-right: auto
    }

    .equipo__nombre {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 5px;
        height: 40px
    }

    .fondo__gobernanza__container {
        padding: 45px 36px 36px
    }

    .fondo__impacto__title {
        line-height: 24px;
        text-align: left
    }

    .fondo__impacto__headtitle {
        font-size: 7vw;
        line-height: 8vw;
        text-align: left
    }

    .fondo__gobernanza__container .fondo__impacto__logos {
        display: grid;
        margin-top: 0 !important;
        margin-bottom: 15px
    }

    .fondo__gobernanza__container .fondo__impacto__logos img {
        width: 59%;
        padding: 8px 0;
        margin-right: auto
    }

    .fondo__impacto__description {
        font-size: 14px;
        line-height: 23px;
        text-align: left
    }

    .fondo__impacto__bubble {
        margin: 0 -15px -15px;
        padding: 42px 30px
    }

    .fondo__impacto__bubble:after {
        display: none
    }

    .fondo__impacto__bubble a {
        display: block !important
    }

    .glightbox-bio-overlay-bg .gslide-inline {
        box-shadow: none
    }

    .layout-py-fondos-inner {
        height: auto
    }

    .fondos__inner__titleshort {
        margin-bottom: 13px
    }

    .impacto__container.-thumbstones {
        padding-top: 0
    }

    .impacto__container {
        min-height: auto
    }

    .impacto__content h3,
    main.pag-medios .nosotrosHeading__title {
        font-size: 12vw
    }

    .impacto__content h5 {
        font-size: 3.5vw;
        margin-top: 6px
    }

    h3.js-plus-economico:after {
        margin-left: 17px
    }

    img.impacto__logo {
        margin-left: unset
    }

    .medio_ambiente__container img {
        margin-left: auto
    }

    .medios__block__container,
    .portfolioCard.-type-publicaciones {
        padding: 45px 29px 29px
    }

    .portfolioCard.-type-medios .portfolioCard__title h1 {
        font-size: 6vw;
        hyphens: auto;
        -webkit-hyphens: auto;
        margin-bottom: 15px
    }

    .portfolioCard.-type-medios .portfolioCard__post__data h3 {
        font-size: 13px;
        letter-spacing: 2px;
        margin-bottom: 6px
    }

    .portfolioCard.-type-medios .portfolioCard__post__data {
        display: block;
        margin-top: 10px
    }

    .portfolioCard.-type-medios .portfolioCard__post__data span {
        font-size: 14px;
        margin-bottom: 13px;
        line-height: 17px
    }

    .portfolioCard.-type-medios .portFolioCard__tags.-tlc {
        left: 14px;
        top: 14px
    }

    .portfolioCard.-type-medios .portFolioCard__tags.-tl {
        top: 14px;
        left: 14px;
        text-align: left
    }

    .tags__bg__container {
        height: 125px
    }

    .impacto__container.-wide {
        width: 100%
    }

    .js-thumbstone-slider .slider-slide.swiper-slide-active {
        transform: scale(1)
    }

    .tombstone__monto h4 {
        font-size: 6.1vw;
        margin-left: -100%;
        margin-right: -100%;
        text-align: center
    }

    .glightbox-popup-overlay-bg .gslide-media {
        box-shadow: none;
        margin: auto
    }

    .fondos__head {
        font-size: 27px;
        line-height: 30px;
    }

    .footer-logos {
        display: grid;
        margin-bottom: 28px;
        gap: 0;
    }

    .footer-logo-smv {
        width: 80% !important;
        margin-top: 7px;
    }

    .historia-hito p {
        display: grid;
        grid-row-gap: 6px;
        line-height: 16px;
    }

    .badge-fondo {
        width: fit-content;
    }

    .btn-interes-fondo {
        width: 100%;
    }

    .btn-interes-fondo .offset-drop-cifras {
        width: 100%;
        display: block;
    }
}

.submenu-doc-icon {
    display: inline-flex !important;
}

.submenu-doc-icon img {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: 0;
}

.tippy-box {
    background-color: #000;
}

.tippy-arrow {
    color: #000;
}