.contato{
    background: 
    url(../../assets/img/solbg.svg) no-repeat top left, url(../../assets/img/pcontbg3.png) no-repeat 0 calc(100% - 9.86rem), url(../../assets/img/pcontbg4.png) no-repeat 100% calc(100% - 9.86rem), url(../../assets/img/pcontbg2.png) no-repeat top center, linear-gradient(to bottom,#f6f6f6bf,#f6f6f6bf) no-repeat top center, url(../../assets/img/pcontbg1.jpg) no-repeat 0 calc(100% - 9.86rem);
    background-size: auto, auto, auto, auto, 100% calc(100% - 9.86rem), 100% calc(100% - 9.86rem);
    background-blend-mode: normal, multiply, multiply, normal, normal;
    border-radius: 0px 20px 20px 0px;
    box-shadow: 0px 0px 35.5px -22px #7090b040;
    padding: 9.13rem 0 5.33rem;
}

.contato .maintitle{
    position: relative;
    text-transform: uppercase;
    color: var(--title2);
    font-family: var(--jak);
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.11px;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--line);
    padding-bottom: 20px;
}

.contato .maintitle::before{
    content: '';
    position: absolute;
    inset: auto auto -1px 0;
    width: clamp(10px,100%,300px);
    height: 2px;
    background-color: var(--title2);
}

.contato .row.r1{
    grid-gap: 10px 0;
    margin-bottom: 35px;
}

.contato .row.r1>*{
    padding: 0 5px;
}

.contato .row.r1 .box{
    border-radius: 10px;
    background-color: var(--white);
    box-shadow: 0px 0px 30.2px -8px #7090b040;
    padding: 2rem 58px 23px;
}

.contato .row.r1 .box img{
    width: 37px;
    aspect-ratio: 1/1;
    object-fit: contain;
    -o-object-fit: contain;
    margin: 0 auto 13px;
}

.contato .row.r1 .box .title{
    text-align: center;
    color: var(--title2);
    font-family: var(--jak);
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.1px;
    margin-bottom: 5px;
    border-top: 1px solid #e6e7e980;
    padding-top: 10px;
}

.contato .row.r1 .box .telp,
.contato .row.r1 .box .mailp{
    font-family: var(--jak);
    color: var(--title2);
    text-align: center;
    font-weight: 700;
    margin: 0 auto;
}

.contato .row.r2{
    grid-gap: 2rem 0;
    margin-bottom: 5.93rem;
}

.contato .row.r2>*{
    padding: 0 10px;
}

.contato .row.r2 .text{
    width: clamp(10px,100%,477px);
    color: var(--text2);
    font-family: var(--open);
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.8px;
    margin-bottom: 22px;
}

.contato .row.r2 .text strong{
    color: inherit;
}

.contato .row.r2 .mapa{
    width: 100%;
    height: 632px;
    border-radius: 10px;
    overflow: hidden;
}

.contato .row.r2 .mapa>div,
.contato .row.r2 .mapa iframe{
    width: 100% !important;
    height: 100% !important;
}

.contato .row.r2 .form{
    border: 1px solid #F1F2F4;
    border-radius: 10px;
    background-color: var(--white);
    box-shadow: 0px 7px 24.3px -5px #7090b040;
}

.contato .row.r2 .form .text{
    width: clamp(10px,100%,380px);
    color: var(--text);
    margin-bottom: 0;
    padding: 17px 19px;
}

.contato .row.r2 .form .wpcf7.js{
    border-top: 1px solid var(--line);
    padding: 27px 19px;
}

.contato .row.r2 .form .row{
    grid-gap: 23px 0;
}

.contato .row.r2 .form .row>*{
    padding: 0 4.855px;
}

.contato .row.r2 .form .label{
    color: var(--text2);
    font-family: var(--jak);
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.08px;
    margin-bottom: 7.7px;
}

.contato .row.r2 .form .ipts{
    width: 100%;
    color: var(--title);
    font-family: var(--jak);
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.08px;
    border: 1px solid #DFE0E2;
    border-radius: 10px;
    padding: 1rem;
}

.contato .row.r2 .form .ipts::placeholder{
    color: #9296A6;
}

.contato .row.r2 .form textarea{
    height: 121px;
    resize: none;
}

.contato .row.r2 .form .dbtn{
    width: 100%;
}

.contato .row.r2 .form input[type="checkbox"]{
    min-width: 15px;
    width: 15px !important;
    height: 15px !important;
    border: 1px solid var(--black) !important;
    border-radius: 4px !important;
}

.contato .row.r2 .form input[type="checkbox"]:checked{
    border-color: var(--main) !important;
}

.contato .row.r2 .form .tlb{
    color: var(--text);
}

.contato .row.r3{
    grid-gap: 20px 0;
}

.contato .row.r3>*{
    padding: 0 1px;
}

.contato .row.r3 .title{
    position: relative;
    text-transform: uppercase;
    color: var(--text2);
    font-family: var(--jak);
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0.9px;
    border-bottom: 1px solid var(--line);
    padding-bottom: 2rem;
}

.contato .row.r3 .title::before{
    content: '';
    position: absolute;
    inset: auto 0 -1px 0;
    width: clamp(10px,100%,446px);
    height: 2px;
    background-color: var(--title2);
    margin: 0 auto;
}

.contato .row.r3 .rs{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border-radius: 5px 5px 0px 0px;
    background-color: var(--white);
    box-shadow: 0px 4px 20.2px -6px #7090b040;
    padding: 50px;
}

.contato .row.r3 .rs svg{
    width: 40px;
    height: 40px;
}

.contato .row.r3 .rs svg path{
    fill: #9398a84d;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.contato .row.r3 .rs:hover svg path{
    fill: var(--main);
}

@media(max-width:1200px){
    .contato{
        background-size: 19vw, auto, auto, auto, 100% calc(100% - 9.86rem), 100% calc(100% - 9.86rem);
    }
}

@media(max-width:992px){
    .contato{
        padding: 2rem 0;
    }
    .contato .row.r2 .text{
        width: 100%;
    }
}