* {
    padding: 0;
    margin: 0;
    outline: none;
    font-family:"Magallanes", Arial, sans-serif;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 25rem;
    -webkit-overflow-scrolling: touch;
    /*touch-action: none;*/
    text-align: center;
}

@font-face {
    font-family: 'HelveticaLTStd-BoldCond';
    src: url('../assets/fonts/HelveticaLTStd-BoldCond.eot'); /* IE9 Compat Modes */
    src: url('../assets/fonts/HelveticaLTStd-BoldCond.eot?#iefix')
        format('embedded-opentype'),
        /* IE6-IE8 */ url('../assets/fonts/HelveticaLTStd-BoldCond.woff') format('woff'),
        /* Pretty Modern Browsers */ url('../assets/fonts/HelveticaLTStd-BoldCond.ttf')
        format('truetype'); /* Safari, Android, iOS */
}
  
@font-face {
    font-family: 'Century Gothic';
    src: url('../assets/fonts/GOTHIC.TTF') format('truetype');
    font-weight: bolder;
}

:root {
    --textBlack: #000;
    --textBlackLight: #414142;
    --petroleum: #212A37;
    --blue: #5b62ff;
    --whiteLight: #f8f9fa;
}

html{

}

body{
    background: #e9ecef;
    display: flex;
    flex-direction: column;
    /* min-height: 100%; */
}


/* TODO remove */
svg{
    max-width:50rem;
    max-height:50rem;
}
section{
    /* display:none; */
    /* border: 2rem solid #0F03; */
}
/* TODO remove */

/************************************************/

header{
    /* position: absolute; */

    top:0;
    left:0;
    right:0;
    background: var(--petroleum);
    height: 165rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#logosHeader{
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    left: calc(50% - 780rem);
}
#logosHeader a img {
    height: 65rem;
}
#logosHeader a + a img {
    margin: 0 10rem;
    height: 63rem;  
}
#logosHeader svg {
    width: 25rem;
    margin: 0 15rem 0 10rem;
}
#logosHeader svg *{
    fill:#FFF;
}
/* #logosHeader > div > *{
    display: none;
} */

header > img {
    position: absolute;
    top: 30rem;
    left: calc(50% - 200rem);
    width: 422rem;
    height: 305rem;
}
.carouselHeader {
    height: 65rem;
    position: relative;
}
.carouselHeader img {
    height: 100%;
    opacity: 0;
    transition: opacity 0.2s;
    position: absolute;
}
.carouselHeader img.active {
    opacity: 1;
}

.vertical header {
    height: 285rem;
    align-items: flex-start;
    justify-content: center;
}
.vertical header > img {
    top: 145rem;
}
.vertical #logosHeader {
    margin-left: -50rem;
    margin-top: 40rem;
    left: auto;
}
/************************************************/

#intro{
    padding: 240rem 135rem 120rem;
    max-width: 1920rem;
    margin: 0 auto;
}

#intro > h1 {
    font-size: 90rem;
    color: var(--textBlack);
    font-weight: 900;
    line-height: 1em;
    margin-bottom: 70rem;
}
#intro > p, #intro > p b {
    font-size: 30rem;
}

#boxLinksApps {
    margin-top: 116rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#boxLinksApps div {

}
#boxLinksApps div h2, #boxLinksApps div h2 span {
    position: relative;
    font-weight: 900;
    font-size: 60rem;
    color: var(--textBlackLight);
}

#boxLinksApps div h2 span::after {
    content: "";
    display: block;
    height: 7rem;
    width: auto;
    background: #e44187;
    position: absolute;
    right: 7rem;
    left: 8rem;
    bottom: 10rem;
    border-radius: 25rem;
}

#boxLinksApps div + div h2 span::after {
    background: #f88e3f;
}

#boxLinksApps div p, #boxLinksApps div p b {
    font-size: 30rem;
    color: var(--textBlackLight);
    margin: 20rem 0 40rem;
}

#boxLinksApps div div {
    display: flex;
}

