html{
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
body{
    margin: 0;
}
hr{
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}
pre{
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
a{
    background-color: transparent;
}
abbr[title]{
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}
b,
strong{
    font-weight: bolder;
}
code,
kbd,
samp{
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
small{
    font-size: 80%;
}
sub,
sup{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub{
    bottom: -0.25em;
}
sup{
    top: -0.5em;
}
img{
    border-style: none;
}
button,
input,
optgroup,
select,
textarea{
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}
button,
input{ /* 1 */
    overflow: visible;
}
button,
select{ /* 1 */
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"]{
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner{
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring{
    outline: 1px dotted ButtonText;
}
fieldset{
    padding: 0.35em 0.75em 0.625em;
}
legend{
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}
progress{
    vertical-align: baseline;
}
textarea{
    overflow: auto;
}
[type="checkbox"],
[type="radio"]{
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button{
    height: auto;
}
[type="search"]{
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration{
    -webkit-appearance: none;
}
::-webkit-file-upload-button{
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}
details{
    display: block;
}
summary{
    display: list-item;
}
template{
    display: none;
}
[hidden]{
    display: none;
}
html, body{
    box-sizing: border-box;
    height: 100%;
    margin: 0;
}
body *{
    box-sizing: border-box;
}
html{
    font-size: 14.4px;
}
@media (max-width: 1440px){
    html{
        font-size: 1vw;
    }
}
@media (max-width: 990px){
    html{
        font-size: 1.1vw;
    }
}
@media (max-width: 768px){
    html{
        font-size: 1.5vw;
    }
}
@media (max-width: 544px){
    html{
        font-size: 2vw;
    }
}
@media (max-width: 650px) and (orientation: landscape){
    html{
        font-size: 1.2vw;
    }
}
body{
    background-color: #fff;
    color: #324f6b;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
}
p, li, dt, dd, time, table, big, textarea, label{
    line-height: 1.5;
}
a{
    color: inherit;
    outline: 0;
}
img{
    display: block;
    max-height: 100%;
    max-width: 100%;
    height: auto;
}
p{
    font-size: 1.5rem;
    margin: 0 0 3rem;
}
#logo{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 5rem;
}
#logo img{
    width: 100%;
}
#navigation{
    display: none;
}
#webslides{
    overflow-y: inherit;
}
.appear{
    opacity: 0;
    transition: opacity 1s linear 0s;
    visibility: hidden;
}
.appear.appeared{
    opacity: 1;
    visibility: visible;
}
.appear1{
    transition-delay: 0.25s;
}
.appear2{
    transition-delay: 0.5s;
}
.appear3{
    transition-delay: 0.75s;
}
.appear4{
    transition-delay: 1s;
}
.appear5{
    transition-delay: 1.25s;
}
.appear6{
    transition-delay: 1.5s;
}
.appear7{
    transition-delay: 1.75s;
}
.appear8{
    transition-delay: 2s;
}
.appear9{
    transition-delay: 2.25s;
}
.appear10{
    transition-delay: 2.5s;
}
button{
    background: transparent;
    border: none;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}
button span{
    line-height: 1;
    margin-right: 1rem;
    font-weight: 500;
}
button.big{
    background-color: #324f6b;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 0;
    height: auto;
    padding: 1rem 3rem;
}
button.big:hover{
    background-color: #fff;
    color: #324f6b;
}
button.big:hover .arrow path{
    fill: #324f6b;
}
button.floated{
    bottom: 2rem;
    position: absolute;
    right: 3.5rem;
    font-size: 1.3rem;
    z-index: 1;
}
button.floated span{
    letter-spacing: 0;
    margin-right: .5rem;
}
button.floated:hover span{
    transform: scale(1.05);
}
button .arrow{
    animation: 1s infinite beat;
}
button.btn-prev{
    right: 0;
    left: 3.5rem;
    z-index: 2;
}
button.btn-prev svg path{
    transform: rotate(180deg);
    transform-origin: center;
}
button.btn-prev span{
    margin: 0 0 0 .5rem;
}
.tablet-show{
    display: none;
}
@media (max-aspect-ratio: 1/1){
    .tablet-hide{
        display: none;
    }
    .tablet-show{
        display: flex;
    }
}
@keyframes beat{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.2);
    }
    100%{
        transform: scale(1);
    }
}
@keyframes beat-mini{
    0%{
        transform: scale(0.5);
    }
    50%{
        transform: scale(0.7);
    }
    100%{
        transform: scale(0.5);
    }
}
@keyframes beat-low{
    0%{
        transform: scale(1.05);
    }
    50%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(1.05);
    }
}
@keyframes wave{
    0%{
        left: -45.5%;
    }
    100%{
        left: 0;
    }
}
@keyframes bounce{
    0%, 100%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-5px);
    }
}
@keyframes fade{
    0%{
        opacity: 1;
    }
    25%{
        opacity: 1;
    }
    75%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }
}
h1{
    font-family: "Suez One";
    font-size: 7rem;
    line-height: 1.2;
    margin: 0 0 2rem 0;
}
h2{
    font-family: "Suez One";
    font-size: 3rem;
    line-height: 1.2;
    margin: 0 0 2rem 0;
}
.languages{
    position: fixed;
    top: 1rem;
    right: 1.5rem;
    z-index: 1000;
}
.languages a{
    color: #466684;
    display: block;
    font-size: 1.3rem;
    font-weight: 600;
}
.title-section{
    background-color: #466684;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    padding: 3rem;
    text-align: center;
}
.wave-wrapper{
    overflow: hidden;
    width: 100%;
}
.wave-wrapper svg{
    animation: wave 20s linear infinite;
    display: block;
    position: relative;
    width: 200%;
}
.wave-wrapper .layer{
    background-color: #466684;
    margin-top: -5px;
}
.social{
    background-color: #f1f1f1;
    position: fixed;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    z-index: 1000;
}
.social a{
    display: block;
    padding: 10px;
    font-size: 1.2rem;
    text-align: center;
}
.social a:hover{
    color: #fff;
}
.social a.nacional{
    padding: 0;
}
.social a.nacional img{
    max-width: 40px;
}
.social a.facebook:hover{
    background-color: #3b5998;
}
.social a.twitter:hover{
    background-color: #00aced;
}
.social a.linkedin:hover{
    background-color: #007bb5;
}
.slide{
    padding: 0;
    height: 100%;
    overflow: hidden;
}
.slide-inner{
    align-items: center;
    display: flex;
    height: 100%;
    overflow: hidden;
}
.slide-inner .slide-left,
.slide-inner .slide-right{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 7%;
    position: relative;
    width: 50%;
}
.slide-inner .block-center{
    margin: 0 auto;
    position: relative;
    opacity: 0;
}
/* Slide a
***************************************************************/
.slide-a .appear.appeared{
    opacity: 0;
    visibility: hidden;
}
.slide-a.active .appear.appeared{
    opacity: 1;
    visibility: visible;
}
.slide-a .slide-left{
    color: #fff;
    padding: 0;
}
.slide-a .slide-left .top-wrapper{
    background-color: #466684;
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6rem;
}
.slide-a .slide-left button{
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 3rem;
}
.slide-a h1{
    line-height: 1;
    margin-bottom: 3rem;
    position: relative;
}
.slide-a h1 img{
    position: absolute;
    right: 15%;
    width: 25%;
    top: 8%;
}
.slide-a .subtitle{
    font-size: 1.2rem;
    max-width: 480px;
}
.slide-a .slide-right{
    background: #85c0ac;
    position: relative;
    z-index: 1;
}
.slide-a .slide-right:after{
    background-color: #f8f4f1;
    bottom: 50%;
    content: "";
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}
.slide-a .slide-right .title{
    margin: 0 auto 7rem;
    font-size: 1.3rem;
    position: relative;
    text-align: center;
}
.slide-a .world-wrapper{
    margin: 0 auto 7rem;
    position: relative;
}
.slide-a .world-wrapper img{
    max-width: 400px;
    position: relative;
}
.slide-a .world-wrapper .layer{
    animation: 3s infinite beat-low;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.slide-a .legend-wrapper{
    display: flex;
    margin: 0 auto;
}
.slide-a .legend-wrapper .legend{
    display: flex;
}
.slide-a .legend-wrapper .legend:first-child{
    margin-right: 2rem;
}
.slide-a .legend-wrapper .legend .point{
    margin: 7px 1rem 0 0;
    position: relative;
}
.slide-a .legend-wrapper .legend .text{
    color: #fff;
    font-size: 1.15rem;
}
.slide-a .point{
    background-color: #fff;
    border-radius: 100px;
    height: 10px;
    position: absolute;
    width: 10px;
    opacity: 0;
    transition: opacity .5s linear;
    visibility: hidden;
}
.slide-a .point.orange{
    background-color: #466684;
}
.slide-a.active .appear.appeared .point{
    opacity: 1;
    visibility: visible;
}
.slide-a .point.point-1{
    left: 13%;
    top: 35%;
    transition-delay: .4s;
}
.slide-a .point.point-2{
    left: 20%;
    top: 42%;
    transition-delay: .8s;
}
.slide-a .point.point-3{
    left: 48%;
    top: 8%;
    transition-delay: 1.2s;
}
.slide-a .point.point-4{
    left: 41%;
    top: 23%;
    transition-delay: 1.6s;
}
.slide-a .point.point-5{
    left: 35%;
    top: 36%;
    transition-delay: 2s;
}
.slide-a .point.point-6{
    left: 38%;
    top: 58%;
    transition-delay: 2.4s;
}
.slide-a .point.point-7{
    left: 56%;
    top: 53%;
    transition-delay: 2.8s;
}
.slide-a .point.point-8{
    left: 78%;
    top: 20%;
    transition-delay: 3.2s;
}
.slide-a .point.point-9{
    left: 74%;
    top: 29%;
    transition-delay: 3.6s;
}
.slide-a .point.point-10{
    left: 78%;
    top: 34%;
    transition-delay: 4s;
}
.slide-a .point.point-11{
    left: 17%;
    top: 20%;
    transition-delay: 4.4s;
}
.slide-a .point.point-12{
    left: 28%;
    top: 69%;
    transition-delay: 4.8s;
}
.slide-a .point.point-13{
    left: 46%;
    top: 65%;
    transition-delay: 5.2s;
}
.slide-a .point.point-14{
    left: 47%;
    top: 71%;
    transition-delay: 5.6s;
}
.slide-a .point.point-15{
    left: 51%;
    top: 37%;
    transition-delay: 6s;
}
.slide-a .point.point-16{
    left: 56%;
    top: 38%;
    transition-delay: 6.4s;
}
.slide-a .point.point-17{
    left: 90%;
    top: 43%;
    transition-delay: 6.8s;
}
.slide-a .point.point-18{
    left: 84%;
    top: 64%;
    transition-delay: 7.2s;
}
/* Slide b
***************************************************************/
.slide-2 .languages a{
    color: #fff;
}
.slide-b .subtitle{
    font-size: 1.2rem;
    margin-bottom: 5rem;
}
.slide-b .graphics-wrapper{
    display: flex;
}
.slide-b .slide-inner .slide-left,
.slide-b .slide-inner .slide-right{
    justify-content: flex-start;
    padding: 5%;
}
.slide-b .slide-inner .slide-right{
    padding: 0;
}
.slide-b h2,
.slide-b .subtitle{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.slide-b .slide-right .info-wrapper{
    flex-basis: 100%;
    padding: 10%;
}
.slide-b .slide-left{
    background: #85c0ac;
    padding-right: 7%;
    position: relative;
    z-index: 1;
}
.slide-b .slide-left:after{
    background-color: #f8f4f1;
    bottom: 12rem;
    content: "";
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}
.slide-b .slide-left .graphics-wrapper{
    align-items: center;
    margin-top: auto;
    justify-content: center;
}
.slide-b .slide-left .graphics-wrapper img:first-child{
    margin-right: 10%;
    max-width: 300px;
    width: 75%;
}
.slide-b .slide-left .graphics-wrapper img:last-child{
    width: 25%;
}
.slide-b .slide-right .subtitle{
    margin-bottom: 0;
}
.slide-b .slide-right .graphics-wrapper{
    display: block;
    height: 100%;
    position: relative;
}
.slide-b .slide-right .graphics-wrapper img{
    bottom: 10rem;
    position: absolute;
}
.slide-b .slide-right .graphics-wrapper .island{
    left: 3rem;
    max-width: 35%;
}
.slide-b .slide-right .graphics-wrapper .boat{
    bottom: 8rem;
    max-width: 65%;
    right: -100%;
    right: -100%;
}
.slide-b .slide-right .graphics-wrapper .boat.appeared{
    animation: bounce 2s infinite ease-in-out;
    right: -10%;
    transition: right 7s;
    transition-delay: 1s;
}
.slide-b .wave-wrapper{
    bottom: 0;
    position: absolute;
}
.slide-b .wave-wrapper .layer{
    height: 10.5rem;
}
/* Slide c
***************************************************************/
.slide-3 .languages a{
    color: #fff;
}
.slide-c{
    background-color: #f8f4f1;;
}
.slide-c .slide-inner{
    flex-direction: column;
}
.slide-c .info-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 100%;
}
.slide-c .title{
    font-family: "Suez One";
    line-height: 1.1;
    margin: 3rem auto 5rem;
    max-width: 900px;
    text-align: center;
    font-size: 2.5rem;
    width: 90%;
}
.slide-c .top-wrapper{
    display: flex;
    padding: 0 10% 5%;
    max-width: 1075px;
    margin: 0 auto;
}
.slide-c .top-wrapper .left-wrapper{
    font-size: 1.2rem;
    line-height: 1.3;
    margin-right: 8rem;
}
.slide-c .top-wrapper .right-wrapper{
    font-size: 1.2rem;
    line-height: 1.3;
}
.slide-c .graphics-wrapper{
    height: 100%;
    width: 100%;
}
.slide-c .graphics-wrapper img{
    bottom: 4.5rem;
    position: absolute;
    width: 45%;
}
.slide-c .graphics-wrapper .boat{
    animation: bounce 2s infinite ease-in-out;
    bottom: 6.5rem;
    right: -5%;
    width: 28%;
}
.slide-c .graphics-wrapper .tube{
    animation: fade .5s ease-in-out infinite alternate;
    animation-delay: 3s;
    bottom: 3rem;
    left: 39%;
    width: 39%;
    z-index: 1;
}
.slide-c .graphics-wrapper .tube-2,
.slide-c .graphics-wrapper .tube-4{
    animation-delay: 3.5s;
}
.slide-c .graphics-wrapper .wave-wrapper{
    bottom: 0;
    position: absolute;
}
.slide-c .graphics-wrapper .wave-wrapper .layer{
    height: 5rem;
}
/* Slide d
***************************************************************/
.slide-4 .languages a{
    color: #fff;
}
.slide-d .title{
    font-size: 3.5rem;
}
.slide-d .subtitle{
    font-size: 1.2rem;
    margin-bottom: 2rem;
}
.slide-d .slide-inner .slide-left,
.slide-d .slide-inner .slide-right{
    justify-content: flex-start;
    padding: 5%;
}
.slide-d .slide-inner .slide-left{
    background-color: #f8f4f1;
    padding-right: 7%;
}
.slide-d .slide-inner .slide-right{
    padding: 0;
}
.slide-d .slide-inner .slide-right .inner{
    padding: 10%;
}
.slide-d ul{
    list-style: none;
}
.slide-d ul li{
    align-items: flex-start;
    display: flex;
    margin-left: 0;
    margin-bottom: 1rem;
}
.slide-d ul li img{
    margin: 9px 1.5rem 0 0;
}
.slide-d .slide-left .image-wrapper{
    display: flex;
    justify-content: center;
}
.slide-d .slide-right .barrel{
    position: absolute;
    right: 25%;
    top: 15%;
}
.slide-d .buttons-wrapper{
    display: flex;
    flex-basis: 100%;
}
.slide-d .buttons-wrapper .big{
    left: 0;
    width: 50%;
}
.slide-d .btn-next{
    background-color: #85c0ac;
    padding: 2rem;
}
.slide-d .btn-prev{
    background-color: #72a292;
    padding: 2rem;
}
.slide-d .btn-next span,
.slide-d .btn-prev span{
    font-weight: normal;
}
.slide-d .btn-next:hover,
.slide-d .btn-prev:hover{
    background-color: #466684;
    color: #fff;
}
.slide-d .btn-next:hover .arrow path,
.slide-d .btn-prev:hover .arrow path{
    fill: #fff;
}
/* Slide e
***************************************************************/
.slide-e .title{
    font-family: "Suez One";
    font-size: 8rem;
    line-height: 1;
    margin-bottom: 5rem;
    text-align: center;
}
.slide-e .slide-inner{
    flex-direction: column;
}
.slide-e .info-wrapper{
    background-color: #f8f4f1;
    flex-basis: 100%;
    padding: 7rem;
    width: 100%;
}
.slide-e .info-wrapper .inner{
    max-width: 1200px;
    margin: 0 auto;
}
.slide-e .info2-wrapper{
    max-width: 1200px;
    margin: 0 auto;
    padding: 7rem;
    width: 100%;
}
.slide-e .top-wrapper{
    display: flex;
    justify-content: center;
}
.slide-e .left-wrapper{
    font-size: 1.4rem;
    line-height: 1.3;
    margin-right: 5rem;
}
.slide-e .right-wrapper{
    font-size: 1.4rem;
    line-height: 1.3;
}
.slide-e .logos-wrapper{
    align-items: center;
    display: flex;
    justify-content: center;
}
.slide-e .logos-wrapper img:first-child{
    margin-right: 5rem;
}
.slide-e .btn-init{
    border-right: none;
    border-bottom: none;
    border-left: none;
    padding: 2rem;
    width: 100%;
}
.slide-e .btn-init{
    background-color: #85c0ac;
    flex-basis: 100%;
    padding: 2rem;
}
.slide-e .btn-init span{
    font-weight: normal;
}
.slide-e .btn-init .arrow path,
.slide-e .btn-init:hover .arrow path{
    fill: #fff;
}
.slide-e .btn-init:hover{
    background-color: #466684;
    color: #fff;
}
@media (max-aspect-ratio: 7/4){
    .slide-b .slide-right .graphics-wrapper .island{
        max-height: 190px;
    }
    .slide-b .slide-right .graphics-wrapper .boat{
        max-height: 190px;
    }
}
@media (max-aspect-ratio: 1/1){
    br{
        display: none;
    }
    .social a.nacional img{
        max-width: 40px;
    }
    button.floated{
        bottom: 2rem;
    }
    .slide-inner{
        flex-direction: column;
    }
    .slide-inner .slide-left,
    .slide-inner .slide-right{
        height: 50%;
        width: 100%;
    }
    h1{
        font-size: 5rem;
    }
    .slide-a h1{
        line-height: 1.3;
    }
    .slide-a h1 img{
        bottom: 12%;
        right: 0;
        top: auto;
    }
    .slide-a .btn-next{
        padding: 2rem;
        width: 100%;
    }
    .slide-a .subtitle{
        font-size: 1.5rem;
    }
    .slide-a .slide-right .title{
        margin-bottom: 2rem;
        max-width: 300px;
    }
    .slide-a .world-wrapper{
        margin-bottom: 2rem;
    }
    .slide-a .world-wrapper img{
        max-width: 250px;
    }
    .slide-a .legend-wrapper{
        max-width: 300px;
    }
    .slide-a .legend-wrapper .legend .point{
        width: 16px;
    }
    .slide-b .slide-right .info-wrapper{
        padding: 5%;
    }
    .slide-b h2,
    .slide-b .subtitle {
        max-width: inherit;
    }
    .slide-b .subtitle{
        margin-bottom: 2rem;
    }
    .slide-b .slide-left .graphics-wrapper{
        height: 100%;
    }
    .slide-b .slide-right .graphics-wrapper img{
        max-height: 130px;
    }
    .slide-b .slide-left .graphics-wrapper img:first-child,
    .slide-b .slide-left .graphics-wrapper img:last-child{
        width: auto;
    }
    .slide-b .slide-right .graphics-wrapper .island{
        bottom: 6rem;
    }
    .slide-b .wave-wrapper .layer{
        height: 5.5rem;
    }
    .slide-b .slide-right .graphics-wrapper .boat{
        bottom: 5rem;
    }
    .slide-b .slide-right .graphics-wrapper .boat.appeared{
        right: 0;
    }
    .slide-c .title{
        padding: 0 10%;
    }
    .slide-c .graphics-wrapper img{
        bottom: 10rem;
        width: 41%;
    }
    .slide-c .graphics-wrapper .boat{
        bottom: 9rem;
        width: 30%;
    }
    .slide-c .graphics-wrapper .tube{
        left: 37%;
        bottom: 8rem;
        width: 37%;
    }
    .slide-c .graphics-wrapper .wave-wrapper .layer{
        height: 10rem;
    }
    .slide-c .top-wrapper{
        flex-direction: column;
    }
    .slide-c .top-wrapper .left-wrapper{
        font-size: 1.6rem;
        margin: 0 0 3rem 0;
    }
    .slide-c .top-wrapper .right-wrapper{
        font-size: 1.6rem;
    }
    .slide-d .slide-inner .slide-left,
    .slide-d .slide-inner .slide-right{
        padding: 5% 10%;
        justify-content: center;
    }
    .slide-d .slide-inner .slide-right{
        padding: 0;
    }
    .slide-d .slide-inner .slide-right .inner{
        padding: 5% 10% 3%;
    }
    .slide-d .slide-right .barrel{
        top: 10%;
        right: 20%;
        max-height: 120px;
    }
    .slide-d .subtitle{
        margin-bottom: 0;
    }
    .slide-d .slide-left .image-wrapper{
        bottom: 5%;
        display: block;
        max-width: 200px;
        position: absolute;
        right: 15%;
    }
    .slide-e .info-wrapper{
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5rem;
    }
    .slide-e .logos-wrapper img{
        max-width: 300px;
    }
    .slide-e .top-wrapper{
        flex-direction: column;
    }
    .slide-e .left-wrapper{
        margin: 0 0 3rem 0;
    }
    .slide-e .info-wrapper{
        padding: 15rem 5rem;
    }
    .slide-e .info2-wrapper{
        padding: 10rem 5rem;
    }
}
@media (max-width: 544px){
    button{
        font-size: 2rem;
        padding: 1.5rem 3rem;
    }
    h1{
        font-size: 3.5rem;
    }
    h2{
        font-size: 2.5rem;
    }
    button.floated{
        right: 2rem;
        bottom: 1rem;
        padding: 0;
        font-size: 1.5rem;
    }
    button .arrow{
        animation: 1s infinite beat-mini;
    }
    .social a.nacional img{
        max-width: 30px;
    }
    .social a{
        font-size: 1.8rem;
        padding: 7px;
    }
    .social .layer{
        height: 10px;
    }
    .slide-2 .languages,
    .slide-3 .languages,
    .slide-4 .languages,
    .slide-5 .languages{
        top: 2.5rem;
        right: 2rem;
    }
    .slide-2 .languages a,
    .slide-3 .languages a,
    .slide-4 .languages a,
    .slide-5 .languages a{
        font-size: 1.3rem;
    }
    .languages{
        top: 1rem;
        right: 1.5rem;
    }
    .languages a{
        font-size: 1.2rem;
    }
    .title-section{
        padding: 2rem;
        text-align: left;
    }
    .slide-box{
        margin: 1rem;
    }
    button.big,
    .slide-box,
    .slide-inner .slide-left,
    .title-section{
        border-width: 4px;
    }
    .slide-inner .slide-left,
    .slide-inner .slide-right{
        padding: 5%;
    }
    .slide-a .slide-left{
        height: 45%;
    }
    .slide-a .slide-right{
        height: 55%;
    }
    .slide-a .btn-next{
        padding: 3rem;
    }
    .slide-a h1{
        align-items: center;
        display: flex;
        margin-bottom: 2rem;
        font-size: 4rem;
    }
    .slide-a h1 div{
        max-width: 210px;
    }
    .slide-a h1 img{
        max-width: 30%;
        position: relative;
        width: auto;
        right: -2rem;
    }
    .slide-a .slide-left{
        padding: 0;
    }
    .slide-a .slide-left .top-wrapper{
        padding: 3rem 7rem 3rem 3rem;
    }
    .slide-a .slide-left button{
        padding: 1rem;
    }
    .slide-a .world-wrapper img{
        max-width: 100px;
    }
    .slide-a .point{
        height: 3px;
        width: 3px;
    }
    .slide-a .legend-wrapper{
        max-width: inherit;
    }
    .slide-a .legend-wrapper .legend{
        align-items: center;
    }
    .slide-a .legend-wrapper .legend .point{
        margin-top: 0;
        width: 3px;
    }
    .slide-a .slide-right .title,
    .slide-a .legend-wrapper .legend .text{
        font-size: 1.5rem;
    }
    .slide-a .slide-right .title{
        max-width: 200px;
    }
    .slide-a .legend-wrapper{
        max-width: 200px;
    }
    .slide-a .legend-wrapper .legend .point{
        height: 5px;
        width: 8px;
    }
    .slide-b .slide-left:after{
        bottom: 6rem;
    }
    .slide-b .slide-left .graphics-wrapper{
        justify-content: center;
    }
    .slide-b .slide-left .graphics-wrapper img:first-child,
    .slide-b .slide-left .graphics-wrapper img:last-child{
        max-height: 55px;
    }
    .slide-b .slide-right .graphics-wrapper img{
        max-height: 50px;
    }
    .slide-b .wave-wrapper .layer{
        height: 4.5rem;
    }
    .slide-b .slide-right .graphics-wrapper .island{
        bottom: 4rem;
        max-height: 75px;
    }
    .slide-b .slide-right .graphics-wrapper .boat{
        bottom: 2rem;
        max-height: 95px;
    }
    .slide-b .subtitle{
        font-size: 1.4rem;
    }
    .slide-b .slide-right .info-wrapper .title,
    .slide-b .slide-left .title{
        margin-bottom: 1rem;
    }
    .slide-b .slide-inner .slide-left{
        height: 45%;
    }
    .slide-b .slide-inner .slide-right{
        height: 55%;
    }
    .slide-c .title,
    .slide-c .top-wrapper{
        padding-left: 12%;
        padding-right: 12%;
    }
    .slide-c .title{
        margin-bottom: 2rem;
        width: 100%;
    }
    .slide-c .info-wrapper{
        flex-basis: inherit;
    }
    .slide-c .graphics-wrapper{
        height: auto;
    }
    .slide-c .graphics-wrapper img{
        width: 46%;
    }
    .slide-c .graphics-wrapper .boat{
        width: 40%;
    }
    .slide-c .graphics-wrapper .tube{
        bottom: 10rem;
        left: 41%;
        width: 25%;
    }
    .slide-d .title{
        font-size: 3rem;
        line-height: 1;
        margin-bottom: 1rem;
    }
    .slide-d ul li{
        margin-bottom: .5rem;
    }
    .slide-d ul li img{
        margin: 4px 1.5rem 0 0;
        width: 3px;
    }
    .slide-d .slide-inner .slide-left,
    .slide-d .slide-inner .slide-right .inner{
        padding: 6%;
    }
    .slide-d .slide-inner .slide-left{
        justify-content: flex-start;
        height: 45%;
    }
    .slide-d .slide-inner .slide-right{
        height: 55%;
    }
    .slide-d .slide-left .image-wrapper{
        max-width: 90px;
    }
    .slide-d .slide-right .barrel{
        max-height: 50px;
    }
    .slide-d .btn-next,
    .slide-d .btn-prev{
        padding: 1rem;
    }
    .slide-e .info-wrapper,
    .slide-e .info2-wrapper{
        display: block;
        padding: 5rem;
    }
    .slide-e .title{
        font-size: 5rem;
        margin-bottom: 3rem;
    }
    .slide-e .btn-init{
        padding: 1rem;
    }
    .slide-e .left-wrapper{
        margin-bottom: 2rem;
    }
    .slide-e .logos-wrapper{
        flex-direction: column;
    }
    .slide-e .logos-wrapper img:first-child{
        margin: 0 0 3rem 0;
    }
    .slide-e .logos-wrapper img{
        max-width: 150px;
    }
    .slide-e .logos-wrapper img:first-child{
        max-width: 100px;
    }
    .slide-e .left-wrapper{
        font-size: 1.5rem;
    }
}
@media (max-width: 650px) and (orientation: landscape){
    br{
        display: none;
    }
    h1{
        font-size: 4rem;
    }
    h2{
        font-size: 2rem;
    }
    button.floated{
        bottom: 1.5rem;
    }
    button .arrow{
        animation: 1s infinite beat-mini;
    }
    .title-section{
        padding: 2rem;
    }
    .social a.nacional img{
        max-width: 25px;
    }
    .slide-a .world-wrapper img{
        max-width: 130px;
    }
    .slide-a .point{
        height: 5px;
        width: 5px;
    }
    .slide-b .subtitle{
        margin-bottom: 2rem;
    }
    .slide-b .slide-left:after{
        bottom: 8rem;
    }
    .slide-b .slide-left .graphics-wrapper{
        justify-content: center;
    }
    .slide-b .slide-left .graphics-wrapper img:first-child{
        max-width: 100px;
    }
    .slide-b .wave-wrapper .layer{
        height: 7rem;
    }
    .slide-b .slide-right .graphics-wrapper .island{
        bottom: 6rem;
    }
    .slide-b .slide-right .graphics-wrapper .boat{
        bottom: 5rem;
    }
    .slide-d .title{
        font-size: 2.5rem;
    }
    .slide-d .slide-right .barrel{
        right: 18%;
        top: 9%;
        width: 40px;
    }
    .slide-d .slide-inner .slide-left{
        padding: 3%;
    }
    .slide-d .slide-inner .slide-right .inner{
        padding: 6% 6% 2% 6%;
    }
    .slide-d ul li img{
        margin: 3px 1rem 0 0;
        width: 4px;
    }
    .slide-d .subtitle{
        margin-bottom: 0;
    }
    .slide-d .btn-next{
        padding: 1rem;
    }
    .slide-e .info-wrapper{
        padding: 3rem;
    }
    .slide-e .title{
        font-size: 4rem;
        margin-bottom: 2rem;
    }
    .slide-e .info2-wrapper{
        padding: 3rem;
    }
    .slide-e .logos-wrapper img{
        max-height: 50px;
    }
}
@media (max-width: 544px) and (orientation: portrait){
    .chrome.android .slide{
        min-height: calc(100vh - 56px);
        height: calc(100vh - 56px);
    }
    .safari.ios .slide{
        min-height: calc(100vh - 75px);
        height: calc(100vh - 75px);
    }
}