.contato header .textos {
    padding-left: 20px;
    padding-right: 20px;
}

.contato header h1 {
    margin-top: 10px;
    /* max-width: 500px; */
    max-width: 100%;
    width: 100%;
}

.textos h1 {
    font-weight: 700;
    font-size: 42px;
}

.contato header p {
    margin-top: 10px;
    max-width: 525px;
    width: 100%;
}

.contato .textos p {
    line-height: 30px;
    color: #6E7075;
}

.contato header .imagem-principal {
    margin-top: 50px;
    text-align: right;
}

.contato header .imagem-principal img {
    height: auto;
    max-width: 492px;
    width: 100%;
}

.contato .box-contato {
    border-radius: 12px;
    /* background-color: #FFF; */
    /* box-shadow: 0 20px 35px 0 rgba(42, 125, 225, 0.15); */
    /* height: 650px; */
    margin: 0px auto 0px auto;
    /* max-width: 1127px; */
    width: 100%;
}

.contato .box-contato .imagem {
    height: 618px;
    margin-top: 17px;
    max-width: 530px;
    width: 100%;
    margin-bottom: 17px;
}

.contato .box-contato .imagem img {
    height: auto;
    max-width: 530px;
    width: 100%;
}

.contato .box-contato h1 {
    color: #1C1C1D;
    font-family: 'Cabin';
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.contato .box-contato p {
    color: #6E7075;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 5px;
    max-width: 445px;
    width: 100%;
}

.contato .contato-email{
    margin-top: 10px;
}

.contato .text-right {
    text-align: right;
}




.contato .separador {
    margin-bottom: 15px;
}

.contato-form{
    margin-bottom: 30px;
}

.contato .botao-pequeno {
    font-family: Lato;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 10px;
    margin-top: 30px;
    padding: 13px 28px;
}
