body {
	font-family: 'Open Sans', sans-serif;
}

h2 {
	font-size: 27px;
	color: #307d9c;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

h3 {
	font-size: 20px;
	color: #414141;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
}

a {
	color: #414141;
}

.top {
	background: url(../img/bg-topo.jpg) no-repeat top center;
	width: 100%;
	height: 353px;
	display: inline-block;
	border-top: 10px solid #307d9c;
	padding-top: 187px;
}

.top .menu {
	position: relative;
    padding: 12px 50px;
    background: #6db9d7;
    border: 2px solid #307d9c;
    height: 70px;
}

.top .menu ul {
	font-size: 28px
}

.top .menu ul li {
	margin-right: 70px;
}

.top .menu ul li:last-child{
	margin-right: 0;
}

.top .menu .logo-top {
	position: absolute;
	top: -120px;
	left: 50%;
    margin-left: -112px;
}

.banner {
	background: url(../img/bg-banner.jpg) no-repeat center center;
	width: 100%;
	height: auto;
	display: inline-block;
	margin-top: -5px;
}

.carousel-control.right {
    background-image: none;
}

.carousel-control.left {
    background-image: none;
}

.home-produtos {
	padding: 65px;
}

.home-produtos h2 {
	margin-bottom: 25px;
}

.produtos-home p {
	font-size: 23px;
	color: #414141;
	margin: 30px 0px;
}

/*.produtos-home img {
	width: 195px;
	height: 195px;
	margin: 0 auto;
	border: 3px solid #307d9c;
}*/

.btn-produto {
	padding: 5px 15px;
	background: #6db9d7;
	color: #ffffff;
	border: 2px solid #307d9c;
}

.produto {
	margin-bottom: 25px;
}

footer {
	font-size: 20px;
	text-align: center;
	color: #181818;
	margin-top: 20px;
}

.navbar-brand img {
	position: relative;
    top: -80px;
}

.navbar-default {
    background-color: transparent;
    border: none;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #6db9d7;
    background-image: none;
    border: 1px solid #307d9c;
    border-radius: 4px;
}

.navbar-toggle:hover {
    background-color: #6db9d7;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
	box-shadow: none;
}

.icon {
    margin-right: 6px;
    color: #307d9c;
}

.maps {
	margin: 30px 0px;
}

.links-info a {
	font-size: 18px;
}

/*@media*/

@media (max-width: 320px) {
	.produtos-home img {
	    width: 160px;
	    height: 160px;
	}
}

@media (max-width: 600px) {
	.top {
		height: auto;
	    padding-top: 115px;
	}

	.home-produtos {
     padding: 20px 0px; 
	}
}

@media (max-width: 800px) {
	.top .menu ul {
	    font-size: 18px;
	}

	.top .menu ul li {
	    margin-right: 20px;
	}

	.top .menu {
	    padding: 20px 20px;
	}
}