body{
    margin: 0 !important;
    padding: 0 !important;
}
div#topo{
    font-family: digitalt;
    position: fixed;
    background-color: green;
    top: 0;
    width: 100%;
    z-index: 3;
    height: 71px;
}
div#topo nav{
    
}
div#topo ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
div#topo li{
    display: inline-block;
    font-size: 18.5px;
}
div#topo li.esquerda{
    float: left;
    border-right: solid 1px forestgreen;
}
div#topo li.direita{
    float: right;
    border-left: solid 1px forestgreen;
}
div#topo li:hover{
    background-color: forestgreen;
    transition: 0.2s;
}
div#topo li#cor_botao{
    background-color: darkgreen;
}
div#topo a{
    display: block;
    padding: 25px;
    text-decoration: none;
    color: limegreen;
}
div#topo a#folha_cor{
    background-color: darkgreen;
    background-image: url(../_compartilhado/educologico.png);
    background-size: 90%;
    background-position: center;
    width: 50px;
    height: 21px;
    background-repeat: no-repeat;
    color: transparent;
}
div#topo a#folha{
    background-image: url(../_compartilhado/educologico.png);
    color: transparent;
    background-size: 90%;
    background-position: center;
    width: 50px;
    height: 21px;
    background-repeat: no-repeat;
    color: transparent;
}
div#topo a#passionista{
    background-image: url(../_compartilhado/passionista.png);
    background-size: 100%;
    background-position: center;
    width: 100px;
    height: 21px;
    background-repeat: no-repeat;
}
div#topo a#facebook{
    background-image: url(../_compartilhado/facebook.png);
    background-size: 100%;
    background-position: center;
    width: 100px;
    height: 21px;
    background-repeat: no-repeat;
}
.show-menu {
	text-decoration: none;
	text-align: center;
	padding: 10px 0;
	display: none;
}
nav#navegacao input[type=checkbox]{
    display: none;
}
nav#navegacao input[type=checkbox]:checked ~ #menu{
    display: block;
}

section.destaque{
    margin-top: 71px;
    padding: 100px 0; 
    cursor: default;
    text-align: center;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 50px;
    box-shadow: 0 0 50px gray;
}
section.destaque img{
    width: 500px;
}

section#inicio_destaque{
    background-image: url(../index/index.jpg);
    background-position: top;
    margin-bottom: 0;
    padding: 200px 0;
}
section#inicio_principal{
    padding: 30px 15%;
    background-color: ghostwhite;
    border-bottom: solid 1px lightgray;
}
section#inicio_principal p{
    font-family: blue-highway;
    font-size: 20px;
}
section#inicio_principal a{
    display: inline-block;
    padding: 20px;
    font-family: roboto;
    border: solid 1px lightgray;
    text-decoration: none;
    color: black;
    margin-bottom: 10px;
    transition: 0.3s;
    background-color: white;
}
section#inicio_principal a:hover{
    background-color: lightgray;
    transition: 0.5s;
}
section#inicio_destaques{
    width: 950px;
    margin: auto;
    padding: 50px 0;
}
section#inicio_destaques h2{
    margin: 0 1.5% 50px 1.5%;
    font-family: blue-highway;
    font-size: 35px;
    text-align: center;
}
section#inicio_destaques div{
    width: 30.33%;
    margin: 10px 1.5%;
    float: left;
    text-align: center;
}
section#inicio_destaques img{
    width: 80%;
    border-radius: 50%;
    box-shadow: 0 10px 20px gray;
}
section#inicio_destaques h3{
    font-family: blue-highway;
    padding: 10px 10%;
}
section#inicio_destaques a{
    font-family: roboto;
    color: white;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    padding: 10px 20px;
    background-color: green;
    transition: 0.3s;
}
section#inicio_destaques a:hover{
    background-color: darkgreen;
    transition: 0.3s;
}
section#inicio_depoimentos{
    width: 100%;
    float: left;
    background-color: ghostwhite;
    text-align: center;
    padding-top: 50px;
    margin-top: 100px;
    font-size: 17px;
    border-top: solid 1px lightgray;
}
section#inicio_depoimentos h1{
    margin: 20px 5% 50px 5%;
    font-family: blue-highway;
    font-size: 35px;
}
section#inicio_depoimentos div.mySlides{
    display: none;
    background-color: white;
    width: 60%;
    padding: 20px;
    margin: 50px auto;
    margin-top: 10px;
    border: solid 1px lightgray;
    font-family: roboto;
}
section#inicio_depoimentos p{
    line-height: 23px;
}
section#inicio_depoimentos p#autor{
    font-weight: bold;
    margin-bottom: 0;
}
section#inicio_depoimentos p#ocupacao{
    margin-top: 0;
}
section#inicio_depoimentos div#botao{
    margin: 10px 0 0px 0;
}
section#inicio_depoimentos button{
    background-color: white;
    border: solid 1px lightgray;
    transition: 0.3s;
    cursor: pointer;
}
section#inicio_depoimentos button:hover{
    background-color: lightgray;
    transition: 0.5s;
}
section#inicio_depoimentos button.passar{
    width: 50px;
    height: 50px;
}
section#inicio_depoimentos button#depoimentos{
    margin: 0 0 100px 0;
    padding: 0;
}
section#inicio_depoimentos a{
    display: inline-block;
    padding: 10px 50px;
    font-family: blue-highway;
    text-decoration: none;
    color: black;
    transition: 0.3s;
    font-size: 16px;
}

