/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700|Roboto:300,400,700");
@import url(swiper.min.css);
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; }

@smartphones : ~"only screen and (max-width: 479px)";
@tablet : ~"only screen and (max-width: 768px)";
@font-face {
  font-family: 'crossoverextralight';
  src: url("fonts/crossover_extralight-webfont.eot");
  src: url("fonts/crossover_extralight-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/crossover_extralight-webfont.woff") format("woff"), url("fonts/crossover_extralight-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'crossoverlight';
  src: url("fonts/crossover_light-webfont.eot");
  src: url("fonts/crossover_light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/crossover_light-webfont.woff") format("woff"), url("fonts/crossover_light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'crossoverregular';
  src: url("fonts/crossover-webfont.eot");
  src: url("fonts/crossover-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/crossover-webfont.woff") format("woff"), url("fonts/crossover-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

#cont_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 96%;
  height: 90%;
  background-color: #f3efde;
  z-index: 1000;
  max-width: 1510px;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0); }
  #cont_menu #cerrar_menu {
    position: absolute;
    top: 34px;
    right: 34px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 100; }
    #cont_menu #cerrar_menu .cruces_aspa_cierre polygon {
      opacity: 0;
      filter: alpha(opacity=0);
      fill: #878787; }
    @media screen and (min-width: 1500px) {
      #cont_menu #cerrar_menu {
        left: 0;
        right: 0;
        margin: auto;
        transform: translateX(690px); } }
  #cont_menu #menu {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
    #cont_menu #menu ul {
      padding: 120px 0 0;
      width: 90%;
      margin: 0 auto;
      text-align: center; }
      #cont_menu #menu ul li {
        font-size: 42px;
        font-size: 4.2rem;
        font-family: "crossoverextralight";
        list-style: none;
        text-align: center;
        margin: 0px 0px 10px 0px; }
        #cont_menu #menu ul li a {
          color: inherit;
          text-decoration: none;
          transition: color .35s ease-in; }
          #cont_menu #menu ul li a:hover {
            color: #D71B08; }
    #cont_menu #menu p {
      margin: 70px 0 0;
      font-size: 18px;
      font-size: 1.8rem;
      font-family: "crossoverregular";
      color: #ba1b08;
      text-align: center;
      opacity: 0;
      filter: alpha(opacity=0); }
    #cont_menu #menu ul.redes_menu {
      text-align: center;
      padding: 20px 0px;
      background: url(../images/linea_menu.png) no-repeat bottom center;
      opacity: 0;
      filter: alpha(opacity=0); }
      #cont_menu #menu ul.redes_menu li {
        display: inline-block;
        font-size: 18px;
        font-size: 1.8rem;
        font-family: "crossoverextralight";
        list-style: none;
        text-align: center;
        margin: 0px 5px; }
        #cont_menu #menu ul.redes_menu li .bg_ico_redes {
          fill: #ba1b08; }
        #cont_menu #menu ul.redes_menu li .ico_redes {
          fill: #FFFFFF; }
        #cont_menu #menu ul.redes_menu li .circulo {
          visibility: hidden;
          fill: #ba1b08; }
        #cont_menu #menu ul.redes_menu li svg {
          width: 42px;
          height: 42px; }

.mobile #cont_menu #cerrar_menu {
  width: 20px;
  height: 20px;
  top: 40px;
  right: 24px; }

.mobile #cont_menu #menu ul li {
  font-size: 6vw;
  margin: 0px 0px 3px 0px; }

.mobile #cont_menu #menu ul.redes_menu li svg {
  width: 30px;
  height: 30px; }

/*LANDSCAPE*/
@media screen and (min-aspect-ratio: 13 / 9) and (max-width: 1023px) {
  .mobile #cont_menu #menu ul {
    padding: 60px 0 0 0; }
    .mobile #cont_menu #menu ul li {
      font-size: 6vh;
      margin: 0; }
  .mobile #cont_menu #menu p {
    margin: 20px 0 0;
    font-size: 12px;
    font-size: 1.2rem; }
  .mobile #cont_menu #menu ul.redes_menu {
    padding: 5px 0 10px 0; }
    .mobile #cont_menu #menu ul.redes_menu li svg {
      width: 22px;
      height: 22px; } }


#main-header {
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 10px 30px 0 34px;
  width: 100%;
  max-width: 1510px;
  box-sizing: border-box;
  position: fixed;
  background: white;
  display: none; }
  #main-header::after {
    clear: both;
    content: "";
    display: table; }
  #main-header #logo {
    position: relative;
    float: left;
    margin: 40px 20px 35px 0; }
  #main-header #nav-icon {
    position: relative;
    float: right;
    margin: 37px 0 32px 20px;
    cursor: pointer; }
    #main-header #nav-icon .linea_menu {
      fill: #434343; }
  #main-header #menu_header {
    position: relative;
    float: right;
    font-family: "Roboto", sans-serif; }
    #main-header #menu_header ul {
      margin: 37px 0 32px 35px; }
      #main-header #menu_header ul li {
        margin: 0 7px;
        list-style: none;
        font-size: 12px;
        font-size: 1.2rem;
        display: inline-block; }
      #main-header #menu_header ul li.login {
        padding: 4px 13px;
        border: solid 1px #e5e5e5; }
      #main-header #menu_header ul li#link-another-language {
        padding: 4px 0; }
        #main-header #menu_header ul li#link-another-language a {
          color: inherit;
          text-decoration: none;
          position: relative;
          top: 4px; }
          #main-header #menu_header ul li#link-another-language a:hover {
            text-decoration: underline; }

.negrita {
  font-weight: 700; }

.fina {
  font-weight: 300; }

.tablet #main-header {
  padding: 10px 20px 0 20px; }

.mobile #main-header {
  padding: 0px 2.5% 0 2.5%; }
  .mobile #main-header #logo {
    width: 60%;
    margin: 40px 20px 15px 0;
    max-width: 215px; }
    .mobile #main-header #logo img {
      width: 100%;
      height: auto; }
  .mobile #main-header #nav-icon {
    margin: 37px 0 12px 35px;
    transform: scale(0.9); }
  .mobile #main-header #menu_header {
    display: none; }


footer {
  position: relative;
  bottom: 0px;
  left: 0px;
  background: url(../images/cenefa_footer.svg) repeat-x top left;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px; }
  footer.footer-home {
    background-color: #f9f6e9; }

  /*RSP_23052018_Ini: Nueva capa de aceptacion de politica de cookies*/
  footer .capa_cookies
  {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    background: #000000;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
      text-align: center;
      margin: 0 auto;
  }


  footer .capa_cookies p {
      width: 72%;
      color: #FFFFFF;
      font-family: "Roboto", sans-serif;
      font-size: 1.2rem;
      cursor: pointer;
    text-align: center;
     padding-top: 10px;
      margin: 0px auto;
  }

  footer .capa_cookies .enlace_po_coo {
      color: #f9f6e9;
      font-family: "Roboto", sans-serif;
      font-size: 1.2rem;
      text-decoration: underline;
  }
  footer .capa_cookies .botones {
      margin-top: 10px;   
  }

  footer .capa_cookies .btn_cookies {
      width: 100%;
      max-width: 60px;
      height: 20px;
      margin: 10px;
      text-align: center;
      text-transform: uppercase;
      color: #FFFFFF;
      border: 1px solid #FFFFFF;
      display: inline-block;
      opacity: 1;
      cursor: pointer;
      float: none;
      -webkit-transition: background-color .5s ease-out;
      -moz-transition: background-color .5s ease-out;
      -o-transition: background-color .5s ease-out;
      transition: background-color .5s ease-out;
  }

  footer .capa_cookies .btn_cookies:hover
  {
    /*background-color: #f1cc28;*/
  }

  footer .capa_cookies .btn_cookies a {
      display: block;
      text-decoration: none;
      width: 100%;
      height: 30px;
      color: #FFFFFF;
      font-family: "Roboto", sans-serif;
      font-size: 1rem;
      line-height: 20px;
      cursor: pointer;
  }

  /*RSP_23052018_Fin: Nueva capa de aceptacion de politica de cookies*/  

  footer #cont_menu_footer {
    position: relative;
    top: 27px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #10100e;
    padding: 30px 10px 0 10px;
    padding-left: 10px;
    padding-right: 10px;
    left: -10px; }
    footer #cont_menu_footer p {
      font-size: 18px;
      font-size: 1.8rem;
      font-family: "crossoverregular";
      color: #f3efde;
      text-align: center; }
    footer #cont_menu_footer ul.redes_menu_footer {
      text-align: center;
      padding: 20px 0px;
      background: url(../images/linea_menu_claro.png) no-repeat bottom center;
      margin: 0px 0px 20px 0px; }
      footer #cont_menu_footer ul.redes_menu_footer li {
        display: inline-block;
        font-size: 18px;
        font-size: 1.8rem;
        font-family: "crossoverextralight";
        list-style: none;
        text-align: center;
        margin: 0px 5px;
        cursor: pointer; }
        footer #cont_menu_footer ul.redes_menu_footer li .bg_ico_redes {
          fill: #43130b; }
        footer #cont_menu_footer ul.redes_menu_footer li .ico_redes {
          fill: #FFFFFF; }
        footer #cont_menu_footer ul.redes_menu_footer li .circulo {
          visibility: hidden;
          fill: #43130b; }
    footer #cont_menu_footer p.direcc {
      margin: 0;
      font-size: 11px;
      font-size: 1.1rem;
      font-family: "Roboto Slab", sans-serif;
      color: #5a5851;
      text-align: center;
      padding: 0px 0px 35px 0px; }
      footer #cont_menu_footer p.direcc a {
        text-decoration: none;
        color: #5a5851; }

