@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  width: 100%; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  transition: color 400ms, background-color 400ms; }

a:hover,
a:focus {
  text-decoration: none; }

p {
  font-size: 14px;
  color: #666;
  line-height: 170%; }

b, strong {
  font-weight: 700; }

i img {
  vertical-align: middle; }

.cssanimations.wow-activo .wow,
.wow {
  visibility: hidden; }

* {
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum"; }

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8); }

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: scale(1); }

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  transform: scale(0.8);
  opacity: 0; }

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-out;
  transform: translateY(-20px) perspective(600px) rotateX(10deg); }

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: translateY(0) perspective(600px) rotateX(0); }

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-10px) perspective(600px) rotateX(10deg); }

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0; }

.box-shadow {
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); }

.circulo, #bajar, .listado .curso .caption-title li:before, footer #subir {
  border-radius: 100%; }

.wow {
  visibility: hidden; }

.text-uppercase {
  text-transform: uppercase; }

.transition_all, #bajar, #header .header, .switch, .switch a i:before, .idp_main .cuadros a span, .idp_main .cuadros a span:after, #banners .container .col-md-4, .redes li a i, footer #subir {
  transition: all .30s ease-in-out; }

.center-h {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.center-v {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.center-vh {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

/* Centrar / Cortar imagen en contenido */
.img-center {
  overflow: hidden;
  z-index: 1; }

.img-center .fondo-imag {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%; }

.img-center .fondo-imag img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  min-width: 50%;
  min-height: 50%; }

/* Fin */
/* Form styles */
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea,
select {
  box-sizing: border-box;
  width: 100%;
  color: #222;
  border: solid 1px #ccc;
  height: 22px;
  font-size: 18px;
  font-weight: 400;
  padding: 0 7px;
  line-height: 22px; }
textarea {
  resize: none;
  height: 123px;
  padding: 5px 7px; }

/* PLACEHOLDER */
input::-webkit-input-placeholder {
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px; }
  @media (max-width: 767px) {
    input::-webkit-input-placeholder {
      line-height: 22px; } }

textarea::-webkit-input-placeholder {
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px; }
  @media (max-width: 767px) {
    textarea::-webkit-input-placeholder {
      line-height: 22px; } }

input:-moz-placeholder {
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  opacity: 1;
  line-height: 22px; }
  @media (max-width: 767px) {
    input:-moz-placeholder {
      line-height: 22px; } }

textarea:-moz-placeholder {
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  opacity: 1;
  line-height: 22px; }
  @media (max-width: 767px) {
    textarea:-moz-placeholder {
      line-height: 22px; } }

input::-moz-placeholder {
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  opacity: 1;
  line-height: 22px; }
  @media (max-width: 767px) {
    input::-moz-placeholder {
      line-height: 22px; } }

textarea::-moz-placeholder {
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  opacity: 1;
  line-height: 22px; }
  @media (max-width: 767px) {
    textarea::-moz-placeholder {
      line-height: 22px; } }

input[type=submit] {
  cursor: pointer; }

input,
textarea {
  outline: none; }

.select {
  position: relative;
  margin-left: 15px;
  display: inline-block; }

select {
  font-size: 16px;
  background-color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 45px;
  padding-left: 15px;
  height: 36px;
  border: 0;
  border-bottom: solid 1px #9a9a9a;
  line-height: 33px; }

.select select::-ms-expand {
  display: none;
  /* to ie 10 */ }

:-moz-any(.select):after {
  /* background-color: #fff; this is necessary for overcome the caret default browser */
  pointer-events: none;
  /* https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events  */
  z-index: 1;
  /* this is necessary for overcome the pseudo element */ }

select:focus,
input:focus {
  outline: 0px; }

.select:after {
  font-family: 'custom-fonts';
  position: absolute;
  right: 0px;
  top: 0px;
  content: '\e802';
  width: 33px;
  height: 33px;
  text-align: center;
  font-size: 16px;
  display: block;
  color: #5c5c5c;
  pointer-events: none;
  transition: all .30s ease-in-out;
  line-height: 33px; }

.select {
  width: 100%;
  margin-left: 0 !important;
}
.select select {
  color: #222;
  border: solid 1px #ccc;
  height: 50px;
  font-size: 18px;
  border-radius: 3px;
  font-weight: 400;
}
.select:after {
  content: '\e805' !important;
    width: 50px;
    height: 50px;
    line-height: 48px;
}

/* Cambiar color a la selección */
/* webkit, opera, IE9 */
::-moz-selection {
  background: #bf281f;
  color: #fff; }
::selection {
  background: #bf281f;
  color: #fff; }

/* mozilla firefox */
::-moz-selection {
  background: #bf281f;
  color: #fff; }

/* Manito en los cliqueables */
a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
  cursor: pointer; }

/* Quita el borde feo a los input */
input[type="text"]:focus, textarea:focus, input[type="search"]:focus {
  outline: none; }

/* Opacidad en todos los navegadores */
.cross-opacity {
  /* FF, Safari, Chrome, IE9 y 10 */
  opacity: 0.7;
  /* IE */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* IE8 */
  filter: alpha(opacity=70);
  /* IE 5-7  */ }

.wide {
  width: 100%; }

.div_table {
  display: table; }

.div_cell {
  display: table-cell; }

a {
  text-decoration: none;
  color: #000; }
  a:hover {
    color: #2094d1; }

mark {
  color: #eb2527;
  background-color: transparent; }

.scrollbox {
  height: 550px;
  padding-right: 20px;
  overflow-y: scroll;
  margin-bottom: 30px; }

body::-webkit-scrollbar {
  width: 3px; }

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
  border-radius: 0px; }

body::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #bf281f; }

textarea::-webkit-scrollbar {
  width: 0px; }

textarea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px; }

textarea::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #bf281f; }

.scrollbar-rail {
  height: 550px;
  margin-bottom: 30px; }

/* Hss */
h2 {
  font-family: "Work Sans", sans-serif;
  font-size: 48px;
  color: #333;
  padding: 0;
  letter-spacing: -1px;
  margin-bottom: 20px;
  line-height: 130%; }
  @media (max-width: 767px) {
    h2 {
      font-size: 34px; } }

h3 {
  font-family: "Work Sans", sans-serif;
  font-size: 30px;
  color: #000;
  line-height: 130%; }

h4 {
  color: #000;
  font-size: 22px;
  line-height: 120%; }

h5 {
  font-family: "Work Sans", sans-serif;
  font-size: 27px;
  letter-spacing: -1px;
  color: #333;
  font-weight: 300;
  margin: 0;
  line-height: 130%; }
  h5 strong {
    font-weight: 500; }
  @media (max-width: 991px) {
    h5 {
      font-size: 22px; } }

p {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 130%; }

body {
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  overflow-x: hidden;
  background-color: #fff;
  padding: 0;
  margin: 0;
  position: relative;
  line-height: 150%; }

html,
body {
  height: 100%; }

.shadow {
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1); }

/* Boton */
.boton {
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-size: 17px;
  font-weight: 900;
  color: #fff;
  padding: 0 20px;
  line-height: 38px;
  transition: all .90s ease-in-out; }
  .boton.azul {
    background-color: #000; }
    .boton.azul:hover {
      background-color: #bf281f; }
  .boton.rojo {
    background-color: #bf281f; }
    .boton.rojo:hover {
      background-color: #000; }
  .boton.blanco {
    background-color: #fff;
    color: #bf281f; }
    .boton.blanco:hover {
      background-color: #000;
      color: #fff; }

#bajar {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  z-index: 9;
  color: #fff;
  font-family: 'custom-fonts';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  opacity: 1;
  pointer-events: all;
  text-align: center;
  line-height: 60px; }
  #bajar:after {
    content: "\e805"; }
  #bajar:hover {
    bottom: -40px; }

#header {
  position: relative;
  z-index: 9; }
  #header .header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99; }
    #header .header #head {
      background-color: #fff;
      padding: 10px 21px 14px 21px; }
    #header .header .colores {
      background-color: #1c3c85;
      padding: 0 70px; }
      #header .header .colores .col-3 {
        height: 3px; }
  #header .menu li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 15px; }
    @media (max-width: 1199px) {
      #header .menu li {
        padding: 0 8px; } }
    #header .menu li a {
      font-family: "Work Sans", sans-serif;
      font-size: 15px;
      color: #000;
      padding: 0px;
      display: block;
      position: relative;
      outline: none;
      line-height: 120%; }
      @media (max-width: 1199px) {
        #header .menu li a {
          font-size: 14px; } }
      @media (max-width: 991px) {
        #header .menu li a {
          font-size: 16px;
          padding: 5px;
          color: #000; } }
      #header .menu li a strong {
        font-weight: 600; }
    #header .menu li a.activo, #header .menu li a:focus, #header .menu li a:hover {
      color: #2094d1; }

