


/* ///////////////////////////////////////////////////////////////////// 
//  01 - Global 
/////////////////////////////////////////////////////////////////////*/

* {outline: none !important;}

::selection {
  background-color: #475B6F;
  color: #fff;
}

.objetivo{
		font-size:20px;
}

html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  overflow-y: scroll;
}

body {
  color: #6a6a6a; 
  background: #F7F7F7;
}

.active {

   color: #0079c5 !important;

}

p {
  margin: 0 0 20px 0;
    font-family: 'Open Sans', sans-serif;
  }

img {max-width: 100%;}

a {
  text-decoration: none;
  outline: none;
  
}

.titulo_cliente{
	margin-bottom:20px;	
}

a{  
  color: #09F;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s;
}

a:hover {
  color: #F00 ; 
}


.sobre_desc{
	padding:10px; 
	margin-top:-20px;	
}

.endereco{
	color: #666; 
	background-color: #F2F2F2; 
	padding-top:3PX; 
	padding-bottom:3px; 
	text-align:center	
}

#nav    { width: 110px;
		  margin: 0px auto;
		  }
		  
#cliente_divisao {
	margin-top:25px; 
	float:left
}

#contato_bottom {
	padding-bottom:180px;	
}

#cliente_titulo{
	margin-top:-25px;
}

#cliente_desc {
	padding:30px 20px 20px 20px;	
}

.home_titulo {
	margin-bottom:40px;
}

#servicos_detalhes{
	padding:10px; margin-top:-10px;	
}
#servicos_detalhes_back {
	background-color:#FFF; margin-top:-20px; 	
}

#servicos_linha {
	border-left:5px solid #F7F7F7;	
}

#nav a { TEXT-INDENT: -9999px; 
		MARGIN: 5px 4px 0px 0px; 
		OUTLINE-STYLE: none; 
		OUTLINE-COLOR: invert; 
		OUTLINE-WIDTH: medium; 
		WIDTH: 9px; 
		DISPLAY: block; 
		BACKGROUND:url(../images/bolinha_bc.png) no-repeat 0px 0px; 
		FLOAT: left;  
		HEIGHT: 9px; }

#nav a.activeSlide { TEXT-INDENT: -9999px; 
					MARGIN: 5px 4px 0px 0px; 
					OUTLINE-STYLE: none; 
					OUTLINE-COLOR: invert; 
					OUTLINE-WIDTH: medium; 
					WIDTH: 9px; 
					DISPLAY: block; 
					BACKGROUND:url(../images/bolinha_vm.png) no-repeat 0px 0px; 
					FLOAT: left; 
					HEIGHT: 9px; }


h1, h3, h4, h5, h6{   
  margin: 0 0 15px 0; 
  color: #3A4F52;
  font-family: 'Raleway';
}

h2{
	color: #db5252;
	margin: 0 0 15px 0; 
 	font-family: 'Raleway';
	font-size:22px;
}
#float{
	float:left;
}

/* Normal styles for the modal */
#modal1 {
	left:70%;
	margin:-200px 0 0 -40%;
	opacity: 0;
	position: fixed;
	top:29%;
	visibility: hidden;
	width:40%;
	box-sizing:border-box;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	z-index: 999999;
}
	/* Make the modal appear when targeted */
#modal1:target {
		opacity: 1;
		top:50%;
		visibility: visible;
	}

#modal1 .button {
	float:right;
	margin-top:-1px;
}
#modal1 .copy, #modal1 .header, #modal1 .footer {
	padding:0px 15px 15px 15px;
}
.modal1-content {
	position: relative;
	z-index: 20;
	 padding: 2px 5px 10px 5px;
	 width:100%;
	 background-color:#FFF;
	 box-shadow: 2px 2px 10px #333;
	  -moz-box-shadow: 2px 2px 10px #333;
	 -webkit-box-shadow: 2px 2px 10px #333;
	border-radius:15px 0px 15px 0px ;
	-moz-border-radius: 15px 0px 15px 0px;
    -webkit-border-radius: 15px 0px 15px 0px;
	margin-top:10%;
	z-index: 999999;
}

#modal1 .overlay {
	background-color: #000;
	background: rgba(0,0,0,.65);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

