﻿@charset "UTF-8";
/* Roboto Regular */
@font-face {
  font-family: "Roboto Regular";
  src: url("fonts/Roboto/Regular/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto/Regular/roboto-regular-webfont.woff2") format("woff2"), url("fonts/Roboto/Regular/roboto-regular-webfont.woff") format("woff"), url("fonts/Roboto/Regular/roboto-regular-webfont.ttf") format("truetype"), url("fonts/Roboto/Regular/roboto-regular-webfont.svg#Roboto Regular") format("svg");
  font-style: normal;
  font-weight: 400; }
/* Roboto Bold */
@font-face {
  font-family: "Roboto Bold";
  src: url("fonts/Roboto/Bold/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto/Bold/roboto-bold-webfont.woff2") format("woff2"), url("fonts/Roboto/Bold/roboto-bold-webfont.woff") format("woff"), url("fonts/Roboto/Bold/roboto-bold-webfont.ttf") format("truetype"), url("fonts/Roboto/Bold/roboto-bold-webfont.svg#Roboto Bold") format("svg");
  font-style: normal;
  font-weight: 700; }
/* Roboto Slab Regular */
@font-face {
  font-family: "Roboto Slab Regular";
  src: url("fonts/Roboto-Slab/Regular/robotoslab-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Slab/Regular/robotoslab-regular-webfont.woff2") format("woff2"), url("fonts/Roboto-Slab/Regular/robotoslab-regular-webfont.woff") format("woff"), url("fonts/Roboto-Slab/Regular/robotoslab-regular-webfont.ttf") format("truetype"), url("fonts/Roboto-Slab/Regular/robotoslab-regular-webfont.svg#Roboto Slab Regular") format("svg");
  font-style: normal;
  font-weight: 400; }
/* Roboto Slab Bold */
@font-face {
  font-family: "Roboto Slab Bold";
  src: url("fonts/Roboto-Slab/Bold/robotoslab-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Slab/Bold/robotoslab-bold-webfont.woff2") format("woff2"), url("fonts/Roboto-Slab/Bold/robotoslab-bold-webfont.woff") format("woff"), url("fonts/Roboto-Slab/Bold/robotoslab-bold-webfont.ttf") format("truetype"), url("fonts/Roboto-Slab/Bold/robotoslab-bold-webfont.svg#Roboto Slab Bold") format("svg");
  font-style: normal;
  font-weight: 700; }
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

@page {
  margins: 0; }
html {
  overflow-x: hidden;
  overflow-y: scroll; }

