* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: "Montserrat";
    font-optical-sizing: auto;
    text-align: justify;
}

body {
    background-color: ghostwhite;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    animation: fadeIn 0.5s ease;
}

.header-container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}
.dropdown-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    border: none;
    background-color: #E30613;
}
.dropdown-menu{
    display: none;
    align-items: center;
    flex-direction: column;
    position: absolute;
    background-color: #DDDDDD;
    width: 16rem;
    height: 30rem;
    border: #9A1915 solid 0.2rem;
}
.dropdown-item{
    color: #9A1915;
    text-decoration: none;
    font-size: 1.3rem;
    width: 100%;
    display: flex;
    justify-content: center;    
    align-items: center;
    height: 12%;
}
.dropdown-item:hover{
    background-color: #817c7c;
    color: #681413;
    text-decoration: none;
    transition: 0.5s;
}
.nav-header{
    width: 100%;
    height: 60%;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-bottom: #9A1915 solid 0.25rem;
}

.sub-header{
    width: 100%;
    height: 40%;
    background-color: #DDDDDD;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-bottom: #000000 solid 0.25rem;
}

.nav-image {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 30%;
}

.site-header {
    height: 10rem;
    width: 100%;
    background-color: #E30613;
    align-items: center;
    display: flex;
   
}

.main-nav {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-around;

}
.nav-item, .nav-item-active{
    font-size: 1.1rem;
    font-weight: bold;
    transition: 0.2s;
    overflow-wrap: unset;
}
.nav-item a, .nav-item-active a{
    text-decoration: none;
    color: rgb(68, 65, 65);
}
.nav-item-active{
    background-color: rgb(247, 247, 250);
    border-radius: 1rem;
    width: 7rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.senai-image {
    width: 80%;
    height: auto;
}
main {
    width: 40%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.main-information {
    margin-top: 3rem;
    width: 100%;
}

.news-title {
    font-size: 1.75rem;
    font-weight: bolder;
    color: #681413;
    justify-content: start;
}

.lead {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: start;
}

.news-author,
.news-date,
.learn-more {
    font-size: 0.75rem;
    color: black;
    justify-content: start;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
}

.name-span,
.date-span {
    color: #9A1915;
    font-weight: 600;
}

.main-img {
    width: 100%;
    border-radius: 1rem;
    border: 2px solid black;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.news-line {
    width: 100%;
    height: 1.5px;
    margin: 2rem;
    background-color: #000000;
}

.news-body {
    margin-bottom: 2rem;
}

.news-text {
    text-indent: 1.5rem;
    margin: 1rem;
}

.news {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-list 
.news-item {
    list-style: none;
}

.news-wrapper {
    max-width: 100%;
    margin: 0 3.75rem 1.875rem;
    padding: 1.25rem 0.625rem;
    overflow: hidden;
}

.news-list
.news-item
.news-link {
    user-select: none;
    display: block;
    background: rgb(238, 238, 238);
    padding: 1.125rem;
    border-radius: 0.75rem;
    text-decoration: none;
    border: 2px solid transparent;
    box-shadow: 0 0.625rem 0.625rem rgba(0, 0, 0, 0.05);
    transition: 0.2s ease;
}

.news-list
.news-item
.news-link:active {
    cursor: grabbing;
}

.news-list
.news-item
.news-link:hover {
    border-color: black;
}

.news-list
.news-link
.news-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 0.625rem;
}

.news-list
.news-link
.badge {
    color: black;
    padding: 0.5rem 1rem;
    font-size: 0.95rem;
    font-weight: 500;
    margin: 1rem 0 1.125rem;
    background: #ee9b9b;
    width: fit-content;
    border-radius: 3.125rem;
}


.news-list
.news-link
.news-title {
    font-size: 1.20rem;
    color: black;
    font-weight: 600;
}

.news-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-list
.news-link
.news-button {
    color: black;
    height: 2.188rem;
    width: 2.188rem;
    border-radius: 50%;
    margin: 1.875rem 0 0.313rem;
    border: 2px solid #F52C2C;
    transform: rotate(-45deg);
    transition: 0.4s ease;
}

.news-list
.news-link:hover
.news-button {
    color: #fff;
    background: #F52C2C;
}

.news-wrapper
.swiper-pagination-bullet {
    height: 0.813rem;
    width: 0.813rem;
    opacity: 0.5;
    background: #F52C2C;
}

.news-wrapper
.swiper-pagination-bullet-active {
    opacity: 1;
}

.news-wrapper .swiper-slide-button {
    color: #F52C2C;
    margin-top: -2.188rem;
}



@media screen and (max-width: 768px) {
    .news-wrapper {
        margin: 0 0.625rem 1.563rem;
    }

    .news-wrapper .swiper-slide-button {
        display: none;
    }
}



.site-footer {
    display: flex;
    background-color: #E30613;
    color: #ffffff;
    flex-direction: column;
    font-size: 15px;
    height: 23rem;
    border-top: 0.125rem solid black;
    width: 100%;
    overflow-y: hidden;
}

.footer-img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer-senai {
    height: auto;
    width: 32%;
    margin: 0.625rem;
    margin-bottom: 18px;
}

.bar-footer .site-footer p {
    margin-bottom: 8px;
    margin-top: 8px;
}

.contact-info {
    margin-bottom: 5px;
}

.site-footer p {
    margin: 0.5rem 0;
}

.contact-info,
.author-name,
.author-email {
    margin-bottom: 0.3125rem;
}

.email-link {
    color: #2e89e4;
    text-decoration: none;
    transition: 0.5s;
}

.copy-info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-text-section {
    width: 20rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 2.5rem;
}

.footer-horizontal {
    background-color: #ffffff;
    overflow: hidden;
    height: 0.75vh;
    width: 50%;
}

.footer-vertical {
    background-color: #ffffff;
    border-right: 3px;
    width: 8px;
    height: 70%;
    margin-top: 15px;
    display: flex;
    align-items: center;
    display: flex;
}

.footer-bottom {
    background-color: #9A1915;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10rem;
    margin-top: 12.5px;
}

.footer-title-negrito {
    font-weight: bold;
}

