	.top_cinema {
		position: relative;
		width: 100%;
		height: auto;
		z-index: 100;
		background: #212121;
	}
	
		.top_cinema_body {
			position:relative;
			top:0px;
			left:0px;
			width: 1140px;
			height: 41px;
			padding: 19px 30px 0 30px;
			color: #ffffff;
			padding-top: 19px;
	
			margin: 0 auto;
		}
	
		@media screen and (min-width : 320px) and (max-width : 479px) {
			.top_cinema_body { width: 300px; height: auto; padding: 20px 10px; text-align: center; }
		}
		@media screen and (min-width : 480px) and (max-width : 767px) {
			.top_cinema_body { width: 460px; height: auto; padding: 20px 10px; text-align: center; }
		}
		@media screen and (min-width : 768px) and (max-width : 992px) {
			.top_cinema_body { width: 708px; }
		}
		
			.nome_cinema {
				float: left;
				font-family: 'Dosis', sans-serif;
				font-size: 23px;
				font-weight: 700;
				text-transform: uppercase;
			}
	
			@media screen and (min-width : 320px) and (max-width : 479px) {
				.nome_cinema { float: none; }
			}
			@media screen and (min-width : 480px) and (max-width : 767px) {
				.nome_cinema { float: none; }
			}
			@media screen and (min-width : 768px) and (max-width : 992px) {
				.nome_cinema { font-size: 18px; }
			}
			
				.nome_cinema .fas {
					margin-right: 10px;
					color: #1791c2;
				}
			
			.menu_cinema {
				float: right;
			}
	
			@media screen and (min-width : 320px) and (max-width : 479px) {
				.menu_cinema { float: none; margin-top: 20px; }
			}
			@media screen and (min-width : 480px) and (max-width : 767px) {
				.menu_cinema { float: none; margin-top: 20px; }
			}
			@media screen and (min-width : 768px) and (max-width : 992px) {
				.menu_cinema { }
			}
			
				.menu_cinema li {
					display: inline-block;
					margin-right: 16px;
				}
	
				@media screen and (min-width : 320px) and (max-width : 479px) {
					.menu_cinema li { display: block; margin-right: 0; }
				}
				@media screen and (min-width : 480px) and (max-width : 767px) {
					.menu_cinema li { display: block; margin-right: 0; }
				}
				@media screen and (min-width : 768px) and (max-width : 992px) {
					.menu_cinema li { margin-right: 6px; }
				}
			
				.menu_cinema li:last-child {
					margin-right: 0;
				}
			
					.menu_cinema li a {
						font-family: 'Dosis', sans-serif;
						font-size: 18px;
						font-weight: 700;
						text-transform: uppercase;
						color: rgba(255,255,255,0.7);
						text-decoration: none;
						transition: color 0.3s linear;
						-webkit-transition: color 0.3s linear;
						-moz-transition: color 0.3s linear;
					}
			
					.menu_cinema li a:hover {
						color: rgba(255,255,255,1);
					}