@charset "UTF-8";
/* EJEMPLO RETINA: @include retina('../img/menu/barra_menu_logo.png', 2, 808px 187px, top right no-repeat); */
/* 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 */
/* MIXINS */
/* MENU RESPONSIVO */
/* CLASES Y VARIABLES */
.bg-black-txt-white {
  color: white;
  background: black; }

.uppercase {
  text-transform: uppercase; }

/* FIN CLASES Y VARIABLES */
#responsive-menu {
  display: none;
  top: 0px;
  float: left;
  position: relative;
  z-index: 99999999999999999999999;
  background: none;
  margin-top: 0px !important; }
  #responsive-menu li {
    display: inline;
    float: left;
    text-align: center; }
    #responsive-menu li:first-child {
      margin-top: 0px; }
    #responsive-menu li a {
      display: block;
      color: black;
      text-decoration: none;
      line-height: 60px;
      width: 100%;
      text-align: center; }
      #responsive-menu li a:hover {
        /* @extend .bg-black-txt-white;*/ }
  @media screen and (max-width: 1024px) {
    #responsive-menu {
      display: inline;
      width: 120px;
      /* Ancho (vista móvil) */
      float: right;
      /* Dejamos de flotar el menú ya que el ancho es 100% */
      padding-top: 60px;
      /*Relleno por arriba a partir del cual se mostrarán los elementos <li> */ }
      #responsive-menu ul {
        position: absolute;
        /* box-shadow: 0 1px 2px rgba(0,0,0,.5);  Sombra al menú */
        max-height: 0;
        overflow: hidden;
        z-index: 999999999999999;
        background: #fdcb23;
        width: 120px; }
        #responsive-menu ul li {
          background: none;
          /* Color de fondo */
          color: black;
          /* Borde inferior tamaño-tipo-color */
          float: right;
          display: block;
          font-family: "Montserrat", sans-serif;
          font-weight: 700;
          font-size: 10px;
          padding-top: 0px; }
          #responsive-menu ul li div.linea {
            width: 46px;
            height: 2px;
            display: inline-block;
            background: black;
            margin: 0 auto 2px auto; }
          #responsive-menu ul li:last-child {
            padding-bottom: 20px; }
          #responsive-menu ul li a {
            font-weight: 400;
            font-size: 10px;
            padding: 10px 5px 10px 5px;
            box-sizing: border-box;
            color: black;
            height: auto;
            line-height: normal;
            width: 120px;
            /*border-bottom:2px solid rgba(255,255,255,1);*/ }
            #responsive-menu ul li a:hover {
              /* background:rgba($blanco,0.8);
               color:rgba(0,0,0,1);*/
              /* Color de fondo para cada enlace al pasar el cursor */ }
        #responsive-menu ul.open-responsive-menu {
          max-height: 600px;
          /* Máximo alto para el menú desplegado */
          transition: max-height .5s;
          /* Efecto en el despliegue del menú */ } }

#menunav {
  display: block; }
  @media screen and (max-width: 1024px) {
    #menunav {
      display: none; } }

#menu-h1 {
  display: inline-block; }
  @media screen and (max-width: 1024px) {
    #menu-h1 {
      display: none; } }

#nav-responsive {
  display: none;
  /* Ocultamos el enlace */
  background: url("../img/menu_responsivo/menuresponsivo@2x.png") no-repeat 46px 22px;
  /* Imagen que desplegará el menú al hacer click */
  background-size: 27px 15px;
  text-decoration: none;
  /* Sin subrayado */
  float: right;
  /* Flotado a la derecha */
  width: 120px;
  /* Ancho */
  height: 60px;
  /* Alto */
  position: absolute;
  right: 0px;
  /* Derecha */
  top: 0px;
  /* Arriba */
  opacity: 1;
  /* Opacidad */ }
  #nav-responsive.nav-active {
    width: 120px;
    right: 0;
    background: #fdcb23 url("../img/menu_responsivo/menuresponsivo_cerrar@2x.png") no-repeat 49px 19px;
    background-size: 21px 21px;
    height: 60px;
    padding-bottom: 10px;
    opacity: 1;
    /* Opacidad */
    margin-top: -2px !important; }
  @media screen and (max-width: 1024px) {
    #nav-responsive {
      display: block; } }

@media screen and (max-width: 1024px) {
  .off-responsive {
    display: none !important; } }

.on-responsive {
  display: none !important; }
  @media screen and (max-width: 1024px) {
    .on-responsive {
      display: block !important; } }

.on-responsive-inline {
  display: none !important; }
  @media screen and (max-width: 1024px) {
    .on-responsive-inline {
      display: inline-block !important; } }

/* COMIENZA CSS DEL SITIO */
/* GENERAL */
.multiply, section#quien-soy div.fotos .b1, section#quien-soy div.fotos .b2 {
  mix-blend-mode: multiply; }

.oculto {
  display: none !important; }

.op0 {
  opacity: 0;
  transition: opacity 0.5s; }

.op1 {
  opacity: 1;
  transition: opacity 0.5s; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.menu-mas-p {
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
   * Set a base background for 1x environments.
   */
  background: url("../img/menu/menu_mas.png") top left no-repeat;
  background-size: 27px 27px;
  /*
   * Create an @2x-ish media query.
   */
  /*
   * Create media queries for all environments that the user has
   * provided images for.
   */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */
  transition: 0.5s all; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .menu-mas-p {
      background: url("../img/menu/menu_mas@2x.png") top left no-repeat;
      background-size: 27px 27px; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .menu-mas-p {
      background: url("../img/menu/menu_mas@2x.png") top left no-repeat;
      background-size: 27px 27px; } }

.menu-menos-p {
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
   * Set a base background for 1x environments.
   */
  background: url("../img/menu/menu_menos.png") top left no-repeat;
  background-size: 27px 27px;
  /*
   * Create an @2x-ish media query.
   */
  /*
   * Create media queries for all environments that the user has
   * provided images for.
   */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */ }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .menu-menos-p {
      background: url("../img/menu/menu_menos@2x.png") top left no-repeat;
      background-size: 27px 27px; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .menu-menos-p {
      background: url("../img/menu/menu_menos@2x.png") top left no-repeat;
      background-size: 27px 27px; } }

.mas1 {
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
   * Set a base background for 1x environments.
   */
  background: url("../img/quien_soy/mas_1.png") top center no-repeat;
  background-size: 33px 33px;
  /*
   * Create an @2x-ish media query.
   */
  /*
   * Create media queries for all environments that the user has
   * provided images for.
   */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */
  transition: all 0.5s; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .mas1 {
      background: url("../img/quien_soy/mas_1@2x.png") top center no-repeat;
      background-size: 33px 33px; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .mas1 {
      background: url("../img/quien_soy/mas_1@2x.png") top center no-repeat;
      background-size: 33px 33px; } }
  .mas1:hover {
    /*
     * Set a counter and get the length of the image path.
     */
    /*
     * Loop ver the image path and figure out the
     * position of the dot where the extension begins.
     */
    /*
     * If we were able to figure out where the extension is,
     * slice the path into a base and an extension. Use that to
     * calculate urls for different density environments. Set
     * values for different environments.
     */
    /*
     * Set a base background for 1x environments.
     */
    background: url("../img/quien_soy/mas_2_hover.png") top center no-repeat;
    background-size: 33px 33px;
    /*
     * Create an @2x-ish media query.
     */
    /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
    /*
     * If anything went wrong trying to separate the file from its
     * extension, set a background value without doing anything to it.
     */ }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .mas1:hover {
        background: url("../img/quien_soy/mas_2_hover@2x.png") top center no-repeat;
        background-size: 33px 33px; } }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .mas1:hover {
        background: url("../img/quien_soy/mas_2_hover@2x.png") top center no-repeat;
        background-size: 33px 33px; } }

.mas2 {
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
   * Set a base background for 1x environments.
   */
  background: url("../img/quien_soy/mas_3_click.png") top center no-repeat;
  background-size: 33px 33px;
  /*
   * Create an @2x-ish media query.
   */
  /*
   * Create media queries for all environments that the user has
   * provided images for.
   */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */ }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .mas2 {
      background: url("../img/quien_soy/mas_3_click@2x.png") top center no-repeat;
      background-size: 33px 33px; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .mas2 {
      background: url("../img/quien_soy/mas_3_click@2x.png") top center no-repeat;
      background-size: 33px 33px; } }

.jx-knightlab, a.jx-knightlab {
  display: none !important;
  width: 0px !important;
  height: 0px !important; }

body {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 11px; }

.bola-menu {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 3px solid #ffc80b;
  box-sizing: border-box;
  float: right;
  background: white; }

.max-wrapper {
  max-width: 1280px;
  margin: 0 auto; }

section {
  margin: 0 auto; }

header#main-header {
  position: relative;
  z-index: 10000; }
  header#main-header h1 {
    position: absolute;
    margin-left: 15px;
    margin-top: 10px; }
    @media screen and (max-width: 1024px) {
      header#main-header h1 {
        position: fixed; } }
  header#main-header div.nav-fix {
    position: fixed;
    top: 0;
    right: 0; }
  header#main-header nav#menu-desktop {
    position: fixed;
    right: 25px;
    margin-top: 18px; }
    @media screen and (max-width: 1024px) {
      header#main-header nav#menu-desktop {
        display: none; } }
    header#main-header nav#menu-desktop > ul > li > ul {
      opacity: 0;
      transition: 0.5s all; }
    header#main-header nav#menu-desktop > ul:hover div.menu-mas-menos {
      /*
       * Set a counter and get the length of the image path.
       */
      /*
       * Loop ver the image path and figure out the
       * position of the dot where the extension begins.
       */
      /*
       * If we were able to figure out where the extension is,
       * slice the path into a base and an extension. Use that to
       * calculate urls for different density environments. Set
       * values for different environments.
       */
      /*
       * Set a base background for 1x environments.
       */
      background: url("../img/menu/menu_menos.png") top left no-repeat;
      background-size: 27px 27px;
      /*
       * Create an @2x-ish media query.
       */
      /*
       * Create media queries for all environments that the user has
       * provided images for.
       */
      /*
       * If anything went wrong trying to separate the file from its
       * extension, set a background value without doing anything to it.
       */
      transition: 0.5s all; }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        header#main-header nav#menu-desktop > ul:hover div.menu-mas-menos {
          background: url("../img/menu/menu_menos@2x.png") top left no-repeat;
          background-size: 27px 27px; } }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        header#main-header nav#menu-desktop > ul:hover div.menu-mas-menos {
          background: url("../img/menu/menu_menos@2x.png") top left no-repeat;
          background-size: 27px 27px; } }
    header#main-header nav#menu-desktop > ul:hover ul {
      opacity: 1;
      transition: 0.5s all; }
    header#main-header nav#menu-desktop ul {
      font-size: 10px;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      line-height: 20px;
      letter-spacing: 1px; }
      header#main-header nav#menu-desktop ul .menu-click:hover {
        cursor: pointer;
        cursor: hand; }
      header#main-header nav#menu-desktop ul li {
        text-transform: uppercase;
        display: inline-block;
        vertical-align: top; }
        header#main-header nav#menu-desktop ul li div.menu-mas-menos {
          width: 27px;
          height: 27px; }
        header#main-header nav#menu-desktop ul li.menu {
          margin-right: 20px;
          padding-top: 3px; }
        header#main-header nav#menu-desktop ul li ul {
          display: block;
          right: 0px;
          position: absolute;
          width: 100px;
          padding-top: 3px; }
          header#main-header nav#menu-desktop ul li ul li {
            text-align: right;
            text-transform: none;
            display: block; }

header#obras-header {
  position: relative;
  top: 0;
  z-index: 100000; }
  header#obras-header h1 {
    position: absolute;
    margin-left: 15px;
    margin-top: -40px; }
  header#obras-header nav {
    position: fixed;
    z-index: 9999999999;
    right: 25px;
    top: 18px; }
    header#obras-header nav > ul > li > ul {
      opacity: 0;
      transition: 0.5s all; }
    header#obras-header nav > ul:hover div.menu-mas-menos {
      /*
       * Set a counter and get the length of the image path.
       */
      /*
       * Loop ver the image path and figure out the
       * position of the dot where the extension begins.
       */
      /*
       * If we were able to figure out where the extension is,
       * slice the path into a base and an extension. Use that to
       * calculate urls for different density environments. Set
       * values for different environments.
       */
      /*
       * Set a base background for 1x environments.
       */
      background: url("../img/menu/menu_menos.png") top left no-repeat;
      background-size: 27px 27px;
      /*
       * Create an @2x-ish media query.
       */
      /*
       * Create media queries for all environments that the user has
       * provided images for.
       */
      /*
       * If anything went wrong trying to separate the file from its
       * extension, set a background value without doing anything to it.
       */
      transition: 0.5s all; }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        header#obras-header nav > ul:hover div.menu-mas-menos {
          background: url("../img/menu/menu_menos@2x.png") top left no-repeat;
          background-size: 27px 27px; } }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        header#obras-header nav > ul:hover div.menu-mas-menos {
          background: url("../img/menu/menu_menos@2x.png") top left no-repeat;
          background-size: 27px 27px; } }
    header#obras-header nav > ul:hover ul {
      opacity: 1;
      transition: 0.5s all; }
    header#obras-header nav ul {
      font-size: 10px;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      line-height: 20px;
      letter-spacing: 1px; }
      header#obras-header nav ul .menu-click:hover {
        cursor: pointer;
        cursor: hand; }
      header#obras-header nav ul li {
        text-transform: uppercase;
        display: inline-block;
        vertical-align: top; }
        header#obras-header nav ul li div.menu-mas-menos {
          width: 27px;
          height: 27px; }
        header#obras-header nav ul li a {
          text-decoration: none;
          color: black; }
        header#obras-header nav ul li.menu {
          margin-right: 20px;
          padding-top: 3px; }
        header#obras-header nav ul li ul {
          display: block;
          right: 0px;
          position: absolute;
          width: 100px;
          padding-top: 3px; }
          header#obras-header nav ul li ul li {
            text-align: right;
            text-transform: none;
            display: block; }

