@charset "utf-8";



* {
	margin: 0 auto;
	box-sizing: border-box;
}
html {
	-webkit-font-smoothing: antialiased;
}
body {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	color: #444;
/*	background: url('../../images/background.jpg');*/
	background-repeat: repeat;
}
a, button {
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
}

@media (min-width: 768px) and (max-width: 992px) {
	nav .container {
	    width: 100%;
	}
}


/*
@media all and (min-width: 1600px) {
.container {
    max-width: 1410px;
}
}
*/



header {
	height: 160px;
	background-color: rgba(255, 255, 255, 0.7);
	border-bottom: 1px solid #BDBDBD;
}

.navbar-brand {
	padding-top: 0;
	margin-top: -5px;
	float: left;
}

.nav-top {
	    height: 0;
	z-index: 1;
	width: 100%;
	padding-top: 15px;
}
.nav-top:after {
	content: "";
	margin-bottom: 100px;
	clear: both;
}
.nav-top .logo-topo {
	float: left;
	line-height: 70px;
}
.nav-top .navbar-brand  {
	width: 100%;
}
.nav-top .menu-topo ul {
	z-index: 999;
	list-style: none;
	margin-left: 0;
	float: left;
}
.telefones a {
	color: #444;
}
.topo-telefones {
	padding-top: 5px;
}
@media all and (min-width: 600px) {
	.telefones {
		float: right;
		text-align: right;
		font-size: 1.1em;
		padding-right: 15px;
	}
	.telefones ul {
		float: right;
	}
	.telefones ul li {
		float: left;
		vertical-align: middle;
	}
	.telefones ul li + li {
		margin-left: 25px;
	}
}
@media all and (max-width: 599px) {
	.telefones ul li {
		text-align: right
	}
	
	header {
		height: 200px;
	}

}
.facebook {
	float: right;
	text-align: right;
	color: rgba(132,173,115,1);;
	font-size: 1.3em;
	padding-right: 15px;
}
 .menu-topo ul li {
	float: left;
	display: inline;
}


.menu-topo ul li a {
	color: #222;
	padding: 8px 10px;
	letter-spacing: 0.03em;
	font-size: 1.1em;
	font-weight: 300;
/*	text-transform: uppercase;*/
	transition: .1s;
}
.menu-topo ul li a:hover,
.menu-topo ul li a:focus,
.menu-topo ul li:active a {
	text-decoration: none;
	background-color: #ed2117;
	color: #FFF;
}
.menu-topo ul li li a {
	color: #333;
}


@media all and (min-width: 768px) {
	.nav-top .menu-topo {
		margin-left: 300px;
		margin-top: 50px;
	}
	
}


@media all and (max-width: 767px) {
	.navbar-header {
		margin-top: -20px;
	}
	.nav-top {
	    margin: 0;
	    padding: 0;
	    height: 80px;
	}
	.navbar {
		margin-top: 0;
		z-index: 3;
		position: relative;
	}
	.nav-top .telefones,
	.nav-top .facebook {
	}
	.navbar-toggle {
	    color: #333;
	    text-align: right;
	    margin-top: -20px;
	    font-size: 200%;
	    font-weight: 600;
	    border: 0;
	    padding: 10px 0 10px 15px;
	}
	.menu-topo {
		margin-left: 0;
		border-top: none !important;
		float: none !important;
	}
	 .menu-topo .navbar-nav {
		width: 100%;
		border: 0;
		background-color: #ed2117;
	}
	.nav-top .menu-topo ul {
	}
	 .menu-topo ul li {
		width: 100%;
	}
	 .menu-topo ul li a {
	 	color: #FFF;
		font-size: 120%;
		padding: 20px 20px;
	    text-transform: uppercase;
		text-align: center;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	 .menu-topo ul li a:hover {
		background-color: rgba(132,173,115,0.7);
	}


}




/** TITULOS
/***********************************************************/


ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}


/** CONTEUDO
/***********************************************************/


section {
	padding: 60px 0;
}
section:before {
	content: "";
	clear: both;
}
section p {
	margin:  0 0 17px;
}
section p,
section li {
	font-size: 1.1em;
}

.btn,
.btn:active,
.btn:visited,
.btn:focus {
	outline: none;
	color: #FFF;
	font-size: 1em;
	font-weight: 400;
	text-transform: uppercase;
	padding: 10px 30px;
	text-align: center;
	background-color: rgba(136,201,58,1);
}
.btn:hover {
	color: #FFF;
	background-color: rgba(136,201,58,0.7);
}
@media all and (max-width: 767px) {
	.btn {
		padding: 15px 40px;
	}
}



form input:focus,
form textarea:focus {
	box-shadow: none !important;
}
form .input-group {
    width: 100%;
}
form .input-group-addon {
	background-color: #FFF;
}
form .input-group-addon + input {
	border-left: 0;
	padding-left: 0;
}
select {
    width: 100%!important;
    font-weight: 400;
    padding: 6px;
    padding-right: 0;
}
select, 
textarea, 
input[type="text"], 
input[type="file"], 
input[type="email"], 
input[type="password"] {
    width: 100%;
    height: 40px;
    line-height: 100%;
    border-radius: 0;
    border: 1px solid #ccc;
    outline: none;
    color: #777;
    box-shadow: none;
    padding: 9px 10px;
    font-size: 1.1em !important;
}
form button {
	height: 40px;
	background-color: #111;
	color: #FFF;
	border: 0;
	padding: 0 20px;
	text-transform: uppercase;
}
form textarea {
	width: 100% !important;
	height: 150px !important;
    font-size: 1.2em;
}
form label {
	font-size: 1.1em;
	font-weight: 400;
}
form label small:before {
    content: " // ";
    color: #969696;
}
form label small.requerido {
    color: #8B2022;
}
form label small.opcional {
    color: #626262;
}
form label small {
    font-weight: 400;
}
small, .small {
    font-size: 85%;
}

#btn_enviar {
	float:  right;
	height: 40px;
}
#loading {
    background-image: url('../../images/loading.gif');
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: none;
    float: right;
}




/** FOOTER
/***********************************************************/


footer {
	width: 100%;
	padding: 80px 0 0 0;
	font-size: 1.1em;
	letter-spacing: 0.03em;
	background-color: rgba(180, 3, 14, 0.8);
	background-image: url('../../images/bg-red-full.jpg');
}
footer ul li {
	color: #EFEFEF;
	font-size: 0.9em;
	line-height: 1.6em;
}
footer ul li a {
	padding: 3px 0;
	letter-spacing: -0.01em;
	font-size: 0.9em;
	color: #ECECEC;
	font-weight: 600;
	text-transform: uppercase;
}
footer ul li a:hover,
footer ul li a:focus {
	text-decoration: underline;
	color: #FFF;
}
@media all and (max-width: 767px) {
	footer {
		text-align: center;
	}
}
footer .img-facebook {
	margin: 20px 0 0 0;
}

@media all and (min-width: 768px) {
	footer .img-facebook {
		float: right;
		margin: 0;
	}
}
footer .nav-footer {
	background-color: rgba(99,0,0, 0.4);
	margin-top: 50px;
	padding: 14px 0 2px;
	color: #D9D9D9 !important;
	font-size: 0.95em;
}
footer .nav-footer a {
	color: #ECECEC;
}



