.cea-home-formulario {
    font-size: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    height: 27.125em;
}

.cea-home-formulario-apoie {
    height: 100%;
    flex: 3.5;
    background-color: #D13C35;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cea-home-formulario-apoie-content,
.cea-home-formulario-cadastro-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2em;
}

.cea-home-formulario-cadastro {
    height: 100%;
    flex: 6.5;
    background-color: #FBB81E;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cea-home-formulario-apoie-content h1,
.cea-home-formulario-cadastro-content h1 {
    margin: 0;
    color: #FFFFFF;
    font-size: 1.875em;
    font-weight: 300;
}

.cea-home-formulario-apoie-content h1 {
    width: 8.8em;
}

.cea-home-formulario-cadastro-content h1 {
    width: 11.0666em;
}

.cea-home-formulario-apoie-content h1 .destaque,
.cea-home-formulario-cadastro-content h1 .destaque {
    font-weight: bold;
}

.cea-home-formulario-apoie-content h1 .primeiro-termo,
.cea-home-formulario-cadastro-content h1 .primeiro-termo {
    display: block;
    width: 100%;
    text-align: left;
}

.cea-home-formulario-apoie-content h1 .segundo-termo,
.cea-home-formulario-cadastro-content h1 .segundo-termo {
    display: block;
    width: 100%;
    text-align: right;
}

.cea-home-formulario-saiba-como {
    width: 14.6875em;
    height: 3.9375em;
    padding: 0.4375em;
    background-image: linear-gradient(to right, #de6333 90%, transparent 90%);
}

.cea-home-formulario-saiba-como-link {
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-color: #aa1d37;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.125em;
}

.cea-home-formulario-saiba-como-link:hover {
    background-color: #8B0412;
}

.cea-home-formulario-saiba-como-link span {
    color: #fff;
}

.cea-home-formulario-saiba-como-link img {
    width: 1.25em;
}

.cea-home-formulario-boletim {
    display: flex;
    flex-direction: column;
    gap: 2.125em;
}

.cea-home-formulario-boletim .cea-home-formulario-boletim-inputs {
    display: flex;
    gap: 0.8125em;
}

.cea-home-formulario-boletim-input {
    width: 16.875em;
    height: 3.875em;
    padding: 0.3125em;
    background-color: #fccd5f;
}

.cea-home-formulario-boletim-input input {
    width: 100%;
    height: 100%;
    padding: 2px;
    border: solid 2px #aa1d37;
    background-color: transparent;
    border-radius: 0;
    color: #aa1d37 !important;
    font-weight: bold;
    text-indent: 1.25em;
    outline: none;
}

.cea-home-formulario-boletim-input input::placeholder {
    color: rgba(170, 29, 55, 0.5);
    font-weight: bold;
}

.cea-home-formulario-boletim .cea-home-formulario-boletim-inputs button {
    width: 4.1875em;
    height: 3.75em;
    background-color: transparent;
    background-image: linear-gradient(to right, #fccd5f 80%, transparent 80%);
    border: none;
    border-radius: 0;
    padding: 0.3125em;
    cursor: pointer;
}

.cea-home-formulario-boletim .cea-home-formulario-boletim-inputs button div {
    width: 100%;
    height: 100%;
    background-color: #AA1D37;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.cea-home-formulario-boletim .cea-home-formulario-boletim-inputs button:hover div {
    background-color: #8B0412;
}

.cea-home-formulario-boletim .cea-home-formulario-boletim-inputs button div img {
    width: 1.25em;
    pointer-events: none;
}

#cea-home-formulario-checkbox-accept {
    display: none;
}

.cea-home-formulario-checkbox-label {
    color: #822738;
    font-size: 0.9375em;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 0.5em;
    cursor: pointer;
    padding-left: 0.3125em;
}

.cea-home-formulario-checkbox {
    width: 0.9375em;
    height: 0.9375em;
    border: solid 2px #822738;
    padding: 0.125em;
}

#cea-home-formulario-checkbox-accept~.cea-home-formulario-checkbox-label .cea-home-formulario-checkbox div {
    width: 100%;
    height: 100%;
    background-color: #822738;
    display: none;
}

#cea-home-formulario-checkbox-accept:checked~.cea-home-formulario-checkbox-label .cea-home-formulario-checkbox div {
    display: block;
}

@media screen and (max-width: 1080px) {
    .cea-home-formulario-boletim .cea-home-formulario-boletim-inputs {
        flex-wrap: wrap;
    }

    .cea-home-formulario-cadastro {
        padding: 10px;
    }

    .cea-home-formulario-apoie {
        padding: 10px;
    }
}

@media screen and (max-width: 700px) {

    .cea-home-formulario {
        font-size: 12px;
    }

    .cea-home-formulario-apoie {
        flex: auto;
        width: 100%;
    }

    .cea-home-formulario-cadastro {
        flex: auto;
        width: 100%;
    }

    .cea-home-formulario {
        flex-direction: column;
        height: auto;
    }

    .cea-home-formulario-cadastro-content h1 {
        margin: 0 auto;
    }

    .cea-home-formulario-cadastro {
        padding: 20px 10px;
    }

    .cea-home-formulario-apoie {
        padding: 20px 10px;
    }
}