/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
  Icon Font: fontcustom
*/
@font-face {
  font-family: "fontcustom";
  src: url("../fonts/fontcustom_7688a350b1de9dd6fdc6211de1cb1b33.eot");
  src: url("../fonts/fontcustom_7688a350b1de9dd6fdc6211de1cb1b33.eot?#iefix") format("embedded-opentype"), url("../fonts/fontcustom_7688a350b1de9dd6fdc6211de1cb1b33.woff") format("woff"), url("../fonts/fontcustom_7688a350b1de9dd6fdc6211de1cb1b33.ttf") format("truetype"), url("../fonts/fontcustom_7688a350b1de9dd6fdc6211de1cb1b33.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "fontcustom";
    src: url("../fonts/fontcustom_7688a350b1de9dd6fdc6211de1cb1b33.svg#fontcustom") format("svg"); } }
[data-icon]:before {
  content: attr(data-icon); }

[data-icon]:before,
.icon-flecha1-down:before,
body > header #categorias > a span:last-child:before,
.icon-flecha2-right:before,
#proyectosgrid > span > a div p span:before,
.icon-social-facebook:before,
body > footer #contact ul li a.facebook span:first-child:before,
.icon-social-instagram:before,
body > footer #contact ul li a.instagram span:first-child:before,
.icon-social-twitter:before,
body > footer #contact ul li a.twitter span:first-child:before {
  display: inline-block;
  font-family: "fontcustom";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.icon-flecha1-down:before, body > header #categorias > a span:last-child:before {
  content: "\f100"; }

.icon-flecha2-right:before, #proyectosgrid > span > a div p span:before {
  content: "\f104"; }

.icon-social-facebook:before, body > footer #contact ul li a.facebook span:first-child:before {
  content: "\f101"; }

.icon-social-instagram:before, body > footer #contact ul li a.instagram span:first-child:before {
  content: "\f102"; }

.icon-social-twitter:before, body > footer #contact ul li a.twitter span:first-child:before {
  content: "\f103"; }

* {
  box-sizing: border-box; }

body > header {
  font-family: "Noto Serif", serif;
  font-size: 12px;
  padding: 20px 20px 4px 20px; }
  @media only screen and (min-width: 571px) {
    body > header {
      font-size: 14px; } }
  body > header::after {
    clear: both;
    content: "";
    display: table; }
  @media only screen and (min-width: 571px) {
    body > header {
      padding: 27px 37px 4px 37px; } }
  body > header h1 {
    margin: 0; }
    @media only screen and (min-width: 430px) {
      body > header h1 {
        float: left; } }
    @media only screen and (min-width: 571px) {
      body > header h1 {
        width: 180px; } }
    body > header h1 a {
      display: block;
      width: 172px;
      height: 44px;
      background: url(../_img/logo_principal.svg) no-repeat center center;
      background-size: contain; }
      body > header h1 a span {
        display: none; }
    body > header h1.fr a {
      background: url(../_img/logo_principal_fr.svg) no-repeat center center;
      background-size: contain; }

body.no-touch > header h1 a {
  display: block;
  width: 172px;
  height: 44px;
  background: url(../_img/logo_principal.svg) no-repeat center center;
  background-size: contain; }
  body.no-touch > header h1 a span {
    display: none; }
  body.no-touch > header h1 a:hover {
    background-position: 200px 0;
    text-decoration: none; }
    body.no-touch > header h1 a:hover span:nth-child(2) {
      display: block;
      padding-top: 18px;
      font-size: 14px;
      text-align: center; }
body.no-touch > header h1.fr a {
  background: url(../_img/logo_principal_fr.svg) no-repeat center center;
  background-size: contain; }
  body.no-touch > header h1.fr a:hover {
    background-position: 200px 0; }

