@charset "utf-8";
/* CSS Document */

.main-menu-responsive-wrapp{
	display: none;
	position: absolute;
	margin: 0;
	padding: 8px 10px;
	top: 57px;
	/*left: calc(100vw - 175px);*/
	right: -15px; /*calc(0 - 0px);*/
	width: 190px;
	background-color: rgba(50, 50, 50, 0.88);
	background: rgba(50, 50, 50, 0.88);
	color: rgba(50, 50, 50, 0.88);
	margin-right: 0;
	z-index: 1500;
}
	

.main-menu-responsive { margin: 0; padding: 0 15px; } 
.main-menu-responsive li{ list-style: none; margin:15px 0; }
.main-menu-responsive li a{ color: #fc7803; font-size: 1.2em; font-family: RacingSansOne-Regular; }


.btn-menu-responsive { position: absolute; width: 39px; height: 39px; background: url(menu_bt.png); display: none; top: 18px; /*left: calc(100vw - 70px);*/ border: none; right: 9px; z-index: 45;}
.btn-menu-responsive:focus {box-shadow: none !important; border: none; outline: none !important; } 
.btn-menu-responsive-ativo { background: url(menu_bt_hover.png); border: none; box-shadow:none !important;} 

.dropdown-menu { left: -125px;}


/* Media **************************************************************************************************/

@media (max-width: 1200px ) { }


@media (max-width: 992px ) {
	/*#main-menu-responsive-wrapp { display: block; }*/

}


@media (max-width: 767px ) {
	.btn-menu-responsive { display: block; }
}

@media (min-width: 411px) and (max-width: 767px ) { }


@media (max-width: 410px ) { }
