<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* animation */
/* animation output  */
/*
@include keyframes(name_animation) {
	0% { opacity: 1; }
	90% { opacity: 0; }
}
.element {
	width: 100px;
	height: 100px;
	background: black;
	@include animation('name_animation 5s 3');
}
*/
/* default theme */
/*	componentes: 	;*/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  font-weight: 300;
}

body {
  color: #EEE5D9;
  background-color: #222;
  font-family: "Work Sans", sans-serif;
  background: #2f4d45;
  background-attachment: fixed;
  background-size: cover;
}

li {
  list-style: none;
}

a {
  cursor: pointer;
  outline: none;
  color: #C49107;
  transition: all 0.3s ease-out;
}
a:hover {
  color: #EEE5D9;
}

a img {
  transition: all 0.3s ease-out;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}

.but {
  border: 2px solid;
  padding: 20px 20px;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 300;
  border-radius: 0px;
  line-height: 100%;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: space-between;
}
.but:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.but i {
  font-style: normal;
  margin-left: 15px;
}

.logo {
  height: 50vh;
  width: 50vw;
}
@media only screen and (max-width: 520px) {
  .logo {
    height: 70vh;
    width: 70vw;
  }
}

section,
footer {
  background: url("../img/paper.png") #2f4d45;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px;
}
@media only screen and (max-width: 520px) {
  section,
  footer {
    padding: 60px 20px;
  }
}
section &gt; .box,
footer &gt; .box {
  width: 100%;
  max-width: 400px;
}
section .bckg,
footer .bckg {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.8;
  mix-blend-mode: overlay;
}
@media only screen and (max-width: 520px) {
  section .bckg,
  footer .bckg {
    object-position: left;
  }
}
section .title,
footer .title {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  letter-spacing: 1px;
}

.tabs {
  display: flex;
  margin-bottom: 20px;
}
.tabs li {
  flex: 1;
}
.tabs li + li {
  margin-left: 20px;
}
.tabs li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #EEE5D9;
}
.tabs li a span + span {
  margin-left: 10px;
}
.tabs li a span:not(.flag) {
  opacity: 0.3;
}
.tabs li a .flag {
  overflow: hidden;
  width: 26px;
  height: 26px;
  border-radius: 30px;
  border: 1px solid #EEE5D9;
}
.tabs li a .flag svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tabs li.active a span:not(.flag) {
  opacity: 1;
}

.inicio {
  height: 100vh;
  background-color: #1c2d29;
}
.inicio &gt; .box {
  width: auto;
  max-width: none;
}
.inicio .redes {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.inicio .redes li + li {
  margin-left: 15px;
}
.inicio .redes li a span {
  position: absolute;
  clip: rect(1px 1px 1px 1px); /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.inicio .redes li a svg {
  width: 40px;
  height: 40px;
}
.inicio .redes li a svg path {
  transition: fill 0.3s ease-out;
}
@media only screen and (min-width: 900px) {
  .inicio .redes li a svg:hover path {
    fill: #C49107;
  }
}

.carta .box {
  display: flex;
  flex-direction: column;
}
.carta .box a + a {
  margin-top: 20px;
}

.reservas {
  background-color: #1c2d29;
}
.reservas iframe {
  min-width: 400px;
  max-width: 500px;
  border-radius: 5px;
}
@media only screen and (max-width: 520px) {
  .reservas iframe {
    min-width: 0;
  }
}

footer {
  height: auto;
  border-top: 2px solid #C49107;
}
footer .box {
  width: 100%;
  padding: 60px;
  background-color: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 520px) {
  footer .box {
    padding: 60px 20px;
  }
}
footer .box .title {
  text-align: center;
}
footer .logos {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
footer .logos a {
  width: 200px;
  text-decoration: none;
  text-align: center;
}
footer .logos a img {
  width: 200px;
  margin-bottom: 30px;
  transition: transform 0.3s ease-out;
}
@media only screen and (max-width: 520px) {
  footer .logos a img {
    width: 140px;
  }
}
footer .logos a .name {
  display: block;
  font-size: 20px;
  margin-bottom: 6px;
  display: none;
}
footer .logos a p {
  font-size: 12px;
  color: #EEE5D9;
  padding: 0 30px;
  opacity: 0.5;
  line-height: 110%;
  transition: color 0.3s ease-out, opacity 0.3s ease-out;
}
@media only screen and (min-width: 900px) {
  footer .logos a:hover img {
    transform: scale(0.9);
  }
  footer .logos a:hover p {
    color: #C49107;
    opacity: 1;
  }
}

/*# sourceMappingURL=styles.css.map */
</pre></body></html>