@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap'); /*Roboto*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap'); /*Open Sans*/

* {
    border: 0;
    margin: 0;
    margin: 0;
}

.header.ativo {
    background-color: black;
}

#part_1 {
    background-image: url(./capa\ editada.jpg);
    background-size: cover;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 95vh;
}


@media screen and (max-width:428px) {
    #part_1{
        background-image: url(./capa2.jpg);
        background-size: auto;
        height: 90vh;
    }
    #part3{
        background-image: url(./back.green.mobile.jpg);
        background-size: auto;
    }
}


.header {
    height: 55px;
    background-color: transparent;
    justify-content: space-between; /*'justify-content' só funciona se o 'dispaly' for 'flex'*/
    display: flex;
    width: 100%;
    align-items: center;
    box-sizing: border-box;
    position: fixed;

}

#logo {
    width: 32px;
    height: 30px;
    padding-left: 21px;
    margin: 7px;
    margin-top: 13px;
}



ul {
    display: flex;
    gap: 5rem;
    margin-right: 2rem
}

li {
    color: aliceblue;
    list-style: none; /*'list-style' seve para personalizar as bolinhas que têm em uma lista, quando se coloca 'none' tira as bolinhas*/
    cursor: pointer; /*quando o mouse passar em cima aparecerá uma mãozinha*/
    display: flex;
    font-family: 'Roboto', sans-serif;

}

ul a :hover{
    color: rgb(0, 148, 0);
    font-size: 11.9pt;
    transition: 0.2s;
}

a{
    text-decoration: none;
    color: rgb(58, 56, 56);
}

#cape {
    width: 100%;
    height: 100%;
}

#tophm {
    color:white;
    font-size: 25px;
    padding-left: 5px;
    margin: 7px;
    padding-top: 8px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
    letter-spacing: 1px;
}

#top-logo {
    display: flex;
    justify-content: space-between;
}

#titulo {
    color: white;
    text-align: center;
    padding-top: 240px;
    font-size: 60pt;
    font-family: 'Roboto', sans-serif;
}

#subtitulo {
    color: rgb(201, 192, 192);
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 200px;
}

#areadotecnico {
    font-size: 11pt;
    color: gray;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    padding: 0%; 
    display: flex;
    justify-content:flex-end;
    float: right;
    margin-bottom: 0%;
   
}

#btn-mobile {
    display: none;
}

@media screen and (max-width:742px){
  
    body{
        background-color: black;
        
    }
}



@media screen and (max-width: 730px) { 
    

    #titulo {
       font-size: 35pt;
    }

    #subtitulo {
        font-size: 12pt;
    }

   

    
    /*nav responsivo*/


    #menu {
        display:block;
        position: absolute;
        width: 80%;
        top: 55px;
        left: 0px;
        background-color: rgb(2, 2, 2);
        height: 0;
        transition: 0.6s;
        z-index: 10000; /*se tiver outro elemento o menu ficará em cima*/
        visibility: hidden;
        overflow-y: hidden ;
    }

    #nav.active #menu {
        display: block;
        height: calc(100vh - 70px);
        visibility: visible;
        }


    #btn-mobile{
        display: flex;
        padding: .5rem 1rem;
        font: 1rem;
        border: none;
        background:none;
        cursor: pointer;

    }

  

        #menu li{
            border-bottom: solid 1px rgb(20, 20, 20);
            padding: 1rem;
            font-size: 15pt;
            font-family: 'Open Sans', sans-serif;
        }

        #hamburger {
            border-top: 2px solid;
            width: 20px;
            color: white;

        }

        #hamburger::after,  #hamburger::before{
            content: '';
            display: block;
            width: 20px;
            height: 2px;
            background: currentColor;
            margin-top: 5px;
            position: relative;
            transition: 0.3s;
        }

        #nav.active #hamburger {
            border-top-color: transparent;
        }

        #nav.active #hamburger::before {
            transform: rotate(135deg);
        }

        #nav.active #hamburger::after {
            transform: rotate(-135deg);
            top: -7px;
        }
}











#part_2 {
    background-image: linear-gradient(to bottom right, rgb(21, 21, 22), rgb(0, 0, 0));
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: 70vh;
    
}

#titulo_2{
    color: rgb(207, 205, 207);
    margin-top: 70px;
    font-size: 28pt;
    font-family: 'Open Sans', sans-serif;
    border-left: 2.32px solid rgb(12, 71, 12);
    padding-left: 15px;
    
    display: flex;
    
}
#subtitulo_2{
    color: rgb(194, 189, 194);
    margin-top: 50px;
    font-size: 18pt;
    font-family: 'Open Sans', sans-serif;
    /*border-left: 2.32px solid rgb(0, 0, 0);*/
    padding-left: 15px;
   
    
}

#hmcor{
    color: rgb(31, 85, 31);
    font-weight: bold;
}
#side_1 {
    height: 80vh;
    padding-left: 100px;
    display: flex;
    flex-direction: column;
}

#img_2{
    width: 300px;
    height: 300px;
}


#part_3 {
    background-image: url(./back.green.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 400px;
    background-attachment: fixed;
}

#part_4 {
    display: flex;
    flex-direction: column;
    background-color: black;
    width: 100%;
    height: 100vh;
    font-family: 'Open Sans', sans-serif;
}



#titulo4{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 50px;
    text-shadow: 0 0 10px rgb(16, 50, 114);
    color: rgb(235, 235, 235);
    font-size: 35pt; 
}

#divisor{
    height: 70vh;
    background-color: rgb(190, 190, 190);
    display: flex;
    grid-area: divisor;
    /*background-color: aqua;*/
}


#container_part4{
    background-color: black;
    height: 100vh;
    margin-bottom: 50px;
    margin-top: 60px;
    display: grid;
    grid-template-columns: 10fr 0.1fr 10fr;
    grid-template-rows: 2fr 2fr;
    grid-template-areas: 
        "a1 divisor b1"
        "a2 divisor b2";
}

#a1{
    
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13pt;
    grid-area: a1;
    
}
#container_part4 a{
    color: white;
}

#container_part4 a :hover {
    color: rgb(78, 197, 78);
    transition: 0.2s;
}


#a1 img{
    padding-left: 110px;
}
#a2 img{
    padding-left: 105px;
}
#b1 img{
    padding-left: 62px;
}
#b2 img{
    padding-left: 62px;
}
#a2{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13pt;
    grid-area: a2;
    
}
#b1{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13pt;
    grid-area: b1;
}

#b2{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13pt;
    grid-area: b2;    
}
.img_pt4{
    height: 100px;
    width: 100px;
}

@media screen and (max-width: 947px){
    
    #part_2{
        flex-direction: column;
        height: 100vh;
        padding-left: 0px;
    }

    

    #side_1{
        width: 100%;
        padding-left: 0px;
        display: flex;
    }

    #container_part4{
        background-color: black;
    }

}

@media screen and (max-width: 803px){
    #divisor{
        visibility: hidden;
    }
    
    #container_part4{
       
        background-color: black;
        height: 100vh;
        margin-top: 0px;
        margin-bottom: 100px;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        grid-template-areas: 
            "a1"
            "a2"
            "b1"
            "b2";
    }

    #container_part4 div{
        margin-top: 90px;
    }

    

}
