@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

body {
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 1000px;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;

    font-family: "Montserrat", sans-serif;
    background-color: #661b1b;
    color: #fff;

    /* position: relative; */
}


header {
    width: 100%;
    height: 55px;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: top 0.5s ease, opacity 0.5s ease;

    /* background: linear-gradient(180deg, #00000089, #ffffff00); */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
}

header.escondido {
    top: -55px;
}

header h1 {
    font-size: 16px;
}

/* .text-header {
    margin: 0 0px 0 0;
} */

.oferta {
    margin: 0 5px 0 0;
}

header img {
    max-width: 30px;
}

#btn-vendas-header {
    max-height: 55px;
}

#btn-vendas-header button {
    padding: 8px 24px;
    font-size: 10px;
    border-radius: 5px;
    margin: 0;
}

.background-comeco{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(to bottom, #000000b6 8%, transparent 40%), linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #661b1b 65%), 
        url("IMG/Background-do_comeco.png");
    background-size: cover;
    background-position: center 100%;
    background-repeat: no-repeat;
    z-index: -1;
}

/* .background-comeco{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1000px;
    background-image: linear-gradient(to bottom, #000000b6 8%, transparent 40%),
        url("IMG/Background-do_comeco.png");
    background-size: cover;
    background-position: center 100%;
    background-repeat: no-repeat;
    z-index: -1;
} */

.banner {
    height: 1000px;
    margin: 50px 0;
    color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.banner iframe {
    width: 800px;
    height: 450px;
}

.title-banner {
    text-align: center;
    font-size: 16px;
    width: 900px;
}


.btn-vendas button {
    background: linear-gradient(90deg, #852222, #F74040);
    color: white;
    font-weight: bold;
    font-size: 18px;
    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: 160px;
    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: 250px;
    text-shadow:
        6px 6px 0 #ffffff8f;
}

.conteiner-tesoura {
    gap: 0;
    position: absolute;
    margin-top: 570px;
    /*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 {
    margin-top: 100px;
    height: 1100px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.conteiner-descricao h3 {
    font-size: 22px;
    text-align: center;
}

.conteiner-modulos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.conteiner-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.conteiner-div img {
    max-width: 250px;
    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);
}

/* transicao */
.imagem-com-gradiente {
    /* width: 100%; */
    height: 350px;
    /* 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: 22px;
}

.box p {
    margin: 0;
    font-size: 15px;
    font-style: bold;
    color: #bfbfbf;
}

/* relatos */
.relatos {
    height: 1000px;
    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: 88px;
    text-shadow:
        6px 6px 0 #ffffff8f;
}

.text-copy-relatos h3 {
    text-align: center;
    font-size: 26px;
    margin-top: -30px;
}

.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: 22px;
    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: 1200px;
    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: -60px;
}

.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: 88px;
    text-shadow:
        6px 6px 0 #ffffff8f;
}

#btn-card-pagamento {
    margin-top: -100px;
}

.card-pagamento img {
    max-width: 400px;
}

/* duvidas */
.duvidas {
    height: 1030px;
    /* background-color: #202c2c; */
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
    margin-top: 200px;
}

.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: 128px;
    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: 12px;
}

/* perguntas e respostas */
.text-duvidas-conteiner {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 250px;
    /*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: -50px;
}

.number {
    font-family: "Bebas Neue", sans-serif;
    font-style: bold;
    font-size: 136px;
    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: 48px;
}

.resposta {
    font-size: 26px;
    margin-top: -45px;
}