body {
  font-family: "Jost", sans-serif;
}

.titulo {
  color: #555C59;
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: 2px;
}

.parrafo {
  color: #000000;
  font-size: 30px;
  font-weight: 300;
}

.parrafo-waypoint {
  transition: 1s all;
  opacity: 0;
  padding-top: 50px;
}

.parrafo-waypoint-active {
  padding-top: 0px;
  opacity: 1;
}

.number {
  width: 100%;
  background-image: url("../img/line.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  font-size: 16px;
  font-weight: 200;
  margin-bottom: 30px;
}

.number span {
  background-color: #FFFFFF;
  padding-right: 15px;
}

.section-container {
  margin-top: 60px;
}

.big-title {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  font-size: 70px;
  color: #497646;
}

.enlace a {
  color: #497646;
}

.owl-stage-outer {
  max-height: 550px !important;
}

@media only screen and (max-width: 600px) {
  .titulo {
    font-size: 40px;
  }

  .big-title {
    font-size: 30px;
  }

  .center-in-mobile {
    text-align: center;
  }
}
.navbar .nav-link {
  color: #497646 !important;
  font-size: 14px;
}

/*
.menu-container{
   border-bottom:1px solid $color-white;
}
*/
.menu-fluid {
  position: relative;
  top: 0px;
  transition: 1s all;
  left: 0px;
}

.menu-fluid-active {
  position: relative;
  top: -150px;
  left: 0px;
}

.logo-nav-img {
  height: 90px;
}

@media only screen and (max-width: 600px) {
  .logo-nav-img {
    height: 70px;
  }

  .navbar .nav-link {
    color: #FFFFFF !important;
    font-size: 14px;
    background-color: rgba(73, 118, 70, 0.9);
    margin-right: 10px;
    padding-left: 40px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
}
.vimeo-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
}

.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 600px) {
  .vimeo-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
    min-height: 28vh;
    position: relative;
  }

  .vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 26vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.img {
  width: 100%;
}

.img-short-to-right {
  width: 60%;
  margin-left: 40%;
}

.img-waypoint {
  transition: 1s all;
  margin-top: 20px;
  opacity: 0;
}

.img-waypoint {
  transition: 1s all;
  margin-top: 20px;
  opacity: 0;
  transform: rotate(0deg);
}

.waypoint-img-active {
  margin-top: 0px;
  opacity: 1;
  transform: rotate(0deg);
}

.slide-curve-line {
  position: relative;
}

.slide-curve-line div {
  background-color: #FFFFFF;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 2s all;
}

.slide-curve-line-active div {
  width: 0%;
}

.slide-planos {
  position: relative;
}

.video-plano {
  width: 300px;
  height: 300px;
  border-radius: 500px;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  transition: opacity 1s;
  margin-top: 50px;
  transform: rotate(2deg);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* Landscape */
/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 900px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .video-plano {
    width: 150px;
    height: 150px;
  }

  .titulo {
    font-size: 32px !important;
  }

  .big-title {
    font-size: 30px;
  }
}
.video-plano-active {
  opacity: 1;
  margin-top: 50px;
  transform: rotate(0deg);
}

#video-plano-1 {
  top: 13%;
  left: 10%;
}

#video-plano-1 iframe {
  width: 189%;
  position: absolute;
  top: -20%;
  left: -56%;
}

#video-plano-2 {
  top: 40%;
  right: 7%;
}

#video-plano-2 iframe {
  width: 181%;
  position: absolute;
  top: -22%;
  left: -45%;
}

#video-plano-3 {
  top: 66%;
  left: 39%;
}

#video-plano-3 iframe {
  width: 192%;
  position: absolute;
  top: -59%;
  left: -49%;
}

.plano-img {
  transition: 1s all;
  opacity: 0;
}

.plano-img-active {
  opacity: 1;
}

.view-wrapper-img {
  text-align: center;
}

.video-plano img {
  width: 350px;
}

#video-plano-2 img {
  width: 540px;
}

.view-wrapper-img {
  min-height: inherit !important;
}

@media only screen and (max-width: 600px) {
  .video-plano {
    width: 130px;
    height: 130px;
  }

  .video-plano img {
    width: 150px;
  }

  #video-plano-2 {
    display: none !important;
  }

  .view-wrapper-img img {
    width: 120vw;
  }
}
.footer {
  background-color: #497646;
  color: #FFFFFF;
}

.footer a {
  color: #FFFFFF;
  text-decoration: none;
}

.footer-col {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  letter-spacing: 1px;
}

.footer-col svg {
  font-size: 20px;
}

.proyecto-titulo {
  color: #555C59;
  font-size: 35px;
  line-height: 45px;
  border-bottom: 1px solid #555C59;
  width: 100%;
  padding-bottom: 25px;
  text-transform: uppercase;
}

.proyecto-items {
  color: #555C59;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 35px;
  width: 100%;
  line-height: 42px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.proyecto-parrafo {
  color: #555C59;
  font-size: 15px;
  line-height: 35px;
  font-weight: 300;
  letter-spacing: 1px;
}

.lang {
  position: fixed;
  display: flex;
  top: 0px;
  right: 5vw;
  z-index: 9999999;
}

.lang div {
  margin-right: 20px;
  background-color: #497646;
  padding: 5px 15px;
  font-size: 12px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-bottom-left-radius: 5px;
  z-index: 33333;
  border-bottom-right-radius: 5px;
  transition: 0.5s all;
}

.lang div:hover {
  padding: 8px 15px 8px 15px;
}

.lang a {
  color: #FFFFFF;
  text-decoration: none;
}

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