/* RM */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  margin: 0;
  font-size: 16px; }

h1, h2, h3, h4, ol, p, ul {
  margin: 0;
  padding: 0; }

li {
  display: block;
  vertical-align: top; }

h1, h2, h3, h4 {
  font-size: inherit;
  font-weight: normal; }

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s; }

img {
  max-width: 100%;
  height: auto;
  border: 0; }

/* FIN RM */
/* VARIABLES */
/* FIN VARIABLES */
/* MIXINS */
/* FIN MIXINS */
/* GENERALES */
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  background: url("../img/fondos/fondos_textura_full.jpg") bottom repeat; }

.oculto {
  display: none; }

.linea-divisoria {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  height: 1px;
  background: #464646;
  margin-top: 60px;
  margin-bottom: 60px; }

h2 {
  text-transform: uppercase;
  margin: 0 auto;
  display: block;
  text-align: center; }

.titulos-gradient, header nav ul#menu-principal li:hover a, section#proyecto-display h2, section#proyecto-display .ver-video, section#proyecto-display .creditos-redes > ul > li h3, section#proyecto-display section#otros-proyectos > ul > li h3, section#proyecto-display .creditos-redes > ul > li p.diseno, section#proyecto-display section#otros-proyectos > ul > li p.diseno, section#proyecto-display .creditos-redes > ul > li ul.redes li a span, section#proyecto-display section#otros-proyectos > ul > li ul.redes li a span, section#otros-proyectos h2, section#contacto.compras h2, section#contacto.compras h3.importante {
  background: -webkit-linear-gradient(#e1ad53, #bf9244);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.text-shadow-titulos {
  text-shadow: rgba(0, 0, 0, 0.3) 0px 4px 5px;
  margin: 0 auto;
  position: relative;
  z-index: -10;
  margin-bottom: -103px; }
  @media screen and (max-width: 970px) {
    .text-shadow-titulos {
      display: none; } }

::-webkit-input-placeholder {
  color: black !important; }

:-moz-placeholder {
  /* Firefox 18- */
  color: black !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: black !important; }

:-ms-input-placeholder {
  color: black !important; }

.center-txt, header nav, header nav ul#menu-principal, section#proyecto-display h1, section#proyecto-display h2, section#proyecto-display > p {
  text-align: center; }

.uppercase, section#proyectos ul li div, div.otros-proyectos ul li div, section#seleccion-proyectos ul li, section#proyecto-display h1, section#proyecto-display .proyecto-holder .parallax-holder .contenido > div, section#proyecto-display .creditos-redes > ul > li h3, section#proyecto-display section#otros-proyectos > ul > li h3, section#proyecto-display .creditos-redes > ul > li ul.redes li a span, section#proyecto-display section#otros-proyectos > ul > li ul.redes li a span, section#otros-proyectos h2, section#otros-proyectos > div .otros-proyectos-tit .tit, section#frase-landing p {
  text-transform: uppercase; }

.trans, .icono-redes, section#slider .flechas-slider, section#slider .flechas-responsivas .flechas-slider, section#proyecto-display .proyecto-holder .parallax-holder .signomas, section#proyecto-display .proyecto-holder .parallax-holder:hover .signomas, section#proyecto-display .creditos-redes > ul > li ul.redes li a img, section#proyecto-display section#otros-proyectos > ul > li ul.redes li a img, section#proyecto-display .creditos-redes > ul > li ul.redes li a span, section#proyecto-display section#otros-proyectos > ul > li ul.redes li a span, section#proyecto-display .creditos-redes > ul > li ul.redes li a:hover img, section#proyecto-display .creditos-redes > ul > li ul.redes li a:hover span {
  transition: 0.5s all; }

/* FIN GENERALES */
/* ICONOS */
.icono-redes {
  display: inline-block; }

.icono-fb {
  background: url("../img/social/facebook@2x.png") no-repeat;
  background-size: 8px 15px;
  width: 8px;
  height: 15px; }
  .icono-fb:hover {
    background: url("../img/social/facebook_over@2x.png") no-repeat;
    background-size: 8px 15px; }

.icono-twitter {
  background: url("../img/social/twitter@2x.png") no-repeat;
  background-size: 17px 12px;
  width: 17px;
  height: 12px; }
  .icono-twitter:hover {
    background: url("../img/social/twitter_over@2x.png") no-repeat;
    background-size: 17px 12px; }

.icono-instagram {
  background: url("../img/social/instagram@2x.png") no-repeat;
  background-size: 14px 13px;
  width: 14px;
  height: 13px; }
  .icono-instagram:hover {
    background: url("../img/social/instagram_over@2x.png") no-repeat;
    background-size: 14px 13px; }

.icono-vimeo {
  background: url("../img/social/vimeo@2x.png") no-repeat;
  background-size: 14px 12px;
  width: 14px;
  height: 12px; }
  .icono-vimeo:hover {
    background: url("../img/social/vimeo_over@2x.png") no-repeat;
    background-size: 14px 12px; }

/* FONDOS */
.fondos-general {
  position: absolute;
  z-index: -1; }

.fondo-2 {
  top: 130px; }

.fondo-footer-wrap {
  position: relative; }

.fondo-footer {
  bottom: 0px !important; }

/*
.fondo-footer{bottom:-80px !important; width:100%; height:1039px; background:url(../img/fondos/fondo_footer_2@2x.jpg) center bottom; background-size:1920px 1039px;}*/
/* FIN FONDOS */
/* HEADER */
header {
  width: 100%;
  border-top: 7px solid black; }
  header div.raya-naranja {
    width: 100%;
    height: 3px;
    background: #c9a25a; }
  header h1, header h1 img {
    width: 190px;
    margin: 0 auto;
    padding: 0; }
    @media screen and (max-width: 600px) {
      header h1, header h1 img {
        width: 120px; } }
  header h1 {
    margin-top: 27px;
    margin-bottom: 60px; }
  header ul.redes-top {
    float: right;
    clear: both;
    margin-right: 21px;
    margin-top: 13px; }
    @media screen and (max-width: 750px) {
      header ul.redes-top {
        display: none; } }
    header ul.redes-top li {
      display: inline-block;
      clear: both;
      margin-right: 12px; }
      header ul.redes-top li:last-child {
        margin-right: 0px; }
  header ul.redes-menu-responsivo {
    float: left;
    clear: both;
    margin-right: 21px;
    margin-top: 30px; }
    header ul.redes-menu-responsivo li {
      display: inline-block;
      clear: both;
      margin-right: 12px; }
      header ul.redes-menu-responsivo li:last-child {
        margin-right: 0px; }
  @media screen and (max-width: 750px) {
    header nav ul#menu-principal {
      display: none; } }
  header nav ul#menu-principal li {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 40px;
    border-right: black 2px solid;
    margin: 0 0;
    text-align: center; }
    header nav ul#menu-principal li:first-child, header nav ul#menu-principal li .nosotros-link {
      margin-left: 0;
      padding-left: 0 !important; }
    header nav ul#menu-principal li:last-child {
      margin-right: 0px;
      padding-right: 0px;
      border-right: none; }
    header nav ul#menu-principal li:hover a {
      border-bottom: 3px solid #e1ad53;
      padding-bottom: 5px; }
  header nav ul.redes-sticky {
    background: #e1ad53;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e1ad53 0%, #bf9244 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1ad53), color-stop(100%, #bf9244));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e1ad53 0%, #bf9244 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e1ad53 0%, #bf9244 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e1ad53 0%, #bf9244 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #e1ad53 0%, #bf9244 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */
    position: absolute;
    width: 140px;
    height: 38px;
    right: 0px;
    top: 0px;
    padding-right: 0px;
    margin-right: 0px;
    padding-top: 22px; }
    header nav ul.redes-sticky li {
      border: none;
      display: inline-block;
      clear: both;
      margin-right: 12px; }
      header nav ul.redes-sticky li a {
        filter: invert(100%); }
      header nav ul.redes-sticky li:last-child {
        margin-right: 0px; }