.bg-celeste {
  background-color: #2094d1; }

.bg-amarillo {
  background-color: #febd29; }

.bg-naranja {
  background-color: #f58020; }

.bg-rojo {
  background-color: #eb2527; }

.bg-verde {
  background-color: #46aa15; }

.bg-gris {
  background-color: #f1f3f3; }

.bg-ruralidad {
  background-color: #46aa15; }

.bg-salud {
  background-color: #f58020; }

.bg-educacion {
  background-color: #febd29; }

.bg-tecnologia {
  background-color: #2094d1; }

.bg-gerencia,
.bg-ciudadania,
.bg-INE-democracia-y-ciudadania {
  background-color: #807f84;
  background-image: url('../img/bg-ine.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.bg-empleo {
  background-color: #eb2527; }
 
.switch {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  background-color: #fff; }
  .switch a {
    display: inline-block;
    padding: 10px; }
    .switch a i {
      font-family: 'custom_fonts';
      color: #1c3c85;
      font-size: 22px; }
      .switch a i:before {
        content: '\f0c9'; }
    .switch a.s-close i:before {
      content: '\e800';
      color: #1c3c85; }
  @media (max-width: 991px) {
    .switch {
      display: block; } }
  @media (max-width: 499px) {
    .switch {
      top: 0; } }

@media (min-width: 992px) {
  #main-menu {
    display: block !important; } }

@media (max-width: 991px) {
  #main-menu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 15px;
    z-index: 99; }
    #main-menu .menu {
      float: none; }
      #main-menu .menu li {
        display: block; } }

@media (max-width: 767px) {
  .box-img {
    height: 300px; } }

.box-img img {
  width: 100%;
  height: auto; }

.s_home .box-img {
  height: 373px; }

.s_home #noticias .box-img {
  height: 199px; }

.s_interna .box-img {
  height: 272px; }

@supports (object-fit: cover) {
  .box-img img {
    height: 100%;
    object-fit: cover;
    object-position: center center; } }

#top {
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    #top {
      text-align: center; } }
  #top .top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    #top .top .container {
      position: relative;
      height: 100%;
      z-index: 3; }
      #top .top .container .row {
        height: 100%; }
        #top .top .container .row .top-caption {
          margin-top: 84px; }

.submenu {
  padding-top: 20px; }
  .submenu a {
    padding: 14px 0;
    color: #fff;
    border: solid 1px #fff;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    border-radius: 15px; }
    .submenu a:hover, .submenu a:active, .submenu a.activo {
      background-color: #fff;
      color: #000; }
    @media (max-width: 991px) {
      .submenu a {
        margin-bottom: 10px; } }

.banda {
  padding: 14px 0;
  background-color: #fff; }
  .banda .slick-slide {
    vertical-align: middle;
    float: none;
    display: inline-block; }
    @media (max-width: 991px) {
      .banda .slick-slide {
        text-align: center; } }
  .banda span,
  .banda img {
    display: inline-block;
    vertical-align: middle; }
  .banda span {
    color: #807f84;
    font-size: 14px;
    margin-right: 30px; }
    @media (max-width: 1199px) {
      .banda span {
        margin-right: 20px; } }
  .banda img {
    margin: 0 10px; }
    @media (max-width: 1199px) {
      .banda img {
        margin: 0 5px; } }

h1 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 0px;
  line-height: 120%; }
  @media (max-width: 767px) {
    h1 {
      font-size: 34px; } }
  h1 span {
    display: block; }

h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 0px;
  line-height: 120%; }
  @media (max-width: 767px) {
    h2 {
      font-size: 28px; } }

h3 {
  color: #1c3c85;
  font-size: 24px;
  margin-bottom: 0px;
  line-height: 120%; }

h4 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 300;
  line-height: 120%; }
  @media (max-width: 991px) {
    h4 {
      font-size: 24px; } }
  @media (max-width: 767px) {
    h4 {
      font-size: 28px; } }

h5 {
  font-size: 16px;
  color: #807f84;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 120%; }

p {
  text-align: justify;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 140%; }
  @media (max-width: 767px) {
    p {
      font-size: 16px; } }

.s_home .idp_main {
  background-color: #1c3c85;
  background-image: url(../img/bg_pattern.png);
  background-repeat: repeat;
  background-position: center; }

.idp_main article {
  padding: 50px 0; }

@media (max-width: 991px) {
  .idp_main .cuadros {
    padding-top: 50px; } }

.idp_main .cuadros .c-salud {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/bg_salud.jpg);
  height: 250px; }

.idp_main .cuadros .c-ruralidad {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/bg_ruralidad.jpg);
  height: 250px; }

.idp_main .cuadros .c-educacion-tic {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/bg_educacion.jpg);
  height: 100%; }

.idp_main .cuadros .c-formacion-docente {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/bg_formacion.jpg);
  height: 250px; }

.idp_main .cuadros .c-escuela-de-gobierno {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/bg_escuela.jpg);
  height: 250px; }

