@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;800;900&display=swap);

*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box; 
} 
body {
      font-family: 'Montserrat', sans-serif;
    };


body{
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0px;
    padding: 0px;
    max-width: 100vw;
} 
details p, summary{
    text-align: left !important;
}

a:hover, a:active, a:visited, a {
    text-decoration: none;
    color: white !important;
}

a:link{
    text-decoration: none;
}

.menu{
    background-color: #236233;
    height: 10vh;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    display: flex;
    padding-left: 34vw;
}

.link-personalizado{
    text-decoration: none;
    font-size: 1rem;
    text-wrap: nowrap;
    font-weight: 700;
}

.texto-footer-termos{
    color: white !important;

}

/* .container {
	max-width: 400px;
	margin: 0 auto;
	border: 1px solid #ccc;
} */

.logo{
    background-color: #ad2435;
    width: 13vw;
    top: 0;
    height: 15vh;
    position: absolute;
    left: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    
}

.menu_mobile{
    display: none;
}


.opcoes{
   display: block;
    width: 70vw;
}

nav a{
    text-decoration: none;
    color: white;
}

.banner{
    width: 100%;
}
.banner-home-tablet{
    display: none;
}
.banner-home-mobile{
    display: none;
}

/* #como_participar{
    background-image: url("../imagens/desktop/COMO\ PARTICIPAR.png");
    width: 100%;
    height: 35vw;
    background-size: cover;
} */
/* .container_home{
    position: relative !important;
} */
.home{
    position: relative;
}
.posiciona_botao{
    position: absolute !important;
    display: flex;
    flex-direction: column;
    width: 13vw;
    bottom: 8vw;
    left: 5vw;
    
    /* bottom: 10% !important;
    right: 7% !important;
    top: unset !important;
    left:70% */
}

.botao_cadastro{
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background-color: #236233;
    white-space: nowrap;
    border: 2px solid white;
    color: white;
    border-radius: 100px;
    font-size: 1vw;
    cursor: pointer;
    margin: auto;
    text-wrap: nowrap;
    text-decoration: none;
    font-weight: 800;
    display: flex;
}

.botao_cadastrado{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background-color: #ad2435;
    white-space: nowrap;
    border: 2px solid white;
    color: white;
    border-radius: 100px;
    font-size: 1vw;
    cursor: pointer;
    margin: auto;
    text-wrap: nowrap;
    text-decoration: none;
    font-weight: 800;
}

.banner_como-participar{
    width: 100%;
}
.banner-como_participar-tablet{
    display: none;
}

.banner-como_participar-mobile{
    display: none;
}

.banner_sorteio{
    width: 100%;
}
.banner-sorteio-tablet{
    display: none;
}
.banner-sorteio-mobile{
    display: none;
}

.banner_premio{
    width: 100%;
}
.banner-premio-tablet{
    display: none;
}
.banner-premio-mobile{
    display: none;
}
.texto-premio{
    position: absolute;
    width: 13vw;
    top: 80;
}

.texto-titulo{
    position: relative;
    background-color: #236233;
    width: 100%;
    padding: 15px 25px;
    bottom: 18vw;
    left: 9vw;
    text-wrap: nowrap;
    border-radius: 30px;
    font-size: 2rem;
}

 .organizar-textos{
    position: absolute;
    display: flex;
    flex-direction: row;
    /* width: 13vw; */
    height: fit-content;
} 

.texto-1{
    position: relative;
    background-color: #ad2435;
    width: 100%;
    padding: 15px 25px;
    bottom: 14vw;
    max-width: 350px;
    border-radius: 10px;
    font-size: 1rem;
    margin: 10px;
}
.texto-2{
    position: relative;
    background-color: #ad2435;
    width: 100%;
    max-width: 350px;
    padding: 15px 25px;
    bottom: 14vw;
    border-radius: 10px;
    font-size: 1rem;
    margin: 10px;
}
.banner_regulamento{
    width: 100%;
    margin-top: -2vh;
}

.banner-regulamento-mobile{
    display: none;
}
.banner-regulamento-tablet{
    display: none;
}
.regulamento {
    position: relative;
}
.container-regulamento{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom:5vw;
    width: 50vw;
    left: 25vw;
    margin: 20px auto;
}

