﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?z7q1bj');
  src:  url('../fonts/icomoon.eot?z7q1bj#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?z7q1bj') format('truetype'),
    url('../fonts/icomoon.woff?z7q1bj') format('woff'),
    url('../fonts/icomoon.svg?z7q1bj#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
  content: "\e900";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-celular:before {
  content: "\e958";
}




body{
	background: #006633;
	background: -moz-linear-gradient(top, #00c663 0%, #008c46 44%, #006633 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00c663), color-stop(44%,#008c46), color-stop(100%,#006633));
	background: -webkit-linear-gradient(top, #f3e032 0%,#ada024 44%,#d42d33 100%);
	background: -o-linear-gradient(top, #00c663 0%,#008c46 44%,#006633 100%);
	background: -ms-linear-gradient(top, #00c663 0%,#008c46 44%,#006633 100%);
	background: linear-gradient(top, #00c663 0%,#008c46 44%,#006633 100%);

	background: ;
	font-family: 'Ubuntu', sans-serif;
}


#negro{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
}

#negro-conten{
	position: relative;
	width: 800px;
	margin: 0 auto;
}

#cerrar{
	position: absolute;
	top: 0;
	right: 0;
	background: red;
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 2px 2px 2px black;
	padding: 12px;
	cursor: pointer;

	border-radius: 50%;
}

#cerrar:hover{
	background: black;
}

#blanco{
	border: 0px solid red;
	background: white;
	width: 100%;
	height: auto;
	float: left;
	padding: 12px;
	margin-top: 5px;
	overflow-x: scroll;

	border-radius: 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#blancoi{
	width: 53%;
	float: left;
	padding: 0 20px 0 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#blanco strong{
	width: 100%;
	font-family: 'Courgette', cursive;
	text-align: center;
	font-size: 27px;
	float: left;
}

#blanco span{
	width: 100%;
	text-align: center;
	color: #d42d33;
	font-size: 24px;
	line-height: 29px;
	float: left;
	margin: 5px 0;
}

table{
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}

table tr td{
	border: 1px solid #ddd;
	font-size: 14px;
	padding: 7px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
table tr td:first-child{
	width: 70%;
	color: red;
}
table tr td:last-child{
	width: 100%;
	text-align: right;
}

#blancod{
	width: 47%;
	float: right;
}




#wrapP{
	width: 1150px;
	margin: 0 auto;
}

#pagina{
	border-bottom: 8px solid #d62a2c;
	background: white;
	width: 100%;
	float: left;
	padding: 0 25px 20px;

	box-shadow: 3px 3px 10px #f3e032;
}

#cabecera{
	border-top: 8px solid #d62a2c;
	width: 100%;
	float: left;
}

#logotipo{
	width: 20%;
	float: left;
}

#logotipo img{
	width: 100%;
}



#menu{
	border: 0px solid red;
	width: 75%;
	float: right;
	margin: 50px 0 0 0;
}

#menu-r{
	background: #f7f7f7;
	width: 90%;
	font-family: 'Courgette', cursive;
	text-align: center;
	color: #d42d33;
	font-size: 21px;
	padding: 18px 0;
	cursor: pointer;
	display: none;
	float: left;
}

#menu-r:hover{
	background: #f3e032;
	font-weight: bold;
}

#menu a{
	text-decoration: none;
}

#menu ul{
	width: 90%;
	float: left;
}

#menu ul li{
	width: 20%;
	float: left;
}

.menu{
	border-right: 2px solid #d42d33;
	background: #f7f7f7;
	width: 100%;
	font-family: 'Courgette', cursive;
	font-size: 21px;
	text-align: center;
	color: #d42d33;
	padding: 18px 0;
	float: left;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.menu:hover, .activo, .contacto-menu{
	background: #f3e032;
	font-weight: bold;
}


#redes{
	width: 9%;
	text-align: center;
	float: left;
}

#redes img{
	width: 40px;
	margin: 8px 0 0 0;
}



#datos{
	background: #d42d33;
	width: 100%;
	float: left;
	margin: 10px 0;
	padding: 0 20px;

	border-radius: 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#datos a{
	color: white;
}

