/* line 5, ../../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* line 22, ../../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, ../../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, ../../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, ../../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, ../../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, ../../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, ../../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* line 17, ../sass/assets/_type.sass */
body {
  font-size: 14px;
  font-family: "Nunito", Arial, sans-serif;
  color: #000; }
  @media screen and (max-width: 450px) {
    /* line 17, ../sass/assets/_type.sass */
    body {
      font-size: 10px; } }

/* line 24, ../sass/assets/_type.sass */
.uppercase {
  text-transform: uppercase; }

/* line 26, ../sass/assets/_type.sass */
.white {
  color: #fff; }

/* line 28, ../sass/assets/_type.sass */
.black {
  color: #000; }

/* line 30, ../sass/assets/_type.sass */
.bold {
  font-weight: 700; }

/* line 5, ../sass/layout/_global.sass */
body {
  background-color: white;
  width: 100%;
  overflow-x: hidden; }

/* line 10, ../sass/layout/_global.sass */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

/* line 15, ../sass/layout/_global.sass */
img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }

/* line 22, ../sass/layout/_global.sass */
input:focus, textarea:focus {
  outline: none; }

/* line 25, ../sass/layout/_global.sass */
a {
  text-decoration: none;
  color: inherit; }
  /* line 28, ../sass/layout/_global.sass */
  a:visited {
    color: inherit; }

/* line 31, ../sass/layout/_global.sass */
ul {
  list-style: none; }

/* line 34, ../sass/layout/_global.sass */
section {
  width: 100%;
  height: 100vh; }
  @media screen and (max-width: 821px) {
    /* line 34, ../sass/layout/_global.sass */
    section {
      height: auto; } }

/* line 40, ../sass/layout/_global.sass */
.contenedor-1180 {
  width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center; }
  @media screen and (max-width: 821px) {
    /* line 40, ../sass/layout/_global.sass */
    .contenedor-1180 {
      width: 90%; } }

/* line 47, ../sass/layout/_global.sass */
.misc {
  width: 50px;
  position: absolute; }

/* line 51, ../sass/layout/_global.sass */
.chico {
  width: 100%;
  font-size: 300%;
  font-weight: 800; }
  @media screen and (max-width: 821px) {
    /* line 51, ../sass/layout/_global.sass */
    .chico {
      font-size: 250%; } }

/* line 57, ../sass/layout/_global.sass */
.grande {
  width: 100%;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 500%; }
  @media screen and (max-width: 821px) {
    /* line 57, ../sass/layout/_global.sass */
    .grande {
      font-size: 400%; } }

/* line 66, ../sass/layout/_global.sass */
.desktop {
  display: flex; }
  @media screen and (max-width: 821px) {
    /* line 66, ../sass/layout/_global.sass */
    .desktop {
      display: none; } }

/* line 70, ../sass/layout/_global.sass */
.mobile {
  display: none; }
  @media screen and (max-width: 821px) {
    /* line 70, ../sass/layout/_global.sass */
    .mobile {
      display: flex; } }

/* line 76, ../sass/layout/_global.sass */
.bottom-up, .left-right, .right-left {
  opacity: 0;
  transition: all 1s ease-out; }
  /* line 79, ../sass/layout/_global.sass */
  .bottom-up.showing, .left-right.showing, .right-left.showing {
    opacity: 1;
    transform: translateY(0);
    transform: translateX(0); }

/* line 83, ../sass/layout/_global.sass */
.bottom-up {
  transform: translateY(20px); }

/* line 85, ../sass/layout/_global.sass */
.left-right {
  transform: translateX(-5%); }

/* line 87, ../sass/layout/_global.sass */
.right-left {
  transform: translateX(5%); }

/* line 89, ../sass/layout/_global.sass */
.zoom-in {
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.5s ease-out; }
  /* line 93, ../sass/layout/_global.sass */
  .zoom-in.showing {
    transform: scale(1);
    opacity: 1; }

@keyframes ticks {
  from {
    background-position: left center; }
  to {
    background-position: 17px center; } }
@keyframes zigzag {
  0% {
    background-position: left; }
  100% {
    background-position: 34px; } }
@keyframes float {
  from {
    transform: translate(0, 0px); }
  65% {
    transform: translate(0, 7px); }
  to {
    transform: translate(0, 0px); } }
@keyframes scroll {
  0% {
    opacity: 0; }
  10% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(15px);
    opacity: 0; } }
/* line 130, ../sass/layout/_global.sass */
.portada {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-image: url("../img/portada_hay_equipo.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 821px) {
    /* line 130, ../sass/layout/_global.sass */
    .portada {
      height: auto; } }
  @media screen and (max-width: 450px) {
    /* line 130, ../sass/layout/_global.sass */
    .portada {
      min-height: 90vh; } }
  /* line 143, ../sass/layout/_global.sass */
  .portada video {
    width: 100%;
    height: auto; }
    @media screen and (max-width: 821px) {
      /* line 143, ../sass/layout/_global.sass */
      .portada video {
        width: 200%;
        opacity: 0; } }
  /* line 149, ../sass/layout/_global.sass */
  .portada .contenido-portada {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center; }
    /* line 156, ../sass/layout/_global.sass */
    .portada .contenido-portada h1 {
          width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #fff; 
width: 100%;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 500%;}
    /* line 158, ../sass/layout/_global.sass */
    .portada .contenido-portada .titulo-portada {
      width: 32%;
      height: auto; }
      @media screen and (max-width: 821px) {
        /* line 158, ../sass/layout/_global.sass */
        .portada .contenido-portada .titulo-portada {
          width: 40%; } }
      @media screen and (max-width: 450px) {
        /* line 158, ../sass/layout/_global.sass */
        .portada .contenido-portada .titulo-portada {
          width: 65%; } }
    /* line 165, ../sass/layout/_global.sass */
    .portada .contenido-portada .bajada-portada {
      width: 45%;
      text-align: center;
      color: #fff;
      line-height: 1.5;
      margin-top: 35px;
      font-size: 135%; }
      @media screen and (max-width: 821px) {
        /* line 165, ../sass/layout/_global.sass */
        .portada .contenido-portada .bajada-portada {
          width: 65%; } }
      @media screen and (max-width: 450px) {
        /* line 165, ../sass/layout/_global.sass */
        .portada .contenido-portada .bajada-portada {
          width: 80%;
          font-size: 145%; } }

/* line 179, ../sass/layout/_global.sass */
.intro {
  width: 100%;
  height: auto;
  padding-bottom: 70px;
  position: relative;
  background: #ffc002; }
  @media screen and (max-width: 821px) {
    /* line 179, ../sass/layout/_global.sass */
    .intro {
      padding-bottom: 200px; } }
  @media screen and (max-width: 450px) {
    /* line 179, ../sass/layout/_global.sass */
    .intro {
      padding-bottom: 300px;
      min-height: 80vh; } }
  /* line 190, ../sass/layout/_global.sass */
  .intro .scroll-downs {
    width: 25px;
    height: auto;
    position: absolute;
    top: -130px;
    z-index: 500;
    left: calc( (100% - 39px) /2 );
    width: 34px;
    height: 55px;
    transform: scale(0.8); }
    @media screen and (max-width: 821px) {
      /* line 190, ../sass/layout/_global.sass */
      .intro .scroll-downs {
        display: none; } }
    /* line 203, ../sass/layout/_global.sass */
    .intro .scroll-downs .mousey {
      width: 3px;
      padding: 10px 15px;
      height: 35px;
      border: 2px solid #fff;
      border-radius: 25px;
      opacity: 0.75;
      box-sizing: content-box; }
      /* line 211, ../sass/layout/_global.sass */
      .intro .scroll-downs .mousey .scroller {
        width: 3px;
        height: 10px;
        border-radius: 25%;
        background-color: #fff;
        animation-name: scroll;
        animation-duration: 2.2s;
        animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
        animation-iteration-count: infinite; }
  /* line 220, ../sass/layout/_global.sass */
  .intro .base-intro {
    width: 100%;
    transform: translateY(-160px); }
    @media screen and (max-width: 821px) {
      /* line 220, ../sass/layout/_global.sass */
      .intro .base-intro {
        transform: translateY(-90px); } }
    @media screen and (max-width: 450px) {
      /* line 220, ../sass/layout/_global.sass */
      .intro .base-intro {
        transform: translateY(-70px); } }
  /* line 227, ../sass/layout/_global.sass */
  .intro .lineas {
    width: 30%;
    position: absolute;
    top: -150px;
    left: 35%;
    opacity: 0.1;
    z-index: 400; }
    @media screen and (max-width: 450px) {
      /* line 227, ../sass/layout/_global.sass */
      .intro .lineas {
        width: 60%;
        left: 20%; } }
  /* line 237, ../sass/layout/_global.sass */
  .intro .contenedor-1180 {
    position: absolute;
    top: 0;
    left: calc( (100vw - 1180px) /2 ); }
    @media screen and (max-width: 821px) {
      /* line 237, ../sass/layout/_global.sass */
      .intro .contenedor-1180 {
        left: 5%; } }
    /* line 243, ../sass/layout/_global.sass */
    .intro .contenedor-1180 .megafono {
      width: 130px;
      bottom: 10%;
      left: 5%;
      transform: rotate(15deg); }
      @media screen and (max-width: 821px) {
        /* line 243, ../sass/layout/_global.sass */
        .intro .contenedor-1180 .megafono {
          width: 80px;
          left: 0; } }
      @media screen and (max-width: 450px) {
        /* line 243, ../sass/layout/_global.sass */
        .intro .contenedor-1180 .megafono {
          bottom: 0%; } }
    /* line 253, ../sass/layout/_global.sass */
    .intro .contenedor-1180 .lapiz {
      width: 95px;
      top: 0;
      right: 7%; }
      @media screen and (max-width: 821px) {
        /* line 253, ../sass/layout/_global.sass */
        .intro .contenedor-1180 .lapiz {
          width: 70px;
          right: 0; } }
      /* line 260, ../sass/layout/_global.sass */
      .intro .contenedor-1180 .lapiz:after {
        content: "";
        position: absolute;
        right: -40px;
        top: -30px;
        width: 10px;
        height: 10px;
        border: 3px solid #000;
        border-radius: 50%; }
    /* line 269, ../sass/layout/_global.sass */
    .intro .contenedor-1180 .cuadrado {
      width: 40px;
      top: 56%;
      right: 16%; }
      @media screen and (max-width: 821px) {
        /* line 269, ../sass/layout/_global.sass */
        .intro .contenedor-1180 .cuadrado {
          right: 5%;
          top: 40%; } }
    /* line 276, ../sass/layout/_global.sass */
    .intro .contenedor-1180 .picos {
      width: 80px;
      height: 30px;
      bottom: 0;
      left: 11%;
      animation: ticks 0.3s linear infinite;
      background: url("../img/tick.svg") repeat-x center left/15px auto; }
      /* line 283, ../sass/layout/_global.sass */
      .intro .contenedor-1180 .picos.second {
        bottom: -25px;
        left: 12%; }
        @media screen and (max-width: 450px) {
          /* line 283, ../sass/layout/_global.sass */
          .intro .contenedor-1180 .picos.second {
            left: auto;
            right: 12%; } }
      @media screen and (max-width: 450px) {
        /* line 276, ../sass/layout/_global.sass */
        .intro .contenedor-1180 .picos {
          right: 0;
          left: auto; } }
    /* line 292, ../sass/layout/_global.sass */
    .intro .contenedor-1180 .circulo-bg-intro {
      width: 15vw;
      height: 15vw;
      border-radius: 50%;
      background: #fff;
      opacity: 0.2;
      position: absolute;
      left: calc( (100% - 15vw) /2 );
      top: 30%; }
      @media screen and (max-width: 821px) {
        /* line 292, ../sass/layout/_global.sass */
        .intro .contenedor-1180 .circulo-bg-intro {
          width: 30vw;
          height: 30vw;
          left: calc( (100% - 30vw) /2 ); } }
      @media screen and (max-width: 450px) {
        /* line 292, ../sass/layout/_global.sass */
        .intro .contenedor-1180 .circulo-bg-intro {
          width: 60vw;
          height: 60vw;
          left: calc( (100% - 60vw) /2 );
          top: 20%; } }
    /* line 310, ../sass/layout/_global.sass */
    .intro .contenedor-1180 .contenido-intro {
      width: 100%;
      margin: 0 auto;
      position: relative;
      padding-top: 120px;
      padding-bottom: 70px; }
      @media screen and (max-width: 1181px) {
        /* line 310, ../sass/layout/_global.sass */
        .intro .contenedor-1180 .contenido-intro {
          padding-top: 70px; } }
      @media screen and (max-width: 821px) {
        /* line 310, ../sass/layout/_global.sass */
        .intro .contenedor-1180 .contenido-intro {
          width: 90%;
          padding-top: 70px; } }
      /* line 321, ../sass/layout/_global.sass */
      .intro .contenedor-1180 .contenido-intro .titulo-intro {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        color: #fff; }
        @media screen and (max-width: 821px) {
          /* line 321, ../sass/layout/_global.sass */
          .intro .contenedor-1180 .contenido-intro .titulo-intro {
            margin-bottom: 30px; } }
        @media screen and (max-width: 1181px) {
          /* line 328, ../sass/layout/_global.sass */
          .intro .contenedor-1180 .contenido-intro .titulo-intro .grande {
            font-size: 340%; } }
        @media screen and (max-width: 450px) {
          /* line 328, ../sass/layout/_global.sass */
          .intro .contenedor-1180 .contenido-intro .titulo-intro .grande {
            font-size: 340%; } }
      /* line 333, ../sass/layout/_global.sass */
      .intro .contenedor-1180 .contenido-intro .bajada-intro {
        width: 50%;
        margin: 35px auto 0 auto;
        color: #000;
        font-size: 130%;
        line-height: 1.5;
        font-size: 700;
        text-align: center; }
        @media screen and (max-width: 450px) {
          /* line 333, ../sass/layout/_global.sass */
          .intro .contenedor-1180 .contenido-intro .bajada-intro {
            font-size: 140%;
            width: 90%; } }
    /* line 344, ../sass/layout/_global.sass */
    .intro .contenedor-1180 .link-que-hacemos {
      width: auto;
      position: absolute;
      bottom: 0;
      right: 5%;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-end;
      align-items: center;
      align-content: center;
      text-transform: uppercase;
      font-weight: 900;
      cursor: pointer; }
      @media screen and (max-width: 821px) {
        /* line 344, ../sass/layout/_global.sass */
        .intro .contenedor-1180 .link-que-hacemos {
          display: none; } }
      /* line 355, ../sass/layout/_global.sass */
      .intro .contenedor-1180 .link-que-hacemos span {
        text-decoration: underline; }
      /* line 357, ../sass/layout/_global.sass */
      .intro .contenedor-1180 .link-que-hacemos .flecha {
        width: 15px;
        margin: 0 0 0 10px;
        transition: all 0.3s ease; }
      /* line 362, ../sass/layout/_global.sass */
      .intro .contenedor-1180 .link-que-hacemos:hover .flecha {
        transform: translateX(5px); }

/* line 366, ../sass/layout/_global.sass */
.que-hacemos {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: #27c2a5;
  z-index: 600;
  transform: translateX(120%);
  transition: all 0.5s ease; }
  @media screen and (max-width: 821px) {
    /* line 366, ../sass/layout/_global.sass */
    .que-hacemos {
      height: auto;
      transform: translateY(0);
      position: relative; } }
  /* line 380, ../sass/layout/_global.sass */
  .que-hacemos.active {
    transform: translateX(0); }
  /* line 382, ../sass/layout/_global.sass */
  .que-hacemos .contenedor-1180 {
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center; }
  /* line 385, ../sass/layout/_global.sass */
  .que-hacemos .carrousel-servicios {
    width: 90%;
    margin: 50px auto 0 auto; }
    /* line 388, ../sass/layout/_global.sass */
    .que-hacemos .carrousel-servicios .servicio {
      width: 100%;
      overflow: hidden;
      position: relative;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
      align-content: flex-start; }
      @media screen and (max-width: 821px) {
        /* line 388, ../sass/layout/_global.sass */
        .que-hacemos .carrousel-servicios .servicio {
          padding: 35px 0;
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: center;
          align-content: center; } }
      @media screen and (max-width: 450px) {
        /* line 388, ../sass/layout/_global.sass */
        .que-hacemos .carrousel-servicios .servicio {
          min-height: 70vh; } }
      /* line 398, ../sass/layout/_global.sass */
      .que-hacemos .carrousel-servicios .servicio .img-servicio {
        width: 43%; }
        @media screen and (max-width: 821px) {
          /* line 398, ../sass/layout/_global.sass */
          .que-hacemos .carrousel-servicios .servicio .img-servicio {
            width: 60%;
            margin: 0 auto;
            opacity: 0.2; } }
        @media screen and (max-width: 450px) {
          /* line 398, ../sass/layout/_global.sass */
          .que-hacemos .carrousel-servicios .servicio .img-servicio {
            width: 80%; } }
      /* line 406, ../sass/layout/_global.sass */
      .que-hacemos .carrousel-servicios .servicio .contenido-servicio {
        width: 53%; }
        @media screen and (max-width: 821px) {
          /* line 406, ../sass/layout/_global.sass */
          .que-hacemos .carrousel-servicios .servicio .contenido-servicio {
            width: 100%;
            position: absolute;
            top: 0;
            left: 0; } }
        /* line 413, ../sass/layout/_global.sass */
        .que-hacemos .carrousel-servicios .servicio .contenido-servicio .flecha-fondo {
          width: 20%;
          position: absolute;
          bottom: 0;
          right: 0;
          opacity: 0.5; }
        /* line 419, ../sass/layout/_global.sass */
        .que-hacemos .carrousel-servicios .servicio .contenido-servicio .titulo-servicio {
          width: 100%;
          margin-bottom: 50px;
          margin-top: 100px;
          text-align: left;
          display: flex;
          flex-direction: column;
          flex-wrap: wrap;
          justify-content: flex-start;
          align-items: flex-start;
          align-content: flex-start; }
          /* line 426, ../sass/layout/_global.sass */
          .que-hacemos .carrousel-servicios .servicio .contenido-servicio .titulo-servicio.contenidos .grande {
            font-size: 470%; }
            @media screen and (max-width: 450px) {
              /* line 426, ../sass/layout/_global.sass */
              .que-hacemos .carrousel-servicios .servicio .contenido-servicio .titulo-servicio.contenidos .grande {
                font-size: 300%; } }
          /* line 430, ../sass/layout/_global.sass */
          .que-hacemos .carrousel-servicios .servicio .contenido-servicio .titulo-servicio .chico {
            width: 100%;
            color: #000;
            transform: translateX(-20%); }
            @media screen and (max-width: 821px) {
              /* line 430, ../sass/layout/_global.sass */
              .que-hacemos .carrousel-servicios .servicio .contenido-servicio .titulo-servicio .chico {
                transform: translateX(0); } }
          /* line 436, ../sass/layout/_global.sass */
          .que-hacemos .carrousel-servicios .servicio .contenido-servicio .titulo-servicio .grande {
            width: 100%;
            color: #fff;
            transform: translateX(-10%); }
            @media screen and (max-width: 1181px) {
              /* line 436, ../sass/layout/_global.sass */
              .que-hacemos .carrousel-servicios .servicio .contenido-servicio .titulo-servicio .grande {
                font-size: 340%; } }
            @media screen and (max-width: 821px) {
              /* line 436, ../sass/layout/_global.sass */
              .que-hacemos .carrousel-servicios .servicio .contenido-servicio .titulo-servicio .grande {
                transform: translateX(0);
                font-size: 340%; } }
        /* line 445, ../sass/layout/_global.sass */
        .que-hacemos .carrousel-servicios .servicio .contenido-servicio .desc-servicio {
          width: 100%;
          color: #fff;
          font-size: 120%;
          line-height: 1.5;
          text-align: left; }
          @media screen and (max-width: 450px) {
            /* line 445, ../sass/layout/_global.sass */
            .que-hacemos .carrousel-servicios .servicio .contenido-servicio .desc-servicio {
              font-size: 140%; } }
      /* line 453, ../sass/layout/_global.sass */
      .que-hacemos .carrousel-servicios .servicio .avion {
        width: 80px;
        position: absolute;
        top: 0;
        right: 7%;
        animation: float 3s infinite ease-out; }
        @media screen and (max-width: 450px) {
          /* line 453, ../sass/layout/_global.sass */
          .que-hacemos .carrousel-servicios .servicio .avion {
            right: 0;
            width: 40px; } }
      /* line 462, ../sass/layout/_global.sass */
      .que-hacemos .carrousel-servicios .servicio .zigzag {
        position: absolute;
        bottom: 45px;
        left: 36%;
        width: 100px;
        height: 15px;
        background: url(../img/zigzag.svg) left top repeat-x;
        animation: zigzag 0.6s linear infinite; }
        @media screen and (max-width: 821px) {
          /* line 462, ../sass/layout/_global.sass */
          .que-hacemos .carrousel-servicios .servicio .zigzag {
            left: 0; } }

/* line 474, ../sass/layout/_global.sass */
.nuestro-director {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: #27c2a5;
  z-index: 700;
  transform: translateX(120%);
  transition: all 0.5s ease; }
  @media screen and (max-width: 821px) {
    /* line 474, ../sass/layout/_global.sass */
    .nuestro-director {
      height: auto;
      transform: translateY(0);
      position: relative; } }
  /* line 488, ../sass/layout/_global.sass */
  .nuestro-director.active {
    transform: translateX(0); }
  /* line 490, ../sass/layout/_global.sass */
  .nuestro-director .carrousel-quienes, .nuestro-director .director-wrapper {
    width: 100%;
    height: 100%; }
    /* line 493, ../sass/layout/_global.sass */
    .nuestro-director .carrousel-quienes .integrante, .nuestro-director .director-wrapper .integrante {
      overflow: hidden;
      position: relative; }
      @media screen and (max-width: 450px) {
        /* line 493, ../sass/layout/_global.sass */
        .nuestro-director .carrousel-quienes .integrante, .nuestro-director .director-wrapper .integrante {
          min-height: 70vh; } }
      /* line 507, ../sass/layout/_global.sass */
      .nuestro-director .carrousel-quienes .integrante .foto-integrante, .nuestro-director .director-wrapper .integrante .foto-integrante {
        height: 101vh;
        width: auto;
        overflow: hidden; }
        @media screen and (max-width: 450px) {
          /* line 507, ../sass/layout/_global.sass */
          .nuestro-director .carrousel-quienes .integrante .foto-integrante, .nuestro-director .director-wrapper .integrante .foto-integrante {
            transform: translateX(-20%);
            opacity: 0.8;
            overflow: visible; } }
        /* line 515, ../sass/layout/_global.sass */
        .nuestro-director .carrousel-quienes .integrante .foto-integrante img, .nuestro-director .director-wrapper .integrante .foto-integrante img {
          height: 105%;
          width: auto; }
          @media screen and (max-width: 821px) {
            /* line 515, ../sass/layout/_global.sass */
            .nuestro-director .carrousel-quienes .integrante .foto-integrante img, .nuestro-director .director-wrapper .integrante .foto-integrante img {
              height: 100%; } }
      /* line 520, ../sass/layout/_global.sass */
      .nuestro-director .carrousel-quienes .integrante .contenido-integrante, .nuestro-director .director-wrapper .integrante .contenido-integrante {
        position: absolute;
        top: 0;
        left: 50vw;
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        color: #fff; }
        @media screen and (max-width: 821px) {
          /* line 520, ../sass/layout/_global.sass */
          .nuestro-director .carrousel-quienes .integrante .contenido-integrante, .nuestro-director .director-wrapper .integrante .contenido-integrante {
            width: 60%;
            left: 5vw; } }
        @media screen and (max-width: 450px) {
          /* line 520, ../sass/layout/_global.sass */
          .nuestro-director .carrousel-quienes .integrante .contenido-integrante, .nuestro-director .director-wrapper .integrante .contenido-integrante {
            width: 90%;
            left: 5vw;
            justify-content: flex-start; } }
        /* line 535, ../sass/layout/_global.sass */
        .nuestro-director .carrousel-quienes .integrante .contenido-integrante .titulo-integrante, .nuestro-director .director-wrapper .integrante .contenido-integrante .titulo-integrante {
          width: 100%;
          margin-bottom: 10px;
          text-align: left; }
          @media screen and (max-width: 450px) {
            /* line 535, ../sass/layout/_global.sass */
            .nuestro-director .carrousel-quienes .integrante .contenido-integrante .titulo-integrante, .nuestro-director .director-wrapper .integrante .contenido-integrante .titulo-integrante {
              margin-top: 100px;
              font-size: 150%; } }
          /* line 542, ../sass/layout/_global.sass */
          .nuestro-director .carrousel-quienes .integrante .contenido-integrante .titulo-integrante .grande, .nuestro-director .director-wrapper .integrante .contenido-integrante .titulo-integrante .grande {
            width: 100%; }
          /* line 544, ../sass/layout/_global.sass */
          .nuestro-director .carrousel-quienes .integrante .contenido-integrante .titulo-integrante .chico, .nuestro-director .director-wrapper .integrante .contenido-integrante .titulo-integrante .chico {
            width: 100%;
            padding-left: 20%;
            transform: translateY(-20px);
            color: #000; }
        /* line 549, ../sass/layout/_global.sass */
        .nuestro-director .carrousel-quienes .integrante .contenido-integrante .desc-integrante, .nuestro-director .director-wrapper .integrante .contenido-integrante .desc-integrante {
          width: 75%;
          margin-left: 10%;
          text-align: left;
          font-size: 120%;
          line-height: 1.3; }
          @media screen and (max-width: 821px) {
            /* line 549, ../sass/layout/_global.sass */
            .nuestro-director .carrousel-quienes .integrante .contenido-integrante .desc-integrante, .nuestro-director .director-wrapper .integrante .contenido-integrante .desc-integrante {
              width: 85%; } }
          @media screen and (max-width: 450px) {
            /* line 549, ../sass/layout/_global.sass */
            .nuestro-director .carrousel-quienes .integrante .contenido-integrante .desc-integrante, .nuestro-director .director-wrapper .integrante .contenido-integrante .desc-integrante {
              margin-left: 0;
              font-size: 150%; } }
          /* line 560, ../sass/layout/_global.sass */
          .nuestro-director .carrousel-quienes .integrante .contenido-integrante .desc-integrante .puesto, .nuestro-director .director-wrapper .integrante .contenido-integrante .desc-integrante .puesto {
            font-weight: 700;
            font-size: 130%;
            color: #ffc002;
            margin-bottom: 25px; }
        /* line 565, ../sass/layout/_global.sass */
        .nuestro-director .carrousel-quienes .integrante .contenido-integrante .icono-integrante, .nuestro-director .director-wrapper .integrante .contenido-integrante .icono-integrante {
          width: 50px;
          position: absolute;
          right: 0;
          top: 0; }
  /* line 570, ../sass/layout/_global.sass */
  .nuestro-director .navegacion-carrousel {
    width: 100%;
    position: absolute;
    bottom: 8vh;
    left: 0; }
    @media screen and (max-width: 821px) {
      /* line 570, ../sass/layout/_global.sass */
      .nuestro-director .navegacion-carrousel {
        bottom: 5px; } }
    /* line 577, ../sass/layout/_global.sass */
    .nuestro-director .navegacion-carrousel .base-nav {
      width: 21%;
      margin-left: 3%; }
      @media screen and (max-width: 450px) {
        /* line 577, ../sass/layout/_global.sass */
        .nuestro-director .navegacion-carrousel .base-nav {
          width: 40%;
          margin-left: 60%; } }
    /* line 583, ../sass/layout/_global.sass */
    .nuestro-director .navegacion-carrousel .contenido-nav {
      width: 65%;
      position: absolute;
      top: 0;
      left: 12%;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center;
      align-content: center; }
      @media screen and (max-width: 821px) {
        /* line 583, ../sass/layout/_global.sass */
        .nuestro-director .navegacion-carrousel .contenido-nav {
          display: none; } }
      /* line 591, ../sass/layout/_global.sass */
      .nuestro-director .navegacion-carrousel .contenido-nav .item-nav {
        width: 11%;
        margin-right: 5%;
        cursor: pointer;
        opacity: 0.8;
        transition: all 0.3s ease; }
        /* line 597, ../sass/layout/_global.sass */
        .nuestro-director .navegacion-carrousel .contenido-nav .item-nav:hover {
          opacity: 1; }

/* line 603, ../sass/layout/_global.sass */
.contacto {
  width: 100%;
  height: 100vh;
  padding-top: 70px;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffc002;
  z-index: 800;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  transform: translateX(120%);
  transition: all 0.5s ease; }
  @media screen and (max-width: 821px) {
    /* line 603, ../sass/layout/_global.sass */
    .contacto {
      height: auto;
      transform: translateY(0);
      position: relative;
      padding-bottom: 70px; } }
  /* line 620, ../sass/layout/_global.sass */
  .contacto.active {
    transform: translateX(0); }
  /* line 622, ../sass/layout/_global.sass */
  .contacto .contenedor-1180 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center; }
    @media screen and (max-width: 1181px) {
      /* line 622, ../sass/layout/_global.sass */
      .contacto .contenedor-1180 {
        padding: 0 5vw; } }
  /* line 626, ../sass/layout/_global.sass */
  .contacto .intro-contacto {
    width: 55%;
    margin: 0 auto;
    font-size: 50%; }
    @media screen and (max-width: 821px) {
      /* line 626, ../sass/layout/_global.sass */
      .contacto .intro-contacto {
        width: 70%; } }
    @media screen and (max-width: 450px) {
      /* line 626, ../sass/layout/_global.sass */
      .contacto .intro-contacto {
        width: 100%;
        font-size: 70%; } }
    /* line 635, ../sass/layout/_global.sass */
    .contacto .intro-contacto h2 {
      display: none; }
    /* line 637, ../sass/layout/_global.sass */
    .contacto .intro-contacto .grande {
      width: 100%;
      color: #fff;
      text-align: center;
      margin-bottom: 15px; }
    /* line 642, ../sass/layout/_global.sass */
    .contacto .intro-contacto .chico {
      width: 100%;
      text-align: center; }
  /* line 645, ../sass/layout/_global.sass */
  .contacto .contacto-info {
    width: auto;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 25px;
    padding: 50px 35px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.3); }
    /* line 653, ../sass/layout/_global.sass */
    .contacto .contacto-info .contacto-dato {
      width: auto;
      font-size: 130%;
      font-weight: 800; }
      /* line 657, ../sass/layout/_global.sass */
      .contacto .contacto-info .contacto-dato a {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        gap: 10px;
        transition: filter 0.3s ease; }
        @media screen and (max-width: 450px) {
          /* line 657, ../sass/layout/_global.sass */
          .contacto .contacto-info .contacto-dato a {
            display: flex;
            flex-direction: colmun;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            align-content: center; } }
        /* line 663, ../sass/layout/_global.sass */
        .contacto .contacto-info .contacto-dato a:hover {
          filter: brightness(0) invert(0.2); }
      /* line 665, ../sass/layout/_global.sass */
      .contacto .contacto-info .contacto-dato img {
        width: 25px;
        margin: 0; }
      @media screen and (max-width: 450px) {
        /* line 668, ../sass/layout/_global.sass */
        .contacto .contacto-info .contacto-dato span {
          width: 100%;
          text-align: center; } }
    /* line 672, ../sass/layout/_global.sass */
    .contacto .contacto-info .contacto-redes {
      width: 100%;
      margin-top: 50px;
      font-size: 150%;
      font-weight: 800; }
      /* line 677, ../sass/layout/_global.sass */
      .contacto .contacto-info .contacto-redes h5 {
        width: 100%;
        text-align: center; }
      /* line 680, ../sass/layout/_global.sass */
      .contacto .contacto-info .contacto-redes .redes-sociales {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        gap: 25px;
        margin-top: 25px; }
        /* line 685, ../sass/layout/_global.sass */
        .contacto .contacto-info .contacto-redes .redes-sociales a {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          justify-content: flex-start;
          align-items: center;
          align-content: center;
          gap: 10px;
          font-size: 90%;
          color: #fff;
          transition: filter 0.3s ease; }
          /* line 691, ../sass/layout/_global.sass */
          .contacto .contacto-info .contacto-redes .redes-sociales a:hover {
            filter: brightness(0) invert(0.3); }
        /* line 693, ../sass/layout/_global.sass */
        .contacto .contacto-info .contacto-redes .redes-sociales img {
          width: 40px;
          margin: 0; }
  /* line 697, ../sass/layout/_global.sass */
  .contacto form {
    width: 49%;
    margin: 25px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center; }
    @media screen and (max-width: 821px) {
      /* line 697, ../sass/layout/_global.sass */
      .contacto form {
        width: 80%; } }
    @media screen and (max-width: 450px) {
      /* line 697, ../sass/layout/_global.sass */
      .contacto form {
        width: 100%; } }
    /* line 705, ../sass/layout/_global.sass */
    .contacto form fieldset {
      width: 48%;
      margin-bottom: 5px; }
      @media screen and (max-width: 450px) {
        /* line 705, ../sass/layout/_global.sass */
        .contacto form fieldset {
          width: 100%; } }
      /* line 710, ../sass/layout/_global.sass */
      .contacto form fieldset input {
        width: 100%;
        background: none;
        border: 2px solid #fff;
        color: #fff;
        margin-bottom: 5px;
        padding: 10px;
        outline: none;
        font-family: "Nunito", Arial, sans-serif;
        font-weight: 700; }
        /* line 720, ../sass/layout/_global.sass */
        .contacto form fieldset input::placeholder {
          color: #fff; }
      /* line 722, ../sass/layout/_global.sass */
      .contacto form fieldset .error {
        width: 100%;
        color: #000;
        font-size: 90%; }
    /* line 726, ../sass/layout/_global.sass */
    .contacto form textarea {
      width: 100%;
      min-height: 150px;
      margin-bottom: 10px;
      padding: 10px;
      outline: none;
      background: none;
      border: 2px solid #fff;
      color: #fff;
      font-family: "Nunito", Arial, sans-serif;
      font-weight: 700; }
      /* line 737, ../sass/layout/_global.sass */
      .contacto form textarea::placeholder {
        color: #fff; }
    /* line 739, ../sass/layout/_global.sass */
    .contacto form .btn-enviar {
      width: 30%;
      margin-left: 70%;
      background: #000;
      color: #fff;
      font-family: "Nunito", Arial, sans-serif;
      text-transform: uppercase;
      font-weight: 700;
      padding: 10px;
      border: none;
      outline: none;
      cursor: pointer;
      transition: all 0.3s ease; }
      /* line 752, ../sass/layout/_global.sass */
      .contacto form .btn-enviar:hover {
        background: #fff;
        color: #ffc002; }
    /* line 755, ../sass/layout/_global.sass */
    .contacto form .mensaje-success {
      width: 100%;
      margin-top: 15px;
      color: #009e6b;
      font-size: 100%;
      line-height: 1.3;
      text-align: center;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      align-content: center; }
      /* line 763, ../sass/layout/_global.sass */
      .contacto form .mensaje-success .success-icono {
        display: none;
        width: 20px;
        margin-right: 10px; }

/* line 1, ../sass/layout/_header.sass */
header {
  width: 100%;
  padding: 30px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  transition: all 0.3s ease; }
  @media screen and (max-width: 1181px) {
    /* line 1, ../sass/layout/_header.sass */
    header {
      padding: 30px 5vw; } }
  @media screen and (max-width: 450px) {
    /* line 1, ../sass/layout/_header.sass */
    header {
      padding: 20px 0; } }
  @media screen and (max-width: 450px) {
    /* line 14, ../sass/layout/_header.sass */
    header .contenedor-1180 {
      width: 95%; } }
  /* line 17, ../sass/layout/_header.sass */
  header.sticky {
    padding: 10px 0;
    background: #fff;
    box-shadow: -2px 10px 16px 0px rgba(0, 0, 0, 0.1); }
    /* line 21, ../sass/layout/_header.sass */
    header.sticky .logo {
      filter: none; }
    /* line 23, ../sass/layout/_header.sass */
    header.sticky nav ul li {
      color: #000; }
      /* line 25, ../sass/layout/_header.sass */
      header.sticky nav ul li:last-of-type {
        color: #fff; }
  /* line 27, ../sass/layout/_header.sass */
  header .logo {
    width: 18%;
    transition: all 0.3s ease;
    position: relative;
    z-index: 500;
    filter: brightness(0) invert(1);
    cursor: pointer; }
    /* line 34, ../sass/layout/_header.sass */
    header .logo:hover {
      transform: translateX(3px); }
    @media screen and (max-width: 821px) {
      /* line 27, ../sass/layout/_header.sass */
      header .logo {
        width: 25%; } }
    @media screen and (max-width: 450px) {
      /* line 27, ../sass/layout/_header.sass */
      header .logo {
        width: 30%; } }
  /* line 40, ../sass/layout/_header.sass */
  header .hamburger {
    display: none;
    padding: 13px 10px;
    cursor: pointer;
    z-index: 1500;
    transition: all 0.3s ease; }
    /* line 47, ../sass/layout/_header.sass */
    header .hamburger:hover .bar {
      background: #ffc002; }
    @media screen and (max-width: 450px) {
      /* line 40, ../sass/layout/_header.sass */
      header .hamburger {
        display: block; } }
    /* line 51, ../sass/layout/_header.sass */
    header .hamburger .bar {
      width: 30px;
      height: 2px;
      background: #ffc002;
      display: block;
      margin-bottom: 6px;
      transform-origin: 0% 0%;
      transition: all 0.3s ease-in-out; }
      /* line 59, ../sass/layout/_header.sass */
      header .hamburger .bar.active {
        background: #6d6e70;
        transition: all 0.3s ease; }
        /* line 62, ../sass/layout/_header.sass */
        header .hamburger .bar.active:nth-of-type(1) {
          transform: translateX(5px) translateY(0px) rotate(45deg); }
        /* line 64, ../sass/layout/_header.sass */
        header .hamburger .bar.active:nth-of-type(2) {
          opacity: 0; }
        /* line 66, ../sass/layout/_header.sass */
        header .hamburger .bar.active:nth-of-type(3) {
          transform: translateX(4px) translateY(5px) rotate(-45deg); }

/* line 69, ../sass/layout/_header.sass */
nav {
  width: auto;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center; }
  @media screen and (max-width: 450px) {
    /* line 69, ../sass/layout/_header.sass */
    nav {
      max-width: 70%; } }
  /* line 85, ../sass/layout/_header.sass */
  nav.active {
    transform: translateY(0); }
  /* line 89, ../sass/layout/_header.sass */
  nav.desktop ul li {
    padding: 10px 15px !important; }
  /* line 91, ../sass/layout/_header.sass */
  nav ul {
    width: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    gap: 35px;
    color: #fff;
    font-weight: 600;
    font-size: 105%; }
    @media screen and (max-width: 821px) {
      /* line 91, ../sass/layout/_header.sass */
      nav ul {
        justify-content: flex-end; } }
    @media screen and (max-width: 450px) {
      /* line 91, ../sass/layout/_header.sass */
      nav ul {
        font-size: 125%;
        line-height: 2;
        gap: 0; } }
    /* line 104, ../sass/layout/_header.sass */
    nav ul li {
      width: auto;
      cursor: pointer; }
      /* line 107, ../sass/layout/_header.sass */
      nav ul li a {
        padding: 10px 15px; }
        @media screen and (max-width: 450px) {
          /* line 107, ../sass/layout/_header.sass */
          nav ul li a {
            padding: 6px 12px; } }
      /* line 111, ../sass/layout/_header.sass */
      nav ul li:hover {
        text-decoration: underline; }
      /* line 113, ../sass/layout/_header.sass */
      nav ul li.active {
        background: #000;
        color: #fff !important; }
      /* line 116, ../sass/layout/_header.sass */
      nav ul li:last-of-type {
        background: #ffc002;
        text-transform: uppercase;
        border-radius: 5px;
        margin-left: 10px;
        letter-spacing: 1px;
        font-weight: 700;
        transition: all 0.3s ease;
        padding: 0; }
        /* line 125, ../sass/layout/_header.sass */
        nav ul li:last-of-type a {
          padding: 10px 15px;
          display: block; }
          @media screen and (max-width: 450px) {
            /* line 125, ../sass/layout/_header.sass */
            nav ul li:last-of-type a {
              padding: 6px 12px; } }
        /* line 130, ../sass/layout/_header.sass */
        nav ul li:last-of-type:hover {
          text-decoration: none;
          background: #000; }
          @media screen and (max-width: 450px) {
            /* line 130, ../sass/layout/_header.sass */
            nav ul li:last-of-type:hover {
              background: #ffc002; } }
        /* line 135, ../sass/layout/_header.sass */
        nav ul li:last-of-type.active {
          background: #000; }
        @media screen and (max-width: 450px) {
          /* line 116, ../sass/layout/_header.sass */
          nav ul li:last-of-type {
            font-size: 70%; } }

/* line 140, ../sass/layout/_header.sass */
.idioma__wrapper {
  width: auto;
  margin-left: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  gap: 16px; }
  @media screen and (max-width: 450px) {
    /* line 140, ../sass/layout/_header.sass */
    .idioma__wrapper {
      margin-left: 16px;
      gap: 12px; } }
  /* line 148, ../sass/layout/_header.sass */
  .idioma__wrapper .icono-idioma {
    width: 32px;
    border-radius: 100%; }
    @media screen and (max-width: 450px) {
      /* line 148, ../sass/layout/_header.sass */
      .idioma__wrapper .icono-idioma {
        width: 24px; } }
    /* line 153, ../sass/layout/_header.sass */
    .idioma__wrapper .icono-idioma.active {
      border: 3px solid #ffc002; }
    /* line 155, ../sass/layout/_header.sass */
    .idioma__wrapper .icono-idioma:not(.active) {
      transition: transform 0.3s ease; }
      /* line 157, ../sass/layout/_header.sass */
      .idioma__wrapper .icono-idioma:not(.active):hover {
        transform: scale(1.1); }

/* line 1, ../sass/layout/_footer.sass */
footer {
  width: 100%;
  padding: 50px 0;
  background: #fff; }
