@import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,400,700");
/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {
  font: 13px 'Titillium Web', sans-serif; }

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */
/* We like off-black for text. */
body, select, input, textarea {
  color: #4D4D4D; }

a {
  color: #03f; }

a:hover {
  color: #69f; }

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection {
  background: #fcd700;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #fcd700;
  color: #fff;
  text-shadow: none; }

/*	j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #fcd700; }

ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Mozilla dosen't style placeholders by default */
input:-moz-placeholder {
  color: #a9a9a9; }

textarea:-moz-placeholder {
  color: #a9a9a9; }

/* let's give blockquotes *some* default styling, because unstyled blockquotes are dangerous */
blockquote {
  padding: 16px;
  background: #eee; }

/* Estructura */
/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px; }

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%; }

.col:first-child {
  margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span_12_of_12 {
  width: 100%; }

.span_11_of_12 {
  width: 91.53%; }

.span_10_of_12 {
  width: 83.06%; }

.span_9_of_12 {
  width: 74.6%; }

.span_8_of_12 {
  width: 66.13%; }

.span_7_of_12 {
  width: 57.66%; }

.span_6_of_12 {
  width: 49.2%; }

.span_5_of_12 {
  width: 40.73%; }

.span_4_of_12 {
  width: 32.26%; }

.span_3_of_12 {
  width: 23.8%; }

.span_2_of_12 {
  width: 15.33%; }

.span_1_of_12 {
  width: 6.866%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%; }
  .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
    width: 100%; } }

.push {
  visibility: hidden; }

@media only screen and (max-width: 480px) {
  .push {
    display: none; } }

.wsite {
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  position: relative; }

.table {
  width: 100%;
  height: 100%;
  display: table; }
  .table .table-cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle; }

.flex-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  font-size: 0; }

.page {
  position: relative; }

.wrapper {
  background-color: #F2F2EB; }

#home header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  #home header .top-head {
    padding-top: 30px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    #home header .top-head .logo-site {
      width: 230px;
      display: block; }
    #home header .top-head .main-nav ul {
      text-align: right;
      list-style: none; }
      #home header .top-head .main-nav ul li {
        display: inline-block;
        margin-left: 40px;
        font-size: 0;
        position: relative; }
        #home header .top-head .main-nav ul li ul {
          position: absolute;
          margin: 0;
          padding: 0;
          display: none;
          top: 100%;
          left: 0;
          width: max-content;
          text-align: left; }
          #home header .top-head .main-nav ul li ul li {
            border-left: 1px solid white;
            border-bottom: 1px solid white;
            padding-top: 10px;
            display: block;
            margin: 0; }
            #home header .top-head .main-nav ul li ul li a {
              font-size: 12px;
              padding: 5px;
              text-align: left; }
        #home header .top-head .main-nav ul li:hover > ul {
          display: block; }
        #home header .top-head .main-nav ul li a {
          text-decoration: none;
          color: #ffffff;
          font-size: 13px;
          text-transform: uppercase;
          font-weight: 300; }

.bg-gris {
  background-color: #4D4D4D; }
  .bg-gris .top-head {
    padding-bottom: 30px; }

.inner-page header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999; }
  .inner-page header .top-head {
    padding-top: 30px; }
    .inner-page header .top-head .logo-site {
      width: 230px;
      display: block; }
    .inner-page header .top-head .main-nav ul {
      text-align: right;
      list-style: none; }
      .inner-page header .top-head .main-nav ul li {
        display: inline-block;
        margin-left: 40px;
        font-size: 0;
        position: relative; }
        .inner-page header .top-head .main-nav ul li ul {
          position: absolute;
          margin: 0;
          padding: 0;
          display: none;
          top: 100%;
          left: 0;
          width: max-content;
          text-align: left; }
          .inner-page header .top-head .main-nav ul li ul li {
            border-left: 1px solid white;
            border-bottom: 1px solid white;
            padding-top: 10px;
            display: block;
            margin: 0; }
            .inner-page header .top-head .main-nav ul li ul li a {
              font-size: 12px;
              padding: 5px;
              text-align: left; }
        .inner-page header .top-head .main-nav ul li:hover > ul {
          display: block; }
        .inner-page header .top-head .main-nav ul li a {
          text-decoration: none;
          color: #ffffff;
          font-size: 13px;
          text-transform: uppercase;
          font-weight: 300; }
          .inner-page header .top-head .main-nav ul li a.active {
            font-weight: bold; }

