* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contenedor {
	width: 90%;
	max-width: 1000px;
	margin: auto;
	
	overflow: visible;
}

/* ----- ----- HEADER ----- ----- */

header {
	width: 100%;
	background: url('../img/ALFA_bg.png'), #0d0122;
	background-size: cover;
	background-attachment: fixed;
	background-position: center 0;
}

header .contenedor {
	position: relative;
	height: 700px;
}

header .menu {
	width: 100%;
	text-align:right;
}

header .menu a {
	color: white;
	font-size: 20px;
	font-weight: 300;
	display: inline-block;
	margin: 40px 20px;
	text-decoration: none;
	position: relative;
}

header .menu a:hover {
	text-decoration: underline;
}

header .textos {
	width: 100%;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -52px;
}

header .textos .nombre {
	font-size: 50px;
	font-weight: 600;
}

header .textos .nombre span {
	font-weight: 300;
}

header .textos h3 {
	font-weight: 300;
	font-size: 25px;
	font-style: italic;
}




.header-content {
	background: url('../img/bg-textura2.png');
	background-repeat: repeat;
  margin-top: 200px;
  padding-bottom: 50px;
}



.header-content{

	background: url('../img/bg-textura2.png');
	background-repeat: repeat;
	padding: 30px;
	margin-top: 100px;
  
  }


  .slider {
	flex-direction: column;
  }
  
  .slider-txt {
	margin-left: 0;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
  
  }
  
  .slider-txt h1{
	font-size: 40px;
  }
  
  .slider-txt p {
  
  font-size: 16px;
  }
  
  .btn-1 {
	padding: 10px 25px;
	font-size: 14px;
  }
  
  .slider-img {
  
	width:100%;
	text-align: center;
  
  
  }
  
  .slider-img img {
  
  margin-right: 0px;
  width: 300px;
  }
  
  
  .swiper-horizontal >  .swiper-pagination-bullets,
  .swiper-pagination-bullets,.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction{
	bottom: -7px;
  }
  
  .tabs {
  
	padding: 50px 30px;
  }
  .labs label{
  
	width: 33%;
  }
  
  .info{
  
	padding: 30px;
	flex-direction: column;
  }
  
  .info-img {
	width: 100%;
	text-align: center;
  }
  
  .info-img img{
  
	width: 400px;
	height: 200px;
	margin-bottom: 25px;
  }
  
  .info-txt{
  
	width: 100%;
	text-align: center;
  }
  
  .info-txt h2 {
	font-size: 50px;
  }
  
  .info-txt p {
  
	font-size:16px;
  
  
  }
  
  .btn-1{
  
	font-size:16px;
  }


/* ----- ----- MAIN ----- ----- */
.main {
	background: url('../img/bg-textura2.png');
	background-repeat: repeat;
}

.main .acerca-de .contenedor {
	overflow: visible;
	position: relative;
}

.main .acerca-de2 .contenedor {
	overflow: visible;
	position: relative;
}

.main .acerca-de .foto{
	width: 80%;
	position: absolute;
	left: 0;
	top:-50px;
	z-index: 1;


}

.main .acerca-de .foto img {
	width: 100%;
	vertical-align:top;

}


.main .acerca-de article {
	background: url('../img/bg-textura2.png');
	padding: 40px;
	width: 50%;
	position: relative;
	float: right;
	/*top: 30px;*/
	top: 500px; /*Con Parallax*/
	z-index: 1;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
}

.main .acerca-de article h3 {
	font-size: 50px;
	font-weight: 300;
	margin-bottom: 40px;
}

.main .acerca-de article p {
	line-height: 28px;
	margin-bottom: 15px;

}



.main .acerca-de2 .foto2{
	width: 200%;
	position: relative;
	
	top:-100px;
	z-index: 1;

}

.main .acerca-de2 .foto2 img {
	width: 100%;
	vertical-align:top;
}



