main {
    background-color: #fcfcfc;
}

.downloads {
    padding-top: 85px;
    padding-bottom: 170px;
}

.c-downloads {
    margin: 0 500px;
}

.search-downloads {
    width: 100%;
    display: flex;
    gap: 32px;
}

.input-group {
    position: relative;
}

.input-group:nth-child(1) {
    width: 60%;
}

.input-group:nth-child(2) {
    width: 40%;
}

.input-group select,
.input-group input {
    border-radius: 11px;
    border: 1px solid #989898;
    background: #fff;
    height: 57px;
    padding-left: 45px;
    padding-right: 10px;
    color: #999;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    -webkit-appearance: none;
    width: 100%;
    -moz-appearance: none;
}

.input-group i {
    color: #e30613;
    font-size: 24px;
    position: absolute;
    top: 30%;
    right: 5%;
}

.input-group svg {
    position: absolute;
    top: 25%;
    right: 25px;
}

.buttons-wrapper {
    width: 100%;
    display: flex;
    gap: 24px;
    margin: 25px 0;
}

.buttons-wrapper a {
    border-radius: 5px;
    border: 1px solid #f0162b;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    color: #f0162b;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.buttons-wrapper a:hover {
    background-color: #e30613;
    color: #fff;
    transition: all 0.3s ease;
}

/* ARQUIVOS  */

.arquivo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
    min-height: 55px;
    border-bottom: 1px solid #bbb9b9;
    background: #fff;
    gap: 20px;
}

.btn-arq {
    display: flex;
    gap: 10px;
}

.view-arq {
    border-radius: 10px;
    border: 1px solid #676767;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-arq a {
    text-decoration: none;
}

.down-arq {
    width: 33px;
    height: 33px;
}

.cabecalho-arq {
    border-radius: 10px 10px 0px 0px;
    background: #eaeaea;
    height: 55px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 37px;
}

.cabecalho-arq h3 {
    color: #999;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
}

.arquivo h4 {
    color: #999;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
}

.hides {
    display: none!important;
}

/* POPUP  */

.popup {
    width: 100%;
    height: 100vh;
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #00000063;
    top: 0;
    z-index: 999999;
}

.content-popup {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 8.791px 39.296px -4.396px rgba(0, 0, 0, 0.15);
    padding: 60px;
    width: 885px;
    display: flex;
    position: relative;
    gap: 59px;
}

.img-popup {
    width: 55%;
    height: 412px;
    background-color: #EAEAEA;
    border-radius: 10px;
    padding: 30px;
}

.info-popup {
    width: 45%;
}

.img-popup img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.popup h2{
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.popup p {
    color: #9C9C9C;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    margin-top: 10px;
}

.btn-download {
    border-radius: 60px;
    border: 1px solid #E30613;
    padding: 16px 48px;
    color: #E30613;
    text-decoration: none;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
    transition: ease all .3s;
}

.btn-download:hover {
    background-color: #E30613;
    color: #fff;
    transition: ease all .3s;
}

.btn-download:hover .path-down {
    transition: ease all .3s;
    fill: #fff;
}

.close-popup {
    position: absolute;
    color: #F0162B;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    top: 15px;
}

.active {
    display: flex;
}

.popup-pdf {
}

.content-pdf {
    border-radius: 8.167px;
    background: #FFF;
    box-shadow: 0px 7.18px 32.095px -3.59px rgba(0, 0, 0, 0.15);
    padding: 42px 60px;
    width: 720px;
    position: relative;
}

.info-pdf {
    display: flex;
    gap: 50px;
}

.title-pdf h2 {
    font-size: 12px;
}

.title-pdf p {
    font-size: 9px;
}

.title-pdf {
    width: 50%;
}

.info-pdf .btn-download {
    font-size: 9px;
}

.pdf {
    border-radius: 8.167px;
    background: #EAEAEA;
    width: 100%;
    min-height: 40px;
    margin-top: 20px;
}

@media all and (max-width: 1800px) {
    .c-downloads {
        margin: 0 150px;
    }

    .content-popup {
        width: 70%;
    }
}

@media all and (max-width: 1200px) {
    .content-popup {
        width: 80%;
        min-width: auto;
    }
}

@media all and (max-width: 1021px) {
    .c-downloads {
        margin: 0 50px;
    }

    .content-popup{
        gap: 30px;
    }

    .img-popup{
        width: 50%;
    }

    .info-popup {
        width: 50%;
    }
}

@media all and (max-width: 781px) {
    .search-downloads{
        flex-direction: column;
        gap: 20px;
    }

    .search-downloads .input-group {
        width: 100%;
    }

    .content-popup {
        flex-direction: column;
        width: 85%;
        max-height: 90%;
    }

    .img-popup{
        width: 100%;
    }

    .info-popup {
        width: 100%;
    }
}

@media all and (max-width: 551px) {
    .c-downloads {
        margin: 0 20px;
    }

    .btn-arq{
        flex-direction: column;
    }

    .arquivo{
        padding: 10px 20px;
    }

    .downloads{
        padding: 50px 0;
    }

    .img-popup{
        height: 300px;
    }

    .content-popup {
        padding: 50px 30px;
    }
}

.btb-download{
    background-color: #F0162B;
}