@font-face {
  font-family: 'cristinahelvetica';
  src: url('fonts/hinted-HelveticaNowDisplay-XBd.eot');
  src: url('fonts/hinted-HelveticaNowDisplay-XBd.eot?#iefix') format('embedded-opentype'), url('fonts/hinted-HelveticaNowDisplay-XBd.woff2') format('woff2'), url('fonts/hinted-HelveticaNowDisplay-XBd.ttf') format('truetype'), url('fonts/hinted-HelveticaNowDisplay-XBd.svg#HelveticaNowDisplay-XBd') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cristinafutura';
  src: url('fonts/hinted-FuturaStd-Medium.eot');
  src: url('fonts/hinted-FuturaStd-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/hinted-FuturaStd-Medium.woff2') format('woff2'), url('fonts/hinted-FuturaStd-Medium.ttf') format('truetype'), url('fonts/hinted-FuturaStd-Medium.svg#FuturaStd-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'cristinafutura', Arial, Helvetica, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 22px;
  color: #56826D;
}
main {
  width: 100%;
}
.container {
  max-width: 694px;
  padding: 0 150px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  opacity: 0;
  transition: opacity 500ms 0ms ease-in-out;
}
.container img {
  width: 100%;
}
.container img.profile1 {
  max-width: 397px;
  margin: 130px 0;
}
.container img.profile2 {
  max-width: 594px;
  margin: 130px 0;
}
.container.show {
  opacity: 1;
}
nav {
  position: fixed;
  z-index: 10;
  top: 10px;
  left: 68px;
  font-size: 32px;
  line-height: 38px;
  font-weight: normal;
  opacity: 0;
  transition: opacity 500ms 0ms ease-in-out;
}
nav a {
  position: relative;
}
nav a.selected:before {
  content: "";
  height: 24px;
  width: 31px;
  left: -54px;
  background-image: url('img/arrow.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  margin-top: 7px;
}
nav.show {
  opacity: 1;
}
#splash {
  min-height: 75vh;
}
#frase1 {
  position: fixed;
  width: calc(100% - 48px);
  left: 24px;
  top: 20vh;
  transition: opacity 500ms 0ms ease-in-out;
}
#frase1.ready {
  opacity: 0.1;
}
#frase1.hide {
  opacity: 0;
}
#frase2 {
  position: fixed;
  width: calc(100% - 48px);
  left: 24px;
  top: 20vh;
  transition: opacity 500ms 0ms ease-in-out;
  opacity: 0;
}
#frase2.show {
  opacity: 0.1;
}
article {
  margin: 130px 0;
}
article:first-of-type {
  margin-top: 0;
}
article .twocolumns {
  column-count: 2;
  column-gap: 24px;
}
article .twocolumns p {
  font-size: 13px;
  line-height: 14px;
  display: inline-block;
}
article .cont {
  max-width: 694px;
  position: relative;
}
.space {
  height: 130px;
}
h1 {
  font-size: 32px;
  line-height: 32px;
  font-weight: normal;
  text-align: center;
  margin: 10px 0 0 -200px;
  padding: 0;
  position: absolute;
  width: 400px;
  left: 50%;
  z-index: 10;
}
h2 {
  font-weight: normal;
  font-family: 'cristinahelvetica';
  border-top: 1px #56826D solid;
  width: 100%;
  padding: 10px 0 0 0;
  letter-spacing: 0.15em;
  margin: 0 0 44px 0;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  text-align: center;
}
h3 {
  font-weight: normal;
  border-top: 1px #56826D solid;
  width: 100%;
  padding: 10px 0 0 0;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 44px 0;
  text-align: left;
}
h3.center {
  text-align: center;
}
p {
  text-align: left;
}
ul {
  list-style: none;
  padding: 0;
  margin: 100px 0 0 0;
  text-align: left;
}
ul li {
  margin: 22px 0;
  position: relative;
}
ul li:before {
  content: "";
  height: 9px;
  width: 9px;
  border: 1px #56826D solid;
  position: absolute;
  left: -36px;
  border-radius: 11px;
  top: 6px;
}
.large {
  font-size: 32px;
  line-height: 32px;
}
.contact {
  text-align: left;
}
.contact span {
  font-size: 14px;
  line-height: 42px;
  position: absolute;
  right: 0;
  display: block;
}
.contact span:before {
  content: "";
  height: 42px;
  width: 42px;
  position: absolute;
  left: -42px;
  background-image: url('img/phone.svg');
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.contact .button {
  display: inline-block;
  font-size: 14px;
  line-height: 42px;
  border: 1px #56826D solid;
  border-radius: 21px;
  width: 235px;
  text-align: center;
  color: #56826D;
  text-decoration: none;
  transition: background-color 150ms 0ms ease-in-out, color 150ms 0ms ease-in-out;
}
.contact .button:hover {
  background-color: #56826D;
  color: white;
}
.caption {
  text-align: center;
  color: #888888;
  opacity: 0.6;
  margin-top: 10px;
}
.email {
  position: absolute;
  right: 0;
  margin-top: 1em;
}
a {
  color: #56826D;
  text-decoration: none;
}
.maps {
  font-size: 0;
  margin-top: 60px;
}
.maps .mapcolumn {
  width: calc((100% - 68px)/2);
  display: inline-block;
  vertical-align: top;
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  position: relative;
}
.maps .mapcolumn #map1,
.maps .mapcolumn #map2 {
  width: 100%;
  height: 272px;
  background-color: #fafafa;
}
.maps .mapcolumn #map1 .leaflet-control-container,
.maps .mapcolumn #map2 .leaflet-control-container {
  display: none !important;
}
.maps .mapcolumn:first-of-type {
  margin-right: 68px;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  nav {
    font-size: 18px;
    line-height: 30px;
    left: 40px;
  }
  nav a.selected:before {
    height: 18px;
    width: 22px;
    left: -30px;
    margin-top: 6px;
  }
  .contact span {
    position: relative;
    right: auto;
    margin-left: 30px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #splash {
    min-height: 50vh;
  }
  nav {
    display: none;
  }
  .container {
    max-width: 468px;
    padding: 0 24px;
  }
  .large {
    font-size: 18px;
    line-height: 22px;
  }
  .contact span {
    position: relative;
    right: auto;
    margin-left: 30px;
    margin-bottom: 20px;
  }
  .email {
    position: relative;
    display: block;
    text-align: left;
    right: auto;
  }
  .maps .mapcolumn {
    margin-right: 0 !important;
    width: 100%;
    display: block;
    margin-bottom: 2em;
  }
  .space {
    height: 40px;
  }
}
