/*******************  BANNER  *****************************/
section[role="banner"]{padding: 0;margin: 0;}

video, section[role="banner"] > span
{display: none;}


section[role="banner"] > div {
  display: block;
  font-size: 0;
  background-color: #0c3b3d;
  height: 100vw;
  overflow: hidden;
}

section[role="banner"] > div > div {
  height: 100vw;
  width: 100%;
  position: absolute;
  top:0;
  left: 0;
  opacity: 0;
  transition: opacity 800ms;
  background:  no-repeat center center;
  background-size: cover;
  font-size: 10vw;
  line-height: 1;
  font-weight: 700;
}

section[role="banner"] > div > div:nth-child(1) {
  background-image: url(../../images/banner.jpg);
  opacity: 1;
  font-size: 10vw;
  font-weight: 700;
}

section[role="banner"] > div > div:nth-child(1) strong {
  font-size: 5vw;
  display: inline-block;
  line-height: 130%;
  color: #c2f40c;
  font-weight: 400;
  filter: drop-shadow(1px 1px 1px #444);
}

section[role="banner"] > div > div:nth-child(2) {background-image: url(../../images/banner-2.jpg);}
section[role="banner"] > div > div:nth-child(3) {background-image: url(../../images/banner-3.jpg);}
section[role="banner"] > div > div:nth-child(4) {background-image: url(../../images/banner-4.jpg);}

section[role="banner"] div span {
  color: #fff;
  position: absolute;
  top:30%;
  left: 10%;
  width: 80%;
  -webkit-transform:translateY(-30%);
  transform:translateY(-30%);
}



section[role="banner"] > div > div:nth-child(3) span::before,
section[role="banner"] > div > div:nth-child(4) span::before {
  content: "+";
  display: inline-block;
  font-size:8vw;
  color: #c2f40c;
  font-weight: 300;
  position: absolute;
  right:100%;
  top:50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  text-align: right;
}


/* FADE IN SIN Velocity */

.spanear {
      -webkit-animation: spans 1000ms ease-out 1 forwards;
         -moz-animation: spans 1000ms ease-out 1 forwards;
              animation: spans 1000ms ease-out 1 forwards;
  }

@-webkit-keyframes spans { 0%{left: 20%; opacity: 0;} 100% { left: 10%; opacity: 1;} }
@keyframes spans { 0%{left: 20%;opacity: 0; filter:blur(15); } 100% { left: 10%;opacity: 1; filter:blur(0);  } }



@media only screen and (min-width: 960px) {

  section[role="banner"] > div {display: none;}
  section[role="banner"] > span {
    display: block;
    position: absolute;
    left: 55%;
    top:43%;
    height: 8%;
    width: 15%;
    z-index: 2

  }

  section[role="banner"]{height: 37.80vw;}

  section[role="banner"] video {
      width: 100%;
      height: auto;
      display: block;
      font-size: 0;
      white-space: inherit;
      margin: 0;
      padding: 0;
      position: relative;
  }

  section[role="banner"]::after {
      content: "";
      position: absolute;
      top:0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url(../../images/trama.svg);
      opacity: .2;
  }
}


/*********************  MAIN      *******************************/
section:nth-of-type(2) {
background: rgb(247,248,248);
background: -moz-linear-gradient(top,  rgba(247,248,248,1) 61%, rgba(232,232,232,1) 100%);
background: -webkit-linear-gradient(top,  rgba(247,248,248,1) 61%,rgba(232,232,232,1) 100%);
background: linear-gradient(to bottom,  rgba(247,248,248,1) 61%,rgba(232,232,232,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8f8', endColorstr='#e8e8e8',GradientType=0 );

}

section:nth-of-type(2) .bt {
  margin-left: 10%;
}

section:nth-of-type(2) > div {
  max-width: 1400px;
}

section:nth-of-type(2) > div > div:first-child {
  padding:60px 0 30px 0;
}

img[alt="Drone"] {
  width: 80%;
  margin: 30px 0 -30px 15%;
  display: block;
}


@media only screen and (min-width: 960px) {
  img[alt="Drone"] { margin: calc(10vh - 9vw) auto 0; width: 100%;}
}

@media only screen and (min-width: 1440px) {
  section:nth-of-type(2) > div > div:first-child {padding:0;}
}
/*********************  BV *******************************/
section:nth-of-type(3) {padding: 30px 0;}
section:nth-of-type(3) img[alt="Bureau Veritas"] {
  position: absolute;
  bottom: -1px;
  left: 0;
  max-height: 70%;
}
@media only screen and (min-width: 960px) {
  section:nth-of-type(3) p,
  section:nth-of-type(3) h2 {
    max-width: 70%;
    margin: 0 auto;
  }
}
/*********************  APLICACIONES  *******************************/
section:nth-of-type(4){text-align: center;}
section:nth-of-type(4) > div:first-child {
  background-color:#0c3b3d;
  padding:7vw 5vw;
  text-align:center;
  z-index: 0;
  position: relative;
}
img[title="Vistaguay Satelite"] {
  margin: -6vw auto 0;
  z-index: 9;
  display: block;
  position: relative;
  max-width: 360px;
  width: 80%;
}

section:nth-of-type(4) .col-4 { max-width: 1440px; margin: 60px auto;}
section:nth-of-type(4) .col-4 > div {
  text-align: center;
  position: relative;
  padding: 10px

}
section:nth-of-type(4) .col-4 img {
  width: 100%;
}
section:nth-of-type(4) .col-4 span {
  padding: 20px 8px;
  display: block;
  font-size: 20px;
  font-weight: 400;
    background-color: rgba(0,23,28,.9);
    position: absolute;
    bottom:10px;
    left: 50%;
    font-weight: 700;
    width: calc(100% - 20px);
    color: #fff;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.3);
     -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.3);
          box-shadow: 0 8px 6px -6px rgba(0,0,0,.3);
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
      transition: background-color 400ms, padding 400ms;
}

.no-touch  section:nth-of-type(4) .col-4 div:hover{
  cursor: pointer;
}
.no-touch  section:nth-of-type(4) .col-4 div:hover span {
  background-color: rgba(0,23,28,.9);
  background-color: rgba(148,187,30,.9);
  padding: 25px 8px;
}


.no-touch  section:nth-of-type(4) .col-4 div img {
  -webkit-filter: saturate(1);
  filter: saturate(1);

}

.no-touch  section:nth-of-type(4) .col-4 div:hover img{
  -webkit-filter: saturate(0);
  filter: saturate(0);
}

/*********************  ALFREDO  *******************************/
section:nth-of-type(5) {
  padding:15px 10vw 0;
}
section img[alt*="Asesor"] {
    width: 60%;
    margin:0 auto;
    display: block;
    position: relative;
}

@media only screen and (max-width: 959px) {
  section img[alt*="Asesor"] {
    border-bottom: 1px solid rgba(0,0,0,.1);
  }
}

section:nth-of-type(5)  p + div {
  margin-left: 5%;
  padding: 15px 0;
}

section:nth-of-type(5)  p + div a {
  margin-right: 15px;
}

/*********************  footer  *******************************/

  footer {
    background-color: #0c3b3d;
    text-align: center;
  }

  footer .col-6 {
    background-color: #f7f8f8;
    padding: 5vw;
  }

  footer .col-6 img {
      -webkit-filter:grayscale(1);
      filter:grayscale(1);
      opacity: .5;
      transition:opacity 1200ms;
  }

  .no-touch footer .col-6:hover img {
    -webkit-filter:grayscale(0);
    filter:grayscale(0);
    opacity: 1
  }

  footer > div:nth-of-type(2) {
    background: url(../../images/taguay.png) no-repeat center 95%;
    background-size: auto 80px;
    padding:60px 5vw 120px;
    font-size: 14px;
    color: #fff;
    line-height: 1.2
  }

  footer a {
    display: inline-block;
    color: #fff;
    border-bottom: solid 1px rgba(255,255,255,.6);

  }

  footer a:first-of-type {
    font-size: 24px;
        color: #c2f40c;
        border: none;
        padding-bottom: 8px;
  }

  @media only screen and (min-width: 960px) {
    footer {text-align: left;}
    footer > div:nth-of-type(2) {
      background-position:95% center;
      padding:100px 5vw;

    }
  }

/*********************  aside  *******************************/
aside {
  text-align: center;
  background: #00171c url(../../images/vistaguay-landscape.svg) no-repeat 2vw 5vw;
  min-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 60px 0;
}


aside h2 {font-size: 36px; font-weight: 700; color:#242424; margin-bottom: 15px; color: #fff;}
aside h3 {font-size: 28px; font-weight: 400; color:#242424; color: #fff; padding-bottom: 8px}
aside p { font-size: 24px; font-weight: 300; color: #242424;   text-align: left; border-top: solid 1px rgba(255,255,255,.5); padding: 15px 4px 0; color: #fff; padding-bottom: 5px;}



aside > div {
  width: 95%;
  margin: 0 auto;
}

aside div.col-2 {
  padding-top: 15px;
}

.wf-active aside p {font-size: 24px; font-weight: 300;}


aside span {
  font-size: 18px;
  color: #c2f40c;
  font-weight: 400;
  cursor: pointer;
  padding: 8px;

}


aside span[data-next] {
  text-align: right;
  padding-right: 30px;
  background: url(../../images/i/arrow-right_white.svg) no-repeat right center;
  background-size: auto 60%;
  width: 50%;

}

aside span[data-prev] {
  text-align: left;
  padding-left: 30px;
  background: url(../../images/i/arrow-left.svg) no-repeat left center;
  background-size: auto 60%;
  width: 50%;

}

aside span[data-close] {
  top:30px;
  right:30px;
  padding: 0;
  position: fixed;
}

@media only screen and (min-width: 960px) {
  aside {background-position: 2vw 2.5vw;}
  aside > div {
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  aside span {
    font-size: 18px;
    position: absolute;
  }

  aside span[data-next] {
    bottom:10vh;
    left: 50%;
    max-width: 40%;
  }
  aside span[data-prev] {
    bottom:10vh;
    right: 50%;
    max-width: 40%;
  }

  aside span[data-close] {
    top:2.5vw;
    right:5%;
  }

  aside h3 {margin-bottom: 8px;}

  .wf-active aside p {font-size: 20px; text-align: justify;}
  .wf-active aside h3 + p {text-align: left;}

}

@media only screen and (min-width: 1440px) {
  .wf-active aside p {font-size: 24px;}

  aside > div {
    max-width: 960px;
  }

}
