/* Variables
   ========================================================================== */
:root{
    --primary_color: #2400A2;
    --secondary_color: #FF0633;
}

/* Theme
   ========================================================================== */
html{
    font-size: 0.925925vh;
}
@media (max-width: 650px){
    html{
        font-size: 0.878vh;
    }
}
html, body{
    font-family: 'Graphik Web';
    box-sizing: border-box;
    position: relative;
    height: 100%;
    margin: 0;
    font-weight: 400;
    line-height: 1.2265;
    color: var(--primary_color);
    background-color: #fff;
    font-feature-settings: 'ss01' on, 'ss02' on;
}
body{
    font-size: 2.446rem;
}
body *{
    box-sizing: border-box;
    line-height: inherit;
}
*{
    outline: 0;
}
a{
    color: inherit;
}
img,
svg{
    display: block;
    max-width: 100%;
    height: auto;
}
p{
    margin: 0;
}
ul, ol{
    margin: 0 0 3rem;
    padding-left: 5rem;
}
ul > li > ul,
ol > li > ol{
    margin: 0;
}
b, strong{
    font-weight: 700;
}
.clear{
    clear: both;
}

.desktop{
    display: block;
}
.mobile{
    display: none;
}
@media (max-width: 834px){
    .desktop{
        display: none;
    }

    .mobile{
        display: block;
    }
}
.mobile-fragment:not(.loaded){
    opacity: 0;
    visibility: hidden;
}

/* Reveal
   ========================================================================== */
.reveal-viewport{
    line-height: inherit;
    color: var(--primary_color);
    background-color: transparent;
}
.reveal .slides{
    text-align: left;
}
.reveal .slides > section{
    height: 100%;
}
.reveal .slides > section > section{
    height: 100%;
    padding-bottom: 8.6rem;
}

/* Swiper.css
   ========================================================================== */
.swiper-button-next,
.swiper-button-prev{
    top: 0;
    width: 2rem;
    height: 100%;
    margin-top: 0;
}
.swiper-button-next{
    right: -4rem;
}
.swiper-button-prev{
    left: -4rem;
    transform: rotate(180deg);
}
.swiper-button-next:before,
.swiper-button-prev:before{
    content: "";
    position: absolute;
    top: 50%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 13 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23FF0633' points='0 20.694 1.422 22 13 11 1.422 0 0 1.306 10.156 11'/%3E%3C/svg%3E");
    width: 2rem;
    height: 3.38rem;
    background-repeat: no-repeat;
    background-size: 2rem 3.38rem;
    margin-top: 0;
    transform: translateY(-50%);
}
.swiper-button-next:after,
.swiper-button-prev:after{
    display: none;
}
@media (max-width: 650px){
    .swiper-button-next{
        right: -3rem;
    }

    .swiper-button-prev{
        left: -3rem;
    }
}

/* Animate.css
   ========================================================================== */
.animate__animated{
    visibility: hidden;
}
.animate__zoomIn{

}
.house.animate__animated{
    --animate-duration: .2s;
    opacity: 0;
}
.animate__animated.animate__delay-0-5s{
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-delay: calc(var(--animate-delay) * .5);
    animation-delay: calc(var(--animate-delay) * .5)
}
.animate__animated.animate__delay-1-5s{
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-delay: calc(var(--animate-delay) * 1.5);
    animation-delay: calc(var(--animate-delay) * 1.5)
}
.animate__animated.animate__delay-2-5s{
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    -webkit-animation-delay: calc(var(--animate-delay) * 2.5);
    animation-delay: calc(var(--animate-delay) * 2.5)
}
.animate__animated.animate__delay-3-5s{
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
    -webkit-animation-delay: calc(var(--animate-delay) * 3.5);
    animation-delay: calc(var(--animate-delay) * 3.5)
}
.animate__animated.animate__delay-4-5s{
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
    -webkit-animation-delay: calc(var(--animate-delay) * 4.5);
    animation-delay: calc(var(--animate-delay) * 4.5)
}
.animate__animated.animate__delay-5-5s{
    -webkit-animation-delay: 5.5s;
    animation-delay: 5.5s;
    -webkit-animation-delay: calc(var(--animate-delay) * 5.5);
    animation-delay: calc(var(--animate-delay) * 5.5)
}
.animate__animated.animate__delay-6-5s{
    -webkit-animation-delay: 6.5s;
    animation-delay: 6.5s;
    -webkit-animation-delay: calc(var(--animate-delay) * 6.5);
    animation-delay: calc(var(--animate-delay) * 6.5)
}
.animate__animated.animate__delay-6s{
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    -webkit-animation-delay: calc(var(--animate-delay) * 6);
    animation-delay: calc(var(--animate-delay) * 6)
}
.animate__animated.animate__delay-7s{
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
    -webkit-animation-delay: calc(var(--animate-delay) * 7);
    animation-delay: calc(var(--animate-delay) * 7)
}
.animate__animated.animate__delay-8s{
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
    -webkit-animation-delay: calc(var(--animate-delay) * 8);
    animation-delay: calc(var(--animate-delay) * 8)
}
.animate__animated.animate__delay-9s{
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
    -webkit-animation-delay: calc(var(--animate-delay) * 9);
    animation-delay: calc(var(--animate-delay) * 9)
}
.animate__animated.animate__delay-10s{
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
    -webkit-animation-delay: calc(var(--animate-delay) * 10);
    animation-delay: calc(var(--animate-delay) * 10)
}

