* {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

body {
    padding-top: 50px;
}

.services {padding-top: 50px;padding-bottom: 0px;}
h2.section-title {text-align: center;color: #404040;}
.services p.desc {text-align: center;font-size: 13px;margin-bottom: 20px;}
.services .media {margin-top: 30px;}
.services .media i {font-size: 45px;color: #005FA6;}
.services .media h4 {font-size: 20px;font-weight: 600;color: #404040;}
.services .media p {text-align: justify;font-size: 16px; min-height: 70px;}


section {
    padding-top: 0px;
    padding-bottom: 15px;
}

section#contato {
    min-height: 80vh;   
}

footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background: url(../imgs/bgslider.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+ */
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.barra_topo {
    background: url(../imgs/bgslider.png);
	color: white;
	text-align: center;
}

.navbar-brand {
   font-weight: 700;
}

.navbar-brand-cliente {
   font-weight: 700;
   margin-bottom: 5px;
   margin-top: 5px; 
}

.menu-item {
   font-weight: 600;
   margin-bottom: 5px;
   margin-top: 5px;
}  

.divslider {
    padding-top: 35px;
    padding-bottom: 15px;
    background: url(../imgs/bgslider.png);
}

.div_colorida {
    background: url(../imgs/bgslider.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: 250px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border-radius: 10px;
    background: #eee;
}

.form-login input {
    margin-bottom: 10px;   
}

.panel {
    margin-bottom: 2px;   
}

.conteudo_painel {
    background: white;   
    border-radius:8px;
    border:1px solid #eee;
    box-shadow: 2px 2px 5px #888;
}

.conteudo_painel_int {
    padding: 12px;   
}

/** Área do Cliente **/
.stats-1 h4:first-child {
  margin-bottom: 2.2608695652174em;
}
.stats-1 .feature-1 {
  max-height: 282px;
  margin-bottom: 30px;
}
.stats-1 .feature-1 h3 {
  margin: 0.40625em 0;
}

.bg--secondary {
  background: white;
}
.boxed {
  position: relative;
  overflow: hidden;
  padding: 2.4375em;
  margin-bottom: 30px;
  background:white;
}
.boxed i {font-size: 45px;color: #005FA6;}

/* Footer */
#footer {
	background:#2E3839;
	border-top:1px solid #364344;
	border-bottom:1px solid #364344;
}
#footer h4 {
	font-weight:900;
	margin-top:25px;
}
#footer h4 .fa {
	color:#FFF;
}
#footer ul {
	margin-bottom:10px;
}
#footer a {
	color: #fff;
	margin-top: 5px;
	padding: 0px;
	font-size: 14px;
	font-weight: 200;
}
#footer a:hover {
	color:#E5E5E5;
	background:none;
}
#footer .well {
	margin-top: 5px;
	background: #494949;
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 10px;
	padding-right: 25px;
}
#footer .well ul {
	margin-bottom:0px;
}
#footer .well a {
	color:inherit;
}
#footer h4 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 300;
	padding-top: 5px;
}
#footer p {
	color: #fff;
	font-size: 11px;
	margin-bottom: 10px;
	font-weight: 400;
	margin-top: 2px;
}
#footer .fa {
	color:#6CA93E;
}
/* Copyright */
#copyright {
	background: #283031;
	padding-top: 15px;
	padding-bottom: 15px;
}
#copyright p {
	text-align:center;
	font-size: 13px;
	color: #fff;
	font-weight: 300;
	margin-bottom:0px;
}
#copyright .slogan {
	margin-bottom: 5px;
	color: #777777;
	text-transform: uppercase;
	font-size: 11px;
}
#copyright a {
	color:#fff;
}
#copyright a:hover {
	color:#999999;
}
.modal-dialog {
    margin-top: 150px;
	width: 350px;
}
.modal-footer {
    height: 70px;
    margin: 0;
}
.modal-footer .btn {
    font-weight: bold;
}
.modal-footer .progress {
    display: none;
    height: 32px;
    margin: 0;
}