
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
/* CSS RESET */
*{
    margin: 0;
    border: 0;
    padding: 0;
}

body{
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
}

main {
    /* height: 140vh;  */
    background-image: url(imagens/background.jpg);
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

}

address {
    background-color: #4a4b4e;
    /* font-size: 0.7em; */
}

.Container{
    margin: 0 auto;
    /* background-color: #7f0; */
}

.Flex {
    display: flex;
    justify-content: space-between;
    /* background-color: #a9a9a9; */
  }

  .Flex3{
    display: flex;
    flex-direction: column;
  }

  .Flex4 span{
    padding-left: 5px;
  }

  .Flex4{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
  }

  .Flex5{
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .About, .Technologies{
    width: 350px;
    text-align: center;

  }

  .About{
    /* background-color: red; */
    /* width: 450px; */
  }

  .Technologies{
    /* background-color: blue; */
    width: 200px;
  }

  .Section1{
    display: flex;
    flex-direction: column;
  }
/* Topo do site */
#botaoTopo {
    /* A linhaFixa um elemento permanentemente na pagina */
    position: fixed;
    right: 10px;
    bottom: 10px;
}

address, address a, address .Flex5 {
    color: #fff;
    text-decoration: none;
    font-size: 0.89em;
}

address a img{
    width: 32px;
    height: 32px;
    margin: 5px;
}
address img{
    margin: 5px;
    margin-right: 10px;
    width: 23px;
    height: 23px;
}

footer{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2b2c2e;
    color: #fff;
    font-size: 0.7em;
    padding: 5px;
}

#currentYear{
    margin-left: 5px;
    /* margin: 5px; */
}

/* #currentYear{
    marg
} */

/* Smartphone Portrait >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
header{
    height: 60px;
}

#logo img{
    width: 72px;
    height: 40.75px;
    margin-top: 10px;
    margin-left: 15px;
}




#profilePhoto img{
    width:200px;
    height: 200px;
    border-radius: 50%;
    border-color: #fff;
    border-width: 5px;
    border-style: solid;
}

/* ESTILOS DE TEXTOS NA MAIN */
h1{
    padding: 20px;
    font-size: 4.5em;
}

h2{
    padding-bottom: 60px;
}

#check{
    display: none;
    /* position: fixed; */
}

label{
    font-size: 2em;
    padding-right: 15px;
    position: fixed;
    top: 10px;
    right: 15px;
    color: rgba(0, 0, 0, 0.5);
    /* width: 5px;
    height: 5px; */
}

#barraMenu {
    /* Remocao de bullets */
    list-style: none;
    background-color: #343538;
    height: 100vh;
    position: fixed;
    top: 50px;
    /* Esconde o menu */
    right: -100%;
    width: 50%;
    transition: all 0.4s;
    /* position: fixed; */
}

/* Mostra o menu apos clicar em "#check" */
#check:checked ~ #barraMenu{
    right: 0;
}

#barraMenu li{
    padding: 20px;
    border-bottom: 1px solid #a9a9a9;
}

#barraMenu li a{
    /* Remocao de sublinhado */
    text-decoration: none;
    color: #fff;
}
section h2{
    padding-bottom: 0;
    text-align: center;
}
section p{
    margin: 10px 0;
}

.Technologies img{
    width: 35px;
    /* padding-bottom: 15px; */
}


/* Smartphone landscape >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
@media (min-width: 576px){


    /* Layout */
    .Container{
        max-width: 540px;

    }
    header{
        height: 80px;
    }
    main{
        height: 130vh;
    }

    .Flex2{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        text-align: center;

      }

}

@media (min-width: 600px){

    main{
        height: 130vh;
    }
}




/* Tablet Portrait >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
@media (min-width: 768px){ /*original = 768px*/

     /* Layout */
     .Container{
        max-width: 720px;
    }

    main{
        height: 50vh;
    }

    .Flex2{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
      }

      .Flex6{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
      }

}


/* @media (min-width: 700px){

    main{
        height: 130vh;
    }
} */

/* Tablet landscape >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
@media (min-width: 992px){

     /* Layout */
     .Container{
        max-width: 960px;
    }

    main{
        height: 75vh;
    }
}
/* PC >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
@media (min-width: 1200px){

     /* Layout */
     .Container{
        max-width: 1140px;
    }

    .Flex2{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
      }
      .About{
        width: 500px;
      }

    header{
        height: 120px;
    }

    /* Cabeçalho */
    label {
        display: none;
    }

    #barraMenu{
        position: static;
        height: auto;
        background-color: transparent;
        margin-top: 50px;
        width: 100%;
    }

    #barraMenu li{
        /* Faz os campos de menu ficarem na horizontal */
        float: left;
        border-style: outset;
        /* border: 0; */
        
    }

    #barraMenu li a{
        color: #343538;
    }

    #barraMenu li a:hover{
        color: rgb(8, 182, 182);
    }

    #logo img{
    width: 125px;
    height: 93.75px;
    margin-top: 10px;
    }

}