


/*------------------------------------*    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* html element 62.5% font-size for REM use */
@media (max-width: 767px) {
  html {
    overflow-x: hidden;
    width: 100vw; } }

body {
  font-family: "KStd";
  color: #272727;
  background: #F2F2F2;
  overflow-x: hidden; }

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  color: #272727;
  text-decoration: none; }

a:hover {
  color: #272727;
  text-decoration: none; }

a:focus {
  outline: 0;
  text-decoration: none;
  color: inherit; }

a:hover,
a:active {
  outline: 0; }

input:focus {
  outline: 0;
  border: 1px solid #04A4CC; }

/*------------------------------------*    STRUCTURE
\*------------------------------------*/
.main-contents {
  display: flow-root;
}
/* wrapper */
.wrapper {
  margin: 0 auto;
  position: relative; }

/* header */
/* logo */
.logo {
  position: fixed;
  padding-top: 27px;
  left: 27px;
  z-index: 980; }
  @media (max-width: 767px) {
    .logo svg {
      width: 120px;
      height: 24px; } }
  @media (max-width: 767px) {
    .logo {
      padding-top: 20px;
      left: 20px; } }
  .logo .linea {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }

.btn-menu {
  position: fixed;
  top: 27px;
  right: 27px;
  z-index: 1000;
  cursor: pointer;
  height: 18px;
  width: 43px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  @media (max-width: 767px) {
    .btn-menu {
      top: 20px;
      right: 20px;
      width: 31px; } }
  .btn-menu.blanco span {
    background: #fff; }
  .btn-menu span {
    display: block;
    position: absolute;
    width: 43px;
    height: 2px;
    margin-bottom: 6px;
    background: #272727;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    @media (max-width: 767px) {
      .btn-menu span {
        width: 31px; } }
    .btn-menu span:first-child {
      top: 0;
      -webkit-transform-origin: left top;
      -moz-transform-origin: left top;
      -ms-transform-origin: left top;
      -o-transform-origin: left top;
      transform-origin: left top; }
    .btn-menu span:last-child {
      margin-bottom: 0;
      bottom: 0;
      -webkit-transform-origin: left bottom;
      -moz-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
      -o-transform-origin: left bottom;
      transform-origin: left bottom; }
    .btn-menu span.dos {
      top: 8px; }
    .btn-menu span:last-child {
      margin-bottom: 0;
      bottom: 0; }
  .open-menu .btn-menu {
    width: 32px;
    height: 32px; }
    @media (max-width: 767px) {
      .open-menu .btn-menu {
        width: 23px;
        height: 23px; } }
    .open-menu .btn-menu span {
      position: absolute;
      background: #272727 !important; }
      .open-menu .btn-menu span.uno {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .open-menu .btn-menu span.dos {
        width: 0; }
      .open-menu .btn-menu span.tres {
        bottom: 0px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }

/* nav */
#menu {
  background: #F2F2F2;
  position: fixed;
  z-index: 990;
  top: -100%;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none; }
  @media (max-width: 767px) {
    #menu a {
      opacity: 1 !important; } }
  @media (max-width: 767px) {
    #menu a:hover {
      opacity: 0.30; } }
  #menu.open-projects_cat .izq ul li {
    opacity: 0.3; }
    #menu.open-projects_cat .izq ul li.btn-projects {
      opacity: 1 !important; }
  #menu.open-projects_cat .der {
    /*display: flex !important;
			opacity: 1;
			z-index: 1;*/ }
  #menu .idiomas {
    position: absolute;
    top: 18px;
    left: 27px;
    color: #7F7F7F;
    z-index: 100; }
    @media (max-width: 767px) {
      #menu .idiomas {
        top: 20px;
        left: 20px; } }
    #menu .idiomas ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #menu .idiomas ul li {
        display: inline;
        opacity: 1;
        font-size: 18px;
        letter-spacing: 0; }
        @media (max-width: 767px) {
          #menu .idiomas ul li {
            font-size: 15px;
            line-height: 15px; } }
        #menu .idiomas ul li:after {
          content: " | ";
          display: inline; }
        #menu .idiomas ul li:last-child:after {
          display: none; }
        #menu .idiomas ul li.wpml-ls-current-language a {
          opacity: 1;
          color: #272727; }
        #menu .idiomas ul li .wpml-ls-display {
          display: none; }
        #menu .idiomas ul li a {
          color: #7F7F7F;
          -webkit-transition: color 0.2s ease-in;
          -moz-transition: color 0.2s ease-in;
          transition: color 0.2s ease-in; }
          #menu .idiomas ul li a:hover {
            color: #272727; }
  #menu .nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #menu .nav ul:hover li:not(:hover) {
      /*opacity: .30;
				  @media (max-width: 767px){
					  opacity: 1;
				  }*/ }
    #menu .nav ul li {
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
      @media (max-width: 767px) {
        #menu .nav ul li {
          padding: 3px 0; } }
      #menu .nav ul li:hover {
        opacity: 1; }
      #menu .nav ul li ul {
        font-size: 20px;
        letter-spacing: -0.46px;
        line-height: 29px;
        display: none; }
        @media (min-width: 768px) {
          #menu .nav ul li ul {
            display: none !important; } }
        #menu .nav ul li ul li {
          padding: 0; }
          @media (max-width: 767px) {
            #menu .nav ul li ul li {
              opacity: 1 !important; } }
      #menu .nav ul li a {
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in; }
  #menu .nav .izq {
    font-weight: 300;
    font-size: 48px;
    line-height: 57px;
    letter-spacing: -0.2px;
    position: absolute;
    width: 50%;
    height: calc(100% - 100px);
    top: 0;
    margin-top: 65px;
    margin-bottom: 35px;
    padding-right: 60px;
    left: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-right: 1px solid rgba(39, 39, 39, 0.2); }
    @media (max-width: 767px) {
      #menu .nav .izq {
        font-size: 35px;
        line-height: 36px;
        letter-spacing: -0.8px;
        width: 100%;
        margin: 20px;
        justify-content: flex-start;
        height: calc(100% - 40px); } }
  #menu .nav .der {
    font-weight: 300;
    font-size: 48px;
    line-height: 57px;
    letter-spacing: -0.2px;
    position: absolute;
    width: 50%;
    height: calc(100% - 100px);
    top: 0;
    margin-top: 65px;
    margin-bottom: 35px;
    padding-right: 35px;
    left: 50%;
    justify-content: flex-start;
    align-items: center;
    display: flex; }
    @media (max-width: 767px) {
      #menu .nav .der {
        font-size: 35px;
        line-height: 36px;
        letter-spacing: -0.8px;
        display: none;
        height: 100%; } }
    #menu .nav .der .menu-proyectos {
      display: none;
      opacity: 0;
      padding-left: 60px; }
    #menu .nav .der .imagen {
      padding-left: 35px;
      width: 100%;
      position: relative;
      margin: 65px 0 35px 0;
      height: calc(100vh - 110px);
      mix-blend-mode: multiply; }
      #menu .nav .der .imagen img {
        width: 100%;
        height: 100%;
        mix-blend-mode: multiply;
        object-fit: contain;
        object-fit: scale-down;
        object-position: center; }
  #menu .menu-bottom {
    position: absolute;
    bottom: 27px;
    font-size: 18px;
    height: 17px;
    letter-spacing: -0.5px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 27px 0 27px; }
    @media (max-width: 767px) {
      #menu .menu-bottom {
        font-size: 15px;
        height: 15px;
        line-height: 15px;
        opacity: 0.82;
        bottom: 20px;
        padding: 0 20px; } }
    #menu .menu-bottom .izq {
      font-family: "FuturaStd"; }
    #menu .menu-bottom a {
      position: relative;
      font-family: "FuturaStd";
      font-size: 18px;
      letter-spacing: 0; }
      @media (max-width: 767px) {
        #menu .menu-bottom a {
          font-size: 15px;
          height: 15px;
          letter-spacing: -0.38px;
          opacity: 0.82; } }
      #menu .menu-bottom a:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #272727; }
    @media (max-width: 767px) {
      #menu .menu-bottom .der {
        font-size: 15px;
        letter-spacing: -0.39px; } }

/* sidebar */
.main {
  margin: 0 27px; }
  @media (max-width: 767px) {
    .main {
      margin: 0 20px; } }

