.library-form{
    background: url(../../assets/img/aboutusbg1.png) no-repeat top left,url(../../assets/img/noisefxx.png) repeat top left,linear-gradient(to left,#fcfcfce6,#FCFCFC 45%,#FCFCFC 100%),url(../../assets/img/paboutusbg.png) no-repeat top right/auto 874px;
    padding: 70px 0 0;
}

.library-form .row{
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    grid-gap: 2rem 0;
}

.library-form .files{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    grid-gap: 20px;
    max-height: 408px;
    overflow-y: scroll;
    padding-right: 10px;
}

.library-form .files::-webkit-scrollbar{
    width: 5px;
}

.library-form .files::-webkit-scrollbar-track{
    background: #f2F2F2;
}

.library-form .files::-webkit-scrollbar-thumb{
    background: var(--title);
    border-radius: 15px;
}

.library-form .files>*{
    position: relative;
    display: block;
    display: -webkit-block;
    width: 100%;
    border: 1px solid #E4E4E4;
    border-radius: 20px;
    background-color: #FDFDFD;
    box-shadow: 0 10px 10px #7090b01a;
    overflow: hidden;
    padding: 20px 2rem;
    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;
}

.library-form .files>*:hover{
    background-color: #D7D7D7;
}

.library-form .files>*::before{
    content: '';
    position: absolute;
    inset: 0 0 auto auto;
    width: 45px;
    aspect-ratio: 1/1;
    border-bottom-left-radius: 11px;
    background: url('data:image/svg+xml;utf8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.4425 1.24993C14.4425 0.55957 13.8828 -7.35879e-05 13.1925 -7.49366e-05L1.94246 -7.42622e-05C1.2521 -7.42622e-05 0.692457 0.55957 0.692457 1.24993C0.692457 1.94028 1.2521 2.49993 1.94246 2.49993H11.9425V12.4999C11.9425 13.1903 12.5021 13.7499 13.1925 13.7499C13.8828 13.7499 14.4425 13.1903 14.4425 12.4999L14.4425 1.24993ZM0.884766 13.5576L1.76865 14.4415L14.0763 2.13381L13.1925 1.24993L12.3086 0.366042L0.000882164 12.6737L0.884766 13.5576Z" fill="white"/></svg>') no-repeat center,#1179A3;
}

.library-form .files>* .title{
    color: var(--title);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.20;
    margin-bottom: 20px;
    letter-spacing: 1.2px;
}

.library-form .files>* .type,
.library-form .files>* .doc{
    color: var(--text);
}

.library-form .files>* .type{
    margin-bottom: 5px;
}

.library-form .files>* .doc{
    font-weight: 500;
}

.library-form .form{
    position: relative;
    border: 1px solid #e4e4e4;
    border-radius: 20px;
    background-color: #FDFDFD;
    box-shadow: 0 2px 46px #7090b026;
    padding: 33px 20px;
}

.library-form .form .ftitle{
    color: var(--title);
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}

.library-form .form .text{
    width: 100%;
    color: var(--title);
}

.library-form .form hr{
    margin: 14px 0 25px;
}

.library-form .form input[name="produto"]{
    border-style: dashed;
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.library-form .mapa{
    width: 100%;
    height: 265px;
    border: 1px solid #E4E4E4;
    border-radius: 20px;
    box-shadow: 0 2px 11.8px #7090b026;
    margin-top: -6.66rem;
    overflow: hidden;
}

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

@media(max-width:992px){
    .library-form{
        padding: 2rem 0 0;
    }
    .library-form .mapa{
        margin-top: 2rem;
    }
}