*{
    margin: 0;
    font-family: 'arial';
}

.lista1{
    display: inline;
    margin-right: 5%;
}
.lista1:hover{
    color: orange;
    cursor: pointer;
}
.lista2, .lista3{
    direction: rtl;
    margin-right: 5%;
}
.lista5{
   list-style-type: none; 
   text-align: center;
   width: 80%;
   justify-self: center;
   margin-bottom: 10%;
}


.texto1, .texto2, .texto4, .texto5, .texto6, .texto7, .texto8{
    color: orange;
}
.texto3{
    width: 70%;
    justify-self: flex-end;
}
.texto7{
    margin-bottom: 10%;
}



.foto1{
    z-index: 1;
    width: 40%;
    margin-top: 10%;
    align-self: flex-end;
    justify-self: flex-end;
    margin-right: 5%;
}
.foto2{
    width: 100%;
    z-index: 0;
    opacity: 0.15;
}
.foto3, .foto4, .foto5{
    width: 50%;
    justify-self: center;
    display: flex;
}
.foto5{
    box-shadow: 0px 0px 30px 0px orange;
    margin-block: 5%;
}

header{
    background-color: black;
    display: grid;
    grid-template-columns: 30% 60%;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 2%;
}
section{
    background-color:white;
}


.perfil{
    background-image: url(elementos/foto2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.campoPerfil{
    background-color: rgba(255, 166, 0, 0.822);
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: center;
    align-items: center;
}
.textosPerfil{
    background-color: black;
    color: white;
    height: 100%;
}
.campoTextosPerfil{
    margin: 5%;
    margin-inline: 15%;
    text-align: right;
}


.formacao{
    background-color: white;
    box-shadow: 0px -20px 0px 0px white;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    padding-bottom: 5%;
}
.textosFormacao{
    margin-left: 15%;
}


.portifolio{
    background-color: black;
    box-shadow: 0px -20px 0px 0px white;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    padding-block: 5%;
}
.textosPortifolio{
    background-color: white;
    height: 350pt;
    width: 80%;
    justify-content: center;
    display: flex;
    overflow-y: scroll;
    padding-block: 5%;
    border-radius: 20px;
    padding-right: 5%;
    scrollbar-color: black orange; 
    scrollbar-width: thin;
    scroll-behavior: smooth;
    border-right: 20px solid white;
}
.botaoLink{
    text-decoration: none;
    background-color: orange;
    padding: 2.5%;
    padding-inline: 5%;
    border-radius: 20px;
    font-weight: bolder;
    color: white;
}
.botaoLink:hover{
    background-color: rgb(255, 123, 0);
}

.contato{
    background-color: white;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.wpptexto{
    color: white;
    font-family: "arial";
    font-size: large;
}
.instagramtexto{
    font-family: Arial;
    color: white;
    font-size: large;
}
.instagram{
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    background-color: rgb(255, 1, 158); 
    width: 15%;
    font-size: larger;
    border-radius: 20PX;
    color: white;
    margin-top: 2%;
    margin-bottom: 5%;
}
.instagram:hover{
    background-color: rgb(177, 0, 109); 
}
.whatsapp{
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    background-color: rgb(13, 247, 25); 
    width: 15%;
    font-size: larger;
    border-radius: 20PX;
    color: white;
}
.whatsapp:hover{
    background-color: rgb(0, 156, 8); 
}
.imgFooter{
    width: 10%;
    margin: 2%;
    margin-right: 10%;
    margin-left: 10%;
}



@media screen and (max-width: 768px) {
    
    .ul1{
        display: none;
    }
    header{
        display: flex;
        padding: 7%;
    }
    .campoPerfil{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .foto1{
        align-self: center;
        margin: 0;
        margin-top: 5%;
        width: 70%;
    }
    .textosPerfil{
        padding-bottom: 15%;
    }
    .campoTextosPerfil{
        margin-inline: 5%;
        text-align: center;
    }
    .texto2{
        margin-top: 10%;
    }
    .texto3{
        justify-self: center;
        width: 100%;
    }
    .lista2, .lista3{
        direction: ltr;
        text-align: left;
    }
    .formacao{
        display: flex;
        flex-direction: column-reverse;
    }
    .texto6{
        text-align: center;
        margin-top: 5%;
    }
    .textosFormacao{
        margin: 0;
    }
    .ul2{
        width: 80%;
        justify-self: center;
    }
    .portifolio{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-block: 10%;
    }
    .foto4{
        width: 40%;
    }
    .texto7{
        text-align: center;
        margin-top: 5%;
    }
    .campoPortifolio{
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .textosPortifolio{
        padding-right: 0;
    }
    .ul3{
        margin: 0;
        padding: 0;
    }
    .foto5{
        width: 80%;
    }
    .botaoLink{
        width: 70%;
        display: inline-block;
        justify-self: center;
        margin-bottom: 5%;
    }
    .whatsapp, .instagram{
        width: 80%;
    }
    .instagram{
        margin-top: 10%;
    }
}