aside.menu-follow {
  position: fixed;
  top: 160px;
  right: 25px;
  z-index: 10000; }
  @media screen and (max-width: 1024px) {
    aside.menu-follow {
      display: none; } }
  aside.menu-follow nav ul li {
    text-align: right;
    font-family: "Crimson Text", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 10px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 12px;
    padding-top: 8px;
    padding-left: 20px; }
    aside.menu-follow nav ul li div.bola-menu {
      display: inline-block;
      vertical-align: top;
      cursor: pointer;
      cursor: hand; }
    aside.menu-follow nav ul li a.texto {
      opacity: 0;
      display: inline-block;
      vertical-align: top;
      margin-right: 10px;
      margin-top: -7px;
      box-sizing: border-box; }
    aside.menu-follow nav ul li:hover a.texto {
      opacity: 1; }
    aside.menu-follow nav ul li.quien:hover {
      /*
       * Set a counter and get the length of the image path.
       */
      /*
       * Loop ver the image path and figure out the
       * position of the dot where the extension begins.
       */
      /*
       * If we were able to figure out where the extension is,
       * slice the path into a base and an extension. Use that to
       * calculate urls for different density environments. Set
       * values for different environments.
       */
      /*
       * Set a base background for 1x environments.
       */
      background: url("../img/menu_2/menu_2_quiensoy.png") right 0px no-repeat;
      background-size: 95px 24px;
      /*
       * Create an @2x-ish media query.
       */
      /*
       * Create media queries for all environments that the user has
       * provided images for.
       */
      /*
       * If anything went wrong trying to separate the file from its
       * extension, set a background value without doing anything to it.
       */ }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        aside.menu-follow nav ul li.quien:hover {
          background: url("../img/menu_2/menu_2_quiensoy@2x.png") right 0px no-repeat;
          background-size: 95px 24px; } }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        aside.menu-follow nav ul li.quien:hover {
          background: url("../img/menu_2/menu_2_quiensoy@2x.png") right 0px no-repeat;
          background-size: 95px 24px; } }
    aside.menu-follow nav ul li.noticias:hover {
      /*
       * Set a counter and get the length of the image path.
       */
      /*
       * Loop ver the image path and figure out the
       * position of the dot where the extension begins.
       */
      /*
       * If we were able to figure out where the extension is,
       * slice the path into a base and an extension. Use that to
       * calculate urls for different density environments. Set
       * values for different environments.
       */
      /*
       * Set a base background for 1x environments.
       */
      background: url("../img/menu_2/menu_2_noticias.png") right 0px no-repeat;
      background-size: 81px 24px;
      /*
       * Create an @2x-ish media query.
       */
      /*
       * Create media queries for all environments that the user has
       * provided images for.
       */
      /*
       * If anything went wrong trying to separate the file from its
       * extension, set a background value without doing anything to it.
       */ }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        aside.menu-follow nav ul li.noticias:hover {
          background: url("../img/menu_2/menu_2_noticias@2x.png") right 0px no-repeat;
          background-size: 81px 24px; } }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        aside.menu-follow nav ul li.noticias:hover {
          background: url("../img/menu_2/menu_2_noticias@2x.png") right 0px no-repeat;
          background-size: 81px 24px; } }
    aside.menu-follow nav ul li.migrantes:hover {
      /*
       * Set a counter and get the length of the image path.
       */
      /*
       * Loop ver the image path and figure out the
       * position of the dot where the extension begins.
       */
      /*
       * If we were able to figure out where the extension is,
       * slice the path into a base and an extension. Use that to
       * calculate urls for different density environments. Set
       * values for different environments.
       */
      /*
       * Set a base background for 1x environments.
       */
      background: url("../img/menu_2/menu_2_migrantes.png") right 0px no-repeat;
      background-size: 94px 24px;
      /*
       * Create an @2x-ish media query.
       */
      /*
       * Create media queries for all environments that the user has
       * provided images for.
       */
      /*
       * If anything went wrong trying to separate the file from its
       * extension, set a background value without doing anything to it.
       */ }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        aside.menu-follow nav ul li.migrantes:hover {
          background: url("../img/menu_2/menu_2_migrantes@2x.png") right 0px no-repeat;
          background-size: 94px 24px; } }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        aside.menu-follow nav ul li.migrantes:hover {
          background: url("../img/menu_2/menu_2_migrantes@2x.png") right 0px no-repeat;
          background-size: 94px 24px; } }
    aside.menu-follow nav ul li.obra-reciente:hover {
      /*
       * Set a counter and get the length of the image path.
       */
      /*
       * Loop ver the image path and figure out the
       * position of the dot where the extension begins.
       */
      /*
       * If we were able to figure out where the extension is,
       * slice the path into a base and an extension. Use that to
       * calculate urls for different density environments. Set
       * values for different environments.
       */
      /*
       * Set a base background for 1x environments.
       */
      background: url("../img/menu_2/menu_2_obrareciente.png") right 0px no-repeat;
      background-size: 121px 24px;
      /*
       * Create an @2x-ish media query.
       */
      /*
       * Create media queries for all environments that the user has
       * provided images for.
       */
      /*
       * If anything went wrong trying to separate the file from its
       * extension, set a background value without doing anything to it.
       */ }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        aside.menu-follow nav ul li.obra-reciente:hover {
          background: url("../img/menu_2/menu_2_obrareciente@2x.png") right 0px no-repeat;
          background-size: 121px 24px; } }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        aside.menu-follow nav ul li.obra-reciente:hover {
          background: url("../img/menu_2/menu_2_obrareciente@2x.png") right 0px no-repeat;
          background-size: 121px 24px; } }
    aside.menu-follow nav ul li.videos:hover {
      /*
       * Set a counter and get the length of the image path.
       */
      /*
       * Loop ver the image path and figure out the
       * position of the dot where the extension begins.
       */
      /*
       * If we were able to figure out where the extension is,
       * slice the path into a base and an extension. Use that to
       * calculate urls for different density environments. Set
       * values for different environments.
       */
      /*
       * Set a base background for 1x environments.
       */
      background: url("../img/menu_2/menu_2_videos.png") right 0px no-repeat;
      background-size: 62px 24px;
      /*
       * Create an @2x-ish media query.
       */
      /*
       * Create media queries for all environments that the user has
       * provided images for.
       */
      /*
       * If anything went wrong trying to separate the file from its
       * extension, set a background value without doing anything to it.
       */ }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        aside.menu-follow nav ul li.videos:hover {
          background: url("../img/menu_2/menu_2_videos@2x.png") right 0px no-repeat;
          background-size: 62px 24px; } }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        aside.menu-follow nav ul li.videos:hover {
          background: url("../img/menu_2/menu_2_videos@2x.png") right 0px no-repeat;
          background-size: 62px 24px; } }
    aside.menu-follow nav ul li.obra-eobreton:hover {
      /*
       * Set a counter and get the length of the image path.
       */
      /*
       * Loop ver the image path and figure out the
       * position of the dot where the extension begins.
       */
      /*
       * If we were able to figure out where the extension is,
       * slice the path into a base and an extension. Use that to
       * calculate urls for different density environments. Set
       * values for different environments.
       */
      /*
       * Set a base background for 1x environments.
       */
      background: url("../img/menu_2/menu_2_obraeobreton.png") right 0px no-repeat;
      background-size: 117px 24px;
      /*
       * Create an @2x-ish media query.
       */
      /*
       * Create media queries for all environments that the user has
       * provided images for.
       */
      /*
       * If anything went wrong trying to separate the file from its
       * extension, set a background value without doing anything to it.
       */ }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        aside.menu-follow nav ul li.obra-eobreton:hover {
          background: url("../img/menu_2/menu_2_obraeobreton@2x.png") right 0px no-repeat;
          background-size: 117px 24px; } }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        aside.menu-follow nav ul li.obra-eobreton:hover {
          background: url("../img/menu_2/menu_2_obraeobreton@2x.png") right 0px no-repeat;
          background-size: 117px 24px; } }
    aside.menu-follow nav ul li.catalogo:hover {
      /*
       * Set a counter and get the length of the image path.
       */
      /*
       * Loop ver the image path and figure out the
       * position of the dot where the extension begins.
       */
      /*
       * If we were able to figure out where the extension is,
       * slice the path into a base and an extension. Use that to
       * calculate urls for different density environments. Set
       * values for different environments.
       */
      /*
       * Set a base background for 1x environments.
       */
      background: url("../img/menu_2/menu_2_catalogo.png") right 0px no-repeat;
      background-size: 94px 24px;
      /*
       * Create an @2x-ish media query.
       */
      /*
       * Create media queries for all environments that the user has
       * provided images for.
       */
      /*
       * If anything went wrong trying to separate the file from its
       * extension, set a background value without doing anything to it.
       */ }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        aside.menu-follow nav ul li.catalogo:hover {
          background: url("../img/menu_2/menu_2_catalogo@2x.png") right 0px no-repeat;
          background-size: 94px 24px; } }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        aside.menu-follow nav ul li.catalogo:hover {
          background: url("../img/menu_2/menu_2_catalogo@2x.png") right 0px no-repeat;
          background-size: 94px 24px; } }
    aside.menu-follow nav ul li.contacto:hover {
      /*
       * Set a counter and get the length of the image path.
       */
      /*
       * Loop ver the image path and figure out the
       * position of the dot where the extension begins.
       */
      /*
       * If we were able to figure out where the extension is,
       * slice the path into a base and an extension. Use that to
       * calculate urls for different density environments. Set
       * values for different environments.
       */
      /*
       * Set a base background for 1x environments.
       */
      background: url("../img/menu_2/menu_2_contacto.png") right 0px no-repeat;
      background-size: 92px 24px;
      /*
       * Create an @2x-ish media query.
       */
      /*
       * Create media queries for all environments that the user has
       * provided images for.
       */
      /*
       * If anything went wrong trying to separate the file from its
       * extension, set a background value without doing anything to it.
       */ }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        aside.menu-follow nav ul li.contacto:hover {
          background: url("../img/menu_2/menu_2_contacto@2x.png") right 0px no-repeat;
          background-size: 92px 24px; } }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        aside.menu-follow nav ul li.contacto:hover {
          background: url("../img/menu_2/menu_2_contacto@2x.png") right 0px no-repeat;
          background-size: 92px 24px; } }

section#home {
  height: 772px;
  margin-top: 0px;
  /*@include retina('../img/home/imagen_video.jpg', 2, 1920px 772px, top center no-repeat);*/ }

section#introduccion {
  position: relative;
  z-index: 10;
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
   * Set a base background for 1x environments.
   */
  background: url("../img/quien_soy/fondo_quiensoy.png") top center no-repeat;
  background-size: 1920px 934px;
  /*
   * Create an @2x-ish media query.
   */
  /*
   * Create media queries for all environments that the user has
   * provided images for.
   */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */
  margin-top: -150px;
  min-height: 934px; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    section#introduccion {
      background: url("../img/quien_soy/fondo_quiensoy@2x.png") top center no-repeat;
      background-size: 1920px 934px; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    section#introduccion {
      background: url("../img/quien_soy/fondo_quiensoy@2x.png") top center no-repeat;
      background-size: 1920px 934px; } }
  section#introduccion a.flecha-abajo {
    display: block;
    position: absolute;
    right: 25px;
    margin-top: -65px;
    width: 50px;
    height: 50px;
    /*
     * Set a counter and get the length of the image path.
     */
    /*
     * Loop ver the image path and figure out the
     * position of the dot where the extension begins.
     */
    /*
     * If we were able to figure out where the extension is,
     * slice the path into a base and an extension. Use that to
     * calculate urls for different density environments. Set
     * values for different environments.
     */
    /*
     * Set a base background for 1x environments.
     */
    background: url("../img/home/down_normal.png") top center no-repeat;
    background-size: 50px 50px;
    /*
     * Create an @2x-ish media query.
     */
    /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
    /*
     * If anything went wrong trying to separate the file from its
     * extension, set a background value without doing anything to it.
     */ }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      section#introduccion a.flecha-abajo {
        background: url("../img/home/down_normal@2x.png") top center no-repeat;
        background-size: 50px 50px; } }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      section#introduccion a.flecha-abajo {
        background: url("../img/home/down_normal@2x.png") top center no-repeat;
        background-size: 50px 50px; } }
    section#introduccion a.flecha-abajo:hover {
      /*
       * Set a counter and get the length of the image path.
       */
      /*
       * Loop ver the image path and figure out the
       * position of the dot where the extension begins.
       */
      /*
       * If we were able to figure out where the extension is,
       * slice the path into a base and an extension. Use that to
       * calculate urls for different density environments. Set
       * values for different environments.
       */
      /*
       * Set a base background for 1x environments.
       */
      background: url("../img/home/down_hover.png") top center no-repeat;
      background-size: 50px 50px;
      /*
       * Create an @2x-ish media query.
       */
      /*
       * Create media queries for all environments that the user has
       * provided images for.
       */
      /*
       * If anything went wrong trying to separate the file from its
       * extension, set a background value without doing anything to it.
       */ }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        section#introduccion a.flecha-abajo:hover {
          background: url("../img/home/down_hover@2x.png") top center no-repeat;
          background-size: 50px 50px; } }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        section#introduccion a.flecha-abajo:hover {
          background: url("../img/home/down_hover@2x.png") top center no-repeat;
          background-size: 50px 50px; } }
    section#introduccion a.flecha-abajo:active {
      /*
       * Set a counter and get the length of the image path.
       */
      /*
       * Loop ver the image path and figure out the
       * position of the dot where the extension begins.
       */
      /*
       * If we were able to figure out where the extension is,
       * slice the path into a base and an extension. Use that to
       * calculate urls for different density environments. Set
       * values for different environments.
       */
      /*
       * Set a base background for 1x environments.
       */
      background: url("../img/home/down_click.png") top center no-repeat;
      background-size: 50px 50px;
      /*
       * Create an @2x-ish media query.
       */
      /*
       * Create media queries for all environments that the user has
       * provided images for.
       */
      /*
       * If anything went wrong trying to separate the file from its
       * extension, set a background value without doing anything to it.
       */ }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        section#introduccion a.flecha-abajo:active {
          background: url("../img/home/down_click@2x.png") top center no-repeat;
          background-size: 50px 50px; } }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        section#introduccion a.flecha-abajo:active {
          background: url("../img/home/down_click@2x.png") top center no-repeat;
          background-size: 50px 50px; } }
  section#introduccion ul {
    padding-top: 180px; }
    @media screen and (max-width: 500px) {
      section#introduccion ul {
        padding-top: 130px; } }
    section#introduccion ul li {
      display: inline-block; }
      section#introduccion ul li:first-child {
        /*
         * Set a counter and get the length of the image path.
         */
        /*
         * Loop ver the image path and figure out the
         * position of the dot where the extension begins.
         */
        /*
         * If we were able to figure out where the extension is,
         * slice the path into a base and an extension. Use that to
         * calculate urls for different density environments. Set
         * values for different environments.
         */
        /*
         * Set a base background for 1x environments.
         */
        background: url("../img/quien_soy/fondo_brush.png") top center no-repeat;
        background-size: 366px 594px;
        /*
         * Create an @2x-ish media query.
         */
        /*
         * Create media queries for all environments that the user has
         * provided images for.
         */
        /*
         * If anything went wrong trying to separate the file from its
         * extension, set a background value without doing anything to it.
         */
        max-width: 360px;
        margin: 0 100px;
        padding-top: 80px;
        min-height: 594px;
        margin-top: -45px; }
        @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
          section#introduccion ul li:first-child {
            background: url("../img/quien_soy/fondo_brush@2x.png") top center no-repeat;
            background-size: 366px 594px; } }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          section#introduccion ul li:first-child {
            background: url("../img/quien_soy/fondo_brush@2x.png") top center no-repeat;
            background-size: 366px 594px; } }
        @media screen and (max-width: 1160px) {
          section#introduccion ul li:first-child {
            margin-left: 50px;
            margin-right: 20px; } }
        @media screen and (max-width: 980px) {
          section#introduccion ul li:first-child {
            display: none; } }
        section#introduccion ul li:first-child div.b-mas {
          cursor: pointer;
          cursor: hand;
          margin-top: 150px;
          margin-left: 55px;
          position: relative;
          z-index: 100;
          width: 33px;
          height: 33px; }
        section#introduccion ul li:first-child span.txt-expos {
          display: block;
          text-transform: uppercase;
          position: absolute;
          margin-left: 50px;
          margin-top: 8px;
          font-size: 15px;
          font-weight: 700; }
        section#introduccion ul li:first-child div.exhibiciones {
          position: absolute;
          width: 510px;
          min-height: 567px;
          box-sizing: border-box;
          margin-top: -70px;
          margin-left: -85px;
          padding: 70px 70px 70px 125px;
          /*
           * Set a counter and get the length of the image path.
           */
          /*
           * Loop ver the image path and figure out the
           * position of the dot where the extension begins.
           */
          /*
           * If we were able to figure out where the extension is,
           * slice the path into a base and an extension. Use that to
           * calculate urls for different density environments. Set
           * values for different environments.
           */
          /*
           * Set a base background for 1x environments.
           */
          background: url("../img/quien_soy/fondo_expos_hover.png") top left no-repeat;
          background-size: 510px 567px;
          /*
           * Create an @2x-ish media query.
           */
          /*
           * Create media queries for all environments that the user has
           * provided images for.
           */
          /*
           * If anything went wrong trying to separate the file from its
           * extension, set a background value without doing anything to it.
           */ }
          @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
            section#introduccion ul li:first-child div.exhibiciones {
              background: url("../img/quien_soy/fondo_expos_hover@2x.png") top left no-repeat;
              background-size: 510px 567px; } }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            section#introduccion ul li:first-child div.exhibiciones {
              background: url("../img/quien_soy/fondo_expos_hover@2x.png") top left no-repeat;
              background-size: 510px 567px; } }
          section#introduccion ul li:first-child div.exhibiciones h2 {
            text-transform: uppercase;
            font-size: 12px;
            line-height: 13px;
            margin-bottom: 30px; }
            section#introduccion ul li:first-child div.exhibiciones h2 span {
              display: block; }
          section#introduccion ul li:first-child div.exhibiciones p {
            margin-bottom: 20px;
            font-size: 10px;
            line-height: 13px;
            font-weight: 700; }
      section#introduccion ul li:last-child {
        padding: 10px 0 10px 85px;
        border-left: 2px solid black; }
        @media screen and (max-width: 1050px) {
          section#introduccion ul li:last-child {
            padding: 10px 0 10px 40px; } }
        @media screen and (max-width: 980px) {
          section#introduccion ul li:last-child {
            max-width: 460px;
            width: 85%;
            margin: 0 auto;
            padding: 0px;
            border-left: none;
            display: block; } }
        section#introduccion ul li:last-child p {
          max-width: 460px;
          line-height: 23px;
          margin-bottom: 20px; }
          @media screen and (max-width: 500px) {
            section#introduccion ul li:last-child p {
              line-height: 20px; } }
        section#introduccion ul li:last-child h3 {
          font-weight: 700;
          margin-top: 55px; }
          @media screen and (max-width: 500px) {
            section#introduccion ul li:last-child h3 {
              margin-top: 30px; } }
      section#introduccion ul li h1 {
        margin: 60px 0px 0px 40px;
        font-size: 60px;
        line-height: 41px;
        max-width: 315px;
        font-style: italic; }