/* Normal styles for the modal */
#modal2 {
	left:70%;
	margin:-200px 0 0 -40%;
	opacity: 0;
	position: fixed;
	top:29%;
	visibility: hidden;
	width:40%;
	box-sizing:border-box;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	z-index: 999999;
}
	/* Make the modal appear when targeted */
#modal2:target {
		opacity: 1;
		top:50%;
		visibility: visible;
	}

#modal2 .button {
	float:right;
	margin-top:-1px;
}
#modal2 .copy, #modal2 .header, #modal2 .footer {
	padding:0px 15px 15px 15px;
}
.modal2-content {
	position: relative;
	z-index: 20;
	 padding: 2px 5px 10px 5px;
	 width:100%;
	 background-color:#FFF;
	 box-shadow: 2px 2px 10px #333;
	  -moz-box-shadow: 2px 2px 10px #333;
	 -webkit-box-shadow: 2px 2px 10px #333;
	border-radius:15px 0px 15px 0px ;
	-moz-border-radius: 15px 0px 15px 0px;
    -webkit-border-radius: 15px 0px 15px 0px;
	margin-top:10%;
	z-index: 999999;
}

#modal2 .overlay {
	background-color: #000;
	background: rgba(0,0,0,.65);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

/* Normal styles for the modal */
#modal3 {
	left:70%;
	margin:-200px 0 0 -40%;
	opacity: 0;
	position: fixed;
	top:29%;
	visibility: hidden;
	width:40%;
	box-sizing:border-box;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	z-index: 999999;
}
	/* Make the modal appear when targeted */
#modal3:target {
		opacity: 1;
		top:50%;
		visibility: visible;
	}

#modal3 .button {
	float:right;
	margin-top:-1px;
}
#modal3 .copy, #modal3 .header, #modal3 .footer {
	padding:0px 15px 15px 15px;
}
.modal3-content {
	position: relative;
	z-index: 20;
	 padding: 2px 5px 10px 5px;
	 width:100%;
	 background-color:#FFF;
	 box-shadow: 2px 2px 10px #333;
	  -moz-box-shadow: 2px 2px 10px #333;
	 -webkit-box-shadow: 2px 2px 10px #333;
	border-radius:15px 0px 15px 0px ;
	-moz-border-radius: 15px 0px 15px 0px;
    -webkit-border-radius: 15px 0px 15px 0px;
	margin-top:10%;
	z-index: 999999;
}

#modal3 .overlay {
	background-color: #000;
	background: rgba(0,0,0,.65);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

/* Normal styles for the modal */
#modal4 {
	left:70%;
	margin:-200px 0 0 -40%;
	opacity: 0;
	position: fixed;
	top:29%;
	visibility: hidden;
	width:40%;
	box-sizing:border-box;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	z-index: 999999;
}
	/* Make the modal appear when targeted */
#modal4:target {
		opacity: 1;
		top:50%;
		visibility: visible;
	}

#modal4 .button {
	float:right;
	margin-top:-1px;
}
#modal4 .copy, #modal4 .header, #modal4 .footer {
	padding:0px 15px 15px 15px;
}
.modal4-content {
	position: relative;
	z-index: 20;
	 padding: 2px 5px 10px 5px;
	 width:100%;
	 background-color:#FFF;
	 box-shadow: 2px 2px 10px #333;
	  -moz-box-shadow: 2px 2px 10px #333;
	 -webkit-box-shadow: 2px 2px 10px #333;
	border-radius:15px 0px 15px 0px ;
	-moz-border-radius: 15px 0px 15px 0px;
    -webkit-border-radius: 15px 0px 15px 0px;
	margin-top:10%;
	z-index: 999999;
}

#modal4 .overlay {
	background-color: #000;
	background: rgba(0,0,0,.65);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

/* Normal styles for the modal */
#modal5 {
	left:70%;
	margin:-200px 0 0 -40%;
	opacity: 0;
	position: fixed;
	top:29%;
	visibility: hidden;
	width:40%;
	box-sizing:border-box;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	z-index: 999999;
}
	/* Make the modal appear when targeted */
#modal5:target {
		opacity: 1;
		top:50%;
		visibility: visible;
	}

