*{
    color: var(--color-text);
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

:root {
    --color-primary: #4b4b4b;
    --color-secondary: #9eafa9;
    --color-distaque: #05ffa8;
    --color-text: #ddd;
    --color-background: #1c1c1c;
}
::-webkit-scrollbar{
    width: 0px;
}
/*.slider{
    animation: slider 120s infinite linear;
}*/
.pisca {
    animation: linear pisca 0.7s infinite;
    transition: none;
}
@keyframes openMenu {
    from{width:0dvw;}
    to {width: 100dvw;}
}
@keyframes closeMenu {
    from{width: 100dvw;}
    to {width: 0dvw;}
}

@keyframes slider {
    from{left:-200dvw;}
    to{left: 200dvw;}
}
@keyframes writing {
    from { width: 0ch;}
    to { width: 13ch;}
}
@keyframes blink {
    0% {border-color: transparent;}
    50% {border-color: var(--color-distaque);}
}
.name-writing {
    font-size: calc(20px, 6vw, 48px);
    width:100% ;
    text-align: left;
}
.about-name{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: 5.3px;
    border-right: 0.12em solid var(--color-distaque);
    animation: writing 2.5s steps(13, end)  1s infinite alternate,
               blink 0.7s step-end infinite 
}
body{
    margin: 0px;
    padding: 0px;
    
}
main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: var(--color-primary);transition: 0.5s linear 1ms;
}
header{
    display:flex;
    justify-content:center;
    height: 80px;
    align-items: center;
    background-color: var(--color-primary);
}

.about-texto p{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    text-wrap: nowrap;
    width: 100%;
    height: auto;
    box-shadow: 1px 1px 3px var(--color-background) ;
}
.about-name {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    text-wrap: nowrap;
    width: 100%;
    height: auto;
    text-shadow: 1px 1px 3px var(--color-background);
}

#header{
    display: flex;
    justify-content: space-around;
    height: 10vh;
    align-items: center;
    background-color:var(--color-primary);
    margin: 0;
    padding: 0;
    min-height: 80px;
}
.header{
    top: 0;
    width: 80%;
    height: 10vh;
    justify-content: space-between;
    display: flex;
    align-items: center;
    position: fixed;
    background-color:var(--color-primary);
    z-index: 2;
    min-height: 80px;
}
.logo{
    align-items: center;
    justify-content:flex-start;
    display:flex; 
}
.logo
a img{
    width:60px;
    height: 60px;
    border-radius: 50%;
    clip-path: circle(50%);
    position:static;
    object-fit: cover;
    background-color:var(--color-distaque)
}
.active { 
    background-color:var(--color-distaque);
    color:var(--color-text);
    text-shadow: 2px 4px 10px var(--color-background);
    height: 5px;
    transition: 0.5s ease-out ;
    box-shadow: 2px 4px 10px var(--color-secondary);
}
nav li{
    list-style: none;
    margin:0px;    
    padding:0px;
    align-items:center;
    text-shadow: 1px 1px 3px var(--color-background);
}
.menu-mobile-line{
    display:none;
    height:40px;
    width:40px;
    margin-top:40px;
    margin-bottom:40px;
    margin-right:20px; 
}
.menu-mobile{
    display: none;  
}
.menu-mobile ul li{
    display: none;  
}
.mm-line{
    height:3px;
    background-color:rgb(141, 155, 155);
    transition: 0.5s linear 1ms;
    padding: 0;
    
}

