*{
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

header{
    position: fixed;
    width: 100%;
    height: 10vh;
    display: flex;
    justify-content: space-around; 
    align-items: center;
    background: white;
    box-shadow: 0px 0px 20px 10px rgba(216, 216, 216, 0.4);
}

#logo{
    display: flex;
    justify-content: center;
}

h3{
    margin: 10% 0 0 0;
    display: flex;
    font-size: 3em;
    justify-content: center;
}

.text-description{
    width: 60%;
    font-size: 1.2em;
    margin: 2% auto 0 auto;
    text-align: center;
    

}

#logo{
    width: 150px;

    align-self: center;
}

ul{
    list-style: none;
    text-decoration: none;
    display: flex;
    text-align: center;
    transition: all .5s;
    cursor: default;
    text-align: center;
}

ul a{
    font-size: 120%;
    font-weight: 600;
    text-decoration: none;
    padding: 20px;
    color: black;
}

ul a:hover{
    color: rgb(66, 66, 66);
    text-decoration: none;
    text-decoration: underline;
}

#explore{
    text-align: center;
    line-height: 30px;
    height: 35px;
    width: 100px;
    font-size: 1em;
    font-weight: 600;
    align-self: center;
    border: none;
    color: white;
    background-color: black;
    cursor: pointer;
    margin-left: 50px;
}

#explore:hover{
    color: white;
    background-color: rgb(66, 66, 66);
    cursor: pointer;
}

#inicio{
    background: url(images/capa.jpg) no-repeat center;
    background-size: cover; 
    background-attachment: fixed;
    display: flex;
    height: 100vh;
    width: 100%;
}

#informations{
    display: flex;
    flex-direction: column;
    width: 35%;
    align-self: center;
    margin: 0 0 0 6.5vw;
}

#inicio h2{
    font-size: 7em;
    line-height: 0.9;
    font-weight: 500;
    width: 50%;
}

#inicio p{
    font-size: 1.2em;
    margin-top: 8%;
}

#explore-more{
    height: 45px;
    width: 200px;
    margin-top: 8%;
    font-size: 1em;
    font-weight: 600;
    border: none;
    color: black;
    border: 2px solid black;
    cursor: pointer;
    background-color: transparent;
    display: none;
}

#explore-more:hover{
    background-color: rgb(245, 245, 245) ;
}


#service{
    display: flex;
    flex-direction: column;
    align-items: center;
}


#cards{
    margin: 5% 0 0 0;
    display: flex;
    width: 80%;
    flex-direction: row;
    justify-content:space-around;
}

.card{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    box-shadow: 0px 0px 20px 10px rgba(216, 216, 216, 0.4);
    width: 20vw;
    height: 50vh;
    align-items: center;

    
    
}

.card:hover{
    box-shadow: 0px 0px 20px 10px rgba(216, 216, 216, 0.8);
}

.card h4{
    font-size: 3vh;
    font-weight: 800;
}

.card p{
    display: flex;
    margin: 0 auto;
    text-align: center;
    width: 80%;
    font-size: 2.5vh;
    font-weight: 500;
}

.card a{
    cursor: pointer;
    color: black;
    font-size: 2vh;
    font-weight: 700;
}

.card a:hover{
    color: rgb(66, 66, 66);
}

.card img{
    width: 20%;
}

#clients{
    display: flex;
    flex-wrap: wrap;
    margin: 5% auto 0 auto;
    width: 60%;
    height: 60vh;
    justify-content: center;
}


.client{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33%;
    height: 30vh;
}

.client:hover{
    cursor: pointer;
    box-shadow: 0px 0px 30px 20px rgba(148, 148, 148, 0.1);
}

.client img{
    height: 10vh;
}

#galery{
    display: flex;
    flex-direction: row;
    margin: 5% auto 0 auto;
    width: 80%;
    height: 80vh;
}

#part1{
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 100%;
}

#imagem1, #imagem2, #imagem3{
    transition: all 0.5s;
}

#imagem1:hover, #imagem2:hover, #imagem3:hover{
    transform: scale(1.2);
}

#imagem1, #imagem2{
    width: 100%;
    height: 100%;
}

#imagem1{
    background: url(images/sobreNos.jpg)no-repeat;
    background-size: cover;
}

#imagem2{
    background: url(images/0_uI-RJUcBFh3J8g30.png)no-repeat;
    background-size: cover;
}

#imagem3{
    background: url(images/13945670722_e59a31a7d1_b.jpg)no-repeat center;
    background-size: cover;
    width: 50%;
    height: 100%;
    transition: all 0.5s;
}

#icons{


    width: 20%;
    padding: 2% 0 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

#testemunhos{
    margin: 5% auto 0 auto;
    display: flex;
    flex-direction: row;
    width: 80%;
    height: 35vh;
}

#testemunho-col1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25%;
    height: 100%;
}

#testemunho-col2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25%;
    height: 100%;
}

