@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    min-height: 100vh;
    background-color: #661b1b;
    color: #fff;
}


header {
    width: 100%;
    position: fixed;
    z-index: 1000;
    background: linear-gradient(180deg, #00000089, #ffffff00);
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
    top: 0;
    left: 0;
    height: 5vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    transition: top 0.5s ease, opacity 0.5s ease;
}

header.escondido {
    top: -5vh;
}

header h1 {
    font-size: 1rem;
}

.text-header {
    margin: 0 70px 0 0;
}

.oferta {
    margin: 0 15px 0 0;
}

header img {
    max-width: 30px;
}

#btn-vendas-header {
    max-height: 5vh;
}

#btn-vendas-header button {
    padding: 8px 24px;
    font-size: 0.7rem;
    border-radius: 5px;
    margin: 0;
}

.banner {
    height: 85vh;
    background-image: linear-gradient(to bottom, #000000b6 8%, transparent 40%),
        url("IMG/Background-do_comeco.png");
    background-size: cover;
    background-position: center 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.banner iframe {
    width: 50%;
    height: 500px;
    position: relative;
    z-index: 10;
}

.title-banner {
    width: 40%;
    text-align: center;
    font-size: 1rem;
}


.btn-vendas button {
    background: linear-gradient(90deg, #852222, #F74040);
    color: white;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 20px 64px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.7s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin: 20px 0 40px 0;
    position: relative;
    z-index: 10;
}

.btn-vendas button:hover {
    transform: scale(1.08);
}

.title-conteiner {
    height: 15vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.title-conteiner p {
    font-family: "Bebas Neue", sans-serif;
    font-style: bold;
    font-size: 13rem;
    text-shadow:
        6px 6px 0 #ffffff8f;
}

.conteiner-descricao {
    width: 50%;
    /* position: relative;
    z-index: 4; */
}

.conteiner-descricao h3 {
    font-size: 1.4rem;
    text-align: center;
}

.conteiner-tesoura {
    gap: 0;
    position: absolute;
    height: 85vh;
    /*Mesmo tamanho do banner*/
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#tesoura1 {
    margin: -3px;
    max-width: 220px;
    position: relative;
    z-index: 1;
}

#tesoura2 {
    margin: -3px;
    max-width: 210px;
    position: relative;
    z-index: 3;
}

/* modulos */
.modulos {
    height: 115vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.conteiner-modulos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.conteiner-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.conteiner-div img {
    max-width: 200px;
    margin: 30px;
    box-shadow:
        6px 6px 6px #00000076;
    transition: transform 0.6s ease;
}

.conteiner-div img:hover {
    transform: rotateY(15deg) rotateX(10deg) scale(1.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

#copy-modulos {
    width: 100%;
    text-shadow:
        3px 3px 0 #ffffff56;
}

.text-modulos {
    width: 50%;
    text-align: center;
}

/* transicao */
.imagem-com-gradiente {
    width: 100%;
    height: 45vh;
    background-image:
        linear-gradient(to top, #661b1b 8%, transparent 40%),
        linear-gradient(to bottom, #661b1b 8%, transparent 40%),
        url('IMG/peter-stumpf-i1_xsS9fBRc-unsplash.jpg');
    background-size: cover;
    background-position: center 20%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.box {
    border: 1px solid white;
    padding: 20px;
    width: 400px;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
}

.icon {
    margin-bottom: 15px;
    left: 20px;
    width: 30px;
    height: 30px;
    background: linear-gradient(90deg, #852222, #F74040);
    transform: rotate(45deg);
}

.box h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.box p {
    margin: 0;
    font-size: 0.95rem;
    font-style: bold;
    color: #bfbfbf;
}

/* relatos */
.relatos {
    height: 90vh;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
}

.text-copy-relatos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.text-copy-relatos p {
    font-family: "Bebas Neue", sans-serif;
    font-style: bold center;
    font-size: 7rem;
    text-shadow:
        6px 6px 0 #ffffff8f;
}

.text-copy-relatos h3 {
    width: 70%;
    text-align: center;
    font-size: 1.5rem;
    margin-top: -2%;
}

.container-relatos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2 colunas fixas */
    gap: 30px;
    width: 60%;
    margin-top: 30px;
}

.text-relatos {
    background-color: #2c0c0c;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    width: 90%;
}

.text-relatos h3 {
    margin: 0;
    font-size: 1.3rem;
    font-weight: normal;
}

.usuario {
    font-size: 22px;
    font-weight: bold;
    margin: 5px 0;
}

.descricao-relatos {
    font-size: 14px;
    color: #ccc;
}


/* card pagamento */
.card-pagamento {
    background-image: url("IMG/background_do_final.png");
    background-size: cover;
    background-position: center 20%;
    height: 95vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    gap: 40px;
}

.conteiner-card-pagamento {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-top: -6%;
}

.title-conteiner-card {
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-conteiner-card p {
    font-family: "Bebas Neue", sans-serif;
    font-style: bold;
    font-size: 7rem;
    text-shadow:
        6px 6px 0 #ffffff8f;
}

#btn-card-pagamento {
    margin-top: -100px;
}

.card-pagamento img {
    max-width: 400px;
}

/* duvidas */
.duvidas {
    height: 105vh;
    background-color: #202c2c;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.title-conteiner-duvidas {
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-conteiner-duvidas p {
    font-family: "Bebas Neue", sans-serif;
    font-style: bold;
    margin-top: 5px;
    font-size: 7rem;
    text-shadow:
        6px 6px 0 #ffffff8f;
}

.btn-zap button {
    background: linear-gradient(90deg, #00bf63, #00605b);
    color: white;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 16px 48px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.7s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.final-site {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.title-footer {
    font-size: 0.8rem;
}

/* perguntas e respostas */
.text-duvidas-conteiner {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 20vh;
    /*Atencao nessa parte ao adicionar novos elementos*/
    gap: 20px;
}

.conteiner-geral-duvidas {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    margin-top: -5%;
}

.number {
    font-family: "Bebas Neue", sans-serif;
    font-style: bold;
    font-size: 8rem;
    text-shadow:
        6px 6px 0 #ffffff8f;
}

.pergunta-resposta {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.pergunta {
    font-family: "Bebas Neue", sans-serif;
    font-style: bold;
    font-size: 3rem;
}

.resposta {
    font-size: 1.5rem;
    margin-top: -45px;
}