#wraper {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto; }
  #wraper::after {
    clear: both;
    content: "";
    display: table; }
  @media only screen and (min-width: 1500px) {
    #wraper {
      width: 100%; } }
  #wraper #cabecera-basica {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 30px; }
  #wraper #header_ficha {
    position: relative;
    float: left;
    width: 50%; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      #wraper #header_ficha {
        width: 100%; } }
    #wraper #header_ficha #tit {
      width: 100%;
      float: left; }
      #wraper #header_ficha #tit p {
        font-family: "crossoverlight";
        font-size: 60px;
        font-size: 6rem;
        color: #1c1c20;
        padding: 0px 0px 10px 0px; }
        #wraper #header_ficha #tit p a {
          color: #1c1c20;
          text-decoration: none; }
        #wraper #header_ficha #tit p span {
          color: #ba1b08; }
    #wraper #header_ficha #work {
      width: 100%;
      float: left;
      opacity: 0;
      filter: alpha(opacity=0);
      padding-bottom: 50px; }
      #wraper #header_ficha #work h1 {
        color: #959595;
        font-family: "Roboto Slab", sans-serif;
        font-weight: lighter;
        font-size: 30px;
        font-size: 3rem;
        background: url("../images/bg_h1_ficha.jpg") no-repeat top left;
        padding: 12px 0px 0px 0px; }
        #wraper #header_ficha #work h1 span {
          font-weight: normal; }
  #wraper #bg_header_ficha {
    position: absolute;
    bottom: 0;
    width: calc(50% - 10px);
    right: 5px;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden; }
    @media only screen and (min-width: 1500px) {
      #wraper #bg_header_ficha {
        width: calc(50% - 5px);
        right: 0; } }
    #wraper #bg_header_ficha .tapa-img {
      position: absolute;
      z-index: 2;
      width: 100%;
      height: 100%;
      background: white; }
    #wraper #bg_header_ficha #video-cab {
      position: absolute;
      width: 100%;
      height: 100%; }
      #wraper #bg_header_ficha #video-cab #image-cab-works {
        position: absolute;
        right: 0 !important;
        left: auto !important; }
      #wraper #bg_header_ficha #video-cab #video-cab-works {
        position: absolute;
        width: 100%;
        height: 100%; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      #wraper #bg_header_ficha {
        display: none; } }
    #wraper #bg_header_ficha img {
      width: 100%;
      margin: 0px;
      padding: 0px; }
  #wraper #cont_video_ficha_full {
    position: relative;
    width: 100%;
    float: left;
    margin: 5px 0px 0px 0px;
    background: #1e1e1e; }
    #wraper #cont_video_ficha_full #cerrar_video_full {
      position: absolute;
      top: 34px;
      right: 34px;
      width: 30px;
      height: 30px;
      cursor: pointer;
      z-index: 100;
      display: none; }
      #wraper #cont_video_ficha_full #cerrar_video_full .cruces_aspa_cierre polygon {
        opacity: 0;
        filter: alpha(opacity=0);
        fill: #878787; }
    #wraper #cont_video_ficha_full #progress-bar-full {
      height: 5px;
      width: 100%;
      position: absolute;
      bottom: 0;
      z-index: 205;
      cursor: pointer;
      opacity: 0;
      filter: alpha(opacity=0); }
      #wraper #cont_video_ficha_full #progress-bar-full span {
        display: block;
        height: 5px;
        width: 0%;
        background: #ba1b08;
        -webkit-transition: -webkit-transform 0.35s ease-out;
        -moz-transition: -moz-transform 0.35s ease-out;
        transition: transform 0.35s ease-out; }
    #wraper #cont_video_ficha_full .tapa {
      position: absolute;
      background: white;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 3; }
    #wraper #cont_video_ficha_full .tapa-cliente {
      position: absolute;
      background: #ff964a;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 4;
      opacity: 0;
      filter: alpha(opacity=0); }
    #wraper #cont_video_ficha_full #otras-ejecuciones-full {
      display: none; }
    #wraper #cont_video_ficha_full #controls-video-full {
      width: 535px;
      position: absolute;
      bottom: 40px;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 5; }
      #wraper #cont_video_ficha_full #controls-video-full #bar-video-full {
        height: 10px;
        width: 350px;
        position: relative; }
        #wraper #cont_video_ficha_full #controls-video-full #bar-video-full .dot-video {
          position: absolute;
          background: transparent;
          width: 6px;
          height: 6px;
          border: solid 2px white;
          border-radius: 100%;
          display: block;
          top: -4px;
          z-index: 5;
          cursor: pointer;
          transition: border .35s ease-out; }
          #wraper #cont_video_ficha_full #controls-video-full #bar-video-full .dot-video .dot-video-help {
            position: absolute;
            width: 200px;
            color: white;
            font-family: "Roboto", sans-serif;
            font-size: 12px;
            text-align: center;
            top: 50%;
            opacity: 0;
            filter: alpha(opacity=0);
            display: none; }
          #wraper #cont_video_ficha_full #controls-video-full #bar-video-full .dot-video span {
            display: block;
            width: 8px;
            height: 8px;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            background: white;
            border-radius: 100%;
            transform: scale(1.15);
            opacity: 0;
            filter: alpha(opacity=0);
            transition: opacity .35s ease-out; }
          #wraper #cont_video_ficha_full #controls-video-full #bar-video-full .dot-video:hover span {
            opacity: 1;
            filter: alpha(opacity=100); }
          #wraper #cont_video_ficha_full #controls-video-full #bar-video-full .dot-video.selected {
            border: solid 2px transparent; }
            #wraper #cont_video_ficha_full #controls-video-full #bar-video-full .dot-video.selected span {
              opacity: 1;
              filter: alpha(opacity=100);
              width: 6px;
              height: 6px; }
        #wraper #cont_video_ficha_full #controls-video-full #bar-video-full .dot-line {
          position: absolute;
          height: 1px;
          background: white;
          display: block;
          z-index: 1;
          width: 30px; }
    #wraper #cont_video_ficha_full #video-box-full {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      overflow: hidden;
      opacity: 0;
      filter: alpha(opacity=0);
      display: none; }
      #wraper #cont_video_ficha_full #video-box-full video {
        width: 100%;
        height: auto; 
      }
    #wraper #cont_video_ficha_full img {
      width: 100%;
      display: block;
      width: calc(100% - 10px);
      border-left: solid 5px white;
      border-right: solid 5px white; }
      @media only screen and (min-width: 1500px) {
        #wraper #cont_video_ficha_full img {
          width: 100%;
          border-left: none;
          border-right: none; } }
    #wraper #cont_video_ficha_full .video-ficha-full-dimensions {
      width: 100%;
      height: 100%; }
    #wraper #cont_video_ficha_full .ico_play {
      position: absolute;
      width: 65px;
      height: 65px;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      margin: auto;
      cursor: pointer;
      z-index: 5; }
      #wraper #cont_video_ficha_full .ico_play svg polygon {
        fill: #fff; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      #wraper #cont_video_ficha_full {
        margin: 10px 0px 0px 0px; } }
  #wraper #cont_ficha {
    width: 100%;
    float: left;
    margin: 10px 0px; }
    #wraper #cont_ficha #cerrar_video_small {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 30px;
      height: 30px;
      cursor: pointer;
      z-index: 100;
      display: none; }
      #wraper #cont_ficha #cerrar_video_small .cruces_aspa_cierre polygon {
        opacity: 0;
        filter: alpha(opacity=0);
        fill: #878787; }
    #wraper #cont_ficha #otras-ejecuciones-small {
      display: none; }
    #wraper #cont_ficha #controls-video-small {
      width: 535px;
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 5; }
      #wraper #cont_ficha #controls-video-small #bar-video-small {
        height: 10px;
        width: 350px;
        position: relative; }
        #wraper #cont_ficha #controls-video-small #bar-video-small .dot-video {
          position: absolute;
          background: transparent;
          width: 6px;
          height: 6px;
          border: solid 2px white;
          border-radius: 100%;
          display: block;
          top: -4px;
          z-index: 5;
          cursor: pointer;
          transition: border .35s ease-out; }
          #wraper #cont_ficha #controls-video-small #bar-video-small .dot-video .dot-video-help {
            position: absolute;
            width: 200px;
            color: white;
            font-family: "Roboto", sans-serif;
            font-size: 12px;
            text-align: center;
            top: 50%;
            opacity: 0;
            filter: alpha(opacity=0);
            display: none; }
          #wraper #cont_ficha #controls-video-small #bar-video-small .dot-video span {
            display: block;
            width: 8px;
            height: 8px;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            background: white;
            border-radius: 100%;
            transform: scale(1.15);
            opacity: 0;
            filter: alpha(opacity=0);
            transition: opacity .35s ease-out; }
          #wraper #cont_ficha #controls-video-small #bar-video-small .dot-video:hover span {
            opacity: 1;
            filter: alpha(opacity=100); }
          #wraper #cont_ficha #controls-video-small #bar-video-small .dot-video.selected {
            border: solid 2px transparent; }
            #wraper #cont_ficha #controls-video-small #bar-video-small .dot-video.selected span {
              opacity: 1;
              filter: alpha(opacity=100);
              width: 6px;
              height: 6px; }
        #wraper #cont_ficha #controls-video-small #bar-video-small .dot-line {
          position: absolute;
          height: 1px;
          background: white;
          display: block;
          z-index: 1;
          width: 30px; }
    #wraper #cont_ficha #progress-bar-small {
      height: 5px;
      width: 100%;
      position: absolute;
      bottom: 0;
      z-index: 205;
      cursor: pointer;
      opacity: 0;
      filter: alpha(opacity=0); }
      #wraper #cont_ficha #progress-bar-small span {
        display: block;
        height: 5px;
        width: 0%;
        background: #ba1b08;
        -webkit-transition: -webkit-transform 0.35s ease-out;
        -moz-transition: -moz-transform 0.35s ease-out;
        transition: transform 0.35s ease-out; }
    #wraper #cont_ficha .item-grid-interior {
      opacity: 0;
      filter: alpha(opacity=0);
      overflow: hidden; }
    #wraper #cont_ficha::after {
      clear: both;
      content: "";
      display: table; }
    #wraper #cont_ficha #cont_ficha_izq {
      width: -webkit-calc(50% - 5px);
      width: calc(50% - 5px);
      margin: 0px;
      padding: 0px;
      float: left; }
      #wraper #cont_ficha #cont_ficha_izq::after {
        clear: both;
        content: "";
        display: table; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        #wraper #cont_ficha #cont_ficha_izq {
          width: 100%; } }
      #wraper #cont_ficha #cont_ficha_izq #cont_video_ficha {
        position: relative;
        width: 100%;
        float: left;
        opacity: 0;
        filter: alpha(opacity=0);
        background: #1e1e1e; }
        #wraper #cont_ficha #cont_ficha_izq #cont_video_ficha #video-box-small {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          overflow: hidden;
          display: none; }
        #wraper #cont_ficha #cont_ficha_izq #cont_video_ficha .video-ficha-small-dimensions {
          width: 100%;
          height: 100%; }
          #wraper #cont_ficha #cont_ficha_izq #cont_video_ficha .video-ficha-small-dimensions .vjs-tech {
            width: 100%; }
        #wraper #cont_ficha #cont_ficha_izq #cont_video_ficha .ico_play {
          position: absolute;
          width: 65px;
          height: 65px;
          top: 0px;
          left: 0px;
          right: 0px;
          bottom: 0px;
          margin: auto;
          cursor: pointer;
          z-index: 5; }
          #wraper #cont_ficha #cont_ficha_izq #cont_video_ficha .ico_play svg polygon {
            fill: #fff; }
        @media only screen and (min-width: 320px) and (max-width: 768px) {
          #wraper #cont_ficha #cont_ficha_izq #cont_video_ficha {
            margin: 50px 0px 0px 0px; } }
        #wraper #cont_ficha #cont_ficha_izq #cont_video_ficha img {
          width: 100%;
          display: block; }
      #wraper #cont_ficha #cont_ficha_izq #txt_ficha {
        width: 100%;
        float: left;
        font-family: "Roboto Slab", sans-serif;
        color: #1c1c20;
        padding: 65px 0px;
        opacity: 0;
        filter: alpha(opacity=0); }
        @media only screen and (min-width: 320px) and (max-width: 768px) {
          #wraper #cont_ficha #cont_ficha_izq #txt_ficha {
            width: 100%;
            padding: 50px 0px; } }
        #wraper #cont_ficha #cont_ficha_izq #txt_ficha h2 {
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: bold;
          padding: 20px 0px 14px 0px;
          width: 70%;
          margin: 0 auto; }
          @media only screen and (min-width: 320px) and (max-width: 768px) {
            #wraper #cont_ficha #cont_ficha_izq #txt_ficha h2 {
              width: 90%; } }
        #wraper #cont_ficha #cont_ficha_izq #txt_ficha strong, #wraper #cont_ficha #cont_ficha_izq #txt_ficha b {
          font-weight: 700; }
        #wraper #cont_ficha #cont_ficha_izq #txt_ficha div.desc {
          width: 70%;
          margin: 0 auto;
          font-family: "Roboto", sans-serif;
          color: #434343;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 24px;
          padding: 0px 0px 14px 0px; }
          @media only screen and (min-width: 320px) and (max-width: 768px) {
            #wraper #cont_ficha #cont_ficha_izq #txt_ficha div.desc {
              width: 90%; } }
          #wraper #cont_ficha #cont_ficha_izq #txt_ficha div.desc p {
            margin: 0 0 1em 0; }
    #wraper #cont_ficha #cont_ficha_der {
      width: -webkit-calc(50% - 5px);
      width: calc(50% - 5px);
      margin: 0px 0px 0px 10px;
      padding: 0px;
      float: left; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        #wraper #cont_ficha #cont_ficha_der {
          width: 100%;
          margin: 0px; } }
      #wraper #cont_ficha #cont_ficha_der #cont_img {
        width: 100%;
        display: flex;
        flex-wrap: wrap; }
        #wraper #cont_ficha #cont_ficha_der #cont_img::after {
          clear: both;
          content: "";
          display: table; }
        #wraper #cont_ficha #cont_ficha_der #cont_img img {
          width: 100%; }
        #wraper #cont_ficha #cont_ficha_der #cont_img #img1_ficha::after {
          clear: both;
          content: "";
          display: table; }
        #wraper #cont_ficha #cont_ficha_der #cont_img #img2_ficha::after {
          clear: both;
          content: "";
          display: table; }
        #wraper #cont_ficha #cont_ficha_der #cont_img #img3_ficha::after {
          clear: both;
          content: "";
          display: table; }
        #wraper #cont_ficha #cont_ficha_der #cont_img #img4_ficha::after {
          clear: both;
          content: "";
          display: table; }
        #wraper #cont_ficha #cont_ficha_der #cont_img .size_1x1 {
          width: -webkit-calc(50% - 5px);
          width: calc(50% - 5px); }
          #wraper #cont_ficha #cont_ficha_der #cont_img .size_1x1.scaled img {
            transform: scale(1.15) !important;
            transform-origin: center top !important; }
        #wraper #cont_ficha #cont_ficha_der #cont_img .size_2x1 {
          width: 100%; }
          #wraper #cont_ficha #cont_ficha_der #cont_img .size_2x1.scaled img {
            transform: scale(1.15) !important;
            transform-origin: center top !important; }
        #wraper #cont_ficha #cont_ficha_der #cont_img .size_1x2 {
          width: -webkit-calc(50% - 5px);
          width: calc(50% - 5px); }
        #wraper #cont_ficha #cont_ficha_der #cont_img .img_left {
          float: left;
          margin: 0px 0px 10px 0px; }
        #wraper #cont_ficha #cont_ficha_der #cont_img .img_right {
          float: right;
          margin: 0px 0px 10px 10px; }
        #wraper #cont_ficha #cont_ficha_der #cont_img .size_1x1.img_left:nth-child(even) {
          float: right;
          margin: 0px 0px 10px 10px; }
  #wraper #otros_casos {
    position: relative;
    float: left;
    width: 100%;
    padding: 80px 0px 60px 0px; }
    #wraper #otros_casos h3 {
      font-family: "crossoverlight";
      font-size: 30px;
      font-size: 3rem;
      color: #ba1b08;
      text-align: center;
      padding: 0px 0px 20px 0px;
      position: relative; }
      #wraper #otros_casos h3 span {
        display: block;
        background: url("../images/line_otros.png") no-repeat bottom center;
        position: absolute;
        width: 100%;
        height: 15px;
        left: 0;
        bottom: 0; }
      @media only screen and (min-width: 320px) and (max-width: 600px) {
        #wraper #otros_casos h3 {
          font-size: 20px;
          font-size: 2rem; }
          #wraper #otros_casos h3 span {
            background: url("../images/line_otros_mob.png") no-repeat bottom center; } }
    #wraper #otros_casos #cont_casos {
      margin: 50px 0 0 0;
      left: 6px;
      position: relative; }
      @media screen and (min-width: 1501px) {
        #wraper #otros_casos #cont_casos {
          left: 1px; } }
      #wraper #otros_casos #cont_casos #arrow-related-left {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        cursor: pointer;
        z-index: 5;
        background: white;
        width: 30px;
        height: 60px;
        /* as the half of the width */
        border-bottom-right-radius: 30px;
        border-top-right-radius: 30px;
        border: none;
        border-bottom: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        transition: background .3s ease-in; }
        #wraper #otros_casos #cont_casos #arrow-related-left span {
          transition: color .3s ease-in;
          display: block;
          font-family: "crossoverlight";
          color: #1c1c20;
          position: absolute;
          text-align: center;
          font-size: 40px;
          top: 50%;
          transform: translateY(-50%); }
        #wraper #otros_casos #cont_casos #arrow-related-left:hover {
          background: #1c1c20; }
          #wraper #otros_casos #cont_casos #arrow-related-left:hover span {
            color: white; }
      #wraper #otros_casos #cont_casos #arrow-related-right {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 5;
        background: white;
        width: 30px;
        height: 60px;
        /* as the half of the width */
        border-bottom-left-radius: 30px;
        border-top-left-radius: 30px;
        border: none;
        border-bottom: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        transition: background .3s ease-in; }
        #wraper #otros_casos #cont_casos #arrow-related-right span {
          transition: color .3s ease-in;
          display: block;
          font-family: "crossoverlight";
          color: #1c1c20;
          position: absolute;
          text-align: center;
          font-size: 40px;
          top: 50%;
          transform: translateY(-50%);
          right: 0; }
        #wraper #otros_casos #cont_casos #arrow-related-right:hover {
          background: #1c1c20; }
          #wraper #otros_casos #cont_casos #arrow-related-right:hover span {
            color: white; }
      #wraper #otros_casos #cont_casos article {
        position: relative;
        display: inline-block;
        background-color: white;
        cursor: pointer;
        overflow: hidden;
        will-change: left, top, opacity; }
        #wraper #otros_casos #cont_casos article a.link-project {
          display: block; }
        #wraper #otros_casos #cont_casos article .article-wrap {
          position: relative;
          width: 100%;
          height: 100%;
          opacity: 0;
          filter: alpha(opacity=0); }
        #wraper #otros_casos #cont_casos article .tapa-intro {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background: white;
          z-index: 6;
          will-change: transform; }
        #wraper #otros_casos #cont_casos article .tapa-intro-cliente {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background: white;
          z-index: 4;
          opacity: 0.15;
          filter: alpha(opacity=15);
          will-change: transform; }
        #wraper #otros_casos #cont_casos article .figure-box {
          position: relative;
          overflow: hidden;
          will-change: transform; }
        #wraper #otros_casos #cont_casos article figure {
          background-repeat: no-repeat;
          background-position: center center;
          display: inline-block;
          position: relative;
          z-index: 1; }
          #wraper #otros_casos #cont_casos article figure .video-box {
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0;
            filter: alpha(opacity=0);
            z-index: 3; }
          #wraper #otros_casos #cont_casos article figure .bck {
            mix-blend-mode: multiply;
            will-change: opacity; }
          #wraper #otros_casos #cont_casos article figure img {
            position: absolute;
            will-change: opacity; }
            #wraper #otros_casos #cont_casos article figure img.bn {
              filter: grayscale(100%);
              -webkit-filter: grayscale(100%);
              -moz-filter: grayscale(100%);
              -ms-filter: grayscale(100%);
              -o-filter: grayscale(100%); }
          #wraper #otros_casos #cont_casos article figure .tapa {
            background-repeat: no-repeat;
            background-color: rgba(0, 0, 0, 0.2);
            background-position: center center;
            display: inline-block;
            position: absolute;
            z-index: 2;
            opacity: 0;
            filter: alpha(opacity=0);
            will-change: opacity; }
        #wraper #otros_casos #cont_casos article .txt {
          position: absolute;
          z-index: 5;
          bottom: 30px;
          left: 20px; }
          #wraper #otros_casos #cont_casos article .txt h4 {
            font-family: "Roboto", sans-serif;
            font-size: 15px;
            font-size: 1.5rem;
            color: white;
            margin: 0 0 10px 0; }
          #wraper #otros_casos #cont_casos article .txt .line {
            width: 40px;
            height: 1px;
            background: white;
            margin: 0 0 10px 0; }
          #wraper #otros_casos #cont_casos article .txt h5 {
            font-family: "Roboto Slab", sans-serif;
            color: white;
            font-size: 15px;
            font-size: 1.5rem;
            text-transform: uppercase; }
        #wraper #otros_casos #cont_casos article.s1-1 {
          width: 25%; }
        #wraper #otros_casos #cont_casos article.s1-2 {
          width: 25%; }
        #wraper #otros_casos #cont_casos article.s2-1 {
          width: 50%; }

