/* General Blueprint Style */
@import url('https://fonts.googleapis.com/css2?family=BioRhyme:wght@300;400;700&family=Outfit:wght@300;500;700&display=swap');

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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-facebook-square:before {
  content: "\f082";
  font-size: 18pt; margin-right: 9px;
}
.icon-google-plus:before {
  content: "\f0d5";
  font-size: 18pt;
}
.icon-cutlery:before {
  content: "\f0f5";
}
.icon-instagram:before {
  content: "\f16d";
  font-size: 18pt; margin-right: 7px;
}

a .icon-facebook-square, a .icon-google-plus, a .icon-instagram { color:#c5431e;}
.icon-facebook-square:hover { color:#fff;}
.icon-google-plus:hover { color:#fff;}
.icon-instagram:hover { color:#fff;}

a:link { color: #fff; text-decoration:none; }
a:visited { color: #fff }
a:active { color: #fff; }

.ora { color: #ef6720;}
.ora2 { color: #c5431e;}
.whi { color:#fff;}
.blue { color:#1f4568;}
.gre { color: #177d85;}
.black { color: #311414;}
.med { font-weight:300;}
.bold { font-weight:700;}

#logo a .icon-instagram, #logo a .icon-facebook-square, #logo a .icon-google-plus { font-size: 2.1vw; color: #c2b59a;}
#logo a .icon-facebook-square:hover, #logo a .icon-instagram:hover, #logo a .icon-google-plus:hover { color: #c5431e;}

.title { font-family: 'Outfit', sans-serif; font-size: 20pt; line-height: 30pt; font-weight: 700; letter-spacing: 1pt;}
.sub { font-family: 'Outfit', sans-serif; font-size: 12pt; line-height: 13.5pt; font-weight: 300;} 
.sub2 { font-family: 'Outfit', sans-serif; font-size: 14pt; line-height: 21pt; font-weight: 300; letter-spacing: 1.5px;}
.sub3 { font-family: 'Outfit', sans-serif; font-size: 10pt; text-transform: uppercase; letter-spacing: 1.5pt; line-height: 12pt;}
.text { font-family: 'Outfit', sans-serif; font-size: 11pt; line-height: 14.5pt;}
.prc2 { font-family: 'BioRhyme', serif; font-size: 16pt; line-height: 19pt; font-weight: 300;}
.copy { font-family: 'Outfit', sans-serif; font-size: 8.4pt; line-height: 12pt;}
.copy a:hover { color:#c5431e;}

.dish { font-family: 'Outfit', sans-serif; font-size: 11pt; line-height: 13pt; font-weight: 700; letter-spacing: 0.2px; display: block; margin-top: 4px;}
.desc { font-family: 'Outfit', sans-serif; font-size: 10.5pt; line-height: 13.5pt;
    color: #311414; font-weight: 300;}
.prc { font-family: 'BioRhyme', serif; font-size: 11pt; line-height: 13pt; color: #311414; font-weight: 400;}
.opt { display: block; margin-left: 7px; font-family: 'BioRhyme', sans-serif; font-size: 10pt; line-height: 14.5pt; font-weight: 400;}

#copy2.copy { font-size: 7pt; line-height: 10pt;}
#modulo6.text { letter-spacing: 1.5pt;}

#titulo.title { font-family: 'BioRhyme', serif; font-size: 23pt; line-height: 26pt;}
.employ #titulo .title, .contact #titulo .title { font-family: 'BioRhyme', serif; font-size: 23pt; line-height: 26pt; color: #1f4568;}

texto { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 10pt; text-transform: uppercase; letter-spacing: 1.5pt; line-height: 20pt; color: #311414;}

@media screen and (max-width: 800px) {
    #logo .icon-instagram:before, #logo .icon-facebook-square:before, #logo .icon-google-plus:before { font-size: 2.6vw;}
    .title { font-size: 18pt; line-height: 22pt;}
    .sub { font-size: 13pt; line-height: 16pt;}
    .text { font-size: 12pt; line-height: 15pt;}
    #titulo.title { font-size: 20pt; line-height: 20pt;}
}

@media screen and (max-width: 581px) {
    #logo .icon-instagram:before, #logo .icon-facebook-square:before, #logo .icon-google-plus:before { font-size: 15pt;}
    .title { font-size: 16pt; line-height:20pt;}
    .sub { font-size: 17pt;line-height: 20pt;} 
    .text { font-size: 13pt; line-height: 17pt;}
    .dish { font-size: 12pt; line-height: 14pt; margin-top: 5px;}
    .desc { font-size: 11pt; line-height: 14.5pt;}
    .prc { font-size: 12pt; line-height: 14pt;}
    #titulo.title { font-size: 24pt; line-height: 28pt;}
}