/* inicio*/
#banner {
    background-color: #4b4b4b;
    height: calc(100vh - 10vh);
    width: 80%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; 
    position: relative;
    overflow: hidden;
    min-height: 700px;
}
.image-perfil {
    display: flex;
    justify-content: center;
    align-items: flex-start; 
    height: 100%;
    width: 100%;
    margin-top: 10%;
}
.image-perfil img {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    opacity: 0.3;
    object-fit: cover;
    object-position:center;
    background-position: center;
    background-color: #9eafa9;
}
.image-perfil  img:hover{
    transition:0.4s linear ;
    margin-top: 10px;
    opacity: 0.5;
   
}
.about-perfil {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: var(--color-text);
    height: 100%;
    width: 100%;
    padding: 5px;
    font-size: 50px; 
    position: relative;
    padding-top: 70px;
}
.complemento-decricao {
    margin-top: 30px;
    font-size: 20px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.contact-me {
    display: flex;
    align-items: center;
    font-size: 40%; 
    margin-top: 40px;
    height: 50px;
    max-width: 450px;
    padding: 5px;
    border-radius: 7px;
    border: 2px solid var(--color-distaque);
    gap: 10px;
    text-decoration:none;
}
.area-contatos {
    position: fixed;
    bottom: 0;
    left: 0;
    margin-left: 30px;
    margin-bottom: 30px;
    z-index: 20;
    flex-direction: column;
}
.area-contatos a {
    text-decoration: none;
}
.contato-git {
    height: 25px;
    width: 25px;
    background-color:var(--color-distaque);
    border-radius: 16px;
    font-size: small;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 3px var(--color-background);
    box-shadow: 1px 10px 20px var(--color-background);
}
.contato-whatsapp {
    margin-top: 10px;
    height: 23px;
    width: 25px;
    background-color: var(--color-distaque);
    border-radius: 16px;
    font-size:small;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 3px var(--color-background);
    box-shadow: 1px 10px 20px var(--color-background);
}
.about-text {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 80%;
    font-size: 100%;
    text-shadow: 1px 1px 3px var(--color-background);
    padding-top: 40px;
}
.about-name-area {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    text-wrap: nowrap;
    width: 100%;
    height: auto;
}
.about-name {
    font-size: 100%;
    width:315px; 
    flex-wrap: nowrap;
    z-index: 0;  
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.bar {
    font-size: 50px;
    margin: 0;
}
nav ul{
    display: flex;
}
nav a{
    display:block;
    padding:15px;
    font-weight: 700;
    text-decoration: none;    
}

/* sobre mim*/

#banner2 {
    background-color: #4b4b4b;
    min-height: calc(100vh );
    width: 80%;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    /*overflow: hidden;*/
    position: relative;
    min-height: 700px;
}
.timeline {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
}
.timeline h2 {
    text-align: start;
    margin-bottom: 30px;
    font-size: 24px;
}
.timeline-container {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    padding-left: 30px;
    border-left: 3px solid var(--color-distaque);
}
.timeline-item {
    margin-bottom: 25px;
    position: relative;
}
.timeline-item::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 5px;
    width: 8px;
    height: 8px;
    background: var(--color-distaque);
    border-radius: 50%;
    /* border: 2px solid #fff; */
    box-shadow: 0 0 0 3px var(--color-secondary);
}
.timeline-item .year {
    display: inline-block;
    font-weight: bold;
    color: var(--color-distaque);
    margin-bottom: 5px;
}
.timeline-item p {
    margin: 0;
   /* color: #444;*/
    line-height: 1.5;
    text-align: start;
}

/* habilidades*/
#banner3 {
    background-color: #4b4b4b;
    /*height: calc(100vh );*/
    width: 80%;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    position: relative;

}
.area-skills {
    display: flex;
    overflow: hidden; 
    width: 100%;
    /*height: 75%;*/
    align-items: center;
    justify-content: center;
}
.area-skills-width{
    margin-top: 30px;
    height: auto;
    display: flex;
    width: 100dvw;
    transition: all ease 1s;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    /*position: relative;*/
}
.skill{
    text-shadow: 0px 3px 3px var(--color-primary);
    height: 100%;
    width: 12vw;
    margin: 20px; 
    position:inherit;
}
 .skill-description {
     padding: 10px 0;
     font-size: 14px;
     text-align: start;
 }
 .skill-description strong {
     padding: 10px 0;
     font-size: 16px;
     text-align: start;
     color: var(--color-distaque);
 }
