/* contato */

#box-erros {
    background-color: #FE2E2E;
    color: #FFF;
    padding: 20px;
    margin-top: 20px;
    border-radius: 8px;
}

.box-erros-botao-x {
    color: #fff;
    font-weight: 800;
}

#sucesso {
    margin-top: 100px;
    width: 100%;
    margin-bottom: 100px;
}

.mensagem {
    width: 50%;
    margin-left: 25%;
    text-align: center;
}

.titulo {
    width: 100%;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
}

.cad-tit {
    font-size: 25px;
    font-family: var(--fonte-normal);
    font-weight: 800;
}

.whats {
    width: 100%;
    color: #fff;
    background-color: var(--lilas);
    border: none;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
}

.whats-lk {
    color: #fff;
    background-color: var(--lilas);
    font-size: 20px;
    font-weight: 600;
}

.whats-ico {
    margin-left: 10px;
    margin-right: 20px;
}

.whats-ico img {
    width: 40px;
    height: 40px;
}

.aviso {
    position: relative;
    border: 3px solid var(--lilas);
    border-radius: 20px;
    font-size: 1.2em;
    font-family: var(--fonte-normal);
}

.aviso-tit {
    margin-top: -3px;
    background-color: var(--lilas);
    color: var(--branco);
    border-radius: 20px 20px 0 0;
}

.aviso-tit {
    background-color: var(--lilas);
    padding: 15px;
    font-weight: 500;
}

.aviso-itens {
    padding: 20px;
}

.contato-inputs {
    margin-top: 50px;
    margin-bottom: 60px;
}

.contato-linha {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-items: center;
    border-bottom: 3px solid var(--lilas);
}

.contato-icone {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.contato-input {
    font-family: var(--fonte-normal);
    font-size: 1.2em;
    width: 100%;
    border: none;
    margin-left: 20px;
}

.contato-textarea {
    font-family: var(--fonte-normal);
    font-size: 1.2em;
    width: 100%;
    border: 3px solid var(--lilas);
    border-radius: 20px;
    padding: 10px;
}

.contato-enviar {
    font-family: var(--fonte-normal);
    font-size: 1.2em;
    border: none;
    background-color: var(--lilas);
    color: var(--branco);
    padding: 20px;
    width: 200px;
    border-radius: 20px;
}

@media (max-width: 400px) {
    .bloco1 {
        width: 100%;
        padding: 10px;
        font-size: 12px;
    }

    .aviso-itens {
        padding: 10px 0 0 0;
    }

    .contato-inputs {
        width: 100%;
        padding: 10px;
    }

    .contato-enviar {
        width: 100%;
        text-align: center;
    }

    .contato-enviar {
        width: 2'00px;

    }

    #sucesso {
        margin-top: 100px;
        width: 100%;
        margin-bottom: 100px;
    }
    
    .mensagem {
        text-align: center;
        width: 80%;
        margin-left: 10%;
    }
   

}