@import "~bootstrap";



.container-login{
    z-index: 1;
    height: 100vh;
    position: fixed;
}

.caixa-login{
    background-color: rgb(186,187,188, 0.5);
    margin-top: 100px;
    border-radius: 10px;
    padding: 10px;
    align-content: center;
}

.botao-verde {
    background-color: transparent;
    border: none;
}


.img-z{
    position: fixed;
    z-index: 0;
    height: 100vh;
    width: 100%;
}

.caixa-imagem-logo
{
    position: fixed;
    z-index: 2;
    left: 60%;
    top: 50px;
}

.caixa-imagem-logo img {
    width: 130px;
}

body{
    background-image: url(../../public/img/bk.png);
    background-size: cover;
    background-position: center;
}



h1, h2, h3 {
    font-family: "Archivo Black", sans-serif;
}

.col-img img{
    width: 340px;
    margin-top: 50px;
}

.btn-crie-rifa {
    background-color:  #2d7c4c;
    color: white;
    text-decoration: none;
    padding: 8px;
    border-radius: 10px;
}

.btn-crie-rifa:hover {
    background-color:  #2d7c6b;
    color: white;
    text-decoration: none;
    padding: 8px;
    border-radius: 10px;
}

.linha-aumente {
    background-image: url(../../public/img/bg02.png);
    background-size: cover;
    background-position: center;
    padding-top: 67px;
    padding-bottom: 67px;
}

.linha-aumente h3 {
    font-size: 40px;
    color: #014058;

}

.linha-aumente label {
    font-size: 20px;
}

.linha-duvidas h3 {
    background-color: #2d7c6b;
    padding: 10px;
    border-radius: 40px;
    color: white;

}

.btn-duvida {
    width: 100%;
    background-color: transparent;
    border-radius: 40px;
    margin-bottom: 5px;
    color: white;
    font-weight: bold;
}

.btn-duvida:hover {
    width: 100%;
    background-color: #565e64;
    border: 1px solid black;
    border-radius: 40px;
    margin-bottom: 5px;
}

.seta-img{
    width: 13px;
    margin-right: 5px;
}

.beneficios {
    padding: 50px 150px;
}

.beneficio {
    background-color: rgba(248,249,250,0.4);
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    text-align: center;
    height: 90%;
}

.beneficio h3 {
    font-size: 23px;
}

.beneficio i {
    font-size: 50px;
    margin-bottom: 15px;
}


.trevo1{
    width: 200px;
    position: absolute;
    top: 1840px;
    right: 200px;
}

.trevo2{
    width: 160px;
    position: absolute;
    top: 580px;
    right: 0;
}

.trevo2-2{
    width: 100px;
    position: absolute;
    top: 2100px;
    left: 400px;
}

.trevo4{
    width: 180px;
    position: absolute;
    top: 500px;
    left: 300px;
}

.trevo4-2{
    width: 180px;
    position: absolute;
    top: 1550px;
    left: 300px;
}

.trevo6{
    width: 180px;
    position: absolute;
    top: 890px;
    right: 170px;
}

.neon-btn {
    text-decoration: none;
    background-color: #149237;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: color 0.4s, box-shadow 0.4s;
    box-shadow: 0 0 5px #149237, 0 0 5px #149237, 0 0 5px #149237, 0 0 5px #149237;
}

.neon-btn:hover {
    color: white;
    box-shadow: 0 0 5px #149237, 0 0 10px #149237, 0 0 15px #149237, 0 0 20px #149237;
}

.linha-satisfacao {
    color: white;
}

.planeta-rodape {
    width: 100px;
}

.titulo-duvida{
    border-radius: 45px 20px 45px 20px;
}

.botao-img-verde:hover{
    transform: scale(1.1);
}

.botao-img-verde-crie {
    width: 200px;
    border-radius: 80px;
    transition: transform 0.3s ease;
}

.botao-img-verde-crie:hover{
    transform: scale(1.1);
}