/* projetos*/
#banner4 {
    background-color:var(--color-primary);
    width: 80%;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: hidden;
    position: relative;
}
.banner_title {
    height: 220px;
    display: flex;
    /*font-size: x-large;*/
    flex-direction: column;
    justify-content: flex-end;
    text-shadow: 1px 1px 3px var(--color-background);
}
.area-projeto {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 100%;
}
.projeto-1 {
    display: none;
    flex-direction: column;
    height:60vh ;
    max-width: 450px;
    width: 100%;
    min-height: 400px;
    a {
        text-decoration: none;
    }
}
.projeto-title {
    font-size: small;
    height: 25px;
    width: 100%;
}
.projeto-1 .projeto-image img {
    flex: 1;
    height:200px;
    width: 100%; 
}
.projeto-testo {
    text-align: start;
    height: 160px;
    /*padding: 10px 25px 0px 0px;*/
    /*font-size: 80%;*/
    width: 100%;
    /*text-shadow: 1px 2px 3px var(--color-background);*/
}
.projeto-testo li {
    text-align: start;
    /*height: 100px;*/
    padding: 10px 0px 0px 0px;
    font-size: 80%;
    width: 100%;
    margin-left: 10px;
    text-shadow: 1px 2px 3px var(--color-background);
}
.projetos-links {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: 80px;
    a {
       color: var(--color-background); 
    }
}
.projeto-link-git {
    display: flex;
    height: 40px;
    width: 40%;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    background-color:var(--color-distaque);
    box-shadow: 1px 3px 10px var(--color-background);
    &:hover {
        opacity: 0.6;
        box-shadow: 3px 5px 15px var(--color-background);
    }
}
.projeto-link-deploy {
    display: flex;
    height: 40px;
    width: 40%;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    background-color: var(--color-distaque);
    box-shadow: 1px 3px 10px var(--color-background);
    &:hover {
        opacity: 0.6;
        box-shadow: 3px 5px 15px var(--color-background);
    }
}
.area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 60px;
}
  /*footer*/

