/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a:hover {
  text-decoration: none; }

* {
  box-sizing: border-box; }

body {
  background: #ffdcdc;
  font-family: Futura, "Trebuchet MS", Arial, sans-serif; }
  @media (max-width: 960px) {
    body {
      overflow-x: hidden; } }

.inner {
  height: 1%;
  margin: 0px auto;
  max-width: 1600px;
  overflow: hidden;
  width: 100%; }

.desktop {
  display: block; }
  @media (max-width: 1024px) {
    .desktop {
      display: none; } }

.mobile {
  display: none; }
  @media (max-width: 1024px) {
    .mobile {
      display: block; } }

header {
  background: url("../img/header-bg.png") no-repeat;
  background-size: 100% 100%;
  border-bottom: 9px solid #000; }
  header .inner {
    padding: 43px 100px;
    position: relative; }
    @media (max-width: 1024px) {
      header .inner {
        padding: 43px 20px; } }
    @media (max-width: 700px) {
      header .inner {
        padding: 20px 20px; } }
    header .inner .top {
      vertical-align: bottom;
      height: 1%;
      overflow: hidden;
      position: relative; }
      header .inner .top h1 {
        float: left;
        text-indent: -999999px;
        vertical-align: bottom;
        padding-bottom: 10px;
        border-bottom: 2px solid #000;
        width: 69.5%; }
        @media (max-width: 1024px) {
          header .inner .top h1 {
            width: 100%; } }
        @media (max-width: 700px) {
          header .inner .top h1 {
            border-bottom: none; } }
        header .inner .top h1 img {
          height: auto;
          display: block;
          width: 100%; }
          header .inner .top h1 img.desktop {
            display: block; }
            @media (max-width: 700px) {
              header .inner .top h1 img.desktop {
                display: none; } }
          header .inner .top h1 img.mobile {
            display: none; }
            @media (max-width: 700px) {
              header .inner .top h1 img.mobile {
                display: block; } }
    header .inner .socials {
      float: left;
      position: absolute;
      bottom: 97px;
      right: 10px; }
      @media (max-width: 1024px) {
        header .inner .socials {
          position: inherit;
          clear: both;
          bottom: 0px;
          left: 0px; } }
      header .inner .socials a {
        background: #000;
        border-radius: 8px;
        color: #f1b4b4;
        display: inline-block;
        height: 30px;
        font-size: 22px;
        line-height: 30px;
        text-align: center;
        transition: all 250ms;
        width: 30px; }
        header .inner .socials a:hover {
          background: #fff;
          color: #000; }
      header .inner .socials .thumb {
        padding: 8px 0px; }
        @media (max-width: 700px) {
          header .inner .socials .thumb {
            display: none; } }
    header .inner nav {
      clear: both;
      padding: 20px 0px; }
      @media (max-width: 700px) {
        header .inner nav {
          border-top: 1px solid #000;
          border-bottom: 1px solid #000;
          padding: 5px 0px;
          margin-bottom: 15px; } }
      header .inner nav ul li {
        display: inline-block; }
        header .inner nav ul li a {
          color: #000;
          font-weight: 100;
          font-size: 20px;
          text-decoration: none; }
          @media (max-width: 700px) {
            header .inner nav ul li a {
              font-size: 12px; } }

#pag {
  width: 100%;
  overflow: hidden; }

.bg {
  position: fixed;
  width: 100%;
  height: 300%;
  top: 0;
  left: 0;
  z-index: -1; }
  @media (max-width: 400px) {
    .bg {
      height: 1110px;
      overflow: hidden; } }
  .bg img {
    height: auto;
    width: 100%; }

.video .inner {
  text-align: center;
  padding-top: 100px; }
  .video .inner .player {
    display: inline-block;
    height: auto;
    position: relative;
    width: 55.6%;
    padding-bottom: 50px; }
    @media (max-width: 1024px) {
      .video .inner .player {
        padding: 10px;
        width: 100%; } }
    .video .inner .player .wrap {
      position: relative; }
      .video .inner .player .wrap:after {
        background: url("../img/weare.png");
        content: '';
        height: 269px;
        left: -133px;
        position: absolute;
        top: -30px;
        width: 615px;
        z-index: 999; }
        @media (max-width: 1024px) {
          .video .inner .player .wrap:after {
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100% 100%;
            left: 50%;
            width: 320px;
            height: 150px;
            margin-left: -155px; } }
    .video .inner .player img {
      height: auto;
      width: 100%;
      position: relative;
      z-index: 10; }
    .video .inner .player:after {
      background: url("../img/player-after.png");
      content: '';
      height: 143px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -315px;
      width: 627px;
      z-index: 13; }
      @media (max-width: 1024px) {
        .video .inner .player:after {
          display: none; } }
    .video .inner .player:before {
      background: url("../img/player-before.png");
      content: '';
      height: 165px;
      position: absolute;
      right: 0px;
      bottom: -10px;
      width: 165px; }
  .video .inner .wrap-btn {
    text-align: right;
    padding: 40px 100px;
    width: 100%; }
    .video .inner .wrap-btn .action-btn {
      display: inline-block;
      width: 23.6%; }
      .video .inner .wrap-btn .action-btn img {
        height: auto;
        display: block;
        width: 100%; }

.servicios {
  position: relative;
  padding-bottom: 490px;
  opacity: 0;
  background: url("../img/video-after.png") no-repeat 240px 957px; }
  @media (max-width: 1024px) {
    .servicios {
      padding: 10px 10px 100px; }
      .servicios img {
        width: 100%; } }
  .servicios .wrap-call {
    margin: 0px auto;
    width: 90%;
    position: relative;
    z-index: 999; }
    .servicios .wrap-call img {
      height: auto;
      width: 100%; }
  .servicios .video {
    position: absolute;
    bottom: 260px;
    left: 190px;
    z-index: 10; }
    @media (max-width: 1300px) {
      .servicios .video {
        width: 400px;
        left: 110px;
        bottom: 290px; } }
    @media (max-width: 1100px) {
      .servicios .video {
        width: 300px;
        left: 110px;
        bottom: 365px; } }
    .servicios .video img {
      position: relative;
      z-index: 999;
      width: 100%; }
  .servicios .text {
    position: absolute;
    right: 190px;
    bottom: 360px; }
    @media (max-width: 1548px) {
      .servicios .text {
        width: 500px; } }
    @media (max-width: 1400px) {
      .servicios .text {
        width: 400px; } }
    .servicios .text img {
      width: 100%; }

.works {
  position: relative;
  opacity: 0;
  z-index: 9999; }
  .works .inner {
    height: 1%;
    overflow: hidden;
    margin: 0px auto;
    max-width: 1174px;
    width: 100%;
    position: relative;
    z-index: 9999; }
    .works .inner .work {
      float: left;
      padding: 1%;
      width: 32.3%; }
      .works .inner .work img {
        height: auto;
        width: 100%; }
    .works .inner .more {
      float: right;
      padding-right: 40px;
      margin-top: 25px; }
      @media (max-width: 960px) {
        .works .inner .more {
          width: 100%; } }
      @media (max-width: 960px) {
        .works .inner .more img {
          width: 100%; } }
  .works .btn_work {
    position: absolute;
    right: 180px;
    cursor: pointer;
    bottom: -180px;
    z-index: 9999; }
  .works .btn-oculto-1 {
    position: absolute;
    left: 0px;
    bottom: -380px;
    opacity: 0;
    transition: opacity 250ms;
    z-index: 10; }
    @media (max-width: 960px) {
      .works .btn-oculto-1 {
        display: none; } }
    .works .btn-oculto-1 img {
      width: 100%; }
  .works:after {
    background: url("../img/portafolio-title.png");
    content: '';
    right: 0px;
    position: absolute;
    top: 50%;
    height: 253px;
    margin-top: -126px;
    width: 149px; }
    @media (max-width: 1024px) {
      .works:after {
        display: none;
        background-size: 100px 150px;
        top: 440px;
        height: 150px;
        width: 100px; } }

.clientes {
  position: relative;
  text-align: center;
  opacity: 0; }
  .clientes .cl_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    height: auto;
    width: 100%; }
    @media (max-width: 1024px) {
      .clientes .cl_bg {
        display: none; } }
    .clientes .cl_bg img {
      height: auto;
      width: 100%; }
  .clientes .brands {
    display: inline-block;
    margin: 430px 0px; }
    @media (max-width: 960px) {
      .clientes .brands {
        margin: 130px 0px;
        width: 100%; } }
    .clientes .brands img {
      display: block;
      width: 115%; }
      @media (max-width: 700px) {
        .clientes .brands img {
          width: 115%; } }