section#institucional_destaque{
    background-image: url(../institucional/institucional.jpg);
    background-position: center;
    margin-bottom: 0;
}
section#institucional_principal{
    width: 100%;
    font-family: roboto;
    background-color: ghostwhite;
    border-bottom: solid 1px lightgray;
    padding-bottom: 50px;
}
section#institucional_principal article{
    padding: 25px 15%;
}
section#institucional_principal img{
    width: 25%;
    margin: 0 10%;
    border-radius: 50%;
    box-shadow: 0 10px 20px gray;
}
section#institucional_principal p{
    font-size: 18px;
    width: 50%;
    margin: 50px 2.5%;
}
section#institucional_principal article.direita p{
    float: right;
    text-align: right;
}
section#institucional_principal article.esquerda p{
    float: left;
    text-align: left;
}
section#institucional_depoimentos{
    padding-top: 100px;
}
section#institucional_depoimentos h1{
    width: 100%;
    text-align: center;
    font-family: blue-highway;
    font-size: 35px;
}
section#institucional_depoimentos div#depoimentos_colunas{
    -moz-column-count: 3;
	-moz-column-gap: 0px;
	-webkit-column-count: 3;
	-webkit-column-gap: 0px;
	column-count: 3;
	column-gap: 0px;
    background-color: white;
    border: 0;
}
section#institucional_depoimentos div{
    display: inline-block;
	width: 85%;
    margin: 15px 2.5%;
    background-color: ghostwhite;
    border: solid 1px lightgray;
    padding: 10px 5%;
}
section#institucional_depoimentos article{
    font-size: 17px;
    font-family: roboto;
    line-height: 25px;
}
section#institucional_depoimentos p{
    margin: 10px 0;
}
section#institucional_depoimentos p#autor{
    font-family: roboto;
    font-weight: bold;
    margin: 30px 0 0 0;
    font-size: 18px;
    line-height: 23px;
}
section#institucional_depoimentos p#ocupacao{
    font-family: roboto;
    margin: 0;
    font-size: 16px;
    line-height: 23px;
}

section#projetos_destaque{
    background-image: url(../projetos/projetos.jpg);
    background-position: center;
}
section#projetos_lista{
    width: 950px;
    margin: auto;
}
section#projetos_lista div{
    float: left;
    width: 45%;
    margin: 30px 2.5%;
    border-bottom: dashed 1px;
}
section#projetos_lista article{
    width: 100%;
    height: 150px;
    background-color: lightgreen;
    text-align: center;
}
section#projetos_lista img{
    height: 150px;
    float: left;
    width: 150px;
}
section#projetos_lista h2{
    margin: 0;
    padding: 40px 0 20px 0;
    font-size: 18px;
    line-height: 22px;
    font-family: existence;
}
section#projetos_lista p{
    font-family: roboto;
    font-size: 17px;
    height: 95px;
}
section#projetos_lista button{
    display: inline-block;
    padding: 0;
    border: 0;
    background-color: transparent;
}
section#projetos_lista a{
    float: left;
    padding: 8px 15px;
    text-decoration: none;
    color: green;
    font-family: roboto;
    font-size: 18px;
    transition: 0.3s;
}
section#projetos_lista a:hover{
    color: black;
    transition: 0.3s;
}
section#projetos_lista div#espacamento{
    width: 100%;
    border: 0;
    float: clear;
    margin: 0;
}