.botao-regulamento{
    color: white;
    text-align: center;
    background-color: #ad2435;
    padding: 10px 20px;
    width: 15vw;
    bottom: 22vw;
    left: 45vw;
    border-radius: 12px;
    font-weight: 800;
}

.botao-enviar-email{
    color: white;
    text-align: center;
    background-color: #ad2435;
    padding: 10px 20px;
    width: 16vw;
    bottom: 18vw;
    left: 45vw; 
    border-radius: 12px;
    font-weight: 800;
    text-wrap: nowrap;
}

.organizar-regulamento{
    width: 80%;
    text-align: center;
    color: white;
    text-decoration: none;
    margin: 10px auto;
}

.texto-regulamento{
    font-weight: 600;
}


.footer{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #ad2435;  
    height: 35vh;
    width: 100%;
    /* background-image: url(../imagens/mobile/Rodape-1024.png); */
}

.coluna1{
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 2%;
    padding-bottom: 2%;
}

.coluna-meio{
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 2%;
}

.coluna3{
    display: flex;
    
    max-height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    
}

.organiza-marca-polgo{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40%;
    flex-direction: column;
}


.imagem-footer{
    
 }

 .texto-powered{
    font-size: 1.5rem;
     color: white;
     
 }
 
 .imagem-footer2{
     height: 20vh;
     margin-top: -50px;
    
 }
 .imagem-footer3{
     /* margin-top: 50px; */
     width: 6vw;
 }

 .duvidas{
    width: 100%;
    background-image: url(../imagens/desktop/textura.png);
    height: fit-content;
 }

 .duvidas-titulo{
    font-size: 3rem;
    margin-top: 2vw;
    font-weight: 900;

 }

 .container_duvidas{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
 }

.accordion-container{
    
 background-color: #236233 ;
 color: white;
 padding: 10px 10px;
    cursor: pointer;
    color: white;
    justify-content: center;
    align-items: center;
    text-align: center                                                                                              ;
    margin: 1vw ;
    margin-right: 1vw;
    border-radius: 2vw;
    display: flex;
    width: 54vw;
    font-weight: 700;
}
 .paragrafo-accordion{
    width: 51vw;
   text-align:left;
   margin: auto;
   font-weight: 500;

    
 }

 .container-accordions{
    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: fit-content;
    margin-bottom: 5px;
 }

 .titulo-footer{
    color: white;
    font-size: 0.7rem;
    
}

.texto-footer1{
    color: white;
    font-weight: 100;
    font-size: 0.7rem;
    
}

.texto-footer2{
    color: white;
    margin-bottom: 0.5%;
    font-weight: 300;
    font-size: 0.6rem;
    font-weight: 100;
}

.section-politicas-de-privacidade{
    padding: 5vw;
    font-size: 1vw;

}
@media (min-width: 1468px) and (max-width: 1920px) {
    * {
        font-size: 1.2rem;
    }
    /* .link-personalizado{
        font-size: 1.5rem;
    } */

    .menu_mobile{
        display: none;
    }
}

@media (min-width: 1025px) and (max-width: 1200px){
    
    .menu_mobile{
        display: none;
    }
    .menu{
        font-size: 0rem;
    }
}