section#quien-soy {
  padding-top: 140px; }
  @media screen and (max-width: 720px) {
    section#quien-soy {
      padding-top: 20px; } }
  section#quien-soy h1 {
    margin-top: 340px;
    position: absolute;
    -ms-transform: rotate(270deg);
    /* IE 9 */
    -webkit-transform: rotate(270deg);
    /* Chrome, Safari, Opera */
    transform: rotate(270deg);
    font-size: 15px;
    font-family: "Crimson Text", serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase; }
    section#quien-soy h1 img.flecha-abajo {
      margin-right: 30px;
      -ms-transform: rotate(90deg);
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      /* Chrome, Safari, Opera */
      transform: rotate(90deg); }
    @media screen and (max-width: 720px) {
      section#quien-soy h1 {
        display: none; } }
  section#quien-soy p.principal {
    margin-left: 160px;
    margin-bottom: 25px;
    max-width: 450px;
    font-size: 25px;
    line-height: 50px;
    font-style: italic;
    font-weight: 400; }
    @media screen and (max-width: 720px) {
      section#quien-soy p.principal {
        max-width: 450px;
        width: 85%;
        margin: 0 auto 25px auto; } }
    section#quien-soy p.principal span.underline {
      text-decoration: underline; }
    section#quien-soy p.principal span.fondo {
      background: #ffdf0d;
      line-height: 20px;
      padding: 0 5px;
      display: inline-block; }
  section#quien-soy div.fotos .f1, section#quien-soy div.fotos .f2, section#quien-soy div.fotos .f3 {
    -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.5); }
  section#quien-soy div.fotos .f1 {
    position: relative;
    z-index: 100; }
    @media screen and (max-width: 650px) {
      section#quien-soy div.fotos .f1 {
        margin: 0 auto;
        max-width: 85%;
        display: block; } }
  section#quien-soy div.fotos .f1-over {
    position: absolute;
    margin-top: -39px;
    margin-left: 133px;
    /*@extend .multiply;*/
    z-index: 110; }
    @media screen and (max-width: 650px) {
      section#quien-soy div.fotos .f1-over {
        display: none; } }
  section#quien-soy div.fotos .f2 {
    position: absolute;
    z-index: 90;
    margin: 0 auto;
    margin-top: -310px;
    left: 0;
    right: 0; }
    @media screen and (max-width: 750px) {
      section#quien-soy div.fotos .f2 {
        max-width: 684px;
        margin-top: 0px;
        width: 85%; } }
  section#quien-soy div.fotos .f3 {
    position: relative;
    margin-top: 238px;
    z-index: 100;
    margin-left: 168px; }
    @media screen and (max-width: 800px) {
      section#quien-soy div.fotos .f3 {
        margin: 0 auto;
        width: 85%;
        max-width: 480px;
        display: none; } }
  section#quien-soy div.fotos .b1 {
    position: absolute;
    right: 0px;
    margin-top: -480px; }
  section#quien-soy div.fotos .b2 {
    position: absolute;
    margin-left: 220px;
    margin-top: 460px; }
    @media screen and (max-width: 1024px) {
      section#quien-soy div.fotos .b2 {
        display: none; } }
  section#quien-soy div.redes {
    position: relative;
    z-index: 120;
    margin-left: 600px;
    margin-top: -320px; }
    @media screen and (max-width: 1000px) {
      section#quien-soy div.redes {
        margin: 100px auto 100px auto;
        max-width: 400px;
        width: 85%; } }
    @media screen and (max-width: 800px) {
      section#quien-soy div.redes {
        margin-top: 450px; } }
    section#quien-soy div.redes p {
      margin-left: 100px;
      margin-bottom: 120px;
      font-size: 22px;
      line-height: 25px;
      font-weight: 700;
      font-family: "Crimson Text", serif;
      max-width: 220px; }
      @media screen and (max-width: 1000px) {
        section#quien-soy div.redes p {
          margin: 0 auto 120px auto; } }
      @media screen and (max-width: 600px) {
        section#quien-soy div.redes p {
          margin: 170px auto 50px auto; } }
    section#quien-soy div.redes ul {
      padding-top: 5px;
      max-width: 400px;
      border-top: 2px solid black; }
      @media screen and (max-width: 500px) {
        section#quien-soy div.redes ul {
          text-align: center; } }
      section#quien-soy div.redes ul li {
        display: inline-block;
        padding: 0px; }
        @media screen and (max-width: 500px) {
          section#quien-soy div.redes ul li {
            text-align: center; } }
        section#quien-soy div.redes ul li:last-child {
          padding-right: 0; }
        section#quien-soy div.redes ul li a {
          display: inline-block;
          text-align: center;
          vertical-align: middle; }
          section#quien-soy div.redes ul li a img {
            display: inline-block;
            vertical-align: middle; }
            @media screen and (max-width: 500px) {
              section#quien-soy div.redes ul li a img {
                text-align: center; } }
          section#quien-soy div.redes ul li a.facebook {
            width: 97px;
            height: 101px;
            /*
             * Set a counter and get the length of the image path.
             */
            /*
             * Loop ver the image path and figure out the
             * position of the dot where the extension begins.
             */
            /*
             * If we were able to figure out where the extension is,
             * slice the path into a base and an extension. Use that to
             * calculate urls for different density environments. Set
             * values for different environments.
             */
            /*
             * Set a base background for 1x environments.
             */
            background: url("../img/quien_soy/social_facebook_normal.png") center center no-repeat;
            background-size: 18px 34px;
            /*
             * Create an @2x-ish media query.
             */
            /*
             * Create media queries for all environments that the user has
             * provided images for.
             */
            /*
             * If anything went wrong trying to separate the file from its
             * extension, set a background value without doing anything to it.
             */ }
            @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
              section#quien-soy div.redes ul li a.facebook {
                background: url("../img/quien_soy/social_facebook_normal@2x.png") center center no-repeat;
                background-size: 18px 34px; } }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
              section#quien-soy div.redes ul li a.facebook {
                background: url("../img/quien_soy/social_facebook_normal@2x.png") center center no-repeat;
                background-size: 18px 34px; } }
            section#quien-soy div.redes ul li a.facebook:hover {
              /*
               * Set a counter and get the length of the image path.
               */
              /*
               * Loop ver the image path and figure out the
               * position of the dot where the extension begins.
               */
              /*
               * If we were able to figure out where the extension is,
               * slice the path into a base and an extension. Use that to
               * calculate urls for different density environments. Set
               * values for different environments.
               */
              /*
               * Set a base background for 1x environments.
               */
              background: url("../img/quien_soy/social_facebook_hover.png") center center no-repeat;
              background-size: 97px 101px;
              /*
               * Create an @2x-ish media query.
               */
              /*
               * Create media queries for all environments that the user has
               * provided images for.
               */
              /*
               * If anything went wrong trying to separate the file from its
               * extension, set a background value without doing anything to it.
               */ }
              @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
                section#quien-soy div.redes ul li a.facebook:hover {
                  background: url("../img/quien_soy/social_facebook_hover@2x.png") center center no-repeat;
                  background-size: 97px 101px; } }
              @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
                section#quien-soy div.redes ul li a.facebook:hover {
                  background: url("../img/quien_soy/social_facebook_hover@2x.png") center center no-repeat;
                  background-size: 97px 101px; } }
            section#quien-soy div.redes ul li a.facebook:active {
              /*
               * Set a counter and get the length of the image path.
               */
              /*
               * Loop ver the image path and figure out the
               * position of the dot where the extension begins.
               */
              /*
               * If we were able to figure out where the extension is,
               * slice the path into a base and an extension. Use that to
               * calculate urls for different density environments. Set
               * values for different environments.
               */
              /*
               * Set a base background for 1x environments.
               */
              background: url("../img/quien_soy/social_facebook_click.png") center center no-repeat;
              background-size: 97px 101px;
              /*
               * Create an @2x-ish media query.
               */
              /*
               * Create media queries for all environments that the user has
               * provided images for.
               */
              /*
               * If anything went wrong trying to separate the file from its
               * extension, set a background value without doing anything to it.
               */ }
              @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
                section#quien-soy div.redes ul li a.facebook:active {
                  background: url("../img/quien_soy/social_facebook_click@2x.png") center center no-repeat;
                  background-size: 97px 101px; } }
              @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
                section#quien-soy div.redes ul li a.facebook:active {
                  background: url("../img/quien_soy/social_facebook_click@2x.png") center center no-repeat;
                  background-size: 97px 101px; } }
          section#quien-soy div.redes ul li a.twitter {
            width: 97px;
            height: 101px;
            /*
             * Set a counter and get the length of the image path.
             */
            /*
             * Loop ver the image path and figure out the
             * position of the dot where the extension begins.
             */
            /*
             * If we were able to figure out where the extension is,
             * slice the path into a base and an extension. Use that to
             * calculate urls for different density environments. Set
             * values for different environments.
             */
            /*
             * Set a base background for 1x environments.
             */
            background: url("../img/quien_soy/social_twitter_normal.png") center center no-repeat;
            background-size: 36px 26px;
            /*
             * Create an @2x-ish media query.
             */
            /*
             * Create media queries for all environments that the user has
             * provided images for.
             */
            /*
             * If anything went wrong trying to separate the file from its
             * extension, set a background value without doing anything to it.
             */ }
            @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
              section#quien-soy div.redes ul li a.twitter {
                background: url("../img/quien_soy/social_twitter_normal@2x.png") center center no-repeat;
                background-size: 36px 26px; } }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
              section#quien-soy div.redes ul li a.twitter {
                background: url("../img/quien_soy/social_twitter_normal@2x.png") center center no-repeat;
                background-size: 36px 26px; } }
            section#quien-soy div.redes ul li a.twitter:hover {
              /*
               * Set a counter and get the length of the image path.
               */
              /*
               * Loop ver the image path and figure out the
               * position of the dot where the extension begins.
               */
              /*
               * If we were able to figure out where the extension is,
               * slice the path into a base and an extension. Use that to
               * calculate urls for different density environments. Set
               * values for different environments.
               */
              /*
               * Set a base background for 1x environments.
               */
              background: url("../img/quien_soy/social_twitter_hover.png") center center no-repeat;
              background-size: 97px 101px;
              /*
               * Create an @2x-ish media query.
               */
              /*
               * Create media queries for all environments that the user has
               * provided images for.
               */
              /*
               * If anything went wrong trying to separate the file from its
               * extension, set a background value without doing anything to it.
               */ }
              @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
                section#quien-soy div.redes ul li a.twitter:hover {
                  background: url("../img/quien_soy/social_twitter_hover@2x.png") center center no-repeat;
                  background-size: 97px 101px; } }
              @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
                section#quien-soy div.redes ul li a.twitter:hover {
                  background: url("../img/quien_soy/social_twitter_hover@2x.png") center center no-repeat;
                  background-size: 97px 101px; } }
            section#quien-soy div.redes ul li a.twitter:active {
              /*
               * Set a counter and get the length of the image path.
               */
              /*
               * Loop ver the image path and figure out the
               * position of the dot where the extension begins.
               */
              /*
               * If we were able to figure out where the extension is,
               * slice the path into a base and an extension. Use that to
               * calculate urls for different density environments. Set
               * values for different environments.
               */
              /*
               * Set a base background for 1x environments.
               */
              background: url("../img/quien_soy/social_twitter_click.png") center center no-repeat;
              background-size: 97px 101px;
              /*
               * Create an @2x-ish media query.
               */
              /*
               * Create media queries for all environments that the user has
               * provided images for.
               */
              /*
               * If anything went wrong trying to separate the file from its
               * extension, set a background value without doing anything to it.
               */ }
              @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
                section#quien-soy div.redes ul li a.twitter:active {
                  background: url("../img/quien_soy/social_twitter_click@2x.png") center center no-repeat;
                  background-size: 97px 101px; } }
              @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
                section#quien-soy div.redes ul li a.twitter:active {
                  background: url("../img/quien_soy/social_twitter_click@2x.png") center center no-repeat;
                  background-size: 97px 101px; } }
          section#quien-soy div.redes ul li a.instagram {
            width: 97px;
            height: 101px;
            /*
             * Set a counter and get the length of the image path.
             */
            /*
             * Loop ver the image path and figure out the
             * position of the dot where the extension begins.
             */
            /*
             * If we were able to figure out where the extension is,
             * slice the path into a base and an extension. Use that to
             * calculate urls for different density environments. Set
             * values for different environments.
             */
            /*
             * Set a base background for 1x environments.
             */
            background: url("../img/quien_soy/social_instagram_normal.png") center center no-repeat;
            background-size: 29px 28px;
            /*
             * Create an @2x-ish media query.
             */
            /*
             * Create media queries for all environments that the user has
             * provided images for.
             */
            /*
             * If anything went wrong trying to separate the file from its
             * extension, set a background value without doing anything to it.
             */ }
            @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
              section#quien-soy div.redes ul li a.instagram {
                background: url("../img/quien_soy/social_instagram_normal@2x.png") center center no-repeat;
                background-size: 29px 28px; } }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
              section#quien-soy div.redes ul li a.instagram {
                background: url("../img/quien_soy/social_instagram_normal@2x.png") center center no-repeat;
                background-size: 29px 28px; } }
            section#quien-soy div.redes ul li a.instagram:hover {
              /*
               * Set a counter and get the length of the image path.
               */
              /*
               * Loop ver the image path and figure out the
               * position of the dot where the extension begins.
               */
              /*
               * If we were able to figure out where the extension is,
               * slice the path into a base and an extension. Use that to
               * calculate urls for different density environments. Set
               * values for different environments.
               */
              /*
               * Set a base background for 1x environments.
               */
              background: url("../img/quien_soy/social_instagram_hover.png") center center no-repeat;
              background-size: 97px 101px;
              /*
               * Create an @2x-ish media query.
               */
              /*
               * Create media queries for all environments that the user has
               * provided images for.
               */
              /*
               * If anything went wrong trying to separate the file from its
               * extension, set a background value without doing anything to it.
               */ }
              @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
                section#quien-soy div.redes ul li a.instagram:hover {
                  background: url("../img/quien_soy/social_instagram_hover@2x.png") center center no-repeat;
                  background-size: 97px 101px; } }
              @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
                section#quien-soy div.redes ul li a.instagram:hover {
                  background: url("../img/quien_soy/social_instagram_hover@2x.png") center center no-repeat;
                  background-size: 97px 101px; } }
            section#quien-soy div.redes ul li a.instagram:active {
              /*
               * Set a counter and get the length of the image path.
               */
              /*
               * Loop ver the image path and figure out the
               * position of the dot where the extension begins.
               */
              /*
               * If we were able to figure out where the extension is,
               * slice the path into a base and an extension. Use that to
               * calculate urls for different density environments. Set
               * values for different environments.
               */
              /*
               * Set a base background for 1x environments.
               */
              background: url("../img/quien_soy/social_instagram_click.png") center center no-repeat;
              background-size: 97px 101px;
              /*
               * Create an @2x-ish media query.
               */
              /*
               * Create media queries for all environments that the user has
               * provided images for.
               */
              /*
               * If anything went wrong trying to separate the file from its
               * extension, set a background value without doing anything to it.
               */ }
              @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
                section#quien-soy div.redes ul li a.instagram:active {
                  background: url("../img/quien_soy/social_instagram_click@2x.png") center center no-repeat;
                  background-size: 97px 101px; } }
              @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
                section#quien-soy div.redes ul li a.instagram:active {
                  background: url("../img/quien_soy/social_instagram_click@2x.png") center center no-repeat;
                  background-size: 97px 101px; } }
          section#quien-soy div.redes ul li a.youtube {
            width: 97px;
            height: 101px;
            /*
             * Set a counter and get the length of the image path.
             */
            /*
             * Loop ver the image path and figure out the
             * position of the dot where the extension begins.
             */
            /*
             * If we were able to figure out where the extension is,
             * slice the path into a base and an extension. Use that to
             * calculate urls for different density environments. Set
             * values for different environments.
             */
            /*
             * Set a base background for 1x environments.
             */
            background: url("../img/quien_soy/social_youtube_normal.png") center center no-repeat;
            background-size: 35px 25px;
            /*
             * Create an @2x-ish media query.
             */
            /*
             * Create media queries for all environments that the user has
             * provided images for.
             */
            /*
             * If anything went wrong trying to separate the file from its
             * extension, set a background value without doing anything to it.
             */ }
            @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
              section#quien-soy div.redes ul li a.youtube {
                background: url("../img/quien_soy/social_youtube_normal@2x.png") center center no-repeat;
                background-size: 35px 25px; } }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
              section#quien-soy div.redes ul li a.youtube {
                background: url("../img/quien_soy/social_youtube_normal@2x.png") center center no-repeat;
                background-size: 35px 25px; } }
            section#quien-soy div.redes ul li a.youtube:hover {
              /*
               * Set a counter and get the length of the image path.
               */
              /*
               * Loop ver the image path and figure out the
               * position of the dot where the extension begins.
               */
              /*
               * If we were able to figure out where the extension is,
               * slice the path into a base and an extension. Use that to
               * calculate urls for different density environments. Set
               * values for different environments.
               */
              /*
               * Set a base background for 1x environments.
               */
              background: url("../img/quien_soy/social_youtube_hover.png") center center no-repeat;
              background-size: 97px 101px;
              /*
               * Create an @2x-ish media query.
               */
              /*
               * Create media queries for all environments that the user has
               * provided images for.
               */
              /*
               * If anything went wrong trying to separate the file from its
               * extension, set a background value without doing anything to it.
               */ }
              @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
                section#quien-soy div.redes ul li a.youtube:hover {
                  background: url("../img/quien_soy/social_youtube_hover@2x.png") center center no-repeat;
                  background-size: 97px 101px; } }
              @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
                section#quien-soy div.redes ul li a.youtube:hover {
                  background: url("../img/quien_soy/social_youtube_hover@2x.png") center center no-repeat;
                  background-size: 97px 101px; } }
            section#quien-soy div.redes ul li a.youtube:active {
              /*
               * Set a counter and get the length of the image path.
               */
              /*
               * Loop ver the image path and figure out the
               * position of the dot where the extension begins.
               */
              /*
               * If we were able to figure out where the extension is,
               * slice the path into a base and an extension. Use that to
               * calculate urls for different density environments. Set
               * values for different environments.
               */
              /*
               * Set a base background for 1x environments.
               */
              background: url("../img/quien_soy/social_youtube_click.png") center center no-repeat;
              background-size: 97px 101px;
              /*
               * Create an @2x-ish media query.
               */
              /*
               * Create media queries for all environments that the user has
               * provided images for.
               */
              /*
               * If anything went wrong trying to separate the file from its
               * extension, set a background value without doing anything to it.
               */ }
              @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
                section#quien-soy div.redes ul li a.youtube:active {
                  background: url("../img/quien_soy/social_youtube_click@2x.png") center center no-repeat;
                  background-size: 97px 101px; } }
              @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
                section#quien-soy div.redes ul li a.youtube:active {
                  background: url("../img/quien_soy/social_youtube_click@2x.png") center center no-repeat;
                  background-size: 97px 101px; } }
  section#quien-soy div.bloque-div {
    background: white;
    margin-left: 525px;
    margin-top: -20px;
    height: 350px;
    width: 40px;
    -webkit-box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 1000px) {
      section#quien-soy div.bloque-div {
        display: none; } }