body {
  width: 100%;
  max-width: 1350px;
  position: relative;
  margin: 0 auto;
  font-family: "Roboto Regular";
  font-size: 14px;
  background-color: white;
  -webkit-print-color-adjust: exact; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Bold"; }

a {
  color: #4d5457;
  display: inline-block;
  text-decoration: none; }

input[type="text"] {
  width: 100%;
  min-height: 35px;
  font-family: Helvetica;
  font-weight: bold;
  color: #5a5171;
  border: none;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 12px;
  padding-right: 10px;
  opacity: 0.8;
  background-color: #e6e9ea;
  -webkit-appearance: none; }
  input[type="text"]::-moz-placeholder {
    color: #5a5171;
    opacity: 1; }
  input[type="text"]:-ms-input-placeholder {
    color: #5a5171; }
  input[type="text"]::-webkit-input-placeholder {
    color: #5a5171; }

.input {
  min-height: 35px;
  position: relative; }
  .input form {
    width: 100%; }
  .input--text {
    border: 1px solid #5a5171; }
    .input--text::before {
      content: '|';
      display: block;
      position: absolute;
      color: #5a5171;
      font-size: 24px;
      font-weight: 100;
      padding-left: 5px; }
  .input--main {
    width: 100%;
    border: 1px solid white; }
    .input--main::before {
      color: #c3bed0; }
    .input--main input[type="text"] {
      color: #c3bed0;
      background-color: #5a5171; }
      .input--main input[type="text"]::-moz-placeholder {
        color: #c3bed0;
        opacity: 1; }
      .input--main input[type="text"]:-ms-input-placeholder {
        color: #c3bed0; }
      .input--main input[type="text"]::-webkit-input-placeholder {
        color: #c3bed0; }

header {
  min-height: 100px;
  position: relative;
  background-color: white; }
  header:before, header:after {
    content: " ";
    display: table; }
  header:after {
    clear: both; }
  header > ul {
    height: 100px;
    display: table;
    margin: 0;
    padding: 0; }
    header > ul > li {
      height: 100%;
      display: table-cell;
      vertical-align: middle;
      text-align: center; }

main:before, main:after {
  content: " ";
  display: table; }
main:after {
  clear: both; }

.main {
  width: 100vw; }
  .main--landing {
    margin-bottom: 55px; }

.aside {
  width: 40%; }
  .aside--testimonios {
    width: 40%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: #e0e2e4; }
    .aside--testimonios .testimonio__content {
      height: 95%; }

strong {
  font-family: "Roboto Bold", sans-serif; }

.bold--main {
  font-family: "Roboto Bold", sans-serif; }
.bold--second {
  font-family: "Roboto Slab Bold", serif; }

.resaltado {
  color: #4d5457; }

.upper {
  text-transform: uppercase; }

.text {
  text-align: left; }
  .text--right {
    text-align: right; }
  .text--center {
    text-align: center; }

.table {
  display: table !important; }
  .table::before, .table::after {
    content: initial !important; }

.cell {
  display: table-cell !important;
  vertical-align: top !important;
  float: none !important; }

.button--print-top, .button--print-bottom {
  display: none; }

footer {
  width: 100%;
  height: 80px;
  position: relative;
  padding-left: 1%;
  padding-right: 1%;
  color: #3b3556;
  background-color: white;
  border-top: 1px solid #3b3556;
  margin-top: 20px;
  margin-bottom: 0 !important; }

/* Style Hacks */
._mt20 {
  margin-top: 20px; }

@media only screen and (min-width: 1350px) and (max-width: 9999px) {
  .main {
    width: 100%; } }
@media only screen and (max-width: 767px) {
  ._mt20 {
    margin-bottom: initial; }

  .table, .cell {
    display: block !important; }

  .cell {
    float: none !important;
    vertical-align: middle !important; } }
/**
 * .grid
 *
 * always needs a width 
 */
.grid {
  float: left; }
  .grid--row:before, .grid--row:after {
    content: " ";
    display: table; }
  .grid--row:after {
    clear: both; }

/**
 * .grid__item
 *
 * always needs a width (at least (1/1))
 */
.grid__item {
  float: left;
  min-height: 1px; }
  .grid__item--middle {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%); }
  .grid__item--expand {
    height: 100%; }
  .grid__item--fill {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

header {
  height: 60px !important;
  margin: 0 !important;
  padding: 0 !important; }

.logo .print {
  display: block;
  margin-left: 30px !important; }

.idioma {
  display: none; }

.login {
  display: none; }

.touch {
  width: 17%;
  height: 100px;
  display: none;
  float: left;
  display: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.bar {
  width: 100%;
  height: 50px;
  background-color: #dbdfe1;
  display: none; }

.nav {
  width: 87.6%;
  font-family: "Roboto Slab Regular", serif;
  display: none; }

.busqueda .nav__search {
  display: none; }

.menu-touch {
  width: 100%;
  height: 0;
  display: none;
  overflow: hidden; }

/* Paginación */
#PieListado {
  width: 100%;
  text-align: center; }

#botones > a {
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 20px;
  color: #4d5457; }
  #botones > a.currentPage {
    color: #1f2527;
    cursor: default; }

.oculto {
  display: none; }

.input--landing {
  width: 35%;
  left: 52.5%;
  margin: 10px 0; }
.input--busquedas {
  width: 50%;
  left: 0;
  margin: 20px 0 20px 4%;
  border: none; }
  .input--busquedas .search {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0; }

.input__submit {
  display: inline-block;
  height: 35px;
  color: white;
  background-color: #4d5457;
  border: none;
  border-radius: 0;
  margin-left: 1%;
  padding: 0 2%;
  vertical-align: middle;
  font-family: "Roboto Bold", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer; }

.landing {
  width: 50%;
  position: relative; }

/* Card styles - Main content */
.card {
  width: 50vw;
  height: 35vw;
  position: relative;
  background-color: #e0e2e4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .card--main {
    width: 99%;
    height: auto;
    min-height: 500px;
    margin: 15px 0 15px 1%;
    background-color: white;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto; }
    .card--main:before, .card--main:after {
      content: " ";
      display: table; }
    .card--main:after {
      clear: both; }
  .card--busquedas {
    width: 100%;
    margin: 0; }
    .card--busquedas .card__text {
      width: 40%;
      height: auto;
      position: absolute;
      top: 0;
      left: 53%;
      padding: 0 1% 0;
      overflow: auto; }
      .card--busquedas .card__text::after {
        content: '';
        position: relative;
        top: 0;
        font-size: 14px; }
      .card--busquedas .card__text > p {
        color: #4d5457;
        margin-top: 0;
        line-height: 13px;
        font-size: 11px; }
  .card--registro {
    height: 30vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(img/registro-landing.jpg);
    text-transform: uppercase; }
    .card--registro::before {
      content: " ";
      position: absolute;
      width: 0;
      height: 0;
      border-left: 1.5vw solid transparent;
      border-right: 1.5vw solid transparent;
      border-top: 1.5vw solid #e0e2e4;
      left: 50%;
      margin-left: -1.5vw;
      z-index: 999; }
  .card--squared {
    width: 16.35vw;
    height: 17.3vw;
    margin: 0 0% 0.25% 0.5%;
    background-color: #4d5457;
    font-family: "Roboto Slab Bold", serif; }
  .card--rectangular {
    width: 16.35vw;
    height: 30vw;
    margin: 0 0 0.25% 0.5%;
    color: white;
    background-color: #5a5171;
    font-family: "Roboto Slab Bold", serif; }
    .card--rectangular a {
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      color: white;
      font-size: 1.3vw;
      text-align: center;
      text-transform: uppercase; }
  .card--big {
    width: 49.5vw;
    height: 47.6vw;
    margin: 0 0 0.5% 0.5%;
    background-color: #000;
    font-family: "Roboto Slab Bold", serif; }
  .card--map {
    background-image: url(img/mapa.png);
    background-repeat: no-repeat;
    background-size: cover; }
    .card--map .card__cell {
      width: 10vw; }
    .card--map > .card__content > div {
      color: white; }
      .card--map > .card__content > div::before {
        content: " ";
        width: 5vw;
        height: 4vw;
        display: block;
        position: relative;
        margin: 0 auto;
        background-image: url(img/iconos/lupa-white.png);
        background-size: contain;
        background-repeat: no-repeat;
        margin-bottom: 10px; }
  .card--busqueda {
    background-color: white; }
    .card--busqueda > .card__content > div {
      color: #d9283e; }
      .card--busqueda > .card__content > div::before {
        content: " ";
        width: 5vw;
        height: 4vw;
        display: block;
        position: relative;
        margin: 0 auto;
        background-image: url(img/iconos/lupa.png);
        background-size: contain;
        background-repeat: no-repeat; }
  .card--rmi {
    background-color: #d9283e; }
  .card--responsables {
    background-color: #3b3556; }
  .card--recursos {
    background-color: #4d5457; }
  .card--ayuda {
    float: none;
    position: absolute;
    top: 31.3699vw; }
    .card--ayuda:before, .card--ayuda:after {
      content: " ";
      display: table; }
    .card--ayuda:after {
      clear: both; }
  .card--testimonios {
    width: 28.1999vw;
    height: 42.489vw;
    float: none;
    position: absolute;
    left: 14.4889vw;
    top: 15.6999vw; }

.card__content {
  width: inherit;
  height: inherit;
  position: relative; }
  .card__content > a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.card__cell {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.5vw;
  text-align: center;
  text-transform: uppercase; }

.card__text {
  height: 32vw;
  padding: 5% 5% 0% 5%;
  overflow: hidden; }
  .card__text::after {
    display: inline-block;
    position: absolute;
    top: 23.5vw;
    font-size: 1.5vw; }
  .card__text > p {
    color: #353a3c;
    padding: 0;
    margin: 1.2vw 0 0 0;
    line-height: 1.8vw;
    font-size: 1.2vw; }
    .card__text > p:first-of-type {
      margin: 0; }
    .card__text > p strong, .card__text > p b, .card__text > p a {
      color: #d9283e; }
  .card__text h2:first-of-type {
    color: #d9283e;
    margin: 0;
    margin-bottom: 1em; }
  .card__text h1, .card__text h2, .card__text h3, .card__text h4 {
    line-height: 1.8vw;
    font-size: 1.2vw; }
  .card__text h1 {
    color: #d9283e;
    margin: 0 0 1.2vw 0; }
  .card__text h2, .card__text h3, .card__text h4, .card__text h5 {
    margin: 1.2vw 0 0 0;
    color: #4d5457; }
    .card__text h2 + p, .card__text h3 + p, .card__text h4 + p, .card__text h5 + p {
      margin: 0 0 1.2vw 0; }

.card__more {
  padding: 0 5% 0 5%;
  position: relative;
  top: 0.5vw;
  font-family: "Roboto Bold";
  font-size: 1.1vw; }
  .card__more a {
    color: #d9283e; }

.card__caption {
  font-size: 2.3vw;
  position: relative;
  top: 20%;
  margin: 0;
  padding: 0;
  color: white;
  text-align: center;
  font-family: "Roboto Slab Regular", serif; }

.card__mask {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #4d5457;
  opacity: 0.6; }

.card__header {
  width: 100%;
  position: relative;
  display: none; }

/* Background blend mode compatibility */
.backgroundblendmode .card--registro {
  background-color: #4d5457;
  background-blend-mode: multiply; }
.backgroundblendmode .card__mask {
  display: none; }

/* Content styles */
.triangle {
  display: none; }

.content {
  width: 60%;
  height: 100%;
  margin: 0;
  padding: 20px 60px 0 40px; }
  .content--default {
    width: 100% !important; }
  .content--busquedas {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    float: none; }
  .content--map {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
    float: none;
    overflow: hidden; }
  .content--detalle {
    width: 92%;
    position: relative;
    margin: 0 4% 0 4%;
    padding: 0 2% 0 2%;
    float: none;
    background-color: white; }
    .content--detalle > .triangle {
      display: none;
      position: absolute;
      top: 0;
      left: -25px; }
  .content .Destacado {
    font-family: "Roboto Bold", sans-serif; }
  .content h1 {
    color: #d9283e;
    margin: 0;
    padding: 0;
    font-family: "Roboto Slab Regular", serif;
    font-weight: normal;
    text-transform: uppercase; }
    .content h1 + p strong {
      font-size: 1.2em; }
    .content h1 + h2 {
      font-size: 1.2em;
      margin: 1em 0;
      color: #d9283e; }
  .content p {
    color: #353a3c; }
  .content strong {
    color: black; }
  .content h2, .content h3, .content h4, .content h5 {
    font-size: 1em;
    margin-bottom: 0;
    color: #4d5457; }
    .content h2 + p, .content h3 + p, .content h4 + p, .content h5 + p {
      margin-top: 0; }
  .content img {
    width: 49%;
    height: auto;
    float: left;
    margin-right: 1%; }
    .content img:last-of-type {
       }

.content__wrapper {
  margin: 30px 5% 0 5%; }

.content__container {
  width: 100%;
  font-family: "Roboto Regular", sans-serif; }
  .content__container:before, .content__container:after {
    content: " ";
    display: table; }
  .content__container:after {
    clear: both; }
  .content__container h1 {
    margin: 0 0 20px 0;
    padding: 0;
    font-family: "Roboto Bold", sans-serif;
    color: #1f2527;
    font-size: 14px; }
  .content__container h2 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-family: "Roboto Bold", sans-serif;
    color: #1f2527;
    font-size: 12px; }

.datos {
  width: 40%;
  height: auto;
  float: none;
  display: inline-block;
  padding-right: 2%;
  vertical-align: middle; }
  .datos--extra {
    width: 32.5%;
    float: left;
    margin-top: 20px;
    padding: 0 10px 10px 10px;
    margin-right: 1%; }
    .datos--extra:last-of-type {
      margin-right: 0; }

.datos__container {
  width: 100%;
  margin-bottom: 20px; }
  .datos__container > div {
    color: #1f2527;
    font-size: 10px;
    -ms-word-break: break-all;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; }
    .datos__container > div strong {
      font-family: "Roboto Bold", sans-serif;
      color: #1f2527;
      -ms-word-break: break-all;
      word-break: break-word;
      word-wrap: break-word;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      hyphens: auto;
      display: inline-block;
      margin-left: 2px; }

.border {
  border-right: 1px solid #1f2527; }
  .border--bottom {
    border-top: hidden;
    border-bottom: 1px solid #1f2527;
    border-left: hidden;
    border-right: hidden; }
  .border--last {
    border: hidden; }
  .border--first {
    padding-left: 0px; }

.leyenda::before {
  content: '' !important; }
.leyenda .texto {
  font-family: "Roboto Slab Bold", serif;
  font-size: 12px; }
  .leyenda .texto--1 {
    color: #b5b5b5; }
  .leyenda .texto--2 {
    color: #414040; }

.video {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  /*ratio 16/9 */ }
  .video iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    border-style: none; }

.columns {
  padding-bottom: 25px; }
  .columns.two {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
  .columns.three {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; }

.map {
  width: 80%;
  height: 0;
  position: relative;
  padding-bottom: 85%;
  left: 20%; }

.map__container {
  width: 100%;
  height: 0;
  position: absolute;
  padding: 0;
  padding-bottom: 100%; }
  .map__container .st1 {
    fill: #999999;
    stroke: #FFFFFF;
    stroke-width: 0.05;
    stroke-linecap: round;
    stroke-linejoin: round; }
  .map__container g {
    fill: #c5d0d3;
    stroke: #FFFFFF; }
  .map__container .segib {
    stroke: #FFFFFF;
    transition: 0.2s all ease-out;
    cursor: pointer; }
    .map__container .segib:hover {
      fill: #b5b5b5;
      transition: 0.2s all ease-in; }
    .map__container .segib.incorporado:hover {
      fill: #414040;
      transition: 0.2s all ease-in; }
  .map__container .is-selected {
    fill: #4d5457 !important; }
  .map__container .in.segib.incorporado {
    fill: #414040; }
  .map__container .in.segib {
    fill: #b5b5b5; }

.map__list {
  width: 20%;
  position: absolute;
  top: 40px;
  left: -20%;
  cursor: pointer;
  font-family: "Roboto Regular", sans-serif; }
  .map__list .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100px;
    max-width: 276px;
    padding: 1px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #384149;
    border: 2px solid white;
    border-radius: 15px;
    box-shadow: 0px 5px 15px 5px rgba(56, 65, 73, 0.2);
    line-break: auto; }
  .map__list .popover-title {
    padding: 5px 5px 0 5px;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #fab827;
    font-family: "Roboto Slab Regular", serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .map__list .popover-content {
    color: #fab827;
    font-size: 12px;
    font-family: "Roboto Slab Bold", serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0px 5px 5px 5px; }
  .map__list .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #c5d0d3;
    /*border-right-color: rgba(0,0,0,.25);*/
    border-left-width: 0; }
  .map__list .popover > .arrow {
    border-width: 11px;
    visibility: hidden; }
  .map__list .popover > .arrow, .map__list .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  .map__list .fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear; }
  .map__list .fade.in {
    opacity: 1; }
  .map__list ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-left: 1px solid #3b3556;
    border-right: 1px solid #3b3556; }
  .map__list li {
    width: 100%;
    line-height: 25px;
    padding-right: 0;
    padding-left: 10%;
    color: #3b3556; }
    .map__list li:hover {
      background-color: #b5b5b5; }
    .map__list li.incorporado:hover {
      color: white;
      background-color: #414040; }
    .map__list li.is-selected {
      background-color: #4d5457 !important;
      font-family: "Roboto Bold", sans-serif; }
  .map__list li[data-list=false] {
    opacity: 0.5; }

.map__svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible; }

.testimonio {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 3% 0 3% 3%;
  font-family: "Roboto Slab Regular", serif; }
  .testimonio--aside .testimonio__header {
    font-size: 20px; }
  .testimonio--aside .testimonio__text, .testimonio--aside .testimonio__footer {
    font-size: 11px;
    padding-left: 8%; }

.testimonio__header {
  margin: 0;
  padding-left: 2%;
  padding-bottom: 4%;
  font-family: "Roboto Slab Regular", serif;
  font-size: 1.6vw;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #423c53; }

.testimonio__content {
  width: 100%;
  height: 37.288vw;
  overflow: hidden; }
  .testimonio__content > ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none; }

.testimonio__item {
  width: 97%;
  height: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 5%;
  padding-top: 5%;
  margin-right: 3%;
  border-top: 1px solid #5a5171;
  list-style: none; }

.testimonio__image {
  width: 9vw;
  height: 8vw;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 100%;
  border: 1px solid #423c53;
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top; }

.testimonio__wrapper {
  width: 65%;
  float: left;
  position: relative;
  left: 9vw; }

.testimonio__text {
  padding-left: 3%;
  padding-bottom: 3%;
  color: #423c53;
  font-size: 0.8vw; }
  .testimonio__text::before, .testimonio__text::after {
    content: '"'; }

.testimonio__footer {
  float: left;
  display: inline-block;
  vertical-align: middle;
  padding-left: 3%;
  color: #423c53;
  font-family: "Roboto Slab Bold", serif;
  font-size: 1vw; }

.ficha {
  width: 97%;
  height: 230px;
  position: relative;
  margin: 1.5%;
  box-shadow: inset 0 0 0 1000px #f7f7f7 !important; }
  .ficha:before, .ficha:after {
    content: " ";
    display: table; }
  .ficha:after {
    clear: both; }
  .ficha:nth-child(4n) {
    page-break-after: always; }

.ficha__content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  cursor: pointer; }
  .ficha__content:hover {
    background-color: #fadbde; }

.ficha__link {
  width: 100%;
  height: 100%;
  position: absolute; }

.ficha__text {
  width: 60%;
  padding: 20px 3% 10px 3%;
  float: left;
  font-size: 14px;
  color: #3b3556; }
  .ficha__text h2, .ficha__text h3, .ficha__text h4, .ficha__text h5, .ficha__text h6 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: inherit; }
    .ficha__text h2 a, .ficha__text h3 a, .ficha__text h4 a, .ficha__text h5 a, .ficha__text h6 a {
      color: #3b3556; }
  .ficha__text p {
    margin: 15px 0;
    padding: 0;
    color: #3b3556;
    font-size: 12px; }
    .ficha__text p > strong {
      color: #3b3556;
      font-family: "Roboto Bold", sans-serif; }

.ficha__recursos {
  width: 100%;
  overflow: hidden;
  font-size: 12px; }
  .ficha__recursos a {
    font-size: inherit; }
  .ficha__recursos strong {
    color: #3b3556;
    font-family: "Roboto Bold", sans-serif; }

.ficha__image {
  width: 40%;
  position: relative;
  float: right;
  background-image: none !important; }

.content .print {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block !important; }

html.is-open {
  overflow-y: hidden; }

.filtros {
  width: 42.855%;
  height: 100%;
  background-color: #e0e2e4;
  position: absolute;
  top: 0;
  left: -42.855%;
  display: none; }

.filtros__pestana {
  display: none; }

.filtros__opener {
  width: 15%;
  height: 100%;
  background-color: #8c82a6;
  position: absolute;
  display: none; }

.filtros__content {
  height: inherit;
  overflow: hidden;
  margin-left: 15%;
  padding: 10px 10px;
  font-family: "Roboto Slab Regular", serif;
  display: none; }

.carousel {
  width: 59%;
  height: 300px;
  display: inline-block;
  position: relative;
  float: none;
  vertical-align: middle;
  margin-bottom: 10px; }

.owl {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  .owl .owl-wrapper-outer {
    overflow: hidden; }
  .owl .owl-wrapper, .owl .owl-wrapper-outer, .owl .owl-item {
    width: 100%;
    height: 100%; }
  .owl .owl-wrapper {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important; }
  .owl .owl-item {
    float: left; }
  .owl .owl-controls {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 10px;
    display: none; }
  .owl .owl-pagination {
    width: auto;
    height: inherit;
    text-align: center;
    display: none; }
  .owl .owl-page {
    display: none; }

.owl__item {
  width: 400px !important;
  height: 400px !important;
  background: white !important; }
  .owl__item img.print {
    display: block !important; }

.footer {
  width: 100%;
  height: 100%;
  padding: 10px 0;
  font-size: 10px;
  display: inline-block; }
  .footer > ul {
    width: 100%;
    height: 60px;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    list-style: none; }
    .footer > ul:before, .footer > ul:after {
      content: " ";
      display: table; }
    .footer > ul:after {
      clear: both; }
    .footer > ul > li {
      display: inline-block;
      padding-right: 20px;
      padding-top: 10px;
      padding-bottom: 10px;
      vertical-align: middle;
      float: left;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #1f2527; }
      .footer > ul > li a {
        color: #1f2527; }
      .footer > ul > li:nth-child(1) {
        width: 40%; }
      .footer > ul > li:nth-child(2) {
        width: 60%; }
      .footer > ul > li:nth-child(3), .footer > ul > li:nth-child(4), .footer > ul > li:nth-child(5) {
        display: none; }

.footer__cell {
  width: 9%;
  position: relative;
  border-left: 1px solid white;
  padding-left: 1%;
  padding-right: 1% !important; }
  .footer__cell--last {
    border-right: 1px solid white; }

.footer__content {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  font-family: "Roboto Bold", sans-serif;
  color: color-footer; }
  .footer__content a {
    color: #1f2527; }

.protocolo {
  margin-top: 30px;
  margin-left: 30px; }
  .protocolo .print {
    display: block; }
  .protocolo > ul {
    display: none !important; }

/** Custom mods **/
.share {
  display: none; }
