@import "https://fonts.googleapis.com/css?family=Roboto:100,400,700";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

p {
  font-size: 1em;
  line-height: 1.4;
}

.trigger {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 3em;
  height: 2.5em;
  outline: none;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.trigger:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 50%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(20%, white), color-stop(20%, transparent), color-stop(40%, transparent), color-stop(40%, white), color-stop(60%, white), color-stop(60%, transparent), color-stop(80%, transparent), color-stop(80%, white), to(white));
  background: linear-gradient(to bottom, white, white 20%, transparent 20%, transparent 40%, white 40%, white 60%, transparent 60%, transparent 80%, white 80%, white 100%);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.trigger.js-animating {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.trigger:hover:after {
  opacity: 1;
}

.panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
@media (min-width: 700px) {
  .panels {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.panels:not(.js-animating):hover a:not(:hover) .panel-title {
  opacity: 0.3;
}
.panels:not(.js-animating):hover a:hover {
  background-color: rgba(0, 30, 55, 0.9);
}
.panels:not(.js-animating):hover a:hover .panel-title {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.panels:not(.js-animating):hover a:hover .panel-title:before {
  width: 6vw;
}

.panels.js-animating .panel1 {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  -webkit-transition: -webkit-box-flex 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-box-flex 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: flex 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: flex 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-flex 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -ms-flex 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.panels.js-animating .panel2 {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  -webkit-transition: -webkit-box-flex 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-box-flex 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: flex 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: flex 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-flex 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -ms-flex 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.panels.js-animating .panel3 {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  -webkit-transition: -webkit-box-flex 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-box-flex 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: flex 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: flex 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-flex 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -ms-flex 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.panels.js-animating .panel1 a {
  cursor: default;
}

.panels.js-animating .panel2 a {
  cursor: default;
}

.panels.js-animating .panel3 a {
  cursor: default;
}

.panels.js-animating .panel1:not(.js-selected) {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.panels.js-animating .panel2:not(.js-selected) {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.panels.js-animating .panel3:not(.js-selected) {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.panels.js-animating .panel1:not(.js-selected) a {
  background-color: #001e37;
}
.panels.js-animating .panel2:not(.js-selected) a {
  background-color: #001e37;
}
.panels.js-animating .panel3:not(.js-selected) a {
  background-color: #001e37;
}
.panels.js-animating .panel1:not(.js-selected) .panel-content {
  opacity: 0;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, transform 0s;
  transition: opacity 0s, transform 0s, -webkit-transform 0s;
}
.panels.js-animating .panel2:not(.js-selected) .panel-content {
  opacity: 0;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, transform 0s;
  transition: opacity 0s, transform 0s, -webkit-transform 0s;
}
.panels.js-animating .panel3:not(.js-selected) .panel-content {
  opacity: 0;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, transform 0s;
  transition: opacity 0s, transform 0s, -webkit-transform 0s;
}
.panels.js-animating .panel1.js-selected a {
  background-color: rgba(0, 30, 55, 0.9);
}
.panels.js-animating .panel2.js-selected a {
  background-color: rgba(0, 30, 55, 0.9);
}
.panels.js-animating .panel3.js-selected a {
  background-color: rgba(0, 30, 55, 0.9);
}
.panels.js-animating .panel1.js-selected .description {
  display: block;
}
.panels.js-animating .panel2.js-selected .description {
  display: block;
}
.panels.js-animating .panel3.js-selected .description {
  display: block;
}

.panel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-box-flex 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-box-flex 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: flex 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: flex 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-flex 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -ms-flex 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #001e37;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.panel2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-box-flex 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-box-flex 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: flex 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: flex 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-flex 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -ms-flex 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #001e37;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.panel3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-box-flex 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-box-flex 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: flex 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: flex 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-flex 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -ms-flex 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #001e37;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.panel1:nth-child(1) {
  background-image: url("../../../imagenes/evidencias/IMG_0071.JPG");
}
.panel2:nth-child(2) {
  background-image: url("../../../imagenes/evidencias/IMG_0119.JPG");
}
.panel3:nth-child(3) {
  background-image: url("../../../imagenes/evidencias/objetivo2.png");
}
.panel1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
  background-color: rgba(0, 30, 55, 0.6);
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.panel2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
  background-color: rgba(0, 30, 55, 0.6);
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.panel3 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
  background-color: rgba(0, 30, 55, 0.6);
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.panel1 .panel-content {
  -webkit-transition: opacity 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.panel1 .panel-title {
  position: relative;
  padding: 0 0.75em 0.375em 0.75em;
  font-size: 1.875em;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.panel2 .panel-content {
  -webkit-transition: opacity 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.panel2 .panel-title {
  position: relative;
  padding: 0 0.75em 0.375em 0.75em;
  font-size: 1.875em;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.panel3 .panel-content {
  -webkit-transition: opacity 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.panel3 .panel-title {
  position: relative;
  padding: 0 0.75em 0.375em 0.75em;
  font-size: 1.875em;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 700px) {
  .panel1 .panel-title {
    font-size: 4vw;
  }

  .panel2 .panel-title {
    font-size: 4vw;
  }

  .panel3 .panel-title {
    font-size: 4vw;
  }
}
.panel1 .panel-title:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 1vw;
  background-color: white;
  -webkit-transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.panel2 .panel-title:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 1vw;
  background-color: white;
  -webkit-transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.panel3 .panel-title:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 1vw;
  background-color: white;
  -webkit-transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (min-width: 700px) {
  .panel1 .panel-title:before {
    height: 0.5vw;
  }

  .panel2 .panel-title:before {
    height: 0.5vw;
  }

  .panel3 .panel-title:before {
    height: 0.5vw;
  }
}
.panel1 .description {
  display: none;
  color: white;
}

.panel2 .description {
  display: none;
  color: white;
}

.panel3 .description {
  display: none;
  color: white;
}

.teasers1 {
  display: none;
  margin: 1.4084507042%;
}
.teasers1.js-animating {
  display: block;
}

.teasers2 {
  display: none;
  margin: 1.4084507042%;
}
.teasers2.js-animating {
  display: block;
}

.teasers3 {
  display: none;
  margin: 1.4084507042%;
}
.teasers3.js-animating {
  display: block;
}

.teaser {
  margin-bottom: 1.4084507042%;
  padding: 1.5em;
  width: 100%;
  height: 400px;
  background-color: #ededed;
}


@media (min-width: 700px) {
  .teaser {
    width: 49.2957746479%;
    float: left;
  }
  .teaser:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .teaser:nth-child(2n + 2) {
    margin-left: 50.7042253521%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 900px) {
  .teaser {
    width: 23.9436619718%;
    float: left;
  }
  .teaser:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .teaser:nth-child(4n + 2) {
    margin-left: 25.3521126761%;
    margin-right: -100%;
    clear: none;
  }
  .teaser:nth-child(4n + 3) {
    margin-left: 50.7042253521%;
    margin-right: -100%;
    clear: none;
  }
  .teaser:nth-child(4n + 4) {
    margin-left: 76.0563380282%;
    margin-right: -100%;
    clear: none;
  }
}
.teaser > * {
  margin-bottom: 0.75em;
}
.teaser > *:last-child {
  margin-bottom: 0;
}
.teaser .teaser-title {
  font-size: 1.25em;
  font-weight: bold;
}


/*********************************** CSS BASE ************************************************/

@import url('https://fonts.googleapis.com/css?family=Tangerine');
/*
body {
  background-color: #ECECEC;
  color: #444444;
  padding: 0;
  margin: 0;
  perspective: 1px;
  transform-style: preserve-3d;
  height: 100%;
  overflow-x: hidden;
  font-family: 'Roboto';
}*/

.left-underline {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.left-underline:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #ECECEC;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.left-underline:hover:before, .left-underline:focus:before, .left-underline:active:before {
  right: 0;
}
div.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  /*background: #F6CEE3;*/
  -webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 2px 6px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 2px 6px 0px rgba(50, 50, 50, 0.75);
  z-index: 0;
}
div.navbar > ul.navbar-container {
  list-style-type: none;
  margin: 0;
  padding-left: 1em;
  padding-right: 1em;
  overflow: hidden;
}
div.navbar > ul > li.nav-item {
  float: right;
  margin-top: 35px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}
div.navbar > ul > li.active {
  background-color: rgba(0, 0, 0, 0.18);
}
div.navbar > ul > li:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
a.nav-button {
  font-family: 'Roboto';
  text-decoration: none;
  line-height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  color: rgba(228, 241, 254, 1);
  transition: all 0.5s ease;
}
a.nav-button:hover {
  text-decoration: none;
}
li.active > a.nav-button {
  cursor: default;
}
.brand-logo {
  float: left;
  cursor: default;
}
.parallax {
  height: 70vh;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.parallax.p1 {
  background-size: cover;
  color: #fff;
}
.parallax.p2 {
  background-size: cover;
  color: #fff;
}
.parallax.p3 {
  background-size: cover;
  color: #fff;
}
.parallax-text {
  width: 24em;
  position: fixed;
  top: 20%;
  left: 50%;
  border: .5em solid #fff;
  margin-left: -10%;
  padding: 2em 0;
  text-align: center;
  z-index: 999;
}
.parallax > div.blur-image {
  position: relative;
  width: 100%;
  height: 100%;
} 

/******************************* FOOTER ****************************************/

.generic-anchor {
  color: #fff;
}
.generic-anchor:visited {
  color: #fff;
}
.generic-anchor:hover {
  color: #C70039;
}

.flex-rw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
/*
main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font: 10em "Oswald", sans-serif;
  color: #9b9b9b;
  line-height: 1;
}
*/
footer {
  background: #000;
  margin-top: auto;
  width: 100%;
}

.footer-list-top {
  width: 33.333%;
}

.footer-list-top > li {
  text-align: center;
  padding-bottom: 10px;
}

.footer-list-header {
  padding: 10px 0 5px 0;
  color: #fff;
  font: 2.3vw "Oswald", sans-serif;
}

.footer-list-anchor {
  font: 1.3em "Open Sans", sans-serif;
}

.footer-social-section {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  margin-top: 5px;
}

.footer-social-section::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 10px;
  border-top: 1px solid #ccc;
  width: calc(100% - 20px);
}

.footer-social-overlap {
  position: relative;
  z-index: 2;
  background: #000;
  padding: 0 20px;
}

.footer-social-connect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: 2.5em "Oswald", sans-serif;
  color: #fff;
}

.footer-social-small {
  font-size: 0.6em;
  padding: 0px 20px;
}

.footer-social-overlap > a {
  font-size: 3em;
}

.footer-social-overlap > a:not(:first-child) {
  margin-left: 0.38em;
}

.footer-bottom-section {
  width: 100%;
  padding: 10px;
  border-top: 1px solid #ccc;
  margin-top: 10px;
}

.footer-bottom-section > div:first-child {
  margin-right: auto;
}

.footer-bottom-wrapper {
  font-size: 1.5em;
  color: #fff;
}

.footer-address {
  display: inline;
  font-style: normal;
}

@media only screen and (max-width: 768px) {
  .footer-list-header {
    font-size: 2em;
  }

  .footer-list-anchor {
    font-size: 1.1em;
  }

  .footer-social-connect {
    font-size: 2.5em;
  }

  .footer-social-overlap > a {
    font-size: 2.24em;
  }

  .footer-bottom-wrapper {
    font-size: 1.3em;
  }
}

@media only screen and (max-width: 568px) {


  .footer-list-top {
    width: 100%;
  }

  .footer-list-header {
    font-size: 3em;
  }

  .footer-list-anchor {
    font-size: 1.5em;
  }

  .footer-social-section {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer-social-section::after {
    top: 25%;
  }

  .footer-social-connect {
    margin-bottom: 10px;
    padding: 0 10px;
  }

  .footer-social-overlap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer-social-icons-wrapper {
    width: 100%;
    padding: 0;
  }

  .footer-social-overlap > a:not(:first-child) {
    margin-left: 20px;
  }

  .footer-social-connect {
    font-size: 1.4em;
  }

  .footer-social-overlap > a {
    font-size: 1.24em;
  }

  .footer-bottom-section {
    padding: 0 5px 10px 5px;
  }

  .footer-bottom-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .footer-social-overlap > a {
    margin: auto;
  }

  .footer-social-overlap > a:not(:first-child) {
    margin-left: 0;
  }

  .footer-bottom-rights {
    display: block;
  }
  .footer-social-connect {
    font-size: 1.4em;
  }

  .footer-social-overlap > a {
    font-size: 1.24em;
  }
}
@media only screen and (max-width: 320px) {
  .footer-list-header {
    font-size: 2.2em;
  }

  .footer-list-anchor {
    font-size: 1.2em;
  }

  .footer-social-connect {
    font-size: 1.4em;
  }

  .footer-social-overlap > a {
    font-size: 1.24em;
  }

  .footer-bottom-wrapper {
    font-size: 1.3em;
  }
}