#modal5 .button {
	float:right;
	margin-top:-1px;
}
#modal5 .copy, #modal5 .header, #modal5 .footer {
	padding:0px 15px 15px 15px;
}
.modal5-content {
	position: relative;
	z-index: 20;
	 padding: 2px 5px 10px 5px;
	 width:100%;
	 background-color:#FFF;
	 box-shadow: 2px 2px 10px #333;
	  -moz-box-shadow: 2px 2px 10px #333;
	 -webkit-box-shadow: 2px 2px 10px #333;
	border-radius:15px 0px 15px 0px ;
	-moz-border-radius: 15px 0px 15px 0px;
    -webkit-border-radius: 15px 0px 15px 0px;
	margin-top:10%;
	z-index: 999999;
}

#modal5 .overlay {
	background-color: #000;
	background: rgba(0,0,0,.65);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

/* Normal styles for the modal */
#modal6 {
	left:70%;
	margin:-200px 0 0 -40%;
	opacity: 0;
	position: fixed;
	top:29%;
	visibility: hidden;
	width:40%;
	box-sizing:border-box;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	z-index: 999999;
}
	/* Make the modal appear when targeted */
#modal6:target {
		opacity: 1;
		top:50%;
		visibility: visible;
	}

#modal6 .button {
	float:right;
	margin-top:-1px;
}
#modal6 .copy, #modal6 .header, #modal6 .footer {
	padding:0px 15px 15px 15px;
}
.modal6-content {
	position: relative;
	z-index: 20;
	 padding: 2px 5px 10px 5px;
	 width:100%;
	 background-color:#FFF;
	 box-shadow: 2px 2px 10px #333;
	  -moz-box-shadow: 2px 2px 10px #333;
	 -webkit-box-shadow: 2px 2px 10px #333;
	border-radius:15px 0px 15px 0px ;
	-moz-border-radius: 15px 0px 15px 0px;
    -webkit-border-radius: 15px 0px 15px 0px;
	margin-top:10%;
	z-index: 999999;
}

#modal6 .overlay {
	background-color: #000;
	background: rgba(0,0,0,.65);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

/* Normal styles for the modal */
#modal7 {
	left:70%;
	margin:-200px 0 0 -40%;
	opacity: 0;
	position: fixed;
	top:29%;
	visibility: hidden;
	width:40%;
	box-sizing:border-box;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	z-index: 999999;
}
	/* Make the modal appear when targeted */
#modal7:target {
		opacity: 1;
		top:50%;
		visibility: visible;
	}

#modal7 .button {
	float:right;
	margin-top:-1px;
}
#modal7 .copy, #modal7 .header, #modal7 .footer {
	padding:0px 15px 15px 15px;
}
.modal7-content {
	position: relative;
	z-index: 20;
	 padding: 2px 5px 10px 5px;
	 width:100%;
	 background-color:#FFF;
	 box-shadow: 2px 2px 10px #333;
	  -moz-box-shadow: 2px 2px 10px #333;
	 -webkit-box-shadow: 2px 2px 10px #333;
	border-radius:15px 0px 15px 0px ;
	-moz-border-radius: 15px 0px 15px 0px;
    -webkit-border-radius: 15px 0px 15px 0px;
	margin-top:10%;
	z-index: 999999;
}

#modal7 .overlay {
	background-color: #000;
	background: rgba(0,0,0,.65);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

/* Normal styles for the modal */
#modal8 {
	left:70%;
	margin:-200px 0 0 -40%;
	opacity: 0;
	position: fixed;
	top:29%;
	visibility: hidden;
	width:40%;
	box-sizing:border-box;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	z-index: 999999;
}
	/* Make the modal appear when targeted */
#modal8:target {
		opacity: 1;
		top:50%;
		visibility: visible;
	}

#modal8 .button {
	float:right;
	margin-top:-1px;
}
#modal8 .copy, #modal8 .header, #modal8 .footer {
	padding:0px 15px 15px 15px;
}
.modal8-content {
	position: relative;
	z-index: 20;
	 padding: 2px 5px 10px 5px;
	 width:100%;
	 background-color:#FFF;
	 box-shadow: 2px 2px 10px #333;
	  -moz-box-shadow: 2px 2px 10px #333;
	 -webkit-box-shadow: 2px 2px 10px #333;
	border-radius:15px 0px 15px 0px ;
	-moz-border-radius: 15px 0px 15px 0px;
    -webkit-border-radius: 15px 0px 15px 0px;
	margin-top:10%;
	z-index: 999999;
}

