/*!
 * Start Bootstrap - 4 Col Portfolio HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 90px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    background: url(../img/bg3.jpg) no-repeat top right;
}

h1 small {
	font-size: 14px;
	color: #e5e5e5
}

.portfolio-item {
    margin-bottom: 25px;
}

footer {
    margin-top: 15px;
    background-color: #808184;
    color: #FFF;
    width: 100%;
    overflow: hidden;
    padding: 10px 0
}

footer h3 {
	font-size: 14px;
	color: #fff
}

.colMeio {
	width: 50%;
	float: left;
}

.colunaDireita p {
	text-align: right;
	font-size: 11px
}

@media (max-width: 400px) {
	.colMeio {
		width: 100%;
		float: none
	}
	.colunaDireita p {
		text-align: center
	}
}

.colMeio ul, .colMeio ul li {
	padding: 0 !important;
}

.colMeio ul li {
	list-style: none;
	margin: 10px 0 
}

.row-primary { margin-top: 55px }

.navbar-inverse {
	background-color: rgba(245,245,245,0.8);
	border-color: rgba(245,245,245,0.8)
}

.logoDisbel {
	display: block;
	background: url(../img/logo-disbel03.png) no-repeat;
	width: 140px;
	height: 79px;
	text-indent: -5555px
}

.linkContato, .contatoMobile {
	font-size: 35px;
	color: #166780 !important
}

.linkContato:hover, .contatoMobile {
	color: #808184 !important;
}

.contato {
	float: right;
	margin-top: 18px
}

.contatoMobile {
	float: right;
	margin-top: 18px;
	display: none !important
}

@media (max-width: 768px) {
	.contato {
		display: none;
	}
	.contatoMobile {
		display: block !important
	}
}

ul.lista {
	width: 945px;
	margin: 0 auto;
	overflow: hidden;
}

ul.lista li {
	width: 300px;
	height: 180px;
	float: left;
	list-style: none;
	cursor: pointer;
	background-size: auto;
	-webkit-transition: background-position 1s; /* Safari */
    transition: background-position 1s;
}

ul.lista li:hover { background-position: 0 -180px }

ul.lista li p, ul.lista li p a {
	text-indent: -5555px;
	color: rgba(255,255,255,0);
	font-size: 12px;
	padding: 10px;
	margin-top: 20px;
	text-align: center;
    -webkit-transition: color 2s; /* Safari */
    transition: color 2s;
}
ul.lista li:hover p, ul.lista li:hover p a {
	text-indent: 0;
	color: rgba(255,255,255,1);
}

.miniplast {
	background: url(../img/miniplast.jpg) no-repeat
}

.jalles {
	background: url(../img/jalles.jpg) no-repeat
}

.baston {
	background: url(../img/baston.jpg) no-repeat
}

.jofel {
	background: url(../img/jofel.jpg) no-repeat
}

.rava {
	background: url(../img/rava.jpg) no-repeat
}

.marcas {
	background: url(../img/grandes.jpg) no-repeat
}

@media (max-width: 768px) {
	ul.lista {
		width: 50%;
	}
	ul.lista li {
		float: none;
		padding: 0;
	}
}

@media (max-width: 400px) {
	ul.lista {
		width: 100%;
	}
}