/* footer */
.footer {
  background: #000;
  color: #fff;
  padding: 41px 27px 41px 27px; }
  @media (max-width: 767px) {
    .footer {
      padding: 0 20px 20px 20px; } }
  .footer a {
    color: #fff; }
  .footer .newsletter-mobile {
    display:none;
    margin-left: -20px;
    margin-right: -20px;
    background: #2C2C2C; }
    .footer .newsletter-mobile .btn-newsletter {
      width: 100%;
      border: none;
      border-radius: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      height: 75px;
      text-align: center;
      color: #fff;
      font-family: 'FuturaStd';
      font-size: 15px;
      letter-spacing: -0.38px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .footer .newsletter-mobile form {
      display: none;
      padding-top: 50px;
      position: relative; }
      .footer .newsletter-mobile form .cerrar-newsletter {
        position: absolute;
        top: 20px;
        right: 20px; }
    .footer .newsletter-mobile input {
      background: none;
      border-radius: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none; }
    .footer .newsletter-mobile .email {
      margin: 0 20px;
      width: calc(100% - 40px);
      font-style: italic;
      font-size: 18px;
      color: #FFFFFF;
      letter-spacing: -0.51px;
      line-height: 18px;
      border: none;
      border-bottom: 1px solid #7F7F7F; }
      .footer .newsletter-mobile .email::-webkit-input-placeholder {
        color: #fff;
        opacity: 0.65; }
      .footer .newsletter-mobile .email::-moz-placeholder {
        color: #fff;
        opacity: 0.65; }
      .footer .newsletter-mobile .email:-moz-placeholder {
        color: #fff;
        opacity: 0.65; }
      .footer .newsletter-mobile .email:-ms-input-placeholder {
        color: #fff;
        opacity: 0.65; }
    .footer .newsletter-mobile .enviar {
      font-family: 'FuturaStd';
      border: 1px solid #fff;
      color: #fff;
      font-size: 15px;
      height: 38px;
      width: 110px;
      display: block;
      margin: 28px auto 38px auto;
      padding: 0; }
  .footer .footer-top {
    display: flex;
    flex-wrap: wrap; }

.footer .footer-top .custom {
    font-size: 20px;
    font-family: 'KStd';
    opacity: 0.65;
}
.footer .footer-top h3 {
  font-size: 22px;
}

    @media (max-width: 767px) {
      .footer .footer-top {
        display: block;
        padding-top: 26px; } }
    .footer .footer-top .isotipo {
      margin-bottom: 23px; }
      .footer .footer-top .isotipo img {
        width: 50px;
        height: auto; }
    .footer .footer-top > div {
     /* width: 25%; */}
      @media (max-width: 767px) {
        .footer .footer-top > div {
          width: 100%;
          margin-bottom: 29px; } }
      .footer .footer-top > div .titulo {
        margin: 0;
        font-size: 22px;
        line-height: 22px;
        letter-spacing: -0px; }
        @media (max-width: 767px) {
          .footer .footer-top > div .titulo {
            font-size: 18px;
            line-height: 18px;
            letter-spacing: -0.51px; } }
      .footer .footer-top > div#text_icl-2 .textwidget, .footer .footer-top > div#text_icl-3 .textwidget, .footer .footer-top > div#text_icl-4 .textwidget {
        opacity: 0.65; }
      @media (max-width: 767px) {
        .footer .footer-top > div#text_icl-6, .footer .footer-top > div#text_icl-7 {
          display: none; } }
      .footer .footer-top > div .texto, .footer .footer-top > div .textwidget {
        margin-top: 13px;
        font-size: 20px;
        letter-spacing: -0.57px;
        line-height: 21.2px; }
        @media (max-width: 767px) {
          .footer .footer-top > div .texto, .footer .footer-top > div .textwidget {
            margin-top: 0px;
            font-size: 18px;
            letter-spacing: -0.51px;
            line-height: 21.2px; } }
        .footer .footer-top > div .texto.direccion, .footer .footer-top > div .texto.telefonos, .footer .footer-top > div .textwidget.direccion, .footer .footer-top > div .textwidget.telefonos {
          opacity: 0.65; }
        .footer .footer-top > div .texto .puesto, .footer .footer-top > div .textwidget .puesto {
          font-style: italic;
          opacity: 0.92;
          font-size: 20px;
          letter-spacing: -0.57px;
          margin-bottom: 7px; }
          @media (max-width: 767px) {
            .footer .footer-top > div .texto .puesto, .footer .footer-top > div .textwidget .puesto {
              font-size: 18px;
              letter-spacing: -0.51px;
              line-height: 24px;
              margin-bottom: 0; } }
        .footer .footer-top > div .texto .mail, .footer .footer-top > div .textwidget .mail {
          opacity: 0.65;
          font-size: 20px;
          color: #FFFFFF;
          line-height: 13px;
          margin-bottom: 22px; }
          @media (max-width: 767px) {
            .footer .footer-top > div .texto .mail, .footer .footer-top > div .textwidget .mail {
              font-size: 18px;
              letter-spacing: -0.51px;
              line-height: 18px;
              margin-bottom: 17px; } }
    .footer .footer-top form .email {
      width: 100%;
      background: none;
      border: none;
      border-bottom: 1px solid rgba(127, 127, 127, 0.4);
      font-size: 20px;
      color: #FFFFFF;
      letter-spacing: -0.57px;
      line-height: 13px;
      padding-bottom: 5px;
      opacity: 1; }
      .footer .footer-top form .email::-webkit-input-placeholder {
        line-height: normal; }
    .footer .footer-top form .enviar,
  {
      margin-top: 25px;
      width: 100%;
      padding: 17px 0 18px 0;
      text-align: center;
      max-width: 234px;
      border: 1px solid #fff;
      border-radius: 0;
      opacity: 0.87;
      font-family: 'FuturaStd';
      font-size: 18px;
      line-height: 13px;
      color: #FFFFFF;
      letter-spacing: -0.17px;
      background: none;
      -webkit-transition: 0.2s ease-in;
      -moz-transition: 0.2s ease-in;
      transition: 0.2s ease-in; }
      .footer .footer-top form .enviar:hover {
        background: #fff;
        color: #000; }
  .footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 14px;
    margin-top: 85px;
    text-align: center; }
    @media (max-width: 767px) {
      .footer .footer-bottom {
        padding-top: 36px;
        margin-bottom: 0px;
        margin-top: 0; } }
    .footer .footer-bottom .follow {
      text-align: center;
      font-size: 18px;
      line-height: 18px;
      letter-spacing: 0;
      margin-bottom: 88px;
      font-family: 'FuturaStd'; }
      @media (max-width: 767px) {
        .footer .footer-bottom .follow {
          margin-bottom: 62px;
          font-size: 15px;
          letter-spacing: -0.38px; } }
      .footer .footer-bottom .follow a {
        position: relative;
        font-family: "FuturaStd";
        letter-spacing: 0; }
        .footer .footer-bottom .follow a:after {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 1px;
          background: #FFF; }
    .footer .footer-bottom .copyright {
      opacity: 0.55;
      font-size: 18px;
      line-height: 18px;
      letter-spacing: -0.51px; }
      @media (max-width: 767px) {
        .footer .footer-bottom .copyright {
          font-size: 15px;
          line-height: 15px;
          letter-spacing: -0.43px; } }
      @media (max-width: 767px) {
        .footer .footer-bottom .copyright .creditos-web {
          display: block; } }

.mobile-horizontal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  color: #fff;
  background: #000;
  background-position: center;
  background-size: cover; }
  /* @media screen and (max-width: 767px) and (min-aspect-ratio: 13 / 9) {
    .mobile-horizontal {
      display: block; } } */
  .mobile-horizontal .contacto {
    opacity: 0.86;
    font-size: 22px;
    letter-spacing: -0.63px;
    line-height: 21.2px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .mobile-horizontal .contacto a {
      color: #fff; }
  .mobile-horizontal .bottom {
    position: absolute;
    bottom: 15px;
    left: 0;
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
    width: 100%; }
    .mobile-horizontal .bottom a {
      color: #fff; }
    .mobile-horizontal .bottom .follow {
      font-size: 15px;
      letter-spacing: -0.38px; }
      .mobile-horizontal .bottom .follow a {
        font-family: 'FuturaStd';
        text-decoration: underline; }
    .mobile-horizontal .bottom .nombre {
      font-style: italic;
      font-size: 15px;
      letter-spacing: -0.43px; }

.cabecera-simple {
  border-bottom: 1px solid rgba(39, 39, 39, 0.2);
  margin-bottom: 72px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto; }
  .cabecera-simple h1 {
    text-align: center;
    margin: 0;
    padding: 150px 0 80px 0;
    font-family: 'FuturaStd';
    font-weight: bold;
    font-size: 70px;
    letter-spacing: -3px;
    line-height: 77px;
    opacity: 0; }

    .cabecera-simple h1 {
      text-align: center;
    margin: 0;
    padding: 150px 0 80px 0;
    font-family: 'FuturaStd';
    font-weight: bold;
    font-size: 95px;
    letter-spacing: -4px;
    line-height: 95px;
    opacity: 0;
    }
    .cabecera-foto h1
    {
      margin: 0;
      font-family: 'FuturaStd';
      font-weight: bold;
      font-size: 95px;
      letter-spacing: -4px;
      line-height: 95px;
      top: 0;
      text-align: center;
      /*max-width: 850px;*/
    }

    .cabecera-foto {
        color: #FFF;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 0px;
      }
      .cabecera-foto > .sppb-row-container {
        background: rgba(39, 39, 39, 0.5);
        padding: 100px 0;

        height: 100vh;
  			width: 100%;
  			display: flex;
  			flex-wrap: wrap;
  			align-items: center;
  			justify-content: center;
  			background: rgba(39, 39, 39, 0.5);
  			color: #FFFFFF;
  			flex-direction: column;
        max-height: 890px;
      }


    @media (max-width: 1279px) {
      .cabecera-simple h1 {
        font-size: 70px;
        letter-spacing: -3.11px;
        line-height: 77px; } }
    @media (max-width: 767px) {
      .cabecera-simple h1 {
        font-size: 45px;
        letter-spacing: -2.11px;
        line-height: 47px; } }
    @media (max-width: 767px) {
      .cabecera-simple h1 {
        padding: 91px 0 49px 0; } }

.cabecera-project_cat {
  position: relative;
  text-align: center;
  padding: 27px 0 158px 0; }
  @media (max-width: 767px) {
    .cabecera-project_cat {
      padding: 92px 0 47px 0; } }
  .cabecera-project_cat > * {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .cabecera-project_cat > *.oculto {
      opacity: 0;
      -webkit-transform: translateY(20px);
      -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
      -o-transform: translateY(20px);
      transform: translateY(20px); }
  .cabecera-project_cat .nav_cat > div {
    position: absolute;
    height: 90px;
    width: 100vh;
    top: -27px; }
    @media (max-width: 767px) {
      .cabecera-project_cat .nav_cat > div {
        height: 11px;
        top: -92px; } }
    .cabecera-project_cat .nav_cat > div.nav_cat_prev {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transform-origin: top left;
      -moz-transform-origin: top left;
      -ms-transform-origin: top left;
      -o-transform-origin: top left;
      transform-origin: top left;
      left: 90px; }
      @media (max-width: 767px) {
        .cabecera-project_cat .nav_cat > div.nav_cat_prev {
          left: 21px; } }
    .cabecera-project_cat .nav_cat > div.nav_cat_next {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg);
      -webkit-transform-origin: top right;
      -moz-transform-origin: top right;
      -ms-transform-origin: top right;
      -o-transform-origin: top right;
      transform-origin: top right;
      right: 90px; }
      @media (max-width: 767px) {
        .cabecera-project_cat .nav_cat > div.nav_cat_next {
          right: 21px; } }
    .cabecera-project_cat .nav_cat > div a {
      text-align: center;
      display: block; }
      .cabecera-project_cat .nav_cat > div a:hover span {
        opacity: 1; }
      @media (max-width: 767px) {
        .cabecera-project_cat .nav_cat > div a img {
          width: 19px;
          height: auto;
          vertical-align: top; } }
      .cabecera-project_cat .nav_cat > div a span {
        display: block;
        opacity: 0;
        font-family: 'FuturaStd';
        font-size: 20px;
        color: #000000;
        letter-spacing: 0;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        @media (max-width: 767px) {
          .cabecera-project_cat .nav_cat > div a span {
            display: none !important; } }
  .cabecera-project_cat .etiqueta {
    font-family: 'FuturaStd';
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 77px; }
    @media (max-width: 767px) {
      .cabecera-project_cat .etiqueta {
        display: none; } }
  .cabecera-project_cat h1 {
    font-family: 'FuturaStd';
    font-weight: bold;
    font-size: 95px;
    letter-spacing: -4px;
    line-height: 95px;
    margin-bottom: 49px;
    padding: 0; }
    @media (max-width: 1279px) {
      .cabecera-project_cat h1 {
        font-size: 70px;
        letter-spacing: -3.11px;
        line-height: 77px; } }
    @media (max-width: 767px) {
      .cabecera-project_cat h1 {
        font-size: 45px;
        letter-spacing: -2.11px;
        line-height: 47px; } }
    @media (max-width: 767px) {
      .cabecera-project_cat h1 {
        margin-bottom: 28px; } }
  .cabecera-project_cat .imagen {
    max-width: 630px;
    margin: 0 auto 46px auto; }
    @media (max-width: 767px) {
      .cabecera-project_cat .imagen {
        margin: 0 20px; } }
    .cabecera-project_cat .imagen:after {
      background: #F2F2F2;
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 0; }
    .cabecera-project_cat .imagen img {
      position: relative;
      width: 100%;
      height: auto;
      z-index: 1;
      mix-blend-mode: multiply; }
  .cabecera-project_cat .descripcion {
    font-weight: 100;
    font-size: 26px;
    color: #272727;
    letter-spacing: -0.53px;
    line-height: 31px;
    max-width: 630px;
    margin: 0 auto 46px auto; }
    .cabecera-project_cat .descripcion > * {
      opacity: 0.9; }
    @media (max-width: 767px) {
      .cabecera-project_cat .descripcion {
        font-size: 20px;
        letter-spacing: -0.38px;
        line-height: 24px;
        margin: 9px 20px 0 20px; } }

/*------------------------------------*    PAGES
\*------------------------------------*/
.sistema-filas {
  padding-bottom: 10px;
  position: relative; }
  @media (max-width: 767px) {
    .sistema-filas {
      padding-bottom: 45px; } }
  .sistema-filas .fila {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 185px;
    margin-left: -21px;
    margin-right: -21px;
    align-items: stretch; }
    @media (max-width: 767px) {
      .sistema-filas .fila {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px; } }
    .sistema-filas .fila:last-child .columna:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
    .sistema-filas .fila > div {
      opacity: 0;
      -webkit-transform: translateY(20px);
      -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
      -o-transform: translateY(20px);
      transform: translateY(20px);
      -webkit-transition: 0.4s ease-in-out;
      -moz-transition: 0.4s ease-in-out;
      transition: 0.4s ease-in-out; }
      .sistema-filas .fila > div.visible {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); }
    @media (max-width: 767px) {
      .sistema-filas .fila .columna {
        width: 100% !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.5);
        padding-bottom: 50px;
        margin-bottom: 50px; } }
    @media (max-width: 767px) {
      .sistema-filas .fila .columna.columna-vacia {
        display: none; } }
    .sistema-filas .fila .columna.align-top {
      align-self: flex-start; }
    .sistema-filas .fila .columna.align-center {
      align-self: center; }
    .sistema-filas .fila .columna.align-bottom {
      align-self: flex-end; }
    .sistema-filas .fila .columna.size-1 {
      width: 25%; }
    .sistema-filas .fila .columna.size-2 {
      width: 50%; }
    .sistema-filas .fila .columna.size-3 {
      width: 75%; }
    .sistema-filas .fila .columna.size-4 {
      width: 100%; }
    .sistema-filas .fila .columna .bloque {
      padding: 0 21px;
      margin-bottom: 21px; }
      @media (max-width: 767px) {
        .sistema-filas .fila .columna .bloque {
          padding: 0; } }
      .sistema-filas .fila .columna .bloque .bloque-container {
        position: relative; }
      .sistema-filas .fila .columna .bloque:last-child {
        margin-bottom: 0; }
      .sistema-filas .fila .columna .bloque-galeria {
        cursor: pointer; }
        .sistema-filas .fila .columna .bloque-galeria .imagen {
          display: none;
          position: relative; }
          .sistema-filas .fila .columna .bloque-galeria .imagen.first {
            display: block; }
          .sistema-filas .fila .columna .bloque-galeria .imagen img {
            width: 100%;
            height: auto; }
          .sistema-filas .fila .columna .bloque-galeria .imagen .img-caption {
            display: none; }
          /* .sistema-filas .fila .columna .bloque-galeria .imagen:after {
            width: 50px;
            height: 50px;
            background: rgba(39, 39, 39, 0.78);
            content: "+";
            font-family: 'FuturaStd';
            font-size: 20px;
            color: #FFFFFF;
            letter-spacing: 0.56px;
            position: absolute;
            bottom: 0;
            right: 0px;
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; } */
            @media (max-width: 767px) {
              .sistema-filas .fila .columna .bloque-galeria .imagen:after {
                opacity: 1; } }
          .sistema-filas .fila .columna .bloque-galeria .imagen:hover:after {
            opacity: 1; }
      .sistema-filas .fila .columna .bloque-mapa .mapa-container {
        position: relative; }
        .sistema-filas .fila .columna .bloque-mapa .mapa-container span {
          mix-blend-mode: multiply; }
      .sistema-filas .fila .columna .bloque-mapa img {
        width: 100%;
        height: auto; }
      .sistema-filas .fila .columna .bloque-mapa .svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .sistema-filas .fila .columna .bloque-mapa .svg img {
          height: 100%;
          object-fit: contain; }
      .sistema-filas .fila .columna .bloque-mapa .punto, .punto {
        background: rgba(255, 82, 82, 0.5);
        background-blend-mode: multiply;
        position: absolute;
        width: 13px;
        height: 13px;
        border-radius: 20px;
        z-index: 100;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in; }
        @media (max-width: 767px) {
          .sistema-filas .fila .columna .bloque-mapa .punto, .punto {
            width: 10px;
            height: 10px; }
         }
        .sistema-filas .fila .columna .bloque-mapa .punto.activo, .sistema-filas .fila .columna .bloque-mapa .punto:hover, .punto:hover {
          width: 20px;
          height: 20px;
          margin-top: -4px;
          margin-left: -4px;
          background: #ff5252; }
          @media (max-width: 767px) {
            .sistema-filas .fila .columna .bloque-mapa .punto.activo, .sistema-filas .fila .columna .bloque-mapa .punto:hover, .punto:hover {
              width: 14px;
              height: 14px; } }
      .sistema-filas .fila .columna .bloque-mapa .pais, .pais {
        bottom: -30px;
        position: absolute;
        width: 100%;
        text-align: center;
        font-family: 'FuturaStd';
        font-size: 18px;
        color: #272727;
        letter-spacing: 0.5px; }
        @media (max-width: 767px) {
          .sistema-filas .fila .columna .bloque-mapa .pais, .pais {
            bottom: 20px;
            font-size: 15px;
            letter-spacing: 0.42px;
            line-height: 15px; }
          }
      .sistema-filas .fila .columna .bloque-imagen img {
        width: 100%;
        height: auto; }

      .etiqueta,
      .sistema-filas .fila .columna .bloque-texto .etiqueta {
        opacity: 0.9;
        font-size: 20px;
        letter-spacing: -0.07px;
        line-height: 22px;
        margin-bottom: 7px; }
        @media (max-width: 767px) {
          .etiqueta,
          .sistema-filas .fila .columna .bloque-texto .etiqueta {
            font-size: 18px;
            letter-spacing: -0.07px;
            line-height: 20px;
            margin-bottom: 6px; } }
      .sistema-filas .fila .columna .bloque-texto .titulo,
      .bloque-texto .titulo {
        font-weight: 300;
        font-size: 32px;
        letter-spacing: 0;
        line-height: 32px;
        margin-bottom: 11px; }
        @media (max-width: 767px) {
          .sistema-filas .fila .columna .bloque-texto .titulo,
          .bloque-texto .titulo {
            font-size: 26px;
            letter-spacing: -0.29px;
            line-height: 28px;
            margin-bottom: 14px; } }
      .sistema-filas .fila .columna .bloque-texto .datos {
        font-weight: 100;
        font-size: 22px;
        letter-spacing: -0.5px;
        line-height: 26px;
        margin-bottom: 14px; }
        @media (max-width: 767px) {
          .sistema-filas .fila .columna .bloque-texto .datos {
            font-size: 20px;
            letter-spacing: -0.53px;
            line-height: 24px; } }
        .sistema-filas .fila .columna .bloque-texto .datos a {
          text-decoration: underline; }
        .sistema-filas .fila .columna .bloque-texto .datos p {
          margin-bottom: 9px; }
          .sistema-filas .fila .columna .bloque-texto .datos p:last-child {
            margin-bottom: 0; }
      .sistema-filas .fila .columna .bloque-texto .texto,
      .bloque-texto .texto ul li {
        font-weight: 100;
        opacity: 0.9;
        font-size: 22px;
        letter-spacing: -0.33px;
        line-height: 26px; }
        @media (max-width: 767px) {
          .sistema-filas .fila .columna .bloque-texto .texto,
          .bloque-texto .texto ul li {
            opacity: 0.9;
            font-size: 20px;
            letter-spacing: -0.3px;
            line-height: 24px; } }
        .sistema-filas .fila .columna .bloque-texto .texto p {
          margin-bottom: 26px; }
          @media (max-width: 767px) {
            .sistema-filas .fila .columna .bloque-texto .texto p {
              margin-bottom: 24px; } }
          .sistema-filas .fila .columna .bloque-texto .texto p:last-child {
            margin-bottom: 0; }
  .sistema-filas .lineas-verticales {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -27px;
    height: 100%;
    width: calc(100% + 54px); }
    @media (max-width: 767px) {
      .sistema-filas .lineas-verticales {
        display: none; } }
    .sistema-filas .lineas-verticales span {
      border-right: 1px solid rgba(39, 39, 39, 0.2);
      display: inline-block;
      width: 25%;
      height: 100%; }

#galeria-slider {
  opacity: 0;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%; }
  #galeria-slider .contenedor .imagen {
    padding: 115px 130px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      #galeria-slider .contenedor .imagen {
        padding: 50px 50px; } }
    #galeria-slider .contenedor .imagen img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center; }
    #galeria-slider .contenedor .imagen .img-caption {
      margin-top: 10px;
      font-size: 18px;
      color: #272727;
      letter-spacing: -0.45px; }
      @media (max-width: 767px) {
        #galeria-slider .contenedor .imagen .img-caption {
          font-size: 15px;
          letter-spacing: -0.42px; } }
  #galeria-slider .cerrar {
    position: absolute;
    top: 27px;
    right: 27px;
    background-image: url(../images/icons/cerrar.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 29px;
    height: 29px;
    cursor: pointer;
    z-index: 999; }
    @media (max-width: 767px) {
      #galeria-slider .cerrar {
        top: 20px;
        right: 20px; } }
  #galeria-slider .bx-controls .bx-pager {
    position: absolute;
    top: 27px;
    left: 27px;
    font-weight: 100;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.45px; }
    @media (max-width: 767px) {
      #galeria-slider .bx-controls .bx-pager {
        top: 20px;
        left: 20px; } }
  #galeria-slider .bx-controls a {
    position: absolute;
    top: calc(50% - 15px);
    width: 18px;
    height: 39px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (max-width: 767px) {
      #galeria-slider .bx-controls a {
        width: 13px;
        height: 19px;
        top: calc(50% - 50px);
        background-size: 13px 19px;
        height: 100px;
        width: 33.33%; } }
  #galeria-slider .bx-controls .bx-prev {
    left: 27px;
    background-image: url(../images/icons/flecha_izq.svg); }
    @media (max-width: 767px) {
      #galeria-slider .bx-controls .bx-prev {
        left: 20px;
        background-position: left center; } }
  #galeria-slider .bx-controls .bx-next {
    right: 27px;
    background-image: url(../images/icons/flecha_der.svg); }
    @media (max-width: 767px) {
      #galeria-slider .bx-controls .bx-next {
        right: 20px;
        background-position: right center; } }

