@charset "UTF-8";
/* FONTS */
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("../fonts/Helvetica/HelveticaNeueLTStd-Roman.eot");
  src: url("../fonts/Helvetica/HelveticaNeueLTStd-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNeueLTStd-Roman.woff") format("woff"), url("../fonts/Helvetica/HelveticaNeueLTStd-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("../fonts/Helvetica/HelveticaNeueLTStd-Blk.eot");
  src: url("../fonts/Helvetica/HelveticaNeueLTStd-Blk.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNeueLTStd-Blk.woff") format("woff"), url("../fonts/Helvetica/HelveticaNeueLTStd-Blk.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("../fonts/Helvetica/HelveticaNeueLTStd-Lt.eot");
  src: url("../fonts/Helvetica/HelveticaNeueLTStd-Lt.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNeueLTStd-Lt.woff") format("woff"), url("../fonts/Helvetica/HelveticaNeueLTStd-Lt.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("../fonts/Helvetica/HelveticaNeueLTStd-Th.eot");
  src: url("../fonts/Helvetica/HelveticaNeueLTStd-Th.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNeueLTStd-Th.woff") format("woff"), url("../fonts/Helvetica/HelveticaNeueLTStd-Th.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Futura Md BT';
  src: url("../fonts/Futura/FuturaBT-Bold.eot");
  src: url("../fonts/Futura/FuturaBT-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Futura/FuturaBT-Bold.woff") format("woff"), url("../fonts/Futura/FuturaBT-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Futura Md BT';
  src: url("../fonts/Futura/FuturaBT-Medium.eot");
  src: url("../fonts/Futura/FuturaBT-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Futura/FuturaBT-Medium.woff") format("woff"), url("../fonts/Futura/FuturaBT-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

/* VARIABLES */
/* colors */
/* MIXINS */
.sixteen-nine {
  position: relative; }

.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%; }

.sixteen-nine > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/* Sticky footer styles
-------------------------------------------------- */
.wrapper {
  min-height: calc(100vh - 155px);
  height: auto;
  margin: 0 auto 0px;
  padding: 0 0 0px;
  overflow: visible;
  max-width: initial; }
  @media only screen and (min-width: 992px) {
    .wrapper {
      height: auto;
      min-height: none; } }

.footer {
  height: auto;
  float: none;
  display: block;
  clear: both;
  border-top: 1px solid #ccc;
  background-color: white;
  overflow: hidden; }
  .footer p.copyright {
    line-height: 100px;
    margin-bottom: 0;
    font-size: 10px;
    text-align: left;
    font-family: 'Futura Md BT';
    font-weight: 500;
    font-weight: normal;
    font-style: normal;
    color: #3e3e3e;
    padding-left: 20px; }
  .footer .certificacion img {
    padding: 20px 0;
    max-width: 80px;
    float: right; }
  .footer .social {
    line-height: 100px; }
    @media only screen and (min-width: 992px) {
      .footer .social {
        line-height: auto; } }
    .footer .social a {
      display: inline;
      font-size: 22px;
      padding: 0 8px;
      color: #2d2d2d;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .footer .social a:hover {
        color: #fee463; }

/* -------------------------------------------------- GENERAL -------------------------------------------------- */
body.desborda {
  overflow: hidden; }

/* page loader */
#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 1;
  background-color: white;
  z-index: 8888;
  text-align: center; }

#loading-image {
  position: absolute;
  top: calc(50%);
  max-width: 80px;
  position: absolute;
  top: calc(50%);
  max-width: 200px;
  margin-top: -50px;
  left: 50%;
  margin-left: -100px;
  z-index: 80; }
  @media only screen and (min-width: 767px) {
    #loading-image {
      top: calc(50%); } }

.unveil-img {
  opacity: 0;
  transition: opacity 0.3s ease-in; }

body.home {
  overflow: hidden; }
  body.home .fullscreen {
    width: 100%;
    height: calc(100vh) !important;
    min-height: calc(100vh) !important;
    top: 0; }

body.post-type-archive-proyectos h1.pag-tit {
  margin-top: 40px; }
  @media only screen and (min-width: 992px) {
    body.post-type-archive-proyectos h1.pag-tit {
      margin-top: 0px; } }

body.post-type-archive-proyectos .fullscreen {
  width: 100%;
  height: calc(100vh) !important;
  min-height: calc(100vh) !important;
  top: 0; }

/* reset.scss*/
.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

body, html {
  background: white;
  color: #333333; }

body.single-audiovisual {
  background: black; }

.col-centered {
  float: none;
  margin: 0 auto; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Futura Md BT';
  font-weight: bold;
  font-style: normal; }

h1.pag-tit {
  font-size: 24px;
  text-align: center;
  padding: 50px 0;
  margin: 0px 0;
  background: white;
  color: #2d2d2d;
  letter-spacing: 1px; }
  h1.pag-tit .short-red-border {
    margin: 20px auto 0;
    border-color: #2d2d2d; }

ul, ol {
  padding: 0;
  margin: 0; }

h1 {
  font-size: 60px;
  line-height: 40px;
  color: #fee463;
  text-transform: uppercase; }

p {
  color: #ccc;
  font-family: 'Futura Md BT';
  font-weight: 500;
  color: #333333;
  font-size: 16px;
  line-height: 28px;
  font-size: 16px; }

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

a, a:hover, a:visited, a:focus {
  text-decoration: none;
  display: block;
  font-size: 14px; }

.right {
  float: right; }

.left {
  float: left; }

main {
  margin-top: 50px; }

.marginTop {
  margin-top: 100px; }

.paddingTop {
  padding-top: 160px; }

.short-red-border {
  width: 30px;
  border: 1px solid #fee463; }

.pagination {
  display: none; }

.error404 section {
  margin-top: 120px; }

.flex-parent {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 991px) {
    .flex-parent {
      display: block; } }

.div50 {
  background: white;
  width: 50%;
  float: left;
  overflow: hidden; }
  @media only screen and (max-width: 991px) {
    .div50 {
      width: 100%;
      float: none; } }

@media (min-width: 1300px) {
  .container {
    width: 1270px; } }

@media (min-width: 1400px) {
  .container {
    width: 1370px; } }

@media (min-width: 1600px) {
  .container {
    width: 1570px; } }

/* -------------------------------------------------- NAVBAR --------------------------------------------------  */
/*visible en small devices*/
.logo-small {
  position: fixed;
  z-index: 2100;
  top: 8px;
  left: 20px;
  width: 50%;
  display: block; }
  .logo-small img {
    display: block;
    width: 84px; }

.navbar-default {
  z-index: 2000;
  background-color: #fff;
  color: #333333;
  text-transform: uppercase; }
  .navbar-default.navbar {
    min-height: 70px !important;
    border-bottom: none;
    -webkit-transition-delay: 0.3s;
    /* Safari */
    -moz-transition-delay: 0.3s;
    /* Safari */
    transition-delay: 0.3s; }
    .navbar-default.navbar.no-border {
      border-color: white; }
  .navbar-default .navbar-nav {
    width: 95%; }
    .navbar-default .navbar-nav li {
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 15px;
      cursor: pointer;
      font-family: 'Futura Md BT';
      font-weight: bold;
      font-style: normal;
      width: 12.285%; }
      .navbar-default .navbar-nav li a {
        color: #000;
        line-height: 21px;
        letter-spacing: 0; }
      .navbar-default .navbar-nav li a:hover {
        background-color: #333333;
        color: #fee463;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
  .navbar-default .lang-switch {
    width: 5%;
    float: left; }
    .navbar-default .lang-switch li {
      width: 5%; }

@media only screen and (min-width: 768px) {
  .navbar-collapse.collapse {
    margin-left: 60px; } }

/* Icon 1 */
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 24px;
  height: 20px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333333;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

/* Icon 4 */
#nav-icon4 {
  position: absolute;
  right: 15px;
  top: 29px; }

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon4 span:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon4 span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 1px; }

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 17px;
  left: 1px; }

.menu-screen {
  background: white;
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 1999;
  overflow: hidden;
  visibility: visible;
  border-bottom: 1px solid #ccc;
  opacity: 1;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  transform: translateY(calc(-100% + 71px));
  -moz-transform: translateY(calc(-100% + 71px));
  -webkit-transform: translateY(calc(-100% + 71px));
  -ms-transform: translateY(calc(-100% + 71px));
  -o-transform: translateY(calc(-100% + 71px)); }
  @media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .menu-screen {
      height: 1024px; } }
  @media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    .menu-screen {
      height: 768px; } }
  @media screen and (device-aspect-ratio: 40/71) {
    .menu-screen {
      height: 500px; } }
  .menu-screen #navbar {
    display: table !important;
    height: 100vh !important;
    margin: 0 auto; }
    .menu-screen #navbar .navbar-nav {
      width: 100%;
      padding: 0;
      margin: 0;
      text-align: center;
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      padding: 0;
      float: none; }
      .menu-screen #navbar .navbar-nav li {
        float: none;
        letter-spacing: 1px;
        cursor: pointer;
        font-family: 'Futura Md BT';
        font-weight: bold;
        font-style: normal;
        text-transform: uppercase; }
        .menu-screen #navbar .navbar-nav li.current-menu-item a {
          color: #fee463;
          background: transparent; }
        .menu-screen #navbar .navbar-nav li a {
          font-size: 16px;
          line-height: normal;
          padding-top: 15px;
          padding-bottom: 15px;
          line-height: 15px; }
          @media only screen and (max-width: 1280px) {
            .menu-screen #navbar .navbar-nav li a {
              font-size: 22px;
              line-height: 26px; } }
          @media only screen and (max-width: 767px) {
            .menu-screen #navbar .navbar-nav li a {
              font-size: 16px;
              line-height: 10px; } }
          .menu-screen #navbar .navbar-nav li a:focus, .menu-screen #navbar .navbar-nav li a:hover {
            background: transparent;
            color: #ccc; }
    .menu-screen #navbar .lang-switch {
      position: absolute;
      left: 0;
      z-index: 22;
      top: 0;
      padding-left: 8px;
      width: 100%;
      text-align: center;
      text-transform: lowercase !important;
      top: 80px;
      height: auto; }
      .menu-screen #navbar .lang-switch li {
        display: inline-block;
        float: left;
        margin-right: 10px;
        margin-bottom: 15px;
        float: none;
        letter-spacing: 1px;
        cursor: pointer;
        font-family: 'Futura Md BT';
        font-weight: bold;
        font-style: normal; }
        .menu-screen #navbar .lang-switch li a {
          font-size: 15px; }
        .menu-screen #navbar .lang-switch li.current-lang a {
          color: #fee463 !important; }
        .menu-screen #navbar .lang-switch li a:hover, .menu-screen #navbar .lang-switch li a:active, .menu-screen #navbar .lang-switch li a:visited, .menu-screen #navbar .lang-switch li a:focus {
          color: #333333; }
  .menu-screen .social {
    position: absolute;
    z-index: 23;
    right: 0;
    bottom: 80px;
    width: 100%;
    text-align: center; }
    .menu-screen .social a {
      display: inline;
      font-size: 22px;
      padding: 0 8px;
      color: white; }
      .menu-screen .social a:hover {
        color: white;
        cursor: pointer; }
  .menu-screen.visible {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%); }
    .menu-screen.visible .social a {
      color: #2d2d2d; }
      .menu-screen.visible .social a:hover {
        color: #fee463; }
  .menu-screen .short-red-border {
    width: 50px;
    border: 1px solid #fee463;
    display: block;
    margin: 20px auto; }
    @media only screen and (max-width: 1280px) {
      .menu-screen .short-red-border {
        margin: 20px auto; } }

.logo-menu-screen {
  position: absolute;
  left: 15px;
  top: 8px;
  max-width: 100px; }

.current-menu-item a {
  color: #fee463 !important;
  background-color: #333333; }

.navbar-default .navbar-toggle {
  border: none !important; }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: transparent; }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fee463 !important; }
  .navbar-default .navbar-toggle.collapsed .icon-bar {
    background-color: #333333 !important; }

.navbar-fixed-top .navbar-collapse {
  height: auto;
  max-height: auto;
  border: none !important; }
  .navbar-fixed-top .navbar-collapse.in {
    overflow: visible;
    border-top: none;
    border-bottom: 1px solid #ccc !important; }

/* -------------------------------------------------- HOME --------------------------------------------------  */
body.home {
  overflow: hidden !important; }
  body.home .fullscreen-bg {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    height: 100vh;
    z-index: 0; }
    body.home .fullscreen-bg video {
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: 1; }

.home .video-js, .post-type-archive-proyectos .video-js {
  height: 100vh !important;
  width: 100vw !important; }

.home .fullscreen-bg, .post-type-archive-proyectos .fullscreen-bg {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  height: 100vh;
  z-index: 0; }
  .home .fullscreen-bg video, .post-type-archive-proyectos .fullscreen-bg video {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1; }

.creditos-proyecto-contenedor {
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .creditos-proyecto-contenedor {
      width: 100% !important;
      height: 100% !important; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    .creditos-proyecto-contenedor {
      width: 100% !important;
      height: 100% !important; } }
  .creditos-proyecto-contenedor .creditos-proyecto-tabla {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: table;
    text-align: center;
    font-family: 'Futura Md BT';
    font-weight: 500;
    font-style: normal;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2); }
    .creditos-proyecto-contenedor .creditos-proyecto-tabla .creditos-proyecto-row {
      display: table-cell;
      vertical-align: middle;
      position: relative;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .creditos-proyecto-contenedor .creditos-proyecto-tabla .creditos-proyecto-row a:hover h1 {
        color: #fee463; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .creditos-proyecto-contenedor .creditos-proyecto-tabla {
        width: 100% !important;
        height: 100% !important; } }
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
      .creditos-proyecto-contenedor .creditos-proyecto-tabla {
        width: 100% !important;
        height: 100% !important; } }

.creditos-proyecto-tabla h1 {
  font-size: 84px;
  line-height: normal;
  margin: 0;
  color: white;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 1200px) {
    .creditos-proyecto-tabla h1 {
      font-size: 64px; } }
  @media only screen and (max-width: 992px) {
    .creditos-proyecto-tabla h1 {
      font-size: 44px;
      margin-bottom: 10px; } }
  @media only screen and (max-width: 767px) {
    .creditos-proyecto-tabla h1 {
      font-size: 24px; } }

.creditos-proyecto-tabla h2 {
  font-size: 23px;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 500;
  color: #fee463;
  letter-spacing: 1px;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 767px) {
    .creditos-proyecto-tabla h2 {
      font-size: 18px; } }

.creditos-proyecto-tabla .campana-proyecto {
  font-size: 23px;
  color: #fee463;
  letter-spacing: 1px;
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-style: normal;
  max-width: 600px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .creditos-proyecto-tabla .campana-proyecto {
      font-size: 14px;
      max-width: 240px; } }

.page-template-home-antiestatico .wrapper {
  padding: 0px; }

.page-template-home-antiestatico .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1998;
  background-color: transparent;
  visibility: hidden; }

/*carousel*/
.carousel-home.oculta {
  display: none; }

.flexslider .slides {
  height: 100vh !important;
  width: 100vw !important; }
  .flexslider .slides .item {
    height: 100vh !important;
    width: 100vw !important;
    opacity: 0;
    transition-property: opacity;
    height: 100%; }
    .flexslider .slides .item .background-slider {
      height: 100%;
      width: 100%;
      background-size: cover !important; }
  .flexslider .slides .active {
    opacity: 1; }
  .flexslider .slides .active.left,
  .flexslider .slides .active.right {
    left: 0;
    opacity: 0;
    z-index: 1; }
  .flexslider .slides .next.left,
  .flexslider .slides .prev.right {
    opacity: 1; }

.flexslider .carousel-control {
  z-index: 2;
  background-image: none;
  opacity: 1;
  width: 10%; }

.carousel-caption {
  position: absolute;
  z-index: 1999;
  bottom: -10px; }
  .carousel-caption a {
    font-family: 'Futura Md BT';
    font-weight: bold;
    font-style: normal;
    color: white;
    font-size: 18px;
    opacity: 0.3;
    letter-spacing: 1px;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-animation: color_change 1.2s infinite alternate;
    -moz-animation: color_change 1.2s infinite alternate;
    -ms-animation: color_change 1.2s infinite alternate;
    -o-animation: color_change 1.2s infinite alternate;
    animation: color_change 1.2s infinite alternate; }
    .carousel-caption a:hover {
      opacity: 1;
      color: #fee463; }

.flexslider {
  margin: 0 0 0px;
  background: #333333;
  border: none;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.vjs-has-started .vjs-loading-spinner {
  display: none !important; }

.flex-direction-nav a {
  width: 32px;
  height: 62px;
  margin: -16px 0 0; }

.flex-direction-nav .flex-nav-prev a:before {
  width: 32px;
  height: 62px;
  display: inline-block;
  content: '';
  background: url("../img/prev.png");
  background-repeat: no-repeat;
  font-family: "";
  font-size: 0px;
  color: transparent;
  text-shadow: none;
  background-position: center; }

.flex-direction-nav .flex-nav-next a:before {
  width: 32px;
  height: 62px;
  display: inline-block;
  content: '';
  background: url("../img/next.png");
  background-repeat: no-repeat;
  font-family: "";
  font-size: 0px;
  color: transparent;
  text-shadow: none;
  background-position: center; }

.flex-direction-nav .flex-prev {
  left: 15px !important; }

.flex-direction-nav .flex-next {
  right: 15px !important; }

/*--carousel*/
.logo {
  position: absolute;
  width: 350px;
  top: 50%;
  left: 50%;
  margin-left: -175px;
  margin-top: -142px;
  z-index: 15;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }

.logoHaciaDerecha {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transition: rotate 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

@-webkit-keyframes color_change {
  from {
    opacity: 0.3; }
  to {
    opacity: 0.7; } }

@-moz-keyframes color_change {
  from {
    opacity: 0.3; }
  to {
    opacity: 0.7; } }

@-ms-keyframes color_change {
  from {
    opacity: 0.3; }
  to {
    opacity: 0.7; } }

@-o-keyframes color_change {
  from {
    opacity: 0.3; }
  to {
    opacity: 0.7; } }

@keyframes color_change {
  from {
    opacity: 0.3; }
  to {
    opacity: 0.7; } }

/*.left.carousel-control:hover .previous-arrow, .right.carousel-control:hover .next-arrow{
	visibility: visible;

}
*/
/*

-------------------------------------------------- TRABAJOS --------------------------------------------------  */
.trabajos-home-title h1 {
  color: #fff; }
  .trabajos-home-title h1:hover {
    color: #fee463; }

/* -------------------------------------------------- AUDIOVISUAL --------------------------------------------------  */
.page-template-trabajos .wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.info-trabajo {
  position: absolute;
  bottom: 18%;
  z-index: 1000;
  left: 20px; }
  .info-trabajo h1 {
    font-family: 'Futura Md BT';
    font-weight: bold;
    font-style: normal;
    font-size: 2.5em;
    color: #fee463 !important;
    text-transform: uppercase;
    line-height: normal;
    margin: 0; }
  .info-trabajo h2 {
    color: white;
    font-size: 1.8em;
    font-family: 'Futura Md BT';
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    margin: 0 0 20px 0; }
  .info-trabajo p {
    font-size: 1em;
    font-family: 'Futura Md BT';
    font-weight: 500;
    color: #333333;
    font-size: 16px;
    line-height: 28px;
    color: #fee463;
    margin: 0; }
    .info-trabajo p.nombre-realizador {
      color: white;
      border: none; }
  .info-trabajo .nombre-realizador {
    padding-left: 0; }

#video-player {
  position: absolute;
  bottom: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 100;
  overflow: hidden; }

.controls-wrapper .player .title {
  visibility: hidden !important; }

.close {
  position: absolute;
  width: auto;
  top: 136px;
  left: auto;
  right: 15px;
  text-align: left;
  padding-top: 7px;
  cursor: pointer;
  opacity: 1;
  z-index: 1000; }
  .close img {
    max-width: 26px; }

.single-interactive .close, .proyectos-template-default .close {
  top: 90px;
  left: auto;
  right: 15px;
  position: fixed; }

.single-interactive .interactivo .close, .proyectos-template-default .interactivo .close {
  top: 70px;
  right: 15px;
  left: auto; }

/* -------------------------------------------------- INTERACTIVE --------------------------------------------------  */
.single-interactive .info-trabajo-interactive, .proyectos-template-default .info-trabajo-interactive {
  height: auto;
  position: absolute;
  left: 2%;
  top: 50%;
  display: block;
  transform: translateY(calc(-50% + 70px)); }
  .single-interactive .info-trabajo-interactive .close, .proyectos-template-default .info-trabajo-interactive .close {
    right: 15px !important; }
  .single-interactive .info-trabajo-interactive h1, .proyectos-template-default .info-trabajo-interactive h1 {
    color: white;
    font-size: 3em;
    text-transform: uppercase;
    font-family: 'Futura Md BT';
    font-weight: bold;
    font-style: normal;
    padding-top: 0px;
    margin-top: 0;
    line-height: normal; }
  .single-interactive .info-trabajo-interactive h2, .proyectos-template-default .info-trabajo-interactive h2 {
    font-size: 2em;
    font-family: 'Futura Md BT';
    font-weight: 500;
    color: white;
    margin: 0;
    margin-bottom: 30px;
    color: #fee463; }
  .single-interactive .info-trabajo-interactive p, .proyectos-template-default .info-trabajo-interactive p {
    color: white;
    margin: 5px 0; }
    @media only screen and (max-width: 767px) {
      .single-interactive .info-trabajo-interactive p, .proyectos-template-default .info-trabajo-interactive p {
        color: #333333; } }
  .single-interactive .info-trabajo-interactive p.info-tag, .proyectos-template-default .info-trabajo-interactive p.info-tag {
    color: #fee463;
    margin: 20px 0; }
  .single-interactive .info-trabajo-interactive .proyecto-web, .proyectos-template-default .info-trabajo-interactive .proyecto-web {
    color: #fee463;
    margin-top: 30px;
    font-family: 'Futura Md BT';
    font-weight: bold;
    font-style: normal; }
  .single-interactive .info-trabajo-interactive .short-red-border, .proyectos-template-default .info-trabajo-interactive .short-red-border {
    margin-top: 20px; }
  .single-interactive .info-trabajo-interactive .info-proyecto, .proyectos-template-default .info-trabajo-interactive .info-proyecto {
    padding: 20px 0 0; }
    .single-interactive .info-trabajo-interactive .info-proyecto p, .proyectos-template-default .info-trabajo-interactive .info-proyecto p {
      font-size: 15px;
      line-height: 21px;
      font-family: 'Futura Md BT';
      font-weight: 500;
      font-style: normal;
      margin-bottom: 20px; }

.video-container {
  /*background: black;*/ }

iframe {
  height: 92%;
  width: 100%; }

.videoWrapper {
  position: relative;
  padding-bottom: 42.85%;
  /* 21:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/**/
.page-template-home-antiestatico .wrapper, .page-template-clientes .wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.page-template-trabajos .footer {
  position: absolute;
  width: 100%;
  z-index: 1990; }

.proyectos-template-default {
  max-width: 100%; }
  .proyectos-template-default .wrapper {
    width: 100%;
    max-width: 100% !important;
    margin: 0; }

.post-type-archive-proyectos section {
  margin-top: 0px; }
  .post-type-archive-proyectos section .carousel-home {
    overflow: hidden; }

.post-type-archive-colaboradores section {
  margin-top: 70px; }

/*active menu forzados*/
.post-type-archive-colaboradores li.menu-item-144 a, .post-type-archive-colaboradores li.menu-item-152 a {
  background-color: transparent;
  color: #fee463; }

.post-type-archive-colaboradores li.menu-item-140 a, .post-type-archive-colaboradores li.menu-item-660 a {
  background-color: transparent;
  color: #fee463; }

/*--active menu forzados*/
/* -------------------------------------------------- GRID TRABAJOS --------------------------------------------------  */
.proyectos-template-default .wrapper, .post-type-archive-proyectos .wrapper, .post-type-archive-colaboradores .wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.proyectos-template-default section, .post-type-archive-proyectos section, .post-type-archive-colaboradores section {
  border-top: 1px solid #ccc; }

.proyectos-template-default .portfolio-item, .post-type-archive-proyectos .portfolio-item, .post-type-archive-colaboradores .portfolio-item {
  overflow: hidden;
  position: relative;
  padding: 0; }
  .proyectos-template-default .portfolio-item .caption, .post-type-archive-proyectos .portfolio-item .caption, .post-type-archive-colaboradores .portfolio-item .caption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 333;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .proyectos-template-default .portfolio-item:hover .caption, .post-type-archive-proyectos .portfolio-item:hover .caption, .post-type-archive-colaboradores .portfolio-item:hover .caption {
    -webkit-transition: all 0.8s ease;
    /* Safari and Chrome */
    -moz-transition: all 0.8s ease;
    /* Firefox */
    -o-transition: all 0.8s ease;
    /* IE 9 */
    -ms-transition: all 0.8s ease;
    /* Opera */
    transition: all 0.8s ease;
    -webkit-transform: scale(1.1);
    /* Safari and Chrome */
    -moz-transform: scale(1.1);
    /* Firefox */
    -ms-transform: scale(1.1);
    /* IE 9 */
    -o-transform: scale(1.1);
    /* Opera */
    transform: scale(1.1); }
  .proyectos-template-default .portfolio-item .work-bg-img.sixteen-nine, .post-type-archive-proyectos .portfolio-item .work-bg-img.sixteen-nine, .post-type-archive-colaboradores .portfolio-item .work-bg-img.sixteen-nine {
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center !important;
    width: 100%; }
    .proyectos-template-default .portfolio-item .work-bg-img.sixteen-nine:before, .post-type-archive-proyectos .portfolio-item .work-bg-img.sixteen-nine:before, .post-type-archive-colaboradores .portfolio-item .work-bg-img.sixteen-nine:before {
      content: '';
      display: block;
      padding-top: 56.25%; }
  .proyectos-template-default .portfolio-item .work-info, .post-type-archive-proyectos .portfolio-item .work-info, .post-type-archive-colaboradores .portfolio-item .work-info {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    z-index: 334;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .proyectos-template-default .portfolio-item .work-info .work-info-details, .post-type-archive-proyectos .portfolio-item .work-info .work-info-details, .post-type-archive-colaboradores .portfolio-item .work-info .work-info-details {
      position: absolute;
      bottom: 16px;
      left: 26px;
      visibility: hidden;
      width: 80%;
      line-height: normal; }
      .proyectos-template-default .portfolio-item .work-info .work-info-details h1, .proyectos-template-default .portfolio-item .work-info .work-info-details h2, .post-type-archive-proyectos .portfolio-item .work-info .work-info-details h1, .post-type-archive-proyectos .portfolio-item .work-info .work-info-details h2, .post-type-archive-colaboradores .portfolio-item .work-info .work-info-details h1, .post-type-archive-colaboradores .portfolio-item .work-info .work-info-details h2 {
        margin: 0 0 4px 0;
        text-transform: uppercase; }
      .proyectos-template-default .portfolio-item .work-info .work-info-details h1, .post-type-archive-proyectos .portfolio-item .work-info .work-info-details h1, .post-type-archive-colaboradores .portfolio-item .work-info .work-info-details h1 {
        font-size: 20px;
        line-height: 20px;
        color: white; }
      .proyectos-template-default .portfolio-item .work-info .work-info-details h2, .post-type-archive-proyectos .portfolio-item .work-info .work-info-details h2, .post-type-archive-colaboradores .portfolio-item .work-info .work-info-details h2 {
        font-size: 14px;
        color: #fee463;
        margin-top: 6px;
        text-transform: none; }
      .proyectos-template-default .portfolio-item .work-info .work-info-details p, .post-type-archive-proyectos .portfolio-item .work-info .work-info-details p, .post-type-archive-colaboradores .portfolio-item .work-info .work-info-details p {
        font-size: 14px;
        margin-top: 6px;
        color: #ccc;
        line-height: normal; }
    .proyectos-template-default .portfolio-item .work-info:hover, .post-type-archive-proyectos .portfolio-item .work-info:hover, .post-type-archive-colaboradores .portfolio-item .work-info:hover {
      background: rgba(0, 0, 0, 0.7);
      color: #fee463; }
      .proyectos-template-default .portfolio-item .work-info:hover .work-info-details, .post-type-archive-proyectos .portfolio-item .work-info:hover .work-info-details, .post-type-archive-colaboradores .portfolio-item .work-info:hover .work-info-details {
        visibility: visible; }

/* -------------------------------------------------- FOTOGRAFOS --------------------------------------------------  */
.grid-sizer, .grid-item {
  width: 49%; }

.gutter-sizer {
  width: 2%; }

.grid-item {
  margin-bottom: 2%; }

@media only screen and (max-width: 991px) {
  .grid-proyectos .grid-sizer, .grid-proyectos .grid-item {
    width: 50% !important; } }

@media only screen and (max-width: 767px) {
  .grid-proyectos .grid-sizer, .grid-proyectos .grid-item {
    width: 100% !important; } }

.grid-proyectos .gutter-sizer {
  width: 0%; }

.grid-proyectos .grid-item {
  margin-bottom: 0%; }

.masonry-gallery {
  padding-bottom: 120px; }
  .masonry-gallery.galeria-fotografo img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    width: 100% !important;
    height: auto !important; }

.category-list .ver-todo-wrap {
  float: left; }
  @media only screen and (max-width: 767px) {
    .category-list .ver-todo-wrap {
      float: none; } }

.category-list ul {
  list-style: none;
  padding-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .category-list ul.ver-todo-wrap {
      padding-bottom: 0; } }
  .category-list ul li {
    display: inline-block;
    padding-right: 15px; }
    .category-list ul li.on a {
      color: #fee463; }
    @media only screen and (max-width: 767px) {
      .category-list ul li {
        padding-bottom: 8px; }
        .category-list ul li.ver-todo {
          padding-top: 0px; } }
    .category-list ul li a {
      font-size: 13px;
      line-height: normal;
      font-family: 'Futura Md BT';
      font-weight: bold;
      font-style: normal;
      text-transform: uppercase;
      color: #333333;
      cursor: pointer; }
      @media only screen and (max-width: 767px) {
        .category-list ul li a {
          font-size: 11px; } }
      .category-list ul li a:hover {
        color: #fee463; }

.nombre-fotografo {
  font-size: 18px;
  line-height: 20px;
  font-family: 'Futura Md BT';
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  color: #333333;
  text-align: center; }
  .nombre-fotografo h1 {
    margin-top: 15px !important; }

.tax-fotografo .menu-item-3073 a, .tax-fotografo .menu-item-3078 a, .single-fotografos .menu-item-3073 a, .single-fotografos .menu-item-3078 a, .tax-ilustrador .menu-item-3073 a, .tax-ilustrador .menu-item-3078 a, .single-ilustrador .menu-item-3073 a, .single-ilustrador .menu-item-3078 a {
  color: #fee463 !important; }

.lightbox .lb-image {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 0px; }

.lb-outerContainer {
  border-radius: 0; }

.lb-close {
  position: fixed;
  right: 18px;
  top: 18px; }

.lightboxOverlay {
  opacity: 0.9; }

.lity-close {
  color: transparent; }
  .lity-close:hover, .lity-close:active, .lity-close:focus, .lity-close:visited, .lity-close::selection {
    color: transparent; }
  .lity-close:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url("../images/close.png");
    position: absolute;
    background-repeat: no-repeat;
    top: 18px;
    right: 16px; }

/* -------------------------------------------------- NEW! PROYECTOS --------------------------------------------------  */
.filtro-proyectos.filtro {
  text-align: left;
  padding-left: 8px;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-right: 20px;
  position: fixed;
  top: 70px;
  z-index: 1998;
  background: white;
  width: 100%;
  border-top: 1px solid #ccc; }
  .filtro-proyectos.filtro .category-list {
    text-align: center; }
    .filtro-proyectos.filtro .category-list .filtros-list, .filtro-proyectos.filtro .category-list .ver-todo-wrap {
      float: none;
      padding-bottom: 0;
      display: inline; }
      .filtro-proyectos.filtro .category-list .filtros-list li, .filtro-proyectos.filtro .category-list .ver-todo-wrap li {
        padding: 0 12px; }
        @media only screen and (max-width: 992px) {
          .filtro-proyectos.filtro .category-list .filtros-list li, .filtro-proyectos.filtro .category-list .ver-todo-wrap li {
            padding: 0 4px;
            display: inline-block; } }
        @media only screen and (max-width: 767px) {
          .filtro-proyectos.filtro .category-list .filtros-list li, .filtro-proyectos.filtro .category-list .ver-todo-wrap li {
            padding: 5px 10px;
            display: inline-block; } }
        .filtro-proyectos.filtro .category-list .filtros-list li a, .filtro-proyectos.filtro .category-list .ver-todo-wrap li a {
          font-size: 12px; }
          @media only screen and (max-width: 992px) {
            .filtro-proyectos.filtro .category-list .filtros-list li a, .filtro-proyectos.filtro .category-list .ver-todo-wrap li a {
              font-size: 11px; } }
        .filtro-proyectos.filtro .category-list .filtros-list li.on a, .filtro-proyectos.filtro .category-list .ver-todo-wrap li.on a {
          color: #fee463; }
  @media only screen and (max-width: 767px) {
    .filtro-proyectos.filtro {
      text-align: center;
      padding: 30px 0; } }

.modulo .contenido-modulo {
  overflow: hidden; }
  .modulo .contenido-modulo.con-posicion .w50 {
    order: 2; }
    .modulo .contenido-modulo.con-posicion .w50.izquierda {
      order: 1; }

.modulo .contenido-modulo.galeria {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch; }
  .modulo .contenido-modulo.galeria .proyecto-img {
    float: left; }
    @media only screen and (max-width: 767px) {
      .modulo .contenido-modulo.galeria .proyecto-img {
        width: 100% !important; } }
    .modulo .contenido-modulo.galeria .proyecto-img a {
      height: 100%;
      display: block; }
      .modulo .contenido-modulo.galeria .proyecto-img a img {
        object-fit: cover;
        height: 100%;
        width: 100%; }

.modulo .w50 {
  width: 50%;
  float: left; }
  @media only screen and (max-width: 991px) {
    .modulo .w50 {
      width: 100%;
      float: none; } }
  .modulo .w50 img {
    object-fit: cover;
    height: 100%;
    width: 100%; }
    @media only screen and (max-width: 991px) {
      .modulo .w50 img {
        height: auto; } }
  .modulo .w50.texto {
    padding: 80px; }
    @media only screen and (max-width: 991px) {
      .modulo .w50.texto {
        padding: 60px 30px; } }
    .modulo .w50.texto p {
      font-size: 15px;
      font-family: 'Futura Md BT';
      font-weight: 500;
      font-style: normal;
      line-height: 21px;
      margin-bottom: 20px;
      text-align: left; }

/* -------------------------------------------------- NEW! COLABORADORES --------------------------------------------------  */
.post-type-archive-colaboradores section {
  margin-top: 125px; }

.post-type-archive-colaboradores .wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.post-type-archive-colaboradores .portfolio-item {
  overflow: hidden;
  position: relative;
  padding: 0; }
  .post-type-archive-colaboradores .portfolio-item .caption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 333;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .post-type-archive-colaboradores .portfolio-item:hover .caption.gif-hover {
    visibility: visible; }
  .post-type-archive-colaboradores .portfolio-item .work-bg-img.sixteen-nine {
    position: relative;
    width: 100%; }
    .post-type-archive-colaboradores .portfolio-item .work-bg-img.sixteen-nine:before {
      content: '';
      display: block;
      padding-top: 56.25%; }
  .post-type-archive-colaboradores .portfolio-item .work-info {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    z-index: 334;
    /*

				background:rgba(0,0,0,0.4);
*/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .post-type-archive-colaboradores .portfolio-item .work-info .work-info-details {
      position: absolute;
      max-width: 100%;
      line-height: normal; }
      .post-type-archive-colaboradores .portfolio-item .work-info .work-info-details h1, .post-type-archive-colaboradores .portfolio-item .work-info .work-info-details h2 {
        margin: 0 0 4px 0;
        text-transform: uppercase; }
      .post-type-archive-colaboradores .portfolio-item .work-info .work-info-details h1 {
        color: white; }
      .post-type-archive-colaboradores .portfolio-item .work-info .work-info-details h2 {
        font-size: 14px;
        color: #fee463;
        margin-top: 6px;
        text-transform: none; }
      .post-type-archive-colaboradores .portfolio-item .work-info .work-info-details p {
        font-size: 14px;
        margin-top: 6px;
        color: #ccc;
        line-height: normal; }
    .post-type-archive-colaboradores .portfolio-item .work-info:hover .work-info-details {
      visibility: visible; }

.single-colaboradores .wrapper {
  margin: 0 !important;
  width: 100%; }
  .single-colaboradores .wrapper section {
    margin-top: 70px;
    border-top: 1px solid #ccc; }
    .single-colaboradores .wrapper section h1 {
      font-size: 40px;
      margin-bottom: 30px;
      line-height: normal; }

/* -------------------------------------------------- CLIENTES & AGENCIAS --------------------------------------------------  */
.page-template-clientes .titular-clientes-agencias {
  padding: 60px 0;
  text-align: center; }
  @media only screen and (max-width: 1280px) {
    .page-template-clientes .titular-clientes-agencias {
      padding: 80px 0; } }
  @media only screen and (max-width: 767px) {
    .page-template-clientes .titular-clientes-agencias {
      padding: 0px 0; } }
  .page-template-clientes .titular-clientes-agencias .short-red-border {
    margin: 0 auto; }

.page-template-clientes .container {
  margin-bottom: 150px; }

.page-template-clientes h1 {
  font-size: 50px;
  line-height: 0.8em;
  margin-top: 0px;
  line-height: normal; }

.page-template-clientes .logos img {
  max-width: 90%;
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
  opacity: 0.8; }

.page-template-clientes .sobre {
  margin-bottom: 20px; }

.page-template-clientes .bloque-info {
  padding: 0px 0px;
  margin-top: -2px; }
  .page-template-clientes .bloque-info.info-clientes p {
    padding: 10px;
    margin-top: 15px; }
  .page-template-clientes .bloque-info.info-clientes:nth-child(2) {
    border: none; }

.page-template-clientes .contenedor-logos {
  padding-top: 0px;
  padding-bottom: 60px; }

.about-wrap {
  padding-bottom: 100px;
  margin-bottom: 20px;
  text-align: center; }
  .about-wrap .about-img {
    max-width: 80px;
    display: block;
    margin: 0 auto; }
    .about-wrap .about-img path {
      fill: #fee463; }
  .about-wrap .about-tit {
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 22px;
    color: #2d2d2d; }
  .about-wrap p {
    font-family: 'Futura Md BT';
    font-weight: 500;
    font-style: normal; }

/* -------------------------------------------------- NOSOTROS --------------------------------------------------  */
.fullscreen-bg {
  position: relative; }
  .fullscreen-bg .arrow {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px; }

.cabecera-about {
  background: white;
  overflow: hidden;
  padding: 160px 0 180px;
  text-align: center;
  font-size: 24px;
  line-height: 38px;
  color: #2d2d2d;
  font-family: 'Futura Md BT';
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  margin-top: 70px; }
  @media only screen and (max-width: 1200px) {
    .cabecera-about {
      border: none; } }
  .cabecera-about span {
    color: #fee463;
    font-size: 40px; }
    @media only screen and (max-width: 767px) {
      .cabecera-about span {
        font-size: 30px; } }
  @media only screen and (max-width: 1400px) {
    .cabecera-about {
      padding: 120px 0 100px;
      font-size: 20px;
      line-height: 34px; } }
  @media only screen and (max-width: 767px) {
    .cabecera-about {
      font-size: 16px; } }

.post-type-archive-colaboradores .wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0; }

@media only screen and (max-width: 767px) {
  .post-type-archive-colaboradores .visible-xs {
    text-align: center; }
    .post-type-archive-colaboradores .visible-xs .work-info-details {
      padding: 20px 0; }
    .post-type-archive-colaboradores .visible-xs h1 {
      font-size: 20px;
      margin-bottom: 0;
      margin-top: 10px; } }

.post-type-archive-colaboradores .portfolio-item {
  overflow: hidden;
  padding: 0; }
  @media only screen and (max-width: 1200px) {
    .post-type-archive-colaboradores .portfolio-item {
      border-top: 1px solid #ccc; } }
  .post-type-archive-colaboradores .portfolio-item.par .flex-parent .div50.with-arrow:after {
    content: "";
    width: 15px;
    height: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 10px 20px 0px;
    border-color: transparent white transparent transparent;
    position: absolute;
    z-index: 2;
    right: 50%; }
    @media only screen and (max-width: 992px) {
      .post-type-archive-colaboradores .portfolio-item.par .flex-parent .div50.with-arrow:after {
        display: none; } }
  .post-type-archive-colaboradores .portfolio-item.impar .flex-parent .div50.with-arrow:before {
    content: "";
    width: 15px;
    height: 100%;
    width: 0;
    height: 0;
    bottom: 0;
    border-style: solid;
    border-width: 20px 0 20px 10px;
    border-color: transparent transparent transparent white;
    position: absolute;
    right: calc(50% - 10px);
    z-index: 2; }
    @media only screen and (max-width: 992px) {
      .post-type-archive-colaboradores .portfolio-item.impar .flex-parent .div50.with-arrow:before {
        display: none; } }
  .post-type-archive-colaboradores .portfolio-item .work-bg-img.sixteen-nine {
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center !important;
    width: 100%;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    -moz-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%); }
    .post-type-archive-colaboradores .portfolio-item .work-bg-img.sixteen-nine:before {
      content: '';
      display: block;
      padding-top: 56.25%; }
  .post-type-archive-colaboradores .portfolio-item .flex-parent .work-info {
    position: absolute;
    width: 100%; }
    .post-type-archive-colaboradores .portfolio-item .flex-parent .work-info p {
      color: #333333;
      line-height: normal; }
    .post-type-archive-colaboradores .portfolio-item .flex-parent .work-info .work-info-details {
      max-width: 230px; }
  .post-type-archive-colaboradores .portfolio-item .flex-parent:hover .div50.with-arrow:before {
    border-color: transparent transparent transparent #fee463; }
  .post-type-archive-colaboradores .portfolio-item .flex-parent:hover .div50.with-arrow:after {
    border-color: transparent #fee463 transparent transparent; }
  .post-type-archive-colaboradores .portfolio-item .flex-parent:hover .work-bg-img.sixteen-nine {
    -webkit-transition: all 0.8s ease;
    /* Safari and Chrome */
    -moz-transition: all 0.8s ease;
    /* Firefox */
    -o-transition: all 0.8s ease;
    /* IE 9 */
    -ms-transition: all 0.8s ease;
    /* Opera */
    transition: all 0.8s ease;
    -webkit-transform: scale(1.1);
    /* Safari and Chrome */
    -moz-transform: scale(1.1);
    /* Firefox */
    -ms-transform: scale(1.1);
    /* IE 9 */
    -o-transform: scale(1.1);
    /* Opera */
    transform: scale(1.1);
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    -moz-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%); }
  .post-type-archive-colaboradores .portfolio-item .flex-parent:hover .work-info {
    background: #fee463; }
    .post-type-archive-colaboradores .portfolio-item .flex-parent:hover .work-info .work-info-details h1 {
      color: white; }
    .post-type-archive-colaboradores .portfolio-item .flex-parent:hover .work-info .work-info-details p {
      color: white; }
  .post-type-archive-colaboradores .portfolio-item .work-info {
    height: 100%;
    padding: 26px; }
    .post-type-archive-colaboradores .portfolio-item .work-info .work-info-details {
      line-height: normal; }
      .post-type-archive-colaboradores .portfolio-item .work-info .work-info-details h1 {
        margin: 0 0 4px 0;
        text-transform: uppercase; }
      .post-type-archive-colaboradores .portfolio-item .work-info .work-info-details h1 {
        font-size: 20px;
        line-height: 20px;
        color: white;
        margin-bottom: 10px; }
      .post-type-archive-colaboradores .portfolio-item .work-info .work-info-details h2 {
        font-size: 14px;
        color: #fee463;
        margin-top: 6px;
        text-transform: none; }
      .post-type-archive-colaboradores .portfolio-item .work-info .work-info-details p {
        font-size: 14px;
        margin-top: 6px;
        color: #ccc;
        line-height: normal; }

.filtro.filtro-fotografos {
  padding-top: 19px;
  padding-bottom: 19px;
  background: white;
  width: 100%;
  z-index: 1997;
  top: 53px;
  left: 0;
  border: none; }
  @media only screen and (max-width: 767px) {
    .filtro.filtro-fotografos .category-list {
      text-align: center; } }
  .filtro.filtro-fotografos .container {
    padding: 0; }
  .filtro.filtro-fotografos ul {
    padding: 0;
    display: inline; }
  .filtro.filtro-fotografos.masBorde {
    border-bottom: 1px solid #ccc; }

/* --------------------------------------------- MODALES --------------------------------------------------  */
.modal-content {
  margin-top: 10% !important; }
  .modal-content .modal-dialog {
    max-width: 980px !important; }

.modal-backdrop.in {
  opacity: 0.8 !important; }

.modal-header, .modal-body {
  background-color: #333333;
  border: none; }
  .modal-header button.close, .modal-body button.close {
    top: 10px;
    right: 15px !important;
    left: auto !important;
    text-align: right !important;
    color: #fee463;
    text-shadow: none;
    font-size: 40px;
    border-top: 3px solid #fee463;
    width: 50px; }

.close:focus, .close:hover {
  outline: none !important;
  opacity: 1; }

/* -------------------------------------------------- SERVICE --------------------------------------------------  */
.fullscreen-bg {
  height: 100vh;
  background-size: cover !important;
  background-attachment: fixed !important; }

/* --------------------------------------------- CONTACTO --------------------------------------------------  */
.page-template-contacto .wrapper {
  margin: 0;
  width: 100%; }
  .page-template-contacto .wrapper .fullscreen-bg {
    height: 80vh;
    background-attachment: fixed !important;
    background-position: center center !important; }

.page-template-contacto .container.centrar-contenedor {
  position: relative;
  overflow: hidden;
  height: 100vh; }
  @media only screen and (max-width: 767px) {
    .page-template-contacto .container.centrar-contenedor {
      height: auto; } }

.page-template-contacto .direcciones-contacto {
  padding: 80px 40px 0; }
  @media only screen and (max-width: 767px) {
    .page-template-contacto .direcciones-contacto {
      position: static;
      transform: none;
      -webkit-transform: none;
      -moz-transform: none; } }

.page-template-contacto h1 {
  font-size: 150px;
  line-height: 100px; }

.page-template-contacto h2 {
  font-size: 3em;
  line-height: normal;
  text-transform: uppercase;
  border-top: 2px solid #fee463;
  padding: 20px 0; }

.page-template-contacto .tel {
  margin: 24px 0 0 0;
  color: #333333;
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-style: normal; }

.page-template-contacto .email {
  margin: 24px 0;
  padding-bottom: 24px; }
  .page-template-contacto .email a {
    color: #fee463;
    font-weight: bold; }
    .page-template-contacto .email a:hover {
      color: #333333; }

.page-template-contacto .dat-fisc {
  font-size: 14px;
  padding: 10px 0 0;
  line-height: 22px;
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-style: normal; }
  .page-template-contacto .dat-fisc .cif {
    font-family: 'Futura Md BT';
    font-weight: 500;
    font-style: normal; }

.page-template-contacto .address {
  width: 40%;
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-style: normal; }
  .page-template-contacto .address a {
    color: #fee463;
    font-size: 1.2 em;
    font-weight: bold; }
    .page-template-contacto .address a:hover {
      color: #333333; }

.page-template-contacto .footer {
  bottom: 0;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .page-template-contacto .footer {
      position: static; } }

.acf-map {
  width: 100%;
  height: 560px;
  margin: 0px 0; }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

/* --------------------------------------------- MEDIA QUERIES --------------------------------------------------  */
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  /* navbar */
  .navbar-default .navbar-nav li a {
    font-size: 12px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center; }
  .selectboxit-container span, .selectboxit-container .selectboxit-options a {
    font-size: 12px; }
  .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    top: 44%; }
  /*------------ CLIENTES ------------*/
  .page-template-clientes h1 {
    font-size: 50px; }
  /*------------ CONTACTO ------------*/
  .page-template-contacto h1 {
    font-size: 140px;
    line-height: 100px; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .logo-small {
    top: 12px;
    left: 14px; }
  /* navbar */
  .navbar-default .navbar-nav {
    width: 94%; }
    .navbar-default .navbar-nav li a {
      font-size: 11px; }
  .navbar-default .lang-switch {
    width: 6%; }
  .selectboxit-container span, .selectboxit-container .selectboxit-options a {
    font-size: 11px; }
  /*------------ REALIZADORES ------------*/
  .post-type-archive-colaboradores h2 {
    font-size: 30px; }
  /*------------ CONTACTO ------------*/
  .page-template-contacto h1 {
    font-size: 120px;
    line-height: 100px; } }

body.home {
  overflow: hidden !important; }
  body.home .fullscreen-bg {
    position: relative;
    background-size: cover;
    height: 100% !important;
    z-index: 0; }
    body.home .fullscreen-bg img {
      object-fit: cover;
      width: 100%;
      height: 100%; }

.post-type-archive-proyectos .fullscreen-bg {
  position: relative;
  background-size: cover;
  height: 100% !important;
  z-index: 0; }
  .post-type-archive-proyectos .fullscreen-bg img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  /*trabajos grid*/
  .proyectos-template-default .portfolio-item .work-info, .post-type-archive-proyectos .portfolio-item .work-info, .post-type-archive-colaboradores .portfolio-item .work-info {
    background: rgba(0, 0, 0, 0.8);
    color: #fee463; }
  .proyectos-template-default .portfolio-item .work-info .work-info-details, .post-type-archive-proyectos .portfolio-item .work-info .work-info-details, .post-type-archive-colaboradores .portfolio-item .work-info .work-info-details {
    visibility: visible; }
  /*nosotros*/
  .fullscreen-bg {
    padding-bottom: 0px; }
  .paddingTop {
    padding-top: 100px; }
  .marginTop {
    margin-top: 100px; }
  /*services*/
  .page-template-service .service-video-container {
    width: 90%; }
  .page-template-service .service-photos .sixteen-nine img {
    opacity: 1;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .single-interactive .fullscreen-bg, .proyectos-template-default .fullscreen-bg {
    background-image: none !important;
    height: auto !important;
    background-color: #2d2d2d; } }

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .filtro-proyectos.filtro .category-list .filtros-list li, .filtro-proyectos.filtro .category-list .ver-todo-wrap li {
    padding: 0 5px; }
  .filtro-proyectos.filtro .category-list .filtros-list li a, .filtro-proyectos.filtro .category-list .ver-todo-wrap li a {
    font-size: 10px; }
  /*display navbar toggle*/
  .navbar-header {
    float: none; }
  .navbar-left, .navbar-right {
    float: none !important; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    float: none !important;
    margin-top: 20px; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .collapse.in {
    display: block !important; }
  /*--display navbar toggle*/
  .logo-small {
    display: block !important; }
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: none; }
  /* navbar */
  .navbar-default .navbar-nav {
    margin-left: 0;
    width: 100%; }
    .navbar-default .navbar-nav li {
      width: inherit; }
      .navbar-default .navbar-nav li.current-menu-item a {
        background: transparent; }
      .navbar-default .navbar-nav li a {
        background: transparent;
        font-size: 16px;
        padding: 15px 0;
        text-align: left;
        margin-left: 20px; }
        .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:visited, .navbar-default .navbar-nav li a:active, .navbar-default .navbar-nav li a:focus {
          background: transparent; }
  .navbar-default .lang-switch {
    padding-bottom: 15px;
    width: 100%; }
    .navbar-default .lang-switch .selectboxit-container, .navbar-default .lang-switch .selectboxit-option {
      padding-left: 15px; }
  .navbar-collapse {
    padding: 0; }
  .selectboxit-container span, .selectboxit-container .selectboxit-options a {
    font-size: 16px;
    margin-left: -6px;
    padding-bottom: 15px; }
  /*--navbar*/
  /*		.box.one, .box.two{
			display: none;
		}*/
  /*trabajos grid*/
  .post-type-archive-proyectos .portfolio-item .work-info, .post-type-archive-colaboradores .portfolio-item .work-info {
    background: rgba(0, 0, 0, 0.9);
    color: #fee463; }
  .post-type-archive-proyectos .portfolio-item .work-info .work-info-details, .post-type-archive-colaboradores .portfolio-item .work-info .work-info-details {
    visibility: visible; }
  /*nosotros*/
  .fullscreen-bg {
    padding-bottom: 0px; }
  .paddingTop {
    padding-top: 100px; }
  .marginTop {
    margin-top: 100px; }
  .modal-content {
    margin-top: 45% !important; }
  /*services*/
  .page-template-service .service-video-container {
    width: 90%; }
  .page-template-service .service-photos .sixteen-nine img {
    opacity: 1; }
  .single-interactive .fullscreen-bg, .proyectos-template-default .fullscreen-bg {
    background-image: none !important;
    background-color: #2d2d2d; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  /*display navbar toggle*/
  .navbar-header {
    height: 53px; }
  .navbar-toggle {
    margin-top: 12px;
    margin-right: 5px; }
  /*navbar*/
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: none; }
  .navbar-default {
    border-top: none !important;
    border-bottom: 1px solid #c0c0c0; }
    .navbar-default .navbar-nav {
      margin-left: 0;
      width: 100%;
      margin: 20px 0; }
      .navbar-default .navbar-nav li {
        width: inherit; }
        .navbar-default .navbar-nav li.current-menu-item a {
          background: transparent; }
        .navbar-default .navbar-nav li a {
          text-align: center;
          background: transparent;
          font-size: 14px;
          margin-left: 0px;
          padding: 20px 0; }
          .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:visited, .navbar-default .navbar-nav li a:active, .navbar-default .navbar-nav li a:focus {
            background: transparent; }
    .navbar-default .lang-switch {
      width: 100%; }
      .navbar-default .lang-switch .selectboxit-container, .navbar-default .lang-switch .selectboxit-option {
        padding-left: 15px; }
  .navbar-collapse {
    padding: 0; }
  .selectboxit-arrow-container {
    left: 70px; }
  .selectboxit-container span, .selectboxit-container .selectboxit-options a {
    font-size: 14px;
    margin-left: -6px; }
  /*------------ GENERAL ------------*/
  .fullscreen-bg {
    height: auto;
    padding-bottom: 0px; }
  .wrapper {
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%; }
  h1 {
    font-size: 40px;
    line-height: 40px; }
  .marginTop {
    margin-top: 100px; }
  .paddingTop {
    padding-top: 100px; }
  /*------------ HOME ------------*/
  .logo {
    width: 200px;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -81.14px; }
  .previous-arrow, .next-arrow {
    bottom: 50px;
    top: auto; }
  .next-arrow {
    right: 20px; }
  .previous-arrow {
    left: 20px; }
  .carousel-caption {
    bottom: 26px; }
    .carousel-caption a {
      opacity: 1; }
  a.right.carousel-control, a.left.carousel-control {
    opacity: 1; }
  /*------------ TRABAJOS ------------*/
  .close {
    right: 25px !important;
    top: 70px !important;
    width: 24px; }
  .page-template-trabajos .trabajos.audiovisual, .page-template-trabajos .trabajos.interactive {
    /*height: 50vh;*/ }
  .page-template-clientes h1 {
    font-size: 30px; }
  /*		.box.one, .box.two{
			display: none;
		}*/
  .page-template-trabajos .trabajos.audiovisual .trabajos-home-title h1, .page-template-trabajos .trabajos.interactive .trabajos-home-title h1 {
    font-size: 40px;
    line-height: 40px;
    color: #fee463; }
    .page-template-trabajos .trabajos.audiovisual .trabajos-home-title h1:hover, .page-template-trabajos .trabajos.interactive .trabajos-home-title h1:hover {
      color: #fee463; }
  .single-interactive .close, .proyectos-template-default .close {
    right: 15px !important; }
  .single-interactive .info-trabajo-interactive, .proyectos-template-default .info-trabajo-interactive {
    border-right: none; }
  .info-trabajo {
    position: static;
    margin: 40px 20px; }
    .info-trabajo h1 {
      color: #fee463; }
    .info-trabajo h2 {
      color: #333333; }
    .info-trabajo p {
      color: #333333; }
  .audiovisual .info-trabajo {
    opacity: 1 !important;
    position: static;
    margin: 60px 15px 0px 50px;
    text-align: right; }
    .audiovisual .info-trabajo p {
      color: #333333; }
    .audiovisual .info-trabajo h1 {
      color: #fee463;
      line-height: 30px; }
    .audiovisual .info-trabajo h2 {
      margin-top: 5px; }
  .page-template-trabajos .trabajos.audiovisual .trabajos-home-title, .page-template-trabajos .trabajos.interactive .trabajos-home-title {
    height: auto;
    margin-top: 0; }
  .page-template-trabajos .trabajos.audiovisual .trabajos-home-title h1, .page-template-trabajos .trabajos.interactive .trabajos-home-title h1 {
    text-align: center; }
  .page-template-trabajos .trabajos.interactive .trabajos-home-title {
    margin-top: -181px; }
  .border-interactive, .border-audiovisual {
    display: none; }
  .post-type-archive-proyectos .wrapper, .post-type-archive-colaboradores .wrapper, .proyectos-template-default .wrapper {
    padding-bottom: 60px; }
  /*disable rollovers*/
  .post-type-archive-colaboradores .portfolio-item .work-info, .proyectos-template-default .portfolio-item .work-info, .post-type-archive-proyectos .portfolio-item .work-info {
    background: rgba(0, 0, 0, 0.4);
    color: #fee463; }
  .proyectos-template-default .portfolio-item .work-info .work-info-details, .post-type-archive-proyectos .portfolio-item .work-info .work-info-details, .post-type-archive-colaboradores .portfolio-item .work-info .work-info-details {
    visibility: visible; }
  /*--disable rollovers*/
  .single-interactive .fullscreen-bg, .proyectos-template-default .fullscreen-bg {
    background-image: none !important;
    background-color: #2d2d2d; }
    .single-interactive .fullscreen-bg .info-trabajo-interactive, .proyectos-template-default .fullscreen-bg .info-trabajo-interactive {
      position: static;
      margin: 60px 5px;
      transform: none; }
      .single-interactive .fullscreen-bg .info-trabajo-interactive p, .proyectos-template-default .fullscreen-bg .info-trabajo-interactive p {
        color: #2d2d2d !important; }
  .single-interactive .wrapper, .proyectos-template-default .wrapper {
    margin-bottom: 0px; }
  .video-container {
    background: #333333; }
  .post-type-archive .footer, .single-audiovisual .footer {
    position: relative; }
  body.single-audiovisual {
    background-color: #333333; }
  .single-interactive .arrow, .proyectos-template-default .arrow {
    display: none; }
  /*------------ NOSOTROS ------------*/
  .page-template-nosotros h1:nth-child(2) {
    margin-top: 40px; }
  .page-template-nosotros h1:nth-child(3) {
    margin-bottom: 40px; }
  .page-template-nosotros p.description {
    font-size: 14px; }
  /*------------ REALIZADORES ------------*/
  .texto-realizador p {
    margin: 40px 10px 0 10px; }
  .texto-realizador a {
    margin-left: 25px; }
  .nombre-realizador {
    padding-left: 20px; }
    .nombre-realizador h1 {
      font-size: 30px;
      margin: 10px 0; }
  .post-type-archive-colaboradores h2 {
    font-size: 20px; }
  .post-type-archive-colaboradores .wrapper {
    margin-bottom: 0; }
  .modal-content {
    margin-top: 45% !important; }
  .modal-header .close {
    margin-top: -56px;
    right: 12px !important; }
  .filtro {
    padding: 0 15px; }
  .grid-item {
    width: 100%; }
  /*------------ SERVICE ------------*/
  .titular-clientes-agencias {
    margin-bottom: 50px; }
  .page-template-service .service-video-container {
    width: 90%;
    margin-bottom: 60px; }
  .page-template-service .description {
    font-size: 14px; }
  .page-template-service .service-photos {
    margin-bottom: 0; }
    .page-template-service .service-photos .sixteen-nine img {
      opacity: 1; }
  /*------------ CONTACTO ------------*/
  .page-template-contacto .email {
    border-bottom: 1px solid #ccc; }
  .page-template-contacto .direcciones-contacto {
    border-bottom: none !important; }
  /*------------ CLIENTES ------------*/
  .page-template-clientes .bloque-info {
    border: none;
    padding: 40px 0px; }
  .page-template-clientes .container {
    margin-bottom: 50px; }
  /*------------ FOOTER ------------*/
  .footer {
    position: relative;
    height: auto; }
    .footer p.copyright {
      text-align: center;
      font-size: 12px;
      display: block;
      float: none;
      width: 100%;
      margin: 0;
      padding: 20px 0 20px;
      bottom: 20px;
      line-height: normal; }
    .footer .social {
      float: none;
      margin-right: 0;
      text-align: center; }
      .footer .social a {
        font-size: 30px;
        line-height: 100px;
        cursor: pointer; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .carousel-caption {
    bottom: 30px; }
    .carousel-caption a {
      font-size: 14px; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .video-container {
    width: 280px;
    height: 158px; }
  .filtro-proyectos.filtro .category-list .filtros-list li a, .filtro-proyectos.filtro .category-list .ver-todo-wrap li a {
    font-size: 10px; } }

.quiero-parte-del-equipo, .quiero-mr-freeman-sea-agencia {
  background: white; }
  .quiero-parte-del-equipo .nf-form-fields-required, .quiero-mr-freeman-sea-agencia .nf-form-fields-required {
    font-size: 12px;
    margin-bottom: 20px;
    display: block; }
  .quiero-parte-del-equipo label, .quiero-mr-freeman-sea-agencia label {
    font-weight: normal; }
  .quiero-parte-del-equipo input, .quiero-parte-del-equipo textarea, .quiero-mr-freeman-sea-agencia input, .quiero-mr-freeman-sea-agencia textarea {
    background: white;
    color: black !important;
    min-height: 40px !important;
    box-shadow: none !important;
    border: none;
    border: 1px solid #ccc;
    padding-left: 10px; }
  .quiero-parte-del-equipo option, .quiero-mr-freeman-sea-agencia option {
    padding: 10px 0 10px 10px; }
  .quiero-parte-del-equipo .progress, .quiero-mr-freeman-sea-agencia .progress {
    display: none; }

.nf-form-cont {
  padding: 80px 15px;
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 14px; }
  .nf-form-cont h3 {
    margin-bottom: 30px; }
  .nf-form-cont .nf-field-container.html-container span {
    font-family: "Futura Md BT" !important;
    font-weight: 500 !important;
    font-size: 14px !important; }
  .nf-form-cont .clearfix {
    clear: both !important;
    float: none !important; }
  .nf-form-cont .w100 {
    margin-bottom: 20px;
    margin-right: 2%; }
    @media only screen and (max-width: 767px) {
      .nf-form-cont .w100 {
        margin: 0 !important; } }
  .nf-form-cont .w50 {
    margin-bottom: 20px;
    width: 48%;
    float: left;
    clear: none; }
    .nf-form-cont .w50.left {
      margin-right: 2%; }
    .nf-form-cont .w50.right {
      margin-right: 2%; }
    @media only screen and (max-width: 767px) {
      .nf-form-cont .w50 {
        width: 100%;
        margin: 0 !important; } }

.btn-success, input[type="button"], .volver-a-home {
  color: black !important;
  background-color: #fee463 !important;
  border-color: #fee463 !important;
  padding: 10px 20px !important;
  border-radius: 0 !important; }

.volver-a-home {
  display: inline-block; }
  .volver-a-home:hover {
    display: inline-block !important; }

.enlaza-formulario a {
  display: block;
  font-size: 3em;
  line-height: normal;
  text-transform: uppercase;
  padding: 20px 0;
  font-family: "Futura Md BT" !important;
  font-weight: bold !important;
  padding: 80px 0;
  max-width: 40%;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .enlaza-formulario a .short-red-border {
    margin: 30px 0; }
  .enlaza-formulario a:hover, .enlaza-formulario a:focus {
    color: #fee463; }
  @media only screen and (max-width: 1200px) {
    .enlaza-formulario a {
      max-width: 60%;
      padding: 20px; } }
  @media only screen and (max-width: 992px) {
    .enlaza-formulario a {
      max-width: 80%;
      padding: 20px; } }
  @media only screen and (max-width: 767px) {
    .enlaza-formulario a {
      max-width: 100%;
      padding: 20px; } }

.navegacion-proyectos {
  padding: 10px 0; }
  .navegacion-proyectos .w50 {
    width: 50%;
    float: left;
    position: relative;
    cursor: pointer; }
    .navegacion-proyectos .w50 .arrow-prev {
      position: absolute;
      left: 20px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 4; }
    .navegacion-proyectos .w50 .arrow-next {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 4; }
    @media only screen and (max-width: 767px) {
      .navegacion-proyectos .w50 {
        width: 100%; } }
  @media only screen and (max-width: 767px) {
    .navegacion-proyectos .post-pagination-right {
      padding-top: 10px; } }
  .navegacion-proyectos .content img {
    object-fit: cover;
    height: 100%;
    width: 100%; }
  .navegacion-proyectos .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: #fee463;
    text-align: center; }
    .navegacion-proyectos .txt h3 {
      color: white; }
    .navegacion-proyectos .txt span {
      font-weight: 500;
      font-size: 1.4em;
      font-family: 'Futura Md BT'; }
  .navegacion-proyectos .mascara {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.lb-number {
  display: none !important; }

/* cookies */
.has-cookie-bar #catapult-cookie-bar {
  font-size: 15px !important;
  font-family: 'Futura Md BT'; }
  .has-cookie-bar #catapult-cookie-bar a {
    font-size: 15px !important; }
  .has-cookie-bar #catapult-cookie-bar .cdlopd-more-info-link {
    display: inline; }
  .has-cookie-bar #catapult-cookie-bar button#catapultCookie {
    padding: 6px 30px;
    border-radius: 0; }

#listadodecookies table {
  width: 100%;
  font-size: 15px;
  font-family: 'Futura Md BT'; }
  #listadodecookies table tr td {
    padding: 10px; }

#menu-legal-menu {
  position: absolute;
  z-index: 23;
  bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  list-style: none; }
  #menu-legal-menu li {
    font-family: 'Futura Md BT';
    padding-left: 10px;
    position: relative;
    padding-right: 14px; }
    #menu-legal-menu li::after {
      content: '·';
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
    #menu-legal-menu li a {
      font-size: 12px; }
    #menu-legal-menu li.current-menu-item a {
      background: transparent; }
    #menu-legal-menu li:first-child {
      padding-left: 0px; }
    #menu-legal-menu li:last-child::after {
      display: none; }

#menu-legal-menu-1 {
  list-style: none;
  display: flex;
  line-height: 100px;
  justify-content: flex-end;
  padding-right: 20px; }
  @media only screen and (max-width: 767px) {
    #menu-legal-menu-1 {
      padding-right: 0;
      justify-content: center; } }
  #menu-legal-menu-1 li {
    font-family: 'Futura Md BT';
    padding-left: 10px;
    position: relative;
    padding-right: 14px; }
    #menu-legal-menu-1 li::after {
      content: '·';
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
    #menu-legal-menu-1 li a {
      font-size: 10px; }
    #menu-legal-menu-1 li.current-menu-item a {
      background: transparent; }
    #menu-legal-menu-1 li:first-child {
      padding-left: 0px; }
    #menu-legal-menu-1 li:last-child::after {
      display: none; }