body.desktop #otros_casos #cont_casos.modo-3 .swiper-wrapper, body.tablet #otros_casos #cont_casos.modo-3 .swiper-wrapper {
  transform: translateX(12.5%) !important; }

body.desktop #otros_casos #cont_casos.modo-2 .swiper-wrapper, body.tablet #otros_casos #cont_casos.modo-2 .swiper-wrapper {
  transform: translateX(25%) !important; }

body.desktop #otros_casos #cont_casos.modo-1 .swiper-wrapper, body.tablet #otros_casos #cont_casos.modo-1 .swiper-wrapper {
  transform: translateX(37.5%) !important; }

/*vars*/
* {
  -webkit-font-smoothing: antialiased; }

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important; }

.notransform {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

.vjs-control-bar {
  display: none !important; }

.vjs-big-play-button {
  display: none !important; }

.vjs-control-bar {
  display: none !important; }

.vjs-big-play-button {
  display: none !important; }

.vjs-progress-control,
.vjs-time-controls,
.vjs-time-divider,
.vjs-captions-button,
.vjs-mute-control,
.vjs-volume-control,
.vjs-fullscreen-control,
.vjs-caption-settings {
  display: none !important; }

.vjs-error-display {
  display: none !important; }

.vjs-tech {
  position: relative; }

#main-header {
  z-index: 500;
  opacity: 0;
  filter: alpha(opacity=0); }

#main-footer {
  opacity: 0;
  filter: alpha(opacity=0); }

#preload-rushmore {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  background: #f3efde;
  z-index: 9999999;
  max-width: 1510px;
  transform: translateX(-50%); }
  #preload-rushmore #preload-bar {
    width: 150px;
    height: 13px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../images/bck-preload-bar.png);
    background-repeat: repeat-x;
    background-size: auto 100%; }
    #preload-rushmore #preload-bar:before {
      content: " ";
      display: block;
      position: absolute;
      height: 33px;
      width: 7px;
      background-image: url(../images/preload-left.png);
      background-repeat: no-repeat;
      background-size: cover;
      left: -14px;
      top: -10px; }
    #preload-rushmore #preload-bar:after {
      content: " ";
      display: block;
      position: absolute;
      height: 33px;
      width: 7px;
      background-image: url(../images/preload-right.png);
      background-repeat: no-repeat;
      background-size: cover;
      right: -15px;
      top: -10px; }
    #preload-rushmore #preload-bar span {
      display: block;
      height: 13px;
      width: 0%;
      background-image: url(../images/bck-preload-bar-load.png);
      background-repeat: repeat-x;
      background-size: auto 100%; }

#page {
  background: white;
  margin: 0 auto;
  width: 100%;
  max-width: 1510px;
  min-height: 100%;
  overflow: hidden;
  position: relative; }

#cabecera-basica {
  position: relative;
  width: 95%;
  max-width: 1500px;
  margin: 0 auto; }
  #cabecera-basica::after {
    clear: both;
    content: "";
    display: table; }
  #cabecera-basica #header_ficha {
    position: relative;
    float: left;
    width: 50%; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      #cabecera-basica #header_ficha {
        width: 100%; } }
    #cabecera-basica #header_ficha #tit {
      width: 100%;
      float: left;
      position: relative;
      margin: 0 0 35px 0;
      opacity: 0;
      filter: alpha(opacity=0); }
      #cabecera-basica #header_ficha #tit p {
        font-family: "crossoverlight";
        font-size: 60px;
        font-size: 6rem;
        color: #1c1c20;
        padding: 0px 0px 10px 0px; }
        #cabecera-basica #header_ficha #tit p span {
          color: #ba1b08; }
        #cabecera-basica #header_ficha #tit p a {
          color: inherit;
          text-decoration: none; }
      #cabecera-basica #header_ficha #tit .line {
        position: absolute;
        width: 80px;
        height: 1px;
        background: black;
        bottom: 0;
        left: 4px; }
    #cabecera-basica #header_ficha #work {
      width: 100%;
      float: left; }
      #cabecera-basica #header_ficha #work h1 {
        color: #959595;
        font-family: "Roboto Slab", sans-serif;
        font-weight: lighter;
        font-size: 30px;
        font-size: 3rem;
        background: none;
        padding: 12px 0px 0px 0px; }
        #cabecera-basica #header_ficha #work h1 span {
          font-weight: normal; }
      #cabecera-basica #header_ficha #work h2 {
        color: #424242;
        font-family: "Roboto Slab", sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold;
        margin: 0 0 20px 0; }
      #cabecera-basica #header_ficha #work p {
        color: #424242;
        font-family: "Roboto Slab", sans-serif;
        font-weight: lighter;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2.6rem;
        max-width: 80%; }