.sticky {
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  height: 38px;
  padding-top: 22px;
  left: 0;
  top: 0;
  z-index: 10000000;
  border-top: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  transition: margin-top 0.5s; }
  @media screen and (max-width: 970px) {
    .sticky {
      display: none; } }

.linea-derecha-sticky {
  position: absolute;
  margin-top: 3px;
  margin-left: 40px;
  width: 33px;
  height: 2px;
  background: black;
  cursor: pointer;
  cursor: hand; }
  .linea-derecha-sticky:after {
    content: "";
    padding: 30px;
    position: absolute;
    left: -15px;
    top: -15px; }

.menu-mas {
  background: black;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 40px;
  top: 0px;
  margin-top: 50px;
  cursor: pointer;
  cursor: hand;
  color: white;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  transition: all 0.5s; }

.mas-oculto {
  margin-top: -60px;
  transition: all 0.5s; }

.ocultar-sticky-menu {
  margin-top: -60px;
  transition: all 0.5s; }

.boton-responsivo {
  display: none;
  border: none;
  margin-top: 18px;
  margin-left: 17px;
  position: absolute; }
  @media screen and (max-width: 750px) {
    .boton-responsivo {
      display: block; } }

.cerrar-menu {
  /*position:absolute;
  margin-left:158px;
  margin-top:35px;*/ }

/* FIN HEADER */
/* SLIDER */
section#slider {
  margin-top: 65px;
  margin-bottom: 90px;
  padding-bottom: 0px !important; }
  section#slider #slider-top, section#slider #slider-dos {
    margin: 0 auto;
    display: block;
    max-width: 885px;
    max-height: 444px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 10px;
    padding: 0 !important;
    width: 100%; }
    @media screen and (max-width: 900px) {
      section#slider #slider-top, section#slider #slider-dos {
        padding-bottom: 0px !important;
        box-shadow: none; }
        section#slider #slider-top div.item, section#slider #slider-dos div.item {
          padding-bottom: 0px !important;
          margin-bottom: 0; }
        section#slider #slider-top img, section#slider #slider-dos img {
          padding-bottom: 0px !important;
          margin-bottom: 0; } }
  section#slider .flechas-slider {
    position: absolute;
    z-index: 20;
    cursor: pointer;
    cursor: hand;
    width: 45px;
    height: 44px; }
    @media screen and (max-width: 720px) {
      section#slider .flechas-slider {
        display: none; } }
  section#slider .flecha-s-abajo {
    margin-top: 310px;
    margin-left: -25px;
    background: url("../img/slider/flecha_abajo@2x.png");
    background-size: 45px 44px; }
    section#slider .flecha-s-abajo:hover {
      background: url("../img/slider/flecha_abajo_hover@2x.png");
      background-size: 45px 44px; }
    @media screen and (max-width: 1000px) {
      section#slider .flecha-s-abajo {
        display: none; } }
  section#slider .flecha-s-adelante {
    margin-top: 310px;
    margin-left: 860px;
    background: url("../img/slider/flecha_adelante@2x.png");
    background-size: 45px 44px; }
    section#slider .flecha-s-adelante:hover {
      background: url("../img/slider/flecha_adelante_hover@2x.png");
      background-size: 45px 44px; }
    @media screen and (max-width: 960px) {
      section#slider .flecha-s-adelante {
        margin-left: 0px;
        right: 30px; } }
  section#slider .flecha-s-atras {
    margin-top: 375px;
    margin-left: 860px;
    background: url("../img/slider/flecha_atras@2x.png");
    background-size: 45px 44px; }
    section#slider .flecha-s-atras:hover {
      background: url("../img/slider/flecha_atras_hover@2x.png");
      background-size: 45px 44px; }
    @media screen and (max-width: 960px) {
      section#slider .flecha-s-atras {
        margin-top: 310px;
        margin-left: 30px; } }
  section#slider .slider-wrapper {
    max-width: 885px;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 0px !important; }
  section#slider .flechas-responsivas {
    text-align: center;
    margin-top: 30px;
    display: none; }
    section#slider .flechas-responsivas.slider-doble-1 {
      /*margin-top:-50px !important;*/
      margin-top: -70px !important;
      margin-bottom: 100px; }
    @media screen and (max-width: 720px) {
      section#slider .flechas-responsivas {
        display: block; } }
    section#slider .flechas-responsivas .flechas-slider {
      text-align: center;
      position: relative;
      display: inline-block;
      margin: 0px 30px; }
      @media screen and (max-width: 720px) {
        section#slider .flechas-responsivas .flechas-slider {
          display: inline-block; } }
    section#slider .flechas-responsivas .flecha-s-adelante {
      margin-top: 0px;
      margin-left: 0px; }
      @media screen and (max-width: 960px) {
        section#slider .flechas-responsivas .flecha-s-adelante {
          margin-left: 0px;
          margin-right: 0px;
          right: 0px; } }
    section#slider .flechas-responsivas .flecha-s-atras {
      margin-top: 0px;
      margin-left: 0px; }
      @media screen and (max-width: 960px) {
        section#slider .flechas-responsivas .flecha-s-atras {
          margin-top: 0px;
          margin-left: 0px; } }
  section#slider.diseno .slider1 {
    margin-bottom: 100px; }
  section#slider.web .slider1 {
    margin-top: 100px;
    max-width: 720px;
    max-height: 450px;
    margin-bottom: 180px; }
    @media screen and (max-width: 1150px) {
      section#slider.web .slider1 {
        width: 530px;
        height: 340px; } }
    @media screen and (max-width: 720px) {
      section#slider.web .slider1 {
        width: 230px;
        height: 150px;
        margin-bottom: 50px; } }
    section#slider.web .slider1 .flecha-s-adelante {
      margin-top: 220px;
      margin-left: 860px;
      z-index: 1000; }
      @media screen and (max-width: 1150px) {
        section#slider.web .slider1 .flecha-s-adelante {
          margin-top: 177px;
          margin-left: 570px; } }
    section#slider.web .slider1 .flecha-s-atras {
      position: absolute;
      margin-top: 220px;
      margin-left: -200px;
      z-index: 1000; }
      @media screen and (max-width: 1150px) {
        section#slider.web .slider1 .flecha-s-atras {
          margin-top: 177px;
          margin-left: -90px; } }
    section#slider.web .slider1 .macbook {
      position: absolute;
      z-indeX: 1000;
      left: 0;
      right: 0;
      margin: 0 auto;
      margin-top: -42px; }
      @media screen and (max-width: 1150px) {
        section#slider.web .slider1 .macbook {
          margin-top: -29px;
          width: 700px;
          height: auto; } }
      @media screen and (max-width: 720px) {
        section#slider.web .slider1 .macbook {
          max-width: 300px;
          width: 95%;
          margin-top: -10px; } }
  section#slider.web .slider2 {
    margin-bottom: 180px;
    max-width: 797px;
    max-height: 476px; }
    @media screen and (max-width: 1150px) {
      section#slider.web .slider2 {
        width: 600px;
        height: 370px; } }
    @media screen and (max-width: 720px) {
      section#slider.web .slider2 {
        width: 260px;
        height: 160px;
        margin-bottom: 50px;
        margin-top: 100px; } }
    section#slider.web .slider2 .flecha-s-adelante {
      margin-top: 420px;
      margin-left: -140px;
      position: absolute;
      z-index: 10000; }
      @media screen and (max-width: 1150px) {
        section#slider.web .slider2 .flecha-s-adelante {
          margin-left: 0px;
          margin-top: 325px; } }
      @media screen and (max-width: 960px) {
        section#slider.web .slider2 .flecha-s-adelante {
          margin-left: 0px;
          right: auto; } }
    section#slider.web .slider2 .flecha-s-atras {
      position: absolute;
      z-index: 10000;
      margin-top: 480px;
      margin-left: -140px; }
      @media screen and (max-width: 1150px) {
        section#slider.web .slider2 .flecha-s-atras {
          margin-left: 0px;
          margin-top: 385px; } }
    section#slider.web .slider2 .linea-division {
      position: absolute;
      z-index: 10000;
      margin-top: 588px;
      width: 45px;
      height: 2px;
      background: black;
      margin-left: -140px; }
      @media screen and (max-width: 1150px) {
        section#slider.web .slider2 .linea-division {
          margin-left: 0px;
          margin-top: 460px; } }
      @media screen and (max-width: 720px) {
        section#slider.web .slider2 .linea-division {
          display: none; } }
    section#slider.web .slider2 .iphone {
      position: absolute;
      z-indeX: 1000;
      left: 0;
      right: 0;
      margin: 0 auto;
      margin-top: -35px; }
      @media screen and (max-width: 1150px) {
        section#slider.web .slider2 .iphone {
          margin-top: -27px;
          width: 700px;
          height: auto; } }
      @media screen and (max-width: 720px) {
        section#slider.web .slider2 .iphone {
          max-width: 300px;
          width: 95%;
          margin-top: -10px; } }
    section#slider.web .slider2 #slider-w2 {
      -webkit-clip-path: polygon(33% 0, 37% 0, 100% 60%, 100% 65%, 68% 100%, 62% 100%, 0 40%, 0 35%);
      clip-path: polygon(33% 0, 37% 0, 100% 60%, 100% 65%, 68% 100%, 62% 100%, 0 40%, 0 35%);
      background: black; }
  section#slider.web .slider3 {
    margin-bottom: 180px;
    max-width: 919px;
    max-height: 439px; }
    @media screen and (max-width: 1150px) {
      section#slider.web .slider3 {
        width: 610px;
        height: 300px; } }
    @media screen and (max-width: 720px) {
      section#slider.web .slider3 {
        width: 260px;
        height: 130px;
        margin-bottom: 50px;
        margin-top: 100px; } }
    section#slider.web .slider3 .flecha-s-adelante {
      margin-top: 0px;
      margin-left: -80px;
      position: absolute;
      z-index: 10000; }
      @media screen and (max-width: 1150px) {
        section#slider.web .slider3 .flecha-s-adelante {
          margin-left: 5px;
          margin-top: -50px; } }
      @media screen and (max-width: 960px) {
        section#slider.web .slider3 .flecha-s-adelante {
          margin-left: 5px;
          right: auto; } }
    section#slider.web .slider3 .flecha-s-atras {
      position: absolute;
      z-index: 10000;
      margin-top: 60px;
      margin-left: -80px; }
      @media screen and (max-width: 1150px) {
        section#slider.web .slider3 .flecha-s-atras {
          margin-left: 5px;
          margin-top: 10px; } }
    section#slider.web .slider3 .ipad {
      position: absolute;
      z-indeX: 1000;
      left: 0;
      right: 0;
      margin: 0 auto;
      margin-top: -29px; }
      @media screen and (max-width: 1150px) {
        section#slider.web .slider3 .ipad {
          margin-top: -15px;
          width: 700px;
          height: auto; } }
      @media screen and (max-width: 720px) {
        section#slider.web .slider3 .ipad {
          max-width: 300px;
          width: 95%;
          margin-top: -8px; } }
    section#slider.web .slider3 #slider-w3 {
      -webkit-clip-path: polygon(54% 0, 58% 0, 100% 32%, 100% 38%, 47% 100%, 41% 100%, 0 59%, 0 55%);
      clip-path: polygon(54% 0, 58% 0, 100% 32%, 100% 38%, 47% 100%, 41% 100%, 0 59%, 0 55%);
      background: black; }

