@font-face {
    font-family: water;
    src: url(../font/Water-Galon.ttf);
    src: url(../font/Water-Galon.otf);
}

body {
    font-family: water;
    position: relative;
    color: #fff;
    overflow: hidden;
    font-size: 40px;
    line-height: 40px;
}

a {
    display: block;
}

.geral {
    width: 100vw;
    height: 100vh;
    text-align: center;
    overflow: hidden;
}

.bg {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.bg-sombra {
    mix-blend-mode: multiply;
    background-image: linear-gradient(0deg, rgb(14, 15, 33) 0%, rgba(14, 15, 33, 0) 100%);
    position: absolute;
    bottom: 0;
    z-index: 5;
    height: 20%;
    width: 100%;
    opacity: 0.7;
}

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.titulo {
    display: flex;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
    padding-top: 80px;
    z-index: 350;
}

.titulo1 {
    width: 100%;
    margin-bottom: -40px;
}

.titulo2 {
    width: 100%;
    margin-bottom: -20px;
}

.titulo3 {
}

.titulo4 {
    padding-left: 10px;
    padding-right: 10px;
}

.titulo5 {
    margin-top: 20px;
    margin-bottom: 5px;
}

.titulo6 {
    padding-left: 10px;
}

.logo-branco {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
}

/* ============================================ */
.tela1 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
    padding-top: 610px;
}

.tela1-menina-geral {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tela1-menina {
    margin-top: 130px;
    position: relative;
    z-index: 10;
    overflow: hidden;
    border-radius: 100%;
    padding-left: 580px;
    padding-right: 400px;

    img {
        position: relative;
        bottom: -10px;
        display: block;
    }
}

.tela1-splash {
    position: absolute;
    z-index: 40;
    left: 310px;
    top: 60px;
}

.tela1-buraco {
    position: absolute;
    bottom: 289px;
}

.tela1-circulo1,
.tela1-circulo1b,
.tela1-circulo2 {
    position: absolute;
    right: 25px;
    top: -55px;
    width: 961px;
    height: 961px;
    overflow: hidden;

    /* border: 11px solid #dd2929; */
}

.tela1-circulo1 {
    z-index: 20;
    clip-path: polygon(24% 31%, 49% 41%, 49% 100%, 0 100%, 0 0, 6% 25%);
}

.tela1-circulo1b {
    z-index: 21;
    clip-path: polygon(99% 21%, 48% 41%, 48% 100%, 0 100%, 0 0, 100% 0);
}

.tela1-circulo2 {
    clip-path: polygon(64% 42%, 100% 17%, 100% 100%, 18% 100%);
}

.tela1-circulo1-img,
.tela1-circulo2-img {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
}

.tela1-bt {
    margin-top: 100px;
    cursor: pointer;
}

/* ============================================ */
.tela2 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 20;
    padding-top: 790px;
}

.tela2-titulo {
    margin-bottom: 40px;
}

.tela2-bt-homem {
    cursor: pointer;
}

.tela2-bt-mulher {
    cursor: pointer;
}

/* ============================================ */
.tela3 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 30;
    padding-top: 550px;
}

.tela3-bg {
    background-image: url('../images/bg-homem.png');
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-size: contain;
    padding-top: 65px;
    padding-bottom: 50px;
}

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

.tela3-input {
    background-image: url('../images/input-bg2.png');
    width: 419px;
    height: 185px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: relative;
    z-index: 2;
}

.tela3-input-tx {
    position: absolute;
    color: #1B62E7;
    z-index: 10;
    right: 60px;
    bottom: 87px;
    text-transform: uppercase;
}

.tela3-input-seta {
    left: 70px;
    text-decoration: none;
    border-left: 20px solid rgba(0, 0, 0, 0);
    border-bottom: 20px solid rgba(0, 0, 0, 0);
    border-top: 25px solid #1B62E7;
    border-right: 20px solid rgba(0, 0, 0, 0);
    bottom: 43px;
    position: absolute;
    z-index: 5;
    display: block;
}

.tela3-input-seta2 {
    display: block;
    left: 70px;
    text-decoration: none;
    border-left: 20px solid rgba(0, 0, 0, 0);
    border-top: 20px solid rgba(0, 0, 0, 0);
    border-bottom: 25px solid #1B62E7;
    border-right: 20px solid rgba(0, 0, 0, 0);
    position: absolute;
    z-index: 5;
    top: 20px;
}

input {
    height: 68%;
    width: 82%;
    background-color: transparent !important;
    border: none !important;
    margin-top: 2%;
    margin-left: 3%;
    color: #1B62E7;
    font-size: 90px;
    line-height: 90px;
    font-family: water;
    box-shadow: none !important;
    text-align: center;
}