@media (max-width: 559px){
    body{
        max-width: 100vw;
    }
    .menu{
        position: relative;
    }

    .link-personalizado{
        font-size: 0.6rem;
    }
    .logo{
        width: 38vw;
        height: 23vw;
    }
    .menu_mobile{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        z-index: 2;
        width: 40px;
        position: absolute;
        right: 6vw;
    }

    .opcoes{
        position: absolute;
        top:8vw;
        display: none;
        flex-direction: column;
        width: 100vw;
        background-color: #236233;
        z-index: 1;
        left: 0;
        justify-content: center;
        align-items: center;
        padding: 30px 0;
        font-weight: 500;
        padding-top: 70px;
    }
    .mm-line{
        background-color: #fff;
        height: 3px;
        width: 40px;
        margin-bottom: 10px;
        z-index: 2;
    }
    .opcoes {
        display: none;
    }

    .banner{
        display: none;
    }

    .banner-home-mobile{
        display: block;
        width: 100vw;
        margin-top: -5px;
        margin-bottom: -50px;
    }

    .container_home{
        

    }
    .home{
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }


    .posiciona_botao{
        position: absolute !important;
        display: flex;
        flex-direction: row;
        width: 81vw;
        bottom: -6vw;
        left: 9.5vw;
        height: 0vh;
        z-index: 2;
        /* margin-bottom: 20px; */
        align-items: center;
        align-self: center;
    }

    .botao_cadastro{
        width: 40vw;
        justify-content: center;
        align-items: center;
        padding: 7px 20px;
        background-color: #236233;
        white-space: nowrap;
        border: 2px solid white;
        color: white;
        border-radius: 100px;
        font-size: 0.6rem;
        cursor: pointer;
        margin: 0 0 0 1vw;
        text-wrap: nowrap;
        text-decoration: none;
        display: flex;
        font-weight: 800;
        
    }
    
    .botao_cadastrado{
        width: 40vw;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 7px 20px;
        background-color: #ad2435;
        white-space: nowrap;
        border: 2px solid white;
        color: white;
        border-radius: 100px;
        font-size: 0.6rem;
        cursor: pointer;
        margin: 0 0 0 1vw;
        text-wrap: nowrap;
        font-weight: 800;
    }

    .banner_regulamento{
        display: none;
    }
    
    .banner-regulamento-mobile{
        display: block;
        width: 100vw;
        
        
    } 

    .regulamento {
        position: relative;
    }

    .container-regulamento{
        width: 80vw;
        left: 10vw;
        top:25vw;
    }


    
    .botao-regulamento{
        color: white;
        text-align: center;
        background-color: #ad2435;
        padding: 13px 23px;
        width: fit-content;
        bottom: 22vw;
        left: 45vw;
        border-radius: 40px;
        font-size: 1rem;
    }
    
    .botao-enviar-email{
        color: white;
        text-align: center;
        background-color: #ad2435;
        padding: 12px 23px;
        width: fit-content;
        bottom: 18vw;
        left: 45vw;
        border-radius: 23px;
        font-size: 1rem;
    }
    
    .organizar-regulamento{
        width: 100%;
        text-align: center;
        color: white;
        text-decoration: none;
        margin: 29px auto;
        font-size: 0.7rem;
    }

    .banner_como-participar{
        display: none;
    }
    
    .banner-como_participar-mobile{
        display: block;
        width: 100vw;
        margin-top: 48px; 
    }

    .banner_sorteio{
        display: none;
    }

    .banner-sorteio-mobile{
        display: block;
        width: 100vw;
    }

    .banner_premio{
        display: none;
    }
    .banner-premio-mobile{
        display: block;
        width: 100vw;
    }
    .footer{
        flex-direction: column;
        height: fit-content;
    }
    .imagem-footer{
        padding-top: 5%;
        width: 20vw;
    }
    .texto-powered{
        font-size: 1rem;
    }
    .organiza-marca-polgo{
        /* margin-bottom: -60px; */
    }
    .duvidas-titulo{
        font-size: 1.5rem;
    }
    .paragrafo-accordion {
        width: fit-content;
        text-align: left;
        margin: auto;
        font-weight: 500;
    }
    .accordion-container{
        background-color: #236233;
    color: white;
    padding: 10px 10px;
    cursor: pointer;
    color: white;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 1vw;
    margin-right: 1vw;
    border-radius: 2vw;
    display: flex;
    width: 90vw;
    font-weight: 700;
    font-size: 0.7rem;
    }

    .imagem-footer3{
        width: 15vw;
        padding-bottom: 3vw;
    }
    .imagem-footer{
        width: 30vw;
        padding: 3vw 0vw
    }
    .imagem-footer2{
        height: 15vh;
        
    }
}

