/* 27/09/2016 - Fernanda: */
div.fonte-rss{
	float: right;
    font-size: small;
    color: #808080;
    font-family: Tahoma, Verdana, Arial, sans-serif;
}
img.btn-rss{
	width: 18px;
	margin-left: 8px;
	margin-bottom: -3px;
}

#coin-slider{
	background-size: cover;
	background-repeat: no-repeat;
}

.grecaptcha-badge{
	z-index: 9999;
}


/* Button to open the menu */
#openMenu {
    font-size: 18px;
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    background-color: #333;
    color: white;
    position: fixed;
    top: 20px;
    right: 20px;
    border-radius: 5px;
	z-index: 9997;
	display: none;
}

/* Backdrop */
.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 9998;
}

/* Sidebar (offside menu) */
.sidebar {
    position: fixed;
    top: 0;
    left: -110%; /* Hidden by default */
    width: 90% !important;
    height: 100%;
    background: #222;
    padding-top: 50px;
    transition: left 0.3s ease;
	z-index: 9999;
	overflow: auto;
}

/* Sidebar Links */
.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar ul li {
    padding: 10px;
    text-align: center;
}

.sidebar ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    display: block;
}

/* Close button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
}

/* Show menu & backdrop when active */
.sidebar.active {
    left: 0;
}

.backdrop.active {
    visibility: visible;
    opacity: 1;
}

@media(max-width: 767px){

	.mapa a.banner_button{
		margin-top: 0px !important;
		top: 0px !important;
	}

	.mapa .box.one{
		width: auto!important;
		max-width: 100%;
		padding-left: 0px !important;
	}



	/* Main menu */
	.menu {
		list-style: none;
		padding: 0;
	}

	.menu > li {
		position: relative;
	}

	/* Top-level links */
	.menu > li > a {
		text-decoration: none;
		display: block;
		padding: 10px;
		background: #333;
		color: white;
		border-radius: 5px;
		cursor: pointer;
	}

	/* Dropdown arrow */
	.menu > li > a span {
		margin-left: 8px;
		font-size: 12px;
	}

	/* Sub-menu (hidden by default) */
	.sub-menu {
		list-style: none;
		padding: 0;
		margin: 0;
		display: none; /* Hidden initially */
		background: #444;
		border-radius: 5px;
		margin-top: 5px;
	}

	/* Sub-menu items */
	.sub-menu li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.sub-menu li:last-child {
		border-bottom: none;
	}

	.sub-menu li a {
		display: block;
		padding: 8px 15px;
		color: white;
		text-decoration: none;
		transition: background 0.3s;
	}

	.sub-menu li a:hover {
		background: #555;
	}

	/* Show the submenu when active */
	.sub-menu.active {
		display: block;
	}

	#openMenu {
		display: block;
	}

}
