@import url('reset.css');


* {
    border: 0;
    font-family: 'Roboto', sans-serif;
}
body {
    /* box-sizing: border-box; */
    overflow-x: hidden;  
    background: #07020a;
    margin: 0;
    padding: 0;
    color: #FFF;
    text-align: center;
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px;
    font-weight: 300;
}
ul,li {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    box-sizing: border-box;
}
.background-radial {
    position: absolute;
    top:0;
    z-index: -9;
    width: 100%;
    height: 100vh;
    background: -webkit-radial-gradient(top, circle, #1e082a 15%, #07020a 60%,#07020a 100%);
    background: -moz-radial-gradient(top, circle, #1e082a 15%, #07020a 60%,#07020a 100%);
    background: -ms-radial-gradient(top, circle, #1e082a 15%, #07020a 60%,#07020a 100%);
}
.background-nuvem-1 {
    position: relative;
    top:0;
    z-index: -8;
    width: 100%;
    /* height: 100vh; */
    mix-blend-mode: soft-light;
    /* background-image: url('../../img/nuvem1.png');
    background-repeat: no-repeat; */
    right: -40%;
    top: 80px;
}
.background-nuvem-2 {
    position: absolute;
    top:0;
    z-index: -8;
    width: 100%;
    height: 100vh;
    mix-blend-mode: soft-light;
    background-image: url('../../img/nuvem2.png');
    background-repeat: no-repeat;
    left: 0px;
    top: 300px;
}
.bg-transparente {
    z-index: -1;
    mix-blend-mode: soft-light;
}

.row {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    padding: 0 25px;
    box-sizing: border-box;  
}
.row-header {
    max-width: 1400px;
    padding: 0 50px;
}
.row-grande {
    max-width: 1200px;
}
.row-grande-grande {
    max-width: 1350px;
}
.row-menor {
    max-width: 980px;
}
.row-background {
    margin: 0 auto;
}
.row-bg {
    height: 1px;
}



h1,h2,h3,h4 {
    line-height: 1.2em;
}
h1 {
    text-transform: uppercase;
    font-size: 2.9em;
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 1.2em;
}
h2 {
    font-size: 2.3em;
}
h3 {
    /* font-size: 1.4em; */
    font-size: 2.5em;
    font-weight: 700;
    letter-spacing: -0.02em;
}
h4 {
    font-size: 2.2em;
    font-weight: 400;
}
h4 span {
    font-weight: 700;
}
h5 {
    font-size: 1.4em;
    font-size: 400;
    line-height: 1.5em;
}
h5 span {
    font-weight: 700;
}

.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-block {
    display: block !important;
}
.texto span
.fontw800 {
    font-weight: 800;
    /* font-size: 110%; */
}
.texto {
    margin: auto;
    font-weight: 300;
    font-size: 3em;
    line-height: 1.3em;
}
.texto2 {
    font-size: 2.4em;
}
.texto-estreito {
    max-width: 820px;
    margin: auto;
}
.cor-azul {
    color: #31B9FD
}
strong {
    font-weight: 700;
}
img {
    max-width: 100%;
    height: auto;
}


.estrela {
    position: relative;
    margin: 140px auto 0;
}

.pulse {
    animation: pulse 0.7s infinite;

    display: table;
    /* margin-top: 50px; */
    /* top: 35px; */
    animation-direction: alternate;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes pulse {
0% {
    -webkit-transform: scale(1);
    -webkit-filter: brightness(100%);
}
100% {
    -webkit-transform: scale(1.1);
    -webkit-filter: brightness(200%);
}
}
@keyframes pulse {
0% {
    transform: scale(1);
    filter: brightness(100%);
}
100% {
    transform: scale(1.1);
    filter: brightness(200%);
    -webkit-filter: brightness(200%);
}
}

.bg-nuvem {
    mix-blend-mode: soft-light;

}
.ovni {
    position: relative;
    z-index: -1;
}
.ovni1 {
    /* position: relative;
    top: -120px;
    left: 40%; */
    /* top: -100px; */
    position: relative;
    left: 33%;    
    top: -100px;
}
.ovni2 {
    position: relative;
    /* top: 130px; */
    right: 35%;
    /* margin-right: 50px; */
    /* margin-bottom: -70px; */
}
.ovni3 {
    float: left;
    left: -80px;
    /* top: -30px; */

}
.ovni4 {
    left: 60%;
    top: 120px;
}

@media only screen and (max-width: 600px) {
    .ovni3 {
        right: 45%;
        top: -60px;
    }
    .ovni4 {
        left: 24%;
        top: 280px;
    }
}



.bg-nuvem-2 {
    position: relative;
    margin-top: -200px;
}
.bg-nuvem-3 {
    position: relative;
    margin-left: -50%;
    margin-top: -110px;
}
.foguete {
    margin: 100px auto 70px;
    text-align: center;
}
.nuvem4 {
    position: relative;
    top: -300px;
    right: -570px;
}
@media only screen and (max-width: 780px) {
    .nuvem4 {
        right: -55%
    }

}

.nuvem5 {
    position: relative;
    z-index: -1;
    left: -30%;
    top: -100px;}




.bt-sucesso  {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
    text-align: center;
    font-size: 1.6em;
    text-decoration: none;
    color: #FFF;
    padding: 25px 25px;
    background-color: #C83EF9;
    background-image: linear-gradient(to left,#C83EF9,#6FB8FB);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.bt-sucesso-solto {
    position: relative;

}


.cta-rodrigo {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: space-around;
}
.cta-rodrigo .texto {
    font-size: 1.5em;
    width: 80%;
}

.cta-rodrigo .font2x {
    font-size: 130%;
}

.cta-rodrigo-2 .texto {
    font-size: 1.4em;
}
.cta-rodrigo-2 .foto-rodrigo {
    width: 80%;
}



.bt {
    color: #000d16;
    transition: 200ms;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
} 
.bt:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.mtop30 {
    margin-top: 30px;
}
.mtop50 {
    margin-top: 50px;
}
.mtop70 {
    margin-top: 70px;
}
.mtop100 {
    margin-top: 100px;
}
.mtop150 {
    margin-top: 150px;
}
.mtop200 {
    margin-top: 200px;
}
.mtop-150 {
    margin-top: -150px;
}

.footer {
    margin-top: 100px !important;
    color: #5c5c5c;
    font-size: 0.9em;
}
.footer p {
    line-height: 1.4em;
}







.box_azul {
    background-color: #31b9fd;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 40px 70px;
    text-align: center;
    font-size: 3.5em;
    font-weight: 700;
    line-height: 1.2em;
}

.box_transparente {
    background-color: transparent;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: 3px solid #fff;
    box-shadow: inset 0 0 0.8em #31B9FD, 0 0 0.8em #31B9FD;
    padding: 90px 40px 0px;
}
.box_transparente .titulo {
    font-size: 3.3em;
    font-weight: 700;
    letter-spacing: -0.03em;
}
.box_transparente .texto {
    margin: 30px auto 0 auto;
    max-width: 600px;
    font-size: 1.9em;
    line-height: 1.2em;
}
.box_transparente .bt-sucesso {
    position: relative;
    bottom: -40px;
    display: block;
}





@media only screen and (max-width: 600px) {
    body {
        font-size: 13px;
    }
    .header .logo {
        width: 100%;
    }

    .lista-horiz,
    .lista-vertical-itens,
    .cta-rodrigo {
        flex-direction: column;
    }
    .lista-horiz li + li {
        margin-top: 20px
    }
    .row {
        box-sizing: border-box;
    }
    .row + .row {
        margin-top: 50px
    }
    .mtop100,
    .mtop150 {
        margin-top: 70px
    }
    .titulo {
        font-size: 3.1em;
    }
    .titulo-menor {
        font-size: 2.7em;
    }
    .lista-vertical-itens li {
        font-size: 1.4em;
        text-align: center;
    }
    .cta-rodrigo .texto {
        width: 100% !important;
    }
    .cta-rodrigo .foto-rodrigo {
        margin: auto;
        width: 100% !important;
    }
    .cta-rodrigo .foto-rodrigo img {
        max-width: 250px;
    }
    .cta-rodrigo .texto {
        margin-top: 40px;
    }
    .cta-rodrigo h3 {
        font-size: 1.7em;
    }
    .cta-rodrigo .texto {
    padding-left: 0
    }

    .foguete {
        margin-top: 60px;
        margin-bottom: 0;
    }

    .box_azul {
        padding: 25px;
        font-size: 3em;
    }
    .box_transparente {
        padding: 50px 20px 0;
    }

    
}


/* header menu */

.header {
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    /* max-height: 50px; */
    display: block;
    padding: 30px 15px 10px;
	/* background-color: rgba(245, 246, 248, 1); */
    /* pointer-events: none; */
	transition: background-color 0.3s ease 0s;
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    -ms-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
}
.header .logo {
    margin-top: 40px;
}

/* menu scroll */

.header {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}

.header.scroll-up {
	background-color: #07020af7;
	box-shadow: rgb(0 0 0 / 5%) 0px 3px 21px;
	transition: none 0s ease 0s;
}
.header.scroll-up,
.header.scroll-down {
	transition: 400ms;
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	-ms-transition: 400ms;
	-o-transition: 400ms;
}
.header.scroll-down {
	/*margin-top: 0;
	*/transform: translate3d(0, -200%, 0);
	-webkit-transform: translate3d(0, -150%, 0);
	-moz-transform: translate3d(0, -150%, 0);
	-ms-transform: translate3d(0, -150%, 0);
	-o-transform: translate3d(0, -150%, 0);
	transition: transform 400ms;
	-webkit-transition: transform 400ms;
	-moz-transition: transform 400ms;
	-ms-transition: transform 400ms;
	-o-transition: transform 400ms;
}
.header.scroll-up {
	transform: 1000ms;
	-webkit-transform: 1000ms;
	-moz-transform: 1000ms;
	-ms-transform: 1000ms;
	-o-transform: 1000ms;
}







.estrelinha {
    position: relative;
    z-index: -2;
}
.estrelinha1 {
    left: -400px;
    top: 280px;
}
.estrelinha2 {
    left: 600px;
    top: 180px;
}.estrelinha4 {
    left: 390px;
    top: 450px;
}
.estrelinha5 {
    left: -420px;
    top: 750px;
}
.estrelinha6 {
    left: 500px;
    top: 900px;
}
.estrelinha7 {
    left: -660px;
    top: 1100px;
}
.estrelinha8 {
    left: 450px;
    top: 1400px;
}
.estrelinha9 {
    left: -500px;
    top: 1550px;
}