footer{
    height:calc(100vh - 10vh); 
    width:100%;
    display: flex; 
    align-items: center;
    flex-direction: column;
    background-color: var(--color-primary);
    overflow: hidden;
    position: relative;
    min-height: 800px;
}
.contact-iconi{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    height: 90%;
    background-color: var(--color-primary);  
}
.contact-iconi a {
    padding: 5px;
}
.contact-iconi a:hover {
    padding: 5px;
    cursor: pointer;
    opacity: 0.5;
    margin-top:10px;
}
.email {
    display: flex;
    text-align: start;
    font-size: 13px;
    /*flex-direction: column;*/
    /*padding-top:10px ;*/
    width: 100%;
    /*height: 30%;*/
    opacity: 0.4;
}
.curriculo {
    display: flex;
    text-align: start;
    font-size: 13px;
    flex-direction: column;
    padding-top: 10px;
    width: 100%;   
    gap: 10px; 
    opacity: 0.4;
}
.email a{
    padding: 0 20px 0 10px; 
    text-decoration: none; 
}
.curriculo a{
    padding: 0 20px 0 10px;
    text-decoration: none;
}
.email img {
    padding: 0 10px 0 10px;
    text-decoration: none;
}
.curriculo img{
    padding: 0 10px 0 10px;
    text-decoration: none;
}
.img-git{
    color: var(--color-background);
    background-color: white;
    border-radius: 50%;
    width: 19px;
    padding: 0;
    border:white 4px solid ;
}
footer #footer-contact {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: column-reverse;
    justify-content: space-around;
}
.copyright {
    font-size: 12px;
    margin-bottom: 10px;
    opacity: 0.4;
}
.contact-area {
    width: 100%;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: var(--color-background);
    font-family: 'Courier New', Courier, monospace;
}
.contact-area-icons {
    margin-top: 40px;
    width: 100%;
}
.icons-area {
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: -20px;
}
.area-send-message {
    height: 100%;
    width: 100%;
    max-width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    form {
        width: 100%;
    }
}
.area-send-message h1{
    height: 100px;
    width: 100%;
    max-width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.area-send-message label {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    border: 0;
    margin-top: 25px;
    display: inline-block;
}
.area-send-message input{
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 0;
    padding: 0 10px;
    margin-top: 5px;
    box-sizing: border-box;
    background-color: var(--color-secondary);
    font-size: 18px;
    outline: none;
    color: var(--color-primary);
    opacity: 0.8;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}
.area-send-message textarea {
    width: 100%;
    height: 110px;
    border-radius: 5px;
    border: 0;
    padding:10px;
    margin-top: 5px;
    resize: none;
    background-color: var(--color-secondary);
    font-size: 15px;
    box-sizing: border-box;
    outline: none;
    color: var(--color-primary);
    opacity: 0.8;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}
.area-send-message button {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 0;
    margin-top:15px;
    box-sizing: border-box;
    background-color: var(--color-distaque);
    color: var(--color-background);
    padding: 5px;
    cursor: pointer;
}
.area-send-message button:hover {
    opacity: 0.7;
}
.mensagem-status {
    width: 100%;
    height: 20px;
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
    color: var(--color-text);
}

  @media (max-width:1000px) and (min-width:651px){
    .header {
        width: 85%;
        top: 0;
        height: 10vh;
        justify-content: space-between;
        display: flex;
        align-items: center;
        position: fixed;
        background-color: var(--color-primary);
        z-index: 2;
    }
    .about-name {
        letter-spacing: 3.5px;
    }
    .menu{
        padding: 10px;
    }
    .image-perfil {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
        margin-top: 0%;
    }
    .image-perfil img {
        width: 340px;
        height:340px;
        border-radius: 50%;
        opacity: 0.3;
    }
    .banner_title {
        height: 220px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    .about-name-area {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        text-wrap: nowrap;
        width: 60%;
        height: auto; 
    }
    .bar {
        font-size: 25px;
        margin: 0;
        padding:0;
    }
    .about-name  {
        font-size: 35px;
        width:100%; 
        flex-wrap: nowrap;
        padding:0;
    }
    .about-me {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 75%;
        width: 100%;
        font-size: 14px;
    }
    .area-skills-width {
        height: auto;
        margin-top: 20px;
        display: flex;
        width: auto;
        transition: allease 1s;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;  
    }
    .skill {
        text-shadow: 0px 3px 3px var(--color-background);
        height: 100%;
        width: 20vw;
        margin: 20px;
        position: inherit;
    }
    .skill-description {
        padding: 10px 0;
        font-size: 12px;
        text-align: start;
    }
    .skill-description strong {
        padding: 10px 0;
        font-size: 14px;
        text-align: start;
        color: var(--color-distaque);
    }
   /* #banner2{
        background-color: var(--color-primary);
        height: 100vh;
        width: 85%;
        display: flex;
        text-align: center;
        flex-direction: column;
        justify-content: space-between;
    }*/
    #banner4 {
        background-color: var(--color-primary);
       /* height: calc(380dvh);*/
        width: 85%;
        display: flex;
        text-align: center;
        flex-direction: column;
        justify-content: space-between;
        overflow: hidden;
    }
    .area-projeto {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        /*height: 87%;*/
        width: 100%;
    }
    .projeto-1 {
        background-color:var(--color-primary);
        height: auto;
        width: 90%;
        padding: 10px;
        border: 2px solid #9eafa9;
        border-radius: 10px;
    }
    .menu-mobile{
        display: none;
    }
    .projeto-1 a img {
        background-color: var(--color-secondary);
        height:30%;
        width: 95%;  
    }
    .projeto-testo p {
        text-align: center;
        font-size: 85%;
        padding-top: 10px;
        width: 100%;
        margin-top: -1%;
        color:var(--color-text);
        position: relative;
    }
    .about-perfil {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; 
        font-size:x-large;
        height: 100%;
        width: 70%; 
        padding-top: 0;   
    }
    .about-text {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        height: 100%;
        width: 94%;
        font-size: 35px;
        /* padding: 20px; */
        text-align: start;
        padding-top: 0px;
        flex-direction: column;
    }
    .projeto-1 .projeto-image img {
        flex: 1;
        height: 150px;
        width: 100%;
    }
    .projeto-1 a {
        text-decoration: none;
    }
    .projeto-testo p {
        text-align: center;
        padding: 10px 25px 0px 0px;
        font-size: 70%;
        width: 100%;
        text-shadow: 1px 1px 3px var(--color-background);
    }
    .area {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 60px;
    }
    footer{
        height: calc(100vh ); 
        width:100%;
        display: flex; 
        align-items: center;
        flex-direction: column;
        background-color: var(--color-background);
        overflow: hidden;
    }

    footer #footer-contact {
        position:relative;
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        flex-direction: column-reverse;
        justify-content: space-around;
    }
}

