@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500,700,800);

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

 
   a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
 

.adress {
	  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #25a6b1;
  font-weight: 500;
}

.phone {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #ee5f2a;
  font-weight: 700;
}

.phone a:link {
  color: #ee5f2a;
}

.pie {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #fff;
  font-weight: 500;
}
.pie a:link {
  color: #fff;
}
.pie a:hover {
  color: #25a6b1;
}
.pie a:visited {
  color: #fff;
}

.hour {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 11pt;
  color: #c0772a;
  font-weight: 500;
}

.info {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: 300;
  color: #25a6b1;
  line-height: 15pt;
}

.comida {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: 700;
  color: #f1b51c;
  line-height: 18pt;
}

.comida2 {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: 700;
  color: #ee5f2a;
  line-height: 18pt;
}

.comida3 {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: 700;
  color: #25a6b1;
  line-height: 18pt;
}

.comida4 {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: 700;
  color: #FFF;
  line-height: 18pt;
}

.texto {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: 500;
  color: #939598;
  line-height: 14pt;
}

.texto2 {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: 500;
  color: #fff;
  line-height: 14pt;
}

.precio1 {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: 500;
  color: #25a6b1;
  line-height: 18pt;
}

.precio2 {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: 500;
  color: #f1b51c;
  line-height: 18pt;
}

.precio3 {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: 500;
  color: #ee5f2a;
  line-height: 18pt;
}

.amigo {
	  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: 800;
  color:  #f1b51c;
  line-height: 20pt;
}

@media only screen and (max-width: 481px) {
.adress {
  font-size: 11pt;
}
.phone {
  font-size: 11pt;
}

}