* {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

body {
    padding-top: 50px;
}

section {
    padding-top: 150px;
    padding-bottom: 15px;
    min-height: 100vh;
}

section#contato {
    min-height: 80vh;   
}

section#clientes{
    color: #fff;
}

footer {
    color:#fff;
    padding-top: 30px;
    padding-bottom: 30px;
    background: url("../imgs/bgslider1.png"); 
}

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  margin: auto;
  padding-top: 15px;    
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  margin: auto;
    padding-top: 15px;
}

.carousel-inner img { margin: auto; } 
.navbar{
    background:url("../imgs/fundo_logo_p.png");            
}

.navbar_links{
    margin-top: 60px;
    font-size: 20px;     
}

.navbar-brand {
   height: 141px;
   font-weight: 700;    
    
}  

.divslider {
    padding-top: 140px;
    padding-bottom: 15px;
    background: url(../imgs/bgslider.png);
}

.div_colorida {
    background: url(../imgs/bgslider.png);
}

.div_colorida1 {
    background: url(../imgs/bgslider1.png);
}


.servicos_item * {
    text-align: center;
}

.servicos_item h4 {
    margin-top: 30px;  
    font-size: 25px;
}

.servicos_btn_todososservicos {
    margin-top: 25px;   
}

.portfolio_item {
    background: white;   
}

.portfolio_row {
    margin-bottom: 20px;   
}

.portfolio_row:last-child {
    margin-bottom: 0px;   
}

.portfolio_item h4 {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
}

.contato textarea {
    height: 170px;   
}

.contato .aviso {
   padding: 15px; 
}  

.section_interna {
    padding-top: 0px;   
}

.form-login {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border-radius: 10px;
    background: #eee;
}

.form-login input {
    margin-bottom: 10px;   
}

/* To Navigation Style */
.codrops-top {
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	width: 100%;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	text-decoration: none;
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #888;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.95);
	color: #716d62;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

.codrops-icon:before {
	font-family: 'codropsicons';
	margin: 0 4px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.container > section {
	margin: 0 auto;
	padding: 10em 3em;
	text-align: center;
}