#modal8 .overlay {
	background-color: #000;
	background: rgba(0,0,0,.65);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

.btn{border-radius: 0;}
.btn-o {
    border: 1px solid #3A4F52;
    color: #3A4F52;
}
.btn-o:hover {
    background: #3A4F52;
    color: white;
}
.btn.btn-o-white {
    border: 1px solid white;
    color: white;
    background: transparent;
    
}
.btn.btn-o-white:hover {
    background: white !important;
    color: #6a6a6a; 
}

.title-page {
  display: inline-flex;
  margin-bottom: -20px;
}
p.main-header {
  font-size: 27px;
  font-family: 'Raleway';
  font-weight: 500;

}
p.main-header:after {
  content: " ";   
  font-size: 27px;
  font-family: 'Raleway';
  font-weight: 500;
}
p.sub-header {
  font-size: 27px;
  font-family: 'Raleway';
  font-weight: 100;
  margin-left: 10px;

}
p.sub-header:before {
  content: " ||| ";
  font-size: 27px;
  font-family: 'Raleway';
  font-weight: 300;
}
li{
  list-style: none;

  
}

/*////////////////////////////////////////////////////////////////////////
//  02 - Header
///////////////////////////////////////////////////////////////////////*/
 
    

header.top-header {
  position: fixed;
  z-index: 999;
  width: 100%;
  background: rgba(239, 239, 239, 0.99);
}
.shows {
 background: rgba(43, 62, 81, 0.77);
 transition: all .6s;
}
.shows .navbar-default {
  /* background-color: #f8f8f8; */
  /* border-color: #e7e7e7; */
  margin-bottom: 20px;
  transition: all .6s;
}

/* link */
.navbar-default .navbar-nav > li > a {
    color: #666;
	font-size:17px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #0079c5;
}

.shows .navbar-nav {
  float: right;
  margin: 31px 0 0;
  color: white;
}
.shows h1.logo {
  margin-top: 0px;
  color: white;
}

h1.logo {
  margin-top: 11px;
  color: white;
  display: inline-flex;
}
#header{  
  position: relative;     
  text-align: center;
  padding: 0 ;


}
.navbar-nav {
  float: right;
  margin: 31px 0 0;
  color: white;
}
#header .top {
  position:fixed;
  top:0;
  width: 100%;
  padding: 30px;
  height: auto;
  z-index: 500;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;  
  transition: all .5s;

}
#header .top.solid {
    background: #475B6F;
    padding-top: 15px;
    padding-bottom: 15px;
}

#header .top h1{
  margin-bottom: 0;
}
#header .top.solid .toggleDrawer i {
    padding-top: 8px;
}

#header .logo, #header .toggleDrawer{
  font-family: 'Raleway', sans-serif;
  color: white;
}
.logo-head{
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 300;
}
.logo:hover{
  text-decoration: none;
}

#carrosel {
	margin-left:55%;
	height:450px;
	
}


#home{
	background-color:#2B3E51;
	float:left;
	width:100%;
	padding-top:130px;


	
}

#clientes{
	float:left;
	width:100%
		
}

#servicos{
	float:left;
	width:100%
		
}

#sobre{
	float:left;
	width:100%;
	

		
}

#contato{
	float:left;
	width:100%
		
}

#footer{
	float:left;
	width:100%
		
}

#flutuante{
	float:left;
	
}



#carrosel_item{
	text-align:center; 
	width:500px;	
}

 .slogan{
  font-size: 35px;
  line-height: 1.2em;
  font-family: 'Raleway', sans-serif;
  color: #FFF;
  text-align:left;
   width:50%;
  padding:30px 10px 10px 30px;
  font-weight: 100;
   background: rgba(0, 173, 230, 0.4);
  border-radius: 0px 25px  0px 0px ;
-moz-border-radius: 0px 25px  0px 0px ;
-webkit-border-radius: 0px 25px  0px 0px ;



}
 .secondary-slogan{
  font-size: 15px;
  color: #fff;
  line-height: 1.4em;
  text-align:left;
  width:50%;

  font-family: 'Raleway', sans-serif;
  padding:10px 25px 10px 30px;
  min-height:250px;
  background: rgba(0, 173, 230, 0.4);
  border-radius: 0px 0px  25px 0px ;
-moz-border-radius: 0px 0px  25px 0pxx ;
-webkit-border-radius: 0px 0px  25px 0px ;


}

