html {
  scroll-behavior: smooth;
}


@font-face {
    font-family: "blutler";
    src: url(font/butler_extrabold.otf) format("opentype");
}


body {
  background-color: #fff;
  z-index: 1;
  margin: auto;
  font-family: 'Montserrat', sans-serif;
}




header {
	margin: auto;
	margin-top: 30px;
	margin-bottom: 10px;
}

header h2 {
	text-align: center;
	margin-top: 25px;

	padding: 20px;
	color: #d9060d;
}

.logo img {
	width: 90%;
	max-width: 600px;
}


/* INICIA NAVEGADOR */

nav	{
	width: 100%;
	background-color: #0076BB;
	padding: 20px 2px;
	width: 100%;
	text-align: center;
}

.dropdown {
	margin: auto;
}

.dropdown a {
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	color: #fff;
	margin: 10px;

}

.dropdown a i {
	color: #fff;
	font-size: 20px;
}

.dropdown-menu {
	background-color: rgba(0,0,0,.7);
}

.dropdown-menu a {
	color: #fff;
}

.dropdown-menu a:hover {
	color: #000;
	background-color: #edcc4f;
}


/* TERMINA NAVEGADOR */


.menu_opciones {
	margin: auto;
	width: 90%;
	text-align: center;
}

.menu_opciones .btn{
	width: 100%;
	margin-bottom: 30px;
	font-size: 25px;
	padding: 15px;
}

.menu_opciones .btn:hover{
color: #fff;
background-color: rgba(255, 0, 0, 0.8);
}




.compartir {
	width: 80%;
	margin: 60px auto;
	text-align: center;
}

.compartir h5 {
	color: #d9060d;
	font-size: 30px;
}

.compartir a {
	margin: 30px 15px;
	font-size: 40px;
	text-decoration: none;
	color: #fff;
	background-color: #0076bb;
	padding: 9px 15px 9px 15px;
	border-radius: 50%;
}

.compartir a i {
	color: #fff;
}

.iracontacto {
	width: 80%;
	text-align: center;
	margin: auto;
	margin-bottom: 50px;
}

.iracontacto a {
	font-size: 20px;
}

.iracontacto a i {
	color: #fff;
}


/* EDICION DE SECCION PLATILLOS */

.platillos {
	margin: auto;
	width: 100%;
	max-width: 600px;
	padding: 15px;
	padding-top: 70px; 
}

.platillos p {
	color: #000;
	font-size: 20px;
	padding: 0px 15px;
}




.platillos h2 {
	text-align: center;
	color: #fff;
	margin-top: 35px;
		margin-bottom: 50px;
	background-color: #d9060d;
	padding: 10px;
	font-weight: 600;
}

.platillos h3 {
	color: #000;
	margin-top: 20px;
	font-size: 30px;
	padding: 25px 15px 0px 15px;
	font-weight: 600;
}

.platillos h3 span {
 color: #d9060d;
 font-weight: 600;
}

.platillos h4 {
	color: #edcc4f;
	font-size: 18px;
}

.platillos h5 {
	text-align: center;
	color: #0076bb;
	font-size: 30px;
	font-weight: 600;
	margin-top: 80px;
	border-bottom: solid 2px #0076bb;
	padding-bottom: 10px;
}

.platillos h5 span {
	font-size: 20px;
}


.platillos table {
	margin-top: 15px;
}


/* PLATILLOS TABLA TEXTO INICIA */

td {
	width: 75%;
	color: #fff;
	font-size: 20px;
}

td p {
	font-size: 16px;
}

i {
	color: #edcc4f;
}

th {
	width: 25%;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-align: right;
}

/* PLATILLOS TABLA TEXTO TERMINA */

.linea-puntos {
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: dotted #edcc4f 3px;
	width: 100%;
	padding: 0px 30px;
}



/* EDITAR REGRESAR ARRIBA INICIA */

.arriba {
	text-align: center;
	width: 100%;
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 30px;

}

.arriba > a {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-decoration: none;
	font-size: 25px;
	color: #191919;
	background-color: #d9060d;
	padding: 8px 15px 10px 15px;
	border-radius: 50%;

}

.arriba a i {
	color: #fff;
}

/* EDITAR REGRESAR ARRIBA TERMINA */


footer{
	margin-top: 50px;
	background-color: #d9060d;
	padding-top: 20px;
	padding-bottom: 60px;
	justify-content: center;
	width: 100%;
}

.social-media {
	width: 100%;
	text-align: center;
}

.social-media > a {
	text-decoration: none;
	font-size: 40px;
	color: #edcc4f;
	margin: 15px;
}

.social-media > a i:hover {
	color: #fff;
}

.area-contacto {
text-align: center;
justify-content: center;
width: 100%;
max-width: 800px;
margin-bottom: 40px;
}

.contacto {
	text-align: center;
	padding: 20px;
	width: 100%;
	margin-top: 20px;
	border-radius: 10px;
	border-style: solid;
	border-width: 4px;
	border-color: #fff;
}

.contacto > h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #fff;
}

.contacto > h3 i{

	color: #fff;
}

.contacto > p {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 30px;
	color: white;
}

.info-creador {
	text-align: center;
}

.info-creador > p {
	font-family: 'Oswald', sans-serif;
	color: white;
	font-size: 15px;
}

.info-creador > p > a {
	font-family: 'Oswald', sans-serif;
	color: white;
	font-size: 16px;
}





.rojo {
	background-color: #d9060d;
	color: #fff;
}







/* SECCIONES MENU */



.logo_seccion img {
	margin-top: 100px;
}

.logo_seccion h1 {
	margin-top: 80px;
	color: #d9060d;
	font-weight: 600;
	font-size: 50px;
}




.bebidas_subseccion p {
	color: #d9060d;
	font-size: 20px;
}



.comida_del_dia h3 {
	font-size: 25px;
}


.separador {
	width: 100%;
	max-width: 800 px;
}