#boxLinksApps div div a {
    text-decoration: none;
    color: var(--textBlack);
    border: 3rem solid var(--textBlack);
    width: 345rem;
    height: 45rem;
    border-radius: 10rem;
    font-size: 22rem;
    margin-left: 2rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10rem;
}

#boxLinksApps div div a + a {
    margin-left: 10rem;
    margin-right: 0;
}

#boxLinksApps div div a:hover {
    color: #fff;
    background-color: var(--petroleum);
    border-color: var(--petroleum);
}

#boxLinksApps div div a svg {
    width: 22rem;
    height: 22rem;
}

.vertical #intro {
    padding: 240rem 85rem 120rem;
}
.vertical #boxLinksApps {
    margin-top: 60rem;
}
.vertical #boxLinksApps > div {
    margin-bottom: 40rem;
}
.vertical #boxLinksApps > div + div {
    margin-top: 40rem;
    margin-bottom: 0;
}
.vertical #boxLinksApps div div {
    flex-direction: column;
}
.vertical #boxLinksApps div div a {
    width: 100%;
    height: 60rem;
    margin: 0;
}
.vertical #boxLinksApps div div a + a {
    margin-top: 20rem;
}
.vertical #boxLinksApps {
    justify-content: center;
}
/************************************************/

#banner{
    width: 1890rem;
    height: 905rem;

    width: 100%;
}
#banner img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

/************************************************/

#sectionVideo{
    background-color: var(--blue);
    height: 180rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#sectionVideo > p, #sectionVideo > p span {
    color: #fff;
    font-size: 30rem;
}

#sectionVideo a {
    width: 205rem;
    height: 40rem;
    align-self: center;
    color: #fff;
    text-decoration: none;
    border: 3rem solid;
    border-radius: 10rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    margin-top: 25rem;

    display: flex;
    align-items: center;
    justify-content: center;
}

#sectionVideo a:hover {
    color: var(--textBlackLight);
    background-color: var(--whiteLight);
    border-color: var(--whiteLight);
}
#sectionVideo a span {
    font-size: 22rem;
}
#sectionVideo a svg {
    width: 12rem;
    margin-left: 5rem;
}

/************************************************/

#parceiros{
    max-width: 1920rem;
    width: 100%;
    margin: 0 auto;
}
#boxLogos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 92rem;
    margin: 92rem 145rem 0;
}
#boxLogos img {
    height: 95rem;
}

#boxSmartphone {
    width: 780rem;
    height: 385rem;
    margin: 80rem auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#boxSmartphone img {
    position: absolute;
    width: 100%;
}
#boxSmartphone img + img {
    width: 4%;
    right: 3%;
    z-index: 5;
}
#boxSmartphone iframe {
    position: absolute;
    z-index: 3;
    width: 93%;
    height: 91%;
    border-radius: 40rem; 
}

.vertical #boxLogos {
    margin: 92rem 85rem 0;
    justify-content: space-around;
}
.vertical #boxLogos img {
    margin: 20rem 10rem;
}

.vertical #boxSmartphone {
    width: 575rem;
    height: 280rem;
}

/************************************************/

#emblemas {
    max-width: 1920rem;
    width: 100%;
    margin: 0 auto;
}

#emblemas h2 {
    font-size: 60rem;
    font-weight: 900;
    color: var(--textBlackLight);
}
#emblemas p, #emblemas b {
    font-size: 30rem;
    margin: 25rem 0 60rem;
    color: var(--textBlackLight);
}

#emblemas div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30rem;
}
#emblemas div img {
    width: 80rem;
    height: 104rem;
    margin: 0 0 18rem;
}
#emblemas div img:first-child {
    margin-left: 114rem;
}
#emblemas div img:last-child {
    margin-right: 114rem;
}

.vertical #emblemas p {
    margin: 25rem 85rem 60rem;    
}
.vertical #emblemas div {
    margin: 0 85rem 95rem;
}
.vertical #emblemas div img {
    width: 145rem;
    height: 189rem;
}
.vertical #emblemas div img:first-child {
    margin-left: 0;
}
.vertical #emblemas div img:last-child {
    margin-right: 0;
}
/************************************************/