body > header #categorias {
  margin-top: 20px;
  width: 220px; }
  @media only screen and (min-width: 430px) {
    body > header #categorias {
      float: right;
      margin-top: 0; } }
  @media only screen and (min-width: 571px) {
    body > header #categorias {
      float: left; } }
  @media only screen and (min-width: 571px) {
    body > header #categorias {
      width: 280px; } }
  body > header #categorias > a {
    display: block;
    height: 46px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    font-weight: bold;
    text-decoration: none; }
    body > header #categorias > a span {
      display: block;
      float: left;
      width: 198px; }
      @media only screen and (min-width: 571px) {
        body > header #categorias > a span {
          width: 228px; } }
      body > header #categorias > a span:nth-child(1) {
        padding: 18px 0 0 15px; }
      body > header #categorias > a span:nth-child(2) {
        display: none; }
      body > header #categorias > a span:nth-child(3) {
        display: none; }
      body > header #categorias > a span:last-child {
        display: block;
        float: left;
        width: 20px;
        height: 46px;
        padding: 18px 0 0 0px;
        font-size: 10px; }
        @media only screen and (min-width: 571px) {
          body > header #categorias > a span:last-child {
            width: 50px; } }
        @media only screen and (min-width: 571px) {
          body > header #categorias > a span:last-child {
            padding: 18px 0 0 19px; } }
        @media only screen and (min-width: 571px) {
          body > header #categorias > a span:last-child {
            border-left: 1px solid #000; } }
  body > header #categorias.desplegado > a span {
    color: #999999; }
    body > header #categorias.desplegado > a span:nth-child(1) {
      display: none; }
    body > header #categorias.desplegado > a span:nth-child(2) {
      display: none; }
    body > header #categorias.desplegado > a span:nth-child(3) {
      display: block;
      padding: 18px 0 0 25px; }
    @media only screen and (min-width: 571px) {
      body > header #categorias.desplegado > a span:last-child {
        border-left: 1px solid #000; } }
  body > header #categorias > ul {
    z-index: 100;
    display: none; }
  body > header #categorias.desplegado > a {
    border-left: 1px solid #000;
    border-right: 1px solid #000; }
  body > header #categorias.desplegado > ul {
    display: block;
    position: absolute;
    margin: 0;
    padding: 20px 0 20px 0;
    list-style: none;
    width: 218px;
    margin: 0;
    background-color: #fff; }
    @media only screen and (min-width: 571px) {
      body > header #categorias.desplegado > ul {
        width: 280px; } }
    body > header #categorias.desplegado > ul li a {
      display: block;
      padding: 4px 10px 4px 25px;
      text-decoration: none; }
    body > header #categorias.desplegado > ul li.activo a {
      color: #999999; }

body.no-touch > header #categorias > a:hover {
  border-left: 1px solid #348DB0;
  border-right: 1px solid #348DB0; }
  body.no-touch > header #categorias > a:hover span:nth-child(1) {
    display: none; }
  body.no-touch > header #categorias > a:hover span:nth-child(2) {
    display: block;
    padding: 18px 0 0 25px; }
  body.no-touch > header #categorias > a:hover span:nth-child(3) {
    display: none; }
  @media only screen and (min-width: 571px) {
    body.no-touch > header #categorias > a:hover span:last-child {
      border-left: 1px solid #348DB0; } }

body > header #menu_seq {
  display: none;
  float: right; }
  @media only screen and (min-width: 850px) {
    body > header #menu_seq {
      display: block; } }
  body > header #menu_seq ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    body > header #menu_seq ul li {
      display: inline-block; }
      body > header #menu_seq ul li:before {
        content: "/ "; }
      body > header #menu_seq ul li:first-child:before {
        content: ""; }
      body > header #menu_seq ul li > a {
        padding: 18px 8px 0 8px;
        display: inline-block;
        text-align: center;
        font-weight: 700;
        text-decoration: none;
        white-space: nowrap; }
        body > header #menu_seq ul li > a span:nth-child(2) {
          display: none; }
      body > header #menu_seq ul li > a.activo {
        color: #999; }

body.no-touch > header #menu_seq ul li a:hover span:nth-child(1) {
  display: none; }
body.no-touch > header #menu_seq ul li a:hover span:nth-child(2) {
  display: block; }

#proyectosgrid {
  margin-top: 24px;
  position: relative;
  width: 100%;
  background-color: #fff;
  overflow: hidden; }
  #proyectosgrid > svg, #proyectosgrid > span > a {
    position: absolute;
    display: none;
    width: 100px;
    cursor: pointer; }
  #proyectosgrid > span > a {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none; }
    #proyectosgrid > span > a div {
      position: relative;
      width: 60%;
      height: 60%;
      margin: 20%;
      background-color: rgba(0, 0, 0, 0.9);
      border-bottom-left-radius: 50%;
      border-top-left-radius: 50%;
      border-bottom-right-radius: 50%;
      border-top-right-radius: 50%; }
      #proyectosgrid > span > a div p {
        position: absolute;
        top: 50%;
        left: 10%;
        width: 80%;
        margin: 10px 0 0 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        font-size: 13px;
        line-height: 23px;
        font-weight: 300;
        color: #fff; }
        #proyectosgrid > span > a div p strong {
          display: block;
          font-weight: 700; }
        #proyectosgrid > span > a div p span {
          display: block;
          margin-top: 20px;
          vertical-align: middle;
          font-size: 23px; }

