@font-face {
  font-family: ImprintMT-Shadow;
  src: url('../fonts/ImprintMT-Shadow.eot?#iefix') format('embedded-opentype'), url('../fonts/ImprintMT-Shadow.woff') format('woff'), url('../fonts/ImprintMT-Shadow.ttf') format('truetype'), url('../fonts/ImprintMT-Shadow.svg#ImprintMT-Shadow') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: eideticneo_boldregular;
  src: url('../fonts/eideticneo_bold_regular-webfont.woff2') format('woff2'), url('../fonts/eideticneo_bold_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family: 'Playfair Display';
  background-color: white;
  background-image: url(../images/tonel.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50%;
  background-size: 80%;
}
body.tonel::before {
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  z-index: -1;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.diogenes {
  margin: 0;
  color: white;
  font-family: 'Playfair Display';
  background-color: black;
  background-image: url(../images/amarillo.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 30% 60%;
  background-size: 80%;
}
body.diogenes .segment.body {
  margin-top: 150px;
}
body.diogenes.page::before {
  backdrop-filter: blur(5px);
  position: fixed;
  z-index: -1;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.diogenes .fit {
  -webkit-filter: invert(1);
          filter: invert(1);
}
body.diogenes .push {
  background-color: rgba(0, 0, 0, 0.8);
}
body.diogenes #social {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
body.diogenes footer {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
body.diogenes nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
body.diogenes a path {
  fill: white;
}
body.diogenes a[aria-current=page],
body.diogenes a:hover {
  color: #ffe6b6;
  border-color: #ffe6b6;
}
body.diogenes a + p > span {
  background-color: black;
}
body.diogenes a + p::before {
  border-color: white;
}
body.diogenes nav li a:hover svg path {
  fill: #ffe6b6;
}
@media screen and (min-width: 720px) {
  body {
    background-size: 560px !important;
  }
}
nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background-color: inherit;
  padding-top: 20px;
  z-index: 1;
}
nav p {
  font-family: ImprintMT-Shadow;
}
nav li {
  text-align: right;
  margin-left: 120px;
  font-size: 1.2em;
  padding: 10px;
}
nav li:first-child {
  position: absolute;
  margin-left: 0;
}
nav li:first-child a {
  display: inline-block;
  height: 90px;
  border: 0;
}
nav li:first-child a:hover svg path {
  fill: gray;
}
nav a {
  font-family: 'Playfair Display';
  display: block;
}
nav a svg {
  width: inherit;
  height: inherit;
}
nav a svg path {
  transition: fill 0.2s;
}
@media screen and (min-width: 720px) {
  nav {
    padding-top: 0;
  }
  nav ul {
    display: flex;
    align-items: center;
    align-content: stretch;
  }
  nav li {
    text-align: left;
    margin: 0;
  }
  nav li + li {
    margin-left: 20px;
  }
  nav li:first-child {
    position: static;
    flex: 1 1 auto;
  }
}
a {
  color: inherit;
  text-decoration: none;
  padding-bottom: 10px;
  border-bottom: 5px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
a[aria-current=page],
a:hover {
  color: gray;
  border-color: silver;
}
a svg {
  width: auto;
  height: 1.5em;
}
a + p {
  position: relative;
  text-align: center;
  margin-top: 10px;
}
a + p > span {
  background-color: white;
  position: relative;
  padding: 0 10px;
  font-size: 0.8em;
  z-index: 1;
}
a + p::before {
  border-bottom: 1px solid black;
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  left: 0;
  top: 0.8em;
}
h4 + p {
  margin-top: 10px;
}
h3 + h4,
small + p,
p + h3,
p + h4,
.flex + h3,
.flex + h4 {
  margin-top: 15px;
}
h3 {
  letter-spacing: 0.15em;
}
h4 {
  letter-spacing: 0.1em;
}
em,
small {
  font-family: 'Crimson Text';
}
* {
  padding: 0;
  margin: 0;
}
.nosl {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.debug * {
  outline: 1px dashed red;
}
.reset {
  list-style-type: none;
}
.flex {
  display: flex;
}
.flex > p,
.flex > .auto {
  flex: 1 1 auto;
}
.flex > p + p,
.flex > .auto + p {
  margin-left: 20px;
}
.p {
  padding: 10px;
}
.fit {
  max-width: 100%;
  height: auto;
}
.dark {
  background-color: black;
  color: white;
  padding: 25px;
}
.push {
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  padding: 20px;
}
@media screen and (min-width: 960px) {
  .push {
    padding: 50px;
  }
}
.push + .push {
  border-top: 1px solid black;
}
.push + .push.clear {
  border: none;
}
.push > a[name] {
  position: absolute;
  top: -190px;
}
@media screen and (min-width: 720px) {
  .push > a[name] {
    top: -165px;
  }
}
.push:first-child {
  margin-top: 200px;
}
@media screen and (min-width: 720px) {
  .push:first-child {
    margin-top: 170px;
  }
}
.push:last-child {
  margin-bottom: 100px;
}
.push.clear {
  margin-bottom: 0;
}
.icons {
  justify-content: space-around;
  align-items: center;
  text-align: center;
  flex-direction: column;
  display: flex;
}
.icons i {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}
.half {
  width: 65%;
}
@media screen and (min-width: 960px) {
  .half {
    width: 50%;
  }
  .md-flex {
    display: flex;
  }
  .md-half {
    width: 50%;
  }
  .md-half + .md-half {
    position: relative;
    padding-left: 20px;
  }
  .md-half + .md-half::before {
    top: 0;
    left: -15px;
    width: 0;
    height: 100%;
    content: '';
    position: absolute;
    border-left: 1px solid black;
  }
}
.segment {
  max-width: 90%;
  margin: auto;
  width: 100%;
  top: 0;
}
.segment.fixed {
  left: 0;
  right: 0;
  z-index: 2;
  position: fixed;
}
.segment.body {
  margin-top: 170px;
}
.segment.body + .segment.body {
  margin-top: 0;
}
.segment > p {
  background-color: black;
  color: white;
  position: fixed;
  text-align: center;
  padding: 10px;
  font-size: 1.2em;
  top: 0;
  left: 0;
  width: 100%;
}
.segment > p + div {
  margin-top: 50px;
}
.segment > div:first-child {
  max-width: 960px;
  margin: auto;
}
.segment > div:first-child.max {
  max-width: 420px;
  display: block;
  margin: auto;
}
.product {
  font-family: eideticneo_boldregular;
  position: relative;
  align-items: end;
}
.product span:nth-child(2),
.product span > span {
  background-color: white;
  position: relative;
  z-index: 1;
}
.product small {
  margin-left: 5px;
}
.product::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 3px;
  border-bottom: 2px dotted black;
}
.product.clear::before {
  display: none;
}
.product + .product {
  margin-top: 10px;
}
.max {
  display: block;
  margin: auto;
}
.max a {
  border: none;
}
@media screen and (min-width: 420px) {
  .max {
    max-width: 420px;
  }
}
.caps {
  text-transform: uppercase;
}
.shadow {
  font-family: ImprintMT-Shadow;
  font-weight: 100;
}
.break {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid black;
}
@media screen and (max-width: 959px) {
  .sm-break {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid black;
  }
}
.flex > .product + .product {
  margin-top: 0;
}
h3 + .product {
  margin-top: 10px;
}
small {
  font-size: 12px;
  font-style: italic;
}
footer {
  letter-spacing: 0.3em;
}
footer .auto {
  display: flex;
  text-align: center;
  align-items: center;
}
footer .auto > * {
  width: 100%;
}
footer .auto:first-child {
  max-width: 200px;
}
footer .map {
  display: block;
  overflow: hidden;
  border-radius: 50%;
}
footer a {
  padding: 0;
  border: none;
  display: block;
}
footer a img {
  display: block;
  width: inherit;
  height: inherit;
}
footer dl {
  margin-left: 20px;
}
footer dt:nth-child(1) {
  font-size: 1.5em;
}
footer dt + dt,
footer dd + dt {
  margin-top: 20px;
}
.desc {
  font-size: 0.9em;
}
.desc + .product {
  margin-top: 10px;
}
#info {
  border-right: 1px solid #ffe6b6;
  border-bottom: 1px solid #ffe6b6;
  letter-spacing: 0.5em;
  color: #ffe6b6;
  position: absolute;
  line-height: 1.5;
  padding: 10px;
  bottom: 100px;
  left: 54%;
}
#info::before,
#info::after {
  background-color: #ffe6b6;
  position: absolute;
  content: '';
}
#info::before {
  width: 10px;
  height: 1px;
  bottom: -1px;
  right: -10px;
}
#info::after {
  width: 1px;
  height: 10px;
  bottom: -10px;
  right: -1px;
}
#social {
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  background-color: inherit;
  text-align: center;
  top: auto;
  bottom: 0;
}
#banner {
  position: fixed;
  display: flex;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
}
#banner img {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  display: block;
  max-width: 87%;
  max-height: 87%;
  box-shadow: 3px 3px 50px white;
}
