@charset "UTF-8";

html{
    height: 100%;
    box-sizing: border-box;
    overscroll-behavior-y: none;
    -webkit-tap-highlight-color: transparent;
    font-size: 62.5%;
}
body, html {
    width: 100%;
    -webkit-overflow-scrolling: auto;
    margin: 0;
    color: #FFF;
}
body{
    font-size: 1.2rem;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
    width: 100%;
    background: #000000;
    margin: 0;
}

*{
    font-family: 'integral_cfbold', sans-serif;
    font-weight: normal;
}

.section__fondo{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(228,113,128);
    background: linear-gradient(135deg, rgba(228,113,128,1) 0%, rgba(211,83,129,1) 20%, rgba(172,67,125,1) 40%, rgba(93,71,141,1) 60%, rgba(43,76,150,1) 80%, rgba(18,51,119,1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.section__fondoArea{
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 160vh;
    margin: 0 auto;
    max-height: 62.3vw;
    /*background: yellowgreen;*/
}
.section__fondo-images{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
.section__fondo-images > *{}
.section__fondo-imagesFigure{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -10%;
    z-index: 4;
}
.section__fondo-imagesFigure img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0;
}
.section__fondo-imagesShadow{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -10%;
    z-index: 1;
    opacity: 0.2;
    -webkit-filter: blur(3px);
    filter: blur(3px);
}
.section__fondo-imagesShadow img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0;
}
.section__phrase{
    position: absolute;
    left: 40%;
    width: 54%;
    height: 100%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section__phraseAnimation{
    position: relative;
    width: 100%;
    height: 30.3vw;
    top: 0;
    left: 0;
}
.section__phraseAnimation-fade{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    text-align: right;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    transition: opacity 1s cubic-bezier(.77,0,.175,1);
}
.section__phraseAnimation-fade.is-active{
    opacity: 1;
}
.section__phraseAnimation-fadeCenter > *{
    margin: 0;
    line-height: 1em;
}
.section__phraseAnimation-fadeCenter .section__phraseAnimation-01{
    font-size: 6vw;}
.section__phraseAnimation-fadeCenter .section__phraseAnimation-02{
    font-size: 21vw;
    margin-bottom: -0.12em;
}
.section__phraseAnimation-fadeCenter .section__phraseAnimation-03{
    font-size: 5vw;
}
.section__phraseAnimation-fadeCenter .section__phraseAnimation-04{
    font-size: 7vw;
}
.section__fondo-imagesFigure img.landscape{
    display: block;
}
.section__fondo-imagesFigure img.portrait{
    display: none;
}
.section__fondo-imagesShadow img.landscape{
    display: block;
}

.section__fondo-imagesShadow img.portrait{
    display: none;
}
.section__phraseAnimation-fadeCenter .section__phraseAnimation-01{
    font-size: 6vw;
}
.section__phraseAnimation-fadeCenter .section__phraseAnimation-011{
    font-size: 6.4vw;
}
.section__phraseAnimation-fadeCenter .section__phraseAnimation-02{
    font-size: 19.7vw;
    margin-bottom: -0.12em;
}
.section__phraseAnimation-fadeCenter .section__phraseAnimation-03{
    font-size: 5.4vw;
}
.section__phraseAnimation-fadeCenter .section__phraseAnimation-04{
    font-size: 7.7vw;
}

.section__phraseAnimation-fadeCenter{
    width:100%;
}


@media screen and (min-width: 160vh){
    .section__fondoArea{
        /*background: pink;*/
        width: 160vh;
        max-height: initial;
        height: 100%;
    }
    .section__phrase{
        left: initial;
        right: 0px;
        width: 60%;
    }
    .section__phraseAnimation-fadeCenter .section__phraseAnimation-01{
        font-size: 10.9vh;
    }
    .section__phraseAnimation-fadeCenter .section__phraseAnimation-011{
        font-size: 11.7vh;
    }
    .section__phraseAnimation-fadeCenter .section__phraseAnimation-02{
        font-size: 35.7vh;
        margin-bottom: -0.12em;
    }
    .section__phraseAnimation-fadeCenter .section__phraseAnimation-03{
        font-size: 9.5vh;
    }
    .section__phraseAnimation-fadeCenter .section__phraseAnimation-04{
        font-size: 13.6vh;
    }
    .section__phraseAnimation{
        height: 58.3vh;
    }

}

@media screen and (max-width: 900px) and (min-height: 138vw){
   
    .section__fondoArea{
        /* background: green;*/
        max-height: initial;
        max-width: initial;
        height: 138vw;
    }
    .section__phrase{
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }
    .section__phraseAnimation{
        margin-bottom: 6vw;
    }
    .section__phrase{
        left: initial;
        right: 7%;
        width: 67%;
        height: 100%;
    }
    .section__phraseAnimation-fadeCenter .section__phraseAnimation-01 {
        font-size: 6.4vw;
    }
    .section__phraseAnimation-fadeCenter .section__phraseAnimation-02{
        font-size: 20vw;
    }
    .section__phraseAnimation-fadeCenter .section__phraseAnimation-011{
        font-size: 6.5vw;
    }
    .section__phraseAnimation-fadeCenter .section__phraseAnimation-03{
        font-size: 6.4vw;
    }
    .section__phraseAnimation-fadeCenter .section__phraseAnimation-04{
        font-size: 9.1vw;
    }
    .section__fondo-imagesFigure img.landscape{
        display: none;
    }
    .section__fondo-imagesFigure img.portrait{
        display: block;
        left: 0;
        top: 0;
        position: absolute;
    }
    .section__fondo-imagesShadow img.landscape{
        display: none;
    }
    .section__fondo-imagesShadow img.portrait{
        display: block;
        left: 0;
        top: 0;
        position: absolute;
    }
    .section__fondo-imagesFigure{
        left: 0;
    }
    .section__phraseAnimation-fade{
        align-items: flex-end;
    }
    .section__fondo-imagesShadow{
        opacity: 0.1;
    }
    
}