section#noticias {
  margin-top: -50px;
  text-align: right; }
  section#noticias div.left {
    margin-top: 38px;
    margin-left: 55px;
    display: inline-block;
    vertical-align: top;
    float: left; }
    @media screen and (max-width: 1160px) {
      section#noticias div.left {
        display: none; } }
    section#noticias div.left h1 {
      font-size: 15px;
      font-family: "Crimson Text", serif;
      font-weight: 700;
      letter-spacing: 3px;
      text-transform: uppercase;
      margin-bottom: 40px; }
    section#noticias div.left div.linea {
      height: 2px;
      width: 48px;
      background: black;
      margin-bottom: 60px; }
    section#noticias div.left ul.numeracion li .numero {
      width: 62px;
      height: 64px;
      font-size: 18px;
      font-family: "Crimson Text", serif;
      font-weight: 700;
      text-align: center;
      padding-top: 16px;
      box-sizing: border-box;
      margin-bottom: 40px;
      margin-left: -15px;
      cursor: pointer;
      cursor: hand;
      transition: all 0.5s; }
      section#noticias div.left ul.numeracion li .numero.uno:hover {
        /*
         * Set a counter and get the length of the image path.
         */
        /*
         * Loop ver the image path and figure out the
         * position of the dot where the extension begins.
         */
        /*
         * If we were able to figure out where the extension is,
         * slice the path into a base and an extension. Use that to
         * calculate urls for different density environments. Set
         * values for different environments.
         */
        /*
         * Set a base background for 1x environments.
         */
        background: url("../img/noticias/numero1.png") center center no-repeat;
        background-size: 62px 64px;
        /*
         * Create an @2x-ish media query.
         */
        /*
         * Create media queries for all environments that the user has
         * provided images for.
         */
        /*
         * If anything went wrong trying to separate the file from its
         * extension, set a background value without doing anything to it.
         */ }
        @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
          section#noticias div.left ul.numeracion li .numero.uno:hover {
            background: url("../img/noticias/numero1@2x.png") center center no-repeat;
            background-size: 62px 64px; } }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          section#noticias div.left ul.numeracion li .numero.uno:hover {
            background: url("../img/noticias/numero1@2x.png") center center no-repeat;
            background-size: 62px 64px; } }
      section#noticias div.left ul.numeracion li .numero.dos:hover {
        /*
         * Set a counter and get the length of the image path.
         */
        /*
         * Loop ver the image path and figure out the
         * position of the dot where the extension begins.
         */
        /*
         * If we were able to figure out where the extension is,
         * slice the path into a base and an extension. Use that to
         * calculate urls for different density environments. Set
         * values for different environments.
         */
        /*
         * Set a base background for 1x environments.
         */
        background: url("../img/noticias/numero2.png") center center no-repeat;
        background-size: 62px 64px;
        /*
         * Create an @2x-ish media query.
         */
        /*
         * Create media queries for all environments that the user has
         * provided images for.
         */
        /*
         * If anything went wrong trying to separate the file from its
         * extension, set a background value without doing anything to it.
         */ }
        @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
          section#noticias div.left ul.numeracion li .numero.dos:hover {
            background: url("../img/noticias/numero2@2x.png") center center no-repeat;
            background-size: 62px 64px; } }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          section#noticias div.left ul.numeracion li .numero.dos:hover {
            background: url("../img/noticias/numero2@2x.png") center center no-repeat;
            background-size: 62px 64px; } }
      section#noticias div.left ul.numeracion li .numero.tres:hover {
        /*
         * Set a counter and get the length of the image path.
         */
        /*
         * Loop ver the image path and figure out the
         * position of the dot where the extension begins.
         */
        /*
         * If we were able to figure out where the extension is,
         * slice the path into a base and an extension. Use that to
         * calculate urls for different density environments. Set
         * values for different environments.
         */
        /*
         * Set a base background for 1x environments.
         */
        background: url("../img/noticias/numero3.png") center center no-repeat;
        background-size: 62px 64px;
        /*
         * Create an @2x-ish media query.
         */
        /*
         * Create media queries for all environments that the user has
         * provided images for.
         */
        /*
         * If anything went wrong trying to separate the file from its
         * extension, set a background value without doing anything to it.
         */ }
        @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
          section#noticias div.left ul.numeracion li .numero.tres:hover {
            background: url("../img/noticias/numero3@2x.png") center center no-repeat;
            background-size: 62px 64px; } }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          section#noticias div.left ul.numeracion li .numero.tres:hover {
            background: url("../img/noticias/numero3@2x.png") center center no-repeat;
            background-size: 62px 64px; } }
      section#noticias div.left ul.numeracion li .numero.cuatro:hover {
        /*
         * Set a counter and get the length of the image path.
         */
        /*
         * Loop ver the image path and figure out the
         * position of the dot where the extension begins.
         */
        /*
         * If we were able to figure out where the extension is,
         * slice the path into a base and an extension. Use that to
         * calculate urls for different density environments. Set
         * values for different environments.
         */
        /*
         * Set a base background for 1x environments.
         */
        background: url("../img/noticias/numero4.png") center center no-repeat;
        background-size: 62px 64px;
        /*
         * Create an @2x-ish media query.
         */
        /*
         * Create media queries for all environments that the user has
         * provided images for.
         */
        /*
         * If anything went wrong trying to separate the file from its
         * extension, set a background value without doing anything to it.
         */ }
        @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
          section#noticias div.left ul.numeracion li .numero.cuatro:hover {
            background: url("../img/noticias/numero4@2x.png") center center no-repeat;
            background-size: 62px 64px; } }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          section#noticias div.left ul.numeracion li .numero.cuatro:hover {
            background: url("../img/noticias/numero4@2x.png") center center no-repeat;
            background-size: 62px 64px; } }
      section#noticias div.left ul.numeracion li .numero.cinco:hover {
        /*
         * Set a counter and get the length of the image path.
         */
        /*
         * Loop ver the image path and figure out the
         * position of the dot where the extension begins.
         */
        /*
         * If we were able to figure out where the extension is,
         * slice the path into a base and an extension. Use that to
         * calculate urls for different density environments. Set
         * values for different environments.
         */
        /*
         * Set a base background for 1x environments.
         */
        background: url("../img/noticias/numero5.png") center center no-repeat;
        background-size: 62px 64px;
        /*
         * Create an @2x-ish media query.
         */
        /*
         * Create media queries for all environments that the user has
         * provided images for.
         */
        /*
         * If anything went wrong trying to separate the file from its
         * extension, set a background value without doing anything to it.
         */ }
        @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
          section#noticias div.left ul.numeracion li .numero.cinco:hover {
            background: url("../img/noticias/numero5@2x.png") center center no-repeat;
            background-size: 62px 64px; } }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          section#noticias div.left ul.numeracion li .numero.cinco:hover {
            background: url("../img/noticias/numero5@2x.png") center center no-repeat;
            background-size: 62px 64px; } }
  section#noticias div.slider-holder {
    display: inline-block;
    text-align: right;
    vertical-align: top;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    max-width: 994px;
    width: 100%;
    height: 733px; }
    @media screen and (max-width: 1000px) {
      section#noticias div.slider-holder {
        width: 85%;
        height: auto;
        display: block;
        margin: 0 auto; } }
    section#noticias div.slider-holder div.texto-slide {
      box-sizing: border-box;
      padding: 38px 30px;
      text-align: left;
      width: 310px;
      background: rgba(255, 255, 255, 0.9);
      height: 733px;
      position: absolute; }
      section#noticias div.slider-holder div.texto-slide .ver-serie {
        font-weight: 700;
        font-family: Montserrat;
        font-size: 10px;
        opacity: 1;
        transition: all 0.5s; }
        section#noticias div.slider-holder div.texto-slide .ver-serie:hover {
          opacity: 0.7;
          transition: all 0.5s; }
      @media screen and (max-width: 950px) {
        section#noticias div.slider-holder div.texto-slide {
          width: 100%;
          height: auto;
          position: relative; } }
      section#noticias div.slider-holder div.texto-slide h2 {
        font-size: 18px;
        line-height: 14px;
        font-family: "Crimson Text", serif;
        font-weight: 700;
        text-transform: uppercase;
        max-width: 140px; }
      section#noticias div.slider-holder div.texto-slide div.linea {
        height: 2px;
        width: 40px;
        background: black;
        margin: 25px 0px 30px 0px; }
      section#noticias div.slider-holder div.texto-slide p {
        font-size: 12px;
        line-height: 14px;
        font-family: "Crimson Text", serif;
        font-weight: 400; }
        section#noticias div.slider-holder div.texto-slide p.fecha {
          margin: 55px 0; }
      section#noticias div.slider-holder div.texto-slide ul li {
        display: inline-block;
        vertical-align: middle;
        transition: all 0.5s; }
        section#noticias div.slider-holder div.texto-slide ul li.face-li:hover .compartir {
          display: inline-block; }
        section#noticias div.slider-holder div.texto-slide ul li.tweet-li:hover .tweet {
          display: inline-block; }
        section#noticias div.slider-holder div.texto-slide ul li:first-child {
          border-right: 2px solid black;
          padding-right: 20px;
          margin-right: 15px; }
        section#noticias div.slider-holder div.texto-slide ul li a div.cajasocial {
          padding: 8px 10px;
          text-transform: uppercase;
          color: white;
          font-family: "Montserrat", sans-serif;
          font-weight: 700;
          font-size: 11px;
          position: absolute;
          display: none;
          margin-left: 10px;
          margin-top: -5px; }
        section#noticias div.slider-holder div.texto-slide ul li a .compartir {
          background: #3b5998; }
        section#noticias div.slider-holder div.texto-slide ul li a .tweet {
          background: #00aeef; }
  section#noticias div.flechas {
    float: left;
    position: absolute;
    margin-top: -110px;
    margin-left: 30px;
    z-index: 100000; }
    @media screen and (max-width: 950px) {
      section#noticias div.flechas {
        margin-left: 0px;
        margin-top: -89px;
        background: rgba(255, 255, 255, 0.6);
        padding: 15px; } }
    section#noticias div.flechas img {
      cursor: pointer;
      cursor: hand; }
    section#noticias div.flechas .prev2 {
      display: block;
      margin-top: 30px; }
    section#noticias div.flechas .next2 {
      display: block; }

section#migrantes {
  margin-top: 250px; }
  @media screen and (max-width: 950px) {
    section#migrantes {
      margin-top: 150px; } }
  section#migrantes div.informacion {
    display: inline-block;
    margin-left: 166px;
    max-width: 315px; }
    @media screen and (max-width: 1060px) {
      section#migrantes div.informacion {
        margin-left: 80px; } }
    @media screen and (max-width: 500px) {
      section#migrantes div.informacion {
        width: 85%;
        display: block;
        margin: 0 auto; } }
    section#migrantes div.informacion h1 {
      font-size: 17px;
      font-weight: 700;
      text-transform: uppercase;
      font-family: "Crimson Text", serif;
      letter-spacing: 5px; }
    section#migrantes div.informacion div.linea {
      height: 2px;
      width: 48px;
      background: black;
      margin-bottom: 50px;
      margin-top: 28px; }
    section#migrantes div.informacion p {
      font-size: 12px;
      line-height: 40px;
      font-weight: 700; }
    section#migrantes div.informacion a {
      display: inline-block;
      margin-top: 145px;
      padding: 20px 25px;
      font-size: 13px;
      color: white;
      background: #5394cc;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      -webkit-border-radius: 60px;
      -moz-border-radius: 60px;
      -ms-border-radius: 60px;
      border-radius: 60px; }
      @media screen and (max-width: 500px) {
        section#migrantes div.informacion a {
          margin-top: 75px; } }
      section#migrantes div.informacion a:hover {
        background: rgba(83, 148, 204, 0.75); }
      section#migrantes div.informacion a:active {
        background: #646464; }
  @media screen and (max-width: 1024px) {
    section#migrantes div.imagenes {
      display: none; } }
  section#migrantes div.imagenes-resp {
    display: none; }
    @media screen and (max-width: 1024px) {
      section#migrantes div.imagenes-resp {
        display: block; } }
  section#migrantes div.imagenes, section#migrantes div.imagenes-resp {
    float: right;
    margin-top: -70px;
    overflow: hidden; }
    section#migrantes div.imagenes img, section#migrantes div.imagenes-resp img {
      position: absolute;
      -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.5); }
      @media screen and (max-width: 950px) {
        section#migrantes div.imagenes img, section#migrantes div.imagenes-resp img {
          display: none; } }
    section#migrantes div.imagenes .img1, section#migrantes div.imagenes-resp .img1 {
      margin: 75px 225px 0 0;
      right: 10px;
      z-index: 110; }
    section#migrantes div.imagenes .img2, section#migrantes div.imagenes-resp .img2 {
      position: relative;
      z-index: 100; }
    section#migrantes div.imagenes .img3, section#migrantes div.imagenes-resp .img3 {
      margin-top: 225px;
      right: 0px;
      z-index: 90; }

section#juxta {
  margin-top: 300px; }
  @media screen and (max-width: 950px) {
    section#juxta {
      margin-top: 120px; } }

section#divison {
  margin-top: 300px; }
  section#divison div {
    height: 922px; }
  section#divison div.left {
    display: inline-block;
    width: 50%;
    /*
     * Set a counter and get the length of the image path.
     */
    /*
     * Loop ver the image path and figure out the
     * position of the dot where the extension begins.
     */
    /*
     * If we were able to figure out where the extension is,
     * slice the path into a base and an extension. Use that to
     * calculate urls for different density environments. Set
     * values for different environments.
     */
    /*
     * Set a base background for 1x environments.
     */
    background: url("../img/juxtapox/1.jpg") top center no-repeat;
    background-size: 1920px 922px;
    /*
     * Create an @2x-ish media query.
     */
    /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
    /*
     * If anything went wrong trying to separate the file from its
     * extension, set a background value without doing anything to it.
     */ }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      section#divison div.left {
        background: url("../img/juxtapox/1@2x.jpg") top center no-repeat;
        background-size: 1920px 922px; } }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      section#divison div.left {
        background: url("../img/juxtapox/1@2x.jpg") top center no-repeat;
        background-size: 1920px 922px; } }
  section#divison div.right {
    display: inline-block;
    width: 50%;
    /*
     * Set a counter and get the length of the image path.
     */
    /*
     * Loop ver the image path and figure out the
     * position of the dot where the extension begins.
     */
    /*
     * If we were able to figure out where the extension is,
     * slice the path into a base and an extension. Use that to
     * calculate urls for different density environments. Set
     * values for different environments.
     */
    /*
     * Set a base background for 1x environments.
     */
    background: url("../img/juxtapox/2.jpg") top center no-repeat;
    background-size: 1920px 922px;
    /*
     * Create an @2x-ish media query.
     */
    /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
    /*
     * If anything went wrong trying to separate the file from its
     * extension, set a background value without doing anything to it.
     */ }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      section#divison div.right {
        background: url("../img/juxtapox/2@2x.jpg") top center no-repeat;
        background-size: 1920px 922px; } }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      section#divison div.right {
        background: url("../img/juxtapox/2@2x.jpg") top center no-repeat;
        background-size: 1920px 922px; } }

section#obra-reciente {
  text-align: center; }
  section#obra-reciente h1 {
    font-size: 15px;
    line-height: 24px;
    font-family: "Crimson Text", serif;
    text-transform: uppercase;
    margin-left: 45px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 3px;
    max-width: 120px;
    margin-bottom: 40px;
    margin-top: 30px; }
  section#obra-reciente div.cuadro-wrap {
    display: inline-block;
    max-width: 360px;
    vertical-align: top;
    margin: 0 25px; }
  section#obra-reciente .figura3 {
    position: absolute;
    z-index: -1;
    margin-top: 190px;
    margin-left: -345px; }
    @media screen and (max-width: 1230px) {
      section#obra-reciente .figura3 {
        display: none; } }
  section#obra-reciente .textura3 {
    position: absolute;
    z-index: -1;
    margin-top: 235px;
    margin-left: -368px; }
    @media screen and (max-width: 600px) {
      section#obra-reciente .textura3 {
        display: none; } }
  section#obra-reciente .figura2 {
    position: absolute;
    z-index: -1;
    margin-top: 370px;
    margin-left: -380px; }
    @media screen and (max-width: 1230px) {
      section#obra-reciente .figura2 {
        display: none; } }
  section#obra-reciente .textura2 {
    position: absolute;
    z-index: -1;
    margin-top: 20px;
    margin-left: -8px; }
    @media screen and (max-width: 600px) {
      section#obra-reciente .textura2 {
        display: none; } }
  section#obra-reciente .figura1 {
    position: absolute;
    z-index: -1;
    margin-top: -60px;
    margin-left: -65px; }
    @media screen and (max-width: 1230px) {
      section#obra-reciente .figura1 {
        display: none; } }
  section#obra-reciente .textura1 {
    position: absolute;
    z-index: -1;
    margin-top: 235px;
    margin-left: -356px; }
    @media screen and (max-width: 600px) {
      section#obra-reciente .textura1 {
        display: none; } }
  section#obra-reciente div.cuadro-holder {
    background: white;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    display: inline-block;
    text-align: left;
    margin: 25px 0;
    vertical-align: top; }
    section#obra-reciente div.cuadro-holder div.hover {
      background: rgba(255, 255, 255, 0.9);
      width: 359px;
      position: absolute;
      opacity: 0;
      transition: all 0.5s;
      -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
      @media screen and (max-width: 1024px) {
        section#obra-reciente div.cuadro-holder div.hover {
          display: none; } }
      section#obra-reciente div.cuadro-holder div.hover div.imagenmas {
        position: absolute;
        cursor: pointer;
        cursor: hand;
        width: 197px;
        height: 197px;
        margin-left: 81px;
        transition: all 0.5s;
        /*
         * Set a counter and get the length of the image path.
         */
        /*
         * Loop ver the image path and figure out the
         * position of the dot where the extension begins.
         */
        /*
         * If we were able to figure out where the extension is,
         * slice the path into a base and an extension. Use that to
         * calculate urls for different density environments. Set
         * values for different environments.
         */
        /*
         * Set a base background for 1x environments.
         */
        background: url("../img/obra_reciente/verobra_normal.png") top center no-repeat;
        background-size: 197px 197px;
        /*
         * Create an @2x-ish media query.
         */
        /*
         * Create media queries for all environments that the user has
         * provided images for.
         */
        /*
         * If anything went wrong trying to separate the file from its
         * extension, set a background value without doing anything to it.
         */ }
        @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
          section#obra-reciente div.cuadro-holder div.hover div.imagenmas {
            background: url("../img/obra_reciente/verobra_normal@2x.png") top center no-repeat;
            background-size: 197px 197px; } }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          section#obra-reciente div.cuadro-holder div.hover div.imagenmas {
            background: url("../img/obra_reciente/verobra_normal@2x.png") top center no-repeat;
            background-size: 197px 197px; } }
        section#obra-reciente div.cuadro-holder div.hover div.imagenmas:hover {
          /*
           * Set a counter and get the length of the image path.
           */
          /*
           * Loop ver the image path and figure out the
           * position of the dot where the extension begins.
           */
          /*
           * If we were able to figure out where the extension is,
           * slice the path into a base and an extension. Use that to
           * calculate urls for different density environments. Set
           * values for different environments.
           */
          /*
           * Set a base background for 1x environments.
           */
          background: url("../img/obra_reciente/verobra_hover.png") top center no-repeat;
          background-size: 197px 197px;
          /*
           * Create an @2x-ish media query.
           */
          /*
           * Create media queries for all environments that the user has
           * provided images for.
           */
          /*
           * If anything went wrong trying to separate the file from its
           * extension, set a background value without doing anything to it.
           */ }
          @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
            section#obra-reciente div.cuadro-holder div.hover div.imagenmas:hover {
              background: url("../img/obra_reciente/verobra_hover@2x.png") top center no-repeat;
              background-size: 197px 197px; } }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            section#obra-reciente div.cuadro-holder div.hover div.imagenmas:hover {
              background: url("../img/obra_reciente/verobra_hover@2x.png") top center no-repeat;
              background-size: 197px 197px; } }
        section#obra-reciente div.cuadro-holder div.hover div.imagenmas:active {
          /*
           * Set a counter and get the length of the image path.
           */
          /*
           * Loop ver the image path and figure out the
           * position of the dot where the extension begins.
           */
          /*
           * If we were able to figure out where the extension is,
           * slice the path into a base and an extension. Use that to
           * calculate urls for different density environments. Set
           * values for different environments.
           */
          /*
           * Set a base background for 1x environments.
           */
          background: url("../img/obra_reciente/verobra_click.png") top center no-repeat;
          background-size: 197px 197px;
          /*
           * Create an @2x-ish media query.
           */
          /*
           * Create media queries for all environments that the user has
           * provided images for.
           */
          /*
           * If anything went wrong trying to separate the file from its
           * extension, set a background value without doing anything to it.
           */ }
          @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
            section#obra-reciente div.cuadro-holder div.hover div.imagenmas:active {
              background: url("../img/obra_reciente/verobra_click@2x.png") top center no-repeat;
              background-size: 197px 197px; } }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            section#obra-reciente div.cuadro-holder div.hover div.imagenmas:active {
              background: url("../img/obra_reciente/verobra_click@2x.png") top center no-repeat;
              background-size: 197px 197px; } }
    section#obra-reciente div.cuadro-holder:hover {
      transition: all 0.5s; }
      section#obra-reciente div.cuadro-holder:hover div.hover {
        opacity: 1;
        transition: all 0.5s; }
    section#obra-reciente div.cuadro-holder h2 {
      box-sizing: border-box;
      background: #ffc80b;
      color: white;
      font-family: "Crimson Text", serif;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
      line-height: 50px;
      margin-top: -3px;
      width: 100%;
      padding-left: 20px; }
    section#obra-reciente div.cuadro-holder p {
      margin: 0px 20px;
      font-family: "Crimson Text", serif;
      font-size: 11px;
      line-height: 19px;
      font-weight: 700; }
      section#obra-reciente div.cuadro-holder p.primero {
        margin-top: 15px; }
      section#obra-reciente div.cuadro-holder p.ultimo {
        margin-bottom: 15px; }
    section#obra-reciente div.cuadro-holder.cuadro1 div.hover {
      height: 507px; }
      section#obra-reciente div.cuadro-holder.cuadro1 div.hover div.imagenmas {
        margin-top: 155px; }
    section#obra-reciente div.cuadro-holder.cuadro2 div.hover {
      height: 242px; }
      section#obra-reciente div.cuadro-holder.cuadro2 div.hover div.imagenmas {
        margin-top: 27px; }
    section#obra-reciente div.cuadro-holder.cuadro3 div.hover {
      height: 452px; }
      section#obra-reciente div.cuadro-holder.cuadro3 div.hover div.imagenmas {
        margin-top: 130px; }
    section#obra-reciente div.cuadro-holder.cuadro4 div.hover {
      height: 297px; }
      section#obra-reciente div.cuadro-holder.cuadro4 div.hover div.imagenmas {
        margin-top: 50px; }

