main {
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 70%, #ffffff 100%),
    url("../img/na-midia/background-main.webp");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 1rem;
    padding-top: calc(150px + 2rem);
    margin-bottom: 3rem;
}

.top-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    border-bottom: 3px solid #0000002b;
}

.top-title h1 {
    display: inline-block;
    color: var(--color-blue);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    position: relative;
}

.area-search {
    display: flex;
    align-items: center;
}
.area-search label {
    cursor: pointer;
}
.area-search svg {
    width: 50px;
    height: 50px;
    object-fit: contain;
    fill: var(--color-blue);
}

.area-search input {
    padding: 10px 1rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--color-cinza);
    border: none;
    outline: none;
    max-width: 250px;
    background-color: transparent;
}
.area-search input::placeholder {
    color: var(--color-cinza);
}
.area-search input:focus {
    background-color: #fd79403b;
}

.area-list .area-search {
    margin-bottom: 2rem;
    margin-top: 1rem;
    padding-top: 2rem;
    border-top: 3px solid #0000002b;
}

.area-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
    justify-content: center;
    margin-bottom: 5rem;
}

.area-image {
    width: 500px;
    height: 650px;
    position: relative;
    margin-left: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 1rem;
}

.img-principal {
    position: relative;
}

.swiper-wrapper a {
    display: flex;
    width: 100%;
    height: 100%;
}

.area-image img, 
.area-image iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

.swiper-pagination-bullet-active {
    background-color: #efbf83;
}

.list-posts {
    display: flex;
    flex-direction: column;
}

a.item-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    color: #000;
    border-radius: 10px;
    text-transform: uppercase;
    transition: .3s;
}

a.item-list:hover {
    background-color: var(--color-marrom);
}

a.item-list:hover p.title {
    color: #fff;
}

a.item-list p.title {
    font-weight: 600;
    color: var(--color-verde);
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.pagination button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 1rem;
    font-weight: 600;
    background-color: transparent;
    color: var(--color-cinza);
    transition: .2s;
}

.pagination button:hover,
.pagination button.active {
    color: var(--color-laranja);
}

.pagination button.arrow svg {
    width: 12px;
    fill: var(--color-cinza);
    transition: .2s;
}

.pagination button.arrow:hover svg {
    fill: var(--color-roxo);
}

.area-bottom {
    grid-column: 1 / -1;
    display: grid;
    grid-gap: 10px;
}

.area-bottom .date {
    margin-bottom: 1rem;
}

.area-bottom .date p,
.area-bottom .date span {
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-cinza);
}

.area-bottom h2.title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-cinza);
    margin-bottom: 1rem;
}

.area-bottom .area-text p,
.area-bottom .area-text {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--color-cinza);
}

.resume p {
    margin-bottom: 1rem;
}
.box-dropdown{
    position: absolute;
    z-index: 1;
    top: calc(100% + 12px);
    right: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 0;
    background-color: #fff !important;
    border: 3px solid var(--roxo);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
}
.box-dropdown a{
    display: flex;
    font-size: 16px;
    align-items: center;
    background-color: #fff;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    padding: 1rem;
    gap: 7px;
}
.box-dropdown a:nth-child(odd){
    background-color: #fff;
}
.box-dropdown a:hover{
    background-color: #DEDEDE !important;
}
.box-dropdown a svg {
    width: 30px;
    height: 25px;
}
.box-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    z-index: 100;
    max-height: 300px;
    overflow-y: auto;
}
.box-dropdown a {
    display: flex;
    gap: 10px;
    padding: 10px;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #eee;
}

.box-dropdown a:hover {
    background: #f5f5f5;
}

.box-dropdown img,
.box-dropdown iframe {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
}

.no-result {
    padding: 10px;
    text-align: center;
    color: #777;
}

/* --- BG Effect Lead --- */
.bg-effect-default.left {
    pointer-events: none;
    position: absolute;
    top: -150px;
    left: 0;
    transform: translateY(50%);
    width: 10%;
    height: 150px;
    background: #AE581E;
    background: linear-gradient(120deg, rgba(223, 166, 107, 1) 0%, rgba(174, 88, 30, 1) 100%);
    border-radius: 0 120px 120px 0;
}

.bg-effect-default.right {
    pointer-events: none;
    position: absolute;
    bottom: -150px;
    right: 0;
    transform: translateY(-50%);
    width: 10%;
    height: 150px;
    background: #AE581E;
    background: linear-gradient(120deg, rgba(174, 88, 30, 1) 0%, rgba(223, 166, 107, 1) 100%);
    border-radius: 120px 0 0 120px;
}

@media (max-width: 1600px) {
    .bg-effect-default {
        width: 70px !important;
    }
}

@media (max-width: 700px) {
    .bg-effect-default {
        display: none !important;
    }
}
/* --- END - BG Effect Lead --- */

.list-posts a.item-acompanhe {
    display: flex;
    gap: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 3px solid #0000002b;
}

.list-posts .area-image {
    aspect-ratio: 2 / 3;
    width: 100%;
    height: 100%;
    min-height: 180px;
    max-height: 180px;
}

.list-posts h4.title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--color-blue);
    margin-bottom: 10px;
}

.list-posts p.resume {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--color-cinza);
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list-posts .date p, 
.list-posts .date span {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--color-cinza);
}
.faixa {
    background-image: url("../img/acompanhe/faixa.webp");
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 160px;
    pointer-events: none;
    position: relative;
    top: -50px;
}
.area-search.mobile {
    display: none;
}
@media (max-width: 1100px) {
    .faixa {
        background-size: cover;
    }
}
@media (max-width: 1000px) {
    .area-top {
        display: flex;
        flex-direction: column;
        margin-bottom: 3rem;
    }
    .area-list {
        order: 3;
    }
    .area-search.mobile {
        display: flex;
    }
    .area-search.desktop {
        display: none;
    }
}
@media (max-width: 700px) {
    main {
        padding-top: calc(100px + 2rem);
    }
    .top-title {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem
    }
    .area-search,
    .area-search input {
        max-width: 100%;
        width: 100%;
    }
    .list-posts a.item-acompanhe {
        flex-direction: column;
        margin-bottom: 1.5rem;
    }
    .list-posts .area-image {
        aspect-ratio: 3 / 4;
        max-height: 100%;
    }
}

@media (max-width: 600px) {
    .area-image {
        width: 100%;
        height: auto;
        aspect-ratio: 3 / 4;
    }
}