@media (max-width: 991px) {
  .idp_main .cuadros .c-salud,
  .idp_main .cuadros .c-ruralidad,
  .idp_main .cuadros .c-formacion-docente,
  .idp_main .cuadros .c-escuela-de-gobierno {
    margin-bottom: 15px; } }

@media (min-width: 992px) {
  .idp_main .cuadros .c-ruralidad,
  .idp_main .cuadros .c-escuela-de-gobierno {
    margin-top: 15px; } }

@media (max-width: 991px) {
  .idp_main .cuadros .c-educacion-tic {
    height: 250px;
    margin-bottom: 15px; } }

.idp_main .cuadros a {
  position: relative;
  display: block; }
  .idp_main .cuadros a span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    text-align: center;
    line-height: 130%; }
    .idp_main .cuadros a span:after {
      content: '';
      width: 70px;
      height: 1px;
      background-color: #fff;
      display: block;
      position: relative;
      top: 30px;
      margin: 0 auto; }
  .idp_main .cuadros a:hover span:after {
    width: 40px;
    height: 8px;
    top: 10px; }

#noticias {
  border-top: solid 3px #fff;
  border-bottom: solid 3px #fff;
  background-color: #eeeeee;
  background-image: url(../img/bg_pattern_2.png);
  background-repeat: repeat;
  background-position: center;
  padding: 50px 0; }
  @media (max-width: 991px) {
    #noticias .noticias {
      padding-bottom: 40px; }
      #noticias .noticias .slider-noticias {
        margin-left: -15px;
        margin-right: -15px; }
        #noticias .noticias .slider-noticias .item {
          padding: 0 15px; } }
  #noticias .noticias a {
    background-color: #fff;
    display: block; }
    #noticias .noticias a .caption-title {
      padding: 20px;
      max-height: 221px;
      border-bottom: solid 20px #fff;
      overflow: hidden; }
      #noticias .noticias a .caption-title b {
        color: #1c3c85;
        font-size: 17px;
        font-weight: 600;
        display: block;
        margin-bottom: 10px;
        line-height: 120%; }
      #noticias .noticias a .caption-title p {
        color: #000;
        font-size: 16px;
        margin-bottom: 0px; }
  #noticias .noticias .navigation-dots .slick-dots {
    position: static;
    text-align: left; }
    #noticias .noticias .navigation-dots .slick-dots li button:before {
      width: 14px;
      height: 14px;
      background-color: #722886 !important; }
  #noticias .moocs {
    background-color: #722886;
    color: #fff;
    padding: 15px; }
    #noticias .moocs .slider-moocs .item .mooc {
      padding: 15px; }
      #noticias .moocs .slider-moocs .item .mooc .imagen {
        border: solid 1px rgba(255, 255, 255, 0.3); }
      #noticias .moocs .slider-moocs .item .mooc .caption-title {
        padding: 16px 0; }
        #noticias .moocs .slider-moocs .item .mooc .caption-title b {
          color: #fff;
          font-weight: 600;
          display: block;
          margin-bottom: 11px;
          font-size: 16px; }
        #noticias .moocs .slider-moocs .item .mooc .caption-title p {
          font-size: 16px; }
      #noticias .moocs .slider-moocs .item .mooc .button {
        border: solid 1px #fff;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        padding: 10px 30px;
        display: inline-block; }
        #noticias .moocs .slider-moocs .item .mooc .button:hover {
          background-color: #fff;
          color: #722886; }
  #noticias .boton {
    margin-top: 25px; }
    #noticias .boton a {
      font-size: 18px;
      color: #fff;
      display: inline-block;
      padding: 2px 30px;
      background-color: #1c3c85; }
      #noticias .boton a strong {
        font-weight: 600; }
      #noticias .boton a:hover {
        background-color: #722886; }

