
body{margin: 0;}
.section-main {
    background-image:  url("/assets/images/background1.png");
    height: 1000px;
    margin: 0 auto;
    display: flex;
    padding-left: 50px;
    gap: 40px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    background-size: cover; /* Para cobrir toda a área */
    background-blend-mode: overlay; /* Para mesclar a imagem com o gradiente */
}

.container-persona{
    display: block;
    background: rgba(255, 255, 255, 0);
    left: 64%;
    top: 335px;
    z-index: 49;
    position: absolute;
    max-width: 204px;
}

.container-logo{
    display: block;
    background: rgba(255, 255, 255, 0);
    left: 80px;
    top: 10px;
    z-index: 48;
    position: absolute;
}

.container-logo img{
    width: 286px;
}

.persona{
    overflow: hidden;
    border-style: none;
    border-radius: 0px;
    width: 540px;
    height: 674px;

}

.persona-img{
    vertical-align: bottom;
    height: 675px;
}

.container-trigger{
    max-width: 60%;
    margin-left: 50px;
    z-index: 900;
    padding-top: 150px;
}

.container-form{
    display: flex;
    justify-content: flex-start;
}

.fields{
    display: grid;
    gap: 20px;
}

.input{
    height: 45px;
    width: 550px;
    font-size: 15px;
    line-height: 15px;
    padding-left: 14px;
    padding-right: 14px;
    border-width: 1px;
    border-color: #bbbbbb;
    background: linear-gradient(90deg, #B7067E 0%, #0682B7 100%);
    color: rgba(255, 255, 255, 0.7); /* Melhor contraste com o gradiente */
    border-radius: 5px;
    outline: none; /* Remove a borda padrão ao focar */
    border: none;
    transition: all 0.3s ease-in-out;
}

.input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.input:focus {
    box-shadow: 0px 0px 5px rgba(183, 6, 126, 0.5);
}
.section-2{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 90.5)), url("/assets/images/background-gif2.gif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 600px;
	margin: 0 auto;
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    z-index: 80;
}

.section2{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 90.5)), url("/assets/images/background-gif2.gif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 1020px;
	margin: 0 auto;
    display: grid;
    justify-content: center;
}

.section3{
    background-image: url("/assets/images/background3.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    height: 600px;
	margin: 0 auto;
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.image-sec-3{
    background-image: url("/assets/images/rafaellevi-front3.png");
    background-repeat: no-repeat;
    background-size: cover; /* Para cobrir toda a área */
    border-radius: 20px;
    height: 300px;
    width: 380px;
}

.section-3{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 90.5)), url("/assets/images/background-gif.gif");
    height: 600px;
	margin: 0 auto;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
}

.section4{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 90.5)), url("/assets/images/background-gif2.gif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 750px;
	margin: 0 auto;
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    z-index: 80;
}

.section5{
    background-color: #111111;
    height: 960px;
	margin: 0 auto;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
    height: 100%;
    padding: 30px;
}

.section5-mb{
    display: none;
}

.section6{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 90.5)), url("/assets/images/background-gif2.gif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 600px;
	margin: 0 auto;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
    background-repeat: no-repeat;
    background-size: cover; /* Para cobrir toda a área */
    background-blend-mode: overlay; /* Para mesclar a imagem com o gradiente */
}