#cards{
    height: 600rem;
    position: relative;
    overflow: hidden;
    touch-action:none;
}
#cards *{
    touch-action:none;
}

#blueLine{
    position:absolute;
    left:0;
    right:0;
    top: 120rem;
    bottom: 120rem;
    background-color: #5b5bfc;
}

#cards button{
    border:0;
    position:absolute;
    width:60rem;
    height:60rem;
    top:calc(50% - 30rem);
    padding: 0;

    border: 2px solid hsla(0, 0%, 93.7%, 0.95);
    background-color: rgba(92, 92, 255, 0.95);
    outline: 5px solid rgba(92, 92, 255, 0.95);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    border-radius: 5px;
    cursor: pointer;
}
#cards button:hover {
    color: #fff;
    background-color: #3636ff;
    border-color: #2929ff;
}
#cards button span{
    position:absolute;
    width:100%;
    left:0;
    top:-5rem;
    color: #FFF;
    font-size: 50rem;
    line-height: 60rem;
    font-family: sans-serif;
    font-weight: 100;
}

.bt_prev{
    left:30rem;
}
.bt_next{
    right:30rem;
}


#allCards{
    position:absolute;
    left: 50%;
    top: 50rem;
    height: 500rem;
}
#allCards > div{
    width: 375rem;
    height: 520rem;
    border-radius: 15rem;
    box-shadow: 0rem 0rem 30rem rgb(0 0 0 / 15%);
    padding: 20rem 20rem;
    overflow: hidden;
    position: absolute;
    background-color: #fff;
    border: 1px solid rgba(0,0,0, 0.125);
    justify-content: flex-start;
}

#allCards > div h4 {
    margin: 0rem 0 30rem 0;
    font-size: 30rem;
    text-align: center;
    letter-spacing: -0.5rem;
    color: #a9a9a9;
    font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
}

#allCards > div hr {
    width: 100%;
    border-width: 2.5rem;
    border: 0;
    border-top: 2rem solid rgba(0,0,0,.1);
    margin: 10rem 0;
    color: #a9a9a9;
}

#allCards > div p {
    font-size: 21rem;
    line-height: 25rem;
    letter-spacing: 0.2rem;
    color: #777;
    font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
}

.ranking p {
    margin-top: 80rem;
}
.ranking hr {
    /* border-top: 3rem solid rgba(0,0,0,.1)!important; */
}
.rankingImg {
    width: 80rem;
    margin-bottom: 2rem;
    color: #a9a9a9;
}
.dailyReward hr {
    /* border-top: 3rem solid rgba(0,0,0,.1)!important; */
}
.dailyReward p {
    margin-top: 80rem;
}
.giftImg {
    width: 125rem;
    margin-bottom: 2rem;
    color: #a9a9a9;
}
.journeys hr {
    margin-top: -6rem!important;
}
.journeys p {
    margin-top: 40rem;
}
.journeys p + p {
    margin-top: 30rem;
}
.journeyImg {
    width: 85rem;
    color: #a9a9a9;
    margin-bottom: 20rem;
}
.badges p {
margin-top: 15rem;
}
.badgesImg {
    width: 270rem;
    margin-top: -40rem;
}
.createRooms p {
    margin-top: 100rem;
}
.pencilImg {
    width: 120rem;
}

.powers > p {
    font-weight: 600;
    width: 100%;
    margin: 0 auto;
    border-bottom: 2rem solid rgba(0,0,0,.1);
    margin-bottom: 5rem;
    padding-bottom: 10rem;
}
.powersLine hr {
    /* border-top: 2rem solid rgba(0,0,0,.3)!important; */
    position: absolute;
    bottom: 0rem;
}

