@charset "UTF-8";
/* CSS Document */

/* Reset */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body {
    font-family: 'Montserrat', sans-serif;
}
body {
    background: #000000;
}
/* Reset */

/* Header */
header.header {
    padding: 125px 0;
    background: url("../img/bg-principal.webp") 50% 0 no-repeat;
}
header.header .copy {
    clear: both;
    display: block;
    width: 50%;
    float: left;
}
img.logo {
    clear: both;
    display: block;
    width: 225px;
    margin: 0 0 25px 0;
}
header.header h1 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 35px;
    line-height: 1.4;
    margin: 0 auto 30px auto;
}
header.header h1 span, header.header h4 span, section.conteudo h1 span {
    color: #c30302;
}
header.header h2 {
    color: #ffffff;
    font-size: 30px;
    margin: 0 auto 15px auto;
    border-left: solid 5px #c30302;
    padding: 5px 0 5px 20px;
}
.header .copy ul {
    margin: 0 0 25px 0;
}
.header .copy ul li {
    list-style: none;
    color: #ffffff;
    line-height: 2;
    font-size: 20px;
}
header.header h3 {
    color: #ffffff;
    font-size: 20px;
    margin: 0;
}
a.cta {
    clear: both;
    display: block;
    background: #358e37;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0;
    margin: 35px 0;
    width: 65%;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}
header.header h4 {
    color: #ffffff;
    font-size: 18px;
}
/* Header */

/* Pra quem */
section.praquem {
    padding: 0 0 250px 0;
}
section.praquem video {
    position: absolute;
    right: 0;
    min-width: 130%;
    min-height: 130%;
    width: 100%;
    height: auto;
	z-index: -100;
}
section.praquem h1 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 35px;
    line-height: 1.4;
    text-align: center;
    margin: 200px auto 75px auto;
}
section.praquem p {
    padding: 70px 35px 35px 35px;
    background: rgba(0,0,0,0.25);
    border: solid 1px #c30302;
    text-align: center;
    color: #ffffff;
    margin: 0;
    height: 287px;
    line-height: 1.6;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);    
}
a.cta-praquem {
    width: 35%;
    margin: 75px auto 0 auto;
}
img.icon {
    clear: both;
    display: block;
    width: 100px;
    margin: 0 auto -50px auto;
    position: relative;
    z-index: 1;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
}
/* Pra quem */

/* Conteúdo */
section.conteudo {
    padding: 100px 0;
    background: #000000 url("../img/bg-conteudo.webp") 50% 0 no-repeat;
    background-attachment: fixed;
}
section.conteudo h1 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 35px;
    line-height: 1.4;
    text-align: center;
    margin: 0 auto 25px auto;
}
section.conteudo h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    width: 75%;
    font-size: 25px;
    line-height: 1.4;
    text-align: center;
    margin: 0 auto 50px auto;
}
.box-white, .box-red {
    background: #000000;
    padding: 35px 75px;
    width: 75%;
    margin: 0 auto 35px auto;
    clear: both;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
}
.box-white {
    background: #ffffff;
}
.box-red {
    background: #c30302;
}
.numero {
    margin-right: 30px;
}
.numero h3 {
    width: 100%;
    clear: both;
    display: block;
    text-align: center;
    font-weight: 900;
    font-style: italic;
    font-size: 150px;
    color: #000000;
}
.texto h4 {
    font-size: 25px;
    font-weight: 800;
    color: #000000;    
}
.texto p {
    line-height: 1.6;
    margin: 0 !important;
    width: 100% !important;
    text-align: left !important;
    color: #000000 !important;    
}
section.conteudo p {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    width: 75%;
    margin: 25px auto 35px auto;
}
.barra-progresso {
    clear: both;
    display: block;
    width: 75%;
    margin: 0 auto 35px auto;
}
.progress {
    height: 25px !important;
}
.progress-bar {
	background-color: red !important;
}
.progress span {
    font-size: 16px;
    font-weight: 600;
    margin: 1px 0 0 5px;
}
a.cta-conteudo {
    width: 35%;
    margin: 50px auto;
}
/* Conteúdo */