.section7{
    background-image:  url("/assets/images/background7.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
	margin: 0 auto;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
    background-repeat: no-repeat;
    background-size: cover; /* Para cobrir toda a área */
    background-blend-mode: overlay; /* Para mesclar a imagem com o gradiente */
}


.section-line{
    display: block;
    background: rgba(0, 0, 0, 0.46);
    background-image: url("/assets/images/background-line.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 100%;
    height: 152px;
    position: relative;
}

.section-line {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.46);
    background-image: url("/assets/images/background-line.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 152px;
    position: relative;
}



.line-container {
    display: flex;
    justify-content: space-around; /* Espaça os itens uniformemente */
    align-items: center;
    width: 80%; /* Limita a largura total da seção */
    max-width: 760px; /* Ajusta para telas grandes */
    text-align: center;
    font-weight: 700;
    font-family: Lato;
    font-size: 58px;
    color: rgb(255, 255, 255);
    font-style: normal;
}

.card2{
    background-image: url("/assets/images/card2.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 794px;
    height: 233px;
    margin-bottom: 50px;
}

.line-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff; /* Cor do texto */
    
}

.line-item h1 {
    font-weight: 700;
    font-family: Lato;
    font-size: 58px;
    color: rgb(255, 255, 255);
    font-style: normal;
}

.line-item p {
    font-family: Lato;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: rgb(255, 255, 255);
    position: relative;
    bottom: 45px;

}

.s2col2{
    max-width: 475px;
}

.mw-390{
    max-width: 390px;
}

.title{
    font-weight: 700;
    font-family: Lato;
    font-size: 50px;
    color: rgb(255, 255, 255);
    font-style: normal;
}

.subtitle{
    font-weight: 400;
    font-family: Lato;
    font-size: 28px;
    color: rgb(255, 255, 255);
    font-style: normal;
    max-width: 780px;
    
}

.title-evidence{
    font-weight: 700;
    font-family: Lato;
    font-size: 40px;
    color: #B7067E;
    font-style: normal;
}

.subtitle-evidence{
    font-family: Audiowide;
    font-weight: 400;
    font-size: 16px;
    color: rgb(255, 255, 255);
}

.text{
    font-family: Lato; 
    font-weight: 400; 
    font-style: normal; 
    color: rgb(255, 255, 255);
    font-size: 20px;
    max-width: 470px;
}

.text-evidence{
    font-family: Audiowide;
    font-weight: 400;
    font-size: 16px;
    color:#0682B7;

}

.custom-button {
    background: linear-gradient(#b7067e, #710038);
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    font-family: Audiowide;
    font-weight: 400;
    font-style: normal;
    padding: 15px 30px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    letter-spacing: 1px;
}


.custom-button:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    background: linear-gradient(#00b6ff, #007ae6);
}

.custom-button:active {
    transform: scale(0.98);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.custom-button2 {
    background: linear-gradient(#b7067e, #710038);
    color: #fff;
    font-size: 14px;
    font-family: Audiowide;
    font-weight: 400;
    padding: 10px 30px;
    border: none;
    border-width: 2px;
    border-radius: 7px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    letter-spacing: 1px;
    text-align: center;
}

.custom-button2:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    background: linear-gradient(#00b6ff, #007ae6);
}

.custom-button2:active {
    transform: scale(0.98);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.custom-button3 {
    background: linear-gradient(#b7067e, #710038);
    color: #fff;
    font-size: 16px;
    font-family: Audiowide;
    font-weight: bold;
    padding: 10px 30px;
    border: none;
    border-width: 2px;
    border-radius: 7px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    letter-spacing: 1px;
    text-align: center;
    height: 49px;
    width: 580px;
    margin-top: 20px;
}

.custom-button2:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    background: linear-gradient(#00b6ff, #007ae6);
}

.custom-button2:active {
    transform: scale(0.98);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.list-items li{
    font-size: 20px;
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
    color: rgb(255, 255, 255);
}

.grid-card {
    display: flex;
    justify-content: center;
    align-items: flex-start; /* Ajusta os itens no início verticalmente */
    gap: 20px; /* Espaçamento entre os cards */
    margin: 50px auto; /* Centraliza a seção na tela */
    max-width: 1200px; /* Limita a largura máxima da seção */
    flex-wrap: wrap; /* Permite ajuste responsivo */
    
}

.flex-item-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 90.5)), url("/assets/images/background-card.jpg");
    border: 2px solid #fff;
    padding: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    width: 210px;
    height: 350px;
    color: #ffffff;
}

.flex-item-1 img {
    width: 50px; /* Define o tamanho do ícone */
    height: 50px; /* Define o tamanho do ícone */
    margin-bottom: 15px; /* Espaçamento abaixo do ícone */
}

.flex-item-1 h3 {
    margin: 10px 0;
    font-size: 22px; /* Ajusta o tamanho do texto */
    line-height: 1.5; /* Aumenta o espaçamento entre linhas */
    font-family: Lato, sans-serif;
}


.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 389px);
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.card {
    width: 280px;
    height: 239px;
    background-image: url("/assets/images/Rectangle 7.png");
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    margin: auto;
}

.card h3 {
    color: #00aaff;
    margin-bottom: 10px;
}

.flex-item-1 h4 {
    line-height: 26px;
    font-family: Lato, sans-serif;
    font-size: 17px;
    color: rgb(255, 255, 255);
    font-style: normal;
    text-align: center;
}

.flex-item-1 h3:first-child {
    font-size: 18px; /* Tamanho maior para o título */
    font-weight: bold;
    color: #ffffff; /* Cor de destaque */
}

.divisor{
    height: 25px;
    background-image: url(/assets/images/gap.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.flex-item-1 div:last-child {
    margin-top: 20px;
}

.flex-item-1 button {
    background-color: #e91e63;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 400;
    transition: background-color 0.3s;
}

.flex-item-1 button:hover {
    background-color: #d01750; /* Cor ao passar o mouse */
}

.center{
    display: flex;
    text-align: center;
    justify-content: center;
}

.aligncentertxt{
    text-align: center;

}


.item-list{
    color: #fff;
    font-size: 20px;
}

.item-title {
    font-size: 20px;
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
    color: rgb(255, 255, 255);
}

.container-faq{
    width: 100%;
    max-width: 600px;
    margin: auto;
    background: linear-gradient(135deg, #ff0080, #007bff);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.faq-item {
    margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.faq-header{
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.faq-title{
    color: #fff;
    margin: 0;
    flex: 1;
    font-size: 1rem;
    text-shadow: 0px 0px 5px #ff0080, 0px 0px 10px #007bff;
}

.faq-icon{
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #ff0080, #007bff);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.2rem;
    text-shadow: 0px 0px 5px #fff;
}

.faq-answer{
    display: none;
    color: rgb(255, 255, 255);
    margin: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 15px;
    font-size: 0.9rem;
    line-height: 1.4;
    text-shadow: rgb(255, 0, 128) 0px 0px 5px;
}

.section-line-mb {
    display: none;
}

.section-main-mb {
    display: none;
}

.footer {
    color: rgb(255,255, 255);
    background: #333333;
    padding: 24px;
    font-size: 16px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-logo img {
    height: 50px;
}

.footer-copywright {
    text-align: center;
    flex: 1;
}

.footer-privacy a {
    color: rgb(255,255, 255);
    text-decoration: none;
}

.footer-privacy a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .header {
        flex-direction: column; /* Organiza os elementos verticalmente */
        justify-content: center;
        align-items: center;
        height: 100px;
        padding: 20px 10px; /* Ajusta o espaçamento geral */
        background: rgba(0, 0, 0, 0.9); /* Mantém o fundo escuro */
    }

    .grid-container {
        display: flex; /* Altera para flex no mobile */
        flex-direction: column; /* Alinha os itens em uma coluna */
        gap: 20px; /* Espaçamento entre o texto e o botão */
        width: 100%;
        text-align: center;
    }

    .scrolling-text-container {
        width: 100%; /* Ocupa toda a largura */
        font-size: 14px; /* Reduz o tamanho da fonte */
        margin: 0 auto; /* Centraliza o texto */
    }

    .scrolling-text {
        font-size: 14px;
        animation: marquee-right 10s linear infinite; /* Ajusta a velocidade */
    }

    .custom-button2 {
        width: 200px; /* Botão ocupa 70% da largura */
        padding: 12px;
        font-size: 16px;
        text-align: center;
        margin: 0 auto; /* Centraliza o botão */
    }
    .space{
        height: 150px;
    }

    .section-3 {
        max-width: 430px;
        padding: 15px;
        height: 720px;
    }

    .container-faq{
        max-width: 340px;
    }

    .section-1 {
        display: block;
        height: 100%;
        padding-top: 30px;
    }

    .s2col1{
        max-width: 300px;
        margin: 0 auto;
    }

    .s2col2{
        max-width: 400px;
        padding: 30px;
        display: grid;
    }

    .s2col1 img{
        max-width: 300px;
    }

    .section-line-mb {
        display: block;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("/assets/images/background-line-mb.jpg");
    }

    .section-4{
        height: 100%;
        padding: 30px;
    }

    .list-items{
        display: inline;
    }
    .section-2 {
        display: block;
        justify-content: center;
        height: 100%;
    }

    /* Ocultar todas as sections inicialmente */
    .section-main {
        display: none;
    }
    .section-main-mb {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        display: block;
        background-image:  url("/assets/images/background1.png");
        height: 100%;
        margin: 0 auto;
    }

    .logo-mb img{
        width: 150px;

    }

    .container-form-mb{
        display: grid;
        justify-content: center;
    }

    .text-container-mb{
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
        max-width: 90%;
        padding: 30px;
    }

    .text-container-mb h1{
        font-size: 26px;
    }
    .text-container-mb h2{
        font-size: 24px;
    }

    .text-container-mb h4{
        font-size: 18px;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .text-container-mb h3{
        font-size: 22px;
    }

    .fields{
        display: grid;
        justify-content: center;
    }

    .input { width: 300px;}

    .custom-button3-mb{
        background: linear-gradient(#b7067e, #710038);
    color: #fff;
    font-size: 11px;
    font-family: Audiowide;
    font-weight: bold;
    padding: 10px 30px;
    border: none;
    border-width: 2px;
    border-radius: 7px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    letter-spacing: 1px;
    text-align: center;
    height: 60px;
    width: 330px;
    margin-top: 20px;
    }

    .persona-img{
        width: 100%;
        vertical-align: bottom;
        height: 370px;
        position: relative;
        top: 8%;
    }

    .section-line {
        display: none;
    }

    .section2{
        height: 100%;
        padding: 10px;
    }

    .section2 div h2 {
        font-size: 28px;
    }

    .section2 div h3 {
        font-size: 22px;
    }

    .section3{
        height: 100%;
        display: grid;
        align-items: center;
        justify-content: center;

    }

    .s2col2 h1 {
        font-size: 28px;
    }

    .image-sec-3 {
        background-image: url(/assets/images/rafaellevi-front3.png);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 20px;
        height: 232px;
        width: 310px;
        margin-bottom: 30px;
    }

    .section4{
        display: grid;
        height: 100%;
    }

    .section5{
        display:none;
    }

    .section5-mb{
        display: grid;
        height: 100%;
        background-color: #111111;
        height: 960px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column nowrap;
        height: 100%;
        padding: 30px;
    }

    .card2-mb{
        background-image: url(/assets/images/card2mb.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        margin-bottom: 50px;
        padding: 10px;
        border-radius: 20px;

    }

    .card2-mb h3{
        font-size: 20px;

    }

    .divisor{
        display: none;
    }

    .section6{
        display: grid;
        height: 100%;
        padding: 20px;
    }

    .section6 h3 {
        text-align: center;
    }

    .section7{
        display: grid;
        height: 100%;
        padding: 20px;
    }

    .section7 h1{
        font-size: 32px;
    }

    .section7 h3{
        font-size: 20px;
    }

    #lastbuttom{
        width: 330px;
    }

    #lastbuttom span strong{
        font-size: 12px;
    }

    .container-form {
        display: flex
    ;
        justify-content: center;
    }

}