.contato{
    position: relative;
    background: url(../../assets/img/contbgg.svg) no-repeat bottom center;
    padding: 3.33rem 0 0;
}

.contato .container>.row{
    grid-gap: 2rem 0;
}

.contato .sectitle{
    width: clamp(10px,100%,593px);
    margin: 0 0 -13px 1rem;
}

.contato .sectitle::after{
    -webkit-text-stroke: 1px #ffffff42;
}

.contato .box{
    background: url(../../assets/img/contactbg.svg) no-repeat center,#F4F4F4;
    padding: 3.4rem 2rem 0 3rem;
}

.contato .box>.row{
    grid-gap: 2rem 0;
    margin: 0;
}

.contato .box>.row>*{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.contato:has(.form) .box>.row>*:first-child{
    padding-bottom: 4rem;
}

.contato .box .form .row{
    grid-gap: 21px 0;
}

.contato .box .form .ipts{
    width: 100%;
    color: var(--footer2);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    border: none;
    border-bottom: 2px solid var(--line);
    border-radius: 5px;
    background-color: var(--white);
    padding: 1rem;
}

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

.contato .box .form textarea{
    height: 105px;
    resize: none;
}

.contato .box .form input[type="checkbox"]{
    border-color: #667B8F !important;
}

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

.contato .box .form .dbtn{
    width: 100%;
    background: transparent;
}

.contato .box .form .dbtn:hover{
    background: var(--main);
}

.contato .box .text{
    margin-bottom: 2rem;
}

.contato .box>.row img{
    width: clamp(10px,100%,462px);
    margin: -34% auto 0;
}

.contato .bx{
    position: relative;
    z-index: 1;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    grid-gap: 10px;
    width: 100%;
    height: 100%;
    border: 1px solid var(--line);
    border-radius: 5px;
    background-color: var(--white);
    padding: 12px;
}

.contato .bx .icon{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    min-width: 64px;
    max-width: 64px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: var(--blue);
}

.contato .bx>*:last-child{
    color: #292929;
    font-family: var(--int);
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.08px; 
}

.contato .bx .telp,
.contato .bx .mailp,
.contato .bx .local{
    color: var(--text);
    font-family: var(--rob);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.contato .mapa{
    position: relative;
    z-index: -1;
    width: 100%;
    height: 300px;
/*     margin-top: -28px; */
	margin-top: 2rem;
}

.contato .mapa>div,
.contato .mapa iframe{
    width: 100% !important;
    height: 100% !important;
}

/* MEDIA QUERIES */

@media(max-width:992px){
    .contato{
        padding: 2rem 0;
    }
    .contato .sectitle{
        margin: 0 0 2rem 0;
    }
    .contato .box{
        padding: 1rem;
    }
    .contato .box>.row>*:first-child{
        padding-bottom: 0;
    }
    .contato .box>.row img{
        margin: 0 auto;
    }
    .contato .bx{
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }
}

@media(max-width:768px){
    .contato .sectitle::before{
        background: var(--main);
    }
}

/* MEDIA QUERIES ! */