*{
    margin: 0;
    padding: 0;
}

.julius-sans-one-regular {
  font-family: "Julius Sans One", sans-serif;
  font-weight: 300;
  font-style: normal;
} 

header{
    width: 80%;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2%;
}

#logo{
    width: 30%;
    margin-left: 40%;
}

#container_textos{
    width: 50%;
    display: flex;
    justify-content: space-between;
}

h3{
    margin-left: 8%;
    color: #66bb33;
}

#container_img{
    width: 100%;
    min-height: 50vh;

    background-image: url("image.jpeg"); 
    background-size: cover;
    background-position: center center; 
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#img_inicio{
    width: 32%;
}

.container_servicos{
    margin: 20%;
}

#container_servicos_textos{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 5%;
}

h2{
    color: #333333;  
}

h4_sub{
    color: #333333;
}

h4{
    color: #333333;
    margin-right: 4%;
    margin-top: 1%;
}

.imgs_servicios{
    width: 33%;
}

i{
    color: #66bb33;
    font-size: 300%;
}

.container_servicos_especificos{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#container_servicios_lista{
    display: flex;
    padding: 2%;
}

#container_projetos{
    margin: 5%;
}

#container_projetos_imgs{
    margin: 4%;
}

#linha_projetos{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1%;
}

#container_sobre{
    margin: 5%;
}

#texto{
    text-align: justify;
    width: 80%;
    margin: 4%;
    border: 2px solid #66bb33;
    padding: 2%;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#h4_texto{
    color: #333333;
}

a{
    text-decoration: none;
}

.imgs_footer{
    width: 20%;
}

#container_footer{
    display: flex;
    width: 50%;
}

footer{
    width: 80%;
    height: 20%;
    display: flex;
    align-items: center;
    padding: 2%;
}