.main .acerca-de2 article {

	padding: 40px;
	width: 40%;
	position: relative;
	float: right;
	/*top: 30px;*/
	bottom: -100px; /*Con Parallax*/
	z-index: 1;

}

.main .acerca-de2 article h3 {
	color: rgb(36, 4, 95);
	font-size: 30px;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 40px;
}

.main .acerca-de2 article p {
	color: rgb(17, 3, 43);
	font-size: 20px;
	font-style: bold;
	line-height: 28px;
	margin-bottom: 15px;

}

.main .menu {
	padding-top: 570px;
	margin-bottom: 50px;
}

.main .menu .titulo {
	font-size: 40px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 40px;
}

.main .menu .contenedor-menu {
	border: 1px solid #000;
	background:transparent;
	padding: 10px;
	overflow: hidden;
}

.main .menu article {
	width: 50%;
	float: left;
	padding: 20px;
}

.main .menu article .categoria {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 40px;
	text-align: center;
}

.main .menu article .platillo {
	overflow: hidden;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 4px dotted #000;
}

.main .menu article .nombre {
	font-size:20px;
	margin-bottom: 15px;
	float: left;
}

.main .menu article .precio {
	float: right;
	font-size: 20px;
	margin-bottom: 15px;
}

.main .menu article .descripcion {
	font-size: 16px;
	color: #676767;
	clear: both;
}

.main .menu .contenedor-menu2 {
	border: 1px solid #000;
	background:transparent;
	padding: 10px;
	overflow: hidden;
}

.main .galeria {
	overflow: hidden;
}

.main .galeria .foto {
	width: 10%;
	float: left;
}

.main .galeria .foto img {
	vertical-align: top;
	width: 100%;
	opacity: .7;
}