#header > .bottom {
    position: absolute;
    bottom: 75px;
    text-align: center;
    width: 100%;
}
#header > .bottom a img {
    width: 50px;
}
#header > .bottom a {
    opacity: 0.7;
	
}
#header > .bottom a:hover {
    opacity: 1;
}


/*////////////////////////////////////////////////////////////////////////
//  03 - Drawer with menu
///////////////////////////////////////////////////////////////////////*/

#drawer-right {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin-right: -300px;
    background: #2B3E51;
    width: 300px;
    padding: 20px;
    z-index: 999;
}

#drawer-right h1, #drawer-right h2{color: white;}

#drawer-right .nav-pills>li>a {
  font-size: 18px;
  border-radius: 0;
}

#drawer-right .social{margin-top: 30px}
#drawer-right .social ul {
    list-style: none;
    padding-left: 20px;
}
#drawer-right .social ul > li {
    display: inline-block;
}
#drawer-right .social ul > li > a:hover{
  color: white;
}



/*////////////////////////////////////////////////////////////////////////
//  04 - Parallax styles
///////////////////////////////////////////////////////////////////////*/

.content-block{
  background:transparent no-repeat center center fixed;
  -webkit-background-size:100%;
  -moz-background-size:100%;
  -o-background-size:100%;
  background-size:100%;
  background-size:cover;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  overflow:hidden;
  padding: 60px 0;
}
.parallax{
  padding: 80px 0;
}

.block-body {
  margin-top: 30px;
}

#header {

  box-shadow: inset 0 0 0 1000px rgba(43, 62, 81, 1);
}
#services {
  background:white;
}
#parallax {
  /* background-image: url(../images/blue_mac2.jpg); */
  color: white;
  background: #db5252;
}
#contact {
  background-image: url(../images/newsletter-bg.png);
  color: white;
  background-color: #405162;
}
#parallax h1{
  margin-bottom: 60px;
  color: white;
}




/*////////////////////////////////////////////////////////////////////////
//  05 - Recent works
///////////////////////////////////////////////////////////////////////*/

.recent-work {
    width: 100%;
    padding-bottom: 27%;
    background: #C3C9CC;
    display: table;
    text-align: center;
    vertical-align: middle;
    padding-top: 27%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-bottom: 30px;
}

.recent-work span{
  margin-top: -18px;
  opacity: 0;
  position: relative;
  z-index: 1;
}
.recent-work:before {
    background: rgba(2, 56, 58, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    opacity: 0;
    -o-transition: all .2s;
  -ms-transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.recent-work:hover {
    background-size: 200%;
    background-position: center;
}
.recent-work:hover:before, .recent-work:hover span {
    opacity: 1;
}





/*////////////////////////////////////////////////////////////////////////
//  06 - Services
///////////////////////////////////////////////////////////////////////*/


.service i {
    font-size: 23px;
    padding: 0 5px;
}
.bar:before{
  font-family: 'Raleway', sans-serif;
  content: "||| " ;
  font-size: 23px;
  font-weight: 100;
}

.bar:after {
  font-family: 'Raleway', sans-serif;
  content: "||| " ;
  font-size: 23px;
  font-weight: 100;
}
.service h2.service-head{
  font-family: 'Raleway', sans-serif;
  margin-top: 15px;
  font-weight: 100;
}
/*////////////////////////////////////////////////////////////////////////
//  About us
///////////////////////////////////////////////////////////////////////*/
.portfolio-sec ,.services-sec ,.blog-sec , .testimonial-sec{
  margin-top: -45px;
}
.about-sec {
  margin-top: 40px;
}

.about-us {
  background: white;
  padding: 0px 0 80px;
}

.sobre_fundo {
  background: white;
  padding: 60px 0 80px;
}


@media (min-width: 1510px)  {
	
	  .slogan{
		 width:65%;
	  
  }
  
   .secondary-slogan {
		 width:65%  
  }
  
   #carrosel {
	   margin-left:64%;
  }
	
}


@media (min-width: 768px) and (max-width: 1024px) { 
      .about-us {
      background: white;
      padding: 0px 0;
    }
	.navbar-default .navbar-nav > li > a {
	font-size:15px;
	padding:7px;
	}
	
	#flutuante{
		float:none;
	}
	
		h2.footer-block {
		font-size:22px;
	
}

	#modal1 {
		left:50%;
		width:80%;
	}
	
	#modal2 {
		left:50%;
		width:80%;
	}
	
	#modal3 {
		left:50%;
		width:80%;
	}
	
	#modal4 {
		left:50%;
		width:80%;
	}
	
	#modal5 {
		left:45%;
		width:90%;
	}
	
	
	#modal6 {
		left:50%;
		width:80%;
	}
	
	#modal7 {
		left:50%;
		width:80%;
	}
	
	#modal8 {
		left:50%;
		width:80%;
	}

	
	


	
	  .slogan{
		 width:90%;
		 font-size:30px;
	  
  }
  
   .secondary-slogan {
		 width:90%  
  }
  
  #carrosel  {
	  margin-left:20px;
	  margin-top:20px;
	  height:350px;
  }
  
  #carrosel_item{
	  	width:400px;
	  
  }
  
  #nav    { display:none;
		  }
  

}



