* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: "Montserrat";
    font-optical-sizing: auto;
    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;
}
.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;
}
.header-container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.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 {
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 2rem;
    font-size: 3rem;
    color: #681413;
    bottom: 0.5rem;
}

.main-estagio {
    margin: 0;
    width: 100%;
    }

.main-text-div {
    width: 90%;
    margin: auto;
}

.main-text{
    font-size: 1.5rem;
    margin: 6rem;
    bottom: 2rem;
}


.membros-container {
    align-items: center;
    justify-content: center;
}

.carreira-div {
    background-color: #D9D9D9;
    border-radius: 1.25rem;
    height: 50%;
    width: 46%;
    border-bottom: 0.5rem solid black;
    border-right: 0.5rem solid black;
    margin: auto;
}

.carreira-text {
    color: black;
}

.carreira-profissao {
    color: black;
}

.estagio-main {
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    margin-bottom: 1.25rem;
}

.estagio-div {
    background-color: #D9D9D9;
    border-radius: 1.25rem;
    width: 18.75rem;
    height: 11.25rem;
    display: flex;
    border-bottom: 0.313rem solid black;
    border-right: 0.313rem solid black;
    margin-left: 20%;
}

.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 {
    margin-top: 1rem;
    gap: 5rem;
    font-size: 1.75rem;
    flex-direction: row;
    margin: 0.1rem;
}

.letras {
    position: relative;
    left: -1.2rem;
}

.estagio-div {
    height: 10rem;
    width: 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.carrer-estagio {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nome-estagio {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.875rem;
    font-size: 2.7rem;
    color: #681413;
    margin: 2rem;
    padding: 2rem;
}

.estagio-text-main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    text-align: center;
    margin: auto;
}

.estagio-text {
    font-size: 1.4rem;
    margin: 8rem;
    word-spacing: normal;
    word-wrap: nowrap;
}

.linkedin {
    color:blue
}

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

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

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

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

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

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