.contacto {
  position: relative;
  margin-bottom: 500px;
  opacity: 0; }
  @media (max-width: 1024px) {
    .contacto {
      margin-bottom: 0px;
      width: 102%; } }
  .contacto .mobile img {
    width: 100%; }
  .contacto .desktop {
    position: relative;
    z-index: 9999; }
    .contacto .desktop .btn-contacto {
      bottom: -200px;
      height: 300px;
      left: 50%;
      margin-left: -150px;
      position: absolute;
      width: 300px; }
      @media (max-width: 960px) {
        .contacto .desktop .btn-contacto {
          display: none; } }
  .contacto .info {
    position: absolute;
    right: 38px;
    top: 390px;
    width: 750px;
    z-index: 9999; }
    .contacto .info a.mail {
      font-size: 57px;
      color: #f575a7;
      text-decoration: none;
      margin-bottom: 40px;
      display: block; }
    .contacto .info .box a {
      color: #000;
      font-size: 21px;
      border-bottom: 1px solid #000;
      text-decoration: none;
      margin-bottom: 10px;
      display: block;
      width: 100%; }
      .contacto .info .box a:nth-of-type(1) {
        margin-left: 20px;
        padding-left: 15px; }
      .contacto .info .box a:nth-of-type(2) {
        margin-left: 35px;
        padding-left: 25px; }
    .contacto .info .box p {
      color: #f575a7;
      font-size: 32px;
      border-bottom: 1px solid #000;
      text-decoration: none;
      margin-bottom: 10px;
      display: block;
      width: 100%; }
      .contacto .info .box p:nth-of-type(1) {
        margin-left: 15px;
        padding-left: 10px; }
      .contacto .info .box p:nth-of-type(2) {
        margin-left: 30px;
        padding-left: 20px; }
  .contacto .btn-oculto-2 {
    position: absolute;
    left: 0px;
    top: 480px;
    z-index: 10;
    opacity: 0;
    transition: opacity 250ms; }
    @media (max-width: 960px) {
      .contacto .btn-oculto-2 {
        display: none; } }

.blankS {
  width: 100%; }
  @media (max-width: 960px) {
    .blankS {
      display: none; } }
  .blankS img {
    width: 100%; }

footer {
  background: #000;
  padding: 20px; }
  @media (max-width: 700px) {
    footer {
      padding: 20px 5px; } }
  footer p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 22px; }
    @media (max-width: 700px) {
      footer p {
        font-size: 8px;
        line-height: 14px; } }

.bird {
  position: relative;
  margin-bottom: -2px;
  opacity: 0; }
  @media (max-width: 1024px) {
    .bird {
      display: none; } }
  .bird .btn-oculto-3 {
    left: 50%;
    position: absolute;
    top: 100px;
    opacity: 0;
    z-index: 999; }
    @media (max-width: 960px) {
      .bird .btn-oculto-3 {
        display: none; } }
  .bird .btn-oculto-5 {
    height: 300px;
    background: none;
    position: absolute;
    left: 250px;
    top: 200px;
    width: 300px; }
    @media (max-width: 960px) {
      .bird .btn-oculto-5 {
        display: none; } }
  .bird .brand {
    position: absolute;
    display: none;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%); }
    @media (max-width: 960px) {
      .bird .brand {
        display: none; } }
