* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;

}

body {
    background-image: url('https://image.mkt.araujo.com.br/lib/fe3311717164077c721172/m/1/FUNDO.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    /* mantém o fundo fixo ao rolar */
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-style: italic;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
    overflow-x: hidden;
}

.content-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    max-width: 1100px;
    align-items: center;
}

.text-section {
    flex: 1 1 35%;
    max-width: 400px;
}

.text-section h1 {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.4;
}

.text-section h1 span {
    color: #ff1d1d;
}

.text-section p {
    margin-top: 1rem;
    font-size: 1.1rem;
    line-height: 1.5;
}

.form-section {
    flex: 1 1 45%;
    max-width: 400px;
    background: #fff;
    color: #000;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.form-section h2 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #003087;
    margin-bottom: 1.5rem;
}

.form-control,
.form-select {
    border-radius: 8px;
    margin-bottom: 1rem;
    border: 2px solid #cdd2e0;
    padding: 0.7rem;
}

.btn-submit {
    background-color: #e40000;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    padding: 0.9rem 1.5rem;
    width: 100%;
    transition: 0.3s;
}

.btn-submit:hover {
    background-color: #b30000;
}

.form-check-label {
    font-size: 0.8rem;
    color: #333;
}

.full-banner {
    width: 100vw;
    background-color: #0056d2;
    color: #fff;
    text-align: center;
    padding: 2rem;
    margin-top: 3rem;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.full-banner span {
    color: #9bd6ff;
}

@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .text-section,
    .form-section {
        max-width: 100%;
        width: 95%;
    }

    .text-section h1 {
        font-size: 1.6rem;
    }

    .full-banner {
        font-size: 1.1rem;
        padding: 1.5rem 1rem;
    }
}

.blue {
    border: 2px solid pink;
    border-color: rgb(8, 50, 237);
}

.blue::placeholder {
    color: rgb(8, 50, 237);
    font-weight: 800;
}


.red {
    border: 2px solid red;
    border-color: red;
}

.red::placeholder {
    color: red;
    font-weight: 800;
}

.red option {
    color: red;
}

.faixa-final {
    width: 100vw;
    height: 10vh;
    /* ajuste conforme a proporção da sua imagem */
    background-image: url('https://image.mkt.araujo.com.br/lib/fe3311717164077c721172/m/1/FUNDO.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
}

.faixa-final p {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    font-style: italic;
    margin: 0;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
}

/* Responsivo */
@media (max-width: 768px) {
    .faixa-final {
        height: 80px;
        background-position: right center;
    }

    .faixa-final p {
        font-size: 1.1rem;
        padding: 0 1rem 1rem;
    }

    .responsive{
        max-width: 85%;
    }

    .responsive-logo{
        max-width: 68%;
    }
}

.select-vermelho:invalid {
    color: red;
    /* vermelho danger Bootstrap */
    font-weight: 900;
}

/* Remove estilo nativo do navegador */
.select-vermelho {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Força cor dos options */
.select-vermelho option {
    color: red;
}


.text-section {
    display: flex;
    justify-content: flex-start;
    /* Alinhado à esquerda */
    align-items: flex-start;
    flex-direction: column;
    gap: 2rem;
    /* espaço entre as imagens */
}

.text-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* mantém alinhamento das imagens */
    width: 100%;
}

.text-img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Responsivo */
@media (max-width: 768px) {
    .text-section {
        align-items: center;
        /* centraliza tudo no mobile */
        text-align: center;
    }

    .text-content {
        align-items: center;
    }

    .text-img {
        width: 90%;
    }

    .remove-img{
        display: none;
    }

}


.tarja-exclusiva {
    width: 100vw;
    background-color: #0049ab;
    /* azul forte da faixa */
    color: #fff;
    padding: 1rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    /* borda superior/ inferior bem fininha e escura, se quiser o acabamento da arte */
    border-top: 1px solid rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.tarja-texto {
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-style: italic;
    line-height: 1.3;
    margin: 0;
    color: #fff;
    font-size: clamp(1rem, 2vw + 0.5rem, 1.6rem);
    /* clamp = responsivo: menor no mobile, maior no desktop */
    text-transform: uppercase;
    letter-spacing: -0.02em;
    /* leve sombra pra dar leitura sobre azul (opcional) */
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.tarja-texto .destaque {
    color: #79bfe9;
    /* azul mais claro da palavra "AÇÃO EXCLUSIVA" */
    display: inline-block;
}

.tarja-texto .linha1,
.tarja-texto .linha2 {
    display: inline-block;
}

.linha1 {
    font-size: 38px;
}

.linha2 {
    font-size: 20px;
}

/* Ajustes finos para telas menores */
@media (max-width: 576px) {
    .tarja-exclusiva {
        padding: 0.8rem 0.75rem;
    }

    .tarja-texto {
        line-height: 1.35;
        font-size: clamp(0.9rem, 2vw + 0.5rem, 1.25rem);
    }

    .linha1 {
        font-size: 25px;
    }

    .linha2 {
        font-size: 13px;
    }
}

body {
    margin: 0; /* remove espaços que criam bordas */
    padding: 0;
   
  }
  
  .faixa-final {
    width: 100%;
    height: 150px; /* ajuste conforme necessário */
    background-image: url('https://image.mkt.araujo.com.br/lib/fe3311717164077c721172/m/1/FooterOlofote_1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    border: none;
  }