.modal-eob {
  font-family: "Crimson Text", serif; }
  .modal-eob .cuadro-horizontal .zona-cuadro {
    max-width: 784px;
    max-height: 521px;
    text-align: left;
    clear: both; }
    @media screen and (max-width: 850px) {
      .modal-eob .cuadro-horizontal .zona-cuadro {
        width: 100%;
        margin: 50px auto; } }
    .modal-eob .cuadro-horizontal .zona-cuadro img.obra {
      -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
      margin-bottom: 30px;
      max-width: 784px;
      max-height: 521px;
      position: relative;
      z-index: 100;
      display: block; }
      @media screen and (max-width: 850px) {
        .modal-eob .cuadro-horizontal .zona-cuadro img.obra {
          max-width: 90%;
          max-height: 90%; } }
    .modal-eob .cuadro-horizontal .zona-cuadro .fondo {
      position: absolute;
      margin-top: 30px; }
      @media screen and (max-width: 850px) {
        .modal-eob .cuadro-horizontal .zona-cuadro .fondo {
          display: none; } }
    .modal-eob .cuadro-horizontal .zona-cuadro .fondo1 {
      margin-left: -15px; }
    .modal-eob .cuadro-horizontal .zona-cuadro .fondo2 {
      margin-top: 140px;
      margin-left: -8px; }
    .modal-eob .cuadro-horizontal .zona-cuadro h3 {
      display: inline-block;
      vertical-align: top;
      font-size: 18px;
      text-transform: uppercase;
      padding-bottom: 20px;
      border-bottom: 2px solid black;
      font-weight: 700;
      margin-right: 90px; }
      @media screen and (max-width: 850px) {
        .modal-eob .cuadro-horizontal .zona-cuadro h3 {
          display: none; } }
    .modal-eob .cuadro-horizontal .zona-cuadro div.descripcion {
      display: inline-block;
      vertical-align: top; }
      .modal-eob .cuadro-horizontal .zona-cuadro div.descripcion p {
        font-size: 12px;
        line-height: 27px;
        font-weight: 700; }
      @media screen and (max-width: 850px) {
        .modal-eob .cuadro-horizontal .zona-cuadro div.descripcion {
          display: none; } }
    .modal-eob .cuadro-horizontal .zona-cuadro div.redes {
      text-align: right;
      display: inline-block;
      vertical-align: bottom;
      float: right;
      margin-top: 40px; }
      @media screen and (max-width: 850px) {
        .modal-eob .cuadro-horizontal .zona-cuadro div.redes {
          display: none; } }
      .modal-eob .cuadro-horizontal .zona-cuadro div.redes ul.redes li {
        display: inline-block; }
        .modal-eob .cuadro-horizontal .zona-cuadro div.redes ul.redes li:first-child {
          margin-right: 30px;
          margin-top: -3px; }
  .modal-eob .cuadro-vertical .zona-cuadro {
    max-width: 784px;
    text-align: left; }
    .modal-eob .cuadro-vertical .zona-cuadro .zonaimagen {
      display: inline-block;
      max-width: 463px;
      max-height: 653px;
      margin-right: 40px; }
      @media screen and (max-width: 850px) {
        .modal-eob .cuadro-vertical .zona-cuadro .zonaimagen {
          width: 100%;
          margin: 50px auto;
          text-align: center; } }
    .modal-eob .cuadro-vertical .zona-cuadro .zonainfo {
      display: inline-block;
      vertical-align: top;
      max-width: 300px;
      margin-top: 350px; }
      @media screen and (max-width: 850px) {
        .modal-eob .cuadro-vertical .zona-cuadro .zonainfo {
          display: none; } }
    @media screen and (max-width: 850px) {
      .modal-eob .cuadro-vertical .zona-cuadro {
        text-align: center; } }
    .modal-eob .cuadro-vertical .zona-cuadro img.obra {
      -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
      margin-bottom: 30px;
      max-width: 463px;
      max-height: 653px;
      position: relative;
      z-index: 100; }
      @media screen and (max-width: 850px) {
        .modal-eob .cuadro-vertical .zona-cuadro img.obra {
          max-width: 90%;
          max-height: 90%; } }
    .modal-eob .cuadro-vertical .zona-cuadro .fondo {
      position: absolute;
      margin-top: 30px; }
      @media screen and (max-width: 850px) {
        .modal-eob .cuadro-vertical .zona-cuadro .fondo {
          display: none; } }
    .modal-eob .cuadro-vertical .zona-cuadro .fondo1 {
      margin-left: -15px; }
    .modal-eob .cuadro-vertical .zona-cuadro .fondo2 {
      margin-top: 240px;
      margin-left: -8px; }
    .modal-eob .cuadro-vertical .zona-cuadro h3 {
      display: inline-block;
      font-size: 18px;
      text-transform: uppercase;
      padding-bottom: 20px;
      border-bottom: 2px solid black;
      font-weight: 700;
      margin-bottom: 30px; }
      @media screen and (max-width: 850px) {
        .modal-eob .cuadro-vertical .zona-cuadro h3 {
          display: none; } }
    .modal-eob .cuadro-vertical .zona-cuadro div.descripcion {
      display: block; }
      @media screen and (max-width: 850px) {
        .modal-eob .cuadro-vertical .zona-cuadro div.descripcion {
          display: none; } }
      .modal-eob .cuadro-vertical .zona-cuadro div.descripcion p {
        font-size: 12px;
        line-height: 27px;
        font-weight: 700; }
    .modal-eob .cuadro-vertical .zona-cuadro div.redes {
      display: block;
      margin-top: 65px; }
      @media screen and (max-width: 850px) {
        .modal-eob .cuadro-vertical .zona-cuadro div.redes {
          display: none; } }
      .modal-eob .cuadro-vertical .zona-cuadro div.redes ul.redes li {
        display: inline-block; }
        .modal-eob .cuadro-vertical .zona-cuadro div.redes ul.redes li:first-child {
          margin-right: 30px;
          margin-top: -3px; }
  .modal-eob div.flechas {
    position: fixed;
    bottom: 30px;
    right: 30px; }
    @media screen and (max-width: 1070px) {
      .modal-eob div.flechas {
        display: none; } }
    .modal-eob div.flechas a.flechas-modal {
      display: block; }
      .modal-eob div.flechas a.flechas-modal.flecha-anterior {
        margin-top: 30px; }
      .modal-eob div.flechas a.flechas-modal p {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1px; }

.modal {
  display: none;
  z-index: 100000;
  margin-top: 30px;
  /*-webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;*/
  max-width: 80%;
  max-height: 650px;
  width: 80%;
  height: 100%;
  overflow: visible !important; }
  @media screen and (max-width: 850px) {
    .modal {
      /*max-height:100%;
      max-width:100%;*/ } }

.modal a.close-modal {
  position: absolute;
  top: 25px;
  left: -85px;
  margin-top: 5px;
  display: block;
  width: 50px;
  height: 51px;
  text-indent: -9999px;
  background: url(../img/overlays/cerrar@2x.png) no-repeat 0 0;
  background-size: 50px 51px; }
  @media screen and (max-width: 850px) {
    .modal a.close-modal {
      position: fixed;
      left: 25px;
      top: 25px;
      z-index: 10000000; } }

section#videos h1 {
  font-size: 15px;
  line-height: 24px;
  font-family: "Crimson Text", serif;
  text-transform: uppercase;
  margin-left: 45px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 3px;
  max-width: 90px;
  margin-bottom: 40px;
  margin-top: 100px; }
section#videos div#slider-videos {
  text-align: center; }
  section#videos div#slider-videos div.boton-play {
    position: absolute;
    margin: 173px 0px 0px 104px;
    z-index: 10;
    width: 151px;
    height: 151px;
    cursor: pointer;
    cursor: hand;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    /*
     * Set a counter and get the length of the image path.
     */
    /*
     * Loop ver the image path and figure out the
     * position of the dot where the extension begins.
     */
    /*
     * If we were able to figure out where the extension is,
     * slice the path into a base and an extension. Use that to
     * calculate urls for different density environments. Set
     * values for different environments.
     */
    /*
     * Set a base background for 1x environments.
     */
    background: url("../img/videos/botonplay_normal.png") top center no-repeat;
    background-size: 151px 151px;
    /*
     * Create an @2x-ish media query.
     */
    /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
    /*
     * If anything went wrong trying to separate the file from its
     * extension, set a background value without doing anything to it.
     */
    transition: all 0.5s; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      section#videos div#slider-videos div.boton-play {
        background: url("../img/videos/botonplay_normal@2x.png") top center no-repeat;
        background-size: 151px 151px; } }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      section#videos div#slider-videos div.boton-play {
        background: url("../img/videos/botonplay_normal@2x.png") top center no-repeat;
        background-size: 151px 151px; } }
    section#videos div#slider-videos div.boton-play:hover {
      /*
       * Set a counter and get the length of the image path.
       */
      /*
       * Loop ver the image path and figure out the
       * position of the dot where the extension begins.
       */
      /*
       * If we were able to figure out where the extension is,
       * slice the path into a base and an extension. Use that to
       * calculate urls for different density environments. Set
       * values for different environments.
       */
      /*
       * Set a base background for 1x environments.
       */
      background: url("../img/videos/botonplay_hover.png") top center no-repeat;
      background-size: 151px 151px;
      /*
       * Create an @2x-ish media query.
       */
      /*
       * Create media queries for all environments that the user has
       * provided images for.
       */
      /*
       * If anything went wrong trying to separate the file from its
       * extension, set a background value without doing anything to it.
       */ }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        section#videos div#slider-videos div.boton-play:hover {
          background: url("../img/videos/botonplay_hover@2x.png") top center no-repeat;
          background-size: 151px 151px; } }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        section#videos div#slider-videos div.boton-play:hover {
          background: url("../img/videos/botonplay_hover@2x.png") top center no-repeat;
          background-size: 151px 151px; } }
    section#videos div#slider-videos div.boton-play:active {
      /*
       * Set a counter and get the length of the image path.
       */
      /*
       * Loop ver the image path and figure out the
       * position of the dot where the extension begins.
       */
      /*
       * If we were able to figure out where the extension is,
       * slice the path into a base and an extension. Use that to
       * calculate urls for different density environments. Set
       * values for different environments.
       */
      /*
       * Set a base background for 1x environments.
       */
      background: url("../img/videos/botonplay_click.png") top center no-repeat;
      background-size: 151px 151px;
      /*
       * Create an @2x-ish media query.
       */
      /*
       * Create media queries for all environments that the user has
       * provided images for.
       */
      /*
       * If anything went wrong trying to separate the file from its
       * extension, set a background value without doing anything to it.
       */ }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        section#videos div#slider-videos div.boton-play:active {
          background: url("../img/videos/botonplay_click@2x.png") top center no-repeat;
          background-size: 151px 151px; } }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        section#videos div#slider-videos div.boton-play:active {
          background: url("../img/videos/botonplay_click@2x.png") top center no-repeat;
          background-size: 151px 151px; } }
section#videos div.flechas {
  margin-top: -46px;
  margin-bottom: 200px;
  z-index: 100; }
  section#videos div.flechas .prev {
    left: 20px;
    position: absolute;
    width: 89px;
    height: 89px;
    transition: all 0.5s;
    cursor: pointer;
    cursor: hand;
    /*
     * Set a counter and get the length of the image path.
     */
    /*
     * Loop ver the image path and figure out the
     * position of the dot where the extension begins.
     */
    /*
     * If we were able to figure out where the extension is,
     * slice the path into a base and an extension. Use that to
     * calculate urls for different density environments. Set
     * values for different environments.
     */
    /*
     * Set a base background for 1x environments.
     */
    background: url("../img/videos/1.0_controlslider_back_normal.png") top center no-repeat;
    background-size: 89px 89px;
    /*
     * Create an @2x-ish media query.
     */
    /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
    /*
     * If anything went wrong trying to separate the file from its
     * extension, set a background value without doing anything to it.
     */ }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      section#videos div.flechas .prev {
        background: url("../img/videos/1.0_controlslider_back_normal@2x.png") top center no-repeat;
        background-size: 89px 89px; } }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      section#videos div.flechas .prev {
        background: url("../img/videos/1.0_controlslider_back_normal@2x.png") top center no-repeat;
        background-size: 89px 89px; } }
    section#videos div.flechas .prev:hover {
      /*
       * Set a counter and get the length of the image path.
       */
      /*
       * Loop ver the image path and figure out the
       * position of the dot where the extension begins.
       */
      /*
       * If we were able to figure out where the extension is,
       * slice the path into a base and an extension. Use that to
       * calculate urls for different density environments. Set
       * values for different environments.
       */
      /*
       * Set a base background for 1x environments.
       */
      background: url("../img/videos/1.1_controlslider_back_hover.png") top center no-repeat;
      background-size: 89px 89px;
      /*
       * Create an @2x-ish media query.
       */
      /*
       * Create media queries for all environments that the user has
       * provided images for.
       */
      /*
       * If anything went wrong trying to separate the file from its
       * extension, set a background value without doing anything to it.
       */ }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        section#videos div.flechas .prev:hover {
          background: url("../img/videos/1.1_controlslider_back_hover@2x.png") top center no-repeat;
          background-size: 89px 89px; } }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        section#videos div.flechas .prev:hover {
          background: url("../img/videos/1.1_controlslider_back_hover@2x.png") top center no-repeat;
          background-size: 89px 89px; } }
    section#videos div.flechas .prev:active {
      /*
       * Set a counter and get the length of the image path.
       */
      /*
       * Loop ver the image path and figure out the
       * position of the dot where the extension begins.
       */
      /*
       * If we were able to figure out where the extension is,
       * slice the path into a base and an extension. Use that to
       * calculate urls for different density environments. Set
       * values for different environments.
       */
      /*
       * Set a base background for 1x environments.
       */
      background: url("../img/videos/1.2_controlslider_back_click.png") top center no-repeat;
      background-size: 89px 89px;
      /*
       * Create an @2x-ish media query.
       */
      /*
       * Create media queries for all environments that the user has
       * provided images for.
       */
      /*
       * If anything went wrong trying to separate the file from its
       * extension, set a background value without doing anything to it.
       */ }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        section#videos div.flechas .prev:active {
          background: url("../img/videos/1.2_controlslider_back_click@2x.png") top center no-repeat;
          background-size: 89px 89px; } }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        section#videos div.flechas .prev:active {
          background: url("../img/videos/1.2_controlslider_back_click@2x.png") top center no-repeat;
          background-size: 89px 89px; } }
  section#videos div.flechas .next {
    right: 20px;
    position: absolute;
    width: 89px;
    height: 89px;
    transition: all 0.5s;
    cursor: pointer;
    cursor: hand;
    /*
     * Set a counter and get the length of the image path.
     */
    /*
     * Loop ver the image path and figure out the
     * position of the dot where the extension begins.
     */
    /*
     * If we were able to figure out where the extension is,
     * slice the path into a base and an extension. Use that to
     * calculate urls for different density environments. Set
     * values for different environments.
     */
    /*
     * Set a base background for 1x environments.
     */
    background: url("../img/videos/2.0_controlslider_next_normal.png") top center no-repeat;
    background-size: 89px 89px;
    /*
     * Create an @2x-ish media query.
     */
    /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
    /*
     * If anything went wrong trying to separate the file from its
     * extension, set a background value without doing anything to it.
     */ }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      section#videos div.flechas .next {
        background: url("../img/videos/2.0_controlslider_next_normal@2x.png") top center no-repeat;
        background-size: 89px 89px; } }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      section#videos div.flechas .next {
        background: url("../img/videos/2.0_controlslider_next_normal@2x.png") top center no-repeat;
        background-size: 89px 89px; } }
    section#videos div.flechas .next:hover {
      /*
       * Set a counter and get the length of the image path.
       */
      /*
       * Loop ver the image path and figure out the
       * position of the dot where the extension begins.
       */
      /*
       * If we were able to figure out where the extension is,
       * slice the path into a base and an extension. Use that to
       * calculate urls for different density environments. Set
       * values for different environments.
       */
      /*
       * Set a base background for 1x environments.
       */
      background: url("../img/videos/2.1_controlslider_next_hover.png") top center no-repeat;
      background-size: 89px 89px;
      /*
       * Create an @2x-ish media query.
       */
      /*
       * Create media queries for all environments that the user has
       * provided images for.
       */
      /*
       * If anything went wrong trying to separate the file from its
       * extension, set a background value without doing anything to it.
       */ }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        section#videos div.flechas .next:hover {
          background: url("../img/videos/2.1_controlslider_next_hover@2x.png") top center no-repeat;
          background-size: 89px 89px; } }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        section#videos div.flechas .next:hover {
          background: url("../img/videos/2.1_controlslider_next_hover@2x.png") top center no-repeat;
          background-size: 89px 89px; } }
    section#videos div.flechas .next:active {
      /*
       * Set a counter and get the length of the image path.
       */
      /*
       * Loop ver the image path and figure out the
       * position of the dot where the extension begins.
       */
      /*
       * If we were able to figure out where the extension is,
       * slice the path into a base and an extension. Use that to
       * calculate urls for different density environments. Set
       * values for different environments.
       */
      /*
       * Set a base background for 1x environments.
       */
      background: url("../img/videos/2.2_controlslider_next_click.png") top center no-repeat;
      background-size: 89px 89px;
      /*
       * Create an @2x-ish media query.
       */
      /*
       * Create media queries for all environments that the user has
       * provided images for.
       */
      /*
       * If anything went wrong trying to separate the file from its
       * extension, set a background value without doing anything to it.
       */ }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        section#videos div.flechas .next:active {
          background: url("../img/videos/2.2_controlslider_next_click@2x.png") top center no-repeat;
          background-size: 89px 89px; } }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        section#videos div.flechas .next:active {
          background: url("../img/videos/2.2_controlslider_next_click@2x.png") top center no-repeat;
          background-size: 89px 89px; } }