/* Depoimentos */
section.depoimentos {
    padding: 100px 0;
}
section.depoimentos h1 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 35px;
    line-height: 1.4;
    text-align: center;
    margin: 0 auto 25px auto;
}
a.cta-depoimentos {
    width: 35%;
    margin: 50px auto;
}
.video {
    clear: both;
    display: block;
    width: 65%;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 35px -5px rgba(195,3,2,1);
    -moz-box-shadow: 0px 0px 35px -5px rgba(195,3,2,1);
    box-shadow: 0px 0px 35px -5px rgba(195,3,2,1);    
}
/* Depoimentos */

/* Como participar */
section.comoparticipar {
    padding: 100px 0;
    background: #fafafa url("../img/bg-onde-como.webp") 50% 50% no-repeat;
    background-attachment: fixed;
}
.onde {
    clear: both;
    display: block;
    background: rgba(195,3,2,0.95);
    padding: 35px 0;
    text-align: center;
    width: 55%;
    margin: 0 auto 50px auto;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px; 
}
.onde h1 {
    color: #ffffff;
    font-weight: 800;
    font-size: 35px;
    border-bottom: dashed 1px #000000;
    padding: 0 0 15px 0;
    width: 90%;
    margin: 0 auto 15px auto;
}
.onde h2 {
    color: #000000;
    font-size: 25px;
    font-weight: 600;
    margin: 0;
}
.como {
    clear: both;
    display: block;
    background: rgba(0,0,0,0.95);
    padding: 50px 35px;
    width: 55%;
    margin: 0 auto;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;     
}
.como h1 {
    color: #ffffff;
    font-weight: 800;
    font-size: 35px;
    width: 90%;
    text-align: center;
    line-height: 1.4;
    margin: 0 auto 25px auto;
}
.como p {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
    margin: 0 auto 35px auto;
}
a.cta-comoparticipar {
    margin: 0 auto;
}
/* Como participar */

/* Garantia */
.garantia {
    width: 55%;
    clear: both;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 50px auto 0 auto;
}
.garantia img.selo {
    clear: both;
    display: block;
    width: 30%;
    margin: 0 25px 0 0;
}
.garantia .copy h2 {
    color: #000000;
    font-weight: 800;
    font-size: 35px;
    margin: 0 auto 15px auto;
}
.garantia .copy p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}
/* Garantia */

/* Otávio */
section.otavio {
    padding: 150px 0;
    background: url("../img/otavio.webp") 50% 0 no-repeat;
}
section.otavio .copy {
    clear: both;
    display: block;
    width: 50%;
    float: left;
}
.otavio .copy h1 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 35px;
    margin: 0 auto 35px auto;
}
.otavio .copy p {
    color: #ffffff;
    line-height: 1.6;
}
a.instagram {
    clear: both;
    display: block;
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
}
a.instagram svg {
    width: auto;
    height: 25px;
    margin: -3px 0 0 0;
}
/* Otávio */