/* FIN SLIDER */
/* QUIENES SOMOS */
section#quienes-somos h2 {
  font-size: 85px;
  font-weight: 700;
  letter-spacing: -1px; }
  @media screen and (max-width: 970px) {
    section#quienes-somos h2 {
      font-size: 50px;
      width: 85%; } }
section#quienes-somos p {
  font-size: 28px;
  line-height: 33px;
  max-width: 890px;
  width: 85%;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px; }
  @media screen and (max-width: 970px) {
    section#quienes-somos p {
      font-size: 20px;
      line-height: 26px; } }
section#quienes-somos > ul {
  max-width: 900px;
  width: 85%;
  margin: 0 auto; }
  @media screen and (max-width: 1025px) {
    section#quienes-somos > ul {
      text-align: center; } }
  section#quienes-somos > ul > li {
    display: inline-block;
    width: 359px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 28px;
    border-left: black 1px solid;
    padding-left: 70px; }
    section#quienes-somos > ul > li:first-child {
      padding-left: 0px;
      border-left: none;
      width: 265px; }
      @media screen and (max-width: 1025px) {
        section#quienes-somos > ul > li:first-child {
          width: auto !important; } }
    section#quienes-somos > ul > li:last-child {
      width: auto; }
    @media screen and (max-width: 1025px) {
      section#quienes-somos > ul > li {
        border: none;
        padding: 40px !important;
        padding-top: 0px !important;
        text-align: left;
        width: auto !important; } }
    @media screen and (max-width: 935px) {
      section#quienes-somos > ul > li {
        text-align: center; } }
    section#quienes-somos > ul > li ul li:first-child {
      font-size: 22px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: -1px;
      margin-bottom: 6px; }
section#quienes-somos .sparking-holder {
  margin: 0 auto;
  max-width: 883px; }
  @media screen and (max-width: 883px) {
    section#quienes-somos .sparking-holder {
      width: 85%; } }
section#quienes-somos .sparking-ideas {
  margin: 0 auto;
  display: block;
  margin-top: 72px;
  margin-bottom: 64px; }
section#quienes-somos .sparking-ideas-2 {
  position: absolute; }
  @media screen and (max-width: 883px) {
    section#quienes-somos .sparking-ideas-2 {
      width: 85%; } }

/* FIN QUIENES SOMOS */
/* CLIENTES */
section#clientes h3 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -1px;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 6px;
  padding-top: 20px; }
  @media screen and (max-width: 1000px) {
    section#clientes h3 {
      width: 85%; } }
  @media screen and (max-width: 740px) {
    section#clientes h3 {
      text-align: center;
      margin: 0 auto; } }
section#clientes > ul {
  max-width: 900px;
  margin: 0 auto; }
  @media screen and (max-width: 1000px) {
    section#clientes > ul {
      width: 85%; } }
  @media screen and (max-width: 740px) {
    section#clientes > ul {
      text-align: center; } }
  section#clientes > ul > li {
    display: inline-block;
    width: 330px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 28px;
    padding-left: 0px; }
    section#clientes > ul > li:first-child {
      padding-left: 0px; }
    section#clientes > ul > li:last-child {
      width: auto; }
    @media screen and (max-width: 1000px) {
      section#clientes > ul > li {
        width: auto;
        padding: 0px 40px 0px 0px; } }
    @media screen and (max-width: 740px) {
      section#clientes > ul > li {
        text-align: center;
        padding: 0px 0px 0px 0px !important;
        max-width: 85%;
        width: 85% !important; } }