#proyectos_en_proyecto {
  margin-left: 12px; }
  @media only screen and (min-width: 571px) {
    #proyectos_en_proyecto {
      margin-left: 26px; } }
  @media only screen and (min-width: 850px) {
    #proyectos_en_proyecto {
      margin-left: 206px; } }
  #proyectos_en_proyecto ul {
    list-style: none;
    padding: 0; }
    #proyectos_en_proyecto ul::after {
      clear: both;
      content: "";
      display: table; }
    #proyectos_en_proyecto ul li {
      float: left;
      margin: 0; }
      #proyectos_en_proyecto ul li a {
        display: block;
        position: relative;
        width: 30px;
        height: 30px; }
        #proyectos_en_proyecto ul li a > span:nth-child(1) {
          display: block;
          width: 30px;
          height: 30px;
          padding: 12px; }
          #proyectos_en_proyecto ul li a > span:nth-child(1) > span {
            display: block;
            width: 6px;
            height: 6px;
            background-color: #000;
            border-radius: 50%; }
        #proyectos_en_proyecto ul li a > span:nth-child(2) {
          display: none; }
        #proyectos_en_proyecto ul li a.activo > span:nth-child(1) {
          padding: 9px; }
          #proyectos_en_proyecto ul li a.activo > span:nth-child(1) > span {
            width: 12px;
            height: 12px; }
        #proyectos_en_proyecto ul li a:visited > span:nth-child(1) > span {
          background-color: #8bbed2; }

body.no-touch #proyectos_en_proyecto ul li a:hover > span:nth-child(1) {
  padding: 9px; }
  body.no-touch #proyectos_en_proyecto ul li a:hover > span:nth-child(1) > span {
    width: 12px;
    height: 12px;
    background-color: #348DB0; }
body.no-touch #proyectos_en_proyecto ul li a:hover > span:nth-child(2) {
  display: block;
  position: absolute;
  top: -14px;
  background-color: #fff;
  padding: 4px 10px 4px 10px;
  font-size: 10px;
  white-space: nowrap; }

#proyecto {
  clear: both; }
  #proyecto .textos {
    padding-right: 20px;
    margin: 20px 20px 30px 20px;
    max-width: 860px; }
    #proyecto .textos::after {
      clear: both;
      content: "";
      display: table; }
    @media only screen and (min-width: 571px) {
      #proyecto .textos {
        margin: 27px 37px 60px 37px; } }
    @media only screen and (min-width: 571px) {
      #proyecto .textos {
        padding-left: 180px; } }
    #proyecto .textos > h1 {
      font-size: 24px;
      font-family: "Noto Serif", serif; }
    #proyecto .textos > div > p {
      font-size: 16px;
      font-weight: 300;
      line-height: 28px; }
      @media only screen and (min-width: 571px) {
        #proyecto .textos > div > p {
          font-size: 19px;
          line-height: 34px; } }
    #proyecto .textos .col1 {
      display: none; }
      @media only screen and (min-width: 571px) {
        #proyecto .textos .col1 {
          display: block;
          float: left;
          width: 160px;
          margin-left: -180px;
          padding-right: 14px; }
          #proyecto .textos .col1 > div > strong {
            display: block;
            padding-top: 10px;
            font-size: 12px;
            line-height: 18px;
            font-weight: 300;
            text-transform: uppercase;
            color: #aaa; }
            #proyecto .textos .col1 > div > strong:first-child {
              margin-top: 0; }
          #proyecto .textos .col1 > div > div {
            font-size: 13px;
            line-height: 19px; }
          #proyecto .textos .col1 > div.tags {
            padding-top: 12px; }
            #proyecto .textos .col1 > div.tags > div {
              font-size: 10px;
              font-weight: 300;
              line-height: 16px;
              color: #000; } }

