/*
 * Criado por: Amauri Silva
 * Data: 23/03/2023
 * Estilos da pagina H2START
*/

@font-face {
    font-family: 'MonumentRegular';
    src: url('../fonts/PPMonumentExtended-Regular.otf') format('opentype');
}

@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');

/* Criando variáveis com cores e tamanhos */
:root{
    --bg-color: #7b2a90;
    --azul-claro: #3ec1d1;
    --verde-botao: #138D75;

    --bg-roxo: #150c37;

    --font-color: #fff;

    --font-small: 12px;
    --font-medium: 16px;
    --font-large: 18px;
    --font-extra-large: 26px;

    --font-default: 'Montserrat', sans-serif;
}

/* CSS Desktop */


/* Estilos Genericos */
body{
    font-family: var(--font-default);
    background-color: var(--bg-color);
    overflow-x: hidden;
}

.fonte-nova{
    font-family: 'MonumentRegular';
}

h1, h2, h3, h3, h5, label, p, ul, li, span{
    text-transform: uppercase;
    color: var(--font-color);
}

span#data-evento{
    text-align: left;
    font-weight: bold;
    width: 100%;
    display: block;
    font-size: 22px;
}

h1{
    font-size: 3.5rem;
}

label{
    text-align: left;
    width: 100%;
    font-weight: bold;
}

.bg-roxo{
    background-color: var(--bg-roxo);
}

p{
    font-weight: bold;
}

h1{
    font-weight: 700;
}

ul {list-style: none}

li{
    font-size: 2rem;
    padding-bottom: 1.2rem;
    /* font-weight: bold; */
}

.beneficios-tit{
    height: 100px;
}

span.lista-roxa{
    font-size: 4rem;
    color: var(--bg-color);
    position: absolute;
    height: 12px;
    top: 0;
    left: 0;
    margin-left: -2rem;
    margin-top: -2rem;
}


ul {
    list-style-type: none; /* Remove os marcadores padrão */
    padding-left: 20px; /* Adiciona espaço para os novos marcadores */
}

ul li {
    position: relative; /* Necessário para posicionar o marcador antes do texto */
}

#opcoes, #opcoes p{
    font-weight: 100;
}

#opcoes p{
    padding-left: 2rem;
    border-left: solid 1px var(--bg-color);
    margin-top: 1rem;
}

#beneficios strong{
    font-weight: 600;
}


/* li::before {
     content: "•";
    color: var(--azul-claro); 
    margin-right: 15px;
}

li {
    list-style-type: disc;
}

li::marker {
    color: #7e2a8d; 
} */

.padding-left{
    padding-left: 10vw;
}

video{
    border-radius: 20px;
}

span.obs{
    width: 100% !important;
    display: block;
    text-align: left;
}

button:hover, input[type=submit]:hover{
    opacity: 0.8;
}
button, input[type=submit]{
    color: var(--font-color);
    background: #17bba0;
    /* background: linear-gradient(0deg, rgba(2,47,107,1) 0%, rgba(9,9,121,1) 35%, rgba(14,152,192,1) 100%); */
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    text-transform: uppercase;
    font-weight: bold;
    border: solid 3px #eef1f3;
    border-radius: 18px;
    color: rgba(255, 255, 255, 1);
    box-shadow: 0 5px 15px rgba(145, 92, 182, .4);
    font-size: 1.2vw;
    max-width: 360PX;
    margin-left: auto;
    margin-right: auto;
}

.font-weight-normal{
    font-weight: 200;
}
/* Estilos Genericos */

/* FORM */
section#form{
    padding-top: 4rem;
    background-image: url(../img/bg-sections.jpg);
    background-size: cover;
    background-position: center center;
    height: 800px;
}

.col-forn{
    width: 70%;
}

section#form video{
    height: 430px;
}
/* FORM */

/*Beneficios*/
section#beneficios{
    /* background-image: url(../img/bg-section-2.jpg);
    background-size: cover; */
}

section#beneficios .col-md-6:first-child{
    padding-top: 15vh;
}

section#beneficios h1{
 font-size: 5vw ;
}

section#beneficios li{
 font-size: 1.5vw;
}

/* section#beneficios img{
    width: 48vw;
    float: right;
    min-width: 700px;
} */
/*Beneficios*/

/* Quero */
section#quero{
    height: 700px;
    background-position: center center;
    background-image: url(../img/bg-section-3.jpg);
    background-size: cover;
}

.text-quero{
    justify-content: center;
    align-content: center;
    flex-direction: column;
    display: flex;
}

section#quero p:not(.font-weight-normal){
    font-weight: 300;
    text-align: center;
    line-height: 33px;
    width: 90%;
}
/* Quero */

/* Starters */
section#starters{
    padding-top: 15vh;
    /* height: 1725px; */
    background-position: center center;
    background-image: url(../img/bg-section-4.jpg);
    background-size: cover;
}

section#starters h1{
    font-size: 2vw;
    font-weight: 800;
    padding-bottom: 40px;
}

section#starters h1:not(.title-starters){
    margin-top: -0.5vw;
}

section#starters del{
    text-decoration-color: var(--azul-claro);
}