@media (max-width:650px) and (min-width:0px) { 
    @keyframes slider {
        from{left:-200vw;}
        to{left: 200vw;}
    }
    *{
        scroll-behavior: auto;
    }
    #header{
    display: flex;
    justify-content: space-around;
    height: 10vh;
    align-items: center;
    background-color:var(--color-primary);
    margin: 0;
    padding: 0;
    overflow: hidden;
    }
    nav ul{
        display: none;
    }
    .logo a img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        clip-path: circle(50%);
        position: static;
        object-fit: cover;
        background-color: var(--color-distaque);
    }
    .header {
        width: 86%;
        height: 10vh;
        justify-content: space-between;
        display: flex;
        align-items: center;
        position: fixed;
        background-color: var(--color-primary);
        z-index: 2;
        top: 0;
    }
    .logo{
        padding-left:20px;
    }
    .menu-mobile-line{
        display:flex;
        flex-direction:column;
        justify-content:space-around;
        cursor: pointer;
    }
    .menu-mobile {
        display:none;
        flex-direction:column;
        width: 100vw;
        font-weight: 700;
        align-items: flex-end;
        /*margin-right: -30%;*/
        cursor: pointer;
        position: fixed;
        /*top: 15%;*/
        z-index: 2;
        transition-duration:5s;
        animation:0.5s openMenu linear ;
    }
    .menu-mobile ul {
        width: 100%;
        height: 90vh;
        background-color:var(--color-primary);
        /*transition-duration:3s;*/
    }
    
    .menu-mobile ul li {
        display: block;
        padding: 10%;
        font-size: x-large;
        text-shadow: 1px 1px 3px var(--color-background);
    }
    .menu-mobile ul li a{
        text-decoration: none;
        position: absolute; 
        z-index: 2;  
        width: 80%;
        text-align:start;
        /*transition-duration: 2s;*/
    }
    .active a {
        background-color: var(--color-distaque);
        color: var(--color-text);
      
    }
    .animationOpenMenu {
        opacity: 1;
        transform: calc( 100vw );
        
    }
     .animationCloseMenu {
        opacity: 0;
        transform: calc(0vw);
    }

   .animationUp {
        transform: rotate(45deg);
        margin-bottom: -20px;
   }
   .animationMiddle {
        display: none;
    }
   .animationLow {
        transform: rotate(-45deg);
        margin-top: -20px;
        padding: 0;
    }    
    .name {
        animation: name 7s infinite ease-in-out;
    }
    .pisca {
        animation:0.5s linear pisca 0.5s infinite;
        transition: none;
    }
    #banner {
        background-color: var(--color-primary);
        height: calc(100vh - 10vh);
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column; 
        overflow-x: hidden;
    }
    .complemento-decricao {
        margin-top: 30px;
        font-size: 15px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }
    .contact-me {
        display: flex;
        align-items: center;
        font-size: 40%;
        margin-top: 10px;
        height: 50px;
        /* max-width: 450px; */
        padding: 5px;
        /* background-color: var(--color-distaque); */
        /* text-shadow: none; */
        border-radius: 7px;
        border: 2px solid var(--color-distaque);
        /* gap: 10px; */
        text-decoration: none;
    }
    .image-perfil {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: large;
        height:calc(100vh);;
        width: 100%;
        opacity: 0.3;
    }

    .image-perfil  img {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
    
    .about-name {
        letter-spacing: 3.7px;
    }

    .about-perfil {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: absolute;
        height: calc(100vh - 100px);
        width: 100%;
        text-align: center;
        margin-top: -25%;
    }
    .about-text {
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        padding-left: 10px;
        height: 90%;
        width: 90%;
        font-size: 35px;
        text-align: start;
    }
    .about-name-area {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        text-wrap: nowrap;
        width: 100%;
        height: auto;
    }
    .about-name  {
        font-size: 100%;
        width:100%; 
        flex-wrap: nowrap;
        padding:0;
    }
    .bar {
        font-size: 100%;
        margin: 0;
        padding:0;
    }
    .about-me {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 75%;
        width: 100%;
        font-size: 12px;
    }

    /* segunda sessao*/
    .area-skills {
        display: flex;
        /*overflow: hidden; */
        width: 100%;
        height: auto;
        align-items: center;
        justify-content: center;
        
    }
    .area-skills-width{
        height: 100%;
        display: flex;
        width: 100vw;
        transition: all ease 1s;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        /*position: relative;*/
    }
    .skill{
        text-shadow: 0px 3px 3px var(--color-background);
        height:20%;
        width: 20vw;
        padding: 10px;
        margin-top: 10px; 
       /* position:inherit;*/
    }
    .skill-description {
        padding: 10px 0;
        font-size: 12px;
        text-align: start;
    }
    .skill-description strong {
        padding: 10px 0;
        font-size: 14px;
        text-align: start;
        color: var(--color-distaque);
    }
/*       terceira sessão         */

    .projeto-1 {
        background-color: var(--color-primary);
        width: 100%;
        margin-top: 30px;
        max-width: none;
        height: 70vh;
    }
    .projeto-testo p:hover{
        transition: 0.5s linear;
    }
    .projeto-1 .projeto-image img {
        flex: 1;
        height: 180px;
        /*width: 100%;*/
        max-width: 600px;
    }
    .projeto-1 a {
        text-decoration: none;
    }
    .projeto-testo li {
        text-align: start;
        padding: 10px 0px 0px 0px;
        font-size: 80%;
        text-shadow: 1px 1px 3px var(--color-background);
    }
    .projeto-testo  {
        text-align: start;
        /*padding: 10px 0px 0px 0px;*/
        margin-left: 10px;
        width: 90%;
    }
    .area {
        display: block;
        margin-top: 60px;
        width: 100%;
    }
    #banner4 {
        background-color: var(--color-primary);
        height:auto;
        width: 85%;
        display: flex;
        text-align: center;
        flex-direction: column;
        justify-content: space-between;  
    }
    footer{
        height: calc(100vh); 
        width:100%;
        display: flex; 
        align-items: center;
        flex-direction: column;
        background-color: var(--color-background);
        overflow-y: hidden;
    }
    .icons-area {
        height: 80px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: -20px;
    }
    .area-send-message {
        height: 100%;
        width: 80%;
        max-width: 600px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        h1 {
            align-items: end;
            justify-content: center;
            margin-top: 20px;
            font-size: 100%;
            padding-bottom: 20px;
        }
        label {
            height: 60px;
            border-radius: 5px;
            border: 0;
            font-size: 80%;
        }
        input {
            width: 100%;
            height: 80%;
        }
        textarea {
            width: 100%;
            height: 170%;
        }
        button {
            width: 100%;
            height: 40px;
        }
    }
    .contact-area-icons {
        margin-top: 10px;
        width: 100%;
    }
    .contact-iconi{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 80%;
        background-color:var(--color-primary);
    }
    .contact-area {
        width: 100%;
        height: 20%;
    }
    footer #footer-contact {
        position:relative;
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        flex-direction: column-reverse;
        justify-content: space-around;
    }
}