#banners {
  background-color: #2094d1; }
  #banners .container .col-md-4 {
    background-color: transparent; }
    @media (min-width: 768px) {
      #banners .container .col-md-4 {
        border-right: solid 3px #fff; }
        #banners .container .col-md-4:first-child {
          border-left: solid 3px #fff; } }
    #banners .container .col-md-4:hover {
      background-color: #eb2527; }
  #banners .container a {
    padding: 20px 0;
    display: block; }
    #banners .container a strong {
      font-size: 18px;
      padding: 0 20px;
      color: #fff;
      font-weight: 600; }
      @media (max-width: 991px) {
        #banners .container a strong {
          display: block;
          padding: 10px 0; } }

#aliados {
  padding: 20px 0; }
  #aliados .slider-asociados .item {
    display: inline-block;
    vertical-align: middle;
    float: none; }
    #aliados .slider-asociados .item img {
      display: inline-block;
      vertical-align: middle; }
  #aliados .slider-asociados .slick-prev,
  #aliados .slider-asociados .slick-next {
    background-color: transparent; }
    #aliados .slider-asociados .slick-prev:before,
    #aliados .slider-asociados .slick-next:before {
      color: #807f84; }
  #aliados .slider-asociados .slick-prev {
    left: 0; }
  #aliados .slider-asociados .slick-next {
    right: 0; }

