.rotate {
	display:none;
	background: var(--corum) url("../svg/rotate.svg") no-repeat 50% 50%;
    background-size: 20%;
	width:100%;
	height:100vh;
}

.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
/* PLAYER VÍDEO */
#container {
    padding: ;
    float: left;
    width: 70%;
    margin: 0 15%;
}
#player2-container .mejs__time-buffering, #player2-container .mejs__time-current, #player2-container .mejs__time-handle,
#player2-container .mejs__time-loaded, #player2-container .mejs__time-hovered, #player2-container .mejs__time-marker, #player2-container .mejs__time-total {
	height: 2px;
}

#player2-container .mejs__time-total {
	margin-top: 9px;
}
#player2-container .mejs__time-handle {
	left: -5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ffffff;
	top: -5px;
	cursor: pointer;
	display: block;
	position: absolute;
	z-index: 2;
	border: none;
}
#player2-container .mejs__time-handle-content {
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.primary-nav {
display: none;
}
.primary-mobile-nav {
    display: block;
    z-index: 5000;
    position: fixed;
    top: 0px;
    font-family: var(--global_font_1);
    font-size: 25px;
    width: 100%;
    text-align: center;
    height: 100vh;
    background: var(--global_cor_1);
}
.primary-mobile-nav ul {
  position: absolute;
  z-index: 50;
  top: 50%;
  left: 50%;
  transform: translateY(50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
.primary-mobile-nav li {
    float: left;
    list-style: none;
    display: block;
    width: 100%;
    margin: 0;
    height: 40px;
    line-height: 40px;
    transition: 0.6s;
}
.primary-mobile-nav li:last-child {
	border-bottom:0;
}
.primary-mobile-nav .current_page_item a {
    color:var(--cordois) !important;
}
.primary-mobile-nav .current-menu-item a {
    color:var(--global_cor_2) !important;
    font-weight:var(--global_font_weight_7);
}
.primary-mobile-nav li a {
  width: 100%;
  font-weight: 500;
  color: var(--corum);
  font-size: 16px;
}
.primary-mobile-nav li a:hover {
	color: var(--um);
}
.primary-mobile-nav li.current_page_item a, .primary-mobile-nav li.current_page_parent a {
	font-weight: 700;
	color: var(--um);
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.menu_filter {
    float: left;
    width: 70%;
    margin: 20px 15% 25px;
    padding: 0;
    text-align: center;
}
.menu_filter span {
    float: left;
    width: 70%;
    margin: 20px 15% 5px;
    padding: 0;
    text-align: center;
    font-weight: 600;
    font-size: 15px
}
ul.filter {
    color: var(--cordois);
    margin: 0 0 10px 0;
}
ul.filter.all li a {
    font-weight: 600 !important;
}
ul.filter li {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 20px 0 10px;
    position: relative;
    cursor: pointer;
}
ul.filter.all li {
    padding: 0px 0px 0 0px;
}
ul.filter li a {
    color:var(--um);
}
ul.filter li a.all {
    color:var(--um);
    font-weight:600
}
ul.filter li.active{
	color: var(--um);
	font-weight:600;
}
ul.filter li::after {
    content: "\f111";
    position: absolute;
    right: 0;
    top: 6px;
    color: var(--um);
    font-weight: 800;
    font-family: "Font Awesome 5 Free";
    font-size: 5px;
}
ul.filter li:last-child{}
ul.filter li:last-child:after{
	display: none
}