@import url(normalize.css);
@import url(fonts.css);
@import url(bootstrap-grid.min.css);
@import url(owl.carousel.min.css);
@import url(magnific-popup.min.css);
@import url(font-awesome.min.css);
@import url(animate.min.css);
body {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.25; }

a, button {
  color: inherit;
  text-decoration: none;
  transition: .3s;
  border: none;
  outline: none; }

img {
  display: block;
  max-width: 100%; }

.cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.img {
  position: relative;
  padding-bottom: 56.25%; }
  .img.img-full {
    padding-bottom: 100%; }

.image-responsive {
  width: 100%; }

.unstyled {
  list-style: none;
  margin: 0;
  padding: 0; }

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.flex-1 {
  flex: 1; }

.container {
  max-width: 1200px;
  position: relative; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-weight: inherit;
  font-size: inherit; }

.cke_editable {
  padding: 30px !important; }
  .cke_editable > *:not(:first-child) {
    margin-top: 1em; }

.row-grid {
  margin: -15px; }
  .row-grid > * {
    padding: 15px; }

.animated {
  animation-duration: .3s; }

.text-uppercase {
  text-transform: uppercase; }

.wow {
  animation-duration: 1s; }

.slider {
  position: relative; }

section {
  position: relative; }

.img-container {
  position: relative;
  padding-bottom: 56.25%; }
  .img-container img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 80%;
    max-height: 80%;
    margin: auto; }

.btn, .form-control {
  font: inherit;
  text-transform: inherit; }