/* SVG
   ========================================================================== */
.drawsvg{
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation-name: draw;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}
@keyframes draw{
    to{
        stroke-dashoffset: 0;
    }
}

/* Footer
   ========================================================================== */
.footer{
    position: fixed;
    bottom: 0;
    z-index: 1;
    height: 8.6rem;
    width: 100%;
    padding: 0 4.3%;
    background-color: var(--primary_color);
    color: #EEF0EF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer > .social{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer > .social > a{
    display: block;
    margin-right: 2rem;
}
.footer > .social svg{
    width: 4.5rem;
}
.footer > .nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer > .nav > .n{
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: .2;
}
.footer > .nav > .n.enabled{
    opacity: 1;
}
.footer > .nav > .n > *:first-child{
    margin-right: 2rem;
}
.footer > .nav > .n > span{
    display: block;
}
.footer > .nav > .n > div{
    width: 7.8rem;
    flex: 0 0 7.8rem;
}
.footer > .nav > #home{
    cursor: pointer;
    padding: 0 8vw;
}
.footer > .nav > #home > svg{
    width: 4.8rem;
}
@media (max-width: 834px){
    .footer > .nav > #home{
        padding: 0 4vw;
    }
}
@media (max-width: 650px){
    .footer > .nav > .n > span{
        display: none;
    }

    .footer > .nav > .n > *:first-child{
        margin-right: 0;
    }

    .footer > .nav > #home{
        padding: 0 2vw;
    }
}

/* Slide 1
   ========================================================================== */
