@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

.portal-de-relacionamento .content {
    display: flex;
    justify-content: center;
    gap: 10rem;
    padding: 0 0 4rem 0;
}

@media(max-width: 1050px) {
    .portal-de-relacionamento .content {
        flex-direction: column;
        gap: 5rem;
    }
}

.portal-de-relacionamento .content .left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 60%;
}

@media(max-width: 1050px) {
    .portal-de-relacionamento .content .left {
        width: 100%;
        max-width: 100%;
    }
}

.portal-de-relacionamento .content .left h6 {
    color: #0a6484;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
    text-transform: uppercase;
    text-align: left;
}

@media(max-width: 1050px) {
    .portal-de-relacionamento .content .left h6 {
        text-align: center;
    }
}

.portal-de-relacionamento .content .left span {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.portal-de-relacionamento .content .left p {
    color: #595959;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5rem;
    text-align: left;
}

@media(max-width: 1050px) {
    .portal-de-relacionamento .content .left p {
        text-align: center;
    }
}

.portal-de-relacionamento .content .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 40%;
}

@media(max-width: 1050px) {
    .portal-de-relacionamento .content .right {
        width: 100%;
        max-width: 100%;
    }
}

.portal-de-relacionamento .content .right a.representative-access,
.portal-de-relacionamento .content .right button {
    display: flex;
    padding: 2rem 5rem;
    justify-content: center;
    align-items: center;
    width: 42rem;
    white-space: nowrap;
    background: #0a6484;
    border: 1px solid #0a6484;
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: all .2s ease;
}

@media(max-width: 500px) {
    .portal-de-relacionamento .content .right a.representative-access,
    .portal-de-relacionamento .content .right button {
        width: 100%;
    }
}

.portal-de-relacionamento .content .right a.representative-access:hover,
.portal-de-relacionamento .content .right button:hover {
    background: #FFF;
    color: #0a6484;
}

.download-card {
    position: relative;
    width: 42rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 2rem;
    box-shadow: 0 5px 20px #00000025;
}

@media(max-width: 500px) {
    .download-card {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }
}

.download-card .badges {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.download-card .badges h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6rem;
    color: #0a6484;
    margin: 0 !important;
    text-align: left !important;
}


@media(max-width: 500px) {
    .download-card .badges h3 {
        text-align: center !important;
    }
}

.download-card .badges span {
    display: flex;
    gap: 0.5rem;
}

.download-card .badges span a {
    transition: all .1s ease;
}

.download-card .badges span a:hover {
    filter: brightness(85%);
}

.download-card .badges span img {
    width: 13rem;
}

.download-card .qr-code img {
    width: 8rem;
}

/* AVISOS */

.background-overlay_modal-avisos {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100vh;
    background: #00000075;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
}

.modal-avisos {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding: 2.5rem;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px #00000050;
}

.modal-avisos h5 {
    color: #0a6484;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 !important;
}

.modal-avisos .close-btn {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    padding: 0 !important;
    background: none;
    border: none;
    cursor: pointer;
    transition: all .2s ease;
}

.modal-avisos .close-btn:hover {
    opacity: 0.6;
}

.modal-avisos .close-btn img {
    width: 2.5rem;
}

.modal-avisos .cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    overflow-y: auto;
}

.modal-avisos .cards .card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border: 1px solid #D9D9D9;
    background: #F4F2F2;
    box-shadow: 8px 8px 20px 0px #0000001a;
    padding: 1.75rem;
    width: 60rem;
}

@media (max-width: 991px) {
    .modal-avisos .cards .card {
        width: 100%;
    }
}

.modal-avisos .cards .card span {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.modal-avisos .cards .card span h6 {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 !important;
}

.modal-avisos .cards .card p {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0 !important;
}
