@charset "utf-8";
/* MENU Digital Restaurant */

/* VIVENTOlike  menu   ABR 2023*/
body {		background-color: #fff!important; } 			/* Fondo Blanco */
.sticky-wrapper {background-color: #000!important; }   /* BG  Negrish Vivento */ 
#horarios h1 { color: #ff0e6c!important; }   		 /* Titulo Rosa Vivento */
#horarios p  { color: #000!important; }   		 /* Texto Negrish Vivento */
#horarios  a { color: #ff0e6c!important; }   /* Titulo Rosa Vivento */
#horarios a:link,
#horarios a:visited { text-decoration-line: underline!important;  }  
#horarios a:hover { text-decoration-line: none;  }   /*  Sin Underline */

#NuestrasRedesSociales {  
	color: #ccc!important;   /* Texto Blanco */
	background-color: #fff!important; /* BG  Negrish Vivento */
 }
#NuestrasRedesSociales a {  color: #ff0e6c!important;  }      /* Liga Rosa Vivento */
/* END VIVENTOlike  menu   ABR 2023*/

 


	#horarios {
		width:650px;
		text-align: center;			
		font-family: Arial, Helvetica, sans-serif, Calibri;	
		color: #333;
		font-size: 1.5em;
		background: #FFF;
		margin:0;
		padding:0;
	} 		
		@media (max-width: 630px) {
			#horarios {	max-width: 630px;}	
			#horarios {	width: 580px;  }	
		} 
		@media (max-width: 570px) {
			#horarios {	max-width: 520px;}
			
			#horarios {	width: 520px;  
			
			}	
		} 
		
	#horarios p { padding-bottom:30px; margin:0;	}
	#horarios h1 { color: #360;}
	#horarios strong { color: #000;}
	
	
/* FIX para GLEON */
.fixed-top {
	background-color: #000;
}
		@media (max-width: 500px) {
			.fixed-top {
				height:260px !important;
			}	
		}

	#horarios, 
	.imageCentrada { 
		margin: 0 auto;	
		text-align: center;	
		max-width: 650px;
	}
	
	.menuLeon{
		   margin-top: 120px !important;	/* FIX para 09GLEON */		
	}
	.imageCentrada img {
		max-width: 750px;
				
		display:block;
		height:auto!important;
		max-width:100%!important;
		text-align:center;
				
		
	}	
		@media (max-width: 500px) {
			.menuLeon{   margin-top: 100px !important;	/* FIX para 09GLEON */	}
			.fixed-top {    height: 120px !important; }
			.main-logo, .main-logo img{ max-height: 85px; }
			.imageCentrada img {
				max-width: 450px;						
				display:block;
				height:auto!important;
				max-width:100%!important;
				text-align:center;	
			}	
		}

	