.main .galeria .foto img:hover {
	opacity: 1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.main .ubicacion {
	background: #fff;
	padding: 60px 0;
}

.main .ubicacion .titulo {
	text-align: center;
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
	margin-bottom: 40px;
}

.main .ubicacion .direccion {
	width: 50%;
	float: left;
	text-align: left;
}

.main .ubicacion .horarios {
	width: 50%;
	float: right;
	text-align: right;
}

.main .ubicacion .direccion .calle {
	margin-bottom: 15px;
}

.main .ubicacion .horarios {
	overflow: hidden;
}

.main .ubicacion .horarios h4 {
	text-align: center;
	margin-bottom: 20px;
}

.main .ubicacion .horarios .entre-semana,
.main .ubicacion .horarios .fin-semana {
	width: 50%;
	float: left;
	text-align: center;
}

.main .mapa {
	width: 100%;
	overflow: hidden;
}

.main .mapa iframe {
	width: 100%;
	max-height: 600px;
}





.header-content {
	margin-top: 200px;
	padding-bottom: 50px;
  }
  
  .slider {
	display: flex;
	align-items: center;
  }
  
  .slider-txt {
  
	margin-left:85px;
	width: 50%;
  }
  
  .slider-txt hi {
  
	font-size: 50px;
	color: white;
	text-transform: uppercase;
	font-weight: 800;
  
  }
  
  .slider-txt p {
  
	font: 18px;
	color: #A7A7A7;
  }



.botones {

	margin-top: 50px;
  }
  
  .btn-1 {
	display: inline-block;
	padding:15px 35px;
	border: 2px solid #300866;
	color: rgb(204, 179, 179);
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-right: 20px;
	border-radius: 50px;
  }
  
  .btn-1:hover {
  
	background-color: rgb(2, 2, 65);
  
  
  }





/* ----- ----- FOOTER ----- ----- */


footer {

	padding: 100px  0px;
	display: flex;
	justify-content: space-between;
	background: url('../img/bg-textura2.png');
  }

footer .copyright {
	text-align: center;
	padding: 15px 0;
	color: rgb(24, 20, 20);
}



.links h4 {

	color: #0a0808;
	text-transform: uppercase;
	margin-bottom: 25px;
  
  }
  
  .links ul li a {
	color: #180f0f;
	font-size: 16px;
	margin-bottom: 5px;
	display: inline-block;
  }


  .logo-2 {
	width: 300px;
}
.socials {
	justify-content: center;
  }
  
.social img {
	margin: 8px 0 0 0 ;
  }




  .socials {

	display: flex;
  }
  
  .social {
  
   margin: 10px 10px;
   height: 60px;
   width: 60px;
   border: 1px  solid #f0eff1;
   border-radius: 50%
  }
  
  .social:hover {
	background-color: #4b4a4a;
  }
  
  .social img {
	margin: 9px 1px 1px 9px;
  }



  .hero {

	background-image: url();
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  
  
	height: 350px;
	
	position: relative;
	margin-bottom: 2rem;
  
  }
  
  .contenido-hero{
	position: absolute;
	background-position: left;
	background-color: rgba(0,0,0,.5);
	background-color: rgb(0 0 0 /0%);
  
	width: 100%;
	height: 100%;
  
	display: flex;
  
	flex-direction: column;
	align-items: center;
	justify-content: center;
  
  }
  
  .contenido-hero h2,
  .contenido-hero p{
	color: var(--oscuro);
  }
  
  
  .contenido-hero .ubicacion{
  
	display: flex;
	align-items: flex-end;
  }

  /** Servicios **/

@media (min-width: 768px){

	.servicios {
  
	  display:grid;
	  grid-template-columns: repeat(3, 1fr);
	  column-gap: 1 rem;
	}
  
  }
  
  .servicio{
  
	display: flex;
	flex-direction: column;
	align-items: center;
  
  }
  
  .servicio h3{
  
	color: var(--secundario);
	font-weight: normal;
  
  
  }
  
  .servicio .iconos{
	height: 15rem;
	width: 15rem;
	background-color: var(--primario);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
  
  
  }
  
  /** Contacto **/
  
  .formulario {
  
	background-color: var(--gris);
	width: min(60rem, 100%);
	margin: 0 auto;
	padding: 2rem;
	border-radius: 1rem;
  
  
  }
  
  .formulario fieldset{
	border: none;
  
  }
  
  .formulario legend{
  
	text-align: center;
	font-size: 1.8rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 2rem;
	color: var(--primario);
  
  }

  
  
footer .links h4 {
  
	margin: 25px 0px 10px 0px
  }


  .container {
	max-width: 1200px;
	margin:0 auto;
  


/* ----- ----- MEDIA QUERIES ----- ----- */
@media screen and (max-width: 800px) {
	header .contenedor {
		position: static;
		height: auto;
	}

	header .textos {
		position: static;
		margin: 100px 0;
	}

	header .menu {
		text-align: center;
	}

	header .menu a {
		margin: 10px 20px;
	}

	header .textos .nombre {
		font-size: 30px;
	}

	header .textos h3 {
		font-size: 18px;
	}

	.main .acerca-de .foto {
		position: relative;
		width: 100%;
	}

	.main .acerca-de article {
		position: relative;
		width: 100%;
		top:-50px;
		transform: translate(0px, 0);
	}

	.main .menu {
		padding-top: 300px;
	}

	.main .menu article {
		width: 100%;
	}

	.main .galeria .foto {
		width: 50%;
	}

	.main .mapa {
		width: 80%;
		margin: auto;
	}
}

@media screen and (max-width: 400px) {
	.main .acerca-de article h3 {
		font-size: 34px;
		margin-bottom: 10px;
	}

	.main .menu article .nombre,
	.main .menu article .precio {
		font-size: 16px;
		line-height: 16px;
	}

	.main .ubicacion .direccion,
	.main .ubicacion .horarios {
		width: 100%;
		text-align: center;
	}

	.main .ubicacion .direccion {
		margin-bottom: 20px;
	}

	.main .ubicacion .horarios .entre-semana,
	.main .ubicacion .horarios .fin-semana {
		width: 100%;
		margin-bottom: 10px;
	}

}

