* { border:0 none; font-size:100%; outline:0 none; margin:0; padding:0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }

/* Scrool Bar*/

body ::-webkit-scrollbar, html ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

body ::-webkit-scrollbar-thumb, html ::-webkit-scrollbar-thumb {
  background: #b6b9ad;
  cursor: pointer;
}

body ::-webkit-scrollbar-track, html ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.8);
}

body body, html body {
  scrollbar-face-color: #b6b9ad;
  scrollbar-track-color: rgba(0, 0, 0, 0.8);
}

/* Animações 

@-webkit-keyframes movimento-diagonal {
   from {
      left: 0px;
   }
   
   to {
      left: 50px;
   }
}

.conteudo_topo .titulo_principal {
   -webkit-animation-name: movimento-diagonal;
   -webkit-animation-duration: 3s;
   -webkit-animation-iteration-count: infinite;
   -webkit-animation-direction: normal;
   position: relative; 
}

.conteudo_topo .subtitulo{
	-webkit-animation-name: movimento-diagonal;
   -webkit-animation-duration: 3s;
   -webkit-animation-iteration-count: infinite;
   -webkit-animation-direction: normal;
   position: relative; 
}



 Fim Animações*/

body{

}
.black{
    color:#000;
}
.white{
    color:#fff;
}

.view_desk{
	display: block;
}
.view_mobile{
	display: none;
}
.mobile-nav{

	display: none;
}

.header_menu{
	background: rgba(0,0,0,0.8);
    width: 100%;
    height: 50px;
  	position: fixed;
  	z-index: 9999;
  	opacity: 1;
}
.conteudo_total{
	width: 100%;
   /*background: url("../img/fundo.jpg") no-repeat;*/
    background-size: cover;
    height: 1000px;
    position: relative;
}
.conteudo_total .conteudo_centro{
	width: 960px;
	height: auto;
	/*background-color: #111;*/
	margin: 0 auto;
	overflow: hidden;
}

.lista_menu{
	width: 630px;
    float: right;

}

.lista_menu li{
	display: inline-block;
	
}

.lista_menu li a{
    display: inline-block;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 17px;
    padding: 15px 35px 0 0;
    text-decoration: none;
    transition: color 0.4s ease-in-out;
}

.lista_menu li a:hover{
	color: #b64644;
}
.conteudo_topo{
	width: 100%;
    height: 155px;
    margin: 70px 0 0 0;
}

.header-paralax .titulo_principal{	
	font-family: 'Raleway', sans-serif;
	color: #b64644;
	font-size: 40px;
	text-align: right;
    float: left;
    margin: 5px 19px 0 -68px;
}

.conteudo_topo .descricao_principal{
	font-family: 'Raleway', sans-serif;
	color: #000;
	font-size: 20px;
	margin: 15px 0 0 0;
}
.header-paralax .subtitulo{
        font-family: 'Raleway', sans-serif;
        color: #000;
        font-size: 22px;
        text-align: right;
        margin: 0px 68px 0 0;
}
.titulo_box{
	font-family: 'Raleway', sans-serif;
    color: #1a385c;
    font-size: 35px;
    text-align: left;
    margin-top: 20px;
}

.descricao_box{
	font-family: 'Raleway', sans-serif;
    color: #000;
    font-size: 20px;
    margin: 15px 0 0 0;

}

.texto_galeria{
	font-family: 'Raleway', sans-serif;
	font-size: 50px;
	text-align: center;
}

main {
    height: 100%; 
    position: relative;
    top: 600px;
    font-family: 'Raleway', sans-serif;
    background-color: #fff;
    min-height: 1846px;
}

main .content {
    margin: auto;
}