section#clientes .mac-proyectos-wrapper {
  max-width: 986px;
  max-width: 85%;
  margin: 0 auto; }
section#clientes .mac-proyectos {
  margin: 0 auto;
  display: block;
  margin-top: 113px;
  margin-bottom: 120px;
  max-width: 986px;
  height: 577px; }
  @media screen and (max-width: 1050px) {
    section#clientes .mac-proyectos {
      width: 85%;
      height: auto; } }
section#clientes .ver-proyectos-btn {
  display: none;
  height: 40px;
  width: 160px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  border: 3px solid #dfa94a;
  color: black;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
  margin: 0 auto;
  margin-top: -359px;
  margin-bottom: 359px;
  position: relative;
  z-index: 20; }

/* FIN CLIENTES */
/* ENVIAR MENSAJE */
section#envia-mensaje {
  padding-bottom: 100px; }
  section#envia-mensaje h2 {
    font-size: 58px;
    font-weight: 700;
    letter-spacing: -1px; }
    @media screen and (max-width: 970px) {
      section#envia-mensaje h2 {
        font-size: 40px;
        width: 85%; } }
    @media screen and (max-width: 550px) {
      section#envia-mensaje h2 {
        margin-top: 80px; } }
  section#envia-mensaje p {
    font-size: 28px;
    line-height: 34px;
    max-width: 890px;
    text-align: center;
    margin: 0 auto;
    margin-top: 8px; }
    @media screen and (max-width: 970px) {
      section#envia-mensaje p.enviar-msg-desktop {
        display: none; } }
    section#envia-mensaje p.enviar-msg-responsive {
      display: none; }
      @media screen and (max-width: 970px) {
        section#envia-mensaje p.enviar-msg-responsive {
          display: block;
          width: 85%; } }
    @media screen and (max-width: 970px) {
      section#envia-mensaje p {
        font-size: 18px;
        line-height: 24px; } }
  section#envia-mensaje .boton-contacto {
    height: 50px;
    width: 194px;
    border-radius: 25px;
    background: -webkit-linear-gradient(#e1ad53, #bf9244);
    color: white;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    margin-top: 49px; }
  section#envia-mensaje .flecha-up {
    right: 25px;
    position: absolute;
    width: 55px;
    height: 55px;
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg); }
    @media screen and (max-width: 700px) {
      section#envia-mensaje .flecha-up {
        display: none; } }

/* FIN ENVIAR MENSAJE */
/* FRASE */
section#frase {
  margin-bottom: 120px; }
  section#frase .ventana-frase {
    max-width: 864px;
    width: 85%;
    margin: 0 auto;
    display: block;
    margin-top: 110px;
    margin-bottom: 50px;
    height: 115px; }
    @media screen and (max-width: 1050px) {
      section#frase .ventana-frase {
        margin-top: 0px; } }
    @media screen and (max-width: 700px) {
      section#frase .ventana-frase {
        display: none; } }
  section#frase .frase {
    font-size: 23px;
    text-align: center;
    line-height: 22px;
    letter-spacing: -1px;
    text-shadow: rgba(0, 0, 0, 0.8) 3px 3px 5px;
    color: white;
    margin-bottom: 23px; }
    @media screen and (max-width: 700px) {
      section#frase .frase {
        max-width: 85%;
        font-size: 20px;
        margin: 0 auto;
        margin-bottom: 23px; } }
  section#frase .autor {
    background: rgba(191, 149, 72, 0.7);
    width: 127px;
    height: 20px;
    font-size: 20px;
    margin: 0 auto;
    margin-top: 20px; }
    section#frase .autor span {
      display: block;
      text-align: center;
      margin-top: -8px;
      position: absolute;
      width: 127px;
      color: white; }

/* FIN FRASE */
/* PROYECTOS */
section#proyectos ul, div.otros-proyectos ul {
  max-width: 940px;
  margin: 0 auto;
  margin-top: 60px;
  text-align: center; }
  section#proyectos ul li, div.otros-proyectos ul li {
    cursor: pointer;
    cursor: hand;
    display: inline-flex;
    width: 200px;
    height: 200px;
    vertical-align: middle;
    text-align: center;
    margin: 15px; }
    @media screen and (max-width: 500px) {
      section#proyectos ul li, div.otros-proyectos ul li {
        margin: 10px;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 10px; } }
    section#proyectos ul li a, div.otros-proyectos ul li a {
      width: 200px;
      height: 200px;
      position: absolute;
      z-index: 1000; }
    section#proyectos ul li img, div.otros-proyectos ul li img {
      position: absolute;
      z-index: 50; }
    section#proyectos ul li div.textoProyecto, div.otros-proyectos ul li div.textoProyecto {
      position: relative;
      z-index: 1000; }
    section#proyectos ul li img.play, div.otros-proyectos ul li img.play {
      opacity: 0;
      transition: all 0.5s;
      margin-top: 77px;
      margin-left: 77px;
      z-index: 170; }
      @media screen and (max-width: 1100px) {
        section#proyectos ul li img.play, div.otros-proyectos ul li img.play {
          display: none; } }
    section#proyectos ul li:hover img.play, div.otros-proyectos ul li:hover img.play {
      opacity: 1;
      transition: all 0.5s; }
    section#proyectos ul li img.playdos, div.otros-proyectos ul li img.playdos {
      opacity: 0;
      transition: all 0.5s;
      margin-top: 79px;
      margin-left: 79px;
      z-index: 170; }
      @media screen and (max-width: 1100px) {
        section#proyectos ul li img.playdos, div.otros-proyectos ul li img.playdos {
          display: none; } }
    section#proyectos ul li:hover img.playdos, div.otros-proyectos ul li:hover img.playdos {
      opacity: 1;
      transition: all 0.5s; }
    section#proyectos ul li div.fondo, div.otros-proyectos ul li div.fondo {
      position: absolute;
      z-index: 60;
      width: 200px;
      height: 200px;
      opacity: 0;
      background: rgba(0, 0, 0, 0.5);
      transition: all 0.5s; }
    section#proyectos ul li:hover div, div.otros-proyectos ul li:hover div {
      opacity: 1;
      transition: all 0.5s; }
    section#proyectos ul li div, div.otros-proyectos ul li div {
      opacity: 0;
      background: rgba(0, 0, 0, 0.5);
      transition: all 0.5s;
      align-self: center;
      position: relative;
      z-index: 100;
      text-align: center;
      color: white;
      font-size: 20px;
      line-height: 15px;
      margin: 0 auto;
      font-weight: 700; }
      @media screen and (max-width: 1100px) {
        section#proyectos ul li div, div.otros-proyectos ul li div {
          opacity: 0; } }
      section#proyectos ul li div span, div.otros-proyectos ul li div span {
        display: block;
        margin-top: -28px;
        position: relative;
        z-index: 150; }
        @media screen and (max-width: 1100px) {
          section#proyectos ul li div span, div.otros-proyectos ul li div span {
            margin-top: 0px; } }
        section#proyectos ul li div span.titulo, div.otros-proyectos ul li div span.titulo {
          margin-top: 0px; }
    section#proyectos ul li div.activo, div.otros-proyectos ul li div.activo {
      opacity: 1; }

