@font-face{
	font-family: "Montserrat";
	src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face{
	font-family: "Lustria";
	src: url(../fonts/Lustria-Regular.ttf);
}

*{
	box-sizing: border-box;
}

body{
	font-family: 'Lustria', sans-serif;
	margin: 0;
}

img{
	display: block;
	width: 100%;
	max-width: 100%;
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-family: "Montserrat";
}

.container, .contenedor{
	width: 90%;
	max-width: 1000px;
	margin: auto;
}

.container--flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.column{
	width: 100%;
}

/************ Estilos header *************/
.main-header{
	width: 100%;
	padding: 10px 20px;
}

.logo-container{
	width: 100%;
}

.logo{
	font-size: 1.8em;
	color: #444444;
	padding: 0;
  margin: 10px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

/************ Estilos menú *************/
.main-nav{
	width: 100%;
	position: relative;
	z-index: 2000;
	padding: 10px;
}

.icon-menu{
	display: block;
	color: black;
	cursor: pointer;
	font-size: 1.5em;
}

.social-icon{
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.social-icon [class*="icon-"]{
	color: #121212;
	display: flex;
	justify-content: center;
	font-size: 1.3em;
	width: 35px;
	height: 35px;
}

.social-icon__link{
	text-decoration: none;
}

.menu{
	position: absolute;
	top: 55px;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.85);
	padding: 0;
	margin: 0;
	text-align: center;
	list-style: none;
	height: 0;
	overflow: hidden;
	transition: height .3s linear;
	z-index: 999999;
}

.menu__link{
	display: block;
	padding: 10px;
  color: #fff;
	text-decoration: none;
	font-size: 15px;
}

.menu__link:hover{
	background: #fff;
  color: #212121;
}

.menu__link--select{
	background: #fff;
	color: #212121;
}

.mostrar{
	height: 340px;
}

/********** Estilos slider *****************/
.container-slider{
	margin: 10px 0;
	position: relative;
	overflow: hidden;
}

.slider{
	display: flex;
	width: 400%;
	height: 250px;
	margin-left: -100%;
	position: relative;
}

.slider:before{
	content:"";
	position: absolute;
  z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
}

.slider__section{
	width: 100%;
	position: relative;
}

.slider__img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider__btn{
	position: absolute;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.7);
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	font-weight: bold;
	font-family: monospace;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	z-index: 999;
}

.slider__btn:hover{
	background: #fff;
}

.slider__btn--left{
	left: 10px;
}
.slider__btn--right{
	right: 10px;
}

.slider__content{
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	transform: translateX(-50%) translateY(-50%);
	width: 60%;
  text-align: center;
	z-index: 999;
}

.slider__title{
	font-size: 2em;
  margin: 0;
	color: #fff;
	font-weight: 700;
}

.slider__txt{
	margin: 5px 0;
  color: #fff;
	font-weight: 700;
}

.slider__link{
	display: block;
	/*border: 2px solid #FF4E00;*/
	color: #00A082;
	/*background: #ee7a49;*/
	padding: 10px;
	text-align: center;
	text-decoration: none;
	width: 350px;
	margin: 20px auto;
	transition: all 0.5s;
}

.slider__link:hover{
  color: #00A082;
  font-weight: 700;
}

/************* Estilos welcome ********/
.section__title{
	font-size: 1.2em;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
}

.section__title_aniversario{
	font-size: 1.8em;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
	color: #0a4f94;
}

.section__title:before{
	content: "";
	position: absolute;
	width: 280px;
	top: 35px;
	left: 50%;
	transform: translateX(-50%);
	height: 3px;
	background: #EEAD33;
}
.section__glovo{
	font-size: 1.2em;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
	color: #00A082;
}
.container-welcome{
	margin: 60px auto;
	max-width: 600px;
}

.welcome__img{
	width: 120px;
	height: 120px;
	/*border-radius: 50%;
	object-fit: cover;*/
	margin: auto;
}

.welcome__txt{
	text-align: center;
	padding: 20px;
}

.glovo__img{
	width: 120px;
	height: 50px;
	margin: auto;
}

/*********** Estilos menú platos ***********/
.section__title_cabecera{
	font-size: 1.2em;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
}
.section__title_cabecera:before{
	content: "";
	position: absolute;
	width: 120px;
	top: 45px;
	left: 50%;
	transform: translateX(-50%);
	height: 3px;
	background: #EEAD33;
}
.section__title_galeria:before{
	content: "";
	position: absolute;
	width: 320px;
	top: 45px;
	left: 50%;
	transform: translateX(-50%);
	height: 3px;
	background: #EEAD33;
}

.section__title_ubicacion:before{
	content: "";
	position: absolute;
	width: 200px;
	top: 45px;
	left: 50%;
	transform: translateX(-50%);
	height: 3px;
	background: #EEAD33;
}
.main .menu-carta{
	margin-bottom: 30px;
}

.main .menu-carta .titulo{
	font-size: 40px;
	font-weight: 300;
	text-align: center;
  margin-bottom: 40px; 
}

.main .menu-carta .contenedor-menu, .contenedor-menu2{
	border: 1px solid #000;
	background: transparent;
	padding: 10px;
	overflow: hidden;
}

.main .menu-carta article{
  padding: 0 20px;
}

.main .menu-carta .categoria{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
}

.main .menu-carta .platillo{
	margin-bottom: 10px;
	padding-bottom: 0;
	/*border-top: 1px solid #ccc;*/
	overflow: hidden;
}

.main .menu-carta .nombre{
	font-size: 20px;
	margin-bottom: 15px;
	float: left;
}

.main .menu-carta .precio{
	font-size: 16px;
  text-align: right;
}

.main .menu-carta .descripcion{
	font-size: 16px;
	text-align: left;
	color: #676767;
	clear: both;
	list-style: none;
}

/********** Ubicación **********/
.main .ubicacion{
	padding: 60px 0;
	overflow: hidden;
}

.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;
}

