@charset "utf-8";
* {
	margin:0;
	padding:0;
}
 
body {
	background-image:url(../img/fondo-graphic.jpg);
	background-size:cover;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#contenedor{
	width:75%;
	margin:0 auto;
	}
	
header {
	width:100%;
}
#logo{
	width:100%;
}

#log{
	display:block;
	width:100%;
	max-width:1200px;
	margin:auto;
	}

#menu-de-navegacion{
	/*CAMBIAR COLOR BARRA MENU*/background-color:#000000;}
 
header nav {
	width:100%;
	/*DEPENDIENDO DEL NUMERO DE ELEMENTOS Y DEL ANCHO DE LA PAGINA AJUSTAR EN ESCRITORIO*/max-width:1000px;
	margin:20px auto 0px auto;
	/*CAMBIAR COLOR BARRA MENU*/background:#000000;
}
 
.menu_bar {
	display:none;
}
 
header nav ul {
	overflow:hidden;
	list-style:none;
}
 
header nav ul li {
	float:left;
}
 
header nav ul li a {
	color:#fff;
	margin:0 auto;
	padding:20px;
	display:block;
	text-decoration:none;
	z-index:10000;
}
 
header nav ul li span {
	margin-right:10px;
}
 
header nav ul li a:hover {
	/*CAMBIAR EL COLOR DEL OVER AL PASAR EL RATON O DAR CLIK*/background:#08C84B;
}
/*---------------------------------------------------comienza slider+--------------------------------------*/
/* Slideshow container */
.slideshow-container {
  /*max-width: 1000px;*/
  position: relative;
  margin: auto;
  z-index:-10;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/*termina slider--------------------------------------------------------------------------------------------------------*/
#portada img{ width:100%;}
#portada2 img{ width:100%;}

#promociones img{ width:100%;}
#menu-interior img { width:100%;}

#cont-btn{
	width:100%;
	background-color:rgba(0,0,0,1.00);
	}

#btn-link{
	width:50%;
	font-size:2vw;
	margin:0 auto;
	background-color:#E8B503;
	text-align:center;
	border-radius:15px;
}
#btn-link:hover{
	background-color:#2EB705;}
#btn-link a{
	margin:10px;
	text-decoration:none;
	color:rgba(0,0,0,1.00);}
/*PIE DE- PAGINAS*/
#pie{
	overflow:hidden;
	width:100;
	/*CAMBIAR COLOR PIE DE PAGINA*/background-color:#000;
	color:#FFFFFF;
	padding:20px;
	}
	
#telefono{
	float:left;
	border-right: 2px solid #FFFFFF;
	padding:0 20px 0 0;
	}
#ser-dom{
	font-size:20px;
	font-weight:bold;
	}
.pone{
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	}
#horario{
		font-size:16px;
		}
 #ubicación{
	 font-size:16px;
	 overflow:hidden;
	 padding:0 20px;
	 }
#ubicación a{
	text-decoration:none;
	font-weight:bold;
	color:#FFCC33;
	font-size:20px;}
	
span{
	margin-right: 10px;}
	 
@media screen and (max-width:1200px ) {
	#contenedor{
		width:100%;}
	header nav {
		width:80%;
		height:100%;
		left:-100%;
		margin:0;
		position: absolute;
	}
	#logo{
		float:none;
		}
 
	header nav ul li {
		display:block;
		float:none;
		border-bottom:1px solid rgba(255,255,255, .3);
		z-index:10000;
	}
 
	.menu_bar {
		display:block;
		width:100%;
		background:#ccc;
	}
 
	.menu_bar .bt-menu {
		display:block;
		padding:20px;
		/*CAMBIER COLOR DE LA BARRA DE NAVEGACION EN MOVILES*/background:#000000;
		color:#fff;
		text-decoration:none;
		font-weight: bold;
		font-size:25px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
 
	.menu_bar span {
		float:right;
		font-size:40px;
	}
/*----------------------------------btn----------------*/
#btn-link{
	width:90%;
	font-size:5vw;
	margin:0 auto;
	background-color:#E8B503;
	text-align:center;
	border-radius:15px;
}
/*PIE DE PAGINA PARA MOVILES*/
#pie{
	overflow:hidden;
	width:100;
/*CAMBIAR EL COLOR DE PIE DE PAGINA EN MOVILES*/	background-color:#000000;
	color:#FFFFFF;
	padding:20px;
	text-align:center;
	}
	
#telefono{
	float:none;
	/*border-right: 5px solid #FFFFFF;*/
	padding:0 20px 0 0;
	border-right:none;
	}
#ser-dom{
	font-size:20px;
	font-weight:normal;
	}
.pone{
	font-size:12vw;
	font-weight:bold;
	color:#FFB600;
	/*text-align:center;*/
	}
#horario{
		font-size:16px;
		}
 #ubicación{
	 font-size:16px;
	 overflow:hidden;
	 padding:0;
	 }
#ubicación a{
	text-decoration:none;
	font-weight:bold;
	font-size:20px;
	color:#FFB600;}
}
/* CSS Document */

