body {
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-size: 20.25px;
	font-weight: 300;
	line-height: 26px;
	padding-top: 150px;
    position: relative;	
}

h1 {
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-weight: 300;
	line-height: 26px;
	color: #feba13; /* laranja */
}

h3 {
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-weight: 300;
	line-height: 26px;
}


.topo {
	min-height: 150px;
	background-color: #000;
	background-image: url("../img/bg-topo.png");	
	-background-repeat: no-repeat;
	background-size: 100% 100%;
	
}

.distanciaMenuTopo {
	padding-top: 50px;
}


.bg-slider {
	background-color: #f1eae0;
}

.descricao {
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-size: 20.25px;
	font-weight: 300;
	line-height: 26px;
	color: #000;
}

.texto {
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-size: 18.25px;
	font-weight: 300;
	line-height: 26px;
	color: #000;
}

.textoCopy {
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-size: 18.25px;
	font-weight: 300;
	line-height: 26px;
	padding-top: 15px;
	color: #fff;
}

.textoNegrito {
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-size: 18.25px;
	font-weight: 500;
	line-height: 26px;
	color: #000;
}

sliderprincipal {
	min-height: 100vh;
}

section {
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 83vh;
}

section#footer {
	min-height: 15vh;
	background-image: url("../img/bg-footer.png");
	background-size: 100% 100%;	
}

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 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

img.grayscale:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
}

.div_quemsomos {
	background-image: url("../img/bg/cardboard_flat.png");	
}

.div_servicos {
	background-image: url("../img/bg/bright_squares_@2X.png");
}

.div_clientes {
	background-image: url("../img/bg/cardboard_flat.png");	
}

.div_localizacao {
	background-image: url("../img/bg/bright_squares_@2X.png");
}

.div_contato {
	background-image: url("../img/bg/cardboard_flat.png");	
}

.servicos_item * {
	text-align: center;
}

.servicos_item h4 {
	margin-top: 20px;
	font-size: 30px;
}

.quemsomos_item h4 {
	text-align: center;
	margin-top: 10px;
}

.clientes_item h4 {
	text-align: center;
	margin-top: 10px;
}

.portifolio_item {
	background-color: white;
}

.portifolio_item h4 {
	text-align: center;
	margin-top: 20px;
	padding-bottom: 20px;
}

.portifolio_row {
	margin-bottom: 20px;
}

.portifolio_row:last-child {
	margin-bottom: 0px;
}

.contato textarea{
	height: 168px;
	margin-bottom: 15px;
}

.contato .aviso {
	padding: 10px;
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-size: 18.25px;
	font-weight: 300;
	line-height: 26px;
	color: #000;
	border-left: solid 3px;
	border-color: #f69e36;
}

.servicos .aviso {
	padding: 5px 10px 5px 10px;
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-size: 18.25px;
	font-weight: 300;
	line-height: 26px;
	color: #000;
	margin-bottom: 10px;
	border-left: solid 3px;
	border-right: solid 0px;
	border-top: solid 0px;	
	border-bottom: solid 0px;	
	border-color: #f69e36;
}

.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.thumbnail {
    padding: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
	height 100%;
}


