a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.select,
.option a:hover {
    background-color: black;
}

.select,
.site-header__toggl {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-family: DTLNobelT Light, sans-serif;
    background: transparent;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    border: none;
    cursor: pointer;
    padding: 0;
    color: inherit
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

body,
html {
    height: 100%;
    width: 100%
}

@font-face {
    font-family: DTLNobelT Light;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/DTLNobelT-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/DTLNobelT-Light.woff2) format("woff2"), url(../fonts/DTLNobelT-Light.woff) format("woff"), url(../fonts/DTLNobelT-Light.ttf) format("truetype"), url(../fonts/DTLNobelT-Light.svg#DTLNobelT\ Light) format("svg")
}

@font-face {
    font-family: DTLNobelT Bold;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/DTLNobelT-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/DTLNobelT-Bold.woff2) format("woff2"), url(../fonts/DTLNobelT-Bold.woff) format("woff"), url(../fonts/DTLNobelT-Bold.ttf) format("truetype"), url(../fonts/DTLNobelT-Bold.svg#DTLNobelT\ Bold) format("svg")
}

body {
    font-family: DTLNobelT Light, sans-serif;
    font-size: .8125rem;
    color: #fff;
    line-height: 1.3
}

.headline {
    font-family: DTLNobelT Bold, sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 3.4375rem;
    color: #f8bea7
}

.headline--margin {
    margin-top: 90px
}

.title {
    font-size: 1.375rem;
    text-transform: uppercase
}

.greetings {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 30px
}

.greetings span {
    font-family: DTLNobelT Bold, sans-serif;
    font-size: 1.875rem;
    font-weight: 600
}

.list {
    font-size: 1.25rem;
    font-family: DTLNobelT Light, sans-serif;
    font-weight: 400
}

.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.nav {
    position: absolute;
    top: 55px;
    right: 0;
    left: 0;
    width: 100%;
    min-height: 90px;
    background: rgba(0, 0, 0, .8);
    display: none;
    z-index: 2
}

@media (min-width:48em) {
    .nav {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        background: #000;
        display: block
    }
}

.nav__list {
    min-height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column
}

@media (min-width:48em) {
    .nav__list {
        flex-direction: row;
        margin: 0
    }
}

.nav__item {
    margin: 20px 0;
    text-align: center
}

@media (min-width:48em) {
    .nav__item {
        margin: 0 20px
    }
}

.nav__link {
    padding-bottom: 10px;
    font-family: DTLNobelT Bold, sans-serif;
    font-size: .8125rem;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .22s;
    background: url(../images/underline.png) no-repeat bottom;
    background-size: 0 auto
}

.nav__link--active,
.nav__link:hover {
    background: url(../images/underline.png) no-repeat bottom;
    background-size: 100% auto
}

.form {
    height: 41px;
    width: 150px;
    margin-bottom: 20px;
    display: none;
    position: relative
}

.form__button {
    font-size: 1.0625rem;
    background: url(../images/underline.png) no-repeat center bottom 8px;
    background-size: 100% 2px;
    position: absolute;
    top: 0;
    right: -50px;
    line-height: 41px
}

.form__button,
.select {
    font-family: DTLNobelT Bold, sans-serif;
    text-transform: uppercase
}

.select {
    height: 41px;
    width: 160px;
    border: 2px solid #fff;
    border-radius: 6px;
    font-size: .9375rem;
    text-align: center;
    text-align-last: center;
    color: #fff;
}

.localizacao {
    color: #000;
}

.info {
    padding-top: 20px;
    position: relative;
    top: auto;
    width: 100%;
    background: none;
    text-align: center;
    display: none
}

@media (min-width:48em) {
    .info {
        position: absolute;
        top: 90px;
        right: 0;
        left: 0;
        background: rgba(0, 0, 0, .75)
    }
}

.info p {
    margin-bottom: 15px
}

.info a {
    color: #fff;
    text-decoration: none
}

.info__map {
    font-family: DTLNobelT Bold, sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block
}

.info__map:before {
    content: url(../images/map.png);
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px
}

.info__separator {
    display: inline-block;
    padding: 0 10px
}

.body {
    width: 100%;
    height: 100%;
    min-height: 480px;
    background-image: url(../images/overlay.png), url(../images/bg-Homepage.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-attachment: fixed;
    background-size: cover;
    position: relative
}

.body--principe {
    background-image: url(../images/overlay.png), url(../images/bg-PReal.jpg)
}

.body--marta {
    background-image: url(../images/overlay.png), url(../images/bg-SantaMarta1.jpg)
}

.body--rio {
    background-image: url(../images/overlay.png), url(../images/bg-Rio.jpg)
}

.body--mercado {
    background-image: url(../images/overlay.png), url(../images/bg-Mercado.jpg)
}

.body--belem {
    background-image: url(../images/overlay.png), url(../images/bg-Belem.jpg)
}

.body--telheiras {
    background-image: url(../images/overlay.png), url(../images/bg-Telheiras.jpg)
}

.body--saldanha {
    background-image: url(../images/overlay.png), url(../images/bg-Saldanha.jpg)
}

.body--chiado {
    background-image: url(../images/overlay.png), url(../images/bg-Chiado.jpg)
}

.body--clerigos {
    background-image: url(../images/overlay.png), url(../images/bg-Clerigos.jpg)
}

.body--coimbra {
    background-image: url(../images/overlay.png), url(../images/bg-Coimbra.jpg)
}

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

.site-header__toggl {
    height: 55px;
    width: 100%;
    text-transform: uppercase;
    font-size: .8125rem;
    font-family: DTLNobelT Bold, sans-serif;
    background: #000;
    display: block
}

@media (min-width:48em) {
    .site-header__toggl {
        display: none
    }
}

.btn-reservas {
    display: inline-block;
    font-family: DTLNobelT Bold, sans-serif;
    font-size: 1rem;
    padding-bottom: 5px;
    background: url(../images/underline.png) no-repeat bottom;
    background-size: 100% auto;
    text-transform: uppercase;
    margin-bottom: 0
}

@media (min-width:48em) {
    .btn-reservas {
        margin-bottom: 30px;
        display: none
    }
}

.btn-reservas--big {
    margin-bottom: 10px;
    font-size: 1.25rem;
    display: block
}

.btn-reservas--simple {
    margin-bottom: 10px;
    background: none
}

.content {
    padding-top: 0;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    min-height: 100%;
    z-index: 1;
    min-height: calc(100% - 55px)
}


@media (min-width:48em) {
    .content {
        padding-top: 90px;
        min-height: 100%
    }
}

.content--fixed {
    position: fixed
}

.content__logo {
    margin-bottom: 50px;
    max-height: 190px;
}

.social__item {
    display: inline-block;
    margin: 0 5px
}

.reservas {
    overflow-y: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 3;
    text-align: center;
    display: none
}

.reservas>div {
    margin: 0 auto;
    background: #fff
}

.reservas--active {
    display: block
}

.reservas__title {
    text-transform: uppercase;
    font-size: 3.0625rem;
    font-family: DTLNobelT Bold, sans-serif
}

.reservas__link {
    display: block;
    margin: 20px
}

.body .reservas iframe {
    margin-top: 15px;
    width: 320px !important;
    height: 640px !important;
    background: #fff
}

.body .reservas>div,
.body .reservas>div>div {
    width: 320px !important
}


.clean-save {
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 80px;
}

@media (min-width: 420px) {
	.clean-save {
		bottom: 10px;
		right: 10px;
		width: 100px;
	}

}

@media (min-width: 767px) {
	.clean-save {
		bottom: 10px;
		top: auto;
		width: 100px;
	}

}

@media (min-width: 1020px) {
	.clean-save {
		bottom: 30px;
		right: 30px;
	}

}



.apps-delivery {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 15px -10px;
}

.apps-delivery li {
    padding-left: 10px;
    padding-right: 10px;
}

.apps-delivery img {
    width: 44px !important;
}

.takeaway-wrap {
    margin-bottom: 22px;
    font-size: 14px;
    text-align: center;
}

.takeaway {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 214px;
    height: 72px;
    background: transparent url(../svgs/take-away.svg) no-repeat center;
    background-size: 214px auto;
    font-family: DTLNobelT Bold, sans-serif;
    font-size: 15px;
    padding-left: 60px;
}

.takeaway span {
    text-align: center;
}

@media (min-height: 800px ) {
    .takeaway-wrap {
        margin-top: 20px;
        margin-bottom: 40px;
    }
}

.btn-gift-card {
    font-size: 20px;
    font-weight: 800;
    border: 2px solid white;
    padding: 10px 25px;
    border-radius: 6px;
    margin: 15px 0px;
}