/* Raiz da página */
* {
    margin: 0;
    padding: 0;
    text-align: center;
}

/* Cabeçalho */
img {
    border-radius: 10px;
    width: 100%;
}

#nav {
    background: linear-gradient(to bottom, #dcdcdc, #1e1e1e81);
    background: linear-gradient(to right, #dcdcdc, #1c1c1c7c);
    width: 100%;
    height: 4rem;
    display: flex;
    position: fixed;
    justify-content: space-between;
    z-index: 1;
    
}

.navDev {
    background-color: black;
    width: 350px;
    height: 4rem;
    color: white;
    justify-content: center;
}

@media screen and (max-width: 900px) {
    .navDev {
        display: none;
    }
}

.navDev p {
    margin-top: 5px;
}

.navNome {
    font-family: Consolas, monospace;
    font-size: 2vw;
    color: rgb(0, 30, 200);
    top: 5px;
    display: flex;
    align-items: center;
}

.navNome p {
    margin: 0;
}


@media screen and (max-width: 900px) {
    .navNome {
        display: none;
        width: 0;
    }
}

.navNumero {
    background-color: black;
    width: 350px;
    height: 4rem;
    justify-content: space-around;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.navNumero img {
    width: 40px;
}

@media screen and (max-width: 900px) {
    .navNumero {
        width: 100vw;
    }
}

.navNumero p {
    margin-top: 15px;
}

/* Apresentação */
#apresentacao {
    position: relative;
    top: 2rem;
    padding-top: 80px;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 900px) {
    #apresentacao {
        display: block;
    }
}

.titulospagina {
    padding-top: 80px;
}

.colunaEu {
    font-family: Consolas, Arial, Helvetica, sans-serif;
    width: 400px;
    margin-bottom: 40px;
}

.colunaEu p {
    padding: 10px;
}


@media screen and (max-width: 900px) {
    .colunaEu {
        width: auto;
        position: relative;
        align-items: center;
    }
}

.colunaFoto {
    margin: 10px;
}

.colunaFoto img {
    width: 200px;
}

@media screen and (max-width: 900px) {
    .colunaFoto img {
        position: relative;
        align-items: center;
    }
}

.colunaTrabalho {
    font-family: Consolas, Arial, Helvetica, sans-serif;
    width: 400px;
}


@media screen and (max-width: 900px) {
    .colunaTrabalho {
        margin-top: 20px;
        margin-bottom: 40px;
        width: auto;
        position: relative;
        align-items: center;
    }
}

/* Experiências */
.tecnologias {
    margin-top: 6rem;
    margin-bottom: 4rem;
    padding-bottom: 20px;
    display: inline-block;
    align-items: center;
    width: 60%;
}

.tecnologias h3 {
    font-family: Andale Mono, monospace, Arial, Helvetica, sans-serif;
}


.tecnologias img {
    margin: 0.5rem;
    width: 100px;
    transition: 0.2s ease-in-out;
}


.tecnologias img:hover {
    transform: scale(1.1);
}



#em-desenvolvimento {
    margin: 0 auto;
    width: 280px;
}

#em-desenvolvimento li{
    text-align: left;
}

#img-bootstrap {
    width: 100px;
}



/* Acadêmico */
#academico {
    margin: 1rem 0.5rem;
}

#academico h3 {
    font-family: Andale Mono, monospace, Arial, Helvetica, sans-serif;
    margin-top: 80px;
}

.portfolio {
    padding: 0.5rem;
    display: inline-block;
}

.portfolio button{
    margin: 0 1rem;
}

.portfolio button:hover {
    background: #0a0ace;
    transition: 0.2s ease-in-out;
}


.barra-preta {
    height: 20px;
    background-color: black;
}

.barra-footer {
    height: 40px;
    background-color: rgb(37, 37, 37);
}

/* Contato */
#contato {
    color: whitesmoke;
    width: 100%;
    height: 230px;
    background-image: url("imagens/footer.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden; /* Garante que o pseudo-elemento não ultrapasse a área */
}


#contato::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Ajuste a opacidade conforme desejar */
    z-index: 1; /* Faz o efeito ficar por cima da imagem */
}

#contato * {
    position: relative; /* Garante que o conteúdo fique acima da camada escura */
    z-index: 2;
}


@media screen and (max-width: 900px) {
    #contato {
        height: 300px;
    }
}

#contato img {
    width: 30px;
    background-color: rgb(223, 223, 223);
}

#contato a {
    color: rgb(223, 223, 223);

}

#contato h3 {
    margin-bottom: 30px;
}

#contato p {
    margin-bottom: 4px;
    color: rgb(223, 223, 223);
}

#contato h3,
#contato p {
    position: relative;
    top: 1rem;
}

.endereco {
    color: rgb(161, 179, 255);
}

.endereco:hover {
    color: red
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}



#mudar-website {
    width: 350px;
}

.carousel-inner .carousel-item img{
    margin: auto;
    border: 2px solid black;
}



#assistenteoffice{
    height: 200px;
    width: 200px;
}

#office{
    height: 330px;
    width: 280px;
}


#salvado{
    height: 150px;
    width: 160px;
}

#ativado{
    height: 300px;
    width: 300px;
}



/* Experiências */
.tecnologias-exp {
    margin-top: 4rem;
    display: inline-block;
    align-items: center;
    width: 80%;
}

.tecnologias-exp section div {
    margin-bottom: 20px;
}

.tecnologias-exp img {
    width: 250px;
    height: 250px;
    background-image: cover;
    box-shadow: 0px 3px 5px 5px rgba(0, 0, 0, 0.151);
    border-radius: 4px;
}


.tecnologias-exp section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 35px;
}

.tecnologias-exp h5 {
    margin: 0;
    padding: 4px;
}

.tecnologias-exp h4 {
    font-size: 19px;
}

.tecnologias-exp div {
    transition: 0.2s ease-in-out;
    width: 250px;
    height: 250px;
}

.tecnologias-exp div:hover {
    transform: scale(1.1);
}



.tecnologias-exp a {
    text-decoration: none;
    color: rgb(235, 235, 235);
}

