/* Enter Your Custom CSS Here */
div#destaque-principal div.content-event {
	float: initial !important;
	margin: -8px auto !important;
    width: 1140px !important;
}

div#destaque-principal div div.event-information { 
    text-align: left;
}

.displaynone { display: none; }

.header .container .btn-nav { width: 228px !important; }

.show {
    left: -228px !important;
    width: 271px !important;
}

.view-more {
  width: 271px !important;
}

.header .branding {
  margin-right: 0 !important;
}

.countdown .btn-register {
    width: 272px !important;
}

/* Alinhando o Header */

.header .container {
    display: flex;
    justify-content: space-between;
}

.header .navigation.nav-top {
    left: 50px;
    position: relative;
}