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

body {
    background-color: ghostwhite;
    font-family: "Montserrat";
    font-optical-sizing: auto;
}

.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: rgb(227, 6, 19, 0);
}
.dropdown-menu{
    display: none;
    align-items: center;
    flex-direction: column;
    position: absolute;
    background-color: #DDDDDD;
    width: 16rem;
    height: 30rem;
    border: rgb(153, 25, 21) solid 0.2rem;
}
.dropdown_icon{
    width: 100%;
}
.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;
}

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

.site-header {
    height: 10rem;
    width: 100%;
    background-color: rgb(227, 6, 19);
    align-items: center;
    display: flex;
   
}

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

.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;
}

.section-title {
    width: 100%;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 1.5rem;
    text-align: center; 
}
.page-title-container{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-title{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.page-title-h1{
    margin: 2rem;
    font-size: 3rem;
    color: #681413;
}
.interviews-title{
    font-size: 2rem;
    width: 20%;
    margin-left: 2rem;
    margin-right: 2rem;
    text-align: center;
}
.page-subtitle{
    font-size: 2rem;
    color: #000000;
}

.title-a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem;
    font-size: 2.1875rem;
    color: #681413;
    text-decoration: none;
    width: 100%;
}

.title-a:hover {
    text-decoration: underline;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    color: #F52C2C;
}

.title, .page-title {
    display: flex;
    margin: 2rem;
    color: #681413;
    text-decoration: none;
    width: 100%;
}
.page-title p{
    width: 90%;
}
.title{
    font-size: 2.1875rem;
}
.hide-button{
    width: 1.5%;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(180deg);
    border: none;
    background-color: ghostwhite;
}
.hide-button-active{
    width: 1.5%;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: ghostwhite;
    margin-top: 2rem;
    margin-bottom: 1rem;
    transform: rotate(270deg);
    transition: 0.5s;
}
.button-icon{
    width: 100%;
    height: auto;
    align-self: center;
    margin-left: 1rem;
}   
.grupo{
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}

.page-title{
    width: 98.3%;
}
.entrevistas-thumb {
    width: 100%;
    height: 60%;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;

}


.main-image {
    width: 100%;
    height: auto;
    margin-top: 0;
    border: #000000 solid 0.25rem;
}

.greetings {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.875rem;
}

.main-text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.25rem;
    font-size: 1.25rem;
}

.interviews-div {
    width: 100%;
    height: 35vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
}

.block,
.carrers-block {
    height: 15rem;
    width: 25rem;
    border: 0.5rem solid #9a1915;
    border-top-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
}

.block-2 {
    margin: 2rem;
}

.simulados {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 8%;
}

.simulados-topics {
    width: 35rem;
}

.simulados-title {
    font-size: 1.5rem;
    color: #8F1A1A;
    margin-bottom: 1rem;
}

.simulados-block {
    height: 8rem;
    width: 25rem;
    background-image: linear-gradient(to bottom, #F52C2C, #8F1A1A);
    border-radius: 1rem;
    margin-bottom: 1rem;
    border-bottom: 0.3125rem solid black;
    border-right: 0.3125rem solid black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.simuladosblock-text {
    color: white;
    font-weight: bold;
    font-size: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.simulados-button {
    background-color: white;
    border-radius: 100%;
    height: 3rem;
    width: 3rem;
    margin-left: 1rem;
}
.entrevistas-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 2rem;
}
.entrevistas-card{
    width: 90%;
    height: 100%;
    background-color: #eeeeec;
    display: flex;
    flex-direction: column;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    box-shadow: 0 0.625rem 0.625rem rgba(0, 0, 0, 0.1);;
    padding: 2rem;
}
.entrevistas-card:hover{
    border: #000000 solid 2px;
}
.nome-professora{
    font-size: 1.3rem;
    font-weight: 600;
}
.entrevistas-thumb1, .entrevistas-thumb2, .entrevistas-thumb3{
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    margin-bottom: 0.5rem;
    width: 100%;
    height: 60%;
}
.professor-img{
    width: 100%;
    height: 100%;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.entrevistas-card-container{
    width: calc(100%/3);
    height: 25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.simulados-button:hover {
    opacity: 0.8;
    cursor: pointer;
}

.carrers {
    align-items: center;
    justify-content: center;
}

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

.carrers-block {
    margin: 2rem;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
}

.carrers-name {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-left: 0.1rem;
    margin-bottom: 8rem;
    font-weight: bold;
    font-size: 1.7rem;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
}

.carreiras-div {
    display: flex;
}

.carrers-block1 {
    width: 30%;
    background-image: url(/img/professor.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}



.carrers-block2 {
    width: 30%;
    background-image: url(/img/escritor.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.carrers-block3 {
    width: 30%;
    background-image: url(/img/juiz.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.carrers-block:hover .carrers-name {
    background-color: #681413;
    opacity: 1;
    transition: 0.3s ease;
}

.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%;
}

.footer-img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.professor{
    background-image: url(../img/professor.jpg);
    background-position: center;
    background-size: cover;
}
.escritor{
    background-image: url(../img/escritor.jpg);
    background-position: center;
    background-size: cover;
}
.juiz{
    background-image: url(../img/juiz.webp);
    background-position: center;
    background-size: cover;
}
.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;
}

@media (max-width: 900px) {
    .header-container{
        width: 100%;
        height: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        justify-content: space-around;
    } 
    .main-nav {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-around;
    }
    
}

.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;
    }
}