#home {
  width: 100%;
  position: relative;
  z-index: 10;
  /*CABECERA*/ }
  #home::after {
    clear: both;
    content: "";
    display: table; }
  #home #cabecera-home {
    background: #1e1e1e;
    width: 100vw;
    position: relative;
    height: calc("100vh - 55px");
    overflow: hidden;
    margin: 0 auto; 
  }
  #home #cabecera-home #bar-cabecera-progres {
    height: 5px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 205;
    cursor: pointer;
    opacity: 0;
    /*filter: alpha(opacity=0); */
  }
  #home #cabecera-home #bar-cabecera-progres span {
    display: block;
    height: 5px;
    width: 0%;
    background: #ba1b08;
    -webkit-transition: -webkit-transform 0.35s ease-out;
    -moz-transition: -moz-transform 0.35s ease-out;
    transition: transform 0.35s ease-out; 
  }

  #home #cabecera-home #cabecera-home-content {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%; 
  }
    #home #cabecera-home #cabecera-home-spacer {
      position: relative;
      box-sizing: border-box;
      width: 100%;
      height: calc("100vh - 55px");
      pointer-events: none; }
    #home #cabecera-home #image-box {
      overflow: hidden;
      position: absolute;
      width: 100%;
      height: 100%;
      background-repeat: none;
      background-size: cover;
      background-position: center center; }
    #home #cabecera-home #video-box {
      overflow: hidden;
      position: relative; }

    #home #cabecera-home #video-box #play-cabecera{
      position: absolute;
      width: 65px;
      height: 65px;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      margin: auto;
      cursor: pointer;
      z-index: 5; 
      opacity: 0;
      display: none;
    }
    #home #cabecera-home #video-box #play-cabecera img{
      width: 100%;
      height: auto;
    }


      #home #cabecera-home #video-box video {
        transition: width .45s ease-in; }
    #home #cabecera-home .tapa {
      background: white;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      z-index: 10; }
    #home #cabecera-home .content {
      display: none; }

     #home #cabecera-home .content .img-mobile-tapa{
      position: absolute;
      background:red;
      width: 100%;
      height: 100%;
      left:0;
      top:0;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center top;
     }

     #home #cabecera-home .content .ico_play {
      position: absolute;
      width: 65px;
      height: 65px;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      margin: auto;
      cursor: pointer;
      z-index: 5; }

      #home #cabecera-home .content .ico_play img {
        width: 100%;
        height: auto;
      }
      


    #home #cabecera-home #info-cabecera-home {
      width: 535px;
      max-width: 535px;
      position: absolute;
      top: 45%;
      left: 0;
      right: 0;
      margin: auto; 
      display: none;
    }
      #home #cabecera-home #info-cabecera-home #logo-cabecera {
        opacity: 0;
        width: 350px;
        margin: 0 auto 28px auto; }
        #home #cabecera-home #info-cabecera-home #logo-cabecera svg {
          fill: #ffffff; }
      #home #cabecera-home #info-cabecera-home .line {
        width: 80px;
        height: 1px;
        background: white;
        opacity: 0.8;
        filter: alpha(opacity=80);
        margin: 0 auto 30px auto; 

        opacity: 0;

      }
      #home #cabecera-home #info-cabecera-home #mouse-advice {
        width: 20px;
        height: 32px;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -52px;
        margin: auto;
        display: none !important; }
      #home #cabecera-home #info-cabecera-home h2 {
        font-size: 14px;
        font-size: 1.4rem;
        color: white;
        font-family: "Roboto", sans-serif;
        font-weight: lighter;
        position: relative;
        width: 80%;
        margin: 0 auto 8px auto;
        text-align: center;
        letter-spacing: 1px; }
      #home #cabecera-home #info-cabecera-home h3 {
        font-size: 10px;
        font-size: 1rem;
        color: white;
        font-family: "Roboto", sans-serif;
        position: relative;
        width: 90%;
        margin: 0 auto 0 auto;
        text-align: center;
        letter-spacing: 1px; }
      @media screen and (min-width: 1024px) {
        #home #cabecera-home #info-cabecera-home {
          max-width: 80%;
          width: 80%; }
          #home #cabecera-home #info-cabecera-home h2 {
            white-space: nowrap; } }
    #home #cabecera-home #controls-cabecera-home {
      width: 535px;
      position: absolute;
      bottom: 40px;
      left: 0;
      right: 0;
      margin: auto; 
      /*display: none !important;*/
    }
    #home #cabecera-home #controls-cabecera-home #bar-cabecera-home {
      height: 10px;
      width: 350px;
      position: relative; 
    }
        /*
        #home #cabecera-home #controls-cabecera-home #bar-cabecera-home #bar-cabecera-progres {
          width: 350px;
          position: relative;
          height: 1px;
          margin: 0 auto;
          overflow: hidden; }
          #home #cabecera-home #controls-cabecera-home #bar-cabecera-home #bar-cabecera-progres:before {
            content: " ";
            position: absolute;
            width: 100%;
            height: 100%;
            background: white;
            height: 1px;
            display: block;
            z-index: 1; }
          #home #cabecera-home #controls-cabecera-home #bar-cabecera-home #bar-cabecera-progres span {
            position: absolute;
            z-index: 2;
            display: block;
            height: 1px;
            background: white;
            opacity: 0.2;
            filter: alpha(opacity=20);
            width: 0;
            transition: width 0.15s cubic-bezier(0.19, 1, 0.22, 1);
            display: none !important; }
            */
        #home #cabecera-home #controls-cabecera-home #bar-cabecera-home .dot-video {
          position: absolute;
          background: transparent;
          width: 6px;
          height: 6px;
          border: solid 2px white;
          border-radius: 100%;
          display: block;
          top: -4px;
          z-index: 5;
          cursor: pointer;
          transition: border 0.35s cubic-bezier(0.19, 1, 0.22, 1); }
          #home #cabecera-home #controls-cabecera-home #bar-cabecera-home .dot-video span {
            display: block;
            width: 8px;
            height: 8px;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            background: white;
            border-radius: 100%;
            transform: scale(1.15);
            opacity: 0;
            filter: alpha(opacity=0);
            transition: opacity 0.35s cubic-bezier(0.19, 1, 0.22, 1); }
          #home #cabecera-home #controls-cabecera-home #bar-cabecera-home .dot-video:hover span {
            opacity: 1;
            filter: alpha(opacity=100); }
          #home #cabecera-home #controls-cabecera-home #bar-cabecera-home .dot-video.selected {
            border: solid 2px transparent; }
            #home #cabecera-home #controls-cabecera-home #bar-cabecera-home .dot-video.selected span {
              opacity: 1;
              filter: alpha(opacity=100);
              width: 6px;
              height: 6px; }
        #home #cabecera-home #controls-cabecera-home #bar-cabecera-home .dot-line {
          position: absolute;
          height: 1px;
          background: white;
          display: block;
          z-index: 1;
          width: 30px; }
    #home #cabecera-home #video-cabecera {
      position: relative; }
  #home #works-home {
    width: 100%;
    overflow: hidden;
    margin: 6px auto 80px auto;
    position: relative;
    left: 6px; }
    #home #works-home article {
      position: relative;
      display: inline-block;
      background-color: white;
      opacity: 0;
      filter: alpha(opacity=0);
      cursor: pointer;
      overflow: hidden;
      will-change: left, top, opacity; }
      #home #works-home article .tapa-intro {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: white;
        z-index: 6;
        will-change: transform; }
      #home #works-home article .tapa-intro-cliente {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: white;
        z-index: 4;
        opacity: 0.15;
        filter: alpha(opacity=15);
        will-change: transform; }
      #home #works-home article .figure-box {
        position: relative;
        overflow: hidden;
        will-change: transform; }
      #home #works-home article figure {
        background-repeat: no-repeat;
        background-position: center center;
        display: inline-block;
        position: relative;
        z-index: 1; }
        #home #works-home article figure .video-box {
          position: absolute;
          left: 0;
          top: 0;
          opacity: 0;
          filter: alpha(opacity=0);
          z-index: 3; }
        #home #works-home article figure .bck {
          mix-blend-mode: multiply;
          will-change: opacity; }
        #home #works-home article figure img {
          position: absolute;
          will-change: opacity; }
          #home #works-home article figure img.bn {
            filter: grayscale(100%);
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%); }
          #home #works-home article figure img.hover {
            pointer-events: none; }
        #home #works-home article figure .tapa {
          background-repeat: no-repeat;
          background-color: rgba(0, 0, 0, 0.2);
          background-position: center center;
          display: inline-block;
          position: absolute;
          z-index: 2;
          opacity: 0;
          filter: alpha(opacity=0);
          will-change: opacity; }
      #home #works-home article .txt {
        position: absolute;
        z-index: 5;
        bottom: 30px;
        left: 20px; }
        #home #works-home article .txt h4 {
          font-family: "Roboto Slab", sans-serif;
          font-size: 15px;
          font-size: 1.5rem;
          font-weight: lighter;
          color: white;
          margin: 0 0 10px 0; }
        #home #works-home article .txt .line {
          width: 20px;
          height: 1px;
          background: white;
          margin: 0 0 10px 0;
          opacity: 0.8;
          filter: alpha(opacity=80); }
        #home #works-home article .txt h5 {
          font-family: "Roboto Slab", sans-serif;
          color: white;
          font-size: 15px;
          font-size: 1.5rem;
          text-transform: uppercase;
          font-weight: bolder; }
      #home #works-home article.s1-1 {
        width: 25%; }
      #home #works-home article.s1-2 {
        width: 25%; }
      #home #works-home article.s2-1 {
        width: 50%; }
    #home #works-home .paginador-grid {
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      display: none; }
      #home #works-home .paginador-grid figure {
        width: 48px;
        height: 43px;
        background-image: url(../images/arrow-paginador.png);
        background-repeat: no-repeat;
        position: relative;
        margin: 0 auto 10px auto;
        background-size: cover;
        cursor: pointer;
        transition: transform .35s ease-in;
        transform: rotate(0); }
        #home #works-home .paginador-grid figure .plus-paginador {
          position: absolute;
          text-align: center;
          color: #434343;
          background-image: url(../images/plus-paginador.png);
          background-repeat: no-repeat;
          background-size: cover;
          width: 12px;
          height: 12px;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          transition: transform .35s ease-in;
          transform: scale(1); }
      #home #works-home .paginador-grid .txt-paginador {
        text-align: center;
        color: #928f8f;
        width: 100%;
        font-size: 18px;
        font-size: 1.8rem;
        font-family: "Roboto Slab", sans-serif; }
  #home #rrss-home {
    width: 100%;
    margin: 37px auto 0 auto;
    position: relative;
    background: #f9f6e9;
    padding-bottom: 20px;
    max-width: 1500px;
    opacity: 0;
    filter: alpha(opacity=0);
    padding-right: 10px;
    padding-left: 10px; }
    #home #rrss-home .cenefa {
      background-image: url(../images/cenefa-up.png);
      background-repeat: repeat-x;
      height: 27px;
      width: 100%;
      transform: translateY(-27px);
      padding-right: 10px;
      padding-left: 10px;
      position: relative;
      left: -10px; }
    #home #rrss-home #rrss-home-box {
      /*width: 60%;*/
      width: 70%;
      margin: 0 auto;
      overflow: hidden;
      display: flex;
      justify-content: space-between; }
      #home #rrss-home #rrss-home-box .item-box {
        width: calc(45.333% - 25px); }
        /*width: calc(45.333% - 25px); }*/
        #home #rrss-home #rrss-home-box .item-box header {
          width: 100%;
          font-family: "Roboto Slab", sans-serif;
          margin: 0 0 8px 0; }
          #home #rrss-home #rrss-home-box .item-box header h6 {
            font-size: 15px;
            font-size: 1.5rem;
            font-weight: bold;
            margin: 0 0 10px 0; }
          #home #rrss-home #rrss-home-box .item-box header .line {
            width: 100%;
            height: 1px;
            background: #868484;
            margin: 0 0 15px 0; }
          #home #rrss-home #rrss-home-box .item-box header .line2 {
            width: 100%;
            margin: 0 0 0 0;
            background-image: url(../images/linepluses.png);
            background-repeat: repeat-x;
            height: 3px; }
        #home #rrss-home #rrss-home-box .item-box.rrss-balcon article {
          width: 100%;
          margin: 0 0 30px 0;
          display: flex; }
          #home #rrss-home #rrss-home-box .item-box.rrss-balcon article figure {
            width: 20%;
            box-sizing: border-box;
            padding-left: 5px; }
            #home #rrss-home #rrss-home-box .item-box.rrss-balcon article figure img {
              width: 100%;
              height: auto; }
          #home #rrss-home #rrss-home-box .item-box.rrss-balcon article .txt {
            width: 80%;
            box-sizing: border-box;
            padding-left: 15px;
            color: #868484;
            font-family: "Roboto", sans-serif; }
            #home #rrss-home #rrss-home-box .item-box.rrss-balcon article .txt a {
              color: inherit;
              text-decoration: none; }
              #home #rrss-home #rrss-home-box .item-box.rrss-balcon article .txt a:hover {
                text-decoration: underline; }
            #home #rrss-home #rrss-home-box .item-box.rrss-balcon article .txt .date {
              font-size: 13px;
              font-size: 1.3rem;
              margin: 0 0 5px 0; }
            #home #rrss-home #rrss-home-box .item-box.rrss-balcon article .txt div.txt-content {
              font-size: 13px;
              font-size: 1.3rem;
              line-height: normal;
              margin: 0 0 5px 0; }
            #home #rrss-home #rrss-home-box .item-box.rrss-balcon article .txt .marcadores {
              display: flex; }
              #home #rrss-home #rrss-home-box .item-box.rrss-balcon article .txt .marcadores li {
                font-size: 12px;
                font-size: 1.2rem;
                padding-left: 25px;
                padding-top: 20px;
                background-repeat: no-repeat;
                background-position: left bottom;
                background-size: 20px auto;
                margin-right: 5px; }
                #home #rrss-home #rrss-home-box .item-box.rrss-balcon article .txt .marcadores li.comments {
                  background-image: url(../images/bubblespeech.png); }
                #home #rrss-home #rrss-home-box .item-box.rrss-balcon article .txt .marcadores li.likes {
                  background-image: url(../images/corazon.png); }
        #home #rrss-home #rrss-home-box .item-box.rrss-twitter {
          position: relative;
          overflow: hidden; }
          #home #rrss-home #rrss-home-box .item-box.rrss-twitter article {
            color: #868484;
            font-family: "Roboto", sans-serif;
            width: 100%;
            box-sizing: border-box;
            padding: 0 10% 0 5px;
            font-size: 13px;
            font-size: 1.3rem;
            line-height: 18px;
            line-height: 1.8rem;
            margin: 0 0 25px 0; }
            #home #rrss-home #rrss-home-box .item-box.rrss-twitter article strong {
              font-weight: bold; }
            #home #rrss-home #rrss-home-box .item-box.rrss-twitter article .ico-retweet img {
              height: .8rem;
              width: auto;
              margin-right: 5px; }
            #home #rrss-home #rrss-home-box .item-box.rrss-twitter article a {
              color: #ba1b08;
              text-decoration: none; }
              #home #rrss-home #rrss-home-box .item-box.rrss-twitter article a:hover {
                text-decoration: underline; }
        #home #rrss-home #rrss-home-box .item-box.rrss-instagram .content-instagram {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          #home #rrss-home #rrss-home-box .item-box.rrss-instagram .content-instagram article {
            width: calc(33.333% - 10px);
            margin-bottom: 20px; }
            #home #rrss-home #rrss-home-box .item-box.rrss-instagram .content-instagram article img {
              width: 100%;
              height: auto;
              display: block; }

#v-ie #home #works-home article figure .bck {
  opacity: .4; }

