header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 0 2rem; */
    /* margin: 2rem 0; */
}

header > * {
    margin: 0 0.5rem;
    padding: 1rem;
}

header .contents-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    background-color: var(--light-gray);
    position: fixed;
    top: 5rem;
    transition: top 0.3s;
    z-index: 19;
}

header .contents-menu .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

header .contents-menu ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style: none;
    width: 64%;
    /* margin: 1rem; */
}

header .contents-menu ul li {
    font-size: 1rem;
    font-weight: 500;
    margin: 1rem auto;
}

header .contents-menu ul li a {
    text-decoration: none;
    color: var(--dark);

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

header .contents-menu ul li a img {
    height: 1.5rem;
    margin-right: 1rem;
}

header .contents-menu ul li a:hover {
    text-decoration: underline;
}

.search-container {
    width: 36%;
    margin: 0 auto;

    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

input#search-bar {
    margin: 0 auto;
    width: 70%;
    height: 45px;
    padding: 0 20px;
    font-size: 1rem;
    border: 1px solid var(--border);
    outline: none;
    border-radius: 30rem;
}

input#search-bar:focus {
    border: 1px solid var(--primary);
    transition: 0.35s ease;
    color: var(--primary);
}

input#search-bar:focus::-webkit-input-placeholder {
    transition: opacity 0.45s ease;
    opacity: 0;
}

input#search-bar:focus::-moz-placeholder {
    transition: opacity 0.45s ease;
    opacity: 0;
}

input#search-bar:focus:-ms-placeholder {
    transition: opacity 0.45s ease;
    opacity: 0;
}

.search-container button {
    width: 2rem;
    min-width: initial;
    height: 2rem;
    background: none;
    padding: 0;
    margin: 0;
    min-height: none;
    border: none;
    border-radius: none;
    top: 55%;
    right: 20%;
    transform: translate(0%, -50%);
    position: absolute;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.search-container button i {
    font-size: 1rem;
    color: var(--dark);
}

.search-container button:hover {
    opacity: 0.6;
}

header .header-main {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 2rem 0;
    width: 100%;
    padding: 10rem 2rem 0;
}

header .header-main > * {
    margin: 1rem 2rem;
}

header .destaque {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    cursor: pointer;

    transition: 0.3s ease-in-out;
}

header .destaque:hover {
    opacity: 0.6;
}

header .destaque img {
    height: 18rem;
    width: 100%;
    object-fit: cover;
    margin-bottom: 1rem;
}

header .destaque span.item_type {
    font-weight: 400;
    text-transform: uppercase;
}

header .destaque span:last-child {
    font-weight: 600;
    color: var(--dark);
}

header .whats-next {
    width: 30%;
}

header .whats-next h1 {
    color: var(--primary);
}

header .whats-next .link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 2rem 0;
    position: relative;
    width: 100%;
}

header .whats-next .link span {
    text-transform: uppercase;
}

header .whats-next .link a {
    text-decoration: none;
    color: var(--dark);
    font-size: 1.2rem;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}

