@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@700&family=Kanit:wght@500&family=Red+Hat+Display:wght@500&family=Roboto&display=swap');


body {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
}

header {
	width: 100%;
	height: 80px;
	position: fixed;
	z-index: 10;
	
}


h1, h2, h3, h4, h5 {
	font-family: "Comfortaa", Arial, Helvetica, sans-serif;
}



h1 {
	padding: 10px 10px 10px 10px;
	margin: 0 0 0 0;
	
}

h2 {
	
}

a {
	
}


input[type="text"], input[type="password"] {
	padding: 5px 10px;
}

input[type="button"], input[type="submit"] {
	padding: 10px 20px;
}





.container-content {
	margin: 0 20px;
}



.bt_openmenu_mobile {
	display: none;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	background: url(../images/system/bt_openmenu_mobile.png);
	background-size: 50px 50px;
	cursor: pointer;
}



.lista_linha_titulo {
	border-bottom: 1px solid #333;
	padding: 10px 0 5px 0;
}

.lista_linha_cell {
	border-bottom: 1px solid #CCC;
	padding: 5px 0 5px 0;
}

.lista_linha_cell_red {
	border-bottom: 1px solid #CCC;
	padding: 5px 0 5px 0;
	background-color: #F00;
	color: #FFF;
}


.lista_cell_titulo {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	padding: 0 0 0 10px;
	font-size: 12px;
}

.lista_cell {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 10px; 
	font-size: 12px;
}



#mapa_rm {
	display: flex;
	white-space: nowrap;
	justify-content: center;
}

#mapa_rm .dv_content_main {
	margin-left: -2600px;
	
}




.dv_content_main {
	/*float: left;*/
	/*white-space: nowrap;*/
}


.dv_content_header {
	margin: 0 auto 0 auto;
	max-width: 1600px;
	display: flex;
	
	
}

.dv_content_header_left {
	flex-grow: 0;
	

}

.dv_content_header_right {
	width: 200px;
	text-align: right;
	flex-grow: 1;
}


.dv_content_middle {
	margin: 0 auto 0 auto;
	max-width: 1600px;
}

.dv_content_main {
	padding: 100px 0 30px 0;
	/*margin-left: -2600px;*/
	
}



.dv_lista_content {
	
}

.dv_lista_content ul li {
	margin: 8px 0 8px 0;
	
}






.dv_menu_rm {
	font-family: "Kanit", Arial, Helvetica, sans-serif;
	margin: 25px 0 0 0;
	
}

.dv_menu_rm ul {
	display: inline-block;
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


.dv_menu_rm ul li {
	display: inline-block;
	padding: 5px 20px 5px 20px;
	
}

.dv_menu_rm ul li a {
	text-decoration: none;
	color: #060;

}

.dv_menu_rm ul li a:hover {
	color: #090;
}







.dv_form_aerologin {
	
	margin: 0 0 0 10px;
	
}

.dv_form_aerologin label {
	font-size: 14px;
}


.dv_form_aerologin input[type=text], .dv_form_aerologin input[type=password] {
	padding: 5px 0 5px 0;
	
}

.dv_form_aerologin input[type=button], .dv_form_aerologin input[type=submit] {
	padding: 5px 20px 5px 20px;
}



.dv_conf_reserva {
	margin: 10px 0 0 0;
	text-align: center;
	
}

.dv_conf_reserva input[type=button]{
	padding: 5px 20px 5px 20px;
	margin: 5px 5px 5px 5px;
	
}



.dv_opcoes_carrinho {
	max-width: 700px; text-align: right;	
}

.dv_opcoes_carrinho input[type=button]{
	padding: 5px 20px 5px 20px;
	margin: 5px 5px 5px 5px;

}







.box_aviso {
	display: inline-block;
	padding: 10px 10px 10px 10px;
	font-size: 14px;
}

.dv_compra {
	margin: 0 0 0 10px;
}






.bt_ingresso {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/system/icon_evento_pp.png) top left no-repeat;
	cursor: pointer;
	margin: 5px;
}


.bt_editar {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../images/system/bt_editar_imagem_pp_on.png) top left no-repeat;
	background-position: 7px 7px;
	padding: 7px;
	cursor: pointer;
	margin: 5px;
}





.bt_ordemcompra {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/system/bt_arquivo.png) top left no-repeat;
	cursor: pointer;
	margin: 5px;
}





.box_e_ingresso {
	display: inline-block;
	vertical-align: middle;
	width: 250px; 
	height: 300px; 
	text-align: center; 
	border: 1px solid #000;
}

.box_e_ingresso_anexo {
	display: inline-block;
	vertical-align: middle;
	width: 450px; 
	height: 300px; 
	text-align: center; 
	border: 1px solid #000;
}

.box_e_ingresso_titulo_a {
	margin: 5px 0 5px 0;
	font-size: 18px;
}

.box_e_ingresso_titulo_mesa {
	margin: 5px 0 5px 0;
	font-size: 20px;
}

.box_e_ingresso_nome {
	margin: 5px 0 5px 0;
	font-size: 14px;
}

.box_e_ingresso_empresa {
	margin: 5px 0 5px 0;
	font-size: 20px;
}