/* Rodapé */
footer.footer {
    padding: 50px 0;
    border-top: solid 1px red;
    background: rgb(45,43,43);
    background: -moz-linear-gradient(180deg, rgba(45,43,43,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(45,43,43,1) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(180deg, rgba(45,43,43,1) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2d2b2b",endColorstr="#000000",GradientType=1);
}
img.logo-ft {
    clear: both;
    display: block;
    width: 15%;
    margin: 0 auto 25px auto;
}
footer.footer p {
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    width: 75%;
    margin: 0 auto 14px auto;
}
/* Rodapé */

/* Responsivo */
@media (max-width: 700px) {
    /* Header */
    header.header {
        padding: 50px 0 375px 0;
        background: url(../img/bg-principal.webp) 95% 650px no-repeat;
        background-size: 675px;
    }
    header.header .copy {
        float: none !important;
        width: 100%;
    }
    img.logo {
        width: 200px;
        margin: 0 auto 25px auto;
    }
    header.header h1 {
        text-align: center;
        font-size: 18px;
    }
    header.header h2 {
        font-size: 18px;
    }
    .header .copy ul {
        padding: 0;
    }
    .header .copy ul li {
        line-height: 1.8;
        font-size: 16px;
    }
    header.header h3 {
        text-align: center;
        font-size: 18px;
    }  
    a.cta {
        width: 100%;
        font-size: 18px;
    }
    /* Header */
    
    /* Pra quem */
    section.praquem {
        padding: 0 0 75px 0;
    }
    section.praquem h1 {
        font-size: 25px;
        margin: 75px 0 50px 0;
    }
    section.praquem video {
        position: absolute;
        right: 0;
        min-width: 1000%;
        min-height: 100%;
        width: 100%;
        height: auto;
        z-index: -100;
    }  
    section.praquem p {
        height: auto !important;
        margin: 0 auto 35px auto;
    } 
    a.cta-praquem {
        margin: 0 auto;
    }
    /* Pra quem */
    
    /* Conteúdo */
    section.conteudo {
        padding: 75px 0;
        background-attachment: initial !important;
        background-size: cover !important;
    } 
    section.conteudo h1 {
        font-size: 25px;
    }
    section.conteudo h2 {
        width: 100%;
        font-size: 18px;
    }
    .box-white, .box-red {
        width: 100%;
        padding: 25px;
        display: block;
    }
    .numero {
        margin: 0 auto 25px auto;
    }  
    .numero h3 {
        font-size: 75px;
    }
    .texto h4 {
        text-align: center;
        font-size: 20px;
    }
    section.conteudo p {
        width: 100%;
        font-size: 16px;
        text-align: center !important;
    } 
    .barra-progresso {
        width: 100%;
    }    
    /* Conteúdo */
    
    /* Depoimentos */
    section.depoimentos {
        padding: 0 0 25px 0;
    }
    section.depoimentos h1 {
        font-size: 25px;
    }  
    .video {
        width: 100%;
    }    
    /* Depoimentos */
    
    /* Como participar */
    section.comoparticipar {
        padding: 75px 0;
        background-attachment: initial !important;
        background-size: cover !important;
    }
    .onde {
        width: 100%;
        padding: 25px 20px;
        margin: 0 auto 35px auto;
    }
    .onde h1 {
        font-size: 19px;
    } 
    .onde h2 {
        font-size: 15px;
    }
    .como {
        padding: 35px 20px;
        width: 100%;
    }
    .como h1 {
        width: 100%;
        font-size: 20px;
    }
    .como p {
        font-size: 16px;
        margin: 0 auto 20px auto;
    } 
    a.cta-comoparticipar {
        font-size: 16px;
        margin: 30px auto 0 auto;
    } 
    .garantia {
        width: 100%;
        display: block;
    } 
    .garantia img.selo {
        width: 40%;
        margin: 0 auto 25px auto;
    }  
    .garantia .copy h2 {
        text-align: center;
        font-size: 25px;
    }
    .garantia .copy p {
        text-align: center;
        font-size: 16px;
        margin: 0;
    }
    /* Como participar */
    
    /* Otávio */
    section.otavio {
        padding: 75px 0 416px 0;
        background: url(../img/otavio.webp) 83% 1050px no-repeat;
        background-size: 800px;
    }
    section.otavio .copy {
        width: 100%;
        float: none !important;
    }
    .otavio .copy h1 {
        text-align: center;
        font-size: 25px;
    }
    .otavio .copy p {
        text-align: center;
    }  
    a.instagram {
        text-align: center;
    }
    /* Otávio */
    
    /* Footer */
    img.logo-ft {
        width: 40%;
    }
    footer.footer p {
        width: 100%;
    }    
    /* Footer */
}
/* Responsivo */