@charset "utf-8";
/* CSS Document */

html, body{
	height:100%;
}

body{
	margin:0;
	padding:0;
	
	background-color: #f9f9f9;
}
#tudo{
	width:100%;
	position:relative;
	min-height:100%;
}
* html #tudo{
	height:100%;
}




/*------Defult-----*/
:focus{
	outline:none;
}
a{
	text-decoration:none;
	-webkit-transition: color .2s linear,background .1s linear;
	-moz-transition: color .2s linear,background .1s linear;
	-ms-transition: color .2s linear,background .1s linear;
	-o-transition: color .2s linear,background .1s linear;
	transition: color .2s linear,background .1s linear;
}
a:hover{
	text-decoration:none;
	-webkit-transition: color .2s linear,background .1s linear;
	-moz-transition: color .2s linear,background .1s linear;
	-ms-transition: color .2s linear,background .1s linear;
	-o-transition: color .2s linear,background .1s linear;
	transition: color .2s linear,background .1s linear;
}

img{max-width: 100%;}
/*-----Fim Defult-----*/





/*-----Header-----*/
header{
	width:100%;
	min-height: 100vh;
	background-image: url(../img/bg.jpg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	padding:30px 0;
	text-align: center;
}
/*-----Fim Header-----*/





/*-----Conteúdo-----*/
#conteudo{
	padding-bottom:40px;
}
/*-----Fim Conteúdo-----*/





/*-----Footer-----*/
footer{
	width:100%;
	height:40px;
	position:absolute;
	bottom:0;
}
/*-----Fim Footer-----*/




#conteudo section.google-maps{
    padding: 0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.google-maps .mapArea{
    height:400px;
    overflow:hidden;
    width:100%;
}
.google-maps .mapArea iframe{
    width:100%;
    height:400px;
}
.scrolloff {
    pointer-events: none;
}


/*-----Classes Globais-----*/
.clr{
	clear:both;
}
.margintop10:{
	margin-top:10px;
}
.margintop20:{
	margin-top:20px;
}
.margintop30:{
	margin-top:30px;
}
.margintop40{
	margin-top:40px;
}

.marginbottom10:{
	margin-bottom:10px;
}
.marginbottom20:{
	margin-bottom:20px;
}
.marginbottom30:{
	margin-bottom:30px;
}
.marginbottom40:{
	margin-bottom:40px;
}

.col-center{float: none;     margin: 1% auto 10px;}

/*-----Fim Classes Globais-----*/


@media (max-width: 768px){

	header {
	    width: 100%;
	    min-height: auto;
	    background-image: url(../img/bg.jpg);
	    background-position: center;
	    background-size: cover;
	    background-repeat: no-repeat;
	    padding: 0 0 25px;
	    text-align: center;
	}
}
@media (min-width: 1400px){
.col-large-12 {width: 100%;}