@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
body{
	font-family: 'Open Sans', sans-serif;
}
.main{
	background: url(back-main.jpg)no-repeat center top;	
	background-size: cover;
	padding-bottom: 90px;
}
footer{
	background: url(back-footer.jpg)no-repeat center top;	
	background-size: cover;
}
.logo{
	margin: 80px 0 105px;
}
.texts{
	font-size: 14px;
	color: #d4d4d4;	
}
.texts i{
	font-size: 26px;
}
.texts a{
	color: #d4d4d4;
}
.texts .divider{
	margin-left: 35px;
	border-left: 1px solid;
}
.texts .divider p{
	padding-left: 30px;
}
.texts p.address{
	background: url(ico-map.png)no-repeat left 5px;	
}
.texts p.mail{
	background: url(ico-mail.png)no-repeat left 5px;	
}
.texts p.tel{
	background: url(ico-tel.png)no-repeat 5px top;	
}
.texts p.tel span{
	display: inline-block;
	height: 10px;
	width: 1px;
	background: #d4d4d4;
	margin: 0 10px;
}
.marcas{
	margin-top: 35px;
}
.marcas h2{
	font-size: 14px;
	color: #193b44;
	text-transform: uppercase;
	font-weight: 900;
}
.marcas ul{
	line-height: 60px;
    margin-top: 25px;
}
.marcas ul li{
	
	width: 32%;
}
.marcas ul li:first-child{
	
}
@media (min-width: 1200px) {}
@media (min-width: 992px) and (max-width: 1200px) {}
@media (min-width: 768px) and (max-width: 992px) {
	
}
@media (max-width: 767px) {
	.logo{
		margin-bottom: 55px;
	}
	.text-right p{
		text-align: left !important;
	}
	.texts .divider{
		margin-left: 0;
		border: none;
		margin-top: 40px;
	}
	.texts p.tel span{
		background: transparent;
	}
	.marcas ul li{
		display: block;
		margin: 30px auto;
	}
}
.oktober img{
	max-width: 100%;
	margin-top: 20px;
}
.oktober .col-md-6{
	padding: 0;
	padding-right: 5px;
}
.oktober .col-md-6:last-child{
	
	padding-right: 0px;
	padding-left: 5px;
}
.text-margin-left{
	width: 80%;
	
	display: inline-block;
	
}
.list-marcas img{
	max-width: 100%;
	padding: 0 10px;
}