#works {
  width: 100%;
  position: relative;
  z-index: 10;
  min-height: calc(100vh - 329px); }
  #works::after {
    clear: both;
    content: "";
    display: table; }
  #works #cabecera-works {
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 0 0 30px;
    box-sizing: border-box; }
    #works #cabecera-works::after {
      clear: both;
      content: "";
      display: table; }
    #works #cabecera-works #header_ficha {
      position: relative;
      float: left;
      width: 50%;
      z-index: 5; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        #works #cabecera-works #header_ficha {
          width: 100%; } }
      #works #cabecera-works #header_ficha #tit {
        width: 100%;
        float: left;
        position: relative;
        margin: 0 0 25px 0;
        opacity: 0;
        filter: alpha(opacity=0); }
        #works #cabecera-works #header_ficha #tit p {
          font-family: "crossoverlight";
          font-size: 52px;
          font-size: 5.2rem;
          color: #1c1c20;
          padding: 0px 0px 20px 0px; }
          @media only screen and (min-width: 1024px) and (max-width: 1500px) {
            #works #cabecera-works #header_ficha #tit p {
              font-size: 50px;
              font-size: 5rem;
              letter-spacing: -1px; } }
          @media only screen and (min-width: 1024px) and (max-width: 1200px) {
            #works #cabecera-works #header_ficha #tit p {
              max-width: 400px; } }
          #works #cabecera-works #header_ficha #tit p span {
            color: #ba1b08;
            transform: translateX(-3px);
            display: inline-block; }
        #works #cabecera-works #header_ficha #tit .line {
          position: absolute;
          width: 80px;
          height: 1px;
          background: black;
          bottom: 0;
          left: 0; }
      #works #cabecera-works #header_ficha #selector-works {
        padding-bottom: 40px;
        position: relative;
        width: 100%;
        opacity: 0;
        filter: alpha(opacity=0); }
        #works #cabecera-works #header_ficha #selector-works h4 {
          font-family: "Roboto Slab", sans-serif;
          color: #434343;
          font-size: 15px;
          font-size: 1.5rem;
          font-weight: bold;
          padding-bottom: 6px; }
        #works #cabecera-works #header_ficha #selector-works .line {
          width: 100%;
          height: 6px;
          background: #dfdfdf;
          display: none !important; }
        #works #cabecera-works #header_ficha #selector-works #selector-works-list {
          width: 100%;
          padding: 10px 0 0 0;
          padding-bottom: 60px;
          column-count: 4; }
          #works #cabecera-works #header_ficha #selector-works #selector-works-list::after {
            clear: both;
            content: "";
            display: table; }
          #works #cabecera-works #header_ficha #selector-works #selector-works-list li {
            color: #434343;
            margin: 0 0 2px 0;
            padding: 0 0;
            font-family: "Roboto Slab", sans-serif;
            font-size: 12px;
            font-size: 1.2rem;
            position: relative;
            left: -5px;
            font-weight: lighter; }
            #works #cabecera-works #header_ficha #selector-works #selector-works-list li div {
              display: inline-block;
              padding: 5px 5px;
              cursor: pointer;
              position: relative; }
              #works #cabecera-works #header_ficha #selector-works #selector-works-list li div:before {
                content: " ";
                display: bold;
                position: absolute;
                z-index: 1;
                height: 100%;
                width: 100%;
                left: 0;
                top: 0;
                transform-origin: left center;
                transform: scaleX(0);
                background: #434343;
                transition: transform 0.55s cubic-bezier(0.19, 1, 0.22, 1); }
              #works #cabecera-works #header_ficha #selector-works #selector-works-list li div span {
                position: relative;
                z-index: 2;
                color: #434343;
                transition: color 0.55s cubic-bezier(0.19, 1, 0.22, 1); }
            #works #cabecera-works #header_ficha #selector-works #selector-works-list li:hover, #works #cabecera-works #header_ficha #selector-works #selector-works-list li.selected {
              color: #f0ecde; }
              #works #cabecera-works #header_ficha #selector-works #selector-works-list li:hover div:before, #works #cabecera-works #header_ficha #selector-works #selector-works-list li.selected div:before {
                transform: scaleX(1); }
              #works #cabecera-works #header_ficha #selector-works #selector-works-list li:hover div span, #works #cabecera-works #header_ficha #selector-works #selector-works-list li.selected div span {
                color: #f0ecde; }
      #works #cabecera-works #header_ficha #selector-works-combo {
        display: none; }
      #works #cabecera-works #header_ficha #work {
        width: 100%;
        float: left; }
        #works #cabecera-works #header_ficha #work h1 {
          color: #959595;
          font-family: "Roboto Slab", sans-serif;
          font-weight: lighter;
          font-size: 30px;
          font-size: 3rem;
          background: url("../images/bg_h1_ficha.jpg") no-repeat top left;
          padding: 12px 0px 0px 0px; }
          #works #cabecera-works #header_ficha #work h1 span {
            font-weight: normal; }
    #works #cabecera-works #bg_header_ficha {
      position: absolute;
      bottom: 0;
      width: 50%;
      height: 100%;
      right: 0;
      overflow-y: hidden;
      overflow-x: hidden; }
      @media only screen and (min-width: 1024px) and (max-width: 1500px) {
        #works #cabecera-works #bg_header_ficha:after {
          display: block;
          content: " ";
          position: absolute;
          right: 0;
          width: 5px;
          background: white;
          top: 0;
          height: 100%; } }
      #works #cabecera-works #bg_header_ficha .tapa-img {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        background: white; }
      #works #cabecera-works #bg_header_ficha #video-cab {
        position: absolute;
        width: 100%;
        height: 100%; }
        #works #cabecera-works #bg_header_ficha #video-cab #video-border {
          position: absolute;
          z-index: 5;
          height: 100%;
          width: 60px;
          background-image: url(../images/bck-gradient-video.png);
          background-repeat: repeat-y;
          background-size: 100% auto; }
        #works #cabecera-works #bg_header_ficha #video-cab #video-cab-works {
          position: absolute;
          width: 100%;
          height: 100%; }
      #works #cabecera-works #bg_header_ficha img {
        width: 30%;
        height: auto;
        position: absolute;
        left: 55%;
        bottom: 0;
        opacity: 0;
        filter: alpha(opacity=0); }
  #works #works-grid {
    width: 100%;
    overflow: hidden;
    margin: 5px auto 80px auto;
    position: relative;
    left: 6px; }
    #works #works-grid article {
      position: relative;
      display: inline-block;
      background-color: white;
      cursor: pointer;
      overflow: hidden;
      will-change: left, top, opacity; }
      #works #works-grid article.fake-article {
        cursor: default; }
        #works #works-grid article.fake-article:after {
          content: " ";
          position: absolute;
          width: 100%;
          height: 10px;
          background: white;
          left: 0;
          bottom: 0; }
        #works #works-grid article.fake-article:before {
          content: " ";
          position: absolute;
          width: 10px;
          height: 100%;
          background: white;
          right: 0;
          top: 0; }
        #works #works-grid article.fake-article h5 {
          color: #fefefe;
          font-family: "crossoverlight";
          font-size: 30px;
          font-size: 3rem;
          text-transform: uppercase;
          white-space: nowrap;
          width: 100%;
          text-align: center;
          top: 50%;
          transform: translateY(-50%);
          position: absolute;
          box-sizing: border-box;
          padding-left: 15px;
          padding-right: 15px; }
          #works #works-grid article.fake-article h5 span {
            display: inline-block;
            position: relative; }
            #works #works-grid article.fake-article h5 span:before {
              font-family: "crossoverlight";
              font-size: 30px;
              font-size: 3rem;
              position: absolute;
              right: calc(100% + 15px);
              top: 50%;
              font-style: normal;
              transform: translateY(-50%); }
            #works #works-grid article.fake-article h5 span:after {
              font-family: "crossoverlight";
              font-size: 30px;
              font-size: 3rem;
              position: absolute;
              left: calc(100% + 15px);
              top: 50%;
              font-style: normal;
              transform: translateY(-50%); }
      #works #works-grid article .article-wrap {
        position: relative;
        width: 100%;
        height: 100%;
        opacity: 0;
        filter: alpha(opacity=0); }
      #works #works-grid article .tapa-intro {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: white;
        z-index: 6;
        will-change: transform; }
      #works #works-grid article .tapa-intro-cliente {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: white;
        z-index: 4;
        opacity: 0.15;
        filter: alpha(opacity=15);
        will-change: transform; }
      #works #works-grid article .figure-box {
        position: relative;
        overflow: hidden;
        will-change: transform; }
      #works #works-grid article figure {
        background-repeat: no-repeat;
        background-position: center center;
        display: inline-block;
        position: relative;
        z-index: 1; }
        #works #works-grid article figure .video-box {
          position: absolute;
          left: 0;
          top: 0;
          opacity: 0;
          filter: alpha(opacity=0);
          z-index: 3; }
        #works #works-grid article figure .bck {
          mix-blend-mode: multiply;
          will-change: opacity; }
        #works #works-grid article figure img {
          position: absolute;
          will-change: opacity; }
          #works #works-grid article figure img.bn {
            filter: grayscale(100%);
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%); }
        #works #works-grid article figure .tapa {
          background-repeat: no-repeat;
          background-color: rgba(0, 0, 0, 0.2);
          background-position: center center;
          display: inline-block;
          position: absolute;
          z-index: 2;
          opacity: 0;
          filter: alpha(opacity=0);
          will-change: opacity; }
      #works #works-grid article .txt {
        position: absolute;
        z-index: 5;
        bottom: 30px;
        left: 20px; }
        #works #works-grid article .txt h4 {
          font-family: "Roboto Slab", sans-serif;
          font-size: 15px;
          font-size: 1.5rem;
          color: white;
          margin: 0 0 10px 0;
          font-weight: lighter; }
        #works #works-grid article .txt .line {
          width: 20px;
          height: 1px;
          background: white;
          margin: 0 0 10px 0;
          opacity: 0.8;
          filter: alpha(opacity=80); }
        #works #works-grid article .txt h5 {
          font-family: "Roboto Slab", sans-serif;
          color: white;
          font-size: 15px;
          font-size: 1.5rem;
          text-transform: uppercase;
          font-weight: bolder; }
      #works #works-grid article.s1-1 {
        width: 25%; }
      #works #works-grid article.s1-2 {
        width: 25%; }
      #works #works-grid article.s2-1 {
        width: 50%; }
    #works #works-grid .paginador-grid {
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      display: none; }
      #works #works-grid .paginador-grid figure {
        width: 48px;
        height: 43px;
        background-image: url(../images/arrow-paginador.png);
        background-repeat: no-repeat;
        position: relative;
        margin: 0 auto 10px auto;
        background-size: cover;
        cursor: pointer;
        transition: transform .35s ease-in;
        transform: rotate(0); }
        #works #works-grid .paginador-grid figure .plus-paginador {
          position: absolute;
          text-align: center;
          color: #434343;
          background-image: url(../images/plus-paginador.png);
          background-repeat: no-repeat;
          background-size: cover;
          width: 12px;
          height: 12px;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          transition: transform .35s ease-in;
          transform: scale(1); }
      #works #works-grid .paginador-grid .txt-paginador {
        text-align: center;
        color: #928f8f;
        width: 100%;
        font-size: 18px;
        font-size: 1.8rem;
        font-family: "Roboto Slab", sans-serif; }

#works #works-grid article.fake-article {
  display: block !important; }

#v-ie #works #works-grid article figure .bck {
  opacity: .4; }

.people {
  width: 100%;
  position: relative;
  z-index: 10; }
  .people::after {
    clear: both;
    content: "";
    display: table; }
  .people #people-grid {
    width: 100%;
    overflow: hidden;
    margin: 6px auto 80px auto;
    position: relative;
    left: 6px; }
    @media screen and (min-width: 1501px) {
      .people #people-grid {
        left: 1px; } }
    .people #people-grid article {
      position: relative;
      display: inline-block;
      background-color: white;
      opacity: 0;
      filter: alpha(opacity=0);
      cursor: pointer;
      overflow: hidden; }
      .people #people-grid article .tapa-intro {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: white;
        z-index: 6; }
      .people #people-grid article .tapa-intro-cliente {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: white;
        z-index: 4;
        opacity: 0.15;
        filter: alpha(opacity=15); }
      .people #people-grid article .figure-box {
        position: relative;
        overflow: hidden; }
      .people #people-grid article figure {
        background-repeat: no-repeat;
        background-blend-mode: multiply;
        background-position: center center;
        display: inline-block;
        position: relative;
        z-index: 1; }
        .people #people-grid article figure .video-box {
          position: absolute;
          left: 0;
          top: 0;
          opacity: 0;
          filter: alpha(opacity=0);
          z-index: 3;
          display: none; }
        .people #people-grid article figure img {
          position: absolute; }
          .people #people-grid article figure img.bn {
            filter: grayscale(100%);
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            width: 100%;
            height: 100%; }
        .people #people-grid article figure .tapa {
          background-repeat: no-repeat;
          background-color: rgba(0, 0, 0, 0.2);
          background-position: center center;
          display: inline-block;
          position: absolute;
          z-index: 2;
          opacity: 0;
          filter: alpha(opacity=0); }
      .people #people-grid article .txt {
        position: absolute;
        z-index: 5;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 15px 0 30px 0; }
        .people #people-grid article .txt .bck-txt {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background: rgba(255, 255, 255, 0.7); }
        .people #people-grid article .txt h4 {
          font-family: "Roboto", sans-serif;
          font-size: 15px;
          font-size: 1.5rem;
          color: white;
          margin: 0 0 10px 0;
          text-align: center;
          color: #464446;
          box-sizing: border-box;
          padding: 0 15px;
          position: relative;
          z-index: 2; }
        .people #people-grid article .txt .line {
          width: 40px;
          height: 1px;
          background: #464446;
          margin: 0 auto 10px auto;
          position: relative;
          z-index: 2; }
        .people #people-grid article .txt h5 {
          font-family: "Roboto Slab", sans-serif;
          color: white;
          font-size: 15px;
          font-size: 1.5rem;
          text-transform: uppercase;
          text-align: center;
          color: #464446;
          font-weight: bold;
          box-sizing: border-box;
          padding: 0 15px;
          position: relative;
          z-index: 2; }
    .people #people-grid .paginador-grid {
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      display: none; }
      .people #people-grid .paginador-grid figure {
        width: 48px;
        height: 43px;
        background-image: url(../images/arrow-paginador.png);
        background-repeat: no-repeat;
        position: relative;
        margin: 0 auto 10px auto;
        background-size: cover;
        cursor: pointer;
        transition: transform .35s ease-in;
        transform: rotate(0); }
        .people #people-grid .paginador-grid figure .plus-paginador {
          position: absolute;
          text-align: center;
          color: #434343;
          background-image: url(../images/plus-paginador.png);
          background-repeat: no-repeat;
          background-size: cover;
          width: 12px;
          height: 12px;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          transition: transform .35s ease-in;
          transform: scale(1); }
      .people #people-grid .paginador-grid .txt-paginador {
        text-align: center;
        color: #928f8f;
        width: 100%;
        font-size: 18px;
        font-size: 1.8rem;
        font-family: "Roboto Slab", sans-serif; }