section#seleccion-proyectos {
  background: none; }
  section#seleccion-proyectos ul {
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 180px;
    border-bottom: 1px black solid;
    background: none;
    text-align: center;
    max-width: 540px; }
    @media screen and (max-width: 550px) {
      section#seleccion-proyectos ul {
        display: none; } }
    section#seleccion-proyectos ul li {
      display: inline-block;
      font-weight: 700;
      font-size: 12px;
      line-height: 29px;
      padding: 0px 30px;
      margin: 0px 8px;
      color: white;
      background: #e1ad53;
      /* Old browsers */
      background: -moz-linear-gradient(top, #e1ad53 0%, #bf9244 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1ad53), color-stop(100%, #bf9244));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #e1ad53 0%, #bf9244 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #e1ad53 0%, #bf9244 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #e1ad53 0%, #bf9244 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #e1ad53 0%, #bf9244 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
      /* IE6-9 */ }
      section#seleccion-proyectos ul li.activo {
        background: black; }
  section#seleccion-proyectos .fondo-3 {
    top: -350px; }

/* FIN PROYECTOS */
/* PROYECTO INNER SECTION */
section#proyecto-display h1 {
  font-size: 80px;
  font-weight: 700;
  padding-top: 55px;
  border-top: 2px black solid;
  max-width: 680px;
  margin: 0 auto;
  margin-top: 40px;
  letter-spacing: -1px; }
  @media screen and (max-width: 680px) {
    section#proyecto-display h1 {
      width: 85%;
      font-size: 40px; } }
section#proyecto-display h2 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 35px; }
  @media screen and (max-width: 680px) {
    section#proyecto-display h2 {
      width: 85%; } }
  section#proyecto-display h2.negro {
    color: black !important;
    background: -webkit-linear-gradient(#000, #0b0b0b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
section#proyecto-display > p {
  font-size: 16px;
  max-width: 340px;
  width: 85%;
  margin: 0 auto;
  margin-bottom: 30px; }
section#proyecto-display .ver-video {
  height: 35px;
  width: 135px;
  border: 3px solid #dfa94a;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 35px;
  margin: 0 auto;
  margin-bottom: 55px;
  transition: all 0.5s; }
  section#proyecto-display .ver-video:hover {
    transition: all 0.5s;
    background: #dfa94a; }
    section#proyecto-display .ver-video:hover a {
      color: white;
      background: -webkit-linear-gradient(#fff, #fff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      section#proyecto-display .ver-video:hover a .titulos-gradient, section#proyecto-display .ver-video:hover a header nav ul#menu-principal li:hover a, header nav ul#menu-principal li:hover section#proyecto-display .ver-video:hover a a, section#proyecto-display .ver-video:hover a h2, section#proyecto-display .ver-video:hover a .ver-video, section#proyecto-display .ver-video:hover a .creditos-redes > ul > li h3, section#proyecto-display .creditos-redes > ul > li .ver-video:hover a h3, section#proyecto-display .ver-video:hover a section#otros-proyectos > ul > li h3, section#proyecto-display section#otros-proyectos > ul > li .ver-video:hover a h3, section#proyecto-display .ver-video:hover a .creditos-redes > ul > li p.diseno, section#proyecto-display .creditos-redes > ul > li .ver-video:hover a p.diseno, section#proyecto-display .ver-video:hover a section#otros-proyectos > ul > li p.diseno, section#proyecto-display section#otros-proyectos > ul > li .ver-video:hover a p.diseno, section#proyecto-display .ver-video:hover .creditos-redes > ul > li ul.redes li a span, section#proyecto-display .creditos-redes > ul > li ul.redes li .ver-video:hover a span, section#proyecto-display .ver-video:hover section#otros-proyectos > ul > li ul.redes li a span, section#proyecto-display section#otros-proyectos > ul > li ul.redes li .ver-video:hover a span, section#proyecto-display .ver-video:hover a section#otros-proyectos h2, section#otros-proyectos section#proyecto-display .ver-video:hover a h2, section#proyecto-display .ver-video:hover a section#contacto.compras h2, section#contacto.compras section#proyecto-display .ver-video:hover a h2, section#proyecto-display .ver-video:hover a section#contacto.compras h3.importante, section#contacto.compras section#proyecto-display .ver-video:hover a h3.importante {
        background: -webkit-linear-gradient(#fff, #fff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
section#proyecto-display > a img.flecha-abajo {
  position: absolute;
  right: 25px;
  margin-top: -65px;
  cursor: pointer;
  cursor: hand; }
  @media screen and (max-width: 720px) {
    section#proyecto-display > a img.flecha-abajo {
      display: none; } }
section#proyecto-display .proyecto-holder {
  /*background: url("../img/fondos/fondo_2.jpg") no-repeat center top;*/ }
  section#proyecto-display .proyecto-holder img {
    display: block;
    margin: 0 auto; }
  section#proyecto-display .proyecto-holder .imac {
    width: 934px;
    height: 844px;
    position: relative;
    z-index: 20; }
    @media screen and (max-width: 1000px) {
      section#proyecto-display .proyecto-holder .imac {
        width: 467px;
        height: 422px; } }
    @media screen and (max-width: 500px) {
      section#proyecto-display .proyecto-holder .imac {
        width: 311px;
        height: 281px; } }
  section#proyecto-display .proyecto-holder .parallax-holder {
    width: 855px;
    height: 500px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    margin-top: -785px; }
    @media screen and (max-width: 1000px) {
      section#proyecto-display .proyecto-holder .parallax-holder {
        margin-top: -398px;
        width: 427px;
        height: 250px; } }
    @media screen and (max-width: 500px) {
      section#proyecto-display .proyecto-holder .parallax-holder {
        margin-top: -268px;
        width: 285px;
        height: 167px; } }
    section#proyecto-display .proyecto-holder .parallax-holder .foto-proyecto {
      margin-top: -50px;
      width: 855px !important;
      height: 820px;
      position: absolute;
      z-index: 0; }
      @media screen and (max-width: 1000px) {
        section#proyecto-display .proyecto-holder .parallax-holder .foto-proyecto {
          margin-top: -25px;
          width: 467px;
          height: 450px; } }
      @media screen and (max-width: 500px) {
        section#proyecto-display .proyecto-holder .parallax-holder .foto-proyecto {
          margin-top: 0px;
          width: 305px;
          height: 330px; } }
    section#proyecto-display .proyecto-holder .parallax-holder .signomas {
      margin-top: 180px;
      position: relative;
      z-index: 40;
      opacity: 1; }
      @media screen and (max-width: 1000px) {
        section#proyecto-display .proyecto-holder .parallax-holder .signomas {
          display: none; } }
    section#proyecto-display .proyecto-holder .parallax-holder:hover .signomas {
      opacity: 0; }
    section#proyecto-display .proyecto-holder .parallax-holder .contenido {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 463px;
      z-index: 60;
      display: inline-flex;
      vertical-align: middle; }
      @media screen and (max-width: 1000px) {
        section#proyecto-display .proyecto-holder .parallax-holder .contenido {
          height: 431px; } }
      section#proyecto-display .proyecto-holder .parallax-holder .contenido > div {
        padding-top: 205px;
        box-sizing: border-box;
        opacity: 0;
        background: rgba(0, 0, 0, 0.5);
        transition: all 0.5s;
        align-self: center;
        position: relative;
        z-index: 100;
        text-align: center;
        color: white;
        font-size: 53px;
        line-height: 47px;
        margin: 0 auto;
        font-weight: 700;
        height: 463px;
        width: 822px; }
        @media screen and (max-width: 1000px) {
          section#proyecto-display .proyecto-holder .parallax-holder .contenido > div {
            height: 431px;
            width: 411px;
            opacity: 1;
            font-size: 26px;
            line-height: 25px;
            padding-top: 102px; } }
        @media screen and (max-width: 500px) {
          section#proyecto-display .proyecto-holder .parallax-holder .contenido > div {
            width: 274px;
            height: 431px;
            padding-top: 68px;
            font-size: 18px;
            line-height: 17px; } }
        section#proyecto-display .proyecto-holder .parallax-holder .contenido > div span {
          display: block;
          margin-top: -92px;
          position: relative;
          z-index: 150; }
          section#proyecto-display .proyecto-holder .parallax-holder .contenido > div span.titulo {
            margin-top: 0px; }
          @media screen and (max-width: 500px) {
            section#proyecto-display .proyecto-holder .parallax-holder .contenido > div span {
              margin-top: -50px; } }
        section#proyecto-display .proyecto-holder .parallax-holder .contenido > div .play {
          position: relative;
          z-index: 200;
          width: 72px;
          height: 72px; }
        section#proyecto-display .proyecto-holder .parallax-holder .contenido > div .playPlay {
          position: relative;
          z-index: 200;
          width: 45px;
          height: 45px; }
      section#proyecto-display .proyecto-holder .parallax-holder .contenido:hover > div {
        opacity: 1;
        transition: all 0.5s; }
