body {
	background-color: #E5E5E5;
	font-family: 'Open Sans';
}

header {
	background-image: url('../assets/bg-top.jpg');
	background-repeat: repeat-x;
	height: 145px;
}

header img {
	padding-top: 20px;
}


.conteudo {
	background-image: url('../assets/bg-conteudo.jpg');
	background-repeat: repeat-x;
	background-color: #002141;
	background-position: top;
	color: #fff;
}

.conteudo h2 {
	text-align: center;
	border: 1px solid #dead6b;
	padding: 10px;
	font-weight: 300;
	margin-top: 50px;
	margin-bottom: 50px;
}

.conteudo .planta {
	background: #fff;
	height: 200px;
	margin-top: 90px;
	margin-bottom: 110px;
	padding: 20px;
	color: #002141;
}


.planta img {
	margin-top: -50px;
	margin-right: -25px;
	float: right;
}

.planta h3 {
	font-size: 48px;
	font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}

.planta h3 span {
	font-weight: 300;
}

.planta h4 {
	font-size: 24px;
	font-weight: 400;	
	color: #dead6b;
  margin-top: 0;
}

.planta h4 span {
	color: #002141;
	font-weight: 300;	
}

.planta p {
	font-size: 20px;
	margin-top: 27px;
	line-height: 1;
  padding-left: 0;
}

.textos {
	text-align: center;
}

.bgD {
	background: #dead6b;
	color: #002141;
	margin-top: 30px;
	margin-bottom: 50px;
}

.bgD p {
	margin: 10px;
	font-size: 16px;
}

.local {
	background: #fff;
	text-align: center;
	padding: 125px 0;
	color: #002141;
	margin: 15px;
  z-index: 2;
}

.local i {
	font-size: 72px;
}

.local p {
	font-size: 30px;
	line-height: 1;
}

.maps {
    margin-top: -32px;
}

.embed-responsive-16by9 {
    margin-left: 15px;
}

.media {
	margin-top: 40px;
	text-align: center;
}

.media img {
	max-width: 100%;
	max-height: 170px;
	margin-bottom: 20px;
}



.textD {
	color: #dead6b;
}


#vendas {
    text-align: center;
}

#vendas a {
    color: #333;
}

#vendas a:hover {
    text-decoration: none;
    color: #000;
}

#vendas h4 {
    font-size: 16px;
    margin-top: 60px;
    margin-bottom: -10px;
}

#vendas p {
    font-size: 32px;
    margin: 0;
}

#vendas p.tel {
    font-size: 62px;
    margin-bottom: 60px;
}

#vendas p.tel small {
    font-size: 22px;
}

#vendas p.face {
    line-height: 28px;
    margin-top: 20px;
}


/* --------------------------------- */

footer {
    padding-top: 150px;
    color: #343335;
    text-align: center;
}

footer .goedertLogo {
  margin-bottom: 70px;
}













.carousel {
  height: 475px;
	z-index: -2;
}

.item,
.active,
.carousel-inner {
  height: 100%;
}

.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.carousel-indicators {
    bottom: 70px;
}

.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 80px;
}

.carousel-indicators li {
    border-radius: 0;
}

.carousel-caption img {
    box-shadow: 0 0 2px #282828;
    background: rgba(0, 94, 129, 0.78);
    border-radius: 2px;
    padding: 0 10px;
    margin-bottom: 10px;
}

}



@media (min-width:768px) and (max-width:991px) {
	
}



@media (min-width:768px) and (max-width:991px) {

.planta p {
	font-size: 18px;
}

.planta h3 {
	font-size: 36px;
}
	
.local {
	padding: 20px 0;
}
	
.maps {
	margin-top: 0px;
}
	
.fachada {
	text-align: center;
}
	
.bgD {
	padding: 20px;
}
	
}



@media (max-width:767px) {

.planta p {
	font-size: 14px;
}

.planta h3 {
	font-size: 30px;
}
	
.local {
	padding: 20px 0;
}
	
.maps {
	margin-top: 0px;
}
	
.fachada {
	text-align: center;
}
	
.bgD {
	padding: 20px;
}
	
.conteudo .planta {
	margin-top: 275px;
	text-align: center;
}
	
.planta img {
	margin-top: -250px;
	margin-bottom: 20px;
	margin-right: 0;
	float: none;
}
	
}