.aboutus-item {
  margin-bottom: 15px;
  margin-top: 30px;
}

i.aboutus-icon {
  border: 3px solid rgb(106, 106, 106);
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
  color: rgb(106, 106, 106);
}

h4.aboutus-title {
  font-family: 'Raleway', sans-serif;
  margin-top: 23px;
  font-weight: 300;
  font-size: 22px;
}

p.aboutus-desc {
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.4px;
  color: rgb(106, 106, 106);
}



/*////////////////////////////////////////////////////////////////////////
//  Call to Action
///////////////////////////////////////////////////////////////////////*/

h3.call-action.pull-left {
  /*width: 90%; */
  font-size: 27px;
  color: white;
}
 .parallax {
  padding: 61px 0 55px;
}


/*////////////////////////////////////////////////////////////////////////
//  07 - Blog
///////////////////////////////////////////////////////////////////////*/


#blog .blog-post img {
    margin-bottom: 20px;
}
#blog .date {
    margin-bottom: 15px;
    font-style: italic;
}


/*////////////////////////////////////////////////////////////////////////
//  08 - Testimonials
///////////////////////////////////////////////////////////////////////*/


ol.carousel-indicators {
  margin-bottom: -50px;
}

#testimonials{
  text-align: center;
}
#testimonials .testimonial {
  padding: 25px;
}
.carousel {
  position: relative;
  margin: 50px 0;
}
.carousel h3 {
  margin: 47px 0 20px;
}

/*////////////////////////////////////////////////////////////////////////
//  09 - Contact
///////////////////////////////////////////////////////////////////////*/


#contact{
  color: white;
}
#contact h1{color: white}

.form-control-white {
    background: rgb(255, 255, 255);
    /* color: black; */
    padding: 20px 16px !important;
}

.form-control-white::-webkit-input-placeholder { /* WebKit browsers */
    color:    white;
}
.form-control-white:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    white;
    opacity:  1;
}
.form-control-white::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    white;
    opacity:  1;
}
.form-control-white:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    white;
}


/*////////////////////////////////////////////////////////////////////////
//  10 - Footer
///////////////////////////////////////////////////////////////////////*/


#footer{ background: #2B3E51; color: white; border-top: 1px solid rgba(255, 255, 255, 0.24);}

h2.footer-block {
    color: white;
    font-family: "Raleway" , sans-serif;
	
}
.form-control{
  border-radius: none !important;
  padding: 20px 26px;
}
.form-group .btn.btn-o-white {
    width: 100%;
    padding: 9px 0;
    background: #db5252;
    border: none;
}
::-webkit-input-placeholder {
   color: #969595 !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #969595 !important;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #969595 !important; 
}

:-ms-input-placeholder {  
   color: #969595 !important;  
}
.footer-bottom {
  padding: 37px 0 30px;
}
.blog-post ul p{
  margin-left: 40px;
}
.blog-post ul li .fa {
  border-radius: 33px 33px;
  background: rgb(219, 82, 82);
  width: 28px;
  /* height: 20px; */
  text-align: center;
  padding: 7px 7px;
  margin-right: 9px;
}
.blog-post ul {
  margin-left: -40px;
}

