*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
/**Boot CSS**/
.body{
    display: flex;
    flex-direction: column; 

}
.center{
    max-width: 1280px;
    padding: 0 2%;
    margin: 0 auto;
}

.w25{
    width: 25%;
}

.w33{
    width: 33%;
}

.w50{
    width: 50%;
}

.left{
    float: left;
}
.right{
    float: right;
}
.clear{
    clear: both;
}


/* Cabeçalho do site */

header{
    z-index: 10;
    position: fixed;
    padding: 10px 0;
    background: #141414;
    width: 100%;
   
}
header .logo{ 
    padding: 0 0 0;
}
nav.mobile{
    display: none;
}
nav.desktop ul{
    position: relative;
    top: 8px;
    list-style-type: none;
}
nav.desktop li{
    font-size: 15px;
    padding: 25px 25px;
    display: inline-block;
    text-transform: uppercase;
}
nav.desktop a{
    color: #FFFFFF;
    text-decoration: none;
}
nav.desktop a:hover {
    color: #c4c4c4;
    text-decoration: underline;
}

/* Fim do Cabeçalho do site */

/** Banner Central **/



section.banner-central{
    width: 100%;
    height: 100%;
    position: relative;
    }

.banner-single{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    background-size: cover;
    background-position: center;
    align-items: initial;
}


.overlay{
position:absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 2;
background-color: rgba(0, 0, 0, 0.7);
}
section.banner-central form{
    max-width: 500px;
    z-index: 3;
    position:absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%) ;

}
section.banner-central form h2{
    color:#c4c4c4;
    font-weight: 300;
    font-size: 35px;
    text-align: center;
    font-style: bold;
}
section.banner-central form h3{
    color:#c4c4c4;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    font-style: bold;
}

/** Fim Banner Central **/

/**Sessão Quem Somos **/
section.autor{
    padding: 30px 0;
    background: #c4c4c4;
    }

    section.autor h2{
    font-size: 30px;
    color: #1d1c1c;
    margin: 10px;
}
section.autor p{
    font-size: 18px;
    color: #1d1c1c;
    margin: 10px;
    margin-right: 40px;
    text-align: justify;
}

/** Fim da Sessão Quem Sou **/

/** Sessão Especialidades**/

section.especialidades{
    padding: 35px 0;
    background: #151516;

}

section.especialidades h2.title{
    padding: 30px;
    font-size: 35px;
    font-weight: 600;
    color:#c4c4c4;
    text-align: center;
}
.box-especialidades{
    width: 33%;
    position: relative;
}
.quadro_transparente{
position:absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
background-color: rgba(0, 0, 0, 0.4);
}

.quadro_transparente:hover{
position:absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
background-color: rgba(0, 0, 0, 0.1);
}

.quadro_transparente h2{
    color:#c4c4c4;
    font-weight: 300;
    font-size: 30px;
    text-align: center;
    font-style: bold;
    left: 50%;
    top: 50%;
    margin-top: 130%;

}

.ultimostrabalhos{
max-width: 100%;
height: 600px;
background: #8d8d8d;

}
.box-ultimostrabalhos{
    width: 25%;
    position: relative;
}
.titulo-ultimostrabalhos{
color: #1d1c1c;
font-size: 35px;
text-align: center;

}

.rodape{
    max-width: 100%;
    height: 150px;
    padding: 25px 0;
    background: #141414;
}

.redes_sociais{
    width: 65px;
    padding: 10px 0;
    
}

.desenvolvedor{
    text-align: center;
    font-size: 20px;
    color: #c4c4c4;
    padding: 25px 0;
}

/**Fim da Sessão Especialidaes**/

.orcamento{
    top: 90%;
    right: 10px;
    padding: 8px;;
    border-radius: 20px;
    width: 250px;
    height: 50px;
    z-index: 25;
    float: right;
    background: #0f992d;
    position: fixed;
    text-align: center;
    align-items: center; 
    flex: 1
}
.botaoorcamentos{
        color: #c4c4c4;
        font-size: 10px;
        text-align: center;
        text-decoration: none;

}
.botaoorcamentos a{
        color: #c4c4c4;
        font-size: 18px;
        text-align: center;
        text-decoration: none;
        
}
.botaoorcamentos a:hover{
        color: #c4c4c4;
        font-size: 18px;
        text-align: center;
        text-decoration: underline;
        
}

.bullets {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 5;
}
.bullets span{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: '10px';
    border-radius: 50%;
    cursor: pointer;
    background: #d3d1d1;
}
.bullets span.active-slider{
    background: #8d8d8d;
}

/** Modo Celular **/
@media screen and (max-width:1024px){
nav.desktop{
    display: none;
}
nav.mobile{
    display: block;
}

nav.mobile ul{
        top: 100px;
        width: 100%;
        z-index: 3;
        position: absolute;
        left: 0;
        display:none;
        text-align: center;
        padding: 10px;
}
nav.mobile li{
    font-weight: 300;
    font-size: 20px;
    background: #c4c4c4;
    border-bottom: 1px solid #1f1d1d;
    display: block;
    padding: 10px 0;

}
nav.mobile a{
    color: #1d1c1c;
    text-decoration: none;
}
nav.mobile a:hover{
    color: #1d1c1c;
    text-decoration:underline;
}
.botao{
    font-size: 40px;
    margin-top: 15px;
    margin-left: 15px;
    background-color: transparent;
    border: none;
    color:#c4c4c4;
    cursor: pointer;
    }
}


@media screen and (max-width: 1024px){
    .w50{
        width: 100%;
        padding: 20px;
    }
    .w33{
        width: 70%;
        padding: 10px;
    }
        .w25{
        width: 50%;
    }
section.especialidades{
    padding: 35px 0;
    background: #151516;
}
.box-especialidades{
    left: 15%;
    width: 70%;
    position:relative;
}
}

/** Fim Modo Celular **/