section.projeto_especifico{
    margin-top: 121px;
}
section.projeto_especifico h1{
    font-family: existence;
    text-align: center;
    font-size: 40px;
    padding: 20px 0;
}
section.projeto_especifico article{
    width: 950px;
    margin: auto;
    font-size: 20px;
    font-family: roboto;
    line-height: 25px;
    text-align: center;
}
section.projeto_especifico p{
    text-indent: 50px;
    text-align: justify;
}
section.projeto_especifico img{
    width: 80%;
    margin: 10px 0;
}
section.projeto_especifico iframe#youtube{
    width: 80%;
    height: 430px;
    margin: 10px 0;
}
section.projeto_especifico iframe#facebook{
    
}
section.projeto_especifico video{
    width: 80%;
    height: 430px;
    margin: 10px 0;
    background-color: black;
}
section.projeto_especifico a{
    text-decoration: none;
    color: blue;
}
div.parallax{
    height: 250px;
    margin: 50px 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
}

div#parallax_argila_comum_e_de_cupinzeiro{
    background-image: url(../projetos/argila_comum_e_de_cupinzeiro/explicacao_2_argila_de_cupinzeiro.jpg);
    background-position: center;
}
div#parallax_art_in_vitro{
    background-image: url(../projetos/art_in_vitro/garrafas_art_in_vitro.jpeg);
    background-position: bottom;
}
div#parallax_sabao_de_coco{
    background-image: url(../projetos/sabao_de_coco/sabao_de_coco.jpg);
    background-position: bottom;
}
div#parallax_energia_eolica{
    background-image: url(../projetos/energia_eolica/gerador_helice_ventilador_led_energia_eolica.jpg);
    background-position: bottom;
}
div#parallax_cabeludinho_o_boneco_de_alpiste{
    background-image: url(../projetos/cabeludinho_o_boneco_de_alpiste/cabeludinho_o_boneco_de_alpiste.jpg);
    background-position: bottom;
}
div#parallax_aquecedor_solar{
    background-image: url(../projetos/aquecedor_solar/aquecedor_solar.jpg);
    background-position: bottom;
}

footer#contato_inicio{
    background-color: white;
    margin-top: 0;
}
footer{
    float: left;
    width: 100%;
    padding: 50px 0;
    background-color: ghostwhite;
    border-top: solid 1px lightgray;
    margin-top: 50px;
}
footer ul#links{
    list-style: none;
    text-align: center;
    padding: 0;
}
footer li{
    display: inline-block;
}
footer li#divisoria{
    width: 1px;
    height: 80px;
    background-color: lightgray;
}
footer a{
    display: inline-block;
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 80px;
    width: 200px;
    opacity: 0.7;
    transition: 0.3s;
}
footer a#facebook{
    background-image: url(../_compartilhado/facebook.png);
}
footer a#educologico{
    background-image: url(../_compartilhado/educologico_escrita_menor.png);
}
footer a#passionista{
    background-image: url(../_compartilhado/passionista.png);
}
footer a:hover{
    opacity: 1;
    transition: 0.6s;
}
footer p{
    text-align: center;
    font-family: roboto;
    font-size: 18px;
}

@media only screen and (max-width:1200px){
    section#institucional_principal article{
        padding: 25px 8%;
    }
}
    