#proyecto .recursos {
  clear: both; }
  #proyecto .recursos figure {
    position: relative;
    margin: 0 0 -4px 0; }
    #proyecto .recursos figure img {
      width: 100%;
      height: auto; }
    #proyecto .recursos figure figcaption {
      position: absolute;
      padding: 9px 10px 7px 20px;
      bottom: 20px;
      font-size: 12px;
      background-color: #fff;
      box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
      border-bottom-right-radius: 13px;
      border-top-right-radius: 13px; }
      @media only screen and (min-width: 571px) {
        #proyecto .recursos figure figcaption {
          padding: 9px 20px 7px 27px; } }
      @media only screen and (min-width: 571px) {
        #proyecto .recursos figure figcaption {
          bottom: 64px; } }
  #proyecto .recursos .vimeoresponsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; }
    #proyecto .recursos .vimeoresponsive iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #proyecto .recursos .vimeoresponsive .piedevideo {
      position: absolute;
      padding: 9px 10px 7px 20px;
      bottom: 20px;
      font-size: 12px;
      background-color: #fff;
      box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
      border-bottom-right-radius: 13px;
      border-top-right-radius: 13px; }
      @media only screen and (min-width: 571px) {
        #proyecto .recursos .vimeoresponsive .piedevideo {
          padding: 9px 20px 7px 27px; } }
      @media only screen and (min-width: 571px) {
        #proyecto .recursos .vimeoresponsive .piedevideo {
          bottom: 64px; } }

body.no-touch #proyecto .recursos figure figcaption,
body.no-touch #proyecto .recursos .vimeoresponsive .piedevideo {
  transform: translatex(-100%);
  transition: transform 1s ease; }
  body.no-touch #proyecto .recursos figure figcaption.activo,
  body.no-touch #proyecto .recursos .vimeoresponsive .piedevideo.activo {
    transform: translatex(0px); }

#proyecto .textos-complementarios {
  display: block;
  margin: 20px 20px 4px 20px; }
  #proyecto .textos-complementarios > div > strong {
    display: block;
    padding-top: 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    text-transform: uppercase;
    color: #aaa; }
    #proyecto .textos-complementarios > div > strong:first-child {
      margin-top: 0; }
  #proyecto .textos-complementarios > div > div {
    font-size: 13px;
    line-height: 19px; }
  #proyecto .textos-complementarios > div.tags {
    padding-top: 12px; }
    #proyecto .textos-complementarios > div.tags > div {
      font-size: 10px;
      font-weight: 300;
      line-height: 16px;
      color: #000; }
  @media only screen and (min-width: 571px) {
    #proyecto .textos-complementarios {
      display: none; } }
  @media only screen and (min-width: 571px) {
    #proyecto .textos-complementarios {
      margin: 27px 37px 4px 37px; } }

#quienes {
  margin: 20px 20px 30px 20px; }
  @media only screen and (min-width: 571px) {
    #quienes {
      margin: 27px 37px 60px 37px; } }
  #quienes h1 {
    font-size: 36px;
    font-family: "Noto Serif", serif; }
  #quienes img {
    width: 100%;
    height: auto; }
  #quienes .perfiles {
    padding: 10px 0 20px; }
    @media only screen and (min-width: 571px) {
      #quienes .perfiles {
        margin-right: -20px; } }
    #quienes .perfiles::after {
      clear: both;
      content: "";
      display: table; }
    @media only screen and (min-width: 571px) {
      #quienes .perfiles > div {
        float: left;
        width: 50%;
        padding-right: 20px; } }
    #quienes .perfiles > div > div {
      max-width: 500px; }
      #quienes .perfiles > div > div > h2 {
        margin: 8px 0;
        font-family: "Noto Serif", serif;
        font-size: 24px; }
      #quienes .perfiles > div > div > .p1 {
        margin: 4px 0;
        font-size: 13px;
        line-height: 24px;
        font-weight: 300; }
      #quienes .perfiles > div > div > .p2 {
        margin: 4px 0;
        font-size: 16px;
        line-height: 28px; }
        @media only screen and (min-width: 571px) {
          #quienes .perfiles > div > div > .p2 {
            font-size: 19px;
            line-height: 34px; } }
      #quienes .perfiles > div > div ul.links {
        list-style: none;
        margin: 0;
        padding: 0; }
        #quienes .perfiles > div > div ul.links li {
          font-size: 13px;
          line-height: 21px;
          color: #aaa;
          font-weight: 300; }
  #quienes .about {
    max-width: 800px;
    padding: 0px 0 50px; }
    #quienes .about h3 {
      font-family: "Noto Serif", serif;
      font-size: 24px; }
    #quienes .about p {
      font-size: 16px;
      line-height: 28px; }
      @media only screen and (min-width: 571px) {
        #quienes .about p {
          font-size: 19px;
          line-height: 34px; } }