.botao-img-verde-termos{
    width: 100px;
    border-radius: 50px;
    transition: transform 0.3s ease;
}

.botao-img-verde-termos:hover{
    transform: scale(1.1);
}

.botao-img-verde-politica {
    width: 350px;
    border-radius: 50px;
    transition: transform 0.3s ease;
}

.botao-img-verde-politica:hover {
    transform: scale(1.1);
}

@media (max-width: 575px) {
    .col-img img{
        width: 180px;
        margin-top: 50px;
    }
    .texto-crie-rifa{
        color: white;
    }
    .img-barra{
        width: 330px;
    }
    .img-selo{
        width: 110px;
    }
    .linha-crie-rifa h1{
        font-size: 30px;
    }
    .beneficios {
        padding: 50px 30px;
    }
    .botao-img-verde{
        width: 110px;
        transition: transform 0.3s ease;
        border-radius: 50px;
    }
    .botao-img-verde-crie {
        width: 200px;
        transition: transform 0.3s ease;
        border-radius: 80px;
    }
}

@media (min-width: 576px) {
    .col-img img{
        width: 180px;
        margin-top: 50px;
    }
    .texto-crie-rifa{
        color: white;
    }
    .img-barra{
        width: 300px;
    }
    .img-selo{
        width: 110px;
    }
    .linha-crie-rifa h1{
        font-size: 30px;
    }
    .beneficios {
        padding: 50px 30px;
    }
    .botao-img-verde{
        width: 90px;
        transition: transform 0.3s ease;
        border-radius: 50px;
    }
}

@media (min-width: 768px) {
    .col-img img{
        width: 270px;
        margin-top: 50px;
    }
    .texto-crie-rifa{
        margin-top: 90px;
        color: white;
    }
    .img-barra{
        width: 380px;
    }
    .img-selo{
        width: 140px;
    }
    .linha-crie-rifa h1{
        font-size: 50px;
    }
    .logo-principal{
        padding-top: 40px;
    }
    .beneficios {
        padding: 50px 80px;
    }
    .botao-img-verde{
        width: 130px;
        transition: transform 0.3s ease;
        border-radius: 50px;
    }
}

@media (min-width: 992px) {
    .col-img img{
        width: 300px;
        margin-top: 50px;
    }
    .texto-crie-rifa{
        margin-top: 90px;
        color: white;
    }
    .img-barra{
        width: 380px;
    }
    .img-selo{
        width: 140px;
    }
    .linha-crie-rifa h1{
        font-size: 50px;
    }
    .logo-principal{
        padding-top: 20px;
    }
    .beneficios {
        padding: 50px 80px;
    }
    .botao-img-verde{
        width: 130px;
        transition: transform 0.3s ease;
        border-radius: 50px;
    }
}

@media (min-width: 1200px) {
    .col-img img{
        width: 340px;
        margin-top: 50px;
    }
    .texto-crie-rifa{
        margin-top: 90px;
        color: white;
    }
    .img-barra{
        width: 450px;
    }
    .img-selo{
        width: 180px;
    }
    .linha-crie-rifa h1{
        font-size: 50px;
    }
    .logo-principal{
        margin-top: 20px;
    }
    .beneficios {
        padding: 50px 150px;
    }
    .botao-img-verde{
        width: 130px;
        transition: transform 0.3s ease;
        border-radius: 50px;

    }
}

@media (min-width: 1400px) {
    .col-img img{
        width: 340px;
        margin-top: 50px;
    }
    .texto-crie-rifa{
        margin-top: 90px;
        color: white;
    }
    .img-barra{
        width: 450px;
    }
    .img-selo{
        width: 180px;
    }
    .linha-crie-rifa h1{
        font-size: 50px;
    }
    .logo-principal{
        margin-top: 20px;
    }
    .beneficios {
        padding: 50px 150px;
    }
    .botao-img-verde{
        width: 130px;
        transition: transform 0.3s ease;
        border-radius: 50px;
    }

}