.news-content {
    border-left: 10px solid rgba(252, 185, 1);
}

.news-card-image{
    height: 10vh !important;
}

#hero{
    background-color: var(--color-primary);
    padding-top: 90px;
    padding-bottom: 60px;
}

#card-event-page{
    border-top: white;
    padding-top: 60px;
}

#card-event-page .title-news{
    width: 15rem;
    background-color: rgba(0,0,0, 0.5);
}

#card-event-page .news-content{
    height: 7vh;
}

#card-event-page h3{
    font-size: 40px;
}

#card-event-page p{
    font-size: 20px;
    color: white;
}

#navigation-card-body{
    margin-top: 48px;
}

#events-stick{
    font-weight: bold !important;
}

#next-events-stick{
    background-color: rgba(153, 77, 152, 1) !important;
}

.card-img-overlay h5{
    font-size: 2.5vw;
    color: white;
}

.default-news-mobile{
    display: none !important;
}

.text-color h1{
    color: var(--color-primary) !important;
}

.background-last-news{
    height: 300px;
}

.background-text{
    background-color: rgba(0, 0, 0, 0.6);
    border-left: 10px solid rgba(252, 185, 1);
}

.background-events{
    background-color: rgba(131, 31, 130, 0.5);
    border-left: 10px solid rgba(252, 185, 1);
    width: 20%;
}

.background-events h3{
    color: white;
    font-size: 1.5vw;
    padding-top: 5px;
}

.background-date{
    background-color: rgba(0, 0, 0, 0.6);
    border-left: 10px solid rgba(252, 185, 1);
    width: 7vw;
}

.background-date p{
    color: white;
    font-size: 1vw;
}

.description-div p{
    font-size: 1.5vw;
}

.recent-events {
    display: flex;
    margin: auto 0.5rem;
    padding-top: 100px;
}

.card-event-content:hover {
    transform: scale(1.03);
}

.recent-events article {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 30px;
    width: 55vw;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.recent-posts article:hover{
    transform: scale(1);
}

.recent-events .post-img  img{
    max-height: 100px;
    margin: -30px -30px 15px -30px;
    overflow: hidden;
}

.recent-events .post-category {
    font-size: 16px;
    color: #6f6f6f;
    margin-bottom: 10px;
}

.recent-events .title {
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px 0;
}

.recent-posts{
    margin-top: 100px !important;
    margin-bottom: 100px !important;
    background-image: none;
}

.recent-posts article{
    max-height: 600px;
    height: 100%;
}

.recent-events .title a {
    color: var(--color-default);
    transition: 0.3s;
}

.recent-events .title a:hover {
    color: var(--color-primary);
}

.recent-events .post-author-img {
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.recent-events .post-author {
    font-weight: 600;
    margin-bottom: 5px;
}

.recent-events .post-date {
    font-size: 14px;
    color: #3c3c3c;
    margin-bottom: 0;
}

.card-event-content article {
    display: flex;
    gap: 2rem;
}

.card-event-content .days {
    display: flex;
    flex-direction: column;
    margin: auto 0;
    text-align: center;
}

.card-event-content .days h3 {
    display: flex;
    font-size: 5rem;
    font-weight: bold;
    margin: -1rem 0;
    align-items: baseline;
    color: #6b6b6b;
}

#link_circuito_eficiente{
    color: rgba(123, 28, 146, 1);
}

#link_formacao{
    color: rgba(67, 67, 67, 1);
}

#link_jogos_eficientes{
    color: rgba(67, 67, 67, 1);
}

@media (max-width: 991px){

    .background-events{
        margin-top: 0;
    }

    .default-news-laptop-tablet{
        display: none !important;
    }

    .default-news-mobile{
        display: flex !important;
        padding-left: 25px;
        padding-right: 25px;
        margin-top: 100px;
        margin-bottom: -100px !important;
    }

    .description-div p{
        font-size: 3.4vw;
    }

    .background-events{
        width: 35%;
    }

    .background-events h3{
        color: white;
        font-size: 4vw;
        padding-left: 5px;
    }
}

@media (max-width: 767px){
    #hero .container{
        margin-left: 12px !important;
    }

    .news-content {
        border-left: 6px solid var(--color-yellow);
        height: 2.5vh;
        margin-bottom: 1px;
    }

    .title-news {
        background-color: rgba(111, 111, 111, 0.44);
        width: 8vw;
        display: flex;
    }

    .title-news h3 {
        color: white;
        font-size: 1.5vw;
        font-weight: 500;
        text-align: center;
        margin: auto;
    }
}

@media (max-width: 522px){
    .recent-posts{
        padding-left: 20px !important;
        padding-right: 20px !important;
        background-color: white;
    }

    .news-content {
        border-left: 6px solid var(--color-yellow);
        height: 2.5vh;
        margin-bottom: 1px;
    }

    .title-news {
        background-color: rgba(111, 111, 111, 0.44);
        width: 11vw;
        display: flex;
    }

    .title-news h3 {
        color: white;
        font-size: 2vw;
        font-weight: 500;
        text-align: center;
        margin: auto;
    }

    .default-news-mobile{
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(max-width: 425px){
    #navigation-section{
        max-height: 100rem !important;
    }
}

@media (max-width: 376px){
    .description-div p{
        font-size: 4vw;
    }

}