.header-paralax {
    background: url("../img/fundo-4.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    position: fixed;
    height: 640px;
    top: 50px;
}

.header-paralax h1{
    width: 100%;
    margin: 0 auto;
    margin-top: 220px;
    text-align: center;;
}

.conteudo_home, .conteudo_historia, .conteudo_servicos, .conteudo_galeria, .conteudo_contato{
	margin: 10px 0 0px 0;
    padding: 0 0 20px 0;
	float: left;
}
.conteudo_home{
	width: 100%;
}

.conteudo_historia{
	width: 100%;
    background-color:#fff;

}

.conteudo_servicos{
	width: 100%;
    background: rgba(242,242,242,0.7);
	height: auto;
}

.conteudo_galeria{
	width: 100%;
    height: auto;
    background-color: #fff;
}

.conteudo_contato{
	width: 100%;
    background: #fff;
        margin: 0px 0 0px 0;
   /* background: rgba(242,242,242,0.7);*/

}

.conteudo_contato_dev{
    width: 100%;
    background-color: #fff;
}

.lista_servicos{
	width: 200px;
	height: 137px;
	display: inline-block;
	margin: 50px 0 0 90px;
}

.lista_servicos li{
	font-family: 'Raleway', sans-serif;
	font-size: 25px;
}

.texto_contato{
    font-size: 20px;
}

.link-email{
    font-size: 14px;
    color: #000;
    text-decoration: none;
}
.abraca_galeria{
    width: 100%;
    height: auto;
    /*-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;*/
}

/* Carrosel */

.slider{
    width:900px;
    margin:20px auto;
    position: relative;
    top: 30px;
          
}
.slider a{
    text-decoration: none;    

}
.slider h3{
    padding:40px 20px;
    text-align: center;
    
}
.slider div{
     margin-right: 5px;
     /*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/

}

.slider img{
    margin-right: 5px; 
    width: 200px;
    height: 200px;
   
}

.redes_sociais{
	width: 300px;
	height: auto;
}

.redes_sociais i{
    color:#000;
}

.redes_sociais i:hover{
    color: #CAA053;
}

.redes_sociais .facebook{

}

.redes_sociais .facebook img{
	width:80px;	
}

.redes_sociais .instagram{
	margin: 0 0 0 10px;
}

.redes_sociais .instagram img{
	width:70px;	
}

.redes_sociais .linkedin{
    
}

.redes_sociais .linkedin img{
    width:80px; 
}

@media screen and (min-width:768px) and (max-width:1024px){
    main{
        top: 0px;
    }
    .view_desk{
        display: none;
    }
    .view_mobile{
        display: block;
    }
    .header-paralax{
        background: url(../img/fundo-3-mob.jpg) 
    }

    /* Fim Animações*/
    .header_menu{
        position: initial;
    }
    .menu-btn{
        padding: 12px 0 0 16px;
    }
    .menu-btn div {
        position: absolute;
        left: 100%;
        top: 64%;
        padding-right: 8px;
        margin-top: -0.50em;
        line-height: 1.2;
        font-size: 18px;
        font-weight: 200;
        vertical-align: middle;
        z-index: 99;
    }
     
    .menu-btn span {
        display: block;
        width: 19px;
        height: 3px;
        margin: 4px 0;
        background: #fff;

        z-index: 99;
    }
     
    .responsive-menu{
        display: none;
    }
    .responsive-menu li{
        color: #fff;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        font-size: 17px;
        padding: 11px 29px 9px 14px;
        text-decoration: none;
        background: rgba(0,0,0,0.8);
        width: 50px;
    }
    .responsive-menu a{
        text-decoration: none;
    }
     
    .expand {
        display: block !important; 
    }
    .mobile-nav{
        display: block;
        position: absolute;
        width: 90px;
        z-index: 9999;
    }
    .conteudo_total{
        width: 100%;
        height: 295px;
        background: url("../img/fundo-2.jpg") no-repeat;
        background-size: cover;
        position: relative;
    }
    .lista_menu{
        display: none;
    }
    .imagem_home{
        width: 246px;
        height: 246px;
        margin: 30px 0 0 0;

    }
    .conteudo_topo .titulo_principal{
        font-family: 'Raleway', sans-serif;
        color: #fff;
        text-align: center;
        font-size: 45px;
    }
    .conteudo_topo .subtitulo{
        font-family: 'Raleway', sans-serif;
        color: #fff;
        font-size: 20px;
        text-align: center;
        margin: 0px 0px 31px 0;
        text-align: center;
    }
    .conteudo_total .conteudo_centro {
        width: 80%;
        height: auto;
    }
    .conteudo_topo{
        height: auto;
        margin: 9px 0 0 0;
    }
    .conteudo_home{
        width: 100%;
        background-size: 490px;
    }
    .conteudo_historia{
        height: auto;
    }
    .conteudo_servicos{
        height: auto;
    }
    .conteudo_galeria{
        height: auto;
    }
    .conteudo_contato{
        height: auto;
    }
    .lista_servicos{
        width: 200px;
        height: 100px;
        display: inline-block;
        margin: 26px 0 20px 23px;

    }
    .texto_galeria{
        font-size: 25px;
    }
    .texto_contato{
        font-size: 14px;
        letter-spacing: -1px;
    }
    .link-email{
        font-size: 14px;
        color: #000;

    }
    .texto_contato_dev{
        color: #000;
        font-size: 14px;
        letter-spacing: -1px;
    }
    .slider{
        width: 470px;
    }
    .slider img{
        margin-right: 5px;
        width: 100%;
        height: 200px;
    }
    .abraca_galeria{
        height: auto;
    }
    
}


@media screen and (max-width: 767px) {
	/* Animações */
	/*@-webkit-keyframes movimento-diagonal {
	 from {
	      left: 0px;
	 }
	   
	 to {
	      left: 6px;
	   }
	}*/
    main{
        top: 0px;
        min-height: 0;
    }
    .view_desk{
		display: none;
	}
	.view_mobile{
		display: block;
	}
      .header-paralax{
            background: url(../img/fundo-4.jpg);
            background-size: cover;
            height: 203px;
            position: initial
    }

	/* Fim Animações*/
	.header_menu{
		position: initial;
	}
	.menu-btn{
		padding: 12px 0 0 16px;
	}
	.menu-btn div {
		position: absolute;
		left: 100%;
		top: 64%;
		padding-right: 8px;
		margin-top: -0.50em;
		line-height: 1.2;
		font-size: 18px;
		font-weight: 200;
		vertical-align: middle;
		z-index: 99;
	}
	 
	.menu-btn span {
		display: block;
		width: 19px;
		height: 3px;
		margin: 4px 0;
		background: #fff;
		z-index: 99;
	}
	 
	.responsive-menu{
		display: none;
	}
	.responsive-menu li{
		color: #fff;
	    font-family: 'Raleway', sans-serif;
	    font-weight: 300;
	    font-size: 17px;
	    padding: 11px 29px 9px 14px;
	    text-decoration: none;
	    background: rgba(0,0,0,0.8);
	    width: 50px;
	}
	.responsive-menu a{
		text-decoration: none;
	}
	 
	.expand {
		display: block !important; 
	}
	.mobile-nav{
		display: block;
        position: absolute;
        width: 90px;
        z-index: 9999;
	}
	.conteudo_total{
		width: 100%;
		height: 295px;
	   /* background: url("../img/fundo-3.jpg") no-repeat;*/
	    background-size: cover;
	    position: relative;
	}
	.lista_menu{
		display: none;
	}
	.imagem_home{
		width: 246px;
	    height: 246px;
	    margin: 30px 0 0 0;

	}
	.conteudo_topo .titulo_principal{
        font-family: 'Raleway', sans-serif;
        color: #b64644;
        text-align: center;
		font-size: 38px;
	}
	.conteudo_topo .subtitulo{
        font-family: 'Raleway', sans-serif;
        color: #000;
        font-size: 20px;
        text-align: center;
        margin: 33px 0px 31px 0;
		text-align: center;
	}
  	.conteudo_total .conteudo_centro {
	    width: 80%;
	    height: auto;
	}
	.conteudo_topo{
		height: auto;
		margin: 59px 0 0 0;
	}
	.conteudo_home{
		width: 100%;
        background-size: 490px;
	}
	.conteudo_historia{
        margin-top: -41px;
		height: auto;
	}
	.conteudo_servicos{
		height: auto;
	}
	.conteudo_galeria{
		height: auto;
	}
	.conteudo_contato{
		height: auto;
	}
	.lista_servicos{
		width: 200px;
	    height: 100px;
	    display: inline-block;
	    margin: 26px 0 20px 23px;

	}
	.texto_galeria{
		font-size: 25px;
	}
	.texto_contato{
		font-size: 14px;
		letter-spacing: -1px;
	}
    .texto_contato_dev{
        color: #000;
        font-size: 14px;
        letter-spacing: -1px;
    }
    .slider{
        width: 300px;
    }
    .slider img{
        margin-right: 5px;
        width: 100%;
        height: auto;
    }
    .abraca_galeria{
        height: auto;
    }

}









