body {
  background: #fbfbfd;
}
body, html {
  font-size: 16px; line-height: 20px;
  font-weight: 400;
  font-family: Titillium Web, Helvetica, Arial, sans-serif;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

img {display: block; position: relative; max-width: 100%;}
h2 {
  font: 30px/36px 'DM Serif Display', serif;
  color: #000000; margin-bottom: 20px;
  text-align: center;
}
h3 {
  font: 26px/32px 'DM Serif Display', serif;
  color: #000000;
}
h4 {
  font: 18px/24px 'DM Serif Display', serif;
  color: #000000;
}
p {
  font: 16px/26px Titillium Web, Helvetica, Arial, sans-serif;
  color: #999999;
}

.wrapper {
  display: block; position: relative;
  width: 100%; overflow: hidden;
} 
.wrapper:before {
  display: block; position: absolute; 
  width: 800px; height: 534px;
  left: 50%; top: 0; margin-left: -400px;
  background: transparent url(../pics/header-bg.png) no-repeat center top;
  content: "";
}
header {
  display: block; position: relative;
  width: 100%; max-width: 960px;
  margin: 0 auto;
  padding-top: 160px;
}
header ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
header ul li {padding: 10px;}
header ul li img {height: 50px}

section {
  display: block; position: relative;
  width: 100%; max-width: 960px;
  margin: 40px auto;
}
section:last-child() {margin-bottom: 0;}
section > div {padding: 10px 20px;}

.intro {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.intro > div {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.intro h2 {text-align: left;}
.dossier {
  display: block;
  margin: 0 auto;
}
.carta {
  display: block; position: relative;
  width: 100%; max-width: 940px; height: auto;
  padding: 120px 20px 80px 20px;
  color: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
}
.carta a {
  display: inline-block;
  position: relative;
  padding: 5px 15px 5px 50px;
  background: #f7ecec;
  border-radius: 4px;
  fill: #af2320;
  color: #af2320;
  text-decoration: none;
  margin-top: 20px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
}
.carta a:hover {
  background: #ffffff;
}
.carta a svg {
  display: block;
  position: absolute;
  left: 13px;
  top: 14px;
}
.carta a:after {
  display: block;
  position: absolute;
  left: 38px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e9d0d0;
  content: "";
}

.carta h3, .carta p {
  position: relative;
  color: #ffffff;
  font-style: italic;
}
.carta h3 {margin-bottom: 10px;}
.carta-img {
  display: block; position: relative;
  float: right; padding: 0;
  margin: -90px -140px 0 0;
}
.carta-img > img {
  width: 300px;
}
.glitter-bg {
  display: block; position: absolute;
  right: -40px; bottom: -60px;
  width: 180px; height: 180px;
  background: transparent url(../pics/glitter-bg.png) no-repeat center center;
  background-size: 180px 180px;
}
.ornamento-bg {
  display: none; position: absolute;
  left: 10px; top: 60px;
  width: 100px; height: 100px;
  background: transparent url(../pics/ornamento-bg.png) no-repeat center center;
  background-size: 100px 100px;
}
.carta-bg {
  display: block; position: absolute;
  left: 0; top: 50px; right: 0; bottom: 30px;
  color: #ffffff;
  background: #b03133;
  z-index: -1;
}
.carta-bg:before, .carta-bg:after {
  display: block; position: absolute;
  content: "";
}
.carta-bg:before {
  width: 694px; height: 150px;
  left: -130px; bottom: -43px;
  background: transparent url(../pics/luzes-bottom-bg.png) no-repeat left bottom;
  background-size: auto 150px;
}
.carta-bg:after {
  width: 647px; height: 295px;
  right: 0; top: -62px;
  background: transparent url(../pics/luzes-top-bg.png) no-repeat right top;
  background-size: auto 295px;
}
.receitas {max-width: 1140px;}
.lista {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.lista li {
  display: block; position: relative;
  width: 100%; max-width: 360px;
  margin: 10px;
}
.lista li a {
  display: block; position: relative;
  border-radius: 20px; overflow: hidden;
  text-decoration: none;
  background: #ffdec1;
  box-shadow: 0 0 11px 1px #79707054;
}
.lista li a > div {
  padding: 20px 30px 30px 30px;
  text-align: center;
}
.lista li a > div span {
  display: inline-block;
  font: 14px/20px Titillium Web, Helvetica, Arial, sans-serif;
  color: #454545;
}
.lista li a > div span strong {color: #d89100; fill: #d89100;}
.lista li a .img-wrapper {
  padding: 0; display: block;
  position: relative;
}

.lista li .ico-exclusive-flag {
  display: none; position: absolute;
  left: 20px; top: -4px;
  width: 30px; height: 30px;
  fill: #d89100; z-index: 1;
}
.lista li.exclusivo .ico-exclusive-flag {
  display: block;
}
.lista li a .img-wrapper .ico-play {
  display: block; position: absolute;
  left: 50%; top: 50%;
  margin: -15px 0 0 -15px;
  width: 30px; height: 30px;
  fill: #ffffff; z-index: 1;
}
.lista li a .img-wrapper .ico-qrcode {
  display: block; position: absolute;
  left: 50%; top: 50%;
  margin: -30px 0 0 -30px;
  width: 60px; height: 60px;
  fill: #ffffff; z-index: 1;
}
.lista li a .img-wrapper:after {
  display: block; position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  background-color: rgb(160 134 111 / 50%);
  transition: background-color .5s linear;
  content: "";
}
.lista li a:hover .img-wrapper:after {
  background-color: rgb(160 134 111 / 0%);
}
.lista li a .ico-qrcode,
.lista li a .ico-play {
  opacity: 1;
  transition: opacity .15s linear;
}
.lista li a:hover .ico-qrcode,
.lista li a:hover .ico-play {
  opacity: 0;
}
/*.lista li .is-exclusive {
  border: 1px solid #d89100;
}
.lista li.brevemente a span, 
.lista li.brevemente a h3 {
  color: #a5a199;
}*/
.lista li.brevemente a {
  pointer-events: none;
  background: #f0ede7;
  box-shadow: none;
}
.lista li.brevemente img {
  filter: grayscale(60%);
  opacity: .5;
}
.lista li.brevemente .img-wrapper:after,
.lista li.brevemente a .img-wrapper .ico-play {
  display: none;
}

.colecao {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.colecao > div {
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
}
.colecao > div p {margin-bottom: 10px;}
.colecao > .colecao-contactos {
  margin-top: 20px;
  padding: 30px 20px 30px 20px;
  border-radius: 20px;
  background: #f7efd0;
}
.colecao > .colecao-contactos p {
  color: #77746a;
  padding-bottom: 10px;
}
.colecao > .colecao-contactos p:last-child {
  padding-bottom: 0;
}
mark {
  color: #8f8660;
  background: #f7efd0;
  padding: 0 5px;
  white-space: nowrap; 
}
footer p {
  font: 13px/18px Titillium Web, Helvetica, Arial, sans-serif;
  color: #999999; text-align: center;
  padding: 0 30px 30px;
}

.modal {
  width: 100%;
  max-width: 360px;
  padding: 40px 30px;
  font-size: 20px;
  line-height: 26px;
}
.modal h3 {margin-bottom: 20px; text-align: center;}
.modal .ico-exclusive-flag {
  position: absolute;
  left: 20px; top: -4px;
  width: 30px; height: 30px;
  fill: #d89100;
  z-index: 1;
}
.modal .ico-qrcode {
  display: inline-block; position: relative; 
  float: right;
  width: 100px; height: 110px;
  margin-left: 10px; margin-right: -10px;
}
.modal .mais-info {margin-top: 10px;}
.modal a {color: #d89100;}
.modal strong {font-weight: 700; color: #000000;}

.modal-video {
  width: 100%; max-width: 800px;
  padding: 0;border-radius: 0;
  background: #000000 url(../pics/loading.gif) no-repeat center center;
}
.modal-video .iframe-wrapper {
  display: block; position: relative;
  padding: 0; padding-top: 56.25000000000001%;
  width: 100%; max-width: 800px; 
}
.modal-video iframe {
  display: block; position: absolute; 
  left: 0; top: 0;
}

@media only screen and (min-width: 800px) {
  .wrapper:before {
    left: 0; margin-left: 0;
  }
}

@media only screen and (min-width: 420px) {
  h1 {
    font: 32px/40px 'DM Serif Display', serif;
  }
  h3 {
    font: 22px/28px 'DM Serif Display', serif;
  }
  header {padding-top: 60px;}
  header ul {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  header ul {width: 50%; margin-left: 50%;}
  section > div {padding: 10px;}
  .intro {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .carta {
    padding: 100px 70px 80px 90px;
    overflow: visible;
  }
  .ornamento-bg {display: block;}
  .carta-img {margin: -85px -40px 0 0;}
  .carta-bg {border-radius: 20px;}
  .carta-bg:before {left: 0px;}
  .carta-bg:after {right: -30px;}
  footer br {display: none;}
}