@media only screen and (max-width:1000px){
    div#topo{
        height: 72px;
    }
    ul#menu{
        display: none;
        background-color: green;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 60%;
        z-index: 3;
        box-shadow: 0 0 20px black;
        overflow: scroll;
    }
    ul#menu li{
        float: clear;
        text-align: center;
        display: block;
        margin-top: 0;
        width: 100%;
        border: 0;
    }
    label.show-menu{
        display: block;
        cursor: pointer;
    }
    .show-menu {
        z-index: 3;
        margin: 0;
		display: block;
        right: 0;
        width: 70px;
        padding: 2px 1%;
        position: fixed;
        background-color: rgba(255,255,255,0.8);
    }
    div#topo a#folha_cor{
        background-color: darkgreen;
        background-image: none;
        background-position: center;
        width: 100%;
        height: 21px;
        background-repeat: no-repeat;
        color: limegreen;
        padding: 25px 0;
    }
    div#topo a#folha{
        background-image: none;
        background-position: center;
        width: 100%;
        height: 21px;
        background-repeat: no-repeat;
        color: limegreen;
        padding: 25px 0;
    }
    div#topo a#passionista{
        background-size: 40%;
        width: 100%;
        padding: 25px 0;
    }
    div#topo a#facebook{
        background-size: 40%;
        width: 100%;
        padding: 25px 0;
    }
    
    section.destaque{
        padding: 55px 0; 
        background-size: 220%;
    }
    section.destaque img{
        width: 95%
    }
    
    section#inicio_destaques{
        width: 95%;
        padding: 10px 0;
    }
    section#inicio_destaques h2{
        margin: 0 1.5% 50px 1.5%;
        font-family: blue-highway;
        font-size: 35px;
        text-align: center;
    }
    section#inicio_destaques div{
        width: 100%;
        margin: 40px 1.5%;
        float: clear;
    }
    section#inicio_destaques img{
        width: 40%;
    }
    section#inicio_destaques a{
        transition: 0;
    }
    section#inicio_destaques a:hover{
        background-color: green;
        transition: 0;
    }
    section#inicio_depoimentos div.mySlides{
        width: 70%;
    }
    
    section#institucional_destaque{
        margin-bottom: 0;
        background-position: center;
    }
    section#institucional_principal{
        width: 100%;
        text-align: center;
        margin: auto;
    }
    section#institucional_principal article{
        width: 90%;
        margin:  0 0 200px 0;
        padding: 0 5%;
    }
    section#institucional_principal img{
        width: 40%;
        margin: 20px 0;
    }
    section#institucional_principal p{
        width: 100%;
        margin: 10px 0 40px 0;
    }
    section#institucional_principal br{
        width: 100%;
    }
    section#institucional_principal article.direita p{
        float: clear;
        text-align: left;
    }
    section#institucional_principal article.esquerda p{
        float: clear;
        text-align: left;
    }
    section#institucional_depoimentos div#depoimentos_colunas{
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    
    section#projetos_lista{
        width: 95%;
    }
    section#projetos_lista div{
        float: clear;
        width: 95%;
    }
    section#projetos_lista article{
        width: 100%;
        height: 150px;
    }
    section#projetos_lista h2{
        padding: 10px 0 20px 0;
        font-size: 18px;
    }
    section#projetos_lista p{
        height: 125px;
    }
    
    section.projeto_especifico article{
        width: 95%;
    }
    section.projeto_especifico img{
        width: 95%;
    }
    section.projeto_especifico iframe#youtube{
        width: 95%;
        height: 450px;
        margin: 10px 0;
    }
    div.parallax{
        height: 250px;
        margin: 50px 0;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: 200%;
    }
    
    footer a{
        opacity: 1;
    }
    footer p{
        width: 95%;
        margin: auto;
    }
}
@media only screen and (max-width:700px){
    section#inicio_destaque{
        background-size: 400%;
    }
    
    section#institucional_destaque{
        margin-bottom: 0;
        background-size: 300%;
    }
    section#institucional_depoimentos div#depoimentos_colunas{
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    
    footer li{
        display: block;
    }
    footer li#divisoria{
        display: none;
    }
}

@font-face{
    font-family: digitalt;
    src: url(../fonts/digitalt.ttf);
}
@font-face{
    font-family: existence;
    src: url(../fonts/existence.ttf);
}
@font-face{
    font-family: roboto;
    src: url(../fonts/roboto.ttf);
}
@font-face{
    font-family: blue-highway;
    src: url(../fonts/blue-highway.ttf);
}