#philosophy {
  width: 100%;
  position: relative;
  z-index: 10;
  /*CABECERA*/ }
  #philosophy::after {
    clear: both;
    content: "";
    display: table; }
  #philosophy #pagination-philosophy {
    height: 535px;
    position: absolute;
    margin: auto;
    z-index: 10;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(-50%); }
    #philosophy #pagination-philosophy #bar-pagination-philosophy {
      width: 1px;
      height: 350px;
      position: relative; }
      #philosophy #pagination-philosophy #bar-pagination-philosophy #bar-philosophy-progres {
        height: 350px;
        position: relative;
        width: 1px;
        margin: 0 auto;
        overflow: hidden; }
        #philosophy #pagination-philosophy #bar-pagination-philosophy #bar-philosophy-progres:before {
          content: " ";
          position: absolute;
          width: 100%;
          height: 100%;
          background: white;
          height: 100%;
          display: block;
          z-index: 1; }
        #philosophy #pagination-philosophy #bar-pagination-philosophy #bar-philosophy-progres span {
          position: absolute;
          z-index: 2;
          display: block;
          width: 1px;
          background: white;
          opacity: 0.2;
          filter: alpha(opacity=20);
          height: 0;
          transition: width 0.15s cubic-bezier(0.19, 1, 0.22, 1);
          display: none !important; }
      #philosophy #pagination-philosophy #bar-pagination-philosophy .dot-video {
        position: absolute;
        background: transparent;
        width: 8px;
        height: 8px;
        border: solid 3px white;
        border-radius: 100%;
        display: block;
        left: -6px;
        transform: translateY(-3px);
        z-index: 5;
        cursor: pointer;
        transition: border 0.35s cubic-bezier(0.19, 1, 0.22, 1); }
        #philosophy #pagination-philosophy #bar-pagination-philosophy .dot-video span {
          display: block;
          width: 10px;
          height: 10px;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          background: white;
          border-radius: 100%;
          transform: scale(1.15);
          opacity: 0;
          filter: alpha(opacity=0);
          transition: opacity 0.35s cubic-bezier(0.19, 1, 0.22, 1); }
        #philosophy #pagination-philosophy #bar-pagination-philosophy .dot-video .dot-video-help {
          position: absolute;
          width: 200px;
          color: white;
          font-family: "Roboto", sans-serif;
          font-size: 12px;
          text-align: right;
          top: 50%;
          right: 100%;
          opacity: 0;
          filter: alpha(opacity=0);
          display: none; }
        #philosophy #pagination-philosophy #bar-pagination-philosophy .dot-video:hover span {
          opacity: 1;
          filter: alpha(opacity=100); }
        #philosophy #pagination-philosophy #bar-pagination-philosophy .dot-video.selected {
          border: solid 3px transparent; }
          #philosophy #pagination-philosophy #bar-pagination-philosophy .dot-video.selected span {
            opacity: 1;
            filter: alpha(opacity=100);
            width: 6px;
            height: 6px; }
      #philosophy #pagination-philosophy #bar-pagination-philosophy .dot-line {
        position: absolute;
        background: white;
        display: block;
        z-index: 1;
        width: 1px;
        height: 30px; }
  #philosophy #cabecera-philosophy {
    background: #1e1e1e;
    width: 100vw;
    position: relative;
    height: calc("100vh - 55px");
    overflow: hidden;
    margin: 0 auto; }
    #philosophy #cabecera-philosophy #cabecera-philosophy-content {
      position: absolute;
      top: 0;
      left: 0;
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      z-index: 2; }
      #philosophy #cabecera-philosophy #cabecera-philosophy-content .bck {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #e2e2e2;
        z-index: 1; }
    #philosophy #cabecera-philosophy #image-box {
      overflow: hidden;
      position: absolute;
      width: 100%;
      height: 100%;
      background-repeat: none;
      background-size: cover;
      background-position: center top;
      z-index: 2; }
      #philosophy #cabecera-philosophy #image-box img {
        display: none; }
    #philosophy #cabecera-philosophy #video-box {
      overflow: hidden;
      position: absolute;
      z-index: 2;
      width: 100%;
      height: 100%;
      z-index: 5; }
    #philosophy #cabecera-philosophy .tapa {
      background: white;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      z-index: 10; }
    #philosophy #cabecera-philosophy .content {
      display: none; }
    #philosophy #cabecera-philosophy #info-cabecera-philosophy {
      width: 85%;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 6;
      transform: translateY(-50%); }
      #philosophy #cabecera-philosophy #info-cabecera-philosophy h2 {
        font-size: 60px;
        font-size: 6rem;
        color: white;
        font-family: "Roboto Slab", sans-serif;
        font-weight: lighter;
        position: relative;
        width: 80%;
        margin: 0 auto 25px auto;
        text-align: center;
        letter-spacing: 1px;
        text-transform: uppercase; }
      #philosophy #cabecera-philosophy #info-cabecera-philosophy .rombos {
        position: relative;
        width: 100%;
        height: 49px; }
        #philosophy #cabecera-philosophy #info-cabecera-philosophy .rombos div {
          background-image: url(../images/rombo.png);
          background-repeat: no-repeat;
          background-size: cover;
          width: 22px;
          height: 24px;
          position: absolute;
          left: 0;
          right: 0;
          margin: auto; }
    #philosophy #cabecera-philosophy #video-cabecera {
      position: relative; }
  #philosophy #works-philosophy {
    width: 100%;
    overflow: hidden;
    margin: 6px auto 80px auto;
    position: relative;
    left: 6px; }
    #philosophy #works-philosophy article {
      position: relative;
      display: inline-block;
      background-color: white;
      opacity: 0;
      filter: alpha(opacity=0);
      overflow: hidden;
      /* FICHA TEXTO */
      /*FICHA IMAGEN*/ }
      #philosophy #works-philosophy article.interactive {
        cursor: pointer; }
      #philosophy #works-philosophy article .article-wrap {
        position: relative; }
      #philosophy #works-philosophy article .tapa-intro {
        position: absolute;
        width: 100%;
        height: 101%;
        top: 0;
        left: 0;
        background: white;
        z-index: 6; }
      #philosophy #works-philosophy article .tapa-intro-cliente {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: white;
        z-index: 4;
        opacity: 0.15;
        filter: alpha(opacity=15); }
      #philosophy #works-philosophy article .info-txt {
        position: absolute;
        box-sizing: border-box;
        padding: 0 0;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%); }
        #philosophy #works-philosophy article .info-txt h4 {
          font-family: "Roboto Slab", sans-serif;
          font-size: 15px;
          font-size: 1.5rem;
          color: #1c1c1c;
          margin: 0 0 0 0;
          font-weight: lighter; }
        #philosophy #works-philosophy article .info-txt h5 {
          font-family: "crossoverlight";
          font-size: 35px;
          font-size: 3.5rem;
          color: #1c1c1c;
          text-transform: uppercase;
          white-space: nowrap; }
      #philosophy #works-philosophy article .info-hover {
        position: absolute;
        top: 50%;
        left: 50%;
        box-sizing: border-box;
        max-width: 70%;
        transform: translateY(-50%) translateX(-50%);
        display: none;
        font-style: italic; }
        #philosophy #works-philosophy article .info-hover .cross-prev {
          font-family: "crossoverlight";
          font-size: 35px;
          font-size: 3.5rem;
          transform: rotate(45deg) translateY(-50%);
          position: absolute;
          right: 110%;
          top: 40%;
          font-style: normal; }
        #philosophy #works-philosophy article .info-hover .cross-next {
          font-family: "crossoverlight";
          font-size: 35px;
          font-size: 3.5rem;
          transform: rotate(45deg) translateY(-50%);
          position: absolute;
          left: 105%;
          top: 40%;
          font-style: normal; }
        #philosophy #works-philosophy article .info-hover h6 {
          font-family: "Roboto", sans-serif;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 18px;
          line-height: 1.8rem;
          color: #1c1c1c;
          margin: 0 0 0 0;
          font-weight: lighter;
          position: relative; }
        #philosophy #works-philosophy article .info-hover .line {
          width: 30px;
          height: 1px;
          background: #1c1c1c;
          margin: 0 0 20px 0; }
      #philosophy #works-philosophy article .figure-box {
        position: relative;
        overflow: hidden; }
      #philosophy #works-philosophy article figure {
        background-repeat: no-repeat;
        background-position: center center;
        display: inline-block;
        position: relative;
        z-index: 1; }
        #philosophy #works-philosophy article figure .video-box {
          position: absolute;
          left: 0;
          top: 0;
          opacity: 0;
          filter: alpha(opacity=0);
          z-index: 3; }
        #philosophy #works-philosophy article figure .bck {
          mix-blend-mode: multiply; }
        #philosophy #works-philosophy article figure img {
          position: absolute; }
          #philosophy #works-philosophy article figure img.bn {
            filter: grayscale(100%);
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%); }
        #philosophy #works-philosophy article figure .tapa {
          background-repeat: no-repeat;
          background-color: rgba(0, 0, 0, 0.2);
          background-position: center center;
          display: inline-block;
          position: absolute;
          z-index: 2;
          opacity: 0;
          filter: alpha(opacity=0); }
      #philosophy #works-philosophy article.s1-1 {
        width: 25%; }
      #philosophy #works-philosophy article.s1-2 {
        width: 25%; }
      #philosophy #works-philosophy article.s2-1 {
        width: 50%; }
    #philosophy #works-philosophy .paginador-grid {
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      display: none; }
      #philosophy #works-philosophy .paginador-grid figure {
        width: 48px;
        height: 43px;
        background-image: url(../images/arrow-paginador.png);
        background-repeat: no-repeat;
        position: relative;
        margin: 0 auto 10px auto;
        background-size: cover;
        cursor: pointer;
        transition: transform .35s ease-in;
        transform: rotate(0); }
        #philosophy #works-philosophy .paginador-grid figure .plus-paginador {
          position: absolute;
          text-align: center;
          color: #434343;
          background-image: url(../images/plus-paginador.png);
          background-repeat: no-repeat;
          background-size: cover;
          width: 12px;
          height: 12px;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          transition: transform .35s ease-in;
          transform: scale(1); }
      #philosophy #works-philosophy .paginador-grid .txt-paginador {
        text-align: center;
        color: #928f8f;
        width: 100%;
        font-size: 18px;
        font-size: 1.8rem;
        font-family: "Roboto Slab", sans-serif; }