.lineas-verticales {
  position: absolute;
  z-index: -1;
  /* top: 20%; */
  left: 0px;
 /* height: 100%; */ /*80%;*/
  width: 100%; }

  @media (max-width: 767px) {
    .lineas-verticales {
      display: none; } }
  .lineas-verticales span {
    border-right: 1px solid rgba(39, 39, 39, 0.2);
    display: inline-block;
    width: 25%;
    height: 100%; }

body.negro .logo {
  display: none; }
  body.negro .logo .linea {
    stroke: #272727;
    fill: #272727; }

body.negro .btn-menu {
  display: none; }
  body.negro .btn-menu span {
    background: #272727; }

body.blanco .logo .linea {
  fill: #fff;
  stroke: #fff; }

body.blanco .btn-menu span {
  background: #fff; }

.page-template-inicio {
  height: 100vh;
  overflow: hidden; }
  .page-template-inicio .logo {
    opacity: 0;
    top: 20px;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in; }
    .page-template-inicio .logo.visible {
      top: 0;
      opacity: 1; }
    .page-template-inicio .logo .linea {
      stroke: #fff;
      fill: #fff; }
  .page-template-inicio .btn-menu {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: translateY 0.5s ease-in;
    -moz-transition: translateY 0.5s ease-in;
    transition: translateY 0.5s ease-in; }
    .page-template-inicio .btn-menu.visible {
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
      opacity: 1; }
    .page-template-inicio .btn-menu span {
      background: #fff; }
  .page-template-inicio .wrapper, .page-template-inicio .footer {
    position: relative; }

/*@media (max-width: 767px){
	.swiper-wrapper{
		display: block !important;
	}
	#inicio .slider .slider-container{
		height: auto !important;
	}
	.page-template-inicio{
		height: inherit;
		overflow: auto;
	}
}*/
#inicio {
  margin: 0; }
  #inicio .slider {
    overflow-y: hidden; }
    #inicio .slider .slider-container {
      height: 100vh; }
      #inicio .slider .slider-container .slide {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
        #inicio .slider .slider-container .slide.inicio .oculto {
          opacity: 0; }
        #inicio .slider .slider-container .slide.inicio .texto {
          justify-content: center;
          height: 100%;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          align-content: center; }
          @media (max-width: 767px) {
            #inicio .slider .slider-container .slide.inicio .texto {
              height: auto; } }
        #inicio .slider .slider-container .slide.inicio .isotipo {
          position: absolute;
          top: 27px;
          width: 100%;
          text-align: center;
          left: 0;
          -webkit-transition: all 0.6s ease-in-out;
          -moz-transition: all 0.6s ease-in-out;
          transition: all 0.6s ease-in-out; }
          @media (max-width: 767px) {
            #inicio .slider .slider-container .slide.inicio .isotipo {
              position: relative;
              top: 0;
              margin-bottom: 40px; } }
          #inicio .slider .slider-container .slide.inicio .isotipo.oculto {
            top: 51px; }
            @media (max-width: 767px) {
              #inicio .slider .slider-container .slide.inicio .isotipo.oculto {
                top: 20px; } }
        #inicio .slider .slider-container .slide.inicio .texto-principal {
          width: 100%;
          position: relative;
          top: 0;
          font-family: 'FuturaStd';
          font-weight: bold;
          font-size: 95px;
          letter-spacing: -4px;
          line-height: 95px;
          -webkit-transition: all 0.6s ease-in;
          -moz-transition: all 0.6s ease-in;
          transition: all 0.6s ease-in; }
          @media (max-width: 1279px) {
            #inicio .slider .slider-container .slide.inicio .texto-principal {
              font-size: 70px;
              letter-spacing: -3.11px;
              line-height: 77px; } }
          @media (max-width: 767px) {
            #inicio .slider .slider-container .slide.inicio .texto-principal {
              font-size: 45px;
              letter-spacing: -2.11px;
              line-height: 47px; } }
          #inicio .slider .slider-container .slide.inicio .texto-principal.oculto {
            top: 20px; }
          #inicio .slider .slider-container .slide.inicio .texto-principal span {
            display: block;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto; }
        #inicio .slider .slider-container .slide.inicio .texto-secundario {
          position: relative;
          top: 0;
          font-weight: 300;
          font-size: 62px;
          letter-spacing: -0.19px;
          line-height: 60px;
          -webkit-transition: all 0.6s ease-in;
          -moz-transition: all 0.6s ease-in;
          transition: all 0.6s ease-in; }
          @media (max-width: 767px) {
            #inicio .slider .slider-container .slide.inicio .texto-secundario {
              font-size: 28px;
              letter-spacing: -0.21px;
              line-height: 29px; } }
          #inicio .slider .slider-container .slide.inicio .texto-secundario.oculto {
            top: 20px; }
          #inicio .slider .slider-container .slide.inicio .texto-secundario span {
            display: block;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto; }
        #inicio .slider .slider-container .slide.inicio .slide-bottom {
          height: auto; }
        #inicio .slider .slider-container .slide.inicio .scroll-down {
          position: relative;
          letter-spacing: 0; }
          #inicio .slider .slider-container .slide.inicio .scroll-down.oculto {
            opacity: 0;
            -webkit-transform: translateY(20px);
            -moz-transform: translateY(20px);
            -ms-transform: translateY(20px);
            -o-transform: translateY(20px);
            transform: translateY(20px); }
          #inicio .slider .slider-container .slide.inicio .scroll-down img {
            width: 30px;
            height: 17px;
            margin: 0 auto; }
            @media (max-width: 767px) {
              #inicio .slider .slider-container .slide.inicio .scroll-down img {
                width: 19px; } }
        #inicio .slider .slider-container .slide .slide-contenido {
          height: 100vh;
          background: rgba(0, 0, 0, 0.4);
          justify-content: center;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          align-content: center;
          color: #fff;
          text-align: center; }
          #inicio .slider .slider-container .slide .slide-contenido .texto {
            position: relative;
            padding: 0 27px; }
            @media (max-width: 767px) {
              #inicio .slider .slider-container .slide .slide-contenido .texto {
                padding: 0 20px; } }
            #inicio .slider .slider-container .slide .slide-contenido .texto.texto-slides > div {
              top: 0;
              opacity: 1;
              position: relative;
              -webkit-transition: all 0.4s ease-in-out;
              -moz-transition: all 0.4s ease-in-out;
              transition: all 0.4s ease-in-out; }
              #inicio .slider .slider-container .slide .slide-contenido .texto.texto-slides > div.oculto {
                top: 20px;
                opacity: 0; }

            .etiqueta {
              opacity: 0.9;
              font-size: 20px;
              letter-spacing: -0.07px;
              line-height: 22px;
              margin-bottom: -15px;
              letter-spacing: -0.5px;
              font-weight: 100;
            }

            .sppb-addon-content p {
              font-size: 22px;
              font-weight: 100;
              line-height: 26px;
            }

            #inicio .slider .slider-container .slide .slide-contenido .texto .etiqueta {
              font-size: 18px;
              letter-spacing: 0.5px;
              margin-bottom: 40px; }
              @media (max-width: 767px) {
                .etiqueta,
                #inicio .slider .slider-container .slide .slide-contenido .texto .etiqueta {
                  font-size: 15px;
                  letter-spacing: 0.42px;
                  margin-bottom: 10px; } }
              #inicio .slider .slider-container .slide .slide-contenido .texto .etiqueta a {
                color: #fff; }
            #inicio .slider .slider-container .slide .slide-contenido .texto .titulo {
              font-family: 'FuturaStd';
              font-weight: bold;
              font-size: 95px;
              letter-spacing: -4px;
              line-height: 95px;
              margin-bottom: 20px;
              max-width: 740px;
              margin-left: auto;
              margin-right: auto; }
              @media (max-width: 1279px) {
                #inicio .slider .slider-container .slide .slide-contenido .texto .titulo {
                  font-size: 70px;
                  letter-spacing: -3.11px;
                  line-height: 77px; } }
              @media (max-width: 767px) {
                #inicio .slider .slider-container .slide .slide-contenido .texto .titulo {
                  font-size: 45px;
                  letter-spacing: -2.11px;
                  line-height: 47px; } }
            #inicio .slider .slider-container .slide .slide-contenido .texto .texto {
              font-size: 26px;
              letter-spacing: -0.43px;
              line-height: 28px;
              margin-bottom: 40px;
              max-width: 540px;
              margin-left: auto;
              margin-right: auto; }
              @media (max-width: 767px) {
                #inicio .slider .slider-container .slide .slide-contenido .texto .texto {
                  font-size: 20px;
                  letter-spacing: -0.33px;
                  line-height: 24px;
                  margin-bottom: 25px;
                  padding: 0px; } }
            #inicio .slider .slider-container .slide .slide-contenido .texto .enlace {
              font-size: 18px;
              line-height: 18px;
              letter-spacing: 0; }
              @media (max-width: 767px) {
                #inicio .slider .slider-container .slide .slide-contenido .texto .enlace {
                  font-size: 15px;
                  line-height: 15px; } }
              #inicio .slider .slider-container .slide .slide-contenido .texto .enlace a {
                border: 1px solid #fff;
                display: inline-block;
                width: 143px;
                text-align: center;
                color: #fff;
                padding: 14px 0 16px 0;
                background: transparent;
                -webkit-transition: all 0.2s ease-in;
                -moz-transition: all 0.2s ease-in;
                transition: all 0.2s ease-in; }
                @media (max-width: 767px) {
                  #inicio .slider .slider-container .slide .slide-contenido .texto .enlace a {
                    width: 110px;
                    padding: 11px 0 10px 0; } }
                #inicio .slider .slider-container .slide .slide-contenido .texto .enlace a:hover {
                  background: #fff;
                  color: #272727; }
        #inicio .slider .slider-container .slide .slide-bottom {
          display: flex;
          justify-content: space-between;
          position: absolute;
          bottom: 27px;
          left: 0;
          padding: 0 27px;
          width: 100%;
          font-family: 'FuturaStd';
          font-size: 18px;
          height: 16px;
          line-height: 18px;
          color: #FFFFFF;
          letter-spacing: 0.5px; }
          @media (max-width: 767px) {
            #inicio .slider .slider-container .slide .slide-bottom {
              font-size: 15px;
              line-height: 15px;
              letter-spacing: 0.42px;
              bottom: 20px;
              padding: 0 20px; } }
          #inicio .slider .slider-container .slide .slide-bottom > div {
            width: 100%; }
            @media (max-width: 767px) {
              #inicio .slider .slider-container .slide .slide-bottom > div {
                display: none; } }
            #inicio .slider .slider-container .slide .slide-bottom > div:first-child {
              text-align: left; }
            #inicio .slider .slider-container .slide .slide-bottom > div:last-child {
              text-align: right; }
          #inicio .slider .slider-container .slide .slide-bottom a {
            color: #FFFFFF;
            position: relative; }
            #inicio .slider .slider-container .slide .slide-bottom a:after {
              position: absolute;
              bottom: 0;
              left: 0;
              border-bottom: 1px solid;
              content: "";
              width: 0%; }
            #inicio .slider .slider-container .slide .slide-bottom a:hover:after {
              width: 100%; }
          #inicio .slider .slider-container .slide .slide-bottom .scroll-down {
            text-align: center; }
            @media (max-width: 767px) {
              #inicio .slider .slider-container .slide .slide-bottom .scroll-down {
                display: block; } }
            #inicio .slider .slider-container .slide .slide-bottom .scroll-down > span {
              display: flex;
              justify-content: center;
              flex-direction: column;
              cursor: pointer; }
              #inicio .slider .slider-container .slide .slide-bottom .scroll-down > span span {
                margin-bottom: 8px; }
              @media (max-width: 767px) {
                #inicio .slider .slider-container .slide .slide-bottom .scroll-down > span img {
                  display: inline-block;
                  width: 19px;
                  margin: 0 auto; } }
            #inicio .slider .slider-container .slide .slide-bottom .scroll-down img {
              -webkit-transition: all 0.2s ease-in;
              -moz-transition: all 0.2s ease-in;
              transition: all 0.2s ease-in; }
    #inicio .slider .swiper-pagination {
      right: 27px; }
      @media (max-width: 767px) {
        #inicio .slider .swiper-pagination {
          display: none; } }
      #inicio .slider .swiper-pagination .swiper-pagination-bullet {
        opacity: 0.32;
        background: #fff; }
        #inicio .slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          opacity: 1; }

