#overview{
	margin-top: 50px;
	background-color: #f0f7ef;
	/*background-image: linear-gradient(to bottom left, #1f2f0a, #fff);*/
}
#myCarousel{
	margin-top: -30px;
	margin-bottom: 30px;
}

.imagem{
	margin: auto;
}

.footer {
	position:absolute;
	bottom:0;
	width: 100%;
	height: 200px;
	background-color:#222222;
	color: #8f8989;
	border-top: 10px solid #8f8989;

}

.geral{
	position: relative;
	min-height:100%;
	padding-bottom: 200px;
}

html, body {height:100%;}

.info{
	display: block;
	position: relative;
}
address{
	padding-top: 10px;
}

#mac{
	text-transform: uppercase;
}

input:invalid { border: 1px solid red; }
input:valid { border: 1px solid green; }

.redes-sociais{
	margin: 10px 0;
}

/*bandeiras*/
.flag {
	width: 16px;
	height: 11px;
	background:url(../img/banderas.png) no-repeat;
	cursor: pointer;
}

.flag:hover { 
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc; 
	box-shadow: 0 0 50px #ccc;
	margin-top: 3px;
}

.flag.flag-br {background-position: -16px 0}
.flag.flag-uy {background-position: 0 -11px}


/*notificaciones*/
.alert-box {
	color:#555;
	border-radius:10px;
	font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;
	padding:10px 36px;
	margin:10px;
}
.alert-box span {
	font-weight:bold;
	text-transform:uppercase;
}
.error {
	background:#ffecec url('images/error.png') no-repeat 10px 50%;
	border:1px solid #f5aca6;
}
.success {
	background:#e9ffd9 url('images/success.png') no-repeat 10px 50%;
	border:1px solid #a6ca8a;
}
.warning {
	background:#fff8c4 url('images/warning.png') no-repeat 10px 50%;
	border:1px solid #f2c779;
}
.notice {
	background:#e3f7fc url('images/notice.png') no-repeat 10px 50%;
	border:1px solid #8ed9f6;
}

/* notificaciones fin*/

/*miniatura*/
.miniatura { 
  border-width: 1px; 
  border-style: solid; 
  border-color: black; 
}

/*INI BLOG*/
.blogShort{ border-bottom:1px solid #ddd; margin-bottom: 0.8%;}

.btn-blog {
    color: #ffffff;
    background-color: #8CC63E;
    border-color: #37d980;
    border-radius:0;
    margin-bottom:10px
}
.btn-blog:hover,
.btn-blog:focus,
.btn-blog:active,
.btn-blog.active,
.open .dropdown-toggle.btn-blog {
    color: white;
    background-color:#8CC63E;
    border-color: Black;
}
 h2{color:#8CC63E;}
 .margin10{margin-bottom:10px; margin-right:10px;}
/*FIN BLOG*/