.main .ubicacion .direccion .telefono, .correo, .whatsapp {
	font-size: 15px;
}

.main .ubicacion .horarios h4{
	font-size: 18px;
	text-align: center;
	margin-bottom: 5px;
}

.main .ubicacion .horarios .entre-semana, .horas{
	width: 100%;
	float: center;
	text-align: center;
	font-size: 15px;
}

.main .contactanos .direccion .icon-location, .icon-phone, .icon-mail, .icon-whatsapp, .icon-facebook, .icon-instagram {
	margin: 10px;
}*/

.main .mapa{
	width: 100%;
	overflow: hidden;
}

.main .mapa iframe{
	width: 100%;
	max-height: 500px;
}

/************ Estilos contacto ********/
.contacto{
	padding: 60px 0;
	background: #28527a;
}

.contacto .titulo{
	font-size: 34px;
	line-height: 34px;
	margin-bottom: 60px;
	font-weight: 300;
	color: #fff;
	text-align: center;
}

.contacto .formulario{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contacto .formulario input[type="text"],
.contacto .formulario input[type="email"],
.contacto .formulario textarea{
	border: 2px solid #cecece;
	border-radius: 5px;
	padding: 15px 20px;
	font-size: 20px;
	color: #a4a4a4;
}

.contacto .formulario input[type="text"]:focus,
.contacto .formulario input[type="email"]:focus,
.contacto .formulario textarea:focus {
	border: 2px solid #3895ea;
}

.contacto .formulario input[type="text"],
.contacto .formulario input[type="email"] {
	width: 49%;
	margin-bottom: 15px;
}

.contacto .formulario textarea{
	width: 100%;
	height: 100px;
	min-width: 100%;
	max-width: 100%;
	min-height: 100px;
	max-height: 300px;
	margin-bottom: 15px;
}

.contacto .formulario .boton{
	margin: auto;
	background: #3895ea;
	color: #fff;
	border: none;
	border-radius: 3px;
	padding: 15px 40px;
	cursor: pointer;
}

.contacto .formulario .boton:hover{
	background: #387bea;
}

/************* Estilos botón subir **********/
#button-up{
	width: 30px;
	height: 30px;
	background: #46a2fd;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 50%;
	font-size: 20px;
	position: fixed;
	bottom: 50px;
	right: 50px;
	cursor: pointer;
	border: 4px solid transparent;
	transition: all 300ms ease;
	transform: scale(0);
}