#video-home {
  height: 780px;
  -webkit-clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
  clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
  position: relative;
  width: 100%; }
  #video-home #grid {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0; }
    #video-home #grid .wsite {
      height: 100%; }
    #video-home #grid .section {
      height: 100%; }
      #video-home #grid .section .col {
        height: 100%;
        margin-top: 0; }
        #video-home #grid .section .col .line-box {
          height: 100%;
          position: relative;
          border-left: 1px solid rgba(255, 255, 255, 0.35); }
          #video-home #grid .section .col .line-box .service {
            position: absolute;
            left: 5px;
            bottom: 25%;
            font-size: 9px;
            line-height: 10px;
            text-align: left;
            margin: 0;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.35);
            font-weight: 300;
            vertical-align: top; }
  #video-home #textos {
    position: relative;
    z-index: 2;
    font-size: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    font-weight: 300; }
    #video-home #textos span {
      font-weight: bold; }

#intro {
  margin-top: -120px;
  margin-bottom: 100px; }
  #intro .col {
    position: relative; }
  #intro .texto-intro {
    position: absolute;
    bottom: 0; }
    #intro .texto-intro h3 {
      font-size: 21px;
      font-weight: 300;
      line-height: 20px; }
    #intro .texto-intro h2 {
      font-size: 36px;
      font-weight: 400;
      line-height: 35px; }
    #intro .texto-intro p {
      text-align: justify;
      line-height: 15px; }

#all-servicios {
  position: relative;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 75%);
  clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 75%);
  width: 100%;
  height: 500px;
  background-image: url(../img/bg-helicoptero.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  #all-servicios .wsite {
    height: 100%; }
    #all-servicios .wsite .titulo-right {
      text-align: right;
      text-transform: uppercase;
      margin: 0;
      font-size: 46px;
      font-weight: 400;
      color: #ffffff; }