section#proyecto-display .creditos-redes, section#proyecto-display section#otros-proyectos {
  max-width: 894px;
  width: 85%;
  display: block;
  margin: 0 auto;
  margin-top: 250px;
  padding-bottom: 25px;
  border-bottom: 1px solid black;
  position: relative;
  z-index: 300; }
  section#proyecto-display .creditos-redes.slidersencillo, section#proyecto-display section.slidersencillo#otros-proyectos, section#proyecto-display .creditos-redes.sliderdoble, section#proyecto-display section.sliderdoble#otros-proyectos, section#proyecto-display .creditos-redes.webtriple, section#proyecto-display section.webtriple#otros-proyectos {
    margin-top: 70px; }
  @media screen and (max-width: 1000px) {
    section#proyecto-display .creditos-redes.imac, section#proyecto-display section.imac#otros-proyectos {
      margin-top: 180px; } }
  @media screen and (max-width: 500px) {
    section#proyecto-display .creditos-redes.imac, section#proyecto-display section.imac#otros-proyectos {
      margin-top: 140px; } }
  @media screen and (max-width: 900px) {
    section#proyecto-display .creditos-redes.imac > ul > li, section#proyecto-display section.imac#otros-proyectos > ul > li {
      width: 100%; } }
  @media screen and (max-width: 900px) {
    section#proyecto-display .creditos-redes.imac > ul > li:first-child, section#proyecto-display section.imac#otros-proyectos > ul > li:first-child {
      width: 100%;
      border-right: none;
      border-bottom: 1px solid black;
      margin-bottom: 30px; } }
  section#proyecto-display .creditos-redes.imac > ul > li h3, section#proyecto-display section.imac#otros-proyectos > ul > li h3 {
    max-width: 355px;
    width: 85%;
    margin: 0 auto; }
  section#proyecto-display .creditos-redes.imac > ul > li p, section#proyecto-display section.imac#otros-proyectos > ul > li p {
    max-width: 355px;
    width: 85%;
    margin: 0 auto; }
  @media screen and (max-width: 900px) {
    section#proyecto-display .creditos-redes.imac > ul > li ul.redes, section#proyecto-display section.imac#otros-proyectos > ul > li ul.redes {
      width: 100%;
      text-align: center; }
      section#proyecto-display .creditos-redes.imac > ul > li ul.redes li, section#proyecto-display section.imac#otros-proyectos > ul > li ul.redes li {
        text-align: center;
        display: inline-block;
        padding: 0px 15px; }
        section#proyecto-display .creditos-redes.imac > ul > li ul.redes li:first-child, section#proyecto-display section.imac#otros-proyectos > ul > li ul.redes li:first-child, section#proyecto-display .creditos-redes.imac > ul > li ul.redes li:last-child, section#proyecto-display section.imac#otros-proyectos > ul > li ul.redes li:last-child {
          margin: 0 auto; }
        section#proyecto-display .creditos-redes.imac > ul > li ul.redes li a, section#proyecto-display section.imac#otros-proyectos > ul > li ul.redes li a {
          text-align: center;
          display: inline-block; }
          section#proyecto-display .creditos-redes.imac > ul > li ul.redes li a img, section#proyecto-display section.imac#otros-proyectos > ul > li ul.redes li a img {
            text-align: center;
            display: inline-block; } }
  section#proyecto-display .creditos-redes > ul > li, section#proyecto-display section#otros-proyectos > ul > li {
    vertical-align: middle;
    width: 48%;
    display: inline-block; }
    @media screen and (max-width: 720px) {
      section#proyecto-display .creditos-redes > ul > li, section#proyecto-display section#otros-proyectos > ul > li {
        width: 100%; } }
    section#proyecto-display .creditos-redes > ul > li:first-child, section#proyecto-display section#otros-proyectos > ul > li:first-child {
      width: 50%;
      padding: 30px 0px;
      border-right: 1px solid black; }
      @media screen and (max-width: 720px) {
        section#proyecto-display .creditos-redes > ul > li:first-child, section#proyecto-display section#otros-proyectos > ul > li:first-child {
          border-bottom: 1px solid black;
          width: 100%;
          margin: 0 auto;
          border-right: none;
          margin-bottom: 30px; } }
    section#proyecto-display .creditos-redes > ul > li h3, section#proyecto-display section#otros-proyectos > ul > li h3 {
      font-size: 18px;
      font-weight: 700; }
      section#proyecto-display .creditos-redes > ul > li h3.diseno, section#proyecto-display section#otros-proyectos > ul > li h3.diseno {
        font-size: 27px;
        line-height: 23px;
        max-width: 280px;
        text-transform: none;
        background: -webkit-linear-gradient(#000, #000);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        @media screen and (max-width: 720px) {
          section#proyecto-display .creditos-redes > ul > li h3.diseno, section#proyecto-display section#otros-proyectos > ul > li h3.diseno {
            margin: 0 auto; } }
        @media screen and (max-width: 700px) {
          section#proyecto-display .creditos-redes > ul > li h3.diseno, section#proyecto-display section#otros-proyectos > ul > li h3.diseno {
            width: 85%;
            font-size: 22px; } }
    section#proyecto-display .creditos-redes > ul > li p, section#proyecto-display section#otros-proyectos > ul > li p {
      font-size: 13px;
      font-weight: 700;
      line-height: 20px;
      letter-spacing: -1px;
      width: 355px; }
      @media screen and (max-width: 720px) {
        section#proyecto-display .creditos-redes > ul > li p, section#proyecto-display section#otros-proyectos > ul > li p {
          margin: 0 auto;
          max-width: 280px; } }
      section#proyecto-display .creditos-redes > ul > li p.diseno, section#proyecto-display section#otros-proyectos > ul > li p.diseno {
        font-size: 18px; }
    section#proyecto-display .creditos-redes > ul > li ul.redes, section#proyecto-display section#otros-proyectos > ul > li ul.redes {
      display: inline-block; }
      @media screen and (max-width: 1050px) {
        section#proyecto-display .creditos-redes > ul > li ul.redes, section#proyecto-display section#otros-proyectos > ul > li ul.redes {
          text-align: center; } }
      section#proyecto-display .creditos-redes > ul > li ul.redes li, section#proyecto-display section#otros-proyectos > ul > li ul.redes li {
        cursor: pointer;
        cursor: hand;
        display: inline-block; }
        @media screen and (max-width: 1050px) {
          section#proyecto-display .creditos-redes > ul > li ul.redes li, section#proyecto-display section#otros-proyectos > ul > li ul.redes li {
            text-align: center; } }
        section#proyecto-display .creditos-redes > ul > li ul.redes li a, section#proyecto-display section#otros-proyectos > ul > li ul.redes li a {
          cursor: pointer;
          cursor: hand; }
          @media screen and (max-width: 1050px) {
            section#proyecto-display .creditos-redes > ul > li ul.redes li a img, section#proyecto-display section#otros-proyectos > ul > li ul.redes li a img {
              max-width: 70px; } }
          section#proyecto-display .creditos-redes > ul > li ul.redes li a span, section#proyecto-display section#otros-proyectos > ul > li ul.redes li a span {
            cursor: pointer;
            cursor: hand;
            display: block;
            font-size: 18px;
            font-weight: 700;
            position: absolute;
            margin-top: 40px;
            margin-left: 28px;
            text-align: center;
            opacity: 0; }
            @media screen and (max-width: 720px) {
              section#proyecto-display .creditos-redes > ul > li ul.redes li a span, section#proyecto-display section#otros-proyectos > ul > li ul.redes li a span {
                margin-left: 0; } }
            @media screen and (max-width: 1050px) {
              section#proyecto-display .creditos-redes > ul > li ul.redes li a span, section#proyecto-display section#otros-proyectos > ul > li ul.redes li a span {
                display: none; } }
          section#proyecto-display .creditos-redes > ul > li ul.redes li a:hover img, section#proyecto-display section#otros-proyectos > ul > li ul.redes li a:hover img {
            opacity: 0.1; }
          section#proyecto-display .creditos-redes > ul > li ul.redes li a:hover span, section#proyecto-display section#otros-proyectos > ul > li ul.redes li a:hover span {
            opacity: 1; }
        section#proyecto-display .creditos-redes > ul > li ul.redes li:first-child, section#proyecto-display section#otros-proyectos > ul > li ul.redes li:first-child {
          margin-left: 25px;
          margin-right: 20px; }
          section#proyecto-display .creditos-redes > ul > li ul.redes li:first-child a span, section#proyecto-display section#otros-proyectos > ul > li ul.redes li:first-child a span {
            margin-left: 23px; }
        section#proyecto-display .creditos-redes > ul > li ul.redes li:last-child, section#proyecto-display section#otros-proyectos > ul > li ul.redes li:last-child {
          margin-left: 25px; }
          section#proyecto-display .creditos-redes > ul > li ul.redes li:last-child a span, section#proyecto-display section#otros-proyectos > ul > li ul.redes li:last-child a span {
            margin-left: 45px; }
    @media screen and (max-width: 720px) {
      section#proyecto-display .creditos-redes > ul > li ul.redes, section#proyecto-display section#otros-proyectos > ul > li ul.redes {
        width: 100%;
        text-align: center; }
        section#proyecto-display .creditos-redes > ul > li ul.redes li, section#proyecto-display section#otros-proyectos > ul > li ul.redes li {
          text-align: center;
          display: inline-block;
          padding: 0px 15px; }
          section#proyecto-display .creditos-redes > ul > li ul.redes li:first-child, section#proyecto-display section#otros-proyectos > ul > li ul.redes li:first-child, section#proyecto-display .creditos-redes > ul > li ul.redes li:last-child, section#proyecto-display section#otros-proyectos > ul > li ul.redes li:last-child {
            margin: 0 auto; }
          section#proyecto-display .creditos-redes > ul > li ul.redes li a, section#proyecto-display section#otros-proyectos > ul > li ul.redes li a {
            text-align: center;
            display: inline-block; }
            section#proyecto-display .creditos-redes > ul > li ul.redes li a img, section#proyecto-display section#otros-proyectos > ul > li ul.redes li a img {
              text-align: center;
              display: inline-block; } }