#testemunho-col3{
    padding: 1% 1% 0 1%;
    width: 50%;
    height: 100%;
}

#testemunho-col3:hover{
    cursor: pointer;
    background: rgb(245, 245, 245);
}

.testemunho{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    width: 80%;
    height: 10vh;
}

.testemunho-gigante{
    display: flex;
    flex-direction: row;
}

.testemunho-gigante img{
    width: 20%;
    border-radius: 100%;
}

#text{
    
    margin: 3% 0 0 0 ;
    font-size: 1.5vw;
}

.testemunho:hover{
    cursor: pointer;
    background: rgb(245, 245, 245);
}

.testemunho img{
    display: flex;
    margin: auto 0 auto 0;
    justify-content: center;
    height: 90%;
    border-radius: 100%;

}

.foto{
    background: url(images/rostos/rosto1.jpg) no-repeat center;
    background-size: cover;
    border-radius: 100%;
    width: 30%;
}

.descricao{
    display: flex;
    padding: 0 0 0 5%;
    justify-content: center;
    flex-direction: column;
}

.descricao h3{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: flex;
    font-size: 1.2vw;
    justify-content: left;
}

.descricao p{
    font-size: 1vw;
}

footer{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    background: black;
    color: white;
    margin-top: 10%;
    width: 100%;
    height: 20vh;
    font-size: 1.2em;
}

footer p{
    text-align: center;
}

footer img{
    filter: invert(91%) sepia(62%) saturate(0%) hue-rotate(123deg) brightness(112%) contrast(104%);
}

footer img:hover{
    filter: invert(91%) sepia(62%) saturate(0%) hue-rotate(123deg) brightness(60%) contrast(104%) drop-shadow(0px 0px 2px #979797);;
}

button{
    background-color: transparent;
    border: none;
    color: rgb(0, 0, 0);
    font-size: 36px;
    position: absolute;
    right: 10px;
    display: none;
    padding: 0px 10px 3px 10px;
}

button:hover{
    cursor: pointer;
    opacity: 0.8;
    background-color: rgba(0, 0, 0, 0.2);
}

button:focus ~ ul {
    top: 0%;
}

@media (max-width:1000px){
    
    h3{
        margin: 10% 0 0 0;
        font-size: 3em;
        text-align: center;
    }

    #explore{
        display: none;
    }

    #informations{
        display: flex;
        flex-direction: column;
        width: 100%;
        align-self: center;
        margin: 0 0 0 6.5vw;
    }

    #inicio h2{
        font-size: 3em;
        line-height: 0.9;
        font-weight: 500;
        width: 80%;
    }

    #inicio p{
        font-size: 1em;
        margin-top: 8%;
        width: 60%;
    }

    button{
        display: block;
    }

    ul{
        flex-direction: column;
        position: fixed;
        top: -200%;
        background: #1D1D1D;
        width: 100%;
        height: 100%;
        margin: 10vh 0 0 0;
        list-style: none;
        text-decoration: none;
        display: flex;
        text-align: center;
        transition: all .5s;
        cursor: default;
        text-align: center;
        justify-content: center;
    }

    ul li{
        padding: 20px 20px 20px 20px;
    }

    ul li:hover{
        cursor: pointer;
        background-color: rgb(44, 44, 44);
    }

    ul li a{
        font-size: 2em;
        color: #fff;
    }

    ul li a:hover{
        color: #fff;
    }



    #cards{

        flex-direction: column;
    }
    
    .card{
        margin: 10% 0 0 0;
        width: 100%;
        height: 60vh;
    }
    
    #clients{
        flex-direction: column;
        width: 80%;
        height: 200vh;
    }

    .client{
        width: 100%;
    }

    #galery{
        flex-direction: column;
        width: 80%;
        height: 150vh;
    }

    #part1, #imagem3{
        width: 100%;
    }

    #testemunhos{
        flex-direction: column-reverse;
        width: 80%;
        height: 100vh;
    }

    #testemunho-col1{
        width: 100%;
        margin: 2% 0 0 0;
    }

    #testemunho-col2{
        width: 100%;
        margin: 5% 0 0 0;
    }
    
    #testemunho-col3{
        border: 1px solid rgba(0, 0, 0, 0.2);
        padding: 0 0 10px 10px;
        width: 100%;
        height: 100%;
    }

    .testemunho{
        border: 1px solid rgba(0, 0, 0, 0.2);
    }

    .testemunho-gigante {
        height: 40%;
        align-items: center;
        justify-content: center;
    }

    .testemunho img{
        height: 80%;
    }

    .testemunho-gigante img{
        width: 20%;
    }

    .testemunho-gigante .descricao h3{
        font-size: 1.2em;
    }

    .testemunho-gigante .descricao p{
        font-size: 1em;
    }

    #text p{
        font-size: 3em;
    }

    .descricao h3{
        font-size: 1em;
    }

    .descricao p{
        font-size: 1em;
    }
}