#datos span{
	font-size: 20px;
	color: white;
	float: left;
	padding: 9px 10px;
	margin: 0 100px 0 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#datos strong{
}

.right{
	float: right !important;
	margin: 0 !important;
}



#efecto{
	width: 100%;
	float: left;
}

#efectoi{
	width: 62%;
	float: left;
}

#efectod{
	background: #f7f7f7;
	width: 37%;
	font-size: 18px;
	line-height: 23px;
	float: right;
	padding: 12px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.titulo{
	width: 100%;
	text-align: center;
	float: left;
}

.titulo div{
	background: #f7f7f7;
	color: #d42d33;
	font-size: 30px;
	font-weight: bold;
	padding: 10px;
	display: inline-block;

	border-radius: 10px;
}


.cuadro{
	border: 0px solid red;
	width: 23%;
	height: 240px;
	float: left;
	margin: 20px 1% 20px;
	cursor: pointer;

	border-radius: 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cuadro:hover .titulo-cuadro{
	background: rgba(212,45,51, 0.9);
	font-weight: bold;
	padding: 13px 0;
}

.titulo-cuadro{
	background: rgba(212,45,51, 0.7);
	width: 100%;
	text-align: center;
	color: white;
	font-size: 21px;
	float: left;
	padding: 9px 0;

	border-radius: 10px 10px 0 0;
}

.c1{
	background: url(../images/desayunos-en-el-centro-historico-cdmx.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.c2{
	background: url(../images/buffet-en-el-centro-historico.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.c3{
	background: url(../images/especialidades-en-el-centro-historico.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.c4{
	background: url(../images/paella-en-la-cdmx.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}



#banner{
	background: url(../images/fondo-banner.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 20px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.texto-banner{
	background:rgba(256,256,256,0.9);
	width: 70%;
	color: #d62a2c;
	font-size: 18px;
	line-height: 25px;
	float: right;
	padding: 20px;

	border-radius: 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.texto-banner strong, .texto-banner h1{
	font-size: 23px;
}




.mitad{
	width: 50%;
	text-align: center;
	color: #d42d33;
	font-size: 22px;
	line-height: 32px;
	text-shadow: 2px 2px 2px #f3e032;
	float: left;
	padding: 20px 30px;
	margin: 20px 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.gris{
	background: #f7f7f7;
}

.mitad img{
	width: 90%;

	border-radius: 10px;
}



.texto{
	width: 100%;
	font-size: 22px;
	line-height: 32px;
	float: left;
	padding: 0 30px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.texto img{
	margin: 0 10px;
}



.menuDia{
	width: 100%;
	height: 1150px;
	float: left;
	margin: 0 0 30px 0;
}





#pie{
	background: #f7f7f7;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: gray;
	float: left;
	padding: 12px 0;
	margin: 20px 0 0 0;
}

#pie a{
	
}


@media screen and (max-width: 1200px){
	#pagina{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 1150px){
	#wrapP{
		width: 100%;
	}
}

@media screen and (max-width: 1000px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 30%;
	}
	#menu{
		width: 100%;
	}
}

@media screen and (max-width: 800px){
	#negro{
		position: absolute;
	}
	#negro-conten{
		width: 100%;
	}
}

@media screen and (max-width: 750px){
	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}
}

@media screen and (max-width: 700px){
	#logotipo img{
		width: 50%;
	}
	#menu{
		margin: 10px 0 0 0;
	}

	#efectoi{
		width: 100%;
	}
	#efectod{
		width: 100%;
	}
}

@media screen and (max-width: 650px){
	.d650{display: none;}
	.t50{width: 50%;}
	.t100{width: 100% !important;}

	#datos span{
		width: 50%;
		margin: 0 !important;
	}

	.cuadro{
		width: 48%;
	}
}

@media screen and (max-width: 600px){
	.texto-banner{
		width: 100% !important;
	}

	.mitad{
		width: 100%;
	}

	.texto{
		padding: 0 10px;
	}
	#blancoi{
		width: 100%;
	}
	#blancod{
		width: 100%;
	}
}

@media screen and (max-width: 500px){
	.cuadro{
		width: 98%;
	}

	.texto img{
		height: 170px !important;
	}
}













