section.index{
    /*width: 100%;*/
}

/* Todos os Projetos */
.topoPonteagudo{
    position: relative;
    width: 100%;
    height: 112px;
    margin-top: 380px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 9999;
    -webkit-transform: translate3d(0,0,0);
}

.resto_conteudo{
    position: relative;
    top: 0;
    width: 100%;
    background-color: rgb(128,128,128);
    padding-bottom: 50px;
    z-index: 9999;
}

.tituloSeccao{
    position: relative;
    top: 0;
    margin-top: 50px;
    color: white;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
}

.projeto{
    position: relative;
    margin-bottom: 20px;
    /*border:1px solid #FFFFFF;*/
    padding-bottom: 10px;
}

.imagemProjeto{
    position: relative;
    width: 100%;
    border:1px solid transparent;
}

.imagemProjeto img{
    width: 100%;
    height: auto;
}

.tituloProjeto{
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    /*border-top: 1px solid #FFFFFF;
    padding-top: 10px;*/
	color: white;
}

.moreProjects{
    text-align: center;
}

.moreProjects a{

}

.galeria_hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    z-index: 10;
}

.galeria_hover:hover{
    background: rgba(0,0,0,0.6);
}

.galeria_hover:hover i{
    color: white;
}

.galeria_hover_content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -13px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    z-index: 15;
}

.galeria_hover_content i {
    color: transparent;
    margin-top: -5px;
    font-size: 35px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

/* Formulário Home */
#fundoFormHome{
    position: relative;
    width: 100%;
    background-color: #FFFFFF;
    padding-bottom: 50px;
    /*background-image: url("../img/modalidades.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;*/
    z-index: 9999;
    -webkit-transform: translate3d(0,0,0);
    overflow: hidden;
}

.tituloSolucao{
    margin-top: 50px;
    text-align: center;
    color: #000000;
    font-weight: 300;
    font-size: 30px;
    text-transform: uppercase;
}

.eleemntoForm{
    position: relative;
    /*border:1px solid red;*/
    width: 90%;
    margin-left: 5%;
}

.eleemntoForm i{
    font-size: 30px;
    font-weight: 400;
    color: rgb(128,128,128);
}

.eleemntoForm .linha-separadora{
    position: relative;
    margin-top: 15px;
    width: 100%;
    height: 1px;
    background-color: #80D8B6;
}


.eleemntoForm .check-box{
    position: relative;
    margin-top: 15px;
}

.check-box label{
    position: absolute;
    padding-left: 10px;
    margin-top: 3px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.passo-seguinte{
    text-align: center;
}

.pergunta{
    text-align: center;
    color: #80D8B6;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 10px;
    border-bottom: 1px solid #80D8B6;
}

.options{
    margin-top: 10px;
    text-align: center;
}

#homeForm .textField{
    width: 200px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 10px;
    color: #1A1A18;
    border: 1px solid #80D8B6;
    outline: none;
    resize:none;
    background-color: #FFFFFF;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 10px;
}

#homeForm .textField1, #homeForm textarea {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 10px;
    color: #1A1A18;
    border: 1px solid #80D8B6;
    outline: none;
    resize: none;
    background-color: #FFFFFF;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 10px;
}

#homeForm textarea{
    height: 185px;
}

::-webkit-input-placeholder {
    color: #000000;
    font-size: 12px;
}
:-moz-placeholder { /* Firefox 18- */
    color: #000000;
    font-size: 12px;
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #000000;
    font-size: 12px;
}
:-ms-input-placeholder {
    color: #000000;
    font-size: 12px;
}

#nextStep{
    text-align: center;
}

/* Website */
.step1-1{
    display: none;
}

.step1-2{
    display: none;
}

.step1-3{
    display: none;
}

.step1-4{
    display: none;
}

.mensagemErros{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    left: 0;
    margin-top: -70px;
}


/* Loja */
.step2-1{
    display: none;
}

.step2-2{
    display: none;
}

.step2-3{
    display: none;
}

.step2-4{
    display: none;
}

.step2-5{
    display: none;
}

/* Aplicação */
.step3-1{
    display: none;
}

.step3-2{
    display: none;
}

.step3-3{
    display: none;
}

/* Redes Sociais */
.step4-1{
    display: none;
}

.step4-2{
    display: none;
}

.step4-3{
    display: none;
}





@media (max-width: 767px) {
    .eleemntoForm{
        margin-bottom: 50px !important;
    }

    .topoPonteagudo{
        margin-top: -112px !important;
    }
}
@media (max-width: 991px) AND (min-width: 768px) {
    .eleemntoForm{
        margin-bottom: 50px !important;
    }

    .topoPonteagudo{
        margin-top: -112px !important;
    }
}
@media (min-width: 992px) AND (max-width: 1209px){
    .topoPonteagudo{
        margin-top: 300px !important;
    }
}
@media (min-width: 1210px) {

}