@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Varela');

*{
	margin:0;
	padding:0;
}

img,
picture,
video,
#publicidade_rodape embed {
	
	   /*height:auto;*/
       
	   max-height:100%;
	   max-width: 100%;	   
	  	   
}

a{
	text-decoration: none;
}

.titulos{

	text-align: center;
	font-family: 'Varela', sans-serif;
	color: #222;
	font-weight: bold;
}

	.sub-titulos{

		text-align: center;
		font-family: 'Varela', sans-serif;

		font-weight: bold;
		margin-bottom: 20px;
		color: #777;
	}


.topo{
	width: 100%;
	background: #201e1f;
}

	.topo-centro{
		width: 90%;
		margin: auto;
	}

		.logo{

			width: auto;
			display: table;
			margin: auto;
		}

		.menu{

		}

			.item-menu{

				font-family: 'Open Sans Condensed', sans-serif;
				text-transform: uppercase;
				font-size: 1.3em; 

			}

.corpo{
	width: 100%;
}

	#slide{

	}

	#servicos{
		width: 90%;
		margin: auto;

		padding: 20px 0px;

	}

	#empresa{

		width: 100%;
		background: #009E2D;

		padding: 20px 20px;

	}

	#contato{

		width: 100%;
		margin: auto;
		padding: 20px 20px;

	}

		.google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
	    }
	    .google-maps iframe {
	        position: absolute;
	        top: 0;
	        left: 0;
	        width: 100% !important;
	        height: 100% !important;
	    }

	    input.error{
			border-left:solid 3px #c0392b;
			color:#666;
		}

		input.valid{
			border-left:solid 3px #000000
;
			color:#666;
		}

		.error{
			font-weight:normal;
			font-size:12px;
			color:#c0392b;	
		}