header .whats-next .link a::after {
    content: "";
    border-bottom: 1px solid var(--dark);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

header .whats-next .link a:hover {
    opacity: 0.6;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 2rem 0;
}

main .newsletter {
    background-color: var(--primary);
    width: 100%;
    padding: 4rem 0;

    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

main .newsletter h1 {
    max-width: 28rem;
    width: 100%;
    color: var(--white);
}

main .newsletter .form {
    width: 100%;
    max-width: 20rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

main .newsletter .form > * {
    width: 100%;
    margin: .5rem;
}

main .newsletter .form input {
    padding: 0.6rem 2rem;
    border: none;
    background-color: var(--white);
    border-radius: 30rem;
    transition: 0.3s ease-in-out;
    min-width: 9rem;
    color: var(--dark);
    outline: none;
}

main .newsletter .form button {
    padding: 0.6rem 2rem;
    border: 1px solid var(--dark);
    background-color: var(--dark);
    border-radius: 30rem;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    color: var(--white);
    width: 100%;
    max-width: 9rem;
}

main .newsletter .form button:hover {
    transform: scale(1.05);
}

main section#contents {
    padding-top: 6rem;
}

main section.podcast {
    width: 100%;
    padding: 4rem 2rem;
    background-color: var(--gray);

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

main section.podcast > * {
    margin: 1rem;
}

main section.podcast .banner {
    width: 100%;
    max-width: 20rem;
}

main section.podcast .banner img {
    width: 100%;
}

main section.podcast .text {
    width: 100%;
    max-width: 25rem;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

main section.podcast .text .title {
    font-size: 1.5rem;
    color: var(--dark);
}

main section.podcast .text > * {
    margin: 0.5rem 0;
}

main section.podcast .text ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

main section.podcast .text ul li:not(first-child) {
    margin-right: 0.5rem;
}

main section.podcast .text ul li a {
    text-decoration: none;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

main section.podcast .text ul li a img, main section.podcast .text ul li a i {
    margin-right: 0.5rem;
}

main section.podcast .text ul li a:hover {
    text-decoration: underline;
}

main section.podcast .text ul li a img {
    height: 1rem;
}

section > .container > h1 {
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--dark);
    margin: 1rem;
    text-align: left;
    text-transform: uppercase;
}

section > .container .cards-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;

    width: 100%;
    margin: 1rem 0;
    max-width: 1104px;
}

section > .container .cards-container > .card {
    max-width: 20rem;
    width: 100%;
    margin: 1.5rem;
    padding: 0;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

    cursor: pointer;

    border-radius: 0.8rem;
    min-height: 25rem;

    transition: 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
    section > .container .cards-container > .card:hover {
        transform: scale(1.05);
    }
}

section > .container .cards-container > .card img {
    width: 100%;
}

section > .container .cards-container > .card h1 {
    margin: 1rem;
    color: var(--primary);
    font-weight: 400;
}

section > .container .cards-container > .card p {
    text-align: center;
    color: var(--primary-text);
    max-width: 14rem;
    width: 100%;
}

section > .container .cards-container .card h3.category {
    padding: 1rem 0 0.5rem 0;
    color: var(--primary-text);
    font-weight: 400;
}

section > .container .cards-container .card p.title {
    padding: 0;
    text-align: left;
    color: var(--dark);
    font-weight: 500;
    font-size: 1.3rem;
    max-width: 100%;
}

section > .container .cards-container .card span.date {
    font-size: 0.8rem;
    color: var(--primary-text);

    padding: 0.5rem 0;
    text-align: left;
    font-weight: 500;
    max-width: 100%;
}

section > .container .podcast-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 100%;
    margin: 1rem 0;
    color: var(--dark);
}

section > .container .podcast-cards .podcast-card {
    max-width: 45rem;
    width: 100%;
    margin: 1rem;
    padding: 2rem 1rem;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

    cursor: pointer;

    border-radius: 0.8rem;

    transition: 0.3s ease-in-out;
}

section > .container .podcast-cards .podcast-card span.episode {
    color: var(--contents-h1);
}

section > .container .podcast-cards .podcast-card .title {
    font-size: 1.3rem;
    font-weight: 600;
}

section > .container .podcast-cards .podcast-card span.body {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

section > .container .navigation {
    margin: 2rem 0;
    max-width: 1104px;

    display: flex;
    justify-content: flex-start;
    align-items: center;
}

section > .container .navigation a, section > .container .navigation span {
    margin: 1rem;
}

section > .container .navigation i {
    font-size: 1.3rem;
}

section > .container .navigation i {
    font-size: 1.5rem;
    opacity: 0.6;
}

section > .container .navigation a i {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

section > .container .navigation a i:hover {
    opacity: 0.6;
}

@media (hover: hover) and (pointer: fine) {
    section > .container .podcast-cards .podcast-card:hover {
        transform: scale(1.05);
    }
}

@media only screen and (max-width: 1440px) {
    header .contents-menu ul {
        width: 100%;
        max-width: 52rem;
        justify-content: space-between;
    }

    header .contents-menu ul li {
        font-size: 1rem;
        font-weight: 500;
        margin: 1rem 0.25rem;
    }

    .search-container {
        width: 100%;
        max-width: 30rem;
        margin: 1rem 2rem;
    }
}

@media only screen and (max-width: 1024px) {
    header .contents-menu ul {
        width: 100%;
        max-width: initial;
        justify-content: space-between;
        margin: 1rem 2rem;
    }

    header .contents-menu ul li {
        font-size: 1rem;
        font-weight: 500;
        margin: 1rem 0;
    }

    .search-container {
        width: 100%;
        max-width: initial;
        margin: 1rem 2rem;
    }
}

main .suggestions {
    width: 100%;
    max-width: 1200px;
    padding: 2rem;
}

main .suggestions .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 2rem;
}

main .suggestions h1 {
    color: var(--primary);
    text-align: left;
    margin: 1rem;
    margin-left: 1.7rem;
}

main .latest-highlights h1 {
    color: var(--dark);
    font-size: 1.6rem;
    font-weight: 500;
    text-align: left;
    margin-bottom: 2rem;
    margin-left: 4%;
}

main .suggestion {
    width: 100%;
    max-width: 20rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    cursor: pointer;

    transition: 0.3s ease-in-out;
    margin: 1rem auto;
}

main .latest-highlights {
    width: 100%;

    transition: 0.3s ease-in-out;
    margin: 1rem auto;

    background-color: var(--gray);
    padding: 4rem 2rem;
}

.slick-next, .slick-prev {
    width: initial !important;
    height: initial !important;
}

.slick-next:before, .slick-prev:before {
    color: var(--primary) !important;
    font-size: 2rem !important;
    opacity: 1 !important;
    -webkit-text-stroke-width: 2px !important;
    -webkit-text-stroke-color: var(--primary) !important;
}

main .suggestion:hover {
    opacity: 0.6;
}

main .suggestion img {
    width: 100%;
    height: 13rem;
    object-fit: cover;
    margin-bottom: 0.5rem;
}

main .suggestion span.item_type {
    font-weight: 400;
    text-transform: uppercase;
}

main .suggestion span:last-child {
    font-weight: 600;
    color: var(--dark);
}

main .banner {
    width: 100%;
    margin-top: 1rem;
    padding: 1rem;
}

main .banner img {
    width: 100%;
    transition: 0.3s ease-in-out;
}

main .banner img:hover {
    opacity: 0.6;
}

@media only screen and (max-width: 768px) {
    header .contents-menu {
        padding: 1rem 0.5rem;
    }

    header .contents-menu ul {
        justify-content: space-between;
        margin: 1rem 0;
    }

    header .contents-menu ul li a span {
        display: none;
    }

    header .contents-menu ul li {
        margin: 0.5rem 0.25rem;
    }

    header .contents-menu ul li a img {
        height: 2rem;
        margin-right: 0.5rem;
    }

    header .header-main {
        padding: 0 1rem;
        flex-direction: column;
        padding-top: 8rem;
    }

    header .header-main > * {
        margin: 2rem 0rem;
        width: 100%;
    }

    header .destaque img {
        width: 100%;
        height: initial;
        margin-bottom: 1rem;
    }

    header .header-main .whats-next h1 {
        text-align: center;
    }

    main .newsletter {
        padding: 4rem 1rem;
    }

    main .newsletter h1 {
        text-align: center;
        margin-bottom: 1rem;
    }

    main .newsletter .form > * {
        width: 100%;
    }


    main .newsletter .form button {
        max-width: initial;
    }

    .search-container {
        max-width: initial;
    }

    section > .container .cards-container > .card {
        min-height: initial;
    }

    section > .container .navigation {
        justify-content: center;
    }
}