.img-contato {
    /* height: 540px; */
    object-fit: cover;
    margin-bottom: 30px;
    border-radius: 30px;
}

.polos-sections h3 {
    font-weight: 800;
    font-size: 40px;
    line-height: 140%;
    vertical-align: middle;
    color: #004069;
}

.cab-contato {
    padding: 20px 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

.cor-contato-1 {
    background-color: #004069;
}

.cor-contato-2 {
    background-color: #3189BF;
}

.cor-contato-3 {
    background-color: #F58220;
}

#contato h1 {
    font-weight: 800;
    font-size: 40px;
    line-height: 140%;
    color: #004069;
    margin-bottom: 30px;
}

.card-contato {
    box-shadow: 3px 4px 4px 0px #00000014;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-contato a {
    color: #585757;
}

.card-contato p {
    color: #585757;
    font-size: 24px;
    line-height: 150%;
}

.card-contato .info-card-contato {
    padding: 24px;
    min-height: 192px;
    flex: 1;
    height: 100%;
}

.card-contato .text-card-cont {
    font-weight: 500;
    font-size: 22px;
    line-height: 160%;
    color: #004069;
}

.info-card-contato a {
    font-weight: 400;
    font-size: 21px;
    line-height: 160%;
    gap: 10px;
    display: flex;
    text-decoration: underline;
    word-break: break-word;
    align-items: flex-start;
}

#form-contato {
    background: linear-gradient(90deg, #E1F0FA 40.5%, #FFFFFF 100%);
    padding: 50px 0;
}

.form-contato {
    box-shadow: 4px 4px 4px 0px #0000001F;
    background-color: #fff;
    padding: 40px;
    border-radius: 35px;
    color: #004069;
}

.form-contato .form-control {
    font-weight: 700;
    font-size: 18px;
    color: #004069 !important;
    line-height: 100%;
    height: 72px;
    border: 1px solid #004069;
    border-radius: 0;
}

.form-contato textarea {
    height: auto !important;
    padding: 20px;
}

.btn-enviar-form {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    background: #F58220;
    color: #fff;
    padding: 16px;
    border-radius: 38px;
}

.btn-enviar-form:hover {
    background: #004069;
    color: #fff;
}