.page-template-filas .cabecera-foto, .page-template-industrial .cabecera-foto {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .page-template-filas .cabecera-foto .contenido-cabecera, .page-template-industrial .cabecera-foto .contenido-cabecera {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: rgba(39, 39, 39, 0.5);
    color: #FFFFFF;
    flex-direction: column; }
    .page-template-filas .cabecera-foto .contenido-cabecera > *, .page-template-industrial .cabecera-foto .contenido-cabecera > * {
      position: relative;
      -webkit-transition: all 0.4s ease-in;
      -moz-transition: all 0.4s ease-in;
      transition: all 0.4s ease-in; }
    .page-template-filas .cabecera-foto .contenido-cabecera h1, .page-template-industrial .cabecera-foto .contenido-cabecera h1 {
      margin: 0;
      font-family: 'FuturaStd';
      font-weight: bold;
      font-size: 95px;
      letter-spacing: -4px;
      line-height: 95px;
      top: 0;
      text-align: center;
      max-width: 850px;
     }
      @media (max-width: 1279px) {
        .page-template-filas .cabecera-foto .contenido-cabecera h1, .page-template-industrial .cabecera-foto .contenido-cabecera h1,
        .cabecera-foto h1 {
          font-size: 70px;
          letter-spacing: -3.11px;
          line-height: 77px; } }
      @media (max-width: 767px) {
        .page-template-filas .cabecera-foto .contenido-cabecera h1, .page-template-industrial .cabecera-foto .contenido-cabecera h1,
         .cabecera-foto h1 {
          font-size: 45px;
          letter-spacing: -2.11px;
          line-height: 47px; } }
      .page-template-filas .cabecera-foto .contenido-cabecera h1.oculto, .page-template-industrial .cabecera-foto .contenido-cabecera h1.oculto {
        opacity: 0;
        top: 20px; }
    .page-template-filas .cabecera-foto .contenido-cabecera .texto-cabecera, .page-template-industrial .cabecera-foto .contenido-cabecera .texto-cabecera {
      text-align: center;
      max-width: 600px;
      margin: 33px auto 0 auto;
      font-size: 26px;
      letter-spacing: -0.43px;
      line-height: 28px;
      top: 0; }
      @media (max-width: 767px) {
        .page-template-filas .cabecera-foto .contenido-cabecera .texto-cabecera, .page-template-industrial .cabecera-foto .contenido-cabecera .texto-cabecera {
          font-size: 20px;
          letter-spacing: -0.33px;
          line-height: 23px;
          margin: 20px 20px 0 20px; } }
      .page-template-filas .cabecera-foto .contenido-cabecera .texto-cabecera.oculto, .page-template-industrial .cabecera-foto .contenido-cabecera .texto-cabecera.oculto {
        opacity: 0;
        top: 20px; }
    .page-template-filas .cabecera-foto .contenido-cabecera .scroll-down, .page-template-industrial .cabecera-foto .contenido-cabecera .scroll-down {
      position: absolute;
      left: 0;
      bottom: 40px;
      width: 100%;
      text-align: center; }
      @media (max-width: 767px) {
        .page-template-filas .cabecera-foto .contenido-cabecera .scroll-down, .page-template-industrial .cabecera-foto .contenido-cabecera .scroll-down {
          bottom: 20px; } }
      .page-template-filas .cabecera-foto .contenido-cabecera .scroll-down img, .page-template-industrial .cabecera-foto .contenido-cabecera .scroll-down img {
        cursor: pointer; }
        @media (max-width: 767px) {
          .page-template-filas .cabecera-foto .contenido-cabecera .scroll-down img, .page-template-industrial .cabecera-foto .contenido-cabecera .scroll-down img {
            width: 19px;
            margin: 0 auto; } }

@media (max-width: 767px) {
  .page-template-filas .main, .page-template-industrial .main {
    padding-top: 98px; } }

.page-template-filas .main .titulo-pagina, .page-template-industrial .main .titulo-pagina {
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  padding-top: 27px;
  padding-bottom: 160px; }
  @media (max-width: 767px) {
    .page-template-filas .main .titulo-pagina, .page-template-industrial .main .titulo-pagina {
      display: none; } }

.page-footer {
  padding-bottom: 15px; }
  @media (max-width: 767px) {
    .page-footer {
      padding: 0 0px 20px 0px; } }
  .tax-project_cat .page-footer, .page-footer {
    padding-left: 27px;
    padding-right: 27px; }
    @media (max-width: 767px) {
      .tax-project_cat .page-footer, .page-footer {
        padding: 0 20px 20px 20px; } }
  .page-footer .contenedor {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    /*padding: {
			left: 27px;
			right: 27px;
		}*/ }
  .page-footer .back-top img {
    cursor: pointer; }

.share {
  font-family: 'FuturaStd';
  font-size: 18px;
  letter-spacing: 0.5px; }
  @media (max-width: 767px) {
    .share {
      font-size: 15px;
      letter-spacing: 0.42px;
      line-height: 15px; } }
  .share .opciones {
    display: none; }
  .share:hover .btn-share {
    display: none; }
  .share:hover .opciones {
    display: inline; }
  .share a {
    position: relative;
    font-family: "FuturaStd";
    font-size: 18px;
    letter-spacing: 0; }
    .share a:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0%;
      height: 1px;
      background: #272727; }
    .share a:hover:after {
      width: 100%; }

.share-iconos .btn-share {
  display: block;
  font-family: 'FuturaStd';
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.5px; }
  @media (max-width: 767px) {
    .share-iconos .btn-share {
      font-size: 15px;
      letter-spacing: 0.42px;
      line-height: 15px; } }

.share-iconos .opciones {
  margin-top: 16px;
  display: block; }
  .share-iconos .opciones ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 19px;
    line-height: 12px; }
    .share-iconos .opciones ul:hover li:not(:hover) {
      opacity: .30; }
      @media (max-width: 767px) {
        .share-iconos .opciones ul:hover li:not(:hover) {
          opacity: 1; } }
    .share-iconos .opciones ul li {
      display: inline-block;
      padding-right: 36px;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
      @media (max-width: 767px) {
        .share-iconos .opciones ul li {
          padding-right: 20px; } }

#project_cat .sort {
  font-size: 18px;
  letter-spacing: 0px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(39, 39, 39, 0.5); }
  @media (max-width: 767px) {
    #project_cat .sort {
      display: none; } }
  #project_cat .sort .titulo {
    font-weight: bold; }
  #project_cat .sort .opciones {
    display: inline-block;
    margin-left: 37px; }
    #project_cat .sort .opciones ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #project_cat .sort .opciones ul:hover li:not(:hover) {
        opacity: .40; }
      #project_cat .sort .opciones ul li {
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        display: inline-block;
        margin-right: 50px;
        cursor: pointer; }