section#obra-eobreton div.max-wrapper {
  overflow-x: hidden; }
section#obra-eobreton h1 {
  font-size: 15px;
  font-family: "Crimson Text", serif;
  font-weight: 700;
  letter-spacing: 3px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  margin-left: 40px; }
section#obra-eobreton div.linea-v {
  width: 2px;
  height: 50px;
  background: black;
  display: inline-block;
  margin: 0 50px;
  vertical-align: top; }
  @media screen and (max-width: 600px) {
    section#obra-eobreton div.linea-v {
      display: none; } }
section#obra-eobreton h2 {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 18px;
  font-family: "Crimson Text", serif;
  font-weight: 700;
  max-width: 280px; }
  @media screen and (max-width: 600px) {
    section#obra-eobreton h2 {
      width: 85%;
      display: block;
      margin: 20px 0 0 40px; } }
section#obra-eobreton div.cat-holder {
  background: white;
  margin-top: 80px;
  margin-left: 40px; }
  section#obra-eobreton div.cat-holder div.img-holder {
    max-width: 576px; }
    @media screen and (max-width: 660px) {
      section#obra-eobreton div.cat-holder div.img-holder {
        width: 85%; } }
    section#obra-eobreton div.cat-holder div.img-holder a {
      /* display:block;
      position:relative;
      z-index:110;
      width:94px;
      height:94px; */ }
    section#obra-eobreton div.cat-holder div.img-holder img.mas {
      position: absolute;
      margin-top: 193px;
      margin-left: 242px;
      z-index: 100;
      cursor: pointer;
      cursor: hand; }
      @media screen and (max-width: 660px) {
        section#obra-eobreton div.cat-holder div.img-holder img.mas {
          margin: 150px auto 0 auto;
          left: 0;
          right: 0; } }
      @media screen and (max-width: 520px) {
        section#obra-eobreton div.cat-holder div.img-holder img.mas {
          margin: 100px auto 0 auto; } }
      @media screen and (max-width: 480px) {
        section#obra-eobreton div.cat-holder div.img-holder img.mas {
          margin: 50px auto 0 auto; } }
    section#obra-eobreton div.cat-holder div.img-holder img.obra {
      position: relative;
      z-index: 50; }
    section#obra-eobreton div.cat-holder div.img-holder div.hover {
      -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.5);
      position: absolute;
      z-index: 110;
      width: 576px;
      height: 480px;
      background: rgba(255, 255, 255, 0.9);
      box-sizing: border-box;
      border: 15px solid white;
      text-align: center;
      opacity: 0;
      transition: all 0.5s; }
      @media screen and (max-width: 660px) {
        section#obra-eobreton div.cat-holder div.img-holder div.hover {
          display: none; } }
      section#obra-eobreton div.cat-holder div.img-holder div.hover h3 {
        display: inline-block;
        color: black;
        margin-top: 180px;
        text-align: center;
        border: 3px solid #6dcff6;
        padding: 20px 30px;
        font-size: 16px;
        font-weight: 700;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        transition: all 0.5s; }
        section#obra-eobreton div.cat-holder div.img-holder div.hover h3:hover {
          background: #6dcff6;
          color: white;
          transition: all 0.5s; }
      section#obra-eobreton div.cat-holder div.img-holder div.hover#hover2015 h3 {
        border: 3px solid #f7941d; }
        section#obra-eobreton div.cat-holder div.img-holder div.hover#hover2015 h3:hover {
          background: #f7941d;
          color: white; }
    section#obra-eobreton div.cat-holder div.img-holder:hover div.hover {
      opacity: 1; }
  section#obra-eobreton div.cat-holder img.fondo2015.resp, section#obra-eobreton div.cat-holder img.fondo2016.resp {
    display: none; }
    @media screen and (max-width: 1080px) {
      section#obra-eobreton div.cat-holder img.fondo2015.resp, section#obra-eobreton div.cat-holder img.fondo2016.resp {
        display: block; } }
  @media screen and (max-width: 1080px) {
    section#obra-eobreton div.cat-holder img.fondo2015, section#obra-eobreton div.cat-holder img.fondo2016 {
      display: none; } }
  section#obra-eobreton div.cat-holder img.fondo2016 {
    width: 805px;
    height: 301px;
    position: absolute;
    margin-left: -170px;
    margin-top: -200px; }
    @media screen and (max-width: 850px) {
      section#obra-eobreton div.cat-holder img.fondo2016 {
        display: none;
        opacity: 0; } }
  section#obra-eobreton div.cat-holder img.fondo2015 {
    width: 811px;
    height: 303px;
    position: absolute;
    margin-left: -170px;
    margin-top: -200px; }
    @media screen and (max-width: 850px) {
      section#obra-eobreton div.cat-holder img.fondo2015 {
        display: none;
        opacity: 0; } }
  section#obra-eobreton div.cat-holder h4 {
    position: relative;
    z-index: 20;
    font-size: 17px;
    letter-spacing: 3px;
    font-family: "Crimson Text", serif;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 35px;
    margin-left: 20px; }
section#obra-eobreton div.brocha {
  position: absolute;
  right: 0px;
  margin-right: 0px; }
  @media screen and (max-width: 1025px) {
    section#obra-eobreton div.brocha {
      display: none; } }
section#obra-eobreton div.linea-divisoria {
  width: 576px;
  background: black;
  height: 2px;
  margin: 115px 0;
  margin-left: 40px; }
  @media screen and (max-width: 660px) {
    section#obra-eobreton div.linea-divisoria {
      width: 85%;
      margin: 50px auto; } }

section#catalogo-eob {
  margin-top: 150px; }
  section#catalogo-eob h1 {
    margin-top: 120px;
    position: absolute;
    -ms-transform: rotate(270deg);
    /* IE 9 */
    -webkit-transform: rotate(270deg);
    /* Chrome, Safari, Opera */
    transform: rotate(270deg);
    font-size: 15px;
    font-family: "Crimson Text", serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase; }
    @media screen and (max-width: 650px) {
      section#catalogo-eob h1 {
        display: none; } }
    section#catalogo-eob h1 img.flecha-abajo {
      position: absolute;
      margin-top: 40px;
      margin-left: -10px;
      -ms-transform: rotate(90deg);
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      /* Chrome, Safari, Opera */
      transform: rotate(90deg); }
  section#catalogo-eob div.catalogo-holder img.cat-img {
    display: block;
    margin: 0 auto; }
  @media screen and (max-width: 1020px) {
    section#catalogo-eob div.catalogo-holder {
      text-align: center; } }
  section#catalogo-eob div.catalogo-holder a.download-btn-resp {
    display: none;
    margin: 0 auto;
    margin-top: 25px;
    padding: 20px 25px;
    font-size: 13px;
    color: white;
    background: #5394cc;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    border-radius: 60px; }
    section#catalogo-eob div.catalogo-holder a.download-btn-resp:hover {
      background: rgba(83, 148, 204, 0.75); }
    section#catalogo-eob div.catalogo-holder a.download-btn-resp:active {
      background: #646464; }
    @media screen and (max-width: 1020px) {
      section#catalogo-eob div.catalogo-holder a.download-btn-resp {
        text-align: center;
        display: inline-block; } }
  section#catalogo-eob div.catalogo-holder a.download-btn {
    width: 119px;
    height: 119px;
    /*
     * Set a counter and get the length of the image path.
     */
    /*
     * Loop ver the image path and figure out the
     * position of the dot where the extension begins.
     */
    /*
     * If we were able to figure out where the extension is,
     * slice the path into a base and an extension. Use that to
     * calculate urls for different density environments. Set
     * values for different environments.
     */
    /*
     * Set a base background for 1x environments.
     */
    background: url("../img/catalogo/1.0_download_normal.png") top center no-repeat;
    background-size: 119px 119px;
    /*
     * Create an @2x-ish media query.
     */
    /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
    /*
     * If anything went wrong trying to separate the file from its
     * extension, set a background value without doing anything to it.
     */
    display: block;
    position: absolute;
    margin-top: -235px;
    margin-left: 890px; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      section#catalogo-eob div.catalogo-holder a.download-btn {
        background: url("../img/catalogo/1.0_download_normal@2x.png") top center no-repeat;
        background-size: 119px 119px; } }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      section#catalogo-eob div.catalogo-holder a.download-btn {
        background: url("../img/catalogo/1.0_download_normal@2x.png") top center no-repeat;
        background-size: 119px 119px; } }
    section#catalogo-eob div.catalogo-holder a.download-btn span {
      position: absolute;
      display: block;
      text-transform: uppercase;
      -ms-transform: rotate(270deg);
      /* IE 9 */
      -webkit-transform: rotate(270deg);
      /* Chrome, Safari, Opera */
      transform: rotate(270deg);
      width: 300px;
      font-size: 16px;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      color: #ef8c97;
      margin-top: -190px;
      margin-left: -90px;
      opacity: 0;
      transition: all 0.5s; }
    @media screen and (max-width: 1020px) {
      section#catalogo-eob div.catalogo-holder a.download-btn {
        display: none; } }
    section#catalogo-eob div.catalogo-holder a.download-btn:hover {
      transition: all 0.5s;
      /*
       * Set a counter and get the length of the image path.
       */
      /*
       * Loop ver the image path and figure out the
       * position of the dot where the extension begins.
       */
      /*
       * If we were able to figure out where the extension is,
       * slice the path into a base and an extension. Use that to
       * calculate urls for different density environments. Set
       * values for different environments.
       */
      /*
       * Set a base background for 1x environments.
       */
      background: url("../img/catalogo/1.1_download_hover.png") top center no-repeat;
      background-size: 119px 119px;
      /*
       * Create an @2x-ish media query.
       */
      /*
       * Create media queries for all environments that the user has
       * provided images for.
       */
      /*
       * If anything went wrong trying to separate the file from its
       * extension, set a background value without doing anything to it.
       */ }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        section#catalogo-eob div.catalogo-holder a.download-btn:hover {
          background: url("../img/catalogo/1.1_download_hover@2x.png") top center no-repeat;
          background-size: 119px 119px; } }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        section#catalogo-eob div.catalogo-holder a.download-btn:hover {
          background: url("../img/catalogo/1.1_download_hover@2x.png") top center no-repeat;
          background-size: 119px 119px; } }
      section#catalogo-eob div.catalogo-holder a.download-btn:hover span {
        opacity: 1;
        transition: all 0.5s; }
    section#catalogo-eob div.catalogo-holder a.download-btn:active {
      /*
       * Set a counter and get the length of the image path.
       */
      /*
       * Loop ver the image path and figure out the
       * position of the dot where the extension begins.
       */
      /*
       * If we were able to figure out where the extension is,
       * slice the path into a base and an extension. Use that to
       * calculate urls for different density environments. Set
       * values for different environments.
       */
      /*
       * Set a base background for 1x environments.
       */
      background: url("../img/catalogo/1.2_download_click.png") top center no-repeat;
      background-size: 119px 119px;
      /*
       * Create an @2x-ish media query.
       */
      /*
       * Create media queries for all environments that the user has
       * provided images for.
       */
      /*
       * If anything went wrong trying to separate the file from its
       * extension, set a background value without doing anything to it.
       */ }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        section#catalogo-eob div.catalogo-holder a.download-btn:active {
          background: url("../img/catalogo/1.2_download_click@2x.png") top center no-repeat;
          background-size: 119px 119px; } }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        section#catalogo-eob div.catalogo-holder a.download-btn:active {
          background: url("../img/catalogo/1.2_download_click@2x.png") top center no-repeat;
          background-size: 119px 119px; } }