.slide1 > .wrap{
    display: flex;
    height: 100%;
}
.slide1 > .wrap > .map{
    flex-basis: 56.5%;
    position: relative;
}
.slide1 > .wrap > .map > svg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.slide1 > .wrap > .map > svg path{
    fill: var(--primary_color);
    transition: all .3s ease;
}
.slide1[data-fragment="0"] > .wrap > .map > svg path{
    fill: #FF0633;
}
.slide1[data-fragment="1"] > .wrap > .map > svg path{
    fill: #EFC022;
}
.slide1[data-fragment="2"] > .wrap > .map > svg path{
    fill: #0C981D;
}
.slide1[data-fragment="3"] > .wrap > .map > svg path{
    fill: #000;
}
.slide1 > .wrap > .map > .label{
    position: absolute;
    left: 7.5%;
    right: 8%;
    bottom: 7.3%;
    padding: 6.5% 6.8%;
    color: #fff;
    background-color: var(--primary_color);
}
.slide1 > .wrap > .map > .label > .logo1{
    width: 31%;
    margin-bottom: 7rem;
}
.slide1 > .wrap > .map > .label > .logo2{
    width: 48%;
    margin-top: 7rem;
}
.slide1 > .wrap > .map > .label > .lbl{
    position: relative;
}
.slide1 > .wrap > .map > .label > .lbl > .fr{
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.slide1 > .wrap > .map > .label > .lbl > .t1{
    font-weight: 900;
    font-size: 5.99811rem;
    line-height: 1.1;
    opacity: 0;
    transition: opacity .2s ease;
}
.slide1[data-fragment="-1"] > .wrap > .map > .label > .lbl > .t1{
    opacity: 1;
}
.slide1 > .wrap > .map > .label > .lbl > .t2{
    font-weight: 600;
    font-size: 3.825rem;
    line-height: 1.228758;
}
.slide1 > .wrap > .map > .label > .lbl > .t3{
    font-weight: 600;
    font-size: 3.825rem;
    line-height: 1.228758;
}
.slide1 > .wrap > .map > .label > .lbl > .t4{
    font-weight: 900;
    font-size: 5.99811rem;
    line-height: 1.1;
    position: relative;
}
.slide1 > .wrap > .text{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.slide1 > .wrap > .text > .top{
    flex: 1;
    padding: 0 7% 0 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.slide1 > .wrap > .text > .top > .title{
    font-weight: 600;
    font-size: 3.825rem;
    line-height: 1.228758;
    margin-bottom: 5rem;
}
.slide1 > .wrap > .text > .top > .icons{
    display: flex;
    justify-content: space-between;
}
.slide1 > .wrap > .text > .top > .icons > .icon{
    text-align: center;
}
.slide1 > .wrap > .text > .top > .icons > .icon > svg{
    width: auto;
    height: 13rem;
    margin: 0 auto;
}
.slide1 > .wrap > .text > .top > .icons > .icon > svg .animate__animated.animate__fadeIn{
    animation-duration: .1s;
    animation-delay: 1.5s;
}
.slide1 > .wrap > .text > .top > .icons > .icon > .label{
    font-size: 2.44582rem;
    line-height: 1.1857;
    margin-top: 2rem;
}
.slide1 > .wrap > .text > .content{
    flex-basis: 54%;
    padding: 0 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #EEF0F0;
}
.slide1 > .wrap > .text > .content > .t1{
    font-weight: 600;
    font-size: 3.825rem;
    line-height: 1.098;
}
.slide1 > .wrap > .text > .content > .set{
    border-top: .9rem solid var(--primary_color);
    border-bottom: .9rem solid var(--primary_color);
    margin: 2rem 0;
    padding: 2rem 0;
}
.slide1 > .wrap > .text > .content > .set > .num{
    font-weight: 900;
    font-size: 6.8488rem;
    line-height: 1.2;
}
.slide1 > .wrap > .text > .content > .set > p{
    max-width: 50rem;
}
@media (min-width: 835px) and (max-aspect-ratio: 7/6){
    .slide1 > .wrap > .text > .top > .icons > .icon{
        padding: 0 1rem;
    }

    .slide1 > .wrap > .text > .content > .t1{
        font-size: 3.5rem;
    }

    .slide1 > .wrap > .text > .content > .set > .num{
        font-size: 5rem;
    }
}
@media (min-width: 835px) and (max-aspect-ratio: 805/777){
    .slide1 > .wrap > .text > .top > .icons > .icon > svg{
        height: 10rem;
    }

    .slide1 > .wrap > .text > .content > .t1{
        font-size: 3rem;
    }
}
@media (max-width: 834px){
    .slide1 > .wrap{
        flex-direction: column;
    }

    .slide1 > .wrap > .map{
        flex-basis: 50%;
        padding: 2rem 7.5%;
    }

    .slide1 > .wrap > .map > .label{
        min-height: 25vh;
    }

    .slide1 > .wrap > .map > .label > .lbl > .t1{
        font-size: 4rem;
    }

    .slide1 > .wrap > .map > .label > .lbl > .t2{
        font-size: 3rem;
    }

    .slide1 > .wrap > .map > .label > .lbl > .t3{
        font-size: 3rem;
        position: relative;
    }

    .slide1 > .wrap > .map > .label > .lbl > .t4{
        font-size: 4rem;
        position: absolute;
    }

    .slide1 > .wrap > .map > .label > .logo1{
        width: 40%;
        margin-bottom: 2rem;
    }

    .slide1 > .wrap > .map > .label > .logo2{
        margin-top: 2rem;
    }

    .slide1 > .wrap > .text{
        flex: 1 0 50%;
        display: block;
        position: relative;
    }

    .slide1 > .wrap > .text > .top{
        padding: 7.5%;
        height: 100%;
        justify-content: flex-start;
    }

    .slide1 > .wrap > .text > .top > .title{
        font-size: 3.2rem;
        margin-bottom: 4rem;
    }

    .slide1 > .wrap > .text > .top > .icons > .icon > svg{
        height: 9rem;
    }

    .slide1 > .wrap > .text > .top > .icons > .icon > .label{
        margin-top: 1rem;
    }

    .slide1 > .wrap > .text > .content{
        padding: 7.5%;
        position: absolute;
        height: 100%;
        top: 0;
        justify-content: space-between;
    }

    .slide1 > .wrap > .text > .content > .t1{
        font-size: 3.2rem;
    }

    .slide1 > .wrap > .text > .content > .set{
        border-width: .5rem;
        margin: 1rem 0;
        padding: 1rem 0;
    }

    .slide1 > .wrap > .text > .content > .set > p{
        max-width: none;
    }

    .slide1 > .wrap > .text > .content > .set > .num{
        font-size: 4rem;
    }
}
@media (max-width: 375px){
    .slide1 > .wrap > .text > .top > .icons > .icon > svg{
        height: 7rem;
    }
}

/* Slide 2
   ========================================================================== */
.slide2 > .wrap{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.slide2 > .wrap > .top{
    flex: 1 0 auto;
    padding: 0 7.15%;
    background-color: #EEF0F0;
    display: flex;
    flex-wrap: wrap;
}
.slide2 > .wrap > .top > .title{
    flex-basis: 100%;
    font-weight: 900;
    font-size: 5.99811rem;
    line-height: 1.1;
    text-align: center;
    margin: auto auto 7.6rem;
    max-width: 150rem;
}
.slide2 > .wrap > .top > .img{
    flex-basis: 56.85%;
}
.slide2 > .wrap > .top > .text{
    flex-basis: 43.15%;
    padding-left: 6.3%;
}
.slide2 > .wrap > .top > .text > .tt{
    font-weight: 600;
    font-size: 3.4rem;
    line-height: 1.0882353;
    margin-bottom: 2.7rem;
}
.slide2 > .wrap > .top > .text > .num{
    font-weight: 900;
    font-size: 6.8488rem;
    line-height: 1.2;
    margin-bottom: .4rem;
}
.slide2 > .wrap > .top > .text > p{
    max-width: 53rem;
    line-height: 1.4;
}
.slide2 > .wrap > .bottom{
    flex: 1 0 auto;
    padding: 0 7%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
}
.slide2 > .wrap > .bottom > .title{
    font-weight: 600;
    font-size: 3.4rem;
    line-height: 1.0882353;
    margin-bottom: 3.3%;
}
.slide2 > .wrap > .bottom > .items{
    display: flex;
    justify-content: space-between;
}
.slide2 > .wrap > .bottom > .items > .item{
    display: flex;
    justify-content: space-between;
    flex-basis: 28%;
}
.slide2 > .wrap > .bottom > .items > .item > .img{
    position: relative;
    flex: 0 0 48%;
    padding-right: 3%;
}
.slide2 > .wrap > .bottom > .items > .item > .img > .icon{
    overflow: visible;
    position: absolute;
    width: 54.7%;
    left: 16%;
    top: -5%;
}
.slide2 > .wrap > .bottom > .items > .item:nth-child(2) > .img > .icon{
    width: 44.3%;
    left: 24%;
    top: -13%;
}
.slide2 > .wrap > .bottom > .items > .item > .txt{
    flex: 1;
    border-top: 9px solid var(--primary_color);
    padding-top: 2rem;
}
@media (min-width: 835px) and (max-aspect-ratio: 107/78){
    .slide2 > .wrap > .top > .title{
        font-size: 5rem;
        margin-bottom: 5rem;
    }

    .slide2 > .wrap > .top > .text > .num{
        font-size: 6rem;
    }
}
@media (min-width: 835px) and (max-aspect-ratio: 15/13){
    .slide2 > .wrap > .top > .title{
        font-size: 4.5rem;
        margin-bottom: 3rem;
    }

    .slide2 > .wrap > .top > .text > .num{
        font-size: 5.5rem;
    }
}
@media (max-width: 834px){
    .slide2 > .wrap{
        display: block;
        position: relative;
    }

    .slide2 > .wrap > .top{
        padding: 0;
        height: 100%;
        flex-direction: column;
        justify-content: flex-start;
    }

    .slide2 > .wrap > .top > .title{
        padding: 6.5% 7.5% 0;
        flex-basis: auto;
        font-size: 3.5rem;
        margin: 0;
    }

    .slide2 > .wrap > .top > .img{
        padding: 0 7.5%;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 90%;
        margin: 0 auto;
    }

    .slide2 > .wrap > .top > .text{
        flex-basis: 50%;
        padding: 6.5% 7.5% 0;
        background-color: #fff;
    }

    .slide2 > .wrap > .top > .text > .tt{
        font-size: 2.8rem;
        margin-bottom: 4rem;
    }

    .slide2 > .wrap > .top > .text > .num{
        font-size: 4rem;
        margin: 2rem 0;
    }

    .slide2 > .wrap > .top > .text > p{
        max-width: none;
    }

    .slide2 > .wrap > .bottom{
        padding: 6.5% 7.5% 0;
        position: absolute;
        top: 50%;
        height: 50%;
        justify-content: flex-start;
    }

    .slide2 > .wrap > .bottom > .title{
        font-size: 2.8rem;
        margin-bottom: 4rem;
    }

    .slide2 > .wrap > .bottom > .items{
        display: block;
    }

    .slide2 > .wrap > .bottom > .items > .item{
        align-items: center;
    }

    .slide2 > .wrap > .bottom > .items > .item:not(:last-child){
        margin-bottom: 3rem;
    }

    .slide2 > .wrap > .bottom > .items > .item > .img{
        flex: 0 0 15%;
    }

    .slide2 > .wrap > .bottom > .items > .item:nth-child(2) > .img > .icon{
        left: 18%;
        top: -17%;
    }

    .slide2 > .wrap > .bottom > .items > .item > .txt{
        padding-top: 0;
        border-top: 0;
    }
}

/* Slide 3
   ========================================================================== */
.slide3 > .wrap{
    position: relative;
    display: flex;
    height: 100%;
    color: #fff;
    background-color: var(--primary_color);
}
.slide3 > .wrap > .map{
    flex-basis: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.slide3.height > .wrap > .map{
    padding-left: 4.3%;
}
.slide3 > .wrap > .map > .square{
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.slide3 > .wrap > .map > .square > .mapa{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slide3 > .wrap > .map > .square > .mapa path{
    fill: var(--primary_color);
}
.slide3 > .wrap > .map > .square > .points{
    position: absolute;
    width: 100%;
    height: 100%;
    left: -.5%;
}
.slide3 > .wrap > .map > .square > .points .link-building{
    cursor: pointer;
}
.slide3 > .wrap > .map > .square > .points .link-building.mb{
    transform-box: fill-box;
    transform-origin: center;
}
.slide3 > .wrap > .map > .square > .points .link-building.mb.active{
    transform: scale(1.5) !important;
}
.slide3 > .wrap > .text{
    flex: 1;
    padding: 4.3%;
    display: flex;
    flex-direction: column;
}
.slide3 > .wrap > .text > .title{
    font-weight: 600;
    font-size: 3.825rem;
    line-height: 1.228758;
    margin-bottom: 4.7rem;
}
.slide3 > .wrap > .text > .swiper-container-wrap{
    display: grid;
    flex: 1;
    position: relative;
    width: 100%;
}
.slide3 > .wrap > .text > .swiper-container-wrap > .swiper-container{
    height: 100%;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    min-width: 0;
}
.slide3 > .wrap > .text > .swiper-container-wrap > .swiper-container > .swiper-wrapper{

}
.slide3 > .wrap > .text > .swiper-container-wrap > .swiper-container > .swiper-wrapper > .building{
    display: flex;
    flex-direction: column;
}
.slide3 > .wrap > .text > .swiper-container-wrap > .swiper-container > .swiper-wrapper > .building > .h{
    display: flex;
    align-items: flex-start;
    margin-bottom: 4.3rem;
}
.slide3 > .wrap > .text > .swiper-container-wrap > .swiper-container > .swiper-wrapper > .building > .h > .n{
    position: relative;
    flex: 0 0 3.5rem;
    font-size: 2.2rem;
    line-height: 1.2156872;
    margin-top: .2rem;
}
.slide3 > .wrap > .text > .swiper-container-wrap > .swiper-container > .swiper-wrapper > .building > .h > .n > span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--secondary_color);
    font-weight: 600;
}
.slide3 > .wrap > .text > .swiper-container-wrap > .swiper-container > .swiper-wrapper > .building > .h > .t{
    flex: 1;
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 1.228758;
    padding-left: .9rem;
}
.slide3 > .wrap > .text > .swiper-container-wrap > .swiper-container > .swiper-wrapper > .building > .img{
    align-self: flex-start;
    width: auto;
    max-height: 34.1vh;
    height: 25vh;
    margin-bottom: 3.6rem;
}
.slide3 > .wrap > .text > .swiper-container-wrap > .swiper-container > .swiper-wrapper > .building > .txt{
    margin-bottom: 4rem;
}
.slide3 > .wrap > .text > .swiper-container-wrap > .swiper-container > .swiper-wrapper > .building > .link > a{
    background-color: #fff;
    color: var(--secondary_color);
    font-weight: 600;
    font-size: 2.92371rem;
    line-height: 1.231312;
    text-decoration: none;
    display: inline-block;
    padding: 1.5rem 2rem;
}
@media (min-width: 835px) and (max-aspect-ratio: 106/78){
    .slide3 > .wrap > .text > .title{
        font-size: 3.3rem;
        margin-bottom: 3rem;
    }
}
@media (max-width: 834px){
    .slide3 > .wrap{
        flex-direction: column;
        padding: 3rem 7.5% 0;
    }

    .slide3 > .wrap > .title{
        font-weight: 600;
        font-size: 2.7rem;
        line-height: 1.228758;
        margin-bottom: 3rem;
    }

    .slide3 > .wrap > .map{
        padding: 0 !important;
        margin-bottom: 3rem;
    }

    .slide3 > .wrap > .map > .square > .mapa,
    .slide3 > .wrap > .map > .square > .points{
        transform: scale(1.4);
        top: -.5rem;
    }

    .slide3 > .wrap > .map > .square > .points .link-building.mb{
        transform: scale(.9);
    }

    .slide3 > .wrap > .map > .square > .points .link-building > path{
        display: none;
    }

    .slide3 > .wrap > .map > .square > .points .link-building.active > path{
        display: block;
    }

    .slide3 > .wrap > .text{
        flex: initial;
        padding: 0;
    }

    .slide3 > .wrap > .text > .swiper-container-wrap > .swiper-container > .swiper-wrapper > .building{
        /*justify-content: space-evenly;*/
    }

    .slide3 > .wrap > .text > .swiper-container-wrap > .swiper-container > .swiper-wrapper > .building > .h{
        margin-bottom: 1rem;
    }

    .slide3 > .wrap > .text > .swiper-container-wrap > .swiper-container > .swiper-wrapper > .building > .h > .t{
        font-size: 2.5rem;
    }

    .slide3 > .wrap > .text > .swiper-container-wrap > .swiper-container > .swiper-wrapper > .building > .h > .n{
        flex: 0 0 3rem;
    }

    .slide3 > .wrap > .text > .swiper-container-wrap > .swiper-container > .swiper-wrapper > .building > .img{
        max-height: 20vh;
        height: 20vh;
        margin-bottom: 1rem;
    }

    .slide3 > .wrap > .text > .swiper-container-wrap > .swiper-container > .swiper-wrapper > .building > .txt{
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }

    .slide3 > .wrap > .text > .swiper-container-wrap > .swiper-container > .swiper-wrapper > .building > .link > a{
        font-size: 2.2rem;
        padding: 1rem 1.5rem;
    }
}
@media (max-width: 650px){
    .slide3 > .wrap > .map > .square > .points .link-building.mb{
        transform: scale(1.1);
    }

    .slide3 > .wrap > .text > .swiper-container-wrap > .swiper-container > .swiper-wrapper > .building#building-8 > .h > .t{
        font-size: 2.2rem;
    }

    .slide3 > .wrap > .text > .swiper-container-wrap > .swiper-container > .swiper-wrapper > .building > .img{
        max-height: 20vh;
        height: 12vh;
    }
}
@media (max-width: 375px){
    .slide3 > .wrap{
        padding-top: 2rem;
    }

    .slide3 > .wrap > .title{
        margin-bottom: 2rem;
    }

    .slide3 > .wrap > .map{
        margin-bottom: 2rem;
    }

    .slide3 > .wrap > .text > .swiper-container-wrap > .swiper-container > .swiper-wrapper > .building#building-8 > .h > .t{
        font-size: 2.5rem;
    }

    .slide3 > .wrap > .text > .swiper-container-wrap > .swiper-container > .swiper-wrapper > .building > .img{
        max-height: 14vh;
        height: 10vh;
    }
}
.slide4 > .wrap{
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.slide4 > .wrap > .top{
    flex-basis: 24.3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 4.3%;
    background-color: var(--primary_color);
}
.slide4 > .wrap > .top > .title{
    color: #fff;
    font-weight: 900;
    font-size: 5.99811rem;
    line-height: 1.1;
    text-align: center;
    margin: 0 auto;
    max-width: 110rem;
}
.slide4 > .wrap > .content{
    flex: 1;
    display: flex;
}
.slide4 > .wrap > .content > .contribute{
    background-color: #fff;
    flex: 0 0 50%;
    padding: 0 2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.slide4 > .wrap > .content > .contribute svg{
    width: auto;
    height: 10.8rem;
    margin: 0 auto;
}
.slide4 > .wrap > .content > .contribute > .t{
    font-weight: 600;
    font-size: 3.825rem;
    line-height: 1.228758;
    text-align: center;
    margin-bottom: 4rem;
}
.slide4 > .wrap > .content > .contribute > .items{
    display: flex;
}
.slide4 > .wrap > .content > .contribute > .items > .l{
    flex-basis: 50%;
    padding-top: 5.7rem;
    padding-bottom: 3rem;
    border-right: 3px solid var(--primary_color);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.slide4 > .wrap > .content > .contribute > .items > .r{
    flex-basis: 50%;
    padding-left: 3%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.slide4 > .wrap > .content > .contribute > .items .item{
    display: flex;
    align-items: center;
    width: 100%;
}
.slide4 > .wrap > .content > .contribute > .items .item:not(:last-child){
    margin-bottom: -2rem;
}
.slide4 > .wrap > .content > .contribute > .items .item:nth-child(2n){
    margin-right: -103%;
}
.slide4 > .wrap > .content > .contribute > .items .item > .img{
    flex: 0 0 34.5%;
}
.slide4 > .wrap > .content > .contribute > .items .item > .txt{
    flex: 1;
    text-align: right;
}
.slide4 > .wrap > .content > .contribute > .items .item:nth-child(2n) > .txt{
    text-align: left;
}
.slide4 > .wrap > .content > .guarantee{
    background-color: #fff;
    position: relative;
    flex: 0 0 50%;
    padding: 0 4%;
    display: flex;
    align-items: center;
}
.slide4 > .wrap > .content > .guarantee svg{
    width: auto;
    height: 15.1rem;
    margin: 0 auto 2rem;
}
.slide4 > .wrap > .content > .guarantee > .items-square{
    margin: 0 auto;
    position: absolute;
    width: 100%;
    height: 100%;
}
.slide4 > .wrap > .content > .guarantee > .items-square > .t{
    font-weight: 600;
    font-size: 3.825rem;
    line-height: 1.228758;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slide4 > .wrap > .content > .guarantee > .items-square > .circle{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    height: 71%;
    transform: translate(-50%, -50%);
}
.slide4 > .wrap > .content > .guarantee > .items-square > .items{
    position: relative;
    height: 0;
    padding-bottom: 100%;
    width: 100%;
    margin: 0 auto;
}
.slide4 > .wrap > .content > .guarantee > .items-square > .items > .item{
    text-align: center;
    position: absolute;
}
.slide4 > .wrap > .content > .guarantee > .items-square > .items > .item:nth-child(1){
    top: 3rem;
    left: 50%;
    transform: translateX(-50%);
}
.slide4 > .wrap > .content > .guarantee > .items-square > .items > .item:nth-child(2){
    left: 0;
    top: 57%;
    transform: translateY(-50%);
}
.slide4 > .wrap > .content > .guarantee > .items-square > .items > .item:nth-child(2) svg{
    height: 16.8rem;
}
.slide4 > .wrap > .content > .guarantee > .items-square > .items > .item:nth-child(3){
    right: 0;
    top: 61%;
    transform: translateY(-50%);
}
.slide4 > .wrap > .content > .guarantee > .items-square > .items > .item:nth-child(4){
    bottom: 3.6rem;
    left: 50%;
    transform: translateX(-50%);
}
.slide4 > .wrap > .content > .guarantee > .items-square > .items > .item:nth-child(4) svg{
    height: 10.5rem;
    margin-top: 2rem;
}
@media (min-width: 835px) and (max-aspect-ratio: 1300/820){
    .slide4 > .wrap > .content > .contribute svg{
        height: 7rem;
    }

    .slide4 > .wrap > .content > .guarantee{
        padding: 0 2% 0 0;
    }

    .slide4 > .wrap > .content > .guarantee svg{
        height: 12.1rem;
        margin-bottom: 1rem;
    }

    .slide4 > .wrap > .content > .guarantee > .items-square > .items > .item:nth-child(2) svg{
        height: 12.8rem;
    }

    .slide4 > .wrap > .content > .guarantee > .items-square > .items > .item:nth-child(3) svg{
        height: 10.1rem;
    }

    .slide4 > .wrap > .content > .guarantee > .items-square > .items > .item:nth-child(4) svg{
        height: 8.5rem;
    }
}
@media (max-width: 834px){
    .slide4 > .wrap > .top{
        flex-basis: auto;
        padding: 6.5% 7.5%;
    }

    .slide4 > .wrap > .top > .title{
        font-size: 3.5rem;
    }

    .slide4 > .wrap > .content{
        position: relative;
        flex-direction: column;
    }

    .slide4 > .wrap > .content br{
        display: none;
    }

    .slide4 > .wrap > .content .txt{
        /*font-size: 2.4rem;*/
    }

    .slide4 > .wrap > .content > .contribute{
        padding: 6.5% 7.5%;
        flex: 1;
        justify-content: flex-start;
    }

    .slide4 > .wrap > .content > .contribute > .t{
        text-align: left;
        font-size: 2.8rem;
        margin-bottom: 4rem;
    }

    .slide4 > .wrap > .content > .contribute svg{
        height: 6rem !important;
    }

    .slide4 > .wrap > .content > .contribute > .items{
        display: block;
    }

    .slide4 > .wrap > .content > .contribute > .items .item > .img{
        order: -1;
        flex: 0 0 20%;
    }

    .slide4 > .wrap > .content > .contribute > .items .item > .txt{
        text-align: left !important;
    }

    .slide4 > .wrap > .content > .contribute > .items .item:not(:last-child){
        margin-bottom: 4rem;
    }

    .slide4 > .wrap > .content > .contribute > .items .item:nth-child(2n){
        margin-right: 0;
    }

    .slide4 > .wrap > .content > .contribute > .items > .l{
        padding: 0;
        border: 0;
    }

    .slide4 > .wrap > .content > .contribute > .items > .r{
        padding: 0;
    }

    .slide4 > .wrap > .content > .guarantee{
        padding: 6.5% 7.5%;
        flex: 1;
        height: 100%;
        position: absolute;
        top: 0;
    }

    .slide4 > .wrap > .content > .guarantee > .items-square{
        width: 100% !important;
        height: 100% !important;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .slide4 > .wrap > .content > .guarantee svg{
        height: 6rem !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .slide4 > .wrap > .content > .guarantee > .items-square > .t{
        text-align: left;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        font-size: 2.8rem;
        margin-bottom: 4rem;
    }

    .slide4 > .wrap > .content > .guarantee > .items-square > .circle{
        display: none;
    }

    .slide4 > .wrap > .content > .guarantee > .items-square > .items{
        padding-bottom: 0;
        height: auto;
    }

    .slide4 > .wrap > .content > .guarantee > .items-square > .items > .item{
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
        text-align: left;
        display: flex;
        align-items: center;
    }

    .slide4 > .wrap > .content > .guarantee > .items-square > .items > .item:not(:last-child){
        margin-bottom: 4rem;
    }

    .slide4 > .wrap > .content > .guarantee > .items-square > .items > .item > .img{
        order: -1;
        flex: 0 0 20%;
    }

    .slide4 > .wrap > .content > .guarantee > .items-square > .items > .item:nth-child(1) svg{
        height: 6rem !important;
    }

    .slide4 > .wrap > .content > .guarantee > .items-square > .items > .item:nth-child(2) svg{
        height: 8.5rem !important;
    }

    .slide4 > .wrap > .content > .guarantee > .items-square > .items > .item:nth-child(3) svg{
        height: 6rem !important;
    }

    .slide4 > .wrap > .content > .guarantee > .items-square > .items > .item:nth-child(4) svg{
        height: 5rem !important;
    }
}

/* Slide 5
   ========================================================================== */
.slide5 > .wrap{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    background-color: var(--primary_color);
    color: #fff;
}
.slide5 > .wrap > .make{
    font-weight: 600;
    font-size: 25px;
    text-decoration: none;
}
.slide5 > .wrap > .make > span{
    display: block;
    margin-bottom: 3rem;
}
.slide5 > .wrap > .make > img{
    max-width: 200px;
    margin: 0 auto;
}
.slide5 > .wrap > .support{
    position: absolute;
    bottom: 50px;
    right: 50px;
    font-size: 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.slide5 > .wrap > .support > span{
    display: block;
    padding-right: 20px;
}
.slide5 > .wrap > .support > img{
    max-width: 150px;
}
@media (max-width: 650px){
    .slide5 > .wrap > .support{
        bottom: 20px;
        right: 20px;
    }

    .slide5 > .wrap > .support > img{
        max-width: 120px;
    }
}