.contato {
    padding: 4.93rem 0 0;
    background: url(../../assets/img/contbg.svg) no-repeat bottom center;
    background-color: #F7F7F7;
}

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

.contato .sectitle {
    margin-bottom: 18px;
}

.contato .text {
    max-width: 480px;
    margin-bottom: 2rem;
}

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

.contato .conts>* {
    display: flex;
    align-items: start;
    gap: 19px;
}

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

.contato .conts>*>*:last-child {
    color: var(--black);
    font-family: var(--raj);
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0.027px;
}

.contato .conts>* .telp,
.contato .conts>* .mailp,
.contato .conts>* .local {
    color: var(--text);
    font-family: var(--raj);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.contato .conts>* .local {
    max-width: 280px;
}

.contato .form {
    position: relative;
    background-color: var(--white);
    box-shadow: 0px 16px 36px -8px #7090b038;
    padding: 2.13rem;
    margin-bottom: -8.46rem;
}

.contato .form .lb {
    color: var(--black);
    font-family: var(--raj);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 5px;
}

.contato .form .ipts {
    width: 100%;
    height: 46px;
    color: var(--title);
    font-family: var(--raj);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 0 1rem;
    border: 1px solid #7A7A7A;
    background-color: var(--white);
    margin-bottom: 21px;
}

.contato .form .txta {
    width: 100%;
    height: 157px;
    color: var(--title);
    font-family: var(--raj);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 1rem;
    border: 1px solid #7A7A7A;
    background-color: var(--white);
    margin-bottom: 21px;
    resize: none;
}

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

.contato .form .ipts::placeholder,
.contato .form .txta::placeholder {
    color: var(--text);
}

.contato .form .termo {
    margin-bottom: 2rem;
}

.contato .form .tlb {
    color: var(--text);
    font-family: var(--raj);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.07px;
}

.contato .form .send {
    cursor: pointer;
    width: 100%;
    justify-content: center;
}

.contato .form input[type="submit"] {
    color: var(--white);
    font-family: var(--raj);
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0.027px;
    background: none;
    border: none;
    padding: 0;
}

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 .form {
        margin-bottom: 0;
    }
}

@media(max-width:768px) {}

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

@media(max-width:425px) {}

@media(max-width:375px) {}


/*  MEDIA QUERIES ! */