@media (min-width: 560px) and (max-width: 1024px) {
    .menu{
        position: relative;
    }
    .menu_mobile{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        z-index: 2;
        width: 40px;
        position: absolute;
        right: 6vw;
    }
    .logo{
        width: 26vw;
        height: 15vh;
    }

    .opcoes{
        position: absolute;
        top:6vw;
        display: none;
        flex-direction: column;
        width: 100vw;
        background-color: #236233;
        z-index: 1;
        left: 0;
        justify-content: center;
        align-items: center;
        padding: 30px 0;
        font-weight: 500;
    }
    .mm-line{
        background-color: #fff;
        height: 3px;
        width: 40px;
        margin-bottom: 10px;
        z-index: 2;
    }
    .opcoes {
        display: none;
    }

    .banner{
        display: none;
    }

    .banner-home-tablet{
        display: block;
        width: 100%;
    }

    .banner-home-mobile{
        display: none;
    }

    .container_home{
        

    }
    .home{
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }


    .posiciona_botao{
        position: absolute !important;
        display: flex;
        flex-direction: row;
        width: 46vw;
        bottom: 3vw;
        left: 23vw;
        height: 9vh;
        z-index: 2;
        /* margin-bottom: 20px; */
        align-items: center;
        align-self: center;
    }

    .botao_cadastro{
        width: 26vw;
        justify-content: center;
        align-items: center;
        padding: 20px 20px;
        background-color: #236233;
        white-space: nowrap;
        border: 2px solid white;
        color: white;
        border-radius: 100px;
        font-size: 1rem;
        cursor: pointer;
        margin: 0 0 0 1vw;
        text-wrap: nowrap;
        text-decoration: none;
        display: flex;
        font-weight: 800;
        
    }
    
    .botao_cadastrado{
        width: 26vw;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 20px;
        background-color: #ad2435;
        white-space: nowrap;
        border: 2px solid white;
        color: white;
        border-radius: 100px;
        font-size: 1rem;
        cursor: pointer;
        margin: 0 0 0 1vw;
        text-wrap: nowrap;
        font-weight: 800;
    }

    .banner_regulamento{
        display: none;
    }
    .banner-regulamento-tablet{
        display: block;
        width: 100vw;
        
    }
    .banner-regulamento-mobile{
        display: none;
        /* width: 100vw;
        height: 165vh; */
    } 

    .regulamento {
        position: relative;
    }

    .container-regulamento{
        width: 80vw;
        left: 10vw;
        top:5vw
    }
    
    .botao-regulamento{
        color: white;
        text-align: center;
        background-color: #ad2435;
        padding: 13px 23px;
        width: 42vw;
        bottom: 22vw;
        left: 45vw;
        border-radius: 40px;
        font-size: 1.5rem;
    }
    
    .botao-enviar-email{
        color: white;
        text-align: center;
        background-color: #ad2435;
        padding: 12px 23px;
        width: 42vw;
        bottom: 18vw;
        left: 45vw;
        border-radius: 23px;
        font-size: 1.5rem;
    }
    
    .organizar-regulamento{
        width: 100%;
        text-align: center;
        color: white;
        text-decoration: none;
        margin: 29px auto;
        font-size: 1.5rem;
    }

    .banner_como-participar{
        display: none;
    }
    .banner-como_participar-tablet{
        display: block;
        width: 100vw;
    }
    .banner-como_participar-mobile{
        display: none;
    }

    .banner_sorteio{
        display: none;
    }
    .banner-sorteio-tablet{
        display: block;
        width: 100vw;
    }
    .banner-sorteio-mobile{
        display: none;
        
    }

    .banner_premio{
        display: none;
    }
    .banner-premio-tablet{
        display: block;
        width: 100vw;
    }
    .banner-premio-mobile{
        display: none;
        
    }
    .footer{
        flex-direction: column;
        height: fit-content;
    }
    .imagem-footer3{
        width: 15vw;
        padding-bottom: 3vw;
    }
    .imagem-footer{
        width: 30vw;
        padding: 3vw 0vw
    }
    .imagem-footer2{
        height: 15vh;
        margin-bottom: 8vw;
        
    }
    .texto-powered{
        font-size: 1rem;
    }
    .organiza-marca-polgo{
        margin-bottom: -60px;
    }
}

   

       