* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    text-align: justify;
}

a {
    text-decoration: none;
    color: white;
}

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;
    z-index: 2;
}
.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;
}

.carreiras-title {
    margin: 2rem;
    font-size: 3rem;
    color: #681413;
    text-align: center;
}

.saudacoes-title{
    display: flex;
    align-items: center;
    justify-content: center;    
    font-size: 2rem;
}

.introduction {
    overflow-y: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

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

.main-text-div {
    width: 90%;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    overflow-y: hidden;
}

.main-text{
    font-size: 150%;
    margin: 1rem;
    bottom: 1rem;
    padding: 2rem;
    overflow-y: hidden;
    width: 100%;
}

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

.contact-info {
    margin-bottom: 0.313rem;
}

.author-name {
    color: #dccacb;
    margin-bottom: 0.313rem;
}

.author-email {
    margin-bottom: 0.313rem;
}

p {
    overflow-y: hidden;
}

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

main {
    overflow-y: hidden;
}

.membros-container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    margin-top: 3.125rem;
    gap: 5rem;
    left: 35rem;
    margin: 3rem;
    overflow-y: hidden;
}

.carreira-div {
    font-size: 1rem;
    background-color: #D9D9D9;
    border-radius: 1.25rem;
    height: 60%;
    width: 50%;
    flex-flow: wrap;
    margin: 2%
}

.carreira-text-main {
    width: 80%;
    height: 50%;
    overflow-y: hidden;
}

.carreira-text {
    color: black;
    text-align: center;
    font-size: 130%;
    bottom: 1rem;
    flex-direction: column;
    overflow-y: hidden;
}

.carreira-profissao {
    color: black;
}

.link-estagio {
    text-decoration: none;
    color: blue;
    transition: 0.5s;   
}

.link-estagio-2 {
    text-decoration: none;
    color: rgb(0, 0, 0);
    transition: 0.5s;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  margin: auto;
}

.main-estagio {
    gap: 4rem;
    margin-bottom: 100rem;
    margin: 2rem;
    padding: 1rem;
    margin: auto;
    overflow-y: hidden;
}

.estagio-div {
    background-color: #fcd8d8;
    border-bottom-left-radius: 2rem;
    width: 80%;
    height: 10%;
    display: flex;
    margin: auto;
    overflow-y: hidden;
}

.texto-estagio {
    font-size: 1.3rem;
    padding: 2rem;
    overflow-y: hidden;
    margin: 0.3rem;
    bottom: 1rem;
}

.carrer-name {
    font-weight: bold;
}

.carreira-photo {
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
}

.h6 {
    font-size: 1.063rem;
    font-family: Arial, Helvetica, sans-serif;
}

.estagio-container {
    background-color: #DDDDDD;
    border: 0.3rem solid #8c8b8b;
    border-top-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
    display: flex;
    width: 50%;
    padding: 2rem;
    margin: 2rem auto;
    overflow-y: hidden;
}

.carrer-estagio {
    width: 100%;
    height: 100%;
    display: flex;
}

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

.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: 15px;
    text-align: justify;
    overflow-y: hidden;
}

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

    .membros-container {
        flex-direction: column;
    }

    .carreira-div {
        height: 10rem;
        width: 20rem;
    }

    .carreira-photo {
        height: 100%;
        width: 100%;
    }

    .estagio-main {
        margin: 1rem;
        flex-direction: column;
    }

    .estagio-container {
        margin-top: 0%;
        flex-direction: column;
        width: 80%;
    }

    .texto-estagio {
        padding: 1rem;
        margin: auto;
        font-size: 1rem;
    }

    .estagio-div {
        flex-direction: column;
        display: flex;
        width: 80%;
    }

    .estagio-name {
        font-size: 2rem;
    }

    .estagio-descricao {
        font-size: 1rem;
    }

    .carrer-estagio {
        width: 100%;
        height: 100%;
    }

    .estagio-text {
        margin: 1rem;
        font-size: 0.30rem;
    }

    .carrer-estagio {
        margin-right: 100%;
    }

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

    .carreira-text{
        text-align: center;
        font-size: 1.2rem;
    }

    .estagio-name{
        font-size: 0.1rem;
    }

}