@charset "UTF-8";
/* Sass Document */
*::-moz-selection {
  background: #f1f1f2;
  color: #555; }
*::selection {
  background: #f1f1f2;
  color: #555; }

body {
  font-size: 16px;
  line-height: 23px;
  font-family: "work-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  color: #0F1921; }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000; }
  a:hover {
    text-decoration: none;
    color: #000; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

/*------------------------------------base------------------------------------- */
.f10 {
  font-size: 10px; }

.f12 {
  font-size: 12px; }

.f14 {
  font-size: 14px; }

.negro {
  color: #000; }

.blanco {
  color: #ffffff; }

.azulf {
  color: #0F1921; }

.azul {
  color: #1D53AC; }

.grisc {
  color: #E5E7EA; }

.dorado {
  color: #5BCF80; }

.bg-negro {
  background: #000; }

.bg-blanco {
  background: #ffffff; }

.bg-azulf {
  background: #0F1921; }

.bg-azul {
  background: #1D53AC; }

.bg-grisc {
  background: #E5E7EA; }

.bold {
  font-family: "work-sans", sans-serif;
  font-weight: 600;
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-family: "work-sans", sans-serif;
  font-weight: 600;
  font-style: normal; }

/*------------------------------------fin base------------------------------------- */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0); }
  .navbar-brand {
    width: 140px; }
  .navbar .nav-link {
    color: #a1a1a1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 19px; }
    .navbar .nav-link:hover {
      color: #ffffff; }
    .navbar .nav-link.active {
      color: #ffffff; }
    .navbar .nav-link.btn--uno {
      background: #1D53AC;
      color: #ffffff;
      padding: 15px 30px; }
  .navbar .navbar-toggler {
    width: 60px; }
  .navbar.fijo {
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px); }
    .navbar.fijo .navbar-brand {
      width: 100px; }
      .navbar.fijo .navbar-brand svg .st0 {
        fill: #0F1921; }
    .navbar.fijo .nav-link:hover {
      color: #0F1921; }
    .navbar.fijo .nav-link.active {
      color: #0F1921; }
    .navbar.fijo .navbar-toggler .st0 {
      fill: #0F1921; }
    .navbar.fijo .navbar-collapse.bg- {
      background: transparent; }

.navbar-collapse.bg- {
  background: #0F1921; }

.btn--tres {
  color: #5BCF80; }

.btn--cuatro {
  color: #808080; }

.btn--tres2 {
  padding: 15px 30px;
  display: inline-block;
  color: #ffffff;
  border: 1px solid #ffffff; }

.btn--tres3 {
  padding: 15px 30px;
  display: inline-block;
  color: #1D53AC;
  border: 1px solid #1D53AC; }

.btn--negro {
  background: #000;
  color: #ffffff;
  padding: 15px 30px; }
.btn--negro:hover{
  color: #fff;
}

.caption {
  position: absolute;
  z-index: 2;
  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;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center; }

.cursor {
  pointer-events: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  opacity: 0;
  width: 10px;
  height: 10px; }

.cursor.moving {
  opacity: 1; }

.cursor::before {
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #ffffff;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear; }

.cursor.expand::before {
  opacity: 0; }

.node {
  pointer-events: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  opacity: 0;
  width: 32px;
  height: 32px; }

.node.moving {
  opacity: 1; }

.node::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: transparent;
  border-radius: 50%;
  top: 0;
  left: 0;
  border: 1px solid #1D53AC;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 1;
  mix-blend-mode: difference;
  -webkit-transition: opacity 300ms linear, border 300ms linear, background-color 300ms linear, -webkit-transform 300ms linear;
  transition: opacity 300ms linear, border 300ms linear, background-color 300ms linear, -webkit-transform 300ms linear;
  transition: opacity 300ms linear, transform 300ms linear, border 300ms linear, background-color 300ms linear;
  transition: opacity 300ms linear, transform 300ms linear, border 300ms linear, background-color 300ms linear, -webkit-transform 300ms linear; }

.node.expand::before {
  height: 100px;
  width: 100px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  opacity: 1;
  border: 0;
  content: "ver más";
  font-size: 12px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  mix-blend-mode: exclusion; }

.pos-1 {
  position: absolute;
  bottom: 0px;
  z-index: 3;
  margin: auto;
  left: 0;
  right: 0; }

.servicios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 400px;
  color: #ffffff; }
  .servicios a {
    color: #ffffff; }
  .servicios--cuadro {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
  .servicios--uno {
    background: url(../images/isa-servicio-1.jpg) no-repeat center/cover; }
    .servicios--uno:hover {
      background: url(../images/isa-servicio-1-b.jpg) no-repeat center/cover; }
      .servicios--uno:hover .oculto {
        height: 220px; }
  .servicios--dos {
    background: url(../images/isa-servicio-2.jpg) no-repeat center/cover; }
    .servicios--dos:hover {
      background: url(../images/isa-servicio-2-b.jpg) no-repeat center/cover; }
      .servicios--dos:hover .oculto {
        height: 200px; }
  .servicios--tres {
    background: url(../images/isa-servicio-3.jpg) no-repeat center/cover; }
    .servicios--tres:hover {
      background: url(../images/isa-servicio-3-b.jpg) no-repeat center/cover; }
      .servicios--tres:hover .oculto {
        height: 200px; }
  .servicios--cuatro {
    background: url(../images/isa-servicio-4.jpg) no-repeat center/cover; }
    .servicios--cuatro:hover {
      background: url(../images/isa-servicio-4-b.jpg) no-repeat center/cover; }
      .servicios--cuatro:hover .oculto {
        height: 200px; }
  .servicios .oculto {
    overflow: hidden;
    height: 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.bgicolor--1 {
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(25%, white), color-stop(25%, #e5e7ea), to(#e5e7ea));
  background: linear-gradient(0deg, white 0%, white 25%, #e5e7ea 25%, #e5e7ea 100%); }

.videos--v {
  position: relative; }
  .videos--v .play {
    position: absolute;
    z-index: 2;
    width: 60px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.videos--titulo {
  text-align: center;
  padding: 20px;
  background: #1D53AC;
  color: #ffffff; }
  .videos--titulo p {
    margin: 0; }

.banner {
  background: url(../images/bg-banner.jpg) no-repeat center/cover; }

.footer {
  color: #888; }
  .footer a {
    color: #888; }
  .footer--logo {
    width: 150px; }

.input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #666;
  padding: 10px;
  margin: 0 0 10px 0; }

select {
  padding: 12px !important;
  background: #ffffff; }

input[type="submit"] {
  background: #1D53AC;
  color: #ffffff;
  padding: 15px 30px;
  border: 0; }

.hr--vert {
  height: 100%;
  width: 1px;
  background: #666;
  margin: auto; }

.w__proy {
  position: relative; }
  .w__proy--c {
    color: #ffffff;
    padding: 20px;
    height: 350px; }
  .w__proy--c_1 {
    background: url(../images/proy--1.jpg) no-repeat center/cover; }
  .w__proy--c_2 {
    background: url(../images/proy--2.jpg) no-repeat center/cover; }
  .w__proy--c_3 {
    background: url(../images/proy--3.jpg) no-repeat center/cover; }
  .w__proy--c_4 {
    background: url(../images/proy--4.jpg) no-repeat center/cover; }
  .w__proy--c_5 {
    background: url(../images/proy--5.jpg) no-repeat center/cover; }
  .w__proy--c_6 {
    background: url(../images/proy--6.jpg) no-repeat center/cover; }
  .w__proy--c_7 {
    background: url(../images/proy--7.jpg) no-repeat center/cover; }
  .w__proy--c_8 {
    background: url(../images/proy--8.jpg) no-repeat center/cover; }
  .w__proy .ver__mas {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #24C17A;
    color: #ffffff;
    width: 140px;
    padding: 14px 20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .w__proy:hover .ver__mas {
    opacity: 1; }

.w__cola {
  position: relative;
  color: #ffffff;
  height: 200px;
  padding: 30px;
  background: url(../images/cola.jpg) no-repeat center/cover; }
  .w__cola .ver__mas {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #24C17A;
    color: #ffffff;
    width: 140px;
    padding: 14px 20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .w__cola:hover .ver__mas {
    opacity: 1; }
  .video{
    height: 780px;
  }
  
  @media (min-width: 1024px) {
    .video{
      height: 100%;
    }
    .servicios--cuadro {
    width: 25%; } }

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