.wrapper {
  position: relative;
  background: #fff; }

.row-small {
  margin: -11.25px; }
  .row-small > * {
    padding: 11.25px; }

.row-grid-small {
  margin: -7.5px; }
  .row-grid-small > * {
    padding: 7.5px; }

.row-grid-big {
  margin: -30px; }
  .row-grid-big > * {
    padding: 30px; }

.text-center {
  text-align: center;
  margin-top: 1em; }

.container {
  max-width: 1600px;
  padding-left: 30px;
  padding-right: 30px; }

body {
  color: #22292d;
  font-weight: normal;
  font-size: 14px;
  font-family: 'Noir Pro', sans-serif;
  min-height: 100vh;
  overflow: hidden; }

.wrapper {
  margin-left: 384px;
  height: 100vh;
  background: none; }

.row-grid {
  overflow: hidden; }

.nav {
  position: fixed;
  width: 384px;
  top: 0;
  left: 0;
  bottom: 0;
  background: #1f6554;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 10000;
  justify-content: space-between;
  align-items: center;
  padding: 60px 30px;
  transition: .3s; }
  .nav ul {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2em;
    color: #bdcad5;
    text-align: center; }
    .nav ul li {
      margin: 1em auto; }
      .nav ul li a:hover, .nav ul li a.active {
        color: #90a0b0; }
  .nav .footer {
    text-align: center;
    margin-top: 60px; }
    .nav .footer .social {
      font-size: 1.5em; }
    .nav .footer p {
      margin-top: 1em; }
  .nav .nav-button {
    position: absolute;
    top: 0;
    right: -40px;
    width: 40px;
    line-height: 40px;
    background: #1f6554;
    text-align: center;
    font-size: 1.5em;
    display: none; }

.page {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  transform: translateX(-100%);
  opacity: 0;
  transition: .3s;
  overflow: auto; }
  .page.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible; }

.video {
  background: #000;
  display: flex;
  align-items: center; }
  .video video {
    width: 100%; }

.page {
  display: flex;
  justify-content: center;
  flex-direction: column; }
  .page .inner-container {
    position: relative;
    margin: 0 120px; }
  .page h1 {
    font-size: 3.5em;
    color: #1f6554;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0 0 1px #fff; }
  .page .content-container {
    background: rgba(255, 255, 255, 0.85);
    font-weight: 300;
    padding: 30px;
    border-radius: 1em;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
    margin-top: 30px; }
  .page .content-html {
    overflow: auto;
    max-height: 260px;
    padding-right: 60px; }
  .page form {
    margin-top: 30px; }

.quienes .inner-container {
  max-width: 50%;
  margin: 0 !important; }
.quienes h1 {
  margin-left: 120px; }
.quienes .content-container {
  margin-top: 0;
  padding: 60px;
  color: #757575;
  font-size: 1.5em;
  padding: 60px 60px 60px 120px;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset; }

.contacto {
  padding: 60px 0; }

label {
  text-transform: uppercase;
  display: block; }

.form-control {
  border: 1px solid #e0e0e0;
  border-radius: .25em;
  padding: .5em 1em;
  line-height: 1;
  background: #fff;
  display: block;
  resize: none;
  width: 100%; }

.btn {
  background: #1f6554;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1em 3em;
  line-height: 1;
  border-radius: .25em;
  cursor: pointer;
  transition: .3s; }
  .btn:hover {
    background: #bdcad5; }

.info {
  display: flex;
  flex-wrap: wrap;
  text-transform: uppercase;
  margin-top: 30px; }
  .info .info-row {
    display: flex;
    margin: 1em 1em 1em 0; }
    .info .info-row .fa {
      width: 1em;
      font-size: 2em;
      margin-right: .5em; }

.full-height {
  height: 100%;
  position: relative; }
  .full-height > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.alert {
  display: none;
  color: #1f6554;
  border: 2px solid;
  padding: .5em 1em;
  text-align: center;
  margin-bottom: 1em;
  font-weight: normal; }

.mobile-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  line-height: 50px;
  height: 50px;
  font-size: 25px;
  text-align: center;
  display: none;
  color: #1f6554; }
  .mobile-button:hover {
    background: #1f6554;
    color: #fff; }

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  color: #1f6554;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  line-height: 1;
  visibility: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  animation-duration: .3s;
  font-weight: bold; }
  .mobile-menu.animated {
    visibility: visible; }
  .mobile-menu .mobile-nav {
    text-align: center; }
    .mobile-menu .mobile-nav ul {
      margin: 30px; }
      .mobile-menu .mobile-nav ul li {
        margin: 1em 0; }
        .mobile-menu .mobile-nav ul li.active > a {
          color: #1f6554; }
        .mobile-menu .mobile-nav ul li a {
          font-size: 2em; }
          .mobile-menu .mobile-nav ul li a:hover {
            color: #bdcad5; }
        .mobile-menu .mobile-nav ul li .fa {
          color: rgba(255, 255, 255, 0.5);
          font-size: 1.5em;
          margin-right: .5em;
          width: 1em;
          text-align: center; }
  .mobile-menu .close {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em; }
    .mobile-menu .close:hover {
      color: #1f6554; }

@media screen and (max-width: 1600px) {
  .page .inner-container {
    margin: 0 60px; }

  .quienes .inner-container {
    max-width: 75%; }

  .nav {
    width: 360px; }

  .wrapper {
    margin-left: 360px; } }
@media screen and (max-width: 1200px) {
  .nav {
    width: 320px; }

  .wrapper {
    margin-left: 320px; }

  .quienes .content-container {
    padding: 30px 30px 30px 60px;
    font-size: 1.25em; }
  .quienes h1 {
    margin-left: 60px; }

  .page .content-html {
    padding-right: 30px; }

  .full-height {
    padding-bottom: 56.25%; }

  .contacto .inner-container {
    margin: 30px; } }
@media screen and (max-width: 992px) {
  .nav {
    width: 280px; }

  .wrapper {
    margin-left: 280px; }

  .nav ul {
    font-size: 1.5em; }

  .quienes {
    padding: 30px; }
    .quienes .inner-container {
      max-width: 100%;
      margin: 30px; }
      .quienes .inner-container .content-container {
        border-radius: 1em; } }
@media screen and (max-width: 768px) {
  .nav {
    width: 240px;
    transform: translateX(-100%); }
    .nav .nav-button {
      display: block; }
    .nav.active {
      transform: translateX(0); }

  .wrapper {
    margin-left: 0; }

  .quienes .content-container {
    padding: 15px 15px 15px 30px; }
  .quienes h1 {
    margin-left: 15px; }

  .page .content-html {
    padding-right: 15px; }
  .page h1 {
    font-size: 2.5em; }

  .full-height {
    padding-bottom: 75%; } }
@media screen and (max-width: 576px) {
  .page h1 {
    font-size: 2em;
    text-align: center; }

  .full-height {
    padding-bottom: 100%; } }
@media screen and (max-height: 800px) {
  .contacto {
    display: block; } }

/*# sourceMappingURL=style.css.map */