.powersLine {
    /* position: relative; */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 115rem;
    width: 100%;
    position: absolute;
    left: -1rem;
    right: -1rem;
    top: 170rem;
}
.imgPointer {
    position: absolute;
    height: 100%;
    z-index: 5;
    top: -2rem;
}
.allPowers {
    display: flex;
    position: absolute;
    top: 0;
    /* height: 60rem; */
}
.allPowers div {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.allPowers div > div {
    width: 330rem;
    margin-top: 105rem;
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s;
}
.allPowers div img {
    width: 90rem;
    height: 90rem;
    margin: 0 5rem;
}
.allPowers div h5 {
    margin: 40rem 0 27rem;
    color: #414142;
    font-size: 22rem;
    text-align: center;
    font-family: 'Magallanes', Arial, Helvetica, sans-serif;
}
.allPowers div p {
    font-size: 18rem;
    line-height: 25rem;
    letter-spacing: -0.5rem;
}

.powersLine button {
    outline: none!important;
    border: none!important;
    /* background: none!important; */
    background: rgb(255,255,255)!important;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 40%, rgba(255,255,255,1) 60%)!important;
    width: 90rem!important;
    height: 120rem!important;
    top: -10rem!important;
    display: flex;
    align-items: center;
}
.powersLine button span {
    color: var(--textBlackLight)!important;
    width: 50%!important;
    top: auto!important;
    left: auto!important;
}
.powersLine .bt_prev {
    left: -10rem;
    justify-content: flex-start;
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 40%, rgba(255,255,255,1) 60%)!important;
}
.powersLine .bt_next {
    right: -10rem;
    justify-content: flex-end;
}
/************************************************/

footer {
    background-color: #fff;
    justify-content: space-between;
    padding: 100rem 385rem;
    margin-top: 80rem;
    box-shadow: 0 -0.5rem 13rem #ddd;
    display: flex;
    align-items: center;

    display: flex;
    align-items: center;
}

footer div {
    display: flex;
    position: relative;
    align-items: center;
    position: absolute;
    left: calc(50% - 570rem);
}

footer div img {
    /* width: 300rem; */
    height: 66rem;
}
footer div p {
    margin-left: 30rem;
    color: #a9a9a9;
    font-size: 14rem;
    font-weight: 600;
    font-family: 'HelveticaLTStd-BoldCond', Arial, Helvetica, sans-serif;
}

footer div + div {
    align-items: flex-end;
    flex-direction: column;
    right: calc(50% - 565rem);
    left: auto;
}
footer div + div p {
    margin-left: 0;
    position: relative;
    margin-bottom: 20rem;
    margin-right: 5rem;
}

footer div + div > div {
    display: flex;
    position: unset;
}

footer div + div > div a {
    background-color: #a9a9a9;
    width: 30rem;
    height: 30rem;
    border-radius: 100%;
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5rem;
}
footer div + div > div a svg {
    width: 20rem;
    height: 20rem;
}

.vertical footer {
    padding: 70rem 85rem;
    flex-direction: column;
}
.vertical footer > div {
    flex-direction: column;
    left: auto;
    position: relative;
}
.vertical footer div + div {
    margin-top: 35rem;
    right: auto;
}
.vertical footer div p {
    font-size: 25rem;
    margin: 25rem 0 0;
}
.vertical footer div + div > div a {
    width: 50rem;
    height: 50rem;
}
.vertical footer div + div > div a svg {
    width: 33rem;
    height: 33rem;
}

/****************************************/
#page_excluir{
    height:100%;
}
#page_excluir body{
    /* height:100%; */
    min-height: 100%;
}

#excluir {
    max-width: 1920rem;
    width: 650rem;
    margin: 0 auto;
    padding: 240rem 0rem 120rem;
    /* min-height: calc(100vh - 600rem); */
    flex: 1 0 auto;
}
.vertical #excluir {
}
#excluir h2 {
    font-size: 60rem;
    font-weight: 900;
    color: var(--textBlackLight);
}
#excluir p {
    font-size: 30rem;
    margin: 25rem 0 60rem;
    color: var(--textBlackLight);
}
#excluir a {
    font-size: inherit;
}