body > footer {
  padding: 20px 20px 20px 20px;
  font-family: "Noto Serif", serif;
  font-size: 12px; }
  body > footer::after {
    clear: both;
    content: "";
    display: table; }
  @media only screen and (min-width: 571px) {
    body > footer {
      padding: 27px 37px 24px 37px; } }
  @media only screen and (min-width: 571px) {
    body > footer {
      font-size: 14px; } }
  body > footer #menu_seq {
    display: block;
    padding: 60px 0 20px 0; }
    @media only screen and (min-width: 850px) {
      body > footer #menu_seq {
        display: none; } }
    body > footer #menu_seq ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      body > footer #menu_seq ul li {
        display: inline-block; }
        body > footer #menu_seq ul li:before {
          content: "/ "; }
        body > footer #menu_seq ul li:first-child:before {
          content: ""; }
        body > footer #menu_seq ul li > a {
          padding: 18px 8px 0 8px;
          display: inline-block;
          text-align: center;
          font-weight: 700;
          text-decoration: none; }
          body > footer #menu_seq ul li > a span:nth-child(2) {
            display: none; }
        body > footer #menu_seq ul li > a.activo {
          color: #999; }
        body > footer #menu_seq ul li:first-child a {
          padding-left: 0; }

body.no-touch > header #menu_seq ul li a:hover span:nth-child(1) {
  display: none; }
body.no-touch > header #menu_seq ul li a:hover span:nth-child(2) {
  display: block; }

body > footer #contact {
  float: left; }
  body > footer #contact ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    body > footer #contact ul li {
      display: inline-block;
      vertical-align: middle;
      margin: 0; }
      body > footer #contact ul li:before {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        font-weight: 300;
        content: " / "; }
      body > footer #contact ul li:first-child:before {
        content: ""; }
      body > footer #contact ul li a.twitter, body > footer #contact ul li a.facebook, body > footer #contact ul li a.instagram {
        display: inline-block;
        vertical-align: middle;
        padding: 0 6px 0 7px;
        font-size: 20px; }
        body > footer #contact ul li a.twitter span:last-child, body > footer #contact ul li a.facebook span:last-child, body > footer #contact ul li a.instagram span:last-child {
          display: none; }
      body > footer #contact ul li a.twitter span:first-child {
        font-size: 23px; }
      body > footer #contact ul li a.instagram {
        margin-left: 5px;
        margin-right: 3px; }
      body > footer #contact ul li.email span {
        vertical-align: -2px;
        margin-left: 6px;
        color: #aaa; }
      body > footer #contact ul li:first-child a {
        padding-left: 0; }

body > footer #legal {
  clear: left;
  margin-top: 44px; }
  @media only screen and (min-width: 571px) {
    body > footer #legal {
      clear: none;
      float: right;
      margin-top: 0; } }
  body > footer #legal ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0; }
    body > footer #legal ul li {
      display: inline-block;
      margin: 5px 20px 0 0; }
      @media only screen and (min-width: 571px) {
        body > footer #legal ul li {
          margin: 5px 0 0 20px; } }
      body > footer #legal ul li a {
        font-size: 10px;
        text-decoration: none; }
    body > footer #legal ul.idiomas {
      margin-left: 20px;
      text-transform: uppercase; }
      body > footer #legal ul.idiomas li {
        border-right: 1px solid #000;
        margin: 5px 0px 0 0px;
        padding: 0 10px; }
        @media only screen and (min-width: 571px) {
          body > footer #legal ul.idiomas li {
            margin: 5px 0 0 0; } }
        body > footer #legal ul.idiomas li:last-child {
          border: 0; }
        body > footer #legal ul.idiomas li a.activo {
          color: #aaa; }

body {
  color: #000; }

a {
  color: #000; }

body.no-touch a:hover {
  color: #348DB0; }

#cookie-law {
  background: #eee; }

#cookie-law p {
  margin: 0;
  padding: 10px;
  font-size: 10px;
  text-align: right;
  color: #999; }

#loading_general {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  transition: background-color 0.3s; }
  #loading_general > div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1000px;
    margin-left: -1000px;
    width: 2000px;
    height: 2000px;
    transition: left 0.8s ease-in; }
    #loading_general > div > div {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: black;
      background-image: url(../_img/loading.gif);
      background-position: center center;
      background-repeat: no-repeat;
      transform: rotateZ(-5deg);
      transition: transform 0.8s ease-in; }
    #loading_general > div > span {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -90px;
      margin-left: -25px;
      width: 50px;
      height: 50px;
      background-image: url(../_img/logo_principal_solo.svg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: contain; }
  #loading_general.ocultando {
    background-color: transparent; }
    #loading_general.ocultando > div {
      left: 200%; }
      #loading_general.ocultando > div > div {
        transform: rotateZ(25deg); }

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