.contato {
    padding: 4.33rem 0 0;
    background: url(../../assets/img/contbg.svg) no-repeat bottom left, #F1F4FB;
}

.contato .row {
    gap: 2rem 0;
}

.contato .utitle {
    color: var(--title);
    font-size: 16px;
    font-variation-settings: "wght" 700;
    line-height: 19px;
    letter-spacing: 0.024px;
    margin-bottom: 2px;
}

.contato .sectitle {
    margin-bottom: 1rem;
}

.contato .text {
    max-width: 480px;
    color: #AEAEAE;
    margin-bottom: 2.46rem;
}

.contato .conts {
    display: flex;
    flex-direction: column;
    gap: 3.46rem;
}

.contato .conts>* {
    display: flex;
    align-items: center;
    gap: 1.26rem;
}

.contato .conts>* .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    max-width: 60px;
    aspect-ratio: 1/1;
    background-color: #205BA6;
    border-radius: 50%;
}

.contato .conts>*>*:last-child {
    color: var(--title);
    font-size: 18px;
    font-variation-settings: "wght" 700;
    line-height: 21px;
    letter-spacing: 0.027px;
}

.contato .conts>* .telp,
.contato .conts>* .mailp,
.contato .conts>* .local,
.contato .conts>* .hour {
    color: #ADADAD;
    font-size: 16px;
    font-variation-settings: "wght" 400;
    line-height: 19px;
}

.contato .form {
    background: var(--white);
    box-shadow: 0px 16px 36px -8px #7090b038;
    padding: 2rem;
    transform: translateY(128px);
}

.contato .form .lb {
    color: var(--title);
    font-size: 16px;
    font-variation-settings: "wght" 450;
    line-height: 19px;
    margin-bottom: 3px;
}

.contato .form .ipts,
.contato .form .txta {
    width: 100%;
    height: 40px;
    color: var(--title);
    font-size: 14px;
    font-variation-settings: "wght" 400;
    line-height: 16px;
    letter-spacing: 0.07px;
    border: 1px solid var(--line);
    border-radius: 0;
    background: var(--white);
    padding: 0 16px;
}

.contato .form .ipts,
.contato .form .txta,
.contato .form .termo {
    margin-bottom: 1.8rem;
}

.contato .form .txta {
    height: 160px;
    resize: none;
}

.contato .form .ipts:focus-visible,
.contato .form .txta:focus-visible {
    outline: none;
}

.contato .form .ipts::placeholder,
.contato .form .txta::placeholder {
    color: #AEAEAE;
}

.contato .form .termo {
    align-items: center;
}

.contato .form .termo input {
    border-color: var(--main) !important;
}

.contato .form .tlb {
    color: #AEAEAE;
    font-size: 14px;
    font-variation-settings: "wght" 400;
    line-height: 16px;
    letter-spacing: 0.07px;
}

.contato .form input[type="submit"] {
    justify-content: center;
    text-align: center;
    width: 100%;
    border: none;
    background-color: var(--main) !important;
}

section.map {
    width: 100%;
    height: 300px;
}

section.map>div,
section.map iframe {
    width: 100% !important;
    height: 100% !important;
}


/* MEDIA QUERIES */

@media(max-width:992px) {
    .contato {
        padding: 2rem 0;
    }
    .contato .conts {
        gap: 2rem;
    }
    .contato .form {
        transform: none;
    }
}

@media(max-width:575px) {
    .contato .form {
        padding: .8rem;
    }
}


/* MEDIA QUERIES ! */