.contato{
    position: relative;
    padding: 98px 0 60px;
}

/* .contato .container{
    position: relative;
} */

.contato .container>.row{
    flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    /* grid-gap: 2rem 0; */
}

.contato .container>.row>*{
    padding: 0 1.5rem;
}

.contato .conts{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    grid-gap: 19px;
    height: 100%;
}

.contato .conts>*{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 1rem 18px;
    border-radius: 14px;
    background-color: var(--white);
    box-shadow: 0 8px 30px #00000066;
    padding: 17px 1rem 1rem;
}

.contato .conts>* img{
    min-width: 31px;
    max-width: 31px;
    aspect-ratio: 1/1;
}

.contato .sectitle,
.contato .text{
    padding-left: 39px;
}

.contato .sectitle{
    font-size: 30px;
    line-height: 1.06;
}

.contato .text{
    margin-top: 8px;
}

.contato .form{
    width: 100%;
    border-radius: 23px;
    background-color: var(--white);
    box-shadow: 0 8px 30px #00000066;
    padding: 19px 24px 27px;
    margin-top: 28px;
}

.contato .form .row{
    margin: 0 -12px;
}

.contato .form textarea{
    border: 2px solid #676767;
}

.contato .form .tlb{
    line-height: 1.33;
}

.contato .form .dbtn{
    text-transform: none;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    grid-gap: 1rem;
}

.contato .form .dbtn::before{
    content: url('data:image/svg+xml;utf8,<svg width="39" height="15" viewBox="0 0 39 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 7.48438H37.061" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/><path d="M30.1094 14.4362L37.0614 7.48425L30.1094 0.53125" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/></svg>');
}

.contato .img{
    position: absolute;
    z-index: -1;
    inset: 0 auto auto 0;
    width: 46vw;
    height: 100%;
}

.contato .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: top right;
    -o-object-position: top right;
    filter: drop-shadow(0 3px 30px #00000066);
    -webkit-filter: drop-shadow(0 3px 30px #00000066);
    -ms-filter: drop-shadow(0 3px 30px #00000066);
}

@media(max-width:992px){
    .contato{
        padding: 2rem 0;
    }
    .contato .sectitle,
    .contato .text{
        padding-left: 0;
    }
    .contato .conts{
        height: fit-content;
        margin-top: 2rem;
    }
    .contato .conts.main{
        display: none;
        display: -webkit-none;
    }
    .contato .img{
        position: initial;
        width: 100%;
        margin-top: 2rem;
    }
    .contato .img img{
        border-radius: 30px;
    }
}

@media(max-width:768px){
    .contato .container>.row>*{
        padding: 0 12px;
    }
}

@media(max-width:575px){
    .contato .conts>*{
        flex-direction: column;
        -ms-flex-direction: column;
        text-align: center;
    }
}