.servicios-area {
  position: relative;
  z-index: 2;
  margin-top: -200px;
  margin-bottom: 50px; }
  .servicios-area .serv-link {
    color: #4D4D4D;
    text-decoration: none; }
    .servicios-area .serv-link:hover .img-s {
      -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.35);
      box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.35); }
  .servicios-area .img-s {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 315px;
    width: 100%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .servicios-area .name-s {
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    margin-top: 10px; }

#home footer {
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 30px 0 30px;
  z-index: 999;
  background-color: #4D4D4D;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 100%, 0 100%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 100%, 0 100%, 0% 25%); }
  #home footer p {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    font-weight: 300; }

.inner-page footer {
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 30px 0 30px;
  z-index: 999;
  background-color: #4D4D4D;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 100%, 0 100%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 100%, 0 100%, 0% 25%); }
  .inner-page footer p {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    font-weight: 300; }

footer .logo-foot {
  width: 190px;
  margin: 10px auto;
  display: block; }

.inner-page .title-area {
  height: 445px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%); }
  .inner-page .title-area .table, .inner-page .title-area .overlay {
    background-color: rgba(77, 77, 77, 0.8); }
  .inner-page .title-area .overlay {
    width: 100%;
    height: 100%;
    position: relative; }
    .inner-page .title-area .overlay .wsite {
      height: 100%;
      position: relative; }
    .inner-page .title-area .overlay .page-title {
      position: absolute;
      bottom: 50px;
      left: 0;
      width: 100%; }
      .inner-page .title-area .overlay .page-title h1 {
        font-size: 60px;
        font-weight: 300;
        text-align: left;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 300;
        line-height: 70px; }
        .inner-page .title-area .overlay .page-title h1 span {
          font-weight: 700; }

.content {
  padding: 30px 0; }
  .content .blue {
    color: #4D4D4D; }
  .content .white {
    color: #ffffff; }
  .content .center {
    text-align: center; }
  .content .justify {
    text-align: justify; }
  .content .small {
    font-size: 12px; }
  .content .alta {
    text-transform: uppercase; }
  .content .main-title {
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    margin: 10px 0; }
  .content .subtitle {
    position: relative;
    font-size: 21px;
    font-weight: 300;
    text-align: left;
    margin: 10px 0;
    font-weight: normal; }
    .content .subtitle:before {
      position: absolute;
      height: 5px;
      width: 150px;
      content: '';
      top: -10px;
      left: 0;
      background-color: #4D4D4D; }
  .content .texto {
    font-size: 14px;
    font-weight: 400; }
  .content .mv-area {
    padding: 20px 0; }
    .content .mv-area .img-mv {
      width: 100%;
      height: 170px;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat; }
  .content .maxima {
    padding: 40px 0; }
    .content .maxima .lista {
      position: relative;
      width: 100%; }
      .content .maxima .lista .numero {
        display: block;
        color: rgba(77, 77, 77, 0.2);
        font-weight: bold;
        font-size: 145px;
        z-index: 1;
        text-align: center;
        width: 100%;
        line-height: 110px;
        margin-top: 12px; }
      .content .maxima .lista .titular {
        position: absolute;
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        padding: 35px 0;
        text-align: center;
        text-transform: uppercase;
        z-index: 2;
        top: 0;
        color: #4D4D4D; }
  .content .filtros {
    border-right: 1px solid #4D4D4D;
    padding: 10px 0; }
  .content #filters {
    width: 100%; }
    .content #filters button {
      width: 100%;
      text-align: right;
      padding: 8px;
      background-color: #ffffff;
      text-transform: uppercase;
      border: none;
      border-radius: 0;
      color: #4D4D4D;
      box-shadow: none;
      outline: none;
      font-size: 13px;
      font-family: 'Gotham', sans-serif; }
      .content #filters button.is-checked {
        background-color: #4D4D4D;
        color: #ffffff; }
  .content .allproyectos {
    width: 100%; }
    .content .allproyectos .proyecto {
      float: left;
      width: 32%;
      margin-right: 1%; }
      .content .allproyectos .proyecto .link-proyecto {
        text-decoration: none; }
        .content .allproyectos .proyecto .link-proyecto .img-proyecto {
          width: 100%;
          height: 170px;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat; }
        .content .allproyectos .proyecto .link-proyecto .nombre-proyecto {
          position: relative;
          font-size: 16px;
          font-weight: 300;
          text-align: left;
          margin: 10px 0;
          font-weight: normal;
          color: #4D4D4D; }
          .content .allproyectos .proyecto .link-proyecto .nombre-proyecto:before {
            position: absolute;
            height: 3px;
            width: 50px;
            content: '';
            top: -10px;
            left: 0;
            background-color: #4D4D4D; }
  .content .form {
    padding: 20px 0; }
    .content .form .text-input, .content .form textarea {
      width: 100%;
      padding: 5px;
      font-size: 16px;
      color: #4D4D4D;
      border: none;
      border-bottom: 1px solid #4D4D4D;
      background: transparent;
      border-radius: 0;
      font-family: 'Titillium Web', sans-serif; }
    .content .form textarea {
      min-height: 100px; }
    .content .form .btn-input {
      width: 100%;
      text-align: center;
      padding: 8px;
      background-color: #ffffff;
      text-transform: uppercase;
      border: none;
      border-radius: 0;
      color: #4D4D4D;
      box-shadow: none;
      outline: none;
      font-size: 13px;
      font-family: 'Titillium Web', sans-serif;
      border: 1px solid #4D4D4D; }
      .content .form .btn-input:hover {
        background-color: #4D4D4D;
        color: #ffffff; }
  .content .descripcion-s {
    text-align: justify;
    font-size: 16px;
    padding: 30px 0; }

.enquire {
  padding-top: 150px;
  background-image: url(../img/bg-helicoptero.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
  padding-bottom: 80px;
  margin-bottom: -50px; }
  .enquire h4 {
    font-size: 42px;
    text-align: center;
    color: #ffffff; }
  .enquire .form .text-input, .enquire .form textarea {
    width: 100%;
    padding: 5px;
    font-size: 16px;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid #ffffff;
    background: transparent;
    border-radius: 0;
    font-family: 'Titillium Web', sans-serif; }
  .enquire .form textarea {
    min-height: 100px; }
  .enquire .form .btn-input {
    width: 100%;
    text-align: center;
    padding: 8px;
    background-color: transparent;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    color: #ffffff;
    box-shadow: none;
    outline: none;
    font-size: 13px;
    font-family: 'Titillium Web', sans-serif;
    border: 1px solid  #ffffff; }
    .enquire .form .btn-input:hover {
      color: #4D4D4D;
      background-color: #ffffff; }

.mapa {
  margin-bottom: -45px; }

.mobile {
  display: none; }

#mobile-menu-area {
  display: none; }

/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  .wsite {
    padding-left: 20px;
    padding-right: 20px; }
  .main-nav ul {
    display: none; }
  .mobile {
    display: block; }
    .mobile .btn-menu {
      color: #ffffff;
      font-size: 21px; }
  .allproyectos .proyecto {
    width: 100% !important; }
  .top-head {
    padding-top: 20px !important; }
    .top-head .flex-container {
      align-items: center; }
  #video-home #textos {
    font-size: 32px; }
  #mobile-menu-area {
    display: block;
    top: 0;
    transform: scale(1);
    position: fixed;
    width: 100%;
    background-color: #4D4D4D;
    z-index: 99999999;
    opacity: 1;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
    #mobile-menu-area .btn-close {
      position: absolute;
      right: 10px;
      top: 10px;
      width: 24px;
      color: #ffffff;
      text-decoration: none;
      cursor: pointer; }
    #mobile-menu-area .mobile-nav {
      margin: 0;
      padding: 0;
      list-style: none; }
      #mobile-menu-area .mobile-nav li {
        margin: 5px 0 0 10px;
        width: 100%; }
        #mobile-menu-area .mobile-nav li ul {
          position: relative;
          padding: 0;
          display: block;
          width: max-content;
          text-align: left; }
          #mobile-menu-area .mobile-nav li ul li {
            border-left: 1px solid white;
            border-bottom: 1px solid white;
            padding-top: 10px;
            display: block;
            margin: 0; }
            #mobile-menu-area .mobile-nav li ul li a {
              font-size: 12px;
              padding: 5px;
              text-align: left; }
        #mobile-menu-area .mobile-nav li a {
          font-size: 16px;
          padding: 8px 0;
          width: 100%;
          display: block;
          text-decoration: none;
          font-weight: 300;
          color: #ffffff;
          text-align: left;
          text-transform: uppercase; }
  .hide-o {
    opacity: 0 !important; }
  .hide-z {
    z-index: -9999 !important; }
  .hide-s {
    transform: scale(0.9) !important; }
  .hide-display {
    display: none !important; }
  .inner-page .page-title h1 {
    font-size: 35px !important;
    line-height: 40px !important;
    margin-bottom: 40px !important;
    padding: 0 20px !important; }
  .logo-site {
    width: 180px !important; }
  #intro .texto-intro {
    position: relative !important; }
  #all-servicios .titulo-right {
    font-size: 28px !important; }
  .servicios-area .serv-link {
    margin-bottom: 20px;
    display: block; }
    .servicios-area .serv-link .img-s {
      height: 155px; } }

/* Print styles
-------------------------------------------------------------------------------*/