/* FIN PROYECTO INNER */
/* OTROS PROYECTOS */
section#otros-proyectos {
  max-width: 894px;
  width: 85%;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 300;
  margin-top: 40px; }
  @media screen and (max-width: 510px) {
    section#otros-proyectos {
      display: none; } }
  section#otros-proyectos h2 {
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 35px; }
    @media screen and (max-width: 500px) {
      section#otros-proyectos h2 {
        font-size: 26px; } }
  section#otros-proyectos > div.diseno {
    margin-top: -15px; }
  section#otros-proyectos > div ul {
    text-align: left; }
    section#otros-proyectos > div ul:first-child {
      margin-top: 35px; }
    section#otros-proyectos > div ul li:first-child {
      margin: 5px;
      padding-left: 0px;
      margin-left: 0px; }
      @media screen and (max-width: 1050px) {
        section#otros-proyectos > div ul li:first-child {
          margin: 5px; } }
    section#otros-proyectos > div ul li:last-child {
      margin-right: 0px;
      padding-right: 0px; }
    @media screen and (max-width: 1050px) {
      section#otros-proyectos > div ul li {
        margin: 5px;
        padding: 0; } }
  section#otros-proyectos > div .otros-proyectos-tit {
    margin-top: 10px;
    border-bottom: 1px solid black;
    width: 100%; }
    section#otros-proyectos > div .otros-proyectos-tit .tit {
      display: inline-block;
      width: auto;
      font-weight: 700;
      font-size: 12px;
      color: white;
      background: black;
      padding: 10px 25px; }
  section#otros-proyectos > div.web ul li div span.titulo {
    line-height: 18px;
    padding: 15px; }

section#proyectos .web ul li div span.titulo {
  line-height: 18px;
  padding: 15px; }

.proyecto-envia-msg {
  margin-top: 120px; }

/* FIN OTROS PROYECTOS */
/* CONTACTO */
section#contacto, section#mails-social {
  width: 85%;
  max-width: 882px;
  margin: 0 auto; }

section#contacto.compras h2 {
  margin-top: 70px;
  font-size: 34px;
  font-weight: 700; }
section#contacto.compras h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 70px; }
  section#contacto.compras h3.importante {
    margin-top: 80px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700; }
section#contacto.compras span.bold {
  font-weight: 700; }
section#contacto.compras form {
  max-width: 550px;
  margin: 0 auto; }
  section#contacto.compras form input[type=image] {
    margin: 0 auto; }
  section#contacto.compras form.paypalform {
    padding-bottom: 50px;
    max-width: 100%;
    margin: 80px 0px; }
  section#contacto.compras form label {
    display: block;
    font-size: 18px;
    font-weight: 900;
    margin: 50px 0 20px 0; }
section#contacto.compras p.descripcion {
  margin-top: 20px;
  font-weight: 400; }
  section#contacto.compras p.descripcion:before {
    content: "-";
    margin-right: 10px; }
section#contacto form {
  margin-top: 60px;
  border-bottom: black 1px solid; }
  section#contacto form input[type=text], section#contacto form textarea {
    width: 100%;
    background: white;
    color: black;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 20px;
    border: none;
    -webkit-box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.3); }
    @media screen and (max-width: 1050px) {
      section#contacto form input[type=text], section#contacto form textarea {
        border: 1px solid rgba(0, 0, 0, 0.2); } }
  section#contacto form input[type=text] {
    height: 48px; }
  section#contacto form textarea {
    height: 217px;
    resize: none; }
  section#contacto form input[type=submit] {
    width: 140px;
    height: 48px;
    background: -webkit-linear-gradient(#e1ad53, #bf9244);
    color: white;
    border: none;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto;
    display: block;
    margin-bottom: 57px; }

section#mails-social > ul.correos {
  max-width: 820px;
  margin: 0 auto;
  margin-top: 60px; }
  @media screen and (max-width: 810px) {
    section#mails-social > ul.correos {
      width: 85%; } }
  @media screen and (max-width: 960px) {
    section#mails-social > ul.correos {
      text-align: center; } }
  section#mails-social > ul.correos > li {
    width: 315px;
    display: inline-block; }
    @media screen and (max-width: 960px) {
      section#mails-social > ul.correos > li {
        width: auto;
        padding: 15px 25px; } }
    section#mails-social > ul.correos > li:last-child {
      width: 180px; }
  section#mails-social > ul.correos li ul li {
    font-size: 20px;
    font-weight: 700; }
    section#mails-social > ul.correos li ul li:first-child {
      text-transform: uppercase;
      font-size: 23px;
      font-weight: 700; }