section#starters .title-starters{
    color: var(--azul-claro);
    padding: 0;
    margin: 0;
    text-align: right;
    font-style: italic;
    font-size: 2.5vw;
    margin-bottom: 0;
}

section#starters .col-md-6:first-child{
    padding-left: 8vw;
    color: var(--font-color)
}

section#starters .bloco-starters {
    border: solid 3px var(--azul-claro);
    border-radius: 20px;
    text-align: left;
    padding: 20px;
    margin: auto;
    margin-bottom: 20px;
    width: 80%;
    
}

section#starters .bloco-starters .title{
    color: var(--azul-claro);
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px;
}

section#starters .melhores-momentos{
    margin-top: 5vh;
}

/* Starters */

/* Header Desktop */
header{
    background-color: var(--bg-color);
    color: var(--font-color);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.4vw;
    font-family: 'MonumentRegular';
}

header .container{
    display: flex;
}

header .f-1{
    flex-grow: 1;
}

header .f-2{
    flex-grow: 2;
}

header .container > div{
    align-self: center;
}

header span{
    color: var(--azul-claro)
}

header .timer{
    font-size: 2.5vw;
    display: contents;
    margin: auto;
    margin-left: 40px;
    font-weight: 600;
}

header .timer small{
    font-size: 10px;
    margin-top: -1.5vh;
}
/* Header Desktop */

/* Generico */
.desktop{ display: block; }
.mobile{ display: none; }

.font-lg{ font-size: var(--font-large); }

.font-extra-lg{ font-size: var(--font-extra-large); }

.h-100{
    height: 100%;
}

section#starters .content{
    color: var(--font-color);
}

#seconds{
    width: 120px;
    text-align: left;
}

.label-timer{
    padding-top: 1.5rem;
    padding-right: 3rem;
}

#mensagemFinal .btn{
    width: 480px;
    margin: auto;
    max-width: inherit;
    padding: 13px;
    background: linear-gradient(0deg, rgba(19, 141, 117,1) 0%, rgba(11, 83, 69,1) 35%, rgba(88, 214, 141,1) 100%);
    border-color: var(--verde-botao);
}

#mensagemFinal h5.modal-title{
    color:  #333;
}

.img-apoiadores{
    max-width: 180px;
}
/* Generico */

/* 
    * O CSS mobile da página, 
    * o mesmo deve vir depois para que ele sobreescreva as regras do desktop 
*/
@media (max-width: 767px) {
    .d-block, .desktop{ display: none !important; }
    .mobile{ display: block; }


    .p-4 {
        padding: 0.5rem!important;
    }
    .m-4 {
        margin: 0.5rem!important;
    }
    h1 {
        font-weight: 700;
    }
    h1 {
        font-size: 1rem;
    }

    section#form{
        height: auto;
        padding-bottom: 2rem;
    }

    .col-forn {
        width: 90%;
    }

    .logo{
        text-align: center;
    }

    .logo img{
        width: 60px;
        margin-bottom: 15px;
    }

    button, input[type=submit]{
        font-size: 18px;
    }

    section#beneficios li {
        font-size: 18px !important;
    }

    section#beneficios .col-md-6:first-child {
        padding-top: 0px;
    }

    .padding-left {
        padding-left: 30px;
    }

    #img-start{
        max-width: 70%;
    }

    #img-start.mt-4{
        padding-top: 0.5rem !important;
    }

    #form .col-12.pt-2,
    #form .col-md-6.pt-2,
    #form .col-md-6.pt-4{
        padding-top: 0 !important;
    }

    #form p{
        font-weight: 500;
    font-size: 13px !important;
    }

    ul{
        margin-left: 5 !important;
        padding-left: 0 !important;
    }

    #beneficios{
        padding: 30px;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    h1{
        font-size: 25px !important;
    }

    #quero{
        height: auto !important;
        padding: 30px;
    }

    #starters h1{
        font-size: 17px !important;
    }

    section#starters {
        padding-top: 28px;
    }

    section#starters .content{
        color: var(--font-color);
    }

    .d-flex-reverse{
        display: flex;
/*        flex-direction: column-reverse;*/
    }

    #mensagemFinal .btn{
        width: 90vw;
        font-size: 13px;
    }

    #mensagemFinal h5.modal-title{
     font-size: 16px;
    }

    section#form video {
        height: 180px;
        max-width: 90vw;
    }

    .img-apoiadores{
        width: 40%;
        max: auto !important;
        max-height: auto !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1800px) {
    /* section#beneficios img {
        min-width: 620px;
    } */

    section#form video {
        height: 240px;
    }

    section#form h1 {
        font-size: 33px;
    }

    section#form .img-fluid {
        max-width: 70%;
    }
}
  
@media (min-width: 1919px) {
    section#beneficios li {
        font-size: 1vw !important;
    }

    #opcoes{
        margin-top: 2rem;
    }

    #beneficios button{
        font-size: 1.5rem;
    }

    #seconds{
        width: 220px;
        text-align: left;
    }

    header .timer {
        font-size: 2.5vw;
    }
}

.logo img{
    width: 100px;
    margin-bottom: 15px;
}

.lista-premios{
    font-size: 0.8rem;
}

@media (min-width: 1801px) {
    section#form {
        height: 960px;
    }
}