@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
/* CSS Document */

/* Reset */
html, body {
    font-family: "Titillium Web", sans-serif !important;
}
body {
    background: #051929;
}
/* Reset */

/* Header */
header.header {
    clear: both;
    display: block;
    position: unset;
    margin: 0 auto -140px auto;
}
.header .marquee {
    overflow: hidden;
    width: 100%;
    padding: 25px 0;
    float: left;
    background: rgba(0,0,0,0.3);    
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);  
    margin: 0 auto;
    z-index: 9 !important;
    position: relative;    
    transform: rotate(-3deg);
}
.header .marquee .marquee-content {
    display: flex;
    animation: scroll-marquee 25s linear infinite;
}
.header .marquee .marquee-content .tarja {
    display: inline-block;
    padding-right: 100px; /* Space between the repeated texts */
    white-space: nowrap;
    letter-spacing: 5px;
}
.header .marquee .marquee-content span.tarja {
    font-size: 14px;
    text-transform: uppercase;    
    color: #73cedf;
}
@keyframes scroll-marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.header .marquee2 {
    overflow: hidden;
    width: 100%;
    padding: 25px 0;
    background: rgba(5,12,30,0.1);    
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);  
    margin: 0 auto;
    transform: rotate(2deg);
    filter: blur(2px); /* 10px é o valor do desfoque, pode ser ajustado */
}
.header .marquee2 .marquee-content2 {
    display: flex;
    animation: scroll-marquee 25s linear infinite;
}
.header .marquee2 .marquee-content2 .tarja {
    display: inline-block;
    padding-right: 100px; /* Space between the repeated texts */
    white-space: nowrap;
    letter-spacing: 5px;
}
.header .marquee2 .marquee-content2 span.tarja {
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
}
/* Header */

/* Principal */
section.principal {
    background: url(../img/bg-principal.webp) 50% 0 no-repeat;
    padding: 250px 0;
}
.principal .copy {
    border: solid 1px #F3F3F33D;
    padding: 50px 25px 75px 25px;
    width: 50%;
    background: rgba(0, 19, 30, 0.25);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 75px 0px rgba(110, 207, 233, 0.5);
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
}
.principal .copy h1 {
    color: #ededed;
    font-weight: 600;
    font-size: 35px;
    line-height: 1.4;
    margin: 0 auto 20px auto;
}
.principal .copy h2 {
    font-size: 19px;
    color: #73cedf;
    margin: 0 auto 20px auto;
}
.principal .copy h2 svg {
    height: auto;
    width: 25px;
    margin: -5px 0 0 0;
}
.principal .copy h3 {
    clear: both;
    display: block;
    border: solid 1px #98e3e9;
    padding: 8px 20px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    border-radius: 200px;
    width: 60%;
    margin: 0 0 20px 0;
}
.principal .copy h3 svg {
    margin: -5px 5px 0 0;
}
.principal .copy p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.4;
    margin: 0 auto 25px auto;
}
.principal a {
    width: 90%;
}
a.cta {
    clear: both;
    display: block;
    background-color: #61CE70;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    fill: #FFFFFF;
    text-align: center;
    color: #FFFFFF;
    padding: 15px 75px;
    margin: 35px auto 0 auto;
    border: none;
    background: linear-gradient(106deg, #59F370 1.19%, #158828 89.9%);
    box-shadow: 0px 0px 111px 0px #43D059;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
}
a.cta svg {
    width: auto;
    height: 25px;
    margin: -3px 0 0 5px;
}
/* Principal */

/* Pra quem */
section.praquem {
    padding: 150px 0;
}
section.praquem h1 {
    color: #ededed;
    font-weight: 600;
    text-align: center;
    font-size: 55px;
    margin: 0 auto 50px auto;
}
.praquem .box {
    border: solid 1px #F3F3F33D;
    padding: 55px 35px;
    width: 95%;
    margin: 0 auto;
    height: 300px;
    background: rgba(0, 19, 30, 0.0);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 25px 0px rgba(110, 207, 233, 0.2);
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;    
}
.praquem .box  svg {
    clear: both;
    display: block;
    fill: #73cedf;
    height: auto;
    width: 50px;
    margin: 0 auto 25px auto;
}
.praquem .box p {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.6;
    margin: 0 auto;
}
.praquem a {
    width: 40%;
}
/* Pra quem */

/* marcelo */
section.marcelo {
    padding: 300px 0;
    background: url("../img/bg-expert.webp") 50% 0 no-repeat;
}
.marcelo .copy {
    border: solid 1px #F3F3F33D;
    padding: 55px 35px 75px 35px;
    width: 50%;
    float: right;
    background: rgba(0, 19, 30, 0.0);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 75px 0px rgba(110, 207, 233, 0.5);
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
}
.marcelo .copy  h1 {
    color: #ededed;
    font-weight: 600;
    font-size: 40px;
    margin: 0 auto 20px auto;
}
.marcelo .copy  p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.8;    
}
.marcelo a {
    width: 70%;
}
/* marcelo */

/* Footer */
footer.footer {
    padding: 50px 0;
    background: #041322;
    border-top: solid 1px #62b6d1;
}
.footer p {
    text-align: center;
    color: #0a3e53;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 auto;
}
/* Footer */

/* Responsivo */
@media (max-width: 700px) {
    /* Header */
    .header .marquee, .header .marquee2 {
        width: 99%;
        padding: 15px;
    }
    .header .marquee .marquee-content span.tarja, .header .marquee2 .marquee-content span.tarja {
        font-size: 12px;
    }    
    /* Header */
    
    /* Principal */
    section.principal {
        padding: 140px 0 445px 0;
        background: #050d1f url(../img/bg-principal-mb.webp) 50% bottom no-repeat;
        background-size: contain;
    }
    .principal .copy, .marcelo .copy {
        width: 100%;
        float: none;
        padding: 25px 20px 35px 20px;
    }
    .principal .copy {
        margin-top: -35px;
    }
    .principal .copy h1 {
        text-align: center;
        font-size: 18px;
        margin: 0 auto 15px auto;
    }
    .principal .copy h2 {
        text-align: center;
        font-size: 14px;
        line-height: 1.4;
    }
    .principal .copy h2 svg {
        width: 20px;
    }
    .principal .copy h3 {
        width: 90%;
        font-size: 16px;
        padding: 5px 0;
        margin: 0 auto 20px auto;
    } 
    .principal .copy p {
        text-align: center;
        font-size: 18px;
        line-height: 1.3;
    }   
    .principal .copy ul {
        padding: 0;
        width: 90%;
        margin: 0 auto;
    }
    a.cta {
        width: 100%;
        padding: 20px 0;
        font-size: 17px;
    }    
    /* Principal */
    
    /* Pra quem */
    section.praquem {
        padding: 50px 0 45px 0;
    }
    section.praquem h1 {
        font-size: 25px;
        margin: 0 auto 25px auto;
    }
    .praquem .box {
        margin: 0 auto 35px auto;
        width: 100%;
        padding: 35px 20px;
        height: auto;
    }
    .praquem .box img.icon {
        width: 50px;
    }
    /* Pra quem */
    
    /* Marcelo */
    section.marcelo {
        padding: 50px 0 435px 0;
        background: #050d1f url(../img/bg-expert-mb.webp) 50% bottom no-repeat;
        background-size: contain;
    }
    .marcelo .copy h1 {
        font-size: 25px;
        text-align: center;
    }
    .marcelo .copy p {
        font-size: 16px;
        text-align: center;
        line-height: 1.6;
    }    
    /* Marcelo */
}
/* Responsivo */