@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,700&display=swap");
a {
	text-decoration: none;
	color: #fff;
}
p > a:hover {
	color: #d9d9d9;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1% 0 1% 0;
}

._12 {
	font-size: 1.2em;
}
._14 {
	font-size: 1.4em;
}
ul {
	padding: 0;
	list-style: none;
}
.footer-social-icons {
	/*width: 350px;*/
	display: block;
	margin: 0 auto;
}
.social-icon {
	color: #fff;
}
ul.social-icons {
	margin-top: 10px;
}
.social-icons li {
	vertical-align: top;
	display: inline;
	height: 100px;
}
.social-icons a {
	color: #fff;
	text-decoration: none;
}
.fa-facebook {
	padding: 10px 14px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #322f30;
}
.fa-facebook:hover {
	background-color: #3d5b99;
}
.fa-twitter {
	padding: 10px 12px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #322f30;
}
.fa-twitter:hover {
	background-color: #00aced;
}
.fa-rss {
	padding: 10px 14px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #322f30;
}
.fa-rss:hover {
	background-color: #eb8231;
}
.fa-youtube {
	padding: 10px 14px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #322f30;
}
.fa-youtube:hover {
	background-color: #e64a41;
}
.fa-linkedin {
	padding: 10px 14px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #322f30;
}
.fa-linkedin:hover {
	background-color: #0073a4;
}
.fa-github {
	padding: 10px 14px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #322f30;
}
.fa-github:hover {
	background-color: #5a32a3;
}
body, html {
	width: 100%;
	height: 100%;
	font-size: 15px;
	margin: 0;
	padding: 0;
	background-color: #cccccc;
	background-attachment: fixed;
	background-size: cover;
	font-family: 'Roboto', sans-serif;
}
.slideout-menu {
	top: 0;
	bottom: 0;
	width: 276px;
	min-height: 200vh;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	z-index: 0;
	display: none;
	background-color: #000;
	/* background-image: url(../images/fondo-madera-menu.jpg); */
	background-attachment: fixed;
}
.slideout-menu-left {
	left: 0;
}
.slideout-menu-right {
	right: 0;
}
.slideout-panel {
	position: relative;
	z-index: 1000000;
	will-change: transform;
	height: 100%;
	background-color: rgba(239,239,239,1.00) ;
}
.slideout-open, .slideout-open body, .slideout-open .slideout-panel {
	overflow: hidden;
}
.slideout-open .slideout-menu {
	display: block;
}
body, html {
}
h1, h2, h3, h5, h6 {
	margin-top: 5px;
	color: #515151;
/*	text-shadow: 1px 0.5px #000000;
*/	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
}

h2 {
	margin-top: 5px;
	color: #ECECEC;
	text-shadow: 1px 0.5px #000000;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	font-size:24px;
	font-weight: 600;

}

h4 {
	margin-top: 5px;
	color: #495057 !important;
	font-size: 16px !important;
	line-height: 1.1;
	margin: 0 0 0px !important;
	font-family: 'Oswald', serif !important;
	font-weight: 500 !important;
	line-height: 28px;
}
hr {
	margin: 0px 0;
}
p {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
	display: block;
}
li {
	line-height: 1.4;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 16px;
}
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	font-family: inherit;
	font-style: inherit;
	padding: 1em;
}
input[type="submit"]::-moz-focus-inner, button[type="submit"]::-moz-focus-inner, button:-moz-focusring, input:-moz-focusring {
outline: 0;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
.content-area {
	/* background-color: rgba(249,249,249,1.00); */
	display: block;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* padding: 15px; */
	padding: 20px 0px 0px 10px;
}
.page {
	max-width: 700px;
	margin: auto;
}
.specials-round {
	width: 20%;
	width: 60px;
	height: 40px;
	border-radius: 50%;
	margin-top: 0px;
	margin-right: -10px;
	margin-left: 10px;
	margin-bottom: 20px;
	float: right;
	color: #fff;
	display: block;
}
.specials-round h4 {
	text-align: center;
}
.specials-round h4 {
	color: #fff;
}

.precio {
	font-size: 14px;
	text-align:center;
	margin-left:5px;
	color: #ED4E53;
	font-family: "Oswald", sans-serif;
    text-transform: uppercase;
	}
.tipo-precio {
	text-shadow: none;
	text-align:center;
	position: relative;
	clear: both;
	font-size: 8px;
	top: 3px;
	color:#4d4d4d;
}
.euro {
	position: relative;
	top: -1px;
	left: 0px;
	font-size: 9px;
	clear: right;
}
.alergenos {
	clear: left;
	text-align: left;
	margin-left: 5px;
	margin-top:10px;
}
.blanco {
	color: #fff;
	font-size: 9px;
}
.encabezado {
	background-color: rgba(255,255,255,1);
	margin-bottom: 200px;
}
.logo {
	display: block;
	margin: auto;
}
.banderas {
	display: block;
	float: right;
	margin-top: -68px;
	padding-bottom: 10px;
}
.carta {
	clear: both;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 28px;
	padding-top: 10px;
}
.descripcion {
	color: #7B7B7B;
	font-size: 12px;
	/* margin-left: 5px; */
	/* margin-top: 3px; */
	text-shadow: none;
	font-family: 'Open Sans', sans-serif;
}
.container {
	position: relative;
	width: 100%;
	height: 110px;
}
.image {
	display: block;
	margin: auto;
	padding-top: 5px;
	text-align: center;
}
.overlay {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: #FFFFFF;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
}
.container:hover .overlay {
	bottom: 0;
	height: 100%;
}
.direccion {
	width: 235px;
	margin-left: 10px;
	margin-top: 20px;
	color: #ffffff;
	font-size: 14px;
	overflow: auto;
}
.mapa {
	clear: both;
	margin-top: 20px;
	text-align: center;
}
.textopie {
    background-color: #f3fdff;
    color: #6c757d;
    font-size: 12px;
    margin: 10px;
    padding: 10px;
    clear: both;
}
.copyright {
	color: #775152;
	font-size: 10px;
	text-align: center;
	margin: 20px;
	text-decoration: none;
}
.transparente {
	opacity: 0.2;
}
.float-left {
	float: left;
	margin-top: 20px;
}
.espacio {
	/* margin-top: 20px;
	margin-bottom: 40px; */
	clear: both;
}
.iconos-centrado {
	text-align: center;
	margin-top: 20px;
}
.nota-carta {
	font-size: 14px;
	color: #A3A3A3;
	margin-top: -30px;
	margin-bottom: 20px;
	line-height: 1.1;
	clear: both;
	display: block;
}


.scale {
  flex: 1;
    max-width: 100%;
    max-height: 100%;
  margin-bottom: 15px;
  margin-top: -0px;
}
.ico-favorito{

	  
	  
	}
	
	.ico-favorito2{
	color: #ffffff;
	  position: relative;
	  text-shadow: 0.5px 0.5px #000000;
	  top: 15px;
	  right: 20px;
	  float:right;	  
	}
.ico-quitafavorito{
	color: #ffffff;
	  position: relative;
	  text-shadow: 0.5px 0.5px #000000;
	}

.favorito{
	color: #ffffff;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: rgba(255,255,255,0.34);
	padding:10px;
	  font-family:'Roboto', sans-serif;
		}

.favoritos {
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	margin:20px;
	
}

.ct-mini-menu-dots {
    height: 2px;
    border-bottom: 2px dotted #1D2228;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 !important;
    margin: 0 5px;
}