#project_cat .project-container {
  margin-top: 24px;
  margin-left: -21px;
  margin-right: -21px;
  padding-bottom: 145px; }
  @media (max-width: 767px) {
    #project_cat .project-container {
      margin: 0 -6px 0px -6px;
      padding-bottom: 45px; } }
  #project_cat .project-container .project {
    width: 25%; }
    @media (max-width: 767px) {
      #project_cat .project-container .project {
        width: 50%; } }
    #project_cat .project-container .project .post-container {
      padding: 0 21px 40px 21px;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
      #project_cat .project-container .project .post-container.oculto {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0; }
      @media (max-width: 767px) {
        #project_cat .project-container .project .post-container {
          padding: 0 6px 32px 6px; } }
    .tax-project_cat #project_cat .project-container .project:hover .imagen a:after {
      background: rgba(0, 0, 0, 0.45); }
    .page-template-people #project_cat .project-container .project:hover img, .page-template-expertise #project_cat .project-container .project:hover img {
      -webkit-filter: grayscale(0%) !important;
      filter: grayscale(0%) !important; }
    #project_cat .project-container .project .imagen {
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        #project_cat .project-container .project .imagen {
          margin-bottom: 7px; } }
      #project_cat .project-container .project .imagen a {
        position: relative;
        display: block; }
        #project_cat .project-container .project .imagen a:after {
          content: "";
          background: transparent;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          -webkit-transition: all 0.2s ease-in;
          -moz-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in; }
      #project_cat .project-container .project .imagen img {
        width: 100%;
        height: auto;
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        transition: 0.3s ease-in; }
        .page-template-expertise #project_cat .project-container .project .imagen img, .page-template-people #project_cat .project-container .project .imagen img {
          -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }
    #project_cat .project-container .project .nombre {
      margin: 0;
      padding: 0;
      font-size: 26px;
      line-height: 26px;
      color: #000000;
      letter-spacing: -0.52px;
      font-weight: normal; }
      @media (max-width: 767px) {
        #project_cat .project-container .project .nombre {
          opacity: 0.9;
          font-size: 18px;
          line-height: 20px;
          color: #000000;
          letter-spacing: -0.34px; } }
    #project_cat .project-container .project .lugar, #project_cat .project-container .project .empresa {
      margin-top: 4px;
      font-weight: 100;
      font-style: italic;
      opacity: 0.6;
      font-size: 20px;
      line-height: 20px;
      color: #000000;
      letter-spacing: 0; }
      @media (max-width: 767px) {
        #project_cat .project-container .project .lugar, #project_cat .project-container .project .empresa {
          font-size: 18px;
          line-height: 20px;
          margin-top: 2px; } }
    #project_cat .project-container .project .year {
      display: none; }
    #project_cat .project-container .project .empresa {
      display: block; }