#redes {
  background-color: #1c3c85;
  padding: 17px 0; }

/* Internas */
.s_interna p {
  color: #000; }

.s_interna .idp_main {
  background-color: #f1f3f3; }
  .s_interna .idp_main h4 {
    color: #000; }
  .s_interna .idp_main h3 {
    color: #000;
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 140%; }
    .s_interna .idp_main h3 strong {
      font-weight: 600; }

.s_interna .listado p {
  font-size: 14px; }

figure {
  background-color: #fff; }
  figure figcaption {
    padding: 15px 10px; }
    figure figcaption span {
      font-size: 13px;
      display: block; }
    figure figcaption b {
      font-size: 18px; }
    figure figcaption ul.contactar {
      padding: 30px 0 35px 0; }
      figure figcaption ul.contactar li {
        display: inline-block;
        vertical-align: middle;
        padding: 0 5px; }
        figure figcaption ul.contactar li i,
        figure figcaption ul.contactar li span {
          display: inline-block;
          vertical-align: middle; }
        figure figcaption ul.contactar li i {
          font-size: 24px; }
        figure figcaption ul.contactar li span {
          font-size: 14px;
          color: #000; }

.wrapper {
  padding: 50px 0 130px 0; }

/* Audiovisual */
.listado .video {
  margin-bottom: 20px; }
  .listado .video .caption-title {
    padding: 10px 0; }
    .listado .video .caption-title b {
      font-size: 16px; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Cursos */
.listado .curso {
  background-color: #fff;
  border-bottom: solid 5px !important; }
  .listado .curso .caption-title {
    padding: 10px 15px; }
    .listado .curso .caption-title span {
      font-size: 14px; }
    .listado .curso .caption-title b {
      font-family: "Rubik", sans-serif;
      display: block;
      padding: 5px 0;
      font-size: 24px;
      font-weight: 400;
      line-height: 120%; }
      .listado .curso .caption-title b:after {
        content: '';
        margin: 15px 0 10px 0;
        width: 25px;
        display: block;
        height: 1px; }
    .listado .curso .caption-title li {
      font-size: 16px;
      padding-left: 10px;
      position: relative;
      color: #000;
      margin-bottom: 5px;
      line-height: 120%; }
      .listado .curso .caption-title li:before {
        content: '';
        width: 5px;
        height: 5px;
        display: block;
        position: absolute;
        left: 0;
        top: 7px; }

/* Documentos */
.listado .card {
  border: 0px;
  margin-bottom: 30px;
  border-radius: 0px; }
  @media (min-width: 1200px) {
    .listado .card {
      max-width: 263px;
      -ms-flex: 1 0 20%;
      flex: 1 0 20%; } }
  @media (max-width: 1199px) {
    .listado .card {
      max-width: 290px;
      -ms-flex: 1 0 33%;
      flex: 1 0 33%; } }
  @media (max-width: 991px) {
    .listado .card {
      max-width: 330px;
      -ms-flex: 1 0 45%;
      flex: 1 0 45%; } }
  @media (max-width: 767px) {
    .listado .card {
      max-width: 100%;
      -ms-flex: 1 0 90%;
      flex: 1 0 90%; } }
  .listado .card .card-title {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px; }
  .listado .card span {
    font-family: "Rubik", sans-serif;
    font-size: 14px; }

/* Encuentros */
.encuentro {
  background-color: #fff;
  margin-bottom: 30px; }
  .encuentro article {
    padding: 25px 30px 15px 0; }
    @media (max-width: 767px) {
      .encuentro article {
        padding: 25px; } }
    .encuentro article b {
      font-family: "Rubik", sans-serif;
      font-size: 24px;
      font-weight: 500; }
    .encuentro article .datos {
      margin: 20px 0;
      font-size: 16px; }
      @media (max-width: 767px) {
        .encuentro article .datos .fecha {
          margin-bottom: 15px; } }
      .encuentro article .datos i {
        font-size: 20px; }
    .encuentro article p {
      font-size: 14px;
      margin-bottom: 0px;
      line-height: 130%; }

.formulario-registro input[type=text],
.formulario-registro input[type=email] {
  height: 50px;
  padding: 0 20px;
  font-size: 18px; }

.formulario-registro button {
  background-color: #46aa15;
  color: #fff;
  font-weight: 600; }

/* Ruralidad */
.s_interna.ruralidad {
  /* Portatda */
  /* Audiovisual */
  /* Cursos */
  /* Documentos */
  /* Encuentros */ }
  .s_interna.ruralidad figure figcaption .contactar i {
    color: #46aa15; }
  .s_interna.ruralidad .video .caption-title b {
    color: #46aa15; }
  .s_interna.ruralidad .curso {
    border-color: #46aa15 !important; }
    .s_interna.ruralidad .curso .caption-title b:after {
      background-color: #46aa15; }
    .s_interna.ruralidad .curso .caption-title li:before {
      background-color: #46aa15; }
  .s_interna.ruralidad .card .card-title {
    color: #46aa15; }
  .s_interna.ruralidad .encuentro b {
    color: #46aa15; }
  .s_interna.ruralidad .encuentro .datos i {
    color: #46aa15; }

/* Salud */
.s_interna.salud {
  /* Portatda */
  /* Audiovisual */
  /* Cursos */
  /* Documentos */
  /* Encuentros */ }
  .s_interna.salud figure figcaption .contactar i {
    color: #f58020; }
  .s_interna.salud .video .caption-title b {
    color: #f58020; }
  .s_interna.salud .curso {
    border-color: #f58020 !important; }
    .s_interna.salud .curso .caption-title b:after {
      background-color: #f58020; }
    .s_interna.salud .curso .caption-title li:before {
      background-color: #f58020; }
  .s_interna.salud .card .card-title {
    color: #f58020; }
  .s_interna.salud .encuentro b {
    color: #f58020; }
  .s_interna.salud .encuentro .datos i {
    color: #f58020; }

/* Educacion */
.s_interna.educacion {
  /* Portatda */
  /* Audiovisual */
  /* Cursos */
  /* Documentos */
  /* Encuentros */ }
  .s_interna.educacion figure figcaption .contactar i {
    color: #febd29; }
  .s_interna.educacion .video .caption-title b {
    color: #febd29; }
  .s_interna.educacion .curso {
    border-color: #febd29 !important; }
    .s_interna.educacion .curso .caption-title b:after {
      background-color: #febd29; }
    .s_interna.educacion .curso .caption-title li:before {
      background-color: #febd29; }
  .s_interna.educacion .card .card-title {
    color: #febd29; }
  .s_interna.educacion .encuentro b {
    color: #febd29; }
  .s_interna.educacion .encuentro .datos i {
    color: #febd29; }

/* Formacion docente */
.s_interna.formacion {
  /* Portatda */
  /* Audiovisual */
  /* Cursos */
  /* Documentos */
  /* Encuentros */ }
  .s_interna.formacion figure figcaption .contactar i {
    color: #2094d1; }
  .s_interna.formacion .video .caption-title b {
    color: #2094d1; }
  .s_interna.formacion .curso {
    border-color: #2094d1 !important; }
    .s_interna.formacion .curso .caption-title b:after {
      background-color: #2094d1; }
    .s_interna.formacion .curso .caption-title li:before {
      background-color: #2094d1; }
  .s_interna.formacion .card .card-title {
    color: #2094d1; }
  .s_interna.formacion .encuentro b {
    color: #2094d1; }
  .s_interna.formacion .encuentro .datos i {
    color: #2094d1; }

/* Escuela de gobierno */
.s_interna.escuela,
.s_interna.ciudadania {
  /* Portatda */
  /* Audiovisual */
  /* Cursos */
  /* Documentos */
  /* Encuentros */ }
  .s_interna.escuela figure figcaption .contactar i {
    color: #807f84; }
  .s_interna.escuela .video .caption-title b {
    color: #807f84; }
  .s_interna.escuela .curso {
    border-color: #807f84 !important; }
    .s_interna.escuela .curso .caption-title b:after {
      background-color: #807f84; }
    .s_interna.escuela .curso .caption-title li:before {
      background-color: #807f84; }
  .s_interna.escuela .card .card-title {
    color: #807f84; }
  .s_interna.escuela .encuentro b {
    color: #807f84; }
  .s_interna.escuela .encuentro .datos i {
    color: #807f84; }

@media (max-width: 767px) {
  .redes {
    padding-top: 20px; } }

.redes li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 7px; }
  .redes li span {
    color: #fff;
    font-size: 24px; }
  .redes li a {
    color: #fff;
    font-size: 24px; }
    .redes li a i {
      border: solid 1px #fff;
      display: block;
      width: 43px;
      height: 43px;
      text-align: center;
      line-height: 43px; }
    .redes li a:hover i {
      background-color: #fff;
      color: #000; }

footer {
  position: relative;
  background-color: #000; }
  footer #foot {
    padding: 5px 0; }
    footer #foot .container span {
      display: block;
      padding: 10px 0;
      font-family: "Roboto", sans-serif;
      color: rgba(255, 255, 255, 0.4);
      font-size: 16px;
      margin: 0px;
      line-height: 130%; }
    footer #foot .container a {
      font-size: 12px;
      font-family: arial, sans-serif;
      color: rgba(255, 255, 255, 0.4); }
      footer #foot .container a i {
        position: relative;
        top: -2px; }
      footer #foot .container a:hover {
        color: #fff; }
  footer #subir {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    z-index: 9;
    background: #000;
    color: #fff;
    font-family: 'custom-fonts';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    opacity: 1;
    pointer-events: all;
    text-align: center;
    line-height: 60px; }
    footer #subir:after {
      content: "\e804"; }
    footer #subir.ocultar {
      bottom: 0px;
      opacity: 0;
      pointer-events: none; }
    footer #subir:hover {
      background-color: #bf281f;
      top: -40px; }

/*# sourceMappingURL=maps/styles.css.map */

/* Agregados */
.idp_main .cuadros .c-educacion-tic {
  height: 250px;
}
.idp_main .cuadros .c-formacion-empleo {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../img/bg_empleo.jpg);
    height: 250px;
}
@media (min-width: 992px) {
  .idp_main .cuadros .c-ruralidad, 
  .idp_main .cuadros .c-salud, 
  .idp_main .cuadros .c-escuela-de-gobierno {
    margin-top: 15px;
  }
}

#ine-noticias {
  padding: 30px 0 60px 0;
}
#ine-noticias .image {
  position: relative;
  height: 220px;
  overflow: hidden;
  display: block;
}
#ine-noticias .image img {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translatey(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    -webkit-transition: all .30s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}
#ine-noticias figure:hover .image img {
  -webkit-transform: translatey(-50%) scale(1.1);
    -moz-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
}
#ine-noticias .image .category {
  position: absolute;
  bottom: 0;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    background-color: #222222;
    color: #fff;
    margin-right: 5px;
    padding: 3px 6px 4px;
    display: block;
    vertical-align: top;
}
#ine-noticias figcaption {
  min-height: 300px;
}
#ine-noticias h4 {
  font-family: 'Roboto', sans-sefif;
  color: #0b4a95;
  padding: 15px 0;
  min-height: 99px;
  font-size: 18px;
  line-height: 130%;
}
#ine-noticias .relativo {
  position: relative;
}
#ine-noticias h2 {
  color: #0b4a95;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px;
}
#ine-noticias p {
  font-family: 'Roboto', sans-sefif;
  color: #1b1b1f;
  font-size: 16px;
  height: 146px;
  overflow: hidden;
  line-height: 150%;
}
#ine-noticias .vertodas {
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 14px;
  color: #fff;
  padding: 3px 10px;
  background-color: #2094d1;
}
#ine-noticias .vertodas:hover {
  color: #fff;
  background-color: #0b4a95;
}
@media (max-width: 767px) {
  .s_interna.INE-democracia-y-ciudadania .box-img {
      height: 380px;
  }
}
.s_interna.INE-democracia-y-ciudadania .logo-ine {
    height: 45px;
}
.s_interna.INE-democracia-y-ciudadania header h3 {
    font-size: 16px;
}
@media (max-width: 991px) {
  .s_interna.INE-democracia-y-ciudadania .logo-ine {
    height: 30px;
  }
  .s_interna.INE-democracia-y-ciudadania header h3 {
    font-size: 16px;
  }
}