input:focus-visible,
input:focus,
input:visite,
input* {
    border: none;
    box-shadow: none !important;
}

.tela3-input2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 11px;
}

.tela3-input3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.tela3-personagens {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 40px;
    width: 100%;
    margin-bottom: 40px;
}

.tela3-personagens1 {
    position: relative;
}

.tela3-personagens2 {
    position: relative;
}

.tela3-personagens3 {
    position: relative;
}

.tela3-personagens4 {
    position: relative;
}

.tela3-personagens-branco {
    position: relative;
    transition: all 500ms ease;
}

.tela3-personagens-verde {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    transition: all 500ms ease;
}

.verde {
    .tela3-personagens-branco {
        opacity: 0;
    }

    .tela3-personagens-verde {
        opacity: 1;
    }
}

.tela3-bt-invisivel {
    position: fixed;
    z-index: 10;
    right: 0px;
    bottom: 0px;
    width: 50px;
    height: 50px;
}

.tela3-bt {
    position: absolute;
    bottom: 240px;
    cursor: pointer;
}

.tela3.mulher {
    .tela3-bg {
        background-image: url('../images/bg-mulher.png');
        background-repeat: no-repeat;
        background-position: center center;
        padding-top: 50px;
        padding-bottom: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        background-size: contain;
    }

    .tela3-input-tx {
        color: #CE67CD;
    }

    input {
        color: #CE67CD;
    }

    .tela3-input-seta {
        border-top-color: #CE67CD;
    }

    .tela3-input-seta2 {
        border-bottom-color: #CE67CD;
    }
}

/* ============================================ */
.tela4 {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 40;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 100%;
}

.tela4-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background-image: url('../images/bg-tela-final.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.tela4-logo {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    z-index: 5;
    padding-top: 70px;
    padding-bottom: 70px;
}

.tela4-cont {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 540px;
    margin-bottom: 260px;
    flex: 1;
}

.tela4-personagem {
    position: relative;
    z-index: 4;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease;
}

.tela4-personagem-onda {
    position: absolute;
    z-index: 8;
    mix-blend-mode: color-burn;
    width: 100%;
    height: 100%;
}

.tela4-personagem-bg {
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
}

.tela4-personagem-bg-img {
    position: absolute;
    display: block;
    top: 40%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 3;
}

.tela4-personagem-bg-img-img {
    width: 948px;
    height: 2481px;
    background-image: url('../images/bg-encher.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
}

.crianca {
    .tela4-personagem {
        width: 387px;
        height: 1008px;
        background-image: url('../images/Criança-g.png');
    }

    .tela4-personagem-bg {
        mask-image: url("../images/Criança-g.png");
    }
}

.adolecente {
    .tela4-personagem {
        width: 359px;
        height: 810px;
        background-image: url('../images/Adolecente-g.png');
    }

    .tela4-personagem-bg {
        mask-image: url("../images/Adolecente-g.png");
    }
}

.adulto {
    .tela4-personagem {
        width: 445px;
        height: 877px;
        background-image: url('../images/Adulto-g.png');
    }

    .tela4-personagem-bg {
        mask-image: url("../images/Adulto-g.png");
    }
}

.idoso {
    .tela4-personagem {
        width: 405px;
        height: 784px;
        background-image: url('../images/Idoso-g.png');
    }

    .tela4-personagem-bg {
        mask-image: url("../images/Idoso-g.png");
    }
}

.crianca-m {
    .tela4-personagem {
        width: 368px;
        height: 963px;
        background-image: url('../images/Menina-g.png');
    }

    .tela4-personagem-bg {
        mask-image: url("../images/Menina-g.png");
    }
}

.adolecente-m {
    .tela4-personagem {
        width: 361px;
        height: 818px;
        background-image: url('../images/Adolecenta-g.png');
    }

    .tela4-personagem-bg {
        mask-image: url("../images/Adolecenta-g.png");
    }
}

.adulto-m {
    .tela4-personagem {
        width: 422px;
        height: 885px;
        background-image: url('../images/Mulher-g.png');
    }

    .tela4-personagem-bg {
        mask-image: url("../images/Mulher-g.png");
    }
}

.idoso-m {
    .tela4-personagem {
        width: 383px;
        height: 814px;
        background-image: url('../images/Idosa-g.png');
    }

    .tela4-personagem-bg {
        mask-image: url("../images/Idosa-g.png");
    }
}

.tela4-dir {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 120px;
}

.tela4-titulo {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.tela4-titulo-tx1 {
    font-size: 300px;
    line-height: 300px;
}

.tela4-titulo-tx2 {
    font-size: 120px;
    line-height: 120px;
}

.tela4-bt {
    cursor: pointer;
}