#contacto {
  width: 100%;
  position: relative;
  z-index: 10;
  max-width: 1500px;
  margin: 0 auto 60px auto;
  display: flex;
  min-height: calc(100vh - 389px);
  left: 6px; }
  #contacto::after {
    clear: both;
    content: "";
    display: table; }
  @media only screen and (min-width: 1500px) {
    #contacto {
      left: 0; } }
  #contacto #modulo-contacto {
    display: flex;
    opacity: 0;
    filter: alpha(opacity=0);
    flex-wrap: wrap; }
    #contacto #modulo-contacto #info-contacto {
      width: 50%;
      background: #f3f0dd;
      padding: 80px 0;
      box-sizing: border-box;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      #contacto #modulo-contacto #info-contacto:after {
        content: " ";
        width: 100%;
        height: 20px;
        background: white;
        position: absolute;
        bottom: 0;
        left: 0; }
      #contacto #modulo-contacto #info-contacto h2 {
        color: #ba1b08;
        font-family: "crossoverlight";
        font-size: 48px;
        font-size: 4.8rem;
        margin: 0 0 45px 0;
        text-align: center; }
      #contacto #modulo-contacto #info-contacto ul li {
        color: #7c7b7b;
        margin: 0 0 10px 0;
        width: 100%;
        text-align: center; }
        #contacto #modulo-contacto #info-contacto ul li h3 {
          font-family: "Roboto Slab", sans-serif;
          font-weight: lighter;
          font-size: 20px;
          font-size: 2rem;
          margin: 0 0 5px 0; }
        #contacto #modulo-contacto #info-contacto ul li p {
          font-size: 16px;
          font-size: 1.6rem; }
        #contacto #modulo-contacto #info-contacto ul li a {
          color: #7c7b7b;
          text-decoration: none;
          font-family: "Roboto", sans-serif; }
        #contacto #modulo-contacto #info-contacto ul li.cross span {
          font-family: "crossoverlight";
          display: block;
          font-size: 26px;
          font-size: 2.6rem; }
    #contacto #modulo-contacto #grid-contacto {
      width: 50%;
      overflow: hidden;
      margin: 10px auto 0 auto;
      position: relative;
      left: 10px;
      top: -10px; }
      #contacto #modulo-contacto #grid-contacto article {
        position: relative;
        display: inline-block;
        background-color: white;
        overflow: hidden;
        height: 300px;
        /* FICHA TEXTO */
        /*FICHA IMAGEN*/ }
        #contacto #modulo-contacto #grid-contacto article .article-wrap {
          position: relative;
          opacity: 0;
          filter: alpha(opacity=0); }
        #contacto #modulo-contacto #grid-contacto article .tapa-intro {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background: white;
          z-index: 6; }
        #contacto #modulo-contacto #grid-contacto article .tapa-intro-cliente {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background: white;
          z-index: 4;
          opacity: 0.15;
          filter: alpha(opacity=15); }
        #contacto #modulo-contacto #grid-contacto article .info-txt {
          position: absolute;
          box-sizing: border-box;
          padding: 0 20%;
          top: 50%;
          left: 0;
          transform: translateY(-50%); }
          #contacto #modulo-contacto #grid-contacto article .info-txt h4 {
            font-family: "Roboto", sans-serif;
            font-size: 15px;
            font-size: 1.5rem;
            color: #1c1c1c;
            margin: 0 0 0 0;
            font-weight: lighter; }
          #contacto #modulo-contacto #grid-contacto article .info-txt h5 {
            font-family: "crossoverlight";
            font-size: 35px;
            font-size: 3.5rem;
            color: #1c1c1c;
            text-transform: uppercase; }
        #contacto #modulo-contacto #grid-contacto article .info-hover {
          position: absolute;
          top: 50%;
          left: 50%;
          box-sizing: border-box;
          max-width: 70%;
          transform: translateY(-50%) translateX(-50%);
          display: none; }
          #contacto #modulo-contacto #grid-contacto article .info-hover .cross-prev {
            font-family: "crossoverlight";
            font-size: 35px;
            font-size: 3.5rem;
            transform: rotate(45deg) translateY(-50%);
            position: absolute;
            right: 110%;
            top: 40%; }
          #contacto #modulo-contacto #grid-contacto article .info-hover .cross-next {
            font-family: "crossoverlight";
            font-size: 35px;
            font-size: 3.5rem;
            transform: rotate(45deg) translateY(-50%);
            position: absolute;
            left: 105%;
            top: 40%; }
          #contacto #modulo-contacto #grid-contacto article .info-hover h6 {
            font-family: "Roboto", sans-serif;
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 18px;
            line-height: 1.8rem;
            color: #1c1c1c;
            margin: 0 0 0 0;
            font-weight: lighter;
            position: relative; }
          #contacto #modulo-contacto #grid-contacto article .info-hover .line {
            width: 30px;
            height: 1px;
            background: #1c1c1c;
            margin: 0 0 20px 0; }
        #contacto #modulo-contacto #grid-contacto article .figure-box {
          position: relative;
          overflow: hidden; }
        #contacto #modulo-contacto #grid-contacto article figure {
          background-repeat: no-repeat;
          background-position: center center;
          display: inline-block;
          position: relative;
          z-index: 1; }
          #contacto #modulo-contacto #grid-contacto article figure .video-box {
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0;
            filter: alpha(opacity=0);
            z-index: 3; }
          #contacto #modulo-contacto #grid-contacto article figure .bck {
            mix-blend-mode: multiply; }
          #contacto #modulo-contacto #grid-contacto article figure img {
            position: absolute; }
            #contacto #modulo-contacto #grid-contacto article figure img.bn {
              filter: grayscale(100%);
              -webkit-filter: grayscale(100%);
              -moz-filter: grayscale(100%);
              -ms-filter: grayscale(100%);
              -o-filter: grayscale(100%); }
          #contacto #modulo-contacto #grid-contacto article figure .tapa {
            background-repeat: no-repeat;
            background-color: rgba(0, 0, 0, 0.2);
            background-position: center center;
            display: inline-block;
            position: absolute;
            z-index: 2;
            opacity: 0;
            filter: alpha(opacity=0); }
        #contacto #modulo-contacto #grid-contacto article.s1-1 {
          width: 25%; }
        #contacto #modulo-contacto #grid-contacto article.s1-2 {
          width: 25%; }
        #contacto #modulo-contacto #grid-contacto article.s2-1 {
          width: 50%; }
      #contacto #modulo-contacto #grid-contacto .paginador-grid {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        display: none; }
        #contacto #modulo-contacto #grid-contacto .paginador-grid figure {
          width: 48px;
          height: 43px;
          background-image: url(../images/arrow-paginador.png);
          background-repeat: no-repeat;
          position: relative;
          margin: 0 auto 10px auto;
          background-size: cover;
          cursor: pointer;
          transition: transform .35s ease-in;
          transform: rotate(0); }
          #contacto #modulo-contacto #grid-contacto .paginador-grid figure .plus-paginador {
            position: absolute;
            text-align: center;
            color: #434343;
            background-image: url(../images/plus-paginador.png);
            background-repeat: no-repeat;
            background-size: cover;
            width: 12px;
            height: 12px;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            transition: transform .35s ease-in;
            transform: scale(1); }
        #contacto #modulo-contacto #grid-contacto .paginador-grid .txt-paginador {
          text-align: center;
          color: #928f8f;
          width: 100%;
          font-size: 18px;
          font-size: 1.8rem;
          font-family: "Roboto Slab", sans-serif; }

.tablet #wraper #cabecera-basica {
  padding-left: 0; }

.tablet #home {
  /*CABECERA*/ }
  .tablet #home #cabecera-home #info-cabecera-home #logo-cabecera {
    margin: 0 auto 15px auto; 
  }
  .tablet #home #cabecera-home #info-cabecera-home .line {
    margin: 0 auto 10px auto; }
  .tablet #home #cabecera-home #info-cabecera-home h2 {
    font-size: 14px;
    font-size: 1.4rem; }
  .tablet #home #cabecera-home #info-cabecera-home h3 {
    font-size: 10px;
    font-size: 1rem; }
  .tablet #home #cabecera-home #controls-cabecera-home {
    bottom: 20px; }
  .tablet #home #works-home {
    margin: 5px auto 40px auto;
    left: 3px; }
    .tablet #home #works-home article .txt {
      left: 20px;
      padding-right: 30px; }
      .tablet #home #works-home article .txt h4 {
        margin: 0 0 10px 0; }
      .tablet #home #works-home article .txt .line {
        margin: 0 0 10px 0; }
      .tablet #home #works-home article .txt h5 {
        font-weight: bold;
        font-style: 3vw; }
  .tablet #home #rrss-home #rrss-home-box {
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%; }
    .tablet #home #rrss-home #rrss-home-box .item-box header h6 {
      font-size: 12px;
      font-size: 1.2rem; }
    .tablet #home #rrss-home #rrss-home-box .item-box header .line {
      margin: 0 0 5px 0; }
    .tablet #home #rrss-home #rrss-home-box .item-box.rrss-balcon article {
      margin: 0 0 10px 0; }
      .tablet #home #rrss-home #rrss-home-box .item-box.rrss-balcon article .txt .date {
        font-size: 11px;
        font-size: 1.1rem; }
      .tablet #home #rrss-home #rrss-home-box .item-box.rrss-balcon article .txt div.txt-content {
        font-size: 11px;
        font-size: 1.1rem; }
      .tablet #home #rrss-home #rrss-home-box .item-box.rrss-balcon article .txt .marcadores li {
        font-size: 12px;
        font-size: 1.2rem;
        background-size: 15px auto;
        padding-left: 21px;
        padding-top: 15px; }
    .tablet #home #rrss-home #rrss-home-box .item-box.rrss-twitter article {
      margin: 0 0 10px 0;
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 14px;
      line-height: 1.4rem; }
      .tablet #home #rrss-home #rrss-home-box .item-box.rrss-twitter article:nth-child(4) {
        display: none; }
      .tablet #home #rrss-home #rrss-home-box .item-box.rrss-twitter article:nth-child(5) {
        display: none; }
    .tablet #home #rrss-home #rrss-home-box .item-box.rrss-instagram .content-instagram article {
      width: calc(33.333% - 5px);
      margin-bottom: 10px; }

.tablet #works #cabecera-works #header_ficha {
  width: 100%; }
  .tablet #works #cabecera-works #header_ficha #selector-works #selector-works-list {
    padding-bottom: 0; }

.tablet #works #cabecera-works #bg_header_ficha #video-cab {
  display: none !important; }

.tablet #works #works-grid {
  left: 3px; }
  .tablet #works #works-grid article.fake-article:after {
    height: 5px; }
  .tablet #works #works-grid article.fake-article:before {
    width: 5px; }
  .tablet #works #works-grid article.fake-article h5 {
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 8px;
    padding-right: 8px; }
    .tablet #works #works-grid article.fake-article h5 span:before {
      font-family: "crossoverlight";
      font-size: 24px;
      font-size: 2.4rem;
      right: calc(100% + 10px); }
    .tablet #works #works-grid article.fake-article h5 span:after {
      font-family: "crossoverlight";
      font-size: 24px;
      font-size: 2.4rem;
      left: calc(100% + 10px); }

.tablet #wraper {
  width: 95%; }
  .tablet #wraper #header_ficha {
    width: 100%; }
  .tablet #wraper #bg_header_ficha {
    display: none !important; }
  .tablet #wraper #cont_video_ficha_full #controls-video-full {
    bottom: 15px; }
  .tablet #wraper #cont_ficha #cont_ficha_izq #cont_video_ficha {
    margin: 0 0 0 0; }
  .tablet #wraper #cont_ficha #cont_ficha_izq #txt_ficha {
    padding: 20px 0; }
  .tablet #wraper #otros_casos {
    padding: 25px 0px 15px 0px; }
    .tablet #wraper #otros_casos #cont_casos {
      margin: 20px 0 0 0; }
      .tablet #wraper #otros_casos #cont_casos #arrow-related-left {
        width: 15px;
        height: 30px;
        /* as the half of the width */
        border-bottom-right-radius: 15px;
        border-top-right-radius: 15px; }
        .tablet #wraper #otros_casos #cont_casos #arrow-related-left span {
          font-size: 20px; }
      .tablet #wraper #otros_casos #cont_casos #arrow-related-right {
        width: 15px;
        height: 30px;
        /* as the half of the width */
        border-bottom-left-radius: 15px;
        border-top-left-radius: 15px;
        right: 4px; }
        .tablet #wraper #otros_casos #cont_casos #arrow-related-right span {
          font-size: 20px; }
      .tablet #wraper #otros_casos #cont_casos article .figure-box {
        left: 5px; }
      .tablet #wraper #otros_casos #cont_casos article .txt {
        bottom: 25px;
        left: 25px; }
        .tablet #wraper #otros_casos #cont_casos article .txt h4 {
          margin: 0 0 5px 0;
          font-size: 1.3rem; }
        .tablet #wraper #otros_casos #cont_casos article .txt .line {
          margin: 0 0 5px 0; }
        .tablet #wraper #otros_casos #cont_casos article .txt h5 {
          font-weight: bold;
          font-size: 1.3rem; }

.tablet .people #people-grid {
  left: 0; }
  .tablet .people #people-grid article .txt h4 {
    font-size: 12px;
    font-size: 1.2rem; }
  .tablet .people #people-grid article .txt h5 {
    font-size: 12px;
    font-size: 1.2rem; }

.tablet #philosophy {
  /*CABECERA*/ }
  .tablet #philosophy #pagination-philosophy {
    transform: translateY(-50%) scale(0.85); }
  .tablet #philosophy #cabecera-philosophy #info-cabecera-philosophy h2 {
    font-size: 7vw; }
  .tablet #philosophy #works-philosophy {
    left: 3px;
    margin: 5px auto 40px auto; }
    .tablet #philosophy #works-philosophy article {
      /* FICHA TEXTO */
      /*FICHA IMAGEN*/ }

.tablet #contacto #modulo-contacto #info-contacto:after {
  height: 15px; }

.tablet #contacto #modulo-contacto #info-contacto h2 {
  font-size: 35px;
  font-size: 3.5rem; }

.tablet #contacto #modulo-contacto #info-contacto ul li h3 {
  font-size: 15px;
  font-size: 1.5rem; }

.tablet #contacto #modulo-contacto #info-contacto ul li p {
  font-size: 12.5px;
  font-size: 1.25rem; }

.tablet #contacto #modulo-contacto #grid-contacto {
  left: 5px; }
  .tablet #contacto #modulo-contacto #grid-contacto article {
    /* FICHA TEXTO */
    /*FICHA IMAGEN*/ }