#icon_contato{
	background: none;
	margin-top:-5px;
	margin-left:-7px;
	}
	
#icon_contato:hover{
	color:#FFF
	}
	
.blog-post .fa{
  background: rgb(219, 82, 82);
  width: 28px;
  text-align: center;
  padding: 7px 7px;
  cursor: pointer;
}
.blog-post .fa:hover{
  color: rgb(219, 82, 82);
  background:white;
  transition: all .6s;
}
.social {
  margin-left: 40px;
}
.social a i{
  color: #fff;
}
/*////////////////////////////////////////////////////////////////////////
//  11 - Responsive styles
///////////////////////////////////////////////////////////////////////*/


@media (max-width: 767px){
  
   .about-us {
      background: white;
      padding: 0px 0;
    }
	.navbar-default .navbar-nav > li > a {
	font-size:15px;
	padding:7px;
	}
	
	
		#modal1 {
	left:45%;
	width:90%;
	}
	
	#modal2 {
		left:45%;
		width:90%;
	}
	
	#modal3 {
		left:45%;
		width:90%;
	}
	
	#modal4 {
		left:45%;
		width:90%;
	}
	
	#modal5 {
		left:45%;
		width:90%;
	}
	
	
	#modal6 {
		left:45%;
		width:90%;
	}
	
	#modal7 {
		left:45%;
		width:90%;
	}
	
	#modal8 {
		left:45%;
		width:90%;
	}
	
	.endereco{
		font-size:12px;
	}
	
	#flutuante{
		float:none;
	}
	
	h2.footer-block {
		font-size:25px;
	
}
	
	
	

	
	  .slogan{
		 width:90%;
		 font-size:30px;
	  
  }
  
   .secondary-slogan {
		 width:90%  
  }
  
  #carrosel  {
	  margin-left:20px;
	  margin-top:20px;
	  height:350px;
  }
  
  #carrosel_item{
	  	width:400px;
	  
  }
  
  #nav    { display:none;
		  }
  
  .blog-post {
    margin-bottom: 40px;
  }

  .recent-work {
    background-position: center;
  }

  .recent-work:before {
    opacity: 1;
  }

  .recent-work span {
    opacity: 1;
  }
  
 
}

@media (max-width: 480px) {
  
   .about-us {
      background: white;
      padding: 0px 0;
    }
	.navbar-default .navbar-nav > li > a {
	font-size:15px;
	padding:7px;
	}
	
	#modal1 {
	left:45%;
	width:90%;
	}
	
	#modal2 {
		left:45%;
		width:90%;
	}
	
	#modal3 {
		left:45%;
		width:90%;
	}
	
	#modal4 {
		left:45%;
		width:90%;
	}
	
	#modal5 {
		left:45%;
		width:90%;
	}
	
	
	#modal6 {
		left:45%;
		width:90%;
	}
	
	#modal7 {
		left:45%;
		width:90%;
	}
	
	#modal8 {
		left:45%;
		width:90%;
	}
	
	#flutuante{
		float:none;
	}
	
	p.main-header  {
		font-size:22px;
	}
	
	p.sub-header{

		font-size:22px;
	}
	
	p.service{
		text-align:left;
	}

	
	  .slogan{
		 width:90%;
		 font-size:24px;
	  
  }
  
   .secondary-slogan {
		 width:90% ;
		 font-size:12px;
  }
  .objetivo{
		font-size:15px;
}
  
  #carrosel  {
	  margin-left:20px;
	  margin-top:20px;
	  height:250px;
  }
  
  #carrosel_item{
	  	width:250px;
	  
  }
  
  #nav    { display:none;
		  }
  
  #drawer-right {
    padding: 10px 20px;
  }

  #drawer-right .nav-pills>li>a {
    font-size: 17px;
  }

  .nav-stacked>li+li {
    margin-top: 0;
  }

  .nav>li>a {
    padding: 8px 15px;
  }

  #drawer-right .social {
    margin-top: 5px;
  }

  #header {
    background-size: cover;

  }
  .service {
  text-align: center;
  }
}
button.navbar-toggle.collapsed {
  margin-top: 35px;
}

button.navbar-toggle {
  margin-top: 35px;
  background-color: #FFF

}