section#mails-social .siguenos {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 80px; }
  @media screen and (max-width: 960px) {
    section#mails-social .siguenos {
      letter-spacing: 7px; } }
section#mails-social .flecha-abajo-redes {
  margin: 0 auto;
  display: block;
  margin-top: 40px; }
section#mails-social ul.redes {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 7px; }
  @media screen and (max-width: 700px) {
    section#mails-social ul.redes {
      margin-bottom: 100px; } }
  section#mails-social ul.redes li {
    display: inline-block;
    margin-right: 25px; }
    section#mails-social ul.redes li:last-child {
      margin-right: 0px; }

.gracias-contacto {
  text-align: center;
  font-size: 20px;
  margin-top: 150px;
  margin-bottom: 200px; }

/* FIN CONTACTO */
/* LANDING */
section#landing {
  background: none !important; }
  section#landing p {
    margin: 0 auto;
    font-weight: 700;
    font-size: 19px;
    line-height: 25px;
    text-align: center;
    max-width: 860px; }
    @media screen and (max-width: 900px) {
      section#landing p {
        max-width: 85%; } }
    @media screen and (max-width: 700px) {
      section#landing p {
        font-size: 16px; } }
  section#landing ul.redes-landing {
    margin: 0 auto;
    margin-top: 50px;
    max-width: 113px;
    padding-bottom: 40px;
    border-bottom: 2px solid black;
    text-align: center; }
    section#landing ul.redes-landing li {
      display: inline-block;
      clear: both;
      margin-right: 12px; }
      section#landing ul.redes-landing li:last-child {
        margin-right: 0px; }

section#contacto-landing {
  width: 100%;
  max-width: 882px;
  margin: 0 auto; }
  @media screen and (max-width: 920px) {
    section#contacto-landing {
      max-width: 85%; } }

section#contacto-landing {
  background: none !important; }
  section#contacto-landing form {
    -webkit-appearance: none;
    background: none !important;
    margin-top: 60px; }
    section#contacto-landing form input[type=text], section#contacto-landing form textarea {
      -webkit-appearance: none;
      width: 100%;
      background: white;
      color: black;
      box-sizing: border-box;
      padding: 15px;
      margin-bottom: 18px;
      font-family: "Montserrat", sans-serif;
      font-size: 20px;
      border: none;
      -webkit-box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.3); }
    section#contacto-landing form input[type=text] {
      height: 48px; }
    section#contacto-landing form textarea {
      height: 217px;
      resize: none; }
    section#contacto-landing form input[type=submit] {
      width: 140px;
      height: 48px;
      background: -webkit-linear-gradient(#e1ad53, #bf9244);
      color: white;
      border: none;
      font-family: "Montserrat", sans-serif;
      font-size: 20px;
      font-weight: 700;
      display: inline-block;
      margin-bottom: 57px; }
      @media screen and (max-width: 570px) {
        section#contacto-landing form input[type=submit] {
          width: auto;
          font-size: 16px;
          padding: 0px 20px; } }
      @media screen and (max-width: 500px) {
        section#contacto-landing form input[type=submit] {
          font-size: 12px;
          padding: 0px 10px; } }
    section#contacto-landing form div.descarga-portafolio {
      width: 300px;
      height: 48px;
      background: black;
      color: white;
      border: none;
      font-family: "Montserrat", sans-serif;
      font-size: 20px;
      font-weight: 700;
      display: inline-block;
      text-align: center;
      text-transform: uppercase;
      line-height: 47px;
      margin-left: 22px; }
      @media screen and (max-width: 570px) {
        section#contacto-landing form div.descarga-portafolio {
          width: auto;
          font-size: 16px;
          padding: 0px 20px;
          margin-left: 10px; } }
      @media screen and (max-width: 500px) {
        section#contacto-landing form div.descarga-portafolio {
          font-size: 12px;
          padding: 0px 10px; } }

section#frase-landing {
  background: none !important;
  margin-top: 50px;
  margin-bottom: 130px; }
  @media screen and (max-width: 920px) {
    section#frase-landing {
      max-width: 85%;
      margin: 0 auto;
      margin-top: 50px;
      margin-bottom: 130px; } }
  section#frase-landing p {
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: -0.25px; }
    @media screen and (max-width: 600px) {
      section#frase-landing p {
        font-size: 12px; } }
    section#frase-landing p.autor {
      text-transform: none;
      font-size: 16px;
      letter-spacing: 4px;
      color: #bf9244; }
      @media screen and (max-width: 600px) {
        section#frase-landing p.autor {
          font-size: 14px; } }

.gracias-contacto {
  text-align: center;
  font-size: 20px;
  margin-top: 150px;
  margin-bottom: 200px; }

/* FIN LANDING */
/* FOOTER */
footer {
  height: 88px;
  width: 100%;
  background: white;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px; }
  @media screen and (max-width: 500px) {
    footer {
      height: auto;
      padding-bottom: 10px; } }
  footer ul {
    margin-top: 32px; }
    @media screen and (max-width: 715px) {
      footer ul {
        margin: 0 auto;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        width: 100%; } }
    footer ul li {
      border-right: black 1px solid;
      padding-right: 13px;
      margin-right: 13px; }
      @media screen and (max-width: 715px) {
        footer ul li {
          display: inline-block; } }
      footer ul li:last-child, footer ul li.flama {
        border-right: none;
        padding-right: 0px; }
        @media screen and (max-width: 715px) {
          footer ul li:last-child, footer ul li.flama {
            margin-right: 0px; } }
      footer ul li.flama {
        width: 23px;
        height: 30px;
        margin-right: 30px;
        margin-top: -8px; }
        @media screen and (max-width: 715px) {
          footer ul li.flama {
            margin-right: 15px; } }
  footer nav {
    display: inline-block; }
    @media screen and (max-width: 715px) {
      footer nav {
        margin: 0 auto;
        text-align: center;
        width: 100%; } }
    @media screen and (max-width: 500px) {
      footer nav {
        display: none; } }
    footer nav ul {
      text-align: left;
      margin-left: 40px; }
      @media screen and (max-width: 715px) {
        footer nav ul {
          text-align: center;
          margin: 0 auto; } }
      footer nav ul li {
        display: inline-block;
        line-height: 12px; }
        @media screen and (max-width: 715px) {
          footer nav ul li {
            text-align: center; } }
  footer .copyright {
    float: right;
    margin-right: 40px; }
    @media screen and (max-width: 715px) {
      footer .copyright {
        float: none;
        width: 100%;
        margin-top: 10px;
        margin-right: 0px; } }
  footer .copyright ul li {
    display: inline-block; }

/* FIN FOOTER */
/* MODAL */
.modal a.close-modal {
  position: absolute;
  top: 0px;
  right: -80px;
  margin-top: 5px;
  display: block;
  width: 52px;
  height: 52px;
  text-indent: -9999px;
  background: url(../img/portafolio/iconos/video-overlay/close@2x.png) no-repeat 0 0;
  background-size: 52px 52px; }
  @media screen and (max-width: 1050px) {
    .modal a.close-modal {
      right: -20px;
      margin-top: -20px;
      width: 40px;
      height: 40px;
      background-size: 40px 40px; } }

/*# sourceMappingURL=style.css.map */