.mobile #home {
  /*CABECERA*/ }
  .mobile #home #cabecera-home #video-box {
    display: none; }
  .mobile #home #cabecera-home .content {
    display: block;
    width: 100%;
    height: -webkit-calc(100vh - 35px);
    height: calc(100vh - 35px);
    position: relative;
    top: 0; }
    .mobile #home #cabecera-home .content .swiper-slide {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center top;
      position: relative; }
      .mobile #home #cabecera-home .content .swiper-slide a {
        position: absolute;
        width: 100%;
        height: 100%;
        background: transparent; }
  .mobile #home #cabecera-home #info-cabecera-home {
    z-index: 2;
    width: 80%; }
    .mobile #home #cabecera-home #info-cabecera-home #logo-cabecera {
      width: 80%;
      margin: 0 auto 15px auto; }
    .mobile #home #cabecera-home #info-cabecera-home .line {
      margin: 0 auto 10px auto; }
    .mobile #home #cabecera-home #info-cabecera-home h2 {
      font-size: 15px;
      font-size: 1.5rem;
      margin-bottom: 5px; }
    .mobile #home #cabecera-home #info-cabecera-home h3 {
      font-size: 12px;
      font-size: 1.2rem; }
    @media screen and (max-width: 450px) {
      .mobile #home #cabecera-home #info-cabecera-home h2 {
        font-size: 3.5vw;
        margin-bottom: 5px; }
      .mobile #home #cabecera-home #info-cabecera-home h3 {
        font-size: 2.5vw; } }
  .mobile #home #cabecera-home #controls-cabecera-home {
    z-index: 2;
    bottom: 20px;
    display: none !important; }
    /*.mobile #home #cabecera-home #controls-cabecera-home #bar-cabecera-home #bar-cabecera-progres:before {
      background: white; }
    .mobile #home #cabecera-home #controls-cabecera-home #bar-cabecera-home #bar-cabecera-progres span {
      background: white; }*/
    .mobile #home #cabecera-home #controls-cabecera-home #bar-cabecera-home .dot-video {
      border: solid 3px white; }
      .mobile #home #cabecera-home #controls-cabecera-home #bar-cabecera-home .dot-video span {
        background: white; }
    .mobile #home #cabecera-home #controls-cabecera-home #bar-cabecera-home .dot-line {
      background: white; }
  .mobile #home #works-home {
    left: -2px;
    padding-bottom: 100px;
    margin: 5px auto 35px auto;
    transition: padding .35s ease-out; }
    .mobile #home #works-home.last-page {
      padding-bottom: 10px; }
    .mobile #home #works-home article .figure-box {
      left: 5px; }
    .mobile #home #works-home article .txt {
      bottom: 25px;
      left: 25px; }
      .mobile #home #works-home article .txt h4 {
        margin: 0 0 10px 0; }
      .mobile #home #works-home article .txt .line {
        margin: 0 0 10px 0; }
      .mobile #home #works-home article .txt h5 {
        font-weight: bold;
        font-style: 3.5vw; }
    .mobile #home #works-home .paginador-grid {
      display: block; }
  .mobile #home #rrss-home {
    box-sizing: border-box; }
    .mobile #home #rrss-home #rrss-home-box {
      flex-wrap: wrap;
      width: 100%;
      box-sizing: border-box;
      padding: 0 5px; }
      .mobile #home #rrss-home #rrss-home-box .item-box {
        width: 100%; }
        .mobile #home #rrss-home #rrss-home-box .item-box header h6 {
          font-size: 12px;
          font-size: 1.2rem; }
        .mobile #home #rrss-home #rrss-home-box .item-box.rrss-balcon article .txt .date {
          font-size: 11px;
          font-size: 1.1rem; }
        .mobile #home #rrss-home #rrss-home-box .item-box.rrss-balcon article .txt div.txt-content {
          font-size: 11px;
          font-size: 1.1rem; }
        .mobile #home #rrss-home #rrss-home-box .item-box.rrss-balcon article .txt .marcadores li {
          font-size: 12px;
          font-size: 1.2rem;
          background-size: 15px auto;
          padding-left: 21px;
          padding-top: 15px; }
        .mobile #home #rrss-home #rrss-home-box .item-box.rrss-twitter article {
          font-size: 11px;
          font-size: 1.1rem; }
        .mobile #home #rrss-home #rrss-home-box .item-box.rrss-instagram .content-instagram article {
          width: calc(33.333% - 5px);
          margin-bottom: 10px; }

/*LANDSCAPE*/
@media screen and (min-aspect-ratio: 13 / 9) and (max-width: 1023px) {
  .mobile #home {
    /*CABECERA*/ }
    .mobile #home #cabecera-home #video-box {
      display: none; }
    .mobile #home #cabecera-home #info-cabecera-home #logo-cabecera {
      width: 60%; }
    .mobile #home #cabecera-home #info-cabecera-home h2 {
      font-size: 3.5vh; }
    .mobile #home #cabecera-home #info-cabecera-home h3 {
      font-size: 2.5vh; } }

.mobile #works #cabecera-works #header_ficha #tit p {
  font-size: 40px;
  font-size: 4rem; }

.mobile #works #cabecera-works #header_ficha #selector-works {
  padding-bottom: 10px; }
  .mobile #works #cabecera-works #header_ficha #selector-works h4 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px; }
  .mobile #works #cabecera-works #header_ficha #selector-works .line {
    display: none; }
  .mobile #works #cabecera-works #header_ficha #selector-works #selector-works-list {
    display: none; }

.mobile #works #cabecera-works #header_ficha #selector-works-combo {
  display: block;
  width: 50%;
  background-color: #434343;
  background-image: url(../images/flechacombo.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: auto 30%;
  color: white;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  padding: 8px 0;
  text-indent: 15px;
  font-size: 15px;
  font-size: 1.5rem; }

.mobile #works #cabecera-works #bg_header_ficha {
  overflow: hidden; }
  .mobile #works #cabecera-works #bg_header_ficha #video-cab {
    display: none !important; }
  .mobile #works #cabecera-works #bg_header_ficha img {
    width: 60%;
    left: 50%; }

.mobile #works #works-grid {
  left: 0;
  padding-bottom: 100px;
  margin: 10px auto 20px auto;
  transition: padding .35s ease-out; }
  .mobile #works #works-grid.last-page {
    padding-bottom: 10px; }
  .mobile #works #works-grid article .figure-box {
    left: 2px; }
  .mobile #works #works-grid article .txt {
    bottom: 25px;
    left: 25px; }
    .mobile #works #works-grid article .txt h4 {
      margin: 0 0 10px 0; }
    .mobile #works #works-grid article .txt .line {
      margin: 0 0 10px 0; }
    .mobile #works #works-grid article .txt h5 {
      font-weight: bold;
      font-style: 3.5vw; }
  .mobile #works #works-grid .paginador-grid {
    display: block; }

.mobile #wraper {
  width: 95%; }
  .mobile #wraper #cabecera-basica {
    padding-left: 0; }
  .mobile #wraper #header_ficha {
    padding-top: 20px;
    width: 100%; }
    .mobile #wraper #header_ficha #tit {
      margin: 0 0 5px 0; }
      .mobile #wraper #header_ficha #tit p {
        font-size: 40px;
        font-size: 4rem; }
    .mobile #wraper #header_ficha #work {
      padding-bottom: 0; }
      .mobile #wraper #header_ficha #work h1 {
        font-size: 20px;
        font-size: 2rem; }
  .mobile #wraper #bg_header_ficha {
    display: none !important; }
  .mobile #wraper #cont_video_ficha_full {
    margin: 30px 0px 0px 0px; }
    .mobile #wraper #cont_video_ficha_full #controls-video-full {
      bottom: 5px; }
  .mobile #wraper #cont_ficha {
    margin: 0 0 0 0; }
    .mobile #wraper #cont_ficha #cont_ficha_izq #cont_video_ficha {
      margin: 10px 0 0 0; }
    .mobile #wraper #cont_ficha #cont_ficha_izq #txt_ficha {
      padding: 15px 0px; }
      .mobile #wraper #cont_ficha #cont_ficha_izq #txt_ficha h2 {
        width: 90%; }
      .mobile #wraper #cont_ficha #cont_ficha_izq #txt_ficha p {
        width: 90%; }
    .mobile #wraper #cont_ficha #cont_ficha_der #cont_img .size_1x1 {
      width: -webkit-calc(50% - 3px);
      width: calc(50% - 3px); }
    .mobile #wraper #cont_ficha #cont_ficha_der #cont_img .size_1x2 {
      width: -webkit-calc(50% - 3px);
      width: calc(50% - 3px); }
    .mobile #wraper #cont_ficha #cont_ficha_der #cont_img .img_left {
      margin: 0px 0px 7px 0px; }
    .mobile #wraper #cont_ficha #cont_ficha_der #cont_img .img_right {
      margin: 0px 0px 7px 6px; }
    .mobile #wraper #cont_ficha #cont_ficha_der #cont_img .size_1x1.img_left:nth-child(even) {
      margin: 0px 0px 7px 6px; }
  .mobile #wraper #otros_casos {
    padding: 30px 0px 30px 0px; }
    .mobile #wraper #otros_casos #cont_casos {
      margin: 25px 0 0 0;
      left: 0; }
      .mobile #wraper #otros_casos #cont_casos #arrow-related-right {
        right: 0px; }
      .mobile #wraper #otros_casos #cont_casos article .figure-box {
        left: 5px; }
      .mobile #wraper #otros_casos #cont_casos article .txt {
        bottom: 25px;
        left: 25px; }
        .mobile #wraper #otros_casos #cont_casos article .txt h4 {
          margin: 0 0 10px 0; }
        .mobile #wraper #otros_casos #cont_casos article .txt .line {
          margin: 0 0 10px 0; }
        .mobile #wraper #otros_casos #cont_casos article .txt h5 {
          font-weight: bold;
          font-style: 3.5vw; }

.mobile .people #people-grid {
  margin: 10px auto 10px auto;
  padding-bottom: 90px;
  transition: padding .35s ease-out;
  left: 0; }
  .mobile .people #people-grid.last-page {
    padding-bottom: 20px; }
  .mobile .people #people-grid article .txt h4 {
    font-size: 12px;
    font-size: 1.2rem; }
  .mobile .people #people-grid article .txt h5 {
    font-size: 12px;
    font-size: 1.2rem; }

.mobile #wraper #cabecera-basica {
  padding-left: 0; }
  .mobile #wraper #cabecera-basica #header_ficha #work h2 {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 10px 0 10px 0; }
  .mobile #wraper #cabecera-basica #header_ficha #work p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.0rem; }

.mobile #philosophy {
  /*CABECERA*/ }
  .mobile #philosophy #pagination-philosophy {
    display: none !important; }
  .mobile #philosophy #cabecera-philosophy #video-box {
    display: none !important; }
  .mobile #philosophy #cabecera-philosophy #info-cabecera-philosophy h2 {
    font-size: 7vw;
    margin: 0 auto 10px auto; }
  .mobile #philosophy #cabecera-philosophy #info-cabecera-philosophy .rombos div {
    width: 14px;
    height: 15px; }
  .mobile #philosophy #works-philosophy {
    margin: 5px auto 20px auto;
    left: 3px; }
    .mobile #philosophy #works-philosophy article {
      /* FICHA TEXTO */
      /*FICHA IMAGEN*/ }
      .mobile #philosophy #works-philosophy article .info-txt h4 {
        font-size: 12px;
        font-size: 1.2rem; }
      .mobile #philosophy #works-philosophy article .info-txt h5 {
        font-size: 19px;
        font-size: 1.9rem; }
      .mobile #philosophy #works-philosophy article .info-hover {
        max-width: 85%; }
        .mobile #philosophy #works-philosophy article .info-hover .cross-prev {
          font-size: 20px;
          font-size: 2rem; }
        .mobile #philosophy #works-philosophy article .info-hover .cross-next {
          font-size: 20px;
          font-size: 2rem; }
        .mobile #philosophy #works-philosophy article .info-hover h6 {
          font-size: 11.5px;
          font-size: 1.15rem;
          line-height: 12px;
          line-height: 1.2rem; }
          .mobile #philosophy #works-philosophy article .info-hover h6 br {
            display: none; }

.mobile #contacto {
  margin: 0 auto 20px auto;
  min-height: calc(100vh - 318px); }
  .mobile #contacto #modulo-contacto #info-contacto {
    width: 100%;
    padding: 40px 0; }
    .mobile #contacto #modulo-contacto #info-contacto:after {
      height: 5px; }
    .mobile #contacto #modulo-contacto #info-contacto h2 {
      font-size: 30px;
      font-size: 3rem; }
    .mobile #contacto #modulo-contacto #info-contacto ul li h3 {
      font-size: 14px;
      font-size: 1.4rem; }
    .mobile #contacto #modulo-contacto #info-contacto ul li p {
      font-size: 12px;
      font-size: 1.2rem; }
  .mobile #contacto #modulo-contacto #grid-contacto {
    width: 100%;
    left: 0; }
    .mobile #contacto #modulo-contacto #grid-contacto article {
      /* FICHA TEXTO */
      /*FICHA IMAGEN*/ }

html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  min-height: 100%; }

body {
  background: #10100e;
  position: relative;
  overflow-x: hidden;
  min-height: 100%; }

#cenefa-rushmore {
  position: fixed;
  left: 0;
  right: 0;
  max-width: 1490px;
  width: 100%;
  height: 35px;
  background: transparent url(../images/cenefa.svg) repeat-x;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1001; }
  #cenefa-rushmore span {
    height: 35px;
    display: block;
    background: white;
    width: 100%; }

/* isotope transition styles */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity; }

.grayscale {
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  -webkit-transition: -webkit-filter 450ms linear; }