#button-up:hover{
	transform: scale(1.1);
	border-color: rgba(0,0,0,0.1);
}

/************* Estilos footer ********/
.main-footer{
  background: #222;
  color: #fff;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: .8em;
}

.copy{
  text-align: center;
  margin: auto;
	margin-top: 15px;
}

.main-footer [class*="icon-"] {
	color: #fff;
	text-decoration: none;
}

.main-footer [class*="icon-"]:before {
	position: relative;
	top: 3px;
	right: 5px;
}

/*.main-footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer__title{
  font-size: 1.2em;
  color: #EEAD33;
  padding: 20px;
	text-transform: uppercase;
}

.column--50-25 {
  width: 49%;
  padding: 20px;
}

.footer__author{
  text-align: right;
  color: #EEAD33;
  display: block;
}

.footer__txt, .contact__txt {
  color: #828282;
  margin-right: 5px;
}

.footer__link{
  color: #EEAD33;
}

.footer__socials .social-icon{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.footer__socials .social-icon, .icon-facebook, .icon-instagram, .icon-twitter{
  margin-right: 10px;
  width: 15px;
  height: 15px;
  text-align: center;
  color: black;
  padding: 10px;
  border-radius: 50%;
	background: #fff;
}

.social__link{
  display: block;
  text-decoration: none;
  color: #828282;
}

.contact-icon{
  display: flex;
  align-items: center;
}

.contact-icon .icon-location, .icon-phone, .icon-mail, .icon-whatsapp{
	color: #fff;
	padding: 10px;
}



.footer__socials .social-icon .icon-facebook{
  background: #3b5998;
}

.footer__socials .social-icon .icon-twitter{
  background: #3bbef5;
}

.footer__socials .social-icon .icon-instagram{
  background: #E1306C;
}*/

/************ Media query *************/
@media screen and (min-width: 480px){
	.slider{ 
		height: 400px;
	}
	.main-footer .container--flex{
		align-items: flex-start;
	}
	.column--50-25{
		width: 49%;
	}
	.column--33{
		width: 32%;
	}
}

@media screen and (min-width:768px){
	.logo{
		font-size: 2.8em;
	}
	.slider{ 
		height: 450px;
	}
	.main .menu-carta article{
		width: 100%;
	}
	.slider__title{
		font-size: 2.4em;
	}
	.slider__txt{
		font-size: 1.8em;
	}
	.descripcion{
		font-size: 20px;
	}
	.section__title_aniversario{
  	font-size: 2.8em;
  }
}

@media screen and (min-width:1024px) { 
	.container{
		width:1000px;
	}
	.contenedor{
		width: 760px;	
	}
	.slider{
		height: 550px;
		font-size: 1.5em;
		padding-top: 20px;
	}
	.slider__title{
		font-size: 2.8em;
	}
	.logo{
		font-size: 3.2em;
		padding: 0;
		border-bottom: 1px solid #ccc;
	}
	.main-nav{
		padding: 0;
	}
	.main-nav .container{
		display: flex;
		justify-content: center;
	}	
	.icon-menu{
		display: none;
	}
	.menu{
		position: static;
		display: flex;
		height: auto;
		width: auto;
		background: none;
		margin: 10px 20px;
	}
	
	.menu__link{
		display: block;
		color: #333;
		border-bottom: 2px solid transparent;
		padding-bottom: 3px;
		margin: 0 12px;
		font-size: 15px;
	}
	.menu__link:hover{
		border-bottom: 2px solid #333;	 	
	}
	.menu__link--select{
		border-bottom: 2px solid #333;
	}
	.welcome__img{
		width: 140px;
		height: 140px;
	}
	.main .menu-carta article{
		float: left;
		width: 50%;
		padding: 0 40px;
	}
	.column--50-25{
		width: 24%;
	}
	.slider__title{
		font-size: 2.4em;
	}
	.slider__txt{
		font-size: 1.8em;
	}
	.section__title_aniversario{
  	font-size: 3.2em;
  }
}

@media screen and (min-width:1600px) { 
	.container{
		width: 1400px;
	}
	.logo{
		font-size: 4.2em;
	}
	.slider{
    height: 600px;
		padding-top: 20px;
   }
	 .section__title_aniversario{
  	font-size: 3.2em;
  }
}