.multiplicar {
  mix-blend-mode: multiply; }
  .multiplicar .img {
    position: relative;
    z-index: 3;
    mix-blend-mode: multiply; }
  .multiplicar .fondo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }

body.single-project, body.single-people, body.single-expertise {
  background: #fff; }
  body.single-project .cabecera-foto, body.single-people .cabecera-foto, body.single-expertise .cabecera-foto {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative; }
    body.single-project .cabecera-foto .contenido-cabecera, body.single-people .cabecera-foto .contenido-cabecera, body.single-expertise .cabecera-foto .contenido-cabecera {
      height: 100vh;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      align-content: center;
      color: #fff;
      background: rgba(39, 39, 39, 0.35); }
      body.single-project .cabecera-foto .contenido-cabecera > *, body.single-people .cabecera-foto .contenido-cabecera > *, body.single-expertise .cabecera-foto .contenido-cabecera > * {
        opacity: 1;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        body.single-project .cabecera-foto .contenido-cabecera > *.oculto, body.single-people .cabecera-foto .contenido-cabecera > *.oculto, body.single-expertise .cabecera-foto .contenido-cabecera > *.oculto {
          opacity: 0;
          -webkit-transform: translateY(20px);
          -moz-transform: translateY(20px);
          -ms-transform: translateY(20px);
          -o-transform: translateY(20px);
          transform: translateY(20px); }
      body.single-project .cabecera-foto .contenido-cabecera .categoria, body.single-people .cabecera-foto .contenido-cabecera .categoria, body.single-expertise .cabecera-foto .contenido-cabecera .categoria {
        position: absolute;
        top: 27px;
        text-align: center;
        width: 100%;
        text-align: center;
        font-size: 18px;
        line-height: 18px; }
        @media (max-width: 767px) {
          body.single-project .cabecera-foto .contenido-cabecera .categoria, body.single-people .cabecera-foto .contenido-cabecera .categoria, body.single-expertise .cabecera-foto .contenido-cabecera .categoria {
            top: 20px;
            font-size: 15px;
            line-height: 15px; } }
        body.single-project .cabecera-foto .contenido-cabecera .categoria a, body.single-people .cabecera-foto .contenido-cabecera .categoria a, body.single-expertise .cabecera-foto .contenido-cabecera .categoria a {
          color: #fff; }
      body.single-project .cabecera-foto .contenido-cabecera h1, body.single-people .cabecera-foto .contenido-cabecera h1, body.single-expertise .cabecera-foto .contenido-cabecera h1 {
        width: 100%;
        font-family: 'FuturaStd';
        font-weight: bold;
        font-size: 95px;
        letter-spacing: -4px;
        line-height: 95px;
        max-width: 850px;
        margin-left: auto;
        margin-right: auto;
        text-align: center; }
        @media (max-width: 1279px) {
          body.single-project .cabecera-foto .contenido-cabecera h1, body.single-people .cabecera-foto .contenido-cabecera h1, body.single-expertise .cabecera-foto .contenido-cabecera h1 {
            font-size: 70px;
            letter-spacing: -3.11px;
            line-height: 77px; } }
        @media (max-width: 767px) {
          body.single-project .cabecera-foto .contenido-cabecera h1, body.single-people .cabecera-foto .contenido-cabecera h1, body.single-expertise .cabecera-foto .contenido-cabecera h1 {
            font-size: 45px;
            letter-spacing: -2.11px;
            line-height: 47px; } }
      body.single-project .cabecera-foto .contenido-cabecera .scroll-down, body.single-people .cabecera-foto .contenido-cabecera .scroll-down, body.single-expertise .cabecera-foto .contenido-cabecera .scroll-down {
        position: absolute;
        left: 0;
        bottom: 27px;
        width: 100%;
        text-align: center; }
        body.single-project .cabecera-foto .contenido-cabecera .scroll-down img, body.single-people .cabecera-foto .contenido-cabecera .scroll-down img, body.single-expertise .cabecera-foto .contenido-cabecera .scroll-down img {
          cursor: pointer;
          -webkit-transition: 0.2s ease-in;
          -moz-transition: 0.2s ease-in;
          transition: 0.2s ease-in; }
          @media (max-width: 767px) {
            body.single-project .cabecera-foto .contenido-cabecera .scroll-down img, body.single-people .cabecera-foto .contenido-cabecera .scroll-down img, body.single-expertise .cabecera-foto .contenido-cabecera .scroll-down img {
              width: 19px;
              margin: 0 auto; } }
          body.single-project .cabecera-foto .contenido-cabecera .scroll-down img:hover, body.single-people .cabecera-foto .contenido-cabecera .scroll-down img:hover, body.single-expertise .cabecera-foto .contenido-cabecera .scroll-down img:hover {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1); }
      body.single-project .cabecera-foto .contenido-cabecera .creditos, body.single-people .cabecera-foto .contenido-cabecera .creditos, body.single-expertise .cabecera-foto .contenido-cabecera .creditos {
        max-width: 350px;
        position: absolute;
        left: 27px;
        bottom: 27px;
        font-size: 20px;
        letter-spacing: -0.53px;
        line-height: 22px; }
        @media (max-width: 767px) {
          body.single-project .cabecera-foto .contenido-cabecera .creditos, body.single-people .cabecera-foto .contenido-cabecera .creditos, body.single-expertise .cabecera-foto .contenido-cabecera .creditos {
            text-align: center;
            font-size: 20px;
            letter-spacing: -0.45px;
            line-height: 24px;
            position: inherit;
            margin-top: 50px; } }
        body.single-project .cabecera-foto .contenido-cabecera .creditos .titulo, body.single-people .cabecera-foto .contenido-cabecera .creditos .titulo, body.single-expertise .cabecera-foto .contenido-cabecera .creditos .titulo {
          margin-top: 4px;
          font-style: italic; }
  body.single-project .cabecera-project-simple, body.single-people .cabecera-project-simple, body.single-expertise .cabecera-project-simple {
    text-align: center;
    border-bottom: 1px solid rgba(39, 39, 39, 0.3);
    padding: 0 28px 0 24px;
    margin-bottom: 75px;
    position: relative; }
    @media (max-width: 767px) {
      body.single-project .cabecera-project-simple, body.single-people .cabecera-project-simple, body.single-expertise .cabecera-project-simple {
        margin-bottom: 0;
        border-bottom: none; } }
    body.single-project .cabecera-project-simple > *, body.single-people .cabecera-project-simple > *, body.single-expertise .cabecera-project-simple > * {
      opacity: 1;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      body.single-project .cabecera-project-simple > *.oculto, body.single-people .cabecera-project-simple > *.oculto, body.single-expertise .cabecera-project-simple > *.oculto {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px); }
    body.single-project .cabecera-project-simple .categoria, body.single-people .cabecera-project-simple .categoria,
    body.single-expertise .cabecera-project-simple .categoria {
      font-size: 18px;
      line-height: 18px;
      padding-top: 27px;
      padding-bottom: 70px; }
      @media (max-width: 767px) {
        body.single-project .cabecera-project-simple .categoria, body.single-people .cabecera-project-simple .categoria,
        body.single-expertise .cabecera-project-simple .categoria,
        .cabecera-project-simple .categoria {
          display: none; } }
    body.single-project .cabecera-project-simple .titulo-pagina, body.single-people .cabecera-project-simple .titulo-pagina, body.single-expertise .cabecera-project-simple .titulo-pagina {
      font-family: 'FuturaStd';
      font-weight: bold;
      font-size: 95px;
      letter-spacing: -4px;
      line-height: 95px;
      max-width: 850px;
      margin: 0 auto 55px auto; }
      @media (max-width: 1279px) {
        body.single-project .cabecera-project-simple .titulo-pagina, body.single-people .cabecera-project-simple .titulo-pagina, body.single-expertise .cabecera-project-simple .titulo-pagina {
          font-size: 70px;
          letter-spacing: -3.11px;
          line-height: 77px; } }
      @media (max-width: 767px) {
        body.single-project .cabecera-project-simple .titulo-pagina, body.single-people .cabecera-project-simple .titulo-pagina, body.single-expertise .cabecera-project-simple .titulo-pagina {
          font-size: 45px;
          letter-spacing: -2.11px;
          line-height: 47px; } }
      @media (max-width: 767px) {
        body.single-project .cabecera-project-simple .titulo-pagina, body.single-people .cabecera-project-simple .titulo-pagina, body.single-expertise .cabecera-project-simple .titulo-pagina {
          margin-top: 93px; } }
    body.single-project .cabecera-project-simple .nav-projects > div, body.single-people .cabecera-project-simple .nav-projects > div, body.single-expertise .cabecera-project-simple .nav-projects > div {
      position: absolute;
      top: 50%;
      margin-top: -16px; }
      body.single-project .cabecera-project-simple .nav-projects > div.nav-prev, body.single-people .cabecera-project-simple .nav-projects > div.nav-prev, body.single-expertise .cabecera-project-simple .nav-projects > div.nav-prev {
        left: 0; }
      body.single-project .cabecera-project-simple .nav-projects > div.nav-next, body.single-people .cabecera-project-simple .nav-projects > div.nav-next, body.single-expertise .cabecera-project-simple .nav-projects > div.nav-next {
        right: 0; }
      @media (max-width: 767px) {
        body.single-project .cabecera-project-simple .nav-projects > div img, body.single-people .cabecera-project-simple .nav-projects > div img, body.single-expertise .cabecera-project-simple .nav-projects > div img {
          width: auto;
          height: 19px;
          vertical-align: top; } }

.related-projects {
  background: #F2F2F2;
  padding: 56px 0;
  display: flex;
  flex-wrap: wrap; }
  .industrial-capacity .related-projects,
  .moduletable .related-projects {
    background: #e8e8e8; }
  @media (max-width: 767px) {
    .related-projects {
      display: block;
      width: 100vw;
      overflow: hidden;
      display: none; } }
  .related-projects .proyectos {
    width: 75%; }
    @media (max-width: 767px) {
      .related-projects .proyectos {
        padding: 0 12px;
        width: 100%;
        overflow: auto; } }
    .related-projects .proyectos .proyectos-contenedor {
      display: flex; }
      @media (max-width: 767px) {
        .related-projects .proyectos .proyectos-contenedor {
          width: 300%; } }
    .related-projects .proyectos .columna {
      padding: 0 8px; }
  .related-projects .columna {
    padding: 0 24px;
    width: 25%; }
    .related-projects .columna.titulo {
      font-family: 300;
      font-size: 48px;
      letter-spacing: -1.2px;
      line-height: 39px;
      text-transform: capitalize;
      padding: 0 20px; }
      @media (max-width: 767px) {
        .related-projects .columna.titulo {
          text-transform: none;
          width: 100%;
          font-size: 30px;
          letter-spacing: -0.75px;
          line-height: 39px;
          margin-bottom: 6px; } }
      .related-projects .columna.titulo span {
        display: block; }
        @media (max-width: 767px) {
          .related-projects .columna.titulo span {
            display: inline; } }
      @media (max-width: 767px) {
        .related-projects .columna.titulo br {
          display: none; } }
    .related-projects .columna.proyecto {
      width: 33%; }
      .related-projects .columna.proyecto .imagen {
        margin-bottom: 8px; }
        .related-projects .columna.proyecto .imagen img {
          width: 100%;
          height: auto;
          -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
          -webkit-transition: all 0.2s ease-in;
          -moz-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in; }
      .related-projects .columna.proyecto:hover img {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%); }
      .related-projects .columna.proyecto .caption {
        color: #000000; }
        .related-projects .columna.proyecto .caption h2 {
          margin: 0;
          padding: 0;
          font-size: 26px;
          letter-spacing: -0.52px; }
        .related-projects .columna.proyecto .caption .lugar {
          opacity: 0.6;
          font-weight: 100;
          font-style: italic;
          font-size: 20px;
          letter-spacing: 0; }

.page-template-contacto {
  background: #fff; }
  .page-template-contacto .cabecera-contacto {
    text-align: center;
    padding-top: 150px;
    padding-bottom: 100px;
    border-bottom: 1px solid rgba(39, 39, 39, 0.2);
    margin-left: 27px;
    margin-right: 27px;
    margin-bottom: 170px; }
    @media (max-width: 767px) {
      .page-template-contacto .cabecera-contacto {
        padding: 92px 0 48px 0;
        margin: 0 0 48px 0;
        width: 100%; } }
    .page-template-contacto .cabecera-contacto h1 {
      margin: 0;
      padding: 0;
      font-family: 'FuturaStd';
      font-weight: bold;
      font-size: 95px;
      letter-spacing: -4px;
      line-height: 95px; }
      @media (max-width: 1279px) {
        .page-template-contacto .cabecera-contacto h1 {
          font-size: 70px;
          letter-spacing: -3.11px;
          line-height: 77px; } }
      @media (max-width: 767px) {
        .page-template-contacto .cabecera-contacto h1 {
          font-size: 45px;
          letter-spacing: -2.11px;
          line-height: 47px; } }
  .page-template-contacto .main .main-container {
    display: flex;
    position: relative;
    margin-left: -27px;
    margin-right: -27px;
    padding-bottom: 165px; }
    @media (max-width: 767px) {
      .page-template-contacto .main .main-container {
        display: block;
        margin: 0; } }
    .page-template-contacto .main .main-container > * {
      opacity: 1;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .page-template-contacto .main .main-container > *.oculto {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px); }
    .page-template-contacto .main .main-container .columna {
      width: 25%; }
      @media (max-width: 767px) {
        .page-template-contacto .main .main-container .columna {
          width: 100%; } }
      @media (max-width: 767px) {
        .page-template-contacto .main .main-container .columna a {
          text-decoration: underline; } }
      .page-template-contacto .main .main-container .columna > div {
        padding: 0 27px; }
        @media (max-width: 767px) {
          .page-template-contacto .main .main-container .columna > div {
            padding: 0; } }
      .page-template-contacto .main .main-container .columna .titulo {
        font-weight: 300;
        font-size: 32px;
        letter-spacing: 0;
        line-height: 29px; }
        @media (max-width: 767px) {
          .page-template-contacto .main .main-container .columna .titulo {
            font-size: 26px;
            letter-spacing: -0.3px;
            line-height: 28px;
            font-weight: normal; } }
      .page-template-contacto .main .main-container .columna .texto {
        margin-top: 12px;
        opacity: 0.9;
        font-size: 22px;
        letter-spacing: -0.33px;
        line-height: 26px;
        font-weight: 100; }
        @media (max-width: 767px) {
          .page-template-contacto .main .main-container .columna .texto {
            margin-top: 6px;
            font-size: 20px;
            letter-spacing: -0.3px;
            line-height: 24px; } }
    @media (max-width: 767px) {
      .page-template-contacto .main .main-container .mapa {
        display: none; } }
    .page-template-contacto .main .main-container .mapa > div {
      padding: 0 27px; }
    .page-template-contacto .main .main-container .mapa .acf-map,
    .mapa .acf-map {
      width: calc(50vw - 54px);
      height: calc(50vw - 54px); }
    .page-template-contacto .main .main-container .datos-contacto {
      width: 25%; }
      @media (max-width: 767px) {
        .page-template-contacto .main .main-container .datos-contacto {
          width: 100%;
          margin-top: 39px; } }
      @media (max-width: 767px) {
        .page-template-contacto .main .main-container .datos-contacto a, .datos-contacto a {
          text-decoration: underline; } }
      .page-template-contacto .main .main-container .datos-contacto > div, .datos-contacto > div {
        padding: 0 27px; }
        @media (max-width: 767px) {
          .page-template-contacto .main .main-container .datos-contacto > div, .datos-contacto > div {
            padding: 0; } }
      .page-template-contacto .main .main-container .datos-contacto .bloque, .datos-contacto .bloque {
        margin-bottom: 25px; }
        .page-template-contacto .main .main-container .datos-contacto .bloque .titulo, .datos-contacto .bloque .titulo {
          font-weight: 300;
          font-size: 32px;
          letter-spacing: 0;
          line-height: 29px; }
          @media (max-width: 767px) {
            .page-template-contacto .main .main-container .datos-contacto .bloque .titulo, .datos-contacto .bloque .titulo {
              font-size: 26px;
              letter-spacing: -0.3px;
              line-height: 28px; } }
        .page-template-contacto .main .main-container .datos-contacto .bloque .contenido, .datos-contacto .bloque .contenido {
          font-weight: 100;
          font-size: 22px;
          letter-spacing: -0.57px;
          line-height: 26px;
          margin-top: 12px; }
          @media (max-width: 767px) {
            .page-template-contacto .main .main-container .datos-contacto .bloque .contenido, .datos-contacto .bloque .contenido {
              margin-top: 6px;
              opacity: 0.9;
              font-size: 20px;
              letter-spacing: -0.3px;
              line-height: 24px; } }

#single-newsletter {
  min-height: 100vh;
  padding: 100px 0; }
  #single-newsletter p {
    margin: 0; }

table.newsletter {
  margin: 0 auto; }
  table.newsletter td {
    padding: 0; }
  table.newsletter .blanco {
    background: #FFFFFF; }
  table.newsletter .negro {
    background: #202020; }
    table.newsletter .negro .categoria {
      color: #C7C7C7; }
    table.newsletter .negro .texto {
      color: #fff !important; }
    table.newsletter .negro .pie {
      color: #fff !important; }
    table.newsletter .negro .boton a {
      color: #fff !important;
      border-color: #fff !important; }
  table.newsletter .grisclaro {
    background: #F2F2F2; }
  table.newsletter .grisoscuro {
    background: #EBEBEB; }
  table.newsletter .pre-header {
    text-align: center;
    padding: 10px 0;
    color: #202020; }
    table.newsletter .pre-header a {
      color: #202020; }
  table.newsletter .newsletter-cabecera td {
    padding: 25px 25px 20px 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  table.newsletter .newsletter-cabecera .newsletter-logo img {
    width: 230px;
    height: auto; }
  table.newsletter .newsletter-cabecera .newsletter-fecha {
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000; }
  table.newsletter .modulo.modulo-general {
    text-align: center; }
    table.newsletter .modulo.modulo-general .categoria {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 20px;
      color: #898989; }
      table.newsletter .modulo.modulo-general .categoria span {
        display: inline-block;
        margin-bottom: 20px; }
    table.newsletter .modulo.modulo-general .titulo {
      font-family: "Arial Black", Gadget, 'Arial-BoldMT', sans-serif;
      font-size: 60px;
      color: #121212;
      letter-spacing: -3.5px;
      line-height: 55px; }
      @media (max-width: 600px) {
        table.newsletter .modulo.modulo-general .titulo {
          font-size: 40px;
          line-height: 35px; } }
      table.newsletter .modulo.modulo-general .titulo span {
        max-width: 500px;
        margin: 0 auto 20px auto;
        display: inline-block;
        padding: 0 20px; }
    table.newsletter .modulo.modulo-general .texto {
      font-family: "Times New Roman", Times, serif;
      font-size: 32px;
      color: #3A3A3A;
      letter-spacing: -1px;
      line-height: 35px; }
      @media (max-width: 600px) {
        table.newsletter .modulo.modulo-general .texto {
          font-size: 24px;
          line-height: 27px; } }
      table.newsletter .modulo.modulo-general .texto > span {
        max-width: 500px;
        margin: 0 auto 60px auto;
        display: inline-block;
        padding: 0 20px; }
      table.newsletter .modulo.modulo-general .texto p:last-child {
        margin-bottom: 0; }
      table.newsletter .modulo.modulo-general .texto a {
        text-decoration: underline;
        color: #3A3A3A; }
    table.newsletter .modulo.modulo-general .imagen, table.newsletter .modulo.modulo-general .video {
      padding-bottom: 60px; }
      table.newsletter .modulo.modulo-general .imagen .img, table.newsletter .modulo.modulo-general .video .img {
        display: block;
        padding: 0 25px;
        position: relative; }
        table.newsletter .modulo.modulo-general .imagen .img a, table.newsletter .modulo.modulo-general .video .img a {
          position: relative;
          display: block; }
        table.newsletter .modulo.modulo-general .imagen .img.completo, table.newsletter .modulo.modulo-general .video .img.completo {
          padding: 0; }
        table.newsletter .modulo.modulo-general .imagen .img img, table.newsletter .modulo.modulo-general .video .img img {
          width: 100%;
          height: auto;
          display: inline-block; }
        table.newsletter .modulo.modulo-general .imagen .img .cartela, table.newsletter .modulo.modulo-general .video .img .cartela {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 10;
          background: rgba(0, 0, 0, 0.45);
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          justify-content: center;
          align-items: center; }
          table.newsletter .modulo.modulo-general .imagen .img .cartela img, table.newsletter .modulo.modulo-general .video .img .cartela img {
            width: 195px;
            height: 50px;
            display: block; }
    table.newsletter .modulo.modulo-general .pie {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 14px;
      color: #979797;
      display: inline-block;
      margin-top: 9px;
      padding: 0 20px; }
      @media (max-width: 600px) {
        table.newsletter .modulo.modulo-general .pie {
          font-size: 12px; } }
      table.newsletter .modulo.modulo-general .pie p {
        margin-bottom: 0; }
    table.newsletter .modulo.modulo-general .boton {
      opacity: 0.87;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 17px;
      color: #000000;
      letter-spacing: 0;
      line-height: 13px;
      margin-bottom: 60px;
      display: inline-block; }
      table.newsletter .modulo.modulo-general .boton a {
        color: #000000;
        text-decoration: none;
        border: 1px solid #000;
        padding: 19px 34px 18px 34px;
        display: inline-block; }
    table.newsletter .modulo.modulo-general .separador span {
      margin: 0 25px 60px 25px;
      border: 1px solid #979797;
      opacity: 0.25;
      display: block; }
  table.newsletter .newsletter-footer {
    background: #020202;
    color: #fff;
    text-align: center; }
    table.newsletter .newsletter-footer a {
      color: #fff !important; }
    table.newsletter .newsletter-footer tr .direccion, table.newsletter .newsletter-footer tr .telefonos {
      font-family: "Times New Roman", Times, serif;
      font-size: 20px;
      letter-spacing: -0.51px;
      line-height: 23px;
      color: #8D8D8D; }
      table.newsletter .newsletter-footer tr .direccion .titulo, table.newsletter .newsletter-footer tr .telefonos .titulo {
        color: #fff; }
    table.newsletter .newsletter-footer tr .follow {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 17px;
      color: #FFFFFF;
      letter-spacing: -0.43px;
      padding: 30px 20px 30px 20px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      table.newsletter .newsletter-footer tr .follow a {
        text-decoration: underline; }
    table.newsletter .newsletter-footer tr .unsuscribe {
      opacity: 0.73;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 13px;
      color: #FFFFFF;
      letter-spacing: -0.33px;
      padding: 30px 20px 30px 20px; }
      table.newsletter .newsletter-footer tr .unsuscribe a {
        text-decoration: underline; }
  table.newsletter .footer-mailchimp {
    text-align: center; }
    table.newsletter .footer-mailchimp td {
      padding: 20px 0; }

.textarea-copy {
  width: 100%;
  max-width: 700px;
  margin: 100px auto; }
  .textarea-copy textarea {
    width: 100%;
    height: 500px; }

/*------------------------------------*    IMAGES
\*------------------------------------*/
/*------------------------------------*	TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: "KStd";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/KeplerStd/KeplerStd-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/KeplerStd/KeplerStd-Regular.woff") format("woff"), url("../fonts/KeplerStd/KeplerStd-Regular.svg#KStd") format("svg"); }

@font-face {
  font-family: "KStd";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/KeplerStd/KeplerStd-Disp.eot?#iefix") format("embedded-opentype"), url("../fonts/KeplerStd/KeplerStd-Disp.woff") format("woff"), url("../fonts/KeplerStd/KeplerStd-Disp.svg#KStd") format("svg"); }

@font-face {
  font-family: "KStd";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/KeplerStd/KeplerStd-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/KeplerStd/KeplerStd-Light.woff") format("woff"), url("../fonts/KeplerStd/KeplerStd-Light.svg#KStd") format("svg"); }

@font-face {
  font-family: "KStd";
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/KeplerStd/KeplerStd-LightIt.eot?#iefix") format("embedded-opentype"), url("../fonts/KeplerStd/KeplerStd-LightIt.woff") format("woff"), url("../fonts/KeplerStd/KeplerStd-LightIt.svg#KStd") format("svg"); }

@font-face {
  font-family: "FuturaStd";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/FuturaStd/FuturaStd-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaStd/FuturaStd-Medium.woff") format("woff"), url("../fonts/FuturaStd/FuturaStd-Medium.svg#FuturaStd") format("svg"); }

@font-face {
  font-family: "FuturaStd";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/FuturaStd/FuturaStd-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaStd/FuturaStd-Bold.woff") format("woff"), url("../fonts/FuturaStd/FuturaStd-Bold.svg#FuturaStd") format("svg"); }

.futura {
  font-family: 'FuturaStd'; }

/*------------------------------------*    RESPONSIVE
\*------------------------------------*/
/*------------------------------------*    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

/*------------------------------------*    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*------------------------------------*    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

#cookie-notice {
  bottom:0px;
  position: fixed;
  width: auto;
  max-width: calc(50% - 100px);
  font-family: 'FuturaStd';
  min-width: inherit;
  right: 0;
  left: inherit;
  font-size: 15px;
  background-color: rgba(0, 0, 0, 0.8) !important; }
  @media (max-width: 767px) {
    #cookie-notice {
      width: 100%;
      max-width: inherit;
      font-size: 12px; } }
  #cookie-notice .cookie-notice-container {
    display: flex;
    padding: 20px;
    align-items: center; }
    #cookie-notice .cookie-notice-container #cn-notice-text {
      text-align: left; }
    #cookie-notice .cookie-notice-container #cn-accept-cookie {
      text-transform: uppercase;
      border: 1px solid #fff;
      color: #fff;
      line-height: 1;
      min-width: 110px;
      text-align: center;
      padding: 10px 20px 8px 20px; }

.moduletablecontacto_comercial {
	width: 50%;
    float: left;
}
.moduletablecontacto_comercial p {	
	font-size: 20px;
    font-family: 'KStd';
    opacity: 0.65;
}
.moduletablefiliales {
	width: 50%;
    float: left;
}
.moduletablefiliales  p{
	font-size: 20px;
    font-family: 'KStd';
    opacity: 0.65;
}
  @media (max-width: 767px) {
	  .moduletablecontacto_comercial {
		width: 100%;
		float: left;		
	}
	.moduletablecontacto_comercial p {
		font-size: 20px;
		font-family: 'KStd';
		opacity: 0.65;
	}
	.moduletablefiliales {
		width: 100%;
		float: left;		
	}
	.moduletablefiliales p {		
		font-size: 20px;
		font-family: 'KStd';
		opacity: 0.65;
	}
  }