section#contacto {
  min-height: 1764px;
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
   * Set a base background for 1x environments.
   */
  background: url("../img/contacto/fondo_contacto.jpg") top center no-repeat;
  background-size: 1920px 1914px;
  /*
   * Create an @2x-ish media query.
   */
  /*
   * Create media queries for all environments that the user has
   * provided images for.
   */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */
  padding-top: 225px; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    section#contacto {
      background: url("../img/contacto/fondo_contacto@2x.jpg") top center no-repeat;
      background-size: 1920px 1914px; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    section#contacto {
      background: url("../img/contacto/fondo_contacto@2x.jpg") top center no-repeat;
      background-size: 1920px 1914px; } }
  section#contacto h1 {
    margin-top: 120px;
    position: absolute;
    -ms-transform: rotate(270deg);
    /* IE 9 */
    -webkit-transform: rotate(270deg);
    /* Chrome, Safari, Opera */
    transform: rotate(270deg);
    font-size: 15px;
    font-family: "Crimson Text", serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-left: -65px; }
    section#contacto h1 img.flecha-abajo {
      position: absolute;
      margin-top: 40px;
      margin-left: -10px;
      -ms-transform: rotate(90deg);
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      /* Chrome, Safari, Opera */
      transform: rotate(90deg); }
    @media screen and (max-width: 920px) {
      section#contacto h1 {
        display: none; } }
  section#contacto form {
    max-width: 700px;
    margin: 0 auto; }
    section#contacto form input::-webkit-input-placeholder {
      color: black; }
    section#contacto form input:-moz-placeholder {
      /* Firefox 18- */
      color: black; }
    section#contacto form input::-moz-placeholder {
      /* Firefox 19+ */
      color: black; }
    section#contacto form input:-ms-input-placeholder {
      color: black; }
    section#contacto form textarea::-webkit-input-placeholder {
      color: black !important; }
    section#contacto form textarea:-moz-placeholder {
      /* Firefox 18- */
      color: black !important; }
    section#contacto form textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: black !important; }
    section#contacto form textarea:-ms-input-placeholder {
      color: black !important; }
    @media screen and (max-width: 900px) {
      section#contacto form {
        width: 85%; } }
    section#contacto form p {
      background: white;
      font-size: 17px;
      line-height: 30px;
      display: inline-block;
      font-family: "Crimson Text", serif;
      font-weight: 700;
      padding: 0 12px; }
      section#contacto form p.last {
        margin-bottom: 64px; }
    section#contacto form input[type=text], section#contacto form textarea {
      font-size: 17px;
      font-family: "Crimson Text", serif;
      font-weight: 700;
      box-sizing: border-box;
      width: 100%;
      background: white;
      border: none;
      -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
      padding: 16px 20px; }
    section#contacto form input[type=text] {
      margin-bottom: 20px; }
    section#contacto form textarea {
      height: 200px;
      resize: none; }
    section#contacto form input[type=submit] {
      display: inline-block;
      margin-top: 50px;
      padding: 20px 35px;
      font-size: 15px;
      color: white;
      border: none;
      background: #19b6f1;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      -webkit-border-radius: 60px;
      -moz-border-radius: 60px;
      -ms-border-radius: 60px;
      border-radius: 60px;
      float: right;
      cursor: hand;
      cursor: pointer;
      transition: all 0.5s; }
      section#contacto form input[type=submit]:hover {
        transition: all 0.5s;
        background: rgba(25, 182, 241, 0.75); }
      section#contacto form input[type=submit]:active {
        background: #f24d56; }
    section#contacto form ul {
      display: inline-block;
      margin-top: 20px; }
      @media screen and (max-width: 770px) {
        section#contacto form ul {
          display: none; } }
      section#contacto form ul li {
        display: inline-block;
        vertical-align: top;
        margin: 0; }
        section#contacto form ul li a {
          display: block; }
          section#contacto form ul li a.facebook {
            width: 128px;
            height: 128px;
            /*
             * Set a counter and get the length of the image path.
             */
            /*
             * Loop ver the image path and figure out the
             * position of the dot where the extension begins.
             */
            /*
             * If we were able to figure out where the extension is,
             * slice the path into a base and an extension. Use that to
             * calculate urls for different density environments. Set
             * values for different environments.
             */
            /*
             * Set a base background for 1x environments.
             */
            background: url("../img/contacto/1.0_facebook_normal.png") center center no-repeat;
            background-size: 128px 128px;
            /*
             * Create an @2x-ish media query.
             */
            /*
             * Create media queries for all environments that the user has
             * provided images for.
             */
            /*
             * If anything went wrong trying to separate the file from its
             * extension, set a background value without doing anything to it.
             */ }
            @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
              section#contacto form ul li a.facebook {
                background: url("../img/contacto/1.0_facebook_normal@2x.png") center center no-repeat;
                background-size: 128px 128px; } }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
              section#contacto form ul li a.facebook {
                background: url("../img/contacto/1.0_facebook_normal@2x.png") center center no-repeat;
                background-size: 128px 128px; } }
            section#contacto form ul li a.facebook:hover {
              /*
               * Set a counter and get the length of the image path.
               */
              /*
               * Loop ver the image path and figure out the
               * position of the dot where the extension begins.
               */
              /*
               * If we were able to figure out where the extension is,
               * slice the path into a base and an extension. Use that to
               * calculate urls for different density environments. Set
               * values for different environments.
               */
              /*
               * Set a base background for 1x environments.
               */
              background: url("../img/contacto/1.1_facebook_hover.png") center center no-repeat;
              background-size: 128px 128px;
              /*
               * Create an @2x-ish media query.
               */
              /*
               * Create media queries for all environments that the user has
               * provided images for.
               */
              /*
               * If anything went wrong trying to separate the file from its
               * extension, set a background value without doing anything to it.
               */ }
              @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
                section#contacto form ul li a.facebook:hover {
                  background: url("../img/contacto/1.1_facebook_hover@2x.png") center center no-repeat;
                  background-size: 128px 128px; } }
              @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
                section#contacto form ul li a.facebook:hover {
                  background: url("../img/contacto/1.1_facebook_hover@2x.png") center center no-repeat;
                  background-size: 128px 128px; } }
            section#contacto form ul li a.facebook:active {
              /*
               * Set a counter and get the length of the image path.
               */
              /*
               * Loop ver the image path and figure out the
               * position of the dot where the extension begins.
               */
              /*
               * If we were able to figure out where the extension is,
               * slice the path into a base and an extension. Use that to
               * calculate urls for different density environments. Set
               * values for different environments.
               */
              /*
               * Set a base background for 1x environments.
               */
              background: url("../img/contacto/1.2_facebook_click.png") center center no-repeat;
              background-size: 128px 128px;
              /*
               * Create an @2x-ish media query.
               */
              /*
               * Create media queries for all environments that the user has
               * provided images for.
               */
              /*
               * If anything went wrong trying to separate the file from its
               * extension, set a background value without doing anything to it.
               */ }
              @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
                section#contacto form ul li a.facebook:active {
                  background: url("../img/contacto/1.2_facebook_click@2x.png") center center no-repeat;
                  background-size: 128px 128px; } }
              @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
                section#contacto form ul li a.facebook:active {
                  background: url("../img/contacto/1.2_facebook_click@2x.png") center center no-repeat;
                  background-size: 128px 128px; } }
          section#contacto form ul li a.twitter {
            width: 128px;
            height: 128px;
            /*
             * Set a counter and get the length of the image path.
             */
            /*
             * Loop ver the image path and figure out the
             * position of the dot where the extension begins.
             */
            /*
             * If we were able to figure out where the extension is,
             * slice the path into a base and an extension. Use that to
             * calculate urls for different density environments. Set
             * values for different environments.
             */
            /*
             * Set a base background for 1x environments.
             */
            background: url("../img/contacto/2.0_twitter_normal.png") center center no-repeat;
            background-size: 128px 128px;
            /*
             * Create an @2x-ish media query.
             */
            /*
             * Create media queries for all environments that the user has
             * provided images for.
             */
            /*
             * If anything went wrong trying to separate the file from its
             * extension, set a background value without doing anything to it.
             */ }
            @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
              section#contacto form ul li a.twitter {
                background: url("../img/contacto/2.0_twitter_normal@2x.png") center center no-repeat;
                background-size: 128px 128px; } }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
              section#contacto form ul li a.twitter {
                background: url("../img/contacto/2.0_twitter_normal@2x.png") center center no-repeat;
                background-size: 128px 128px; } }
            section#contacto form ul li a.twitter:hover {
              /*
               * Set a counter and get the length of the image path.
               */
              /*
               * Loop ver the image path and figure out the
               * position of the dot where the extension begins.
               */
              /*
               * If we were able to figure out where the extension is,
               * slice the path into a base and an extension. Use that to
               * calculate urls for different density environments. Set
               * values for different environments.
               */
              /*
               * Set a base background for 1x environments.
               */
              background: url("../img/contacto/2.1_twitter_hover.png") center center no-repeat;
              background-size: 128px 128px;
              /*
               * Create an @2x-ish media query.
               */
              /*
               * Create media queries for all environments that the user has
               * provided images for.
               */
              /*
               * If anything went wrong trying to separate the file from its
               * extension, set a background value without doing anything to it.
               */ }
              @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
                section#contacto form ul li a.twitter:hover {
                  background: url("../img/contacto/2.1_twitter_hover@2x.png") center center no-repeat;
                  background-size: 128px 128px; } }
              @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
                section#contacto form ul li a.twitter:hover {
                  background: url("../img/contacto/2.1_twitter_hover@2x.png") center center no-repeat;
                  background-size: 128px 128px; } }
            section#contacto form ul li a.twitter:active {
              /*
               * Set a counter and get the length of the image path.
               */
              /*
               * Loop ver the image path and figure out the
               * position of the dot where the extension begins.
               */
              /*
               * If we were able to figure out where the extension is,
               * slice the path into a base and an extension. Use that to
               * calculate urls for different density environments. Set
               * values for different environments.
               */
              /*
               * Set a base background for 1x environments.
               */
              background: url("../img/contacto/2.2_twitter_click.png") center center no-repeat;
              background-size: 128px 128px;
              /*
               * Create an @2x-ish media query.
               */
              /*
               * Create media queries for all environments that the user has
               * provided images for.
               */
              /*
               * If anything went wrong trying to separate the file from its
               * extension, set a background value without doing anything to it.
               */ }
              @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
                section#contacto form ul li a.twitter:active {
                  background: url("../img/contacto/2.2_twitter_click@2x.png") center center no-repeat;
                  background-size: 128px 128px; } }
              @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
                section#contacto form ul li a.twitter:active {
                  background: url("../img/contacto/2.2_twitter_click@2x.png") center center no-repeat;
                  background-size: 128px 128px; } }
          section#contacto form ul li a.instagram {
            width: 128px;
            height: 128px;
            /*
             * Set a counter and get the length of the image path.
             */
            /*
             * Loop ver the image path and figure out the
             * position of the dot where the extension begins.
             */
            /*
             * If we were able to figure out where the extension is,
             * slice the path into a base and an extension. Use that to
             * calculate urls for different density environments. Set
             * values for different environments.
             */
            /*
             * Set a base background for 1x environments.
             */
            background: url("../img/contacto/3.0_instagram_normal.png") center center no-repeat;
            background-size: 128px 128px;
            /*
             * Create an @2x-ish media query.
             */
            /*
             * Create media queries for all environments that the user has
             * provided images for.
             */
            /*
             * If anything went wrong trying to separate the file from its
             * extension, set a background value without doing anything to it.
             */ }
            @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
              section#contacto form ul li a.instagram {
                background: url("../img/contacto/3.0_instagram_normal@2x.png") center center no-repeat;
                background-size: 128px 128px; } }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
              section#contacto form ul li a.instagram {
                background: url("../img/contacto/3.0_instagram_normal@2x.png") center center no-repeat;
                background-size: 128px 128px; } }
            section#contacto form ul li a.instagram:hover {
              /*
               * Set a counter and get the length of the image path.
               */
              /*
               * Loop ver the image path and figure out the
               * position of the dot where the extension begins.
               */
              /*
               * If we were able to figure out where the extension is,
               * slice the path into a base and an extension. Use that to
               * calculate urls for different density environments. Set
               * values for different environments.
               */
              /*
               * Set a base background for 1x environments.
               */
              background: url("../img/contacto/3.1_instagram_hover.png") center center no-repeat;
              background-size: 128px 128px;
              /*
               * Create an @2x-ish media query.
               */
              /*
               * Create media queries for all environments that the user has
               * provided images for.
               */
              /*
               * If anything went wrong trying to separate the file from its
               * extension, set a background value without doing anything to it.
               */ }
              @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
                section#contacto form ul li a.instagram:hover {
                  background: url("../img/contacto/3.1_instagram_hover@2x.png") center center no-repeat;
                  background-size: 128px 128px; } }
              @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
                section#contacto form ul li a.instagram:hover {
                  background: url("../img/contacto/3.1_instagram_hover@2x.png") center center no-repeat;
                  background-size: 128px 128px; } }
            section#contacto form ul li a.instagram:active {
              /*
               * Set a counter and get the length of the image path.
               */
              /*
               * Loop ver the image path and figure out the
               * position of the dot where the extension begins.
               */
              /*
               * If we were able to figure out where the extension is,
               * slice the path into a base and an extension. Use that to
               * calculate urls for different density environments. Set
               * values for different environments.
               */
              /*
               * Set a base background for 1x environments.
               */
              background: url("../img/contacto/3.2_instagram_click.png") center center no-repeat;
              background-size: 128px 128px;
              /*
               * Create an @2x-ish media query.
               */
              /*
               * Create media queries for all environments that the user has
               * provided images for.
               */
              /*
               * If anything went wrong trying to separate the file from its
               * extension, set a background value without doing anything to it.
               */ }
              @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
                section#contacto form ul li a.instagram:active {
                  background: url("../img/contacto/3.2_instagram_click@2x.png") center center no-repeat;
                  background-size: 128px 128px; } }
              @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
                section#contacto form ul li a.instagram:active {
                  background: url("../img/contacto/3.2_instagram_click@2x.png") center center no-repeat;
                  background-size: 128px 128px; } }
          section#contacto form ul li a.youtube {
            width: 128px;
            height: 128px;
            /*
             * Set a counter and get the length of the image path.
             */
            /*
             * Loop ver the image path and figure out the
             * position of the dot where the extension begins.
             */
            /*
             * If we were able to figure out where the extension is,
             * slice the path into a base and an extension. Use that to
             * calculate urls for different density environments. Set
             * values for different environments.
             */
            /*
             * Set a base background for 1x environments.
             */
            background: url("../img/contacto/4.0_youtube_normal.png") center center no-repeat;
            background-size: 128px 128px;
            /*
             * Create an @2x-ish media query.
             */
            /*
             * Create media queries for all environments that the user has
             * provided images for.
             */
            /*
             * If anything went wrong trying to separate the file from its
             * extension, set a background value without doing anything to it.
             */ }
            @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
              section#contacto form ul li a.youtube {
                background: url("../img/contacto/4.0_youtube_normal@2x.png") center center no-repeat;
                background-size: 128px 128px; } }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
              section#contacto form ul li a.youtube {
                background: url("../img/contacto/4.0_youtube_normal@2x.png") center center no-repeat;
                background-size: 128px 128px; } }
            section#contacto form ul li a.youtube:hover {
              /*
               * Set a counter and get the length of the image path.
               */
              /*
               * Loop ver the image path and figure out the
               * position of the dot where the extension begins.
               */
              /*
               * If we were able to figure out where the extension is,
               * slice the path into a base and an extension. Use that to
               * calculate urls for different density environments. Set
               * values for different environments.
               */
              /*
               * Set a base background for 1x environments.
               */
              background: url("../img/contacto/4.1_youtube_hover.png") center center no-repeat;
              background-size: 128px 128px;
              /*
               * Create an @2x-ish media query.
               */
              /*
               * Create media queries for all environments that the user has
               * provided images for.
               */
              /*
               * If anything went wrong trying to separate the file from its
               * extension, set a background value without doing anything to it.
               */ }
              @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
                section#contacto form ul li a.youtube:hover {
                  background: url("../img/contacto/4.1_youtube_hover@2x.png") center center no-repeat;
                  background-size: 128px 128px; } }
              @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
                section#contacto form ul li a.youtube:hover {
                  background: url("../img/contacto/4.1_youtube_hover@2x.png") center center no-repeat;
                  background-size: 128px 128px; } }
            section#contacto form ul li a.youtube:active {
              /*
               * Set a counter and get the length of the image path.
               */
              /*
               * Loop ver the image path and figure out the
               * position of the dot where the extension begins.
               */
              /*
               * If we were able to figure out where the extension is,
               * slice the path into a base and an extension. Use that to
               * calculate urls for different density environments. Set
               * values for different environments.
               */
              /*
               * Set a base background for 1x environments.
               */
              background: url("../img/contacto/4.2_youtube_click.png") center center no-repeat;
              background-size: 128px 128px;
              /*
               * Create an @2x-ish media query.
               */
              /*
               * Create media queries for all environments that the user has
               * provided images for.
               */
              /*
               * If anything went wrong trying to separate the file from its
               * extension, set a background value without doing anything to it.
               */ }
              @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
                section#contacto form ul li a.youtube:active {
                  background: url("../img/contacto/4.2_youtube_click@2x.png") center center no-repeat;
                  background-size: 128px 128px; } }
              @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
                section#contacto form ul li a.youtube:active {
                  background: url("../img/contacto/4.2_youtube_click@2x.png") center center no-repeat;
                  background-size: 128px 128px; } }
  section#contacto div.gracias {
    text-align: center;
    margin: 0 auto;
    margin-top: 240px;
    text-transform: uppercase;
    color: white;
    font-size: 20px;
    font-family: "Crimson Text", serif;
    font-weight: 700;
    letter-spacing: 1px; }
    @media screen and (max-width: 500px) {
      section#contacto div.gracias {
        width: 85%; } }
  section#contacto img.eobreton {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 370px; }

footer a img {
  margin: 0 auto;
  display: block;
  margin-bottom: 55px; }
footer > p {
  text-align: center;
  margin-bottom: 80px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 9px; }
footer div.bottom-footer p {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 9px;
  margin: 0 0 27px 27px; }
  @media screen and (max-width: 630px) {
    footer div.bottom-footer p {
      margin: 0 auto;
      display: block;
      text-align: center;
      width: 85%; } }
