@charset "UTF-8";
/*FONTS*/
@font-face {
  font-family: 'ProximaNovaA-Regular';
  src: url("../fonts/ProximaNovaA-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaA-Regular.otf") format("opentype"), url("../fonts/ProximaNovaA-Regular.woff") format("woff"), url("../fonts/ProximaNovaA-Regular.ttf") format("truetype"), url("../fonts/ProximaNovaA-Regular.svg#ProximaNovaA-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*COLORS*/
/*FONTS*/
/*MIXIN PLACEHOLDERS----------------------------*/
/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin: 0;
  padding: 0; }

/**
 * Remove trailing margins from nested lists.
 */
li {
  list-style: none; }

li > ol,
li > ul {
  margin-bottom: 0;
  list-style: none; }

a {
  text-decoration: none; }

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
  min-width: 0;
  /* [1] */
  border: 0; }

img {
  max-width: 100%;
  max-height: 100%; }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * 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; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * 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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */
  color: #708bba; }

a:visited {
  color: #708bba; }

/**
 * 1. Remove the bottom border in Chrome 57- and 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; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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"] {
  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 macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

body {
  font-weight: 400;
  font-family: "Roboto", sans-serif, Arial, sans-serif, sans-serif;
  font-size: 15px;
  line-height: 1.2; }

.container {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%; }

.flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #ebf2fc; }

.contenido-principal {
  padding: 20px 30px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 76%;
  flex-basis: 76%; }
  .contenido-principal h2 .monografico {
    margin: 0; }

.sidebar {
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
  padding: 42px 25px 10px; }

@media (max-width: 1200px) {
  .container {
    max-width: 950px; }

  main {
    padding: 0 0.9375rem; } }
@media (max-width: 800px) {
  main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }
h2, .h2 {
  padding: 35px 20px 5px 0;
  position: relative;
  color: #002851;
  font-weight: normal; }

h2:after {
  content: "";
  width: 96%;
  height: 0;
  border-bottom: 1px solid #bebebe;
  position: absolute;
  bottom: 0;
  left: 0px; }

p {
  margin: 1em 0; }

@media (max-width: 992px) {
  .container {
    max-width: 950px; } }
.seccion-dinamico ul, .seccion-dinamico ol {
  padding: 0 10px 0 30px; }
  .seccion-dinamico ul li, .seccion-dinamico ol li {
    list-style: inherit !important; }
.seccion-dinamico blockquote {
  padding: 0 30px; }

.o-center {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center; }

.o-flex {
  display: flex; }

.o-jc-space-around {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around; }

.o-flex-end {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end; }

.o-flex-start {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start; }

.o-flex-vert-end {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }

.o-flex-column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column; }

.o-flex-column-center {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center; }

.mobile_nav, .menu_collapse {
  background: #002851;
  color: #ffffff; }
  .mobile_nav li, .menu_collapse li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    text-align: center;
    border-right: 1px solid #ffffff;
    margin: 0 auto; }
    @media (max-width: 1200px) {
      .mobile_nav li, .menu_collapse li {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        padding: 5px; } }
    .mobile_nav li a, .menu_collapse li a {
      color: #ffffff;
      text-align: center;
      width: 100%;
      font-size: 1rem; }
      @media (min-width: 900px) and (max-width: 1200px) {
        .mobile_nav li a, .menu_collapse li a {
          font-size: 0.75rem; } }
    .mobile_nav li a.link:after, .menu_collapse li a.link:after {
      content: "";
      position: absolute;
      right: -16px;
      top: 3px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8.7px 5px 0 5px;
      border-color: #ffffff transparent transparent transparent; }
  .mobile_nav li.big, .menu_collapse li.big {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (max-width: 1200px) {
      .mobile_nav li.big, .menu_collapse li.big {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -ms-flex-negative: 1;
        flex-shrink: 1; }
        .mobile_nav li.big li, .menu_collapse li.big li {
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1; } }
  .mobile_nav li.medium, .menu_collapse li.medium {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .mobile_nav li:last-of-type, .menu_collapse li:last-of-type {
    border: none; }

.menu_collapse {
  padding: 20px 0; }

.mobile_nav {
  padding: 15px; }
  .mobile_nav div {
    display: inline-block; }
  .mobile_nav p {
    font-family: "ProximaNovaA-Regular", sans-serif;
    color: #eca821;
    display: inline-block;
    text-align: center;
    width: 90%;
    font-size: 25px;
    margin: 10px 0; }
    @media (max-width: 450px) {
      .mobile_nav p {
        font-size: 18px;
        width: 85%; } }
  .mobile_nav .buscador-header-movil {
    width: 90%; }
  .mobile_nav #btn_search_movil {
    color: #ffffff;
    font-size: 20px; }
    .mobile_nav #btn_search_movil i {
      font-size: 20px; }
  .mobile_nav .item.icon_nav i {
    font-size: 22px; }

.link {
  position: relative; }
  .link__item {
    display: none;
    position: absolute;
    top: 45px; }
    @media (max-width: 900px) {
      .link__item {
        position: relative;
        top: 5px; } }
    .link__item li {
      position: relative;
      min-width: 11.6875rem;
      padding: 0.625rem 0 0.625rem 0;
      text-align: center;
      background: #708bba;
      border-right: none; }
      @media (max-width: 900px) {
        .link__item li {
          padding: 0.3125rem 0; } }
      .link__item li a {
        padding: 0px 0.625rem 0px 0.625rem; }

@media (min-width: 900px) {
  .mobile_nav {
    display: none; } }
@media (max-width: 900px) {
  .mobile_nav {
    display: block; }

  .menu.o-flex-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .menu.o-flex-start li {
      border: none;
      width: 100%;
      border-bottom: 1px dotted rgba(255, 255, 255, 0.5); }
    .menu.o-flex-start li:last-of-type {
      border: none; }

  .menu_collapse {
    display: none; }

  .menu_collapse.active {
    display: block; } }
footer {
  background-color: #ebf2fc; }
  footer .subfooter {
    background-color: rgba(0, 40, 81, 0.8);
    color: #ffffff;
    padding: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    @media (max-width: 800px) {
      footer .subfooter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 60px; } }
    footer .subfooter div {
      -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
      border-right: 1px solid #ffffff;
      padding: 0 3%; }
      @media (max-width: 800px) {
        footer .subfooter div {
          border-right: none;
          border-bottom: 1px solid #ffffff;
          padding: 2% 3%; } }
    footer .subfooter div:last-of-type {
      border: none;
      text-align: center; }
      footer .subfooter div:last-of-type .logo {
        background-color: #ffffff;
        padding: 15px 30px;
        border-radius: 50%;
        display: inline-block; }
  footer .footer {
    background-color: #002851;
    padding: 15px 20px 15px 30px; }
    footer .footer .legal a {
      border-right: 1px solid #ffffff;
      margin: 0 5px 0 0;
      padding: 0 5px 0 0; }
      @media (max-width: 425px) {
        footer .footer .legal a {
          display: block;
          border: none;
          text-align: center;
          margin: 10px 0; } }
    footer .footer .legal a:last-of-type {
      border: none; }
    footer .footer a, footer .footer p {
      text-decoration: none;
      color: #ffffff;
      font-size: 13px; }

.breadcrumbs p, .breadcrumbs a {
  color: #002851;
  margin: 0; }
.breadcrumbs a.active {
  color: #708bba; }

.social {
  width: 85%;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: 7.5% !important; }

.contenido-destacado {
  border: 2px solid #708bba;
  text-align: center;
  margin: 15px 0 30px; }
  .contenido-destacado .inner {
    padding: 10px;
    position: relative; }
  .contenido-destacado .title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #708bba;
    background-color: #ebf2fc;
    position: absolute;
    top: -43px;
    left: 16px;
    padding: 5px 26px; }
    @media (max-width: 1200px) {
      .contenido-destacado .title {
        padding: 5px 15px;
        left: 24px; } }
  .contenido-destacado p {
    position: relative;
    margin: 1.4em 0; }
  .contenido-destacado p:not(.title):after {
    content: "";
    width: 80%;
    height: 0;
    border-bottom: 1px solid #dbdbdb;
    position: absolute;
    bottom: -10px;
    left: 15px; }
  .contenido-destacado p:not(.title):last-of-type:after {
    content: none; }

.contenido-video {
  background-color: #708bba;
  padding: 10px 0;
  margin: 0 0 30px;
  text-align: center; }
  .contenido-video p {
    font-weight: 700;
    color: #ffffff;
    font-size: 20px;
    padding: 0 0 5px;
    margin: 0; }
  .contenido-video iframe {
    width: 100%;
    height: 170px;
    margin: 5px 0; }
  @media screen and (max-width: 768px) {
    .contenido-video .ver_video_mas {
      width: 30%;
      margin: 0 auto; } }

.search input {
  height: 45px;
  padding: 0 0 0 30px;
  background: url("../imagenes/search.png") top 10px left 3px no-repeat transparent;
  border: none;
  border-bottom: 1px solid #002851;
  min-width: 87%; }

@media (max-width: 800px) {
  .search form {
    display: flex;
    justify-content: center; }
    .search form input {
      width: 100%; } }
#form_movil {
  position: absolute;
  top: 0px;
  left: 100%;
  z-index: 999;
  background: #708bba;
  width: 0;
  overflow: hidden;
  padding: 22px 0; }
  #form_movil input {
    font-family: "Roboto", sans-serif;
    background-color: #708bba;
    border: none;
    padding: 10px 5px;
    font-size: 16px;
    width: 80%;
    color: #ffffff; }
    #form_movil input::placeholder {
      color: #ffffff; }
    #form_movil input::-webkit-input-placeholderá {
      color: #ffffff; }
    #form_movil input::-ms-input-placeholder {
      color: #ffffff; }
    #form_movil input::-moz-placeholder {
      color: #ffffff; }
  #form_movil span i {
    margin: 0 15px; }

.hero {
  min-height: 190px;
  text-align: right;
  background: url("../imagenes/slider.jpg") no-repeat left top;
  background-size: cover;
  padding: 20px 140px 20px 30px; }
  @media (max-width: 800px) {
    .hero {
      min-height: 100px; } }
  .hero h1, .hero span {
    font-family: "ProximaNovaA-Regular", sans-serif;
    font-size: 25px;
    display: block;
    color: #708bba;
    font-weight: 100; }
    @media (max-width: 920px) {
      .hero h1, .hero span {
        display: none; } }
  .hero h1 {
    color: #eca821;
    font-size: 48px;
    margin: 25px 0 5px; }

a.linkpage {
  color: #708bba !important; }

.modulo_resumen {
  color: #222222;
    /*
    .numeros-anteriores{
        ul{
            margin-left: 40px;

            li:before{
                content: "";
                width: 7px;
                height:7px ;
                background-color:$color-black; 
                position: absolute;
                transform: rotate(0);
                border-radius: 50%;
            }
        }
    }
    */ }
  .modulo_resumen .arreglo {
    margin-bottom: 5px;
    text-align: right; }
    .modulo_resumen .arreglo .enlace_pdf {
      padding: 10px 20px;
      background-color: #fe981e;
      font-size: 14px;
      border-radius: 5px;
      color: #fff; }
  .modulo_resumen .resumen {
    font-size: 13px; }
  .modulo_resumen .titulo_espanol {
    font-size: 1.4em;
    margin-top: 25px; }
  .modulo_resumen .titulo_ingles {
    font-size: 1.2em; }
  .modulo_resumen .title {
    color: #eca821;
    font-weight: 700;
    font-size: 20px;
    padding: 10px 5px 10px 0;
    position: relative; }
    .modulo_resumen .title.interna {
      font-size: 22.5px;
      color: #eca821;
      text-transform: uppercase;
      font-weight: 600;
      margin: 5px 0; }
    .modulo_resumen .title.presentacion {
      font-size: 22.5px;
      color: #002851;
      font-weight: normal;
      text-align: left; }
      .modulo_resumen .title.presentacion .numero-mayuscula {
        text-transform: uppercase; }
  .modulo_resumen .subtitle__presentacion {
    font-size: 20px; }
  .modulo_resumen .title::after {
    content: "";
    width: 96%;
    height: 0;
    border-bottom: 1px solid #708bba;
    position: absolute;
    bottom: 0;
    left: 0; }
  .modulo_resumen .titular-descarga {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    @media (max-width: 650px) {
      .modulo_resumen .titular-descarga {
        flex-direction: column;
        padding: 0 0 15px; } }
    .modulo_resumen .titular-descarga .title::after {
      content: none; }
    .modulo_resumen .titular-descarga.titular-descarga__button-right {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding-top: 1rem; }
  .modulo_resumen .titular-descarga:after {
    content: "";
    width: 100%;
    height: 0;
    border-bottom: 1px solid #708bba;
    position: absolute;
    bottom: 0;
    left: 0; }
  .modulo_resumen p {
    text-align: left;
    padding-right: 10px;
    word-break: break-word; }
  .modulo_resumen ul {
    list-style: none;
    padding: 10px 30px; }
    .modulo_resumen ul li {
      position: relative;
      font-size: 14px;
      text-align: justify;
      color: #222222; }
      .modulo_resumen ul li .paginacion_editorial {
        display: flex;
        justify-content: space-between; }
        @media screen and (max-width: 768px) {
          .modulo_resumen ul li .paginacion_editorial {
            flex-direction: column; } }
        .modulo_resumen ul li .paginacion_editorial span:nth-of-type(1) {
          width: 78%;
          margin-bottom: 8px; }
          @media screen and (max-width: 768px) {
            .modulo_resumen ul li .paginacion_editorial span:nth-of-type(1) {
              width: 100%; } }
      .modulo_resumen ul li div {
        margin: 15px 0 30px; }
    .modulo_resumen ul li:before {
      content: "";
      width: 7px;
      height: 7px;
      background-color: #708bba;
      position: absolute;
      top: 5px;
      left: -27px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
  .modulo_resumen.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 500px) {
      .modulo_resumen.pagination {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .modulo_resumen .listado-publicacion ol {
    margin-left: 20px; }
  .modulo_resumen .listado-publicacion li {
    list-style: decimal; }
  .modulo_resumen .otra_linea {
    display: block; }
  .modulo_resumen .numeros-anteriores {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.875rem 3.125rem;
      /* 
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow:row wrap;

    div{

        flex-basis:25%;
        //flex-grow: 1;
        display: flex;
        background-color: #e31;
        
       
   
         min-width:100px;
        min-height:130px;
        background-color: #e01;
        margin-left:auto;
        margin-right:auto;

    }

*/ }
    .modulo_resumen .numeros-anteriores .item {
      -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
      text-align: center;
      margin: 0 0 20px 0; }
      @media (max-width: 900px) and (min-width: 800px) {
        .modulo_resumen .numeros-anteriores .item {
          -ms-flex-preferred-size: 30%;
          flex-basis: 30%; } }
      @media (max-width: 600px) {
        .modulo_resumen .numeros-anteriores .item {
          -ms-flex-preferred-size: 30%;
          flex-basis: 30%; } }
      @media (max-width: 500px) {
        .modulo_resumen .numeros-anteriores .item {
          -ms-flex-preferred-size: 45%;
          flex-basis: 45%; } }
      @media (max-width: 400px) {
        .modulo_resumen .numeros-anteriores .item {
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }
      .modulo_resumen .numeros-anteriores .item .inner img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center; }
      .modulo_resumen .numeros-anteriores .item .inner p {
        margin: 0;
        margin-top: -35px;
        text-align: center;
        font-size: 30px; }
      .modulo_resumen .numeros-anteriores .item small {
        display: inline-block;
        width: 100%; }
  .modulo_resumen .videos {
    padding: 10px 0 0; }
    .modulo_resumen .videos select {
      background-repeat: no-repeat;
      width: 98.6%;
      background-position: center right;
      padding: 6px 28px 6px 12px;
      border: 1px solid #222222; }
      .modulo_resumen .videos select option {
        font-size: 14px;
        height: 30px;
        padding: 5px;
        width: 100%; }
    .modulo_resumen .videos .video-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 1rem; }
      .modulo_resumen .videos .video-items p {
        color: #222222; }
      @media (max-width: 700px) {
        .modulo_resumen .videos .video-items {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .modulo_resumen .videos .video-items .video-item {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        margin-right: 10px;
        z-index: 95;
        position: relative; }
        .modulo_resumen .videos .video-items .video-item .modal__btn {
          z-index: 999;
          display: block; }
        @media (max-width: 900px) {
          .modulo_resumen .videos .video-items .video-item {
            -ms-flex-preferred-size: 45%;
            flex-basis: 45%; } }
        @media (max-width: 800px) {
          .modulo_resumen .videos .video-items .video-item {
            -ms-flex-preferred-size: 30%;
            flex-basis: 30%; } }
        @media (max-width: 700px) {
          .modulo_resumen .videos .video-items .video-item {
            -ms-flex-preferred-size: 45%;
            flex-basis: 45%; } }
        @media (max-width: 500px) {
          .modulo_resumen .videos .video-items .video-item {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
      .modulo_resumen .videos .video-items p {
        padding: 10px 5px; }
      .modulo_resumen .videos .video-items iframe {
        width: 100%;
        position: relative; }
  .modulo_resumen .contacto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media (max-width: 900px) {
      .modulo_resumen .contacto {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .modulo_resumen .contacto .formulario {
      -ms-flex-preferred-size: 60%;
      flex-basis: 60%; }
    .modulo_resumen .contacto .direccion {
      -ms-flex-preferred-size: 35%;
      flex-basis: 35%; }
      .modulo_resumen .contacto .direccion strong, .modulo_resumen .contacto .direccion span {
        color: #708bba; }
      .modulo_resumen .contacto .direccion a {
        color: #fe981e; }
      .modulo_resumen .contacto .direccion ul {
        padding: 10px 25px 44px; }
        .modulo_resumen .contacto .direccion ul li {
          font-size: 15px; }
        .modulo_resumen .contacto .direccion ul li > strong {
          color: #222222; }
      .modulo_resumen .contacto .direccion .mapa-google {
        margin: 10px 0; }
      .modulo_resumen .contacto .direccion iframe {
        width: 100%; }

/*botones descarga*/
.btn {
  background-color: #ffffff;
  color: #708bba;
  font-size: 12px;
  text-transform: uppercase;
  padding: 3px 15px;
  margin: 0 10px 5px 0;
  display: inline-block; }
  .btn.bordered {
    border: 1px solid #708bba; }
  .btn.blue {
    background-color: #708bba;
    color: #ffffff !important; }
  .btn.orange {
    background-color: #fe981e;
    color: #ffffff;
    padding: 5px 20px; }

.btndescarga {
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 5px;
  background-color: #708bba;
  color: #ffffff;
  white-space: nowrap; }

/*paginacion home*/
.next {
  font-family: "ProximaNovaA-Regular", sans-serif;
  text-transform: uppercase;
  color: #708bba;
  position: relative;
  padding: 5px 30px;
  margin: 0 40px 0 0; }

.next:first-of-type:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 17.3px 10px 0;
  border-color: transparent #708bba transparent transparent;
  position: absolute;
  top: 3px;
  left: 0; }

.next:last-of-type:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17.3px;
  border-color: transparent transparent transparent #708bba;
  position: absolute;
  top: 3px;
  right: 0; }

.next:last-of-type {
  text-align: right; }

.num_anterior.next:last-of-type:after {
  content: none; }

@media (max-width: 500px) {
  .next {
    margin: 10px 0 0; } }
@media (max-width: 420px) {
  .btn {
    display: block;
    margin: 5px 0; } }
/*botones RRSS*/
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
  /*Botton Descarga ArtÝculo*/ }
  @media (max-width: 800px) {
    .social {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media (max-width: 1200px) {
    .social a {
      margin: 0 5px 0 0; } }
  @media (max-width: 800px) {
    .social a {
      margin: 0 10px 0 0; } }
  .social i {
    padding: 15px;
    color: #ffffff;
    font-size: 20px; }
  .social .fa-facebook {
    background-color: #375d9e;
    padding: 15px 18px; }
  .social .fa-twitter {
    background-color: #00abf0; }
  .social .fa-linkedin {
    background-color: #177abd; }
  .social .fa-youtube {
    background-color: #ff0000; }

.contactar {
  padding: 15px;
  background-color: #708bba;
  margin: 0 0 30px;
  text-align: center; }
  .contactar p {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 0.5em 0 1em; }
  .contactar form {
    margin: 0 0 25px; }
    .contactar form textarea {
      padding: 7px 13px;
      width: 86%; }
      @media screen and (max-width: 800px) {
        .contactar form textarea {
          width: 90.4%; } }
    .contactar form input {
      width: 85%;
      color: #222222;
      background-color: #ffffff;
      padding: 7px 13px;
      margin: 0 0 5px; }
      @media (max-width: 800px) {
        .contactar form input {
          width: 90%; } }
    .contactar form input[type="checkbox"] {
      display: inline;
      width: 15%;
      margin: 10px 0; }
    .contactar form label {
      font-size: 13px;
      color: #ffffff;
      margin: 5px 0;
      text-align: left;
      display: block; }
      .contactar form label a {
        color: #ffffff;
        text-decoration: none; }
    .contactar form button {
      font-family: "Roboto", sans-serif;
      border: none;
      float: right; }

.formulario label, .formulario input, .formulario textarea {
  width: 90%;
  display: block; }
.formulario label {
  margin: 10px 0 5px; }
.formulario label > input {
  display: inline-block;
  margin: 0 7px 0 0;
  width: 10%; }
.formulario button {
  border: none;
  margin-top: 10px; }

.c-tab__menu {
  text-align: center; }
  .c-tab__menu button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 0.3125rem;
    font-size: 0.9375rem;
    font-weight: 700;
    background: #708bba;
    border: 0;
    color: #fff;
    margin-top: 0.4rem; }
    .c-tab__menu button.active {
      background: #fff;
      color: #708bba; }
    .c-tab__menu button:hover {
      background: #fff;
      color: #708bba; }

.c-tab__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.c-tab__content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left; }

.c-tab__item {
  padding: 20px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .c-tab__item a {
    color: #708bba;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    margin: 0 5px;
    padding: 5px; }
    @media (max-width: 610px) {
      .c-tab__item a {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
  .c-tab__item a:nth-of-type(odd) {
    border-right: 1px solid #708bba;
    margin-left: 1.5625rem; }
    @media (max-width: 610px) {
      .c-tab__item a:nth-of-type(odd) {
        border: none;
        margin: 0; } }

/* start js popup */
body.modal__open {
  overflow: hidden;
  touch-action: none; }
  body.modal__open p, body.modal__open a {
    color: white; }

.modal__filter {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  opacity: 0.6; }

.modal__wrapp {
  display: none;
  width: 90%;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: grey; }
  .modal__wrapp.legal {
    background: #fff;
    padding: 11% 5%;
    overflow: auto; }
    .modal__wrapp.legal .title {
      color: #eca821;
      font-weight: 700;
      font-size: 20px;
      padding: 10px 5px 10px 0;
      position: relative; }
    .modal__wrapp.legal p {
      color: #333; }
    .modal__wrapp.legal .correo {
      color: #708bba; }
  .modal__wrapp .modal__inner {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .modal__wrapp .modal__inner .modal {
      position: relative;
      max-width: 57.5rem;
      width: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      .modal__wrapp .modal__inner .modal .close {
        position: absolute;
        top: -37px;
        right: 0;
        cursor: pointer;
        padding: 0rem .6rem;
        font-size: 2rem;
        color: white;
        background: #708bba; }

/*modal__wrapp*/
/*end js popup */
/* popup custom contact */
.modal__wrapp .modal__inner .c-popup-contacto {
  background: grey;
  padding: 2.5rem 0.625rem 0.625rem 0.625rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0rem;
  overflow-y: auto; }
  .modal__wrapp .modal__inner .c-popup-contacto .close {
    color: white;
    font-size: 2rem;
    line-height: 1;
    background: blue;
    padding: 0rem 0.3125rem; }

/* popup custom privacidad iframe */
.c-iframe {
  height: 100%;
  width: 100%;
  min-height: 600px;
  margin-bottom: -1rem; }

/* popup custom list contacto */
.c-popup-contact__title {
  text-align: center;
  color: white;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 700; }
  .c-popup-contact__title:before {
    content: url("../imagenes/mobile/icon-phone-white.png");
    display: inline-block;
    margin-right: 0.625rem; }
  .c-popup-contact__title ~ p {
    text-align: center;
    color: white; }

.c-popup-contact__table {
  width: 100%;
  border-left: 1px solid grey;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey; }
  .c-popup-contact__table .c-pop-contact-table__head {
    background: grey;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.3125rem 0.625rem; }
    .c-popup-contact__table .c-pop-contact-table__head p {
      padding-bottom: 0.4375rem;
      padding-top: 0.625rem;
      margin-bottom: 0rem; }
      .c-popup-contact__table .c-pop-contact-table__head p:last-of-type {
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%; }
  .c-popup-contact__table .c-pop-contact-table__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.3125rem 0.625rem; }
    .c-popup-contact__table .c-pop-contact-table__body p {
      border-bottom: 2px dotted grey;
      padding-bottom: 0.4375rem;
      padding-top: 0rem;
      margin-bottom: 0rem;
      -ms-flex-item-align: center;
      align-self: center; }
      .c-popup-contact__table .c-pop-contact-table__body p:first-of-type {
        flex-grow: 1; }
        .c-popup-contact__table .c-pop-contact-table__body p:first-of-type:after {
          content: "";
          border-right: 1px solid grey;
          height: 1.5rem;
          float: right; }
      .c-popup-contact__table .c-pop-contact-table__body p:last-of-type {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
        margin-left: 0.375rem; }
    .c-popup-contact__table .c-pop-contact-table__body:last-of-type p {
      border-bottom: none; }

.gracias-contacto {
  color: white;
  padding: 0.3125rem 0.9375rem 0.3125rem; }
  .gracias-contacto img {
    text-align: center;
    display: block;
    margin: 1rem auto 1rem; }
  .gracias-contacto .title-gracias {
    font-size: 1.125rem;
    font-weight: 700; }
  .gracias-contacto .text-gracias {
    font-size: 0.875rem; }

@media (min-width: 48rem) {
  .modal__wrapp {
    max-width: 57.5rem;
    margin: auto;
    max-height: 37.5rem;
    height: auto; }
    .modal__wrapp.legal {
      max-width: 37.5rem;
      padding: 3% 2% 2%;
      max-height: fit-content; }

  .modal__wrapp .modal__inner {
    min-height: auto; }

  /* popup custom contact */
  .modal__wrapp .modal__inner .c-popup-contacto {
    max-height: none;
    height: auto; } }
/*aviso de cookies*/
.aviso-cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 30px;
  background-color: #002851;
  color: #ffffff; }
  .aviso-cookies .cookies {
    display: flex;
    justify-content: space-around;
    align-items: center; }
    @media (max-width: 50rem) {
      .aviso-cookies .cookies {
        flex-direction: column;
        padding: 0 20px 10px;
        box-sizing: border-box; } }
    .aviso-cookies .cookies p {
      flex-basis: 85%; }
  .aviso-cookies .aceptar {
    background-color: #ffffff;
    color: #eca821;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 10px; }

.img-resp {
  max-width: 100%; }

.text-center {
  text-align: center; }

.u-block {
  display: block !important; }

@media (min-width: 800px) {
  .mobile-hidden {
    display: block; }

  .mobile-visible {
    display: none; } }
@media (max-width: 800px) {
  .mobile-hidden {
    display: none !important; }

  .mobile-visible {
    display: block; } }
.u-color-primary {
  color: #002851; }

.u-background-primary {
  background: #002851; }

.u-color-secondary {
  color: #eca821; }

.u-background-secondary {
  background: #eca821; }

.u-bold {
  font-weight: 700; }

/*# sourceMappingURL=main.css.map */