footer div.bottom-footer ul {
  float: right;
  margin: 0 27px 27px 0; }
  @media screen and (max-width: 630px) {
    footer div.bottom-footer ul {
      float: none;
      margin: 20px auto;
      display: block;
      width: 85%;
      text-align: center; } }
  footer div.bottom-footer ul li {
    display: inline-block;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 9px;
    border-right: 1px solid #ffc80b;
    padding-right: 22px;
    margin-right: 22px;
    padding-top: 5px;
    padding-bottom: 5px; }
    footer div.bottom-footer ul li:first-child {
      border-left: none; }
    footer div.bottom-footer ul li:last-child {
      border-right: none;
      padding-right: 0px;
      margin-right: 0px; }
    footer div.bottom-footer ul li a:hover {
      padding-top: 5px;
      border-top: 2px solid #ffc80b; }
footer img.triangulo {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin-top: -18px; }
  @media screen and (max-width: 830px) {
    footer img.triangulo {
      display: none; } }

section#obras2015 {
  clear: both;
  margin-top: 50px; }
  section#obras2015 div.slider-holder {
    max-width: 1100px;
    width: 100%; }
    @media screen and (max-width: 510px) {
      section#obras2015 div.slider-holder {
        display: none; } }
    section#obras2015 div.slider-holder h1 {
      position: relative;
      float: right;
      z-index: 1000;
      text-transform: uppercase;
      color: white;
      text-shadow: black 0px 0px 5px;
      padding: 0px 15px 15px 15px;
      border-bottom: 4px solid #f1bd0c;
      font-family: "Crimson Text", serif;
      font-weight: 700;
      font-style: italic;
      font-size: 34px;
      margin-right: -10px;
      margin-top: -255px; }
      @media screen and (max-width: 1150px) {
        section#obras2015 div.slider-holder h1 {
          margin-right: 20px; } }
      @media screen and (max-width: 760px) {
        section#obras2015 div.slider-holder h1 {
          margin-top: 0px; } }
      @media screen and (max-width: 510px) {
        section#obras2015 div.slider-holder h1 {
          display: none; } }
    section#obras2015 div.slider-holder div.flechas {
      position: relative;
      z-index: 1000;
      margin-top: -220px;
      margin-left: 30px; }
      @media screen and (max-width: 800px) {
        section#obras2015 div.slider-holder div.flechas .flecha-down-holder {
          display: none; } }
      section#obras2015 div.slider-holder div.flechas div.flecha {
        width: 57px;
        height: 57px;
        cursor: pointer;
        cursor: hand;
        display: inline-block; }
        section#obras2015 div.slider-holder div.flechas div.flecha.prev {
          /*
           * Set a counter and get the length of the image path.
           */
          /*
           * Loop ver the image path and figure out the
           * position of the dot where the extension begins.
           */
          /*
           * If we were able to figure out where the extension is,
           * slice the path into a base and an extension. Use that to
           * calculate urls for different density environments. Set
           * values for different environments.
           */
          /*
           * Set a base background for 1x environments.
           */
          background: url("../img/obras_2015_2016/slider_previo_normal.png") top center no-repeat;
          background-size: 57px 57px;
          /*
           * Create an @2x-ish media query.
           */
          /*
           * Create media queries for all environments that the user has
           * provided images for.
           */
          /*
           * If anything went wrong trying to separate the file from its
           * extension, set a background value without doing anything to it.
           */ }
          @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
            section#obras2015 div.slider-holder div.flechas div.flecha.prev {
              background: url("../img/obras_2015_2016/slider_previo_normal@2x.png") top center no-repeat;
              background-size: 57px 57px; } }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            section#obras2015 div.slider-holder div.flechas div.flecha.prev {
              background: url("../img/obras_2015_2016/slider_previo_normal@2x.png") top center no-repeat;
              background-size: 57px 57px; } }
          section#obras2015 div.slider-holder div.flechas div.flecha.prev:hover {
            /*
             * Set a counter and get the length of the image path.
             */
            /*
             * Loop ver the image path and figure out the
             * position of the dot where the extension begins.
             */
            /*
             * If we were able to figure out where the extension is,
             * slice the path into a base and an extension. Use that to
             * calculate urls for different density environments. Set
             * values for different environments.
             */
            /*
             * Set a base background for 1x environments.
             */
            background: url("../img/obras_2015_2016/slider_previo_hover.png") top center no-repeat;
            background-size: 57px 57px;
            /*
             * Create an @2x-ish media query.
             */
            /*
             * Create media queries for all environments that the user has
             * provided images for.
             */
            /*
             * If anything went wrong trying to separate the file from its
             * extension, set a background value without doing anything to it.
             */ }
            @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
              section#obras2015 div.slider-holder div.flechas div.flecha.prev:hover {
                background: url("../img/obras_2015_2016/slider_previo_hover@2x.png") top center no-repeat;
                background-size: 57px 57px; } }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
              section#obras2015 div.slider-holder div.flechas div.flecha.prev:hover {
                background: url("../img/obras_2015_2016/slider_previo_hover@2x.png") top center no-repeat;
                background-size: 57px 57px; } }
          section#obras2015 div.slider-holder div.flechas div.flecha.prev:active {
            /*
             * Set a counter and get the length of the image path.
             */
            /*
             * Loop ver the image path and figure out the
             * position of the dot where the extension begins.
             */
            /*
             * If we were able to figure out where the extension is,
             * slice the path into a base and an extension. Use that to
             * calculate urls for different density environments. Set
             * values for different environments.
             */
            /*
             * Set a base background for 1x environments.
             */
            background: url("../img/obras_2015_2016/slider_previo_click.png") top center no-repeat;
            background-size: 57px 57px;
            /*
             * Create an @2x-ish media query.
             */
            /*
             * Create media queries for all environments that the user has
             * provided images for.
             */
            /*
             * If anything went wrong trying to separate the file from its
             * extension, set a background value without doing anything to it.
             */ }
            @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
              section#obras2015 div.slider-holder div.flechas div.flecha.prev:active {
                background: url("../img/obras_2015_2016/slider_previo_click@2x.png") top center no-repeat;
                background-size: 57px 57px; } }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
              section#obras2015 div.slider-holder div.flechas div.flecha.prev:active {
                background: url("../img/obras_2015_2016/slider_previo_click@2x.png") top center no-repeat;
                background-size: 57px 57px; } }
        section#obras2015 div.slider-holder div.flechas div.flecha.next {
          /*
           * Set a counter and get the length of the image path.
           */
          /*
           * Loop ver the image path and figure out the
           * position of the dot where the extension begins.
           */
          /*
           * If we were able to figure out where the extension is,
           * slice the path into a base and an extension. Use that to
           * calculate urls for different density environments. Set
           * values for different environments.
           */
          /*
           * Set a base background for 1x environments.
           */
          background: url("../img/obras_2015_2016/slider_next_normal.png") top center no-repeat;
          background-size: 57px 57px;
          /*
           * Create an @2x-ish media query.
           */
          /*
           * Create media queries for all environments that the user has
           * provided images for.
           */
          /*
           * If anything went wrong trying to separate the file from its
           * extension, set a background value without doing anything to it.
           */ }
          @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
            section#obras2015 div.slider-holder div.flechas div.flecha.next {
              background: url("../img/obras_2015_2016/slider_next_normal@2x.png") top center no-repeat;
              background-size: 57px 57px; } }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            section#obras2015 div.slider-holder div.flechas div.flecha.next {
              background: url("../img/obras_2015_2016/slider_next_normal@2x.png") top center no-repeat;
              background-size: 57px 57px; } }
          section#obras2015 div.slider-holder div.flechas div.flecha.next:hover {
            /*
             * Set a counter and get the length of the image path.
             */
            /*
             * Loop ver the image path and figure out the
             * position of the dot where the extension begins.
             */
            /*
             * If we were able to figure out where the extension is,
             * slice the path into a base and an extension. Use that to
             * calculate urls for different density environments. Set
             * values for different environments.
             */
            /*
             * Set a base background for 1x environments.
             */
            background: url("../img/obras_2015_2016/slider_next_hover.png") top center no-repeat;
            background-size: 57px 57px;
            /*
             * Create an @2x-ish media query.
             */
            /*
             * Create media queries for all environments that the user has
             * provided images for.
             */
            /*
             * If anything went wrong trying to separate the file from its
             * extension, set a background value without doing anything to it.
             */ }
            @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
              section#obras2015 div.slider-holder div.flechas div.flecha.next:hover {
                background: url("../img/obras_2015_2016/slider_next_hover@2x.png") top center no-repeat;
                background-size: 57px 57px; } }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
              section#obras2015 div.slider-holder div.flechas div.flecha.next:hover {
                background: url("../img/obras_2015_2016/slider_next_hover@2x.png") top center no-repeat;
                background-size: 57px 57px; } }
          section#obras2015 div.slider-holder div.flechas div.flecha.next:active {
            /*
             * Set a counter and get the length of the image path.
             */
            /*
             * Loop ver the image path and figure out the
             * position of the dot where the extension begins.
             */
            /*
             * If we were able to figure out where the extension is,
             * slice the path into a base and an extension. Use that to
             * calculate urls for different density environments. Set
             * values for different environments.
             */
            /*
             * Set a base background for 1x environments.
             */
            background: url("../img/obras_2015_2016/slider_next_click.png") top center no-repeat;
            background-size: 57px 57px;
            /*
             * Create an @2x-ish media query.
             */
            /*
             * Create media queries for all environments that the user has
             * provided images for.
             */
            /*
             * If anything went wrong trying to separate the file from its
             * extension, set a background value without doing anything to it.
             */ }
            @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
              section#obras2015 div.slider-holder div.flechas div.flecha.next:active {
                background: url("../img/obras_2015_2016/slider_next_click@2x.png") top center no-repeat;
                background-size: 57px 57px; } }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
              section#obras2015 div.slider-holder div.flechas div.flecha.next:active {
                background: url("../img/obras_2015_2016/slider_next_click@2x.png") top center no-repeat;
                background-size: 57px 57px; } }
        section#obras2015 div.slider-holder div.flechas div.flecha.down {
          width: 50px;
          height: 50px;
          margin-right: -25px;
          /*
           * Set a counter and get the length of the image path.
           */
          /*
           * Loop ver the image path and figure out the
           * position of the dot where the extension begins.
           */
          /*
           * If we were able to figure out where the extension is,
           * slice the path into a base and an extension. Use that to
           * calculate urls for different density environments. Set
           * values for different environments.
           */
          /*
           * Set a base background for 1x environments.
           */
          background: url("../img/obras_2015_2016/down_normal.png") top center no-repeat;
          background-size: 50px 50px;
          /*
           * Create an @2x-ish media query.
           */
          /*
           * Create media queries for all environments that the user has
           * provided images for.
           */
          /*
           * If anything went wrong trying to separate the file from its
           * extension, set a background value without doing anything to it.
           */ }
          @media screen and (max-width: 1150px) {
            section#obras2015 div.slider-holder div.flechas div.flecha.down {
              margin-right: 20px; } }
          @media screen and (max-width: 800px) {
            section#obras2015 div.slider-holder div.flechas div.flecha.down {
              display: none; } }
          @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
            section#obras2015 div.slider-holder div.flechas div.flecha.down {
              background: url("../img/obras_2015_2016/down_normal@2x.png") top center no-repeat;
              background-size: 50px 50px; } }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            section#obras2015 div.slider-holder div.flechas div.flecha.down {
              background: url("../img/obras_2015_2016/down_normal@2x.png") top center no-repeat;
              background-size: 50px 50px; } }
          section#obras2015 div.slider-holder div.flechas div.flecha.down:hover {
            /*
             * Set a counter and get the length of the image path.
             */
            /*
             * Loop ver the image path and figure out the
             * position of the dot where the extension begins.
             */
            /*
             * If we were able to figure out where the extension is,
             * slice the path into a base and an extension. Use that to
             * calculate urls for different density environments. Set
             * values for different environments.
             */
            /*
             * Set a base background for 1x environments.
             */
            background: url("../img/obras_2015_2016/down_hover.png") top center no-repeat;
            background-size: 50px 50px;
            /*
             * Create an @2x-ish media query.
             */
            /*
             * Create media queries for all environments that the user has
             * provided images for.
             */
            /*
             * If anything went wrong trying to separate the file from its
             * extension, set a background value without doing anything to it.
             */ }
            @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
              section#obras2015 div.slider-holder div.flechas div.flecha.down:hover {
                background: url("../img/obras_2015_2016/down_hover@2x.png") top center no-repeat;
                background-size: 50px 50px; } }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
              section#obras2015 div.slider-holder div.flechas div.flecha.down:hover {
                background: url("../img/obras_2015_2016/down_hover@2x.png") top center no-repeat;
                background-size: 50px 50px; } }
          section#obras2015 div.slider-holder div.flechas div.flecha.down:active {
            /*
             * Set a counter and get the length of the image path.
             */
            /*
             * Loop ver the image path and figure out the
             * position of the dot where the extension begins.
             */
            /*
             * If we were able to figure out where the extension is,
             * slice the path into a base and an extension. Use that to
             * calculate urls for different density environments. Set
             * values for different environments.
             */
            /*
             * Set a base background for 1x environments.
             */
            background: url("../img/obras_2015_2016/down_click.png") top center no-repeat;
            background-size: 50px 50px;
            /*
             * Create an @2x-ish media query.
             */
            /*
             * Create media queries for all environments that the user has
             * provided images for.
             */
            /*
             * If anything went wrong trying to separate the file from its
             * extension, set a background value without doing anything to it.
             */ }
            @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
              section#obras2015 div.slider-holder div.flechas div.flecha.down:active {
                background: url("../img/obras_2015_2016/down_click@2x.png") top center no-repeat;
                background-size: 50px 50px; } }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
              section#obras2015 div.slider-holder div.flechas div.flecha.down:active {
                background: url("../img/obras_2015_2016/down_click@2x.png") top center no-repeat;
                background-size: 50px 50px; } }
      section#obras2015 div.slider-holder div.flechas .prev {
        margin-right: 45px; }
      section#obras2015 div.slider-holder div.flechas .down {
        float: right; }

/* VIDEO FULLSCREEN */
.fullscreen-bg {
  /*display:none;*/
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -10; }

.video {
  margin-top: -15px !important; }

.noise-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
   * Set a base background for 1x environments.
   */
  background: url("../img/fondooverlay.png") top left repeat;
  background-size: 7px 7px;
  /*
   * Create an @2x-ish media query.
   */
  /*
   * Create media queries for all environments that the user has
   * provided images for.
   */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */
  /*background: url("http://api.thumbr.it/whitenoise-361x370.png?background=f7fafa00&noise=080108&density=15&opacity=61") repeat top left;
*/ }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .noise-bg {
      background: url("../img/fondooverlay@2x.png") top left repeat;
      background-size: 7px 7px; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .noise-bg {
      background: url("../img/fondooverlay@2x.png") top left repeat;
      background-size: 7px 7px; } }

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (min-aspect-ratio: 16 / 9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%; } }
@media (max-aspect-ratio: 16 / 9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%; } }
@media (max-width: 767px) {
  .fullscreen-bg {
    background: url("../video/fotovideo@2x.jpg") center center/cover no-repeat;
    background-size: 100%; }

  .fullscreen-bg__video {
    display: none; } }
/* PARALLAX EFFECTS */
.parallax-holder {
  position: relative;
  display: block; }

.element {
  position: absolute;
  display: block; }

.pintura-bg {
  background: #ffc80b; }

.dibujo-bg {
  background: #f5989d; }

.ilustracion-bg {
  background: #a891ff; }

.acuarela-bg {
  background: #ffc80b; }

.lapiz-bg {
  background: #f5989d; }

.oleo-bg {
  background: #a891ff; }

section#obras-display {
  clear: both;
  margin-top: 45px;
  margin-bottom: 130px; }
  section#obras-display a {
    text-decoration: none;
    color: inherit; }
  section#obras-display ul.portfolio-filter {
    margin-left: 25px;
    text-align: left; }
    section#obras-display ul.portfolio-filter li {
      color: white;
      text-shadow: black 0px 0px 3px;
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      font-size: 12px;
      padding: 0;
      margin: 0 10px;
      padding-bottom: 5px; }
      @media screen and (max-width: 510px) {
        section#obras-display ul.portfolio-filter li {
          text-shadow: none; } }
      section#obras-display ul.portfolio-filter li.active {
        border-bottom: 2px solid white; }
      section#obras-display ul.portfolio-filter li.pintura:hover, section#obras-display ul.portfolio-filter li.pintura.active, section#obras-display ul.portfolio-filter li.acuarela:hover, section#obras-display ul.portfolio-filter li.acuarela.active {
        border-bottom: 2px solid #ffc80b; }
      section#obras-display ul.portfolio-filter li.dibujo:hover, section#obras-display ul.portfolio-filter li.dibujo.active, section#obras-display ul.portfolio-filter li.lapiz:hover, section#obras-display ul.portfolio-filter li.lapiz.active {
        border-bottom: 2px solid #f5989d; }
      section#obras-display ul.portfolio-filter li.ilustracion:hover, section#obras-display ul.portfolio-filter li.ilustracion.active, section#obras-display ul.portfolio-filter li.oleo:hover, section#obras-display ul.portfolio-filter li.oleo.active {
        border-bottom: 2px solid #a891ff; }
      section#obras-display ul.portfolio-filter li a {
        color: white;
        letter-spacing: normal;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        font-size: 12px; }
  section#obras-display div.primer-row {
    margin-top: 15px; }
  section#obras-display div.cuadro-holder {
    padding: 0;
    background: white;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    margin: 25px;
    vertical-align: top;
    max-width: 359px; }
    @media screen and (max-width: 680px) {
      section#obras-display div.cuadro-holder {
        width: 85%; } }
    section#obras-display div.cuadro-holder div.hover {
      background: rgba(255, 255, 255, 0.9);
      width: 359px;
      position: absolute;
      opacity: 0;
      transition: all 0.5s;
      -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
      @media screen and (max-width: 1024px) {
        section#obras-display div.cuadro-holder div.hover {
          display: none; } }
      section#obras-display div.cuadro-holder div.hover div.imagenmas {
        position: absolute;
        cursor: pointer;
        cursor: hand;
        width: 197px;
        height: 197px;
        margin-left: 81px;
        transition: all 0.5s;
        /*
         * Set a counter and get the length of the image path.
         */
        /*
         * Loop ver the image path and figure out the
         * position of the dot where the extension begins.
         */
        /*
         * If we were able to figure out where the extension is,
         * slice the path into a base and an extension. Use that to
         * calculate urls for different density environments. Set
         * values for different environments.
         */
        /*
         * Set a base background for 1x environments.
         */
        background: url("../img/obra_reciente/verobra_normal.png") top center no-repeat;
        background-size: 197px 197px;
        /*
         * Create an @2x-ish media query.
         */
        /*
         * Create media queries for all environments that the user has
         * provided images for.
         */
        /*
         * If anything went wrong trying to separate the file from its
         * extension, set a background value without doing anything to it.
         */ }
        @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
          section#obras-display div.cuadro-holder div.hover div.imagenmas {
            background: url("../img/obra_reciente/verobra_normal@2x.png") top center no-repeat;
            background-size: 197px 197px; } }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          section#obras-display div.cuadro-holder div.hover div.imagenmas {
            background: url("../img/obra_reciente/verobra_normal@2x.png") top center no-repeat;
            background-size: 197px 197px; } }
        section#obras-display div.cuadro-holder div.hover div.imagenmas:hover {
          /*
           * Set a counter and get the length of the image path.
           */
          /*
           * Loop ver the image path and figure out the
           * position of the dot where the extension begins.
           */
          /*
           * If we were able to figure out where the extension is,
           * slice the path into a base and an extension. Use that to
           * calculate urls for different density environments. Set
           * values for different environments.
           */
          /*
           * Set a base background for 1x environments.
           */
          background: url("../img/obra_reciente/verobra_hover.png") top center no-repeat;
          background-size: 197px 197px;
          /*
           * Create an @2x-ish media query.
           */
          /*
           * Create media queries for all environments that the user has
           * provided images for.
           */
          /*
           * If anything went wrong trying to separate the file from its
           * extension, set a background value without doing anything to it.
           */ }
          @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
            section#obras-display div.cuadro-holder div.hover div.imagenmas:hover {
              background: url("../img/obra_reciente/verobra_hover@2x.png") top center no-repeat;
              background-size: 197px 197px; } }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            section#obras-display div.cuadro-holder div.hover div.imagenmas:hover {
              background: url("../img/obra_reciente/verobra_hover@2x.png") top center no-repeat;
              background-size: 197px 197px; } }
        section#obras-display div.cuadro-holder div.hover div.imagenmas:active {
          /*
           * Set a counter and get the length of the image path.
           */
          /*
           * Loop ver the image path and figure out the
           * position of the dot where the extension begins.
           */
          /*
           * If we were able to figure out where the extension is,
           * slice the path into a base and an extension. Use that to
           * calculate urls for different density environments. Set
           * values for different environments.
           */
          /*
           * Set a base background for 1x environments.
           */
          background: url("../img/obra_reciente/verobra_click.png") top center no-repeat;
          background-size: 197px 197px;
          /*
           * Create an @2x-ish media query.
           */
          /*
           * Create media queries for all environments that the user has
           * provided images for.
           */
          /*
           * If anything went wrong trying to separate the file from its
           * extension, set a background value without doing anything to it.
           */ }
          @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
            section#obras-display div.cuadro-holder div.hover div.imagenmas:active {
              background: url("../img/obra_reciente/verobra_click@2x.png") top center no-repeat;
              background-size: 197px 197px; } }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            section#obras-display div.cuadro-holder div.hover div.imagenmas:active {
              background: url("../img/obra_reciente/verobra_click@2x.png") top center no-repeat;
              background-size: 197px 197px; } }
    section#obras-display div.cuadro-holder:hover {
      transition: all 0.5s; }
      section#obras-display div.cuadro-holder:hover div.hover {
        opacity: 1;
        transition: all 0.5s; }
    section#obras-display div.cuadro-holder h2 {
      box-sizing: border-box;
      color: white;
      font-family: "Crimson Text", serif;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
      line-height: 50px;
      margin-top: -3px;
      width: 100%;
      padding-left: 20px; }
    section#obras-display div.cuadro-holder p {
      margin: 0px 20px;
      font-family: "Crimson Text", serif;
      font-size: 11px;
      line-height: 19px;
      font-weight: 700; }
      section#obras-display div.cuadro-holder p.primero {
        margin-top: 15px; }
      section#obras-display div.cuadro-holder p.ultimo {
        margin-bottom: 15px; }
    section#obras-display div.cuadro-holder.cuadro1 div.hover {
      height: 452px; }
      section#obras-display div.cuadro-holder.cuadro1 div.hover div.imagenmas {
        margin-top: 130px; }
    section#obras-display div.cuadro-holder.cuadro2 div.hover {
      height: 297px; }
      section#obras-display div.cuadro-holder.cuadro2 div.hover div.imagenmas {
        margin-top: 50px; }
    section#obras-display div.cuadro-holder.cuadro3 div.hover {
      height: 507px; }
      section#obras-display div.cuadro-holder.cuadro3 div.hover div.imagenmas {
        margin-top: 155px; }

.sticky {
  position: fixed;
  width: 80%;
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
   * Set a base background for 1x environments.
   */
  background: url("../img/obras_2015_2016/barra_filtro.png") top left no-repeat;
  background-size: 997px 76px;
  /*
   * Create an @2x-ish media query.
   */
  /*
   * Create media queries for all environments that the user has
   * provided images for.
   */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */
  height: 76px;
  left: 0;
  top: 0;
  z-index: 100000;
  border-top: 0;
  text-shadow: none; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .sticky {
      background: url("../img/obras_2015_2016/barra_filtro@2x.png") top left no-repeat;
      background-size: 997px 76px; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .sticky {
      background: url("../img/obras_2015_2016/barra_filtro@2x.png") top left no-repeat;
      background-size: 997px 76px; } }
  .sticky ul {
    padding-top: 22px;
    text-shadow: none; }
    .sticky ul li {
      color: black !important;
      text-shadow: none !important; }
      .sticky ul li a {
        color: black !important;
        text-shadow: none; }
  @media screen and (max-width: 1150px) {
    .sticky {
      display: none; } }

@media screen and (max-width: 480px) {
  #menu-obras-desktop ul {
    margin-top: 80px; }
    #menu-obras-desktop ul li {
      color: black !important; }
      #menu-obras-desktop ul li a {
        color: black !important; } }
@media screen and (max-width: 840px) {
  #menu-obras-desktop ul {
    text-align: center !important; } }
@media screen and (max-width: 840px) {
  #menu-obras-desktop ul li {
    text-align: center !important;
    margin-top: 15px !important; } }
