@font-face {
  font-family: 'gobCL';
  src: url("../fonts/gob/gobcllight.eot");
  src: url("../fonts/gob/gobcllight.eot?#iefix") format("embedded-opentype"), url("../fonts/gob/gobcllight.svg#gobcllight") format("svg"), url("../fonts/gob/gobcllight.ttf") format("truetype"), url("../fonts/gob/gobcllight.woff") format("woff"), url("../fonts/gob/gobcllight.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'gobCL';
  src: url("../fonts/gob/gobclregular.eot");
  src: url("../fonts/gob/gobclregular.eot?#iefix") format("embedded-opentype"), url("../fonts/gob/gobclregular.svg#gobclregular") format("svg"), url("../fonts/gob/gobclregular.ttf") format("truetype"), url("../fonts/gob/gobclregular.woff") format("woff"), url("../fonts/gob/gobclregular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'gobCL';
  src: url("../fonts/gob/gobclbold.eot");
  src: url("../fonts/gob/gobclbold.eot?#iefix") format("embedded-opentype"), url("../fonts/gob/gobclbold.svg#gobclbold") format("svg"), url("../fonts/gob/gobclbold.ttf") format("truetype"), url("../fonts/gob/gobclbold.woff") format("woff"), url("../fonts/gob/gobclbold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'gobCL';
  src: url("../fonts/gob/gobclheavy.eot");
  src: url("../fonts/gob/gobclheavy.eot?#iefix") format("embedded-opentype"), url("../fonts/gob/gobclheavy.svg#gobclheavy") format("svg"), url("../fonts/gob/gobclheavy.ttf") format("truetype"), url("../fonts/gob/gobclheavy.woff") format("woff"), url("../fonts/gob/gobclheavy.woff2") format("woff2");
  font-weight: 800;
  font-style: normal; }
.header .franja {
  background-color: #f9b233;
  height: 30px;
  width: 100%; }
.header .header-in {
  padding: 20px 0;
  position: relative; }
.header .logo {
  display: block;
  float: left;
  max-width: 160px;
  margin-right: 5px; }
.header .redes ul {
  margin: 0;
  padding: 0; }
  .header .redes ul li {
    display: inline-block;
    list-style: none; }
    .header .redes ul li a {
      color: #84919F;
      font-size: 18px;
      display: block;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .header .redes ul li a:hover {
        color: #f9b233; }
    .header .redes ul li + li {
      margin-left: 7px; }
.header .header-info {
  text-align: right; }
  .header .header-info .header-item {
    display: inline-block;
    vertical-align: top; }
    .header .header-info .header-item + .header-item {
      margin-left: 10px; }
.header .info {
  color: #84919F;
  display: block;
  font-size: 14px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 300; }
  .header .info span {
    font-weight: 700; }
  .header .info:hover {
    color: #f9b233;
    text-decoration: none; }
  .header .info:active, .header .info:focus {
    text-decoration: none; }
.header .buscador .buscador-input {
  position: relative; }
.header .buscador input {
  border: 1px solid #84919F;
  border-radius: 8px;
  color: #84919F;
  padding: 8px 30px 8px 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 200px; }
  .header .buscador input:focus {
    border-color: #f9b233;
    outline: 0; }
  .header .buscador input::-webkit-input-placeholder {
    color: #84919F;
    opacity: 0.8; }
  .header .buscador input:-ms-input-placeholder {
    color: #84919F;
    opacity: 0.8; }
  .header .buscador input::-ms-input-placeholder {
    color: #84919F;
    opacity: 0.8; }
  .header .buscador input::placeholder {
    color: #84919F;
    opacity: 0.8; }
.header .buscador .buscador-lupa {
  background-color: transparent;
  border: 0;
  color: #84919F;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .header .buscador .buscador-lupa:hover {
    color: #f9b233; }
  .header .buscador .buscador-lupa:focus {
    outline: 0; }
.header .herramientas {
  position: absolute;
  bottom: 30px;
  right: 15px;
  width: 50%;
  text-align: right; }
  .header .herramientas .herramients-item {
    font-size: 0;
    display: inline-block;
    vertical-align: bottom; }
    .header .herramientas .herramients-item + .herramients-item {
      margin-left: 7px; }
  .header .herramientas .contraste {
    font-size: 0;
    height: 22px;
    width: 22px; }
    .header .herramientas .contraste span {
      cursor: pointer;
      display: inline-block;
      width: 11px;
      height: 100%; }
      .header .herramientas .contraste span:first-child {
        border-top: 1px solid rgba(132, 145, 159, 0.3);
        border-bottom: 1px solid rgba(132, 145, 159, 0.3);
        border-left: 1px solid rgba(132, 145, 159, 0.3); }
      .header .herramientas .contraste span:last-child {
        border-top: 1px solid rgba(132, 145, 159, 0.3);
        border-bottom: 1px solid rgba(132, 145, 159, 0.3);
        border-right: 1px solid rgba(132, 145, 159, 0.3); }
      .header .herramientas .contraste span.activo {
        background-color: #84919F; }
  .header .herramientas .tamanio > span {
    border: 1px solid rgba(132, 145, 159, 0.3);
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    color: #84919F;
    height: 22px;
    text-align: center;
    width: 22px;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .header .herramientas .tamanio > span + span {
      margin-left: 3px; }
    .header .herramientas .tamanio > span:hover {
      background-color: #84919F;
      color: #ffffff; }
    .header .herramientas .tamanio > span span {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 100%;
      left: 0; }
  .header .herramientas .audio {
    font-size: 0;
    overflow: hidden; }
    .header .herramientas .audio > span {
      border-top: 1px solid rgba(132, 145, 159, 0.3);
      border-bottom: 1px solid rgba(132, 145, 159, 0.3);
      cursor: pointer;
      display: block;
      float: left;
      text-align: center;
      position: relative;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .header .herramientas .audio > span:first-child {
        border-left: 1px solid rgba(132, 145, 159, 0.3);
        width: 22px;
        height: 22px;
        color: #84919F;
        position: relative; }
        .header .herramientas .audio > span:first-child i {
          font-size: 10px;
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 100%; }
      .header .herramientas .audio > span:last-child {
        border-right: 1px solid rgba(132, 145, 159, 0.3);
        background-color: rgba(132, 145, 159, 0.1);
        height: 22px;
        color: #84919F;
        font-size: 12px;
        padding: 0 6px;
        position: relative; }
        .header .herramientas .audio > span:last-child span {
          position: relative;
          top: 3px; }
    .header .herramientas .audio:hover > span {
      background-color: #84919F;
      color: #ffffff; }
.header .menu {
  background-color: #0A132D; }
  .header .menu .franja2 {
    background-color: #f9b233;
    height: 8px; }
  .header .menu .navbar-default {
    margin: 0;
    border-radius: 0;
    border: 0;
    background-color: #0A132D; }
    .header .menu .navbar-default .navbar-collapse {
      padding: 0; }
    .header .menu .navbar-default .navbar-nav li a {
      color: #ffffff;
      font-size: 18px;
      font-weight: 700;
      padding: 18px 16px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .header .menu .navbar-default .navbar-nav li a:hover {
        background-color: #000000; }
      .header .menu .navbar-default .navbar-nav li a.home {
        width: 56px;
        height: 56px;
        display: block;
        position: relative;
        text-align: center; }
        .header .menu .navbar-default .navbar-nav li a.home i {
          font-size: 20px;
          display: inline-block;
          position: absolute;
          top: 50%;
          left: 0;
          width: 100%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
    .header .menu .navbar-default .navbar-nav li.active a {
      background-color: #000000; }

.migas {
  margin-bottom: 45px; }
  .migas .migas-caja {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
  .migas nav ul {
    margin: 0 auto;
    padding: 0; }
    .migas nav ul li {
      color: #000000;
      font-weight: 300;
      font-size: 16px;
      display: inline-block;
      list-style: none; }
      .migas nav ul li.separador {
        margin: 0 8px; }
      .migas nav ul li a {
        color: #000000; }
        .migas nav ul li a:hover {
          color: #f9b233; }
  .migas .miga-titulo {
    color: #0A132D;
    font-weight: 800;
    font-size: 34px; }

@media (max-width: 576px) {
  .migas {
    margin-bottom: 0; }
    .migas .miga-titulo {
      font-size: 24px; } }
html {
  font-size: 16px; }

body {
  font-family: "gobCL", sans-serif; }

@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1200px; } }
.rsbtn {
  margin: 0 !important; }

.carrusel .item {
  position: relative; }
  .carrusel .item .info {
    background-color: #f9b233;
    position: absolute;
    bottom: 45px;
    left: 45px;
    width: 100%;
    max-width: 40%;
    padding: 20px 30px;
    border-radius: 8px; }
    .carrusel .item .info .item-titulo {
      display: block;
      color: #ffffff;
      margin: 0;
      font-size: 28px;
      line-height: 32px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .carrusel .item .info .item-titulo h2 {
        font-size: 1.8rem;
        font-weight: 800; }
      .carrusel .item .info .item-titulo:hover {
        opacity: 0.8;
        text-decoration: none; }
      .carrusel .item .info .item-titulo:focus {
        text-decoration: none; }
    .carrusel .item .info .info-dots {
      font-size: 0;
      margin-top: 30px; }
      .carrusel .item .info .info-dots span {
        background-color: #ffffff;
        display: inline-block;
        border-radius: 50%;
        cursor: pointer;
        height: 14px;
        width: 14px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .carrusel .item .info .info-dots span:hover {
          background-color: rgba(0, 0, 0, 0.1); }
        .carrusel .item .info .info-dots span.activo {
          background-color: #000000; }
        .carrusel .item .info .info-dots span + span {
          margin-left: 7px; }

.informacion {
  padding: 30px 0; }
  .informacion .info-caja {
    border-radius: 8px;
    padding: 25px 15px;
    background-color: #f9b233;
    font-size: 0; }
    .informacion .info-caja .info-item {
      display: inline-block;
      vertical-align: top; }
      .informacion .info-caja .info-item:first-child {
        width: 20%; }
      .informacion .info-caja .info-item:last-child {
        padding-left: 20px;
        width: 80%; }
      .informacion .info-caja .info-item a {
        display: block;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .informacion .info-caja .info-item a:hover {
          opacity: 0.7;
          text-decoration: none; }
        .informacion .info-caja .info-item a:focus {
          text-decoration: none; }
      .informacion .info-caja .info-item h3 {
        color: #000000;
        margin: 0;
        font-size: 18px;
        line-height: 22px;
        font-weight: 300; }
      .informacion .info-caja .info-item img {
        display: block; }

.programas .caja {
  background-color: rgba(204, 204, 204, 0.25);
  border-radius: 8px;
  padding: 30px 30px 45px 30px; }
.programas h2 {
  color: #0A132D;
  text-align: center;
  margin: 0 0 30px 0;
  font-weight: 800;
  font-size: 32px; }
.programas .programa-col {
  margin-bottom: 15px; }
  .programas .programa-col:nth-child(even) {
    padding-left: 20px;
    padding-right: 25px; }
  .programas .programa-col:nth-child(odd) {
    padding-left: 25px;
    padding-right: 20px; }
.programas .programa-item {
  border: 1px solid rgba(204, 204, 204, 0.6);
  background-color: #ffffff;
  height: 100%;
  padding: 30px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .programas .programa-item:hover {
    -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.7);
            box-shadow: 0 0 10px rgba(204, 204, 204, 0.7); }
  .programas .programa-item .programa-item-info {
    margin-bottom: 15px; }
  .programas .programa-item h3 {
    color: #f9b233;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 10px 0; }
  .programas .programa-item p {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 300; }
  .programas .programa-item .ver-mas {
    color: #f9b233;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .programas .programa-item .ver-mas:hover {
      color: #0A132D;
      text-decoration: none; }
    .programas .programa-item .ver-mas:focus {
      text-decoration: none; }
    .programas .programa-item .ver-mas i {
      font-size: 36px;
      display: inline-block;
      vertical-align: middle;
      margin-left: 5px; }

.noticias {
  padding: 30px 0; }
  .noticias h2 {
    color: #0A132D;
    text-align: center;
    margin: 0 0 30px 0;
    font-weight: 800;
    font-size: 32px; }
  .noticias .noticia-imagen {
    background-image: url("https://placehold.it/780x560");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    padding: 25px 15px;
    overflow: hidden; }
    .noticias .noticia-imagen .titulo {
      background-color: #f9b233;
      color: #ffffff;
      display: inline-block;
      border-radius: 6px;
      padding: 12px 16px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      max-width: 80%; }
      .noticias .noticia-imagen .titulo:hover {
        text-decoration: none;
        background-color: #0A132D; }
      .noticias .noticia-imagen .titulo:focus {
        text-decoration: none; }
      .noticias .noticia-imagen .titulo h3 {
        margin: 0;
        font-weight: 700;
        font-size: 22px; }
    .noticias .noticia-imagen .tag {
      display: inline-block;
      background-color: #f9b233;
      color: #ffffff;
      font-size: 10px;
      font-weight: 700;
      padding: 6px 10px;
      border-radius: 4px;
      float: right; }
  .noticias .ver-noticias {
    text-align: center;
    margin-top: 15px; }
    .noticias .ver-noticias a {
      color: #f9b233;
      display: inline-block;
      font-weight: 700;
      font-size: 18px;
      text-decoration: underline;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .noticias .ver-noticias a:hover {
        color: #0A132D; }
  .noticias .noticias-item {
    margin-bottom: 5px; }
    .noticias .noticias-item:last-child {
      margin-bottom: 0; }
    .noticias .noticias-item .fecha {
      color: #000000;
      font-weight: 700;
      font-size: 18px;
      line-height: 20px;
      position: relative; }
      .noticias .noticias-item .fecha span {
        display: block;
        text-align: center; }
      .noticias .noticias-item .fecha:after {
        background-color: #000000;
        content: "";
        display: block;
        width: 1px;
        height: 80px;
        position: absolute;
        right: 8px;
        top: 0; }
    .noticias .noticias-item .titulo h3 {
      display: inline-block;
      color: #f9b233;
      font-weight: 700;
      font-size: 18px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .noticias .noticias-item .titulo:hover h3 {
      color: #0A132D; }
    .noticias .noticias-item p {
      color: #000000;
      font-size: 18px;
      font-weight: 300;
      line-height: 22px;
      margin-bottom: 0; }
    .noticias .noticias-item .ver-mas {
      color: #f9b233;
      font-size: 14px;
      display: inline-block;
      float: left;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .noticias .noticias-item .ver-mas:hover {
        color: #0A132D; }
    .noticias .noticias-item .categoria {
      display: inline-block;
      background-color: #f9b233;
      color: #ffffff;
      font-size: 10px;
      font-weight: 700;
      padding: 4px 10px;
      border-radius: 4px;
      float: right; }
    .noticias .noticias-item .noticia-inferior {
      overflow: hidden; }
  .noticias .noticias-item-in {
    background-color: rgba(204, 204, 204, 0.25);
    padding: 25px 15px;
    height: 130px; }
    .noticias .noticias-item-in h3 {
      margin: 0 0 5px 0; }

.banners {
  padding: 45px 0; }
  .banners > .container {
    position: relative; }
  .banners .carrusel-banners {
    padding: 0 60px; }
  .banners .flecha-izq {
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 38px;
    opacity: 0.3;
    cursor: pointer;
    z-index: 9;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .banners .flecha-izq:hover {
      opacity: 1; }
  .banners .flecha {
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 38px;
    opacity: 0.3;
    cursor: pointer;
    z-index: 9;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .banners .flecha:hover {
      opacity: 1; }
    .banners .flecha.flecha-izq {
      left: 15px; }
    .banners .flecha.flecha-der {
      right: 15px; }

.footer .franja {
  background-color: #f9b233;
  height: 6px; }
.footer .footer-in {
  background-color: #0A132D; }
.footer .footer-caja {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .footer .footer-caja > .footer-row {
    height: 100%;
    display: table-row; }
  .footer .footer-caja .footer-col {
    display: table-cell;
    float: none;
    padding: 40px 60px 75px 60px; }
    .footer .footer-caja .footer-col:nth-child(2) {
      border-left: 1px solid rgba(255, 255, 255, 0.6);
      border-right: 1px solid rgba(255, 255, 255, 0.6); }
.footer .footer-titulo {
  color: #f9b233;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 20px 0; }
  .footer .footer-titulo span {
    display: block; }
.footer .footer-nav ul {
  margin: 0;
  padding: 0; }
  .footer .footer-nav ul li {
    list-style: none; }
    .footer .footer-nav ul li + li {
      margin-top: 5px; }
    .footer .footer-nav ul li a {
      color: #ffffff;
      opacity: 0.8;
      font-size: 16px;
      line-height: 22px; }
      .footer .footer-nav ul li a:hover {
        color: #f9b233; }
      .footer .footer-nav ul li a i {
        font-size: 12px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px; }
.footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000000; }
  .footer .footer-bottom .logo {
    display: block;
    float: left;
    max-width: 110px;
    margin-right: 15px; }
.footer .footer-info h4 {
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 4px 0; }
.footer .footer-info p {
  color: #000000;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 5px 0;
  font-weight: 300; }
  .footer .footer-info p a {
    color: #000000; }
.footer .footer-info nav ul {
  margin: 0;
  padding: 0; }
  .footer .footer-info nav ul li {
    display: inline-block;
    list-style: none; }
    .footer .footer-info nav ul li a {
      color: #000000;
      font-weight: 300;
      font-size: 18px;
      line-height: 22px;
      display: block; }
    .footer .footer-info nav ul li.pipe {
      font-size: 18px;
      font-weight: 400;
      margin: 0 2px; }
.footer .footer-alo {
  font-size: 0; }
  .footer .footer-alo .titulo {
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 4px 0; }
  .footer .footer-alo p {
    color: #000000;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 5px 0;
    font-weight: 300; }
    .footer .footer-alo p a {
      color: #000000; }
  .footer .footer-alo nav ul {
    margin: 0;
    padding: 0; }
    .footer .footer-alo nav ul li {
      display: inline-block;
      list-style: none;
      margin-right: 5px; }
      .footer .footer-alo nav ul li a {
        color: #000000;
        font-weight: 300;
        font-size: 18px;
        line-height: 22px;
        display: block; }
  .footer .footer-alo .caja1 {
    display: inline-block;
    width: 80%;
    text-align: right; }
  .footer .footer-alo .caja2 {
    display: inline-block;
    width: 20%;
    text-align: right;
    vertical-align: top; }
    .footer .footer-alo .caja2 i {
      font-size: 52px;
      display: inline-block;
      color: #000000;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
.footer .footer-redes {
  padding: 30px 0; }
  .footer .footer-redes nav ul {
    margin: 0;
    padding: 0;
    text-align: right; }
    .footer .footer-redes nav ul li {
      display: inline-block;
      list-style: none;
      vertical-align: middle; }
      .footer .footer-redes nav ul li a {
        color: #84919F;
        font-size: 24px;
        display: block;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .footer .footer-redes nav ul li a:hover {
          color: #f9b233; }
      .footer .footer-redes nav ul li.siguenos {
        font-size: 18px;
        font-weight: 300; }
      .footer .footer-redes nav ul li + li {
        margin-left: 10px; }

.error-404 {
  height: 30vh; }
  .error-404 p {
    font-size: 22px; }
    .error-404 p a {
      color: #f9b233;
      font-weight: 700; }

@media (max-width: 768px) {
  .header .herramientas {
    clear: both;
    position: static;
    width: 100%;
    padding: 0 15px; }
  .header .buscador .buscador-input {
    margin-top: 15px;
    margin-bottom: 15px; }

  .carrusel .item .info {
    max-width: calc(100% - 60px);
    left: 30px;
    bottom: 30px; }

  .informacion .info-fila {
    display: block;
    margin-left: 0;
    margin-right: 0; }
    .informacion .info-fila [class*="col-"] {
      display: block;
      float: left;
      margin-bottom: 15px; }

  .programas .programa-col:nth-child(odd) {
    padding-left: 15px;
    padding-right: 15px; }
  .programas .programa-col:nth-child(even) {
    padding-left: 15px;
    padding-right: 15px; }

  .noticias .noticias-item-in {
    height: auto; }

  .footer .footer-caja .footer-col {
    padding: 30px; }
  .footer .footer-info {
    padding-top: 30px;
    padding-bottom: 30px; }
  .footer .footer-alo .caja1 {
    text-align: left;
    width: 32%; }
  .footer .footer-alo .caja2 {
    text-align: left;
    width: 68%; } }
@media (max-width: 767px) {
  .header .header-info {
    text-align: right; }
  .header .caja-logos {
    margin-bottom: 15px; } }
@media (max-width: 576px) {
  .header .menu .navbar-default .navbar-nav li.active {
    background-color: #000000; }

  .header .logo {
    max-width: 80px; }
  .header .buscador input {
    width: 100%; }
  .header .header-in {
    padding: 15px 0; }
  .header .franja {
    height: 20px; }
  .header .header-info {
    text-align: left; }
    .header .header-info .header-item + .header-item {
      margin-left: 0; }
    .header .header-info .header-item:first-child {
      display: block; }
    .header .header-info .header-item:last-child {
      display: block; }

  .programas h2 {
    font-size: 24px; }
  .programas .caja {
    padding: 30px 15px; }

  .footer .footer-caja {
    display: block; }
    .footer .footer-caja .footer-col {
      padding: 30px 0;
      display: block;
      float: left; }
      .footer .footer-caja .footer-col:nth-child(2) {
        border: 0; }

  .informacion .info-fila {
    margin-left: -15px;
    margin-right: -15px; }
    .informacion .info-fila [class*="col-"] {
      width: 100%; }
  .informacion .info-caja {
    padding: 15px; }

  .noticias h2 {
    font-size: 24px; }
  .noticias .noticia-imagen {
    height: 300px; }
    .noticias .noticia-imagen .tag {
      float: none;
      margin-top: 10px; }
  .noticias .noticias-item {
    margin-bottom: 15px; }
    .noticias .noticias-item .fecha {
      text-align: center; }
      .noticias .noticias-item .fecha:after {
        display: none; }
      .noticias .noticias-item .fecha span {
        display: inline-block; }
    .noticias .noticias-item .noticia-inferior {
      margin-top: 15px; }
    .noticias .noticias-item .titulo h3 {
      margin-top: 5px; }
  .noticias .ver-noticias {
    margin-bottom: 15px; }

  .carrusel .item .info {
    position: static;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    padding: 15px; }
    .carrusel .item .info h2 {
      font-size: 20px;
      line-height: 24px; }
    .carrusel .item .info .info-dots {
      margin-top: 15px; } }
.sec-noticias .pestanas {
  font-size: 0; }
  .sec-noticias .pestanas a {
    background-color: #ffffff;
    color: #000000;
    display: inline-block;
    display: inline-block;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 8px 8px 0 0;
    font-size: 28px;
    font-weight: 800;
    padding: 10px 20px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .sec-noticias .pestanas a.activo {
      border-color: #f9b233;
      background-color: #f9b233;
      color: #ffffff; }
    .sec-noticias .pestanas a:hover {
      border-color: #f9b233;
      background-color: #f9b233;
      color: #ffffff;
      text-decoration: none; }
    .sec-noticias .pestanas a:focus {
      text-decoration: none; }
    .sec-noticias .pestanas a:last-child {
      margin-left: 5px; }
.sec-noticias .filtro {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 15px 0 30px 0; }
  .sec-noticias .filtro p {
    color: #84919F;
    font-weight: 300;
    font-size: 14px; }
  .sec-noticias .filtro .form-control {
    height: 38px; }
  .sec-noticias .filtro input {
    border: 1px solid #84919F;
    border-radius: 8px;
    color: #84919F;
    padding: 8px 10px 8px 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 200px; }
    .sec-noticias .filtro input.desde {
      margin-right: 10px; }
    .sec-noticias .filtro input:focus {
      border-color: #f9b233;
      outline: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .sec-noticias .filtro input::-webkit-input-placeholder {
      color: #84919F;
      opacity: 0.8; }
    .sec-noticias .filtro input:-ms-input-placeholder {
      color: #84919F;
      opacity: 0.8; }
    .sec-noticias .filtro input::-ms-input-placeholder {
      color: #84919F;
      opacity: 0.8; }
    .sec-noticias .filtro input::placeholder {
      color: #84919F;
      opacity: 0.8; }
  .sec-noticias .filtro .btn {
    background-color: #f9b233;
    color: #ffffff;
    border: 1px solid #f9b233;
    font-weight: 700;
    font-size: 18px;
    margin-left: 10px;
    padding: 10px 20px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .sec-noticias .filtro .btn:hover {
      background-color: #0A132D;
      border-color: #0A132D; }
    .sec-noticias .filtro .btn:focus {
      outline: 0; }

.listado-noticias .noticia-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 30px 0; }
  .listado-noticias .noticia-item .fecha {
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    color: #000000; }
  .listado-noticias .noticia-item h2 {
    color: #0A132D;
    font-weight: 800;
    font-size: 32px;
    line-height: 36px;
    margin: 15px 0; }
  .listado-noticias .noticia-item p {
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    color: #000000; }
  .listado-noticias .noticia-item a {
    border-radius: 4px;
    background-color: #f9b233;
    color: #ffffff;
    border: 1px solid #f9b233;
    font-weight: 700;
    font-size: 18px;
    padding: 14px 20px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    right: 15px;
    bottom: 30px; }
    .listado-noticias .noticia-item a:hover {
      background-color: #0A132D;
      border-color: #0A132D;
      text-decoration: none; }
    .listado-noticias .noticia-item a:focus {
      outline: 0;
      text-decoration: none; }
.listado-noticias .paginacion {
  padding: 90px 0; }
.listado-noticias .paginacion .pagination {
  margin: 0;
  display: block; }
.listado-noticias .paginacion .nav-links {
  font-size: 0;
  text-align: center; }
.listado-noticias .paginacion .current,
.listado-noticias .paginacion .current:focus,
.listado-noticias .paginacion .current:hover,
.listado-noticias .paginacion .current:focus,
.listado-noticias .paginacion .current:hover {
  color: #fff !important;
  background-color: #0A132D !important;
  border-color: #0A132D !important; }
.listado-noticias .paginacion a {
  margin-left: 4px !important; }
.listado-noticias .paginacion a + a {
  margin-right: 4px; }
.listado-noticias .paginacion a,
.listado-noticias .paginacion span {
  background-color: #f9b233 !important;
  border: 1px solid #f9b233 !important;
  color: #fff !important;
  margin: 0;
  font-weight: 700;
  padding: 10px 16px;
  line-height: 18px;
  display: inline-block;
  font-size: 18px !important;
  line-height: normal !important;
  border-radius: 4px !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.listado-noticias .paginacion a:hover,
.listado-noticias .paginacion span:hover {
  background-color: #0A132D !important;
  border: 1px solid #0A132D !important;
  color: #0056b3;
  text-decoration: none; }

@media (max-width: 768px) {
  .listado-noticias .noticia-item a {
    position: static;
    display: inline-block;
    margin-right: 15px; }
  .listado-noticias .noticia-item .btn-noticias-leer {
    text-align: right; } }
@media (max-width: 576px) {
  .sec-noticias .pestanas a {
    font-size: 18px; }
  .sec-noticias .filtro input {
    width: 100%; }
  .sec-noticias .filtro .btn {
    margin-left: 0;
    padding: 8px 12px;
    font-size: 16px; }

  .listado-noticias .noticia-item .fecha {
    margin-top: 10px; }
  .listado-noticias .noticia-item h2 {
    font-size: 24px;
    line-height: 28px; }
  .listado-noticias .noticia-item a {
    position: static;
    display: inline-block;
    margin-right: 15px;
    padding: 8px 12px;
    font-size: 16px; }
  .listado-noticias .noticia-item .btn-noticias-leer {
    text-align: right; } }
.sec-contacto {
  margin-bottom: 45px; }
  .sec-contacto .caja-contacto {
    background-color: rgba(204, 204, 204, 0.25);
    border-radius: 6px;
    padding: 45px; }
  .sec-contacto .fila-contacto {
    margin-bottom: 45px; }
  .sec-contacto .item-contacto {
    background-color: #ffffff;
    border: 1px solid rgba(204, 204, 204, 0.6);
    height: 100%;
    padding: 30px; }
    .sec-contacto .item-contacto h2 {
      color: #f9b233;
      margin: 0 0 15px 0;
      font-size: 18px;
      line-height: 22px;
      font-weight: 700; }
      .sec-contacto .item-contacto h2 i {
        font-size: 22px;
        display: inline-block;
        margin-right: 5px; }
    .sec-contacto .item-contacto p {
      color: #000000;
      font-weight: 300;
      font-size: 16px;
      line-height: 22px; }
    .sec-contacto .item-contacto .btn-contactar {
      border-radius: 4px;
      background-color: #f9b233;
      color: #ffffff;
      border: 1px solid #f9b233;
      font-weight: 700;
      display: inline-block;
      font-size: 18px;
      padding: 10px 22px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      margin-top: 15px; }
      .sec-contacto .item-contacto .btn-contactar:hover {
        background-color: #0A132D;
        border-color: #0A132D;
        text-decoration: none; }
      .sec-contacto .item-contacto .btn-contactar:focus {
        outline: 0;
        text-decoration: none; }
    .sec-contacto .item-contacto .numeros {
      margin: 0;
      font-weight: 300;
      color: #000000;
      line-height: 32px; }
      .sec-contacto .item-contacto .numeros a {
        color: #000000;
        font-weight: 700;
        font-size: 32px;
        display: inline-block;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .sec-contacto .item-contacto .numeros a:hover {
          color: #f9b233;
          text-decoration: none; }
        .sec-contacto .item-contacto .numeros a:focus {
          text-decoration: none; }
    .sec-contacto .item-contacto nav ul {
      margin: 0;
      padding: 0;
      text-align: center; }
      .sec-contacto .item-contacto nav ul li {
        display: inline-block;
        list-style: none;
        vertical-align: middle; }
        .sec-contacto .item-contacto nav ul li a {
          color: #84919F;
          font-size: 56px;
          display: block;
          -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease; }
          .sec-contacto .item-contacto nav ul li a:hover {
            color: #f9b233; }
        .sec-contacto .item-contacto nav ul li.siguenos {
          font-size: 18px;
          font-weight: 300; }
        .sec-contacto .item-contacto nav ul li + li {
          margin-left: 30px; }

@media (max-width: 576px) {
  .sec-contacto .caja-contacto {
    padding: 30px 15px; }
  .sec-contacto .item-contacto .btn-contactar {
    font-size: 16px;
    padding: 8px 12px; }
  .sec-contacto .item-contacto .numeros a {
    font-size: 24px; }
  .sec-contacto .item-contacto nav ul li a {
    font-size: 26px; }
  .sec-contacto .item-contacto nav ul li + li {
    margin-left: 10px; } }
.sec-404 {
  padding: 75px 0 120px 0; }
  .sec-404 h2 {
    font-weight: 700;
    font-size: 32px;
    color: #f9b233;
    text-align: center; }
  .sec-404 p {
    font-weight: 300;
    font-size: 18px;
    text-align: center; }
  .sec-404 a {
    border-radius: 4px;
    background-color: #f9b233;
    color: #ffffff;
    border: 1px solid #f9b233;
    font-weight: 700;
    display: inline-block;
    font-size: 18px;
    padding: 10px 22px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-top: 15px; }
    .sec-404 a:hover {
      background-color: #0A132D;
      border-color: #0A132D;
      text-decoration: none; }
    .sec-404 a:focus {
      outline: 0;
      text-decoration: none; }

.detalle-noticia {
  padding-bottom: 60px; }
  .detalle-noticia .fecha {
    color: #000000;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 0;
    display: inline-block; }
  .detalle-noticia .categoria {
    display: inline-block;
    background-color: #f9b233;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
    margin-left: 10px;
    vertical-align: super; }
  .detalle-noticia h1 {
    color: #0A132D;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    margin: 5px 0 20px 0; }
    .detalle-noticia h1:after {
      content: "";
      display: block;
      width: 70px;
      background-color: #f9b233;
      height: 5px;
      margin-top: 15px; }
  .detalle-noticia .bajada {
    color: #000000;
    font-weight: 300;
    font-size: 16px;
    margin: 0; }
  .detalle-noticia .noticia-imagen {
    padding-top: 30px;
    padding-bottom: 30px; }
  .detalle-noticia .redes {
    margin: 15px 0 0 0;
    padding: 0; }
    .detalle-noticia .redes li {
      display: inline-block;
      list-style: none;
      color: #84919F;
      font-weight: 400;
      font-size: 16px; }
      .detalle-noticia .redes li + li {
        margin-left: 5px; }
      .detalle-noticia .redes li a {
        font-size: 22px;
        color: #84919F;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .detalle-noticia .redes li a:hover {
          color: #f9b233; }
  .detalle-noticia .noticia-texto p {
    color: #000000;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 15px; }
  .detalle-noticia hr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin: 0; }
  .detalle-noticia .galeria {
    padding: 30px 90px 60px 90px; }
    .detalle-noticia .galeria .carrusel-noticias {
      margin-bottom: 30px; }
      .detalle-noticia .galeria .carrusel-noticias .owl-nav {
        margin: 0; }
        .detalle-noticia .galeria .carrusel-noticias .owl-nav [class*=owl-] {
          background-color: transparent;
          outline: 0;
          cursor: pointer;
          color: #0A132D; }
          .detalle-noticia .galeria .carrusel-noticias .owl-nav [class*=owl-]:hover {
            color: #0A132D;
            opacity: 0.8; }
        .detalle-noticia .galeria .carrusel-noticias .owl-nav .owl-prev {
          position: absolute;
          top: 50%;
          left: 30px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
          .detalle-noticia .galeria .carrusel-noticias .owl-nav .owl-prev i {
            font-size: 32px; }
        .detalle-noticia .galeria .carrusel-noticias .owl-nav .owl-next {
          position: absolute;
          top: 50%;
          right: 30px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
          .detalle-noticia .galeria .carrusel-noticias .owl-nav .owl-next i {
            font-size: 32px; }
    .detalle-noticia .galeria .carrusel-noticias2 {
      max-width: 70%;
      margin: 0 auto; }
      .detalle-noticia .galeria .carrusel-noticias2 .item {
        opacity: 0.6;
        cursor: pointer;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .detalle-noticia .galeria .carrusel-noticias2 .item.activo {
          opacity: 1; }
        .detalle-noticia .galeria .carrusel-noticias2 .item:hover {
          opacity: 1; }

.noticias-relacionadas {
  padding: 45px 0 90px 0; }
  .noticias-relacionadas h2 {
    text-align: center;
    margin: 0 0 30px 0;
    color: #0A132D;
    font-weight: 800;
    font-size: 32px; }
  .noticias-relacionadas h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 10px 0 0 0; }
    .noticias-relacionadas h3 a {
      color: #f9b233;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .noticias-relacionadas h3 a:hover {
        color: #0A132D;
        text-decoration: none; }
      .noticias-relacionadas h3 a:focus {
        text-decoration: none; }
  .noticias-relacionadas .fecha {
    font-size: 14px;
    font-weight: 300; }

@media (max-width: 768px) {
  .detalle-noticia h1 {
    font-size: 24px;
    line-height: 28px; }
  .detalle-noticia .galeria {
    padding: 30px 15px 60px 15px; } }
@media (max-width: 576px) {
  .detalle-noticia {
    padding-bottom: 30px; }
    .detalle-noticia .galeria .carrusel-noticias2 {
      max-width: 100%; }

  .noticias-relacionadas {
    padding: 0 0 30px 0; }
    .noticias-relacionadas h2 {
      font-size: 24px; }
    .noticias-relacionadas .noticias-relacionadas-item {
      margin-bottom: 30px; } }
.sec-oficinas .fila-oficinas {
  padding-bottom: 60px; }
  .sec-oficinas .fila-oficinas + .fila-oficinas {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding-top: 60px; }
.sec-oficinas .fila-serviu {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 60px; }
.sec-oficinas .oficinas-titulo {
  color: #f9b233;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 15px 0; }
.sec-oficinas .oficinas-caja {
  background-color: rgba(204, 204, 204, 0.25);
  padding: 30px;
  border-radius: 4px; }
.sec-oficinas .oficinas-wrap {
  background-color: rgba(204, 204, 204, 0.25); }
.sec-oficinas .oficinas-item {
  margin-bottom: 30px; }
.sec-oficinas .oficinas-caja-in {
  border: 1px solid rgba(204, 204, 204, 0.6);
  padding: 30px;
  background-color: #ffffff; }
  .sec-oficinas .oficinas-caja-in h3 {
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 15px 0; }
    .sec-oficinas .oficinas-caja-in h3:after {
      content: "";
      display: block;
      width: 30px;
      height: 4px;
      background-color: #f9b233;
      margin-top: 3px; }
  .sec-oficinas .oficinas-caja-in p {
    color: #000000;
    font-weight: 300;
    font-size: 16px;
    margin: 0 0 15px 0; }
    .sec-oficinas .oficinas-caja-in p:last-child {
      margin: 0; }
    .sec-oficinas .oficinas-caja-in p span {
      font-weight: 400;
      color: #000000; }
    .sec-oficinas .oficinas-caja-in p a {
      color: #000000;
      font-weight: 400; }
      .sec-oficinas .oficinas-caja-in p a:hover {
        color: #f9b233; }
      .sec-oficinas .oficinas-caja-in p a + a:before {
        content: "-";
        display: inline-block;
        margin: 0 6px; }
.sec-oficinas .fila-oirs {
  padding: 0 0 0 0;
  margin-bottom: 0; }
.sec-oficinas .oficinas-oirs {
  background-color: rgba(204, 204, 204, 0.25);
  padding: 45px 30px 15px 30px;
  border-radius: 8px;
  margin-bottom: 0; }
  .sec-oficinas .oficinas-oirs .oficinas-caja {
    padding: 0;
    padding: 0;
    background-color: transparent; }

@media (max-width: 576px) {
  .sec-oficinas .oficinas-caja {
    padding: 30px 15px; }
  .sec-oficinas .fila-serviu {
    padding-bottom: 30px; }
  .sec-oficinas .oficinas-caja-in {
    padding: 20px; }
    .sec-oficinas .oficinas-caja-in p {
      margin-bottom: 10px; }
  .sec-oficinas .oficinas-oirs {
    padding: 30px 15px 15px 15px; }
  .sec-oficinas .fila-oirs {
    padding: 30px 0 0 0; }
  .sec-oficinas .oficinas-item {
    margin-bottom: 15px; } }
.preguntas {
  padding-bottom: 60px; }
  .preguntas .preguntas-nav ul {
    margin: 0;
    padding: 0; }
    .preguntas .preguntas-nav ul li {
      list-style: none; }
      .preguntas .preguntas-nav ul li a {
        background-color: rgba(204, 204, 204, 0.25);
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        color: #000000;
        font-weight: 300;
        font-size: 16px;
        padding: 20px 15px;
        display: block;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .preguntas .preguntas-nav ul li a.activo {
          background-color: #f9b233;
          color: #ffffff;
          font-weight: 700; }
        .preguntas .preguntas-nav ul li a:hover {
          background-color: #f9b233;
          color: #ffffff;
          text-decoration: none; }
        .preguntas .preguntas-nav ul li a:focus {
          text-decoration: none; }
      .preguntas .preguntas-nav ul li:last-child a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .preguntas h2 {
    color: #0A132D;
    font-weight: 800;
    font-size: 24px;
    margin: 0 0 15px 0; }
  .preguntas .acordeon .panel {
    border-color: rgba(0, 0, 0, 0.1); }
    .preguntas .acordeon .panel + .panel {
      margin-top: 15px; }
  .preguntas .acordeon .panel-heading {
    background-color: #0A132D;
    padding: 0;
    border: 0; }
    .preguntas .acordeon .panel-heading .panel-title a {
      display: block;
      padding: 15px 20px;
      color: #ffffff;
      font-weight: 700;
      font-size: 16px;
      position: relative; }
      .preguntas .acordeon .panel-heading .panel-title a:hover {
        text-decoration: none; }
      .preguntas .acordeon .panel-heading .panel-title a:focus {
        text-decoration: none; }
      .preguntas .acordeon .panel-heading .panel-title a:after {
        content: "+";
        font-size: 32px;
        font-weight: 800;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .preguntas .acordeon .panel-heading .panel-title a[aria-expanded="true"]:after {
        content: "-"; }
  .preguntas .acordeon .panel-body {
    color: #000000;
    padding: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px; }

@media (max-width: 768px) {
  .preguntas .preguntas-nav {
    margin-bottom: 30px; }
    .preguntas .preguntas-nav ul li a {
      padding: 15px; } }
.sec-programas {
  padding-bottom: 60px; }
  .sec-programas .programas-nav ul {
    margin: 0;
    padding: 0; }
    .sec-programas .programas-nav ul li {
      list-style: none; }
      .sec-programas .programas-nav ul li a {
        background-color: rgba(204, 204, 204, 0.25);
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        color: #000000;
        font-weight: 300;
        font-size: 16px;
        padding: 20px 15px;
        display: block;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .sec-programas .programas-nav ul li a.activo {
          background-color: #f9b233;
          color: #ffffff;
          font-weight: 700; }
        .sec-programas .programas-nav ul li a:hover {
          background-color: #f9b233;
          color: #ffffff;
          text-decoration: none; }
        .sec-programas .programas-nav ul li a:focus {
          text-decoration: none; }
      .sec-programas .programas-nav ul li:last-child a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .sec-programas h2 {
    color: #0A132D;
    font-weight: 800;
    font-size: 24px;
    margin: 0 0 15px 0; }
  .sec-programas .programas-caja {
    margin-bottom: 30px; }
  .sec-programas .programas-item {
    border: 1px solid rgba(0, 0, 0, 0.3);
    height: 100%; }
    .sec-programas .programas-item h3 {
      background-color: #f9b233;
      color: #ffffff;
      font-weight: 700;
      font-size: 18px;
      margin: 0;
      padding: 20px 15px;
      text-align: center; }
    .sec-programas .programas-item ul {
      margin: 0;
      padding: 30px 30px 30px 45px; }
      .sec-programas .programas-item ul li {
        list-style: disc; }
        .sec-programas .programas-item ul li a {
          color: #000000;
          font-weight: 300;
          font-size: 16px;
          line-height: 22px; }
        .sec-programas .programas-item ul li + li {
          margin-top: 15px; }

@media (max-width: 768px) {
  .sec-programas .programas-nav {
    margin-bottom: 30px; } }
@media (max-width: 576px) {
  .sec-programas .programas-nav {
    margin-top: 30px; }
  .sec-programas .programas-item h3 {
    padding: 15px; }
  .sec-programas .programas-item ul {
    padding: 30px 15px 30px 30px; }
    .sec-programas .programas-item ul li + li {
      margin-top: 10px; } }
.busqueda .busqueda-titulo {
  color: #0A132D;
  font-size: 32px;
  font-weight: 800;
  margin-top: 45px; }
  .busqueda .busqueda-titulo:after {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    background-color: #f9b233;
    margin-top: 5px; }
.busqueda .noticia-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 30px 0; }
  .busqueda .noticia-item .fecha {
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    color: #000000; }
  .busqueda .noticia-item h2 {
    color: #0A132D;
    font-weight: 800;
    font-size: 32px;
    line-height: 36px;
    margin: 15px 0; }
  .busqueda .noticia-item p {
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    color: #000000; }
  .busqueda .noticia-item .btn-noticias-leer {
    text-align: right; }
  .busqueda .noticia-item a {
    border-radius: 4px;
    background-color: #f9b233;
    color: #ffffff;
    border: 1px solid #f9b233;
    font-weight: 700;
    font-size: 18px;
    padding: 14px 20px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .busqueda .noticia-item a:hover {
      background-color: #0A132D;
      border-color: #0A132D;
      text-decoration: none; }
    .busqueda .noticia-item a:focus {
      outline: 0;
      text-decoration: none; }
.busqueda .paginacion {
  padding: 90px 0; }
  .busqueda .paginacion ul {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0; }
    .busqueda .paginacion ul li {
      display: inline-block;
      list-style: none; }
      .busqueda .paginacion ul li + li {
        margin-left: 4px; }
      .busqueda .paginacion ul li a {
        background-color: #f9b233;
        display: block;
        border-radius: 4px;
        color: #ffffff;
        font-weight: 700;
        font-size: 18px;
        padding: 10px 16px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .busqueda .paginacion ul li a:hover {
          background-color: #0A132D;
          color: #ffffff;
          text-decoration: none; }
        .busqueda .paginacion ul li a:focus {
          text-decoration: none; }
.busqueda .paginacion {
  padding: 90px 0; }
.busqueda .paginacion .pagination {
  margin: 0;
  display: block; }
.busqueda .paginacion .nav-links {
  font-size: 0;
  text-align: center; }
.busqueda .paginacion .current,
.busqueda .paginacion .current:focus,
.busqueda .paginacion .current:hover,
.busqueda .paginacion .current:focus,
.busqueda .paginacion .current:hover {
  color: #fff !important;
  background-color: #0A132D !important;
  border-color: #0A132D !important; }
.busqueda .paginacion a {
  margin-left: 4px !important; }
.busqueda .paginacion a + a {
  margin-right: 4px; }
.busqueda .paginacion a,
.busqueda .paginacion span {
  background-color: #f9b233 !important;
  border: 1px solid #f9b233 !important;
  color: #fff !important;
  margin: 0;
  font-weight: 700;
  padding: 10px 16px;
  line-height: 18px;
  display: inline-block;
  font-size: 18px !important;
  line-height: normal !important;
  border-radius: 4px !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.busqueda .paginacion a:hover,
.busqueda .paginacion span:hover {
  background-color: #0A132D !important;
  border: 1px solid #0A132D !important;
  color: #0056b3;
  text-decoration: none; }

@media (max-width: 576px) {
  .busqueda .busqueda-titulo {
    font-size: 24px;
    margin-bottom: 0; }

  .busqueda .noticia-item {
    padding: 15px 0; }
    .busqueda .noticia-item .fecha {
      margin-top: 10px; }
    .busqueda .noticia-item h2 {
      font-size: 20px;
      line-height: 24px; }
    .busqueda .noticia-item a {
      position: static;
      display: inline-block;
      margin-right: 15px;
      padding: 8px 12px;
      font-size: 16px; }
    .busqueda .noticia-item .btn-noticias-leer {
      text-align: right; } }
.sec-sobre {
  padding-bottom: 60px; }
  .sec-sobre .redes {
    margin: 0; }
  .sec-sobre .sobre-nav ul {
    margin: 0;
    padding: 0; }
    .sec-sobre .sobre-nav ul li {
      list-style: none; }
      .sec-sobre .sobre-nav ul li a {
        background-color: rgba(204, 204, 204, 0.25);
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        color: #000000;
        font-weight: 300;
        font-size: 16px;
        padding: 20px 15px;
        display: block;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .sec-sobre .sobre-nav ul li a.activo {
          background-color: #f9b233;
          color: #ffffff;
          font-weight: 700; }
        .sec-sobre .sobre-nav ul li a:hover {
          background-color: #f9b233;
          color: #ffffff;
          text-decoration: none; }
        .sec-sobre .sobre-nav ul li a:focus {
          text-decoration: none; }
      .sec-sobre .sobre-nav ul li:last-child a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.modo-contraste {
  background-color: #000000; }
  .modo-contraste .header .buscador input {
    background-color: #000000;
    border: 1px solid #ffffff;
    color: #ffffff; }
    .modo-contraste .header .buscador input::-webkit-input-placeholder {
      color: #ffffff; }
    .modo-contraste .header .buscador input:-ms-input-placeholder {
      color: #ffffff; }
    .modo-contraste .header .buscador input::-ms-input-placeholder {
      color: #ffffff; }
    .modo-contraste .header .buscador input::placeholder {
      color: #ffffff; }
  .modo-contraste .header .menu {
    background-color: #000000;
    border-top: 1px solid #ffffff; }
    .modo-contraste .header .menu .navbar-default {
      background-color: #000000; }
      .modo-contraste .header .menu .navbar-default .navbar-nav li.active a {
        color: #000000;
        background-color: #ffffff; }
      .modo-contraste .header .menu .navbar-default .navbar-nav li a:hover {
        background-color: #ffffff;
        color: #000000; }
  .modo-contraste .header .info {
    color: #ffffff; }
  .modo-contraste .header .redes ul li a {
    color: #ffffff; }
  .modo-contraste .programas h2 {
    color: #ffffff; }
  .modo-contraste .programas .programa-item {
    background-color: #000000; }
    .modo-contraste .programas .programa-item p {
      color: #ffffff; }
  .modo-contraste .noticias h2 {
    color: #ffffff; }
  .modo-contraste .noticias .noticias-item .fecha {
    color: #ffffff; }
  .modo-contraste .noticias .noticias-item p {
    color: #ffffff; }
  .modo-contraste .banners .flecha {
    color: #ffffff;
    opacity: 1; }
  .modo-contraste .footer .footer-in {
    background-color: #000000;
    border-bottom: 1px solid #ffffff; }
  .modo-contraste .footer .footer-nav ul li a {
    color: #ffffff; }
  .modo-contraste .footer .footer-info h4 {
    color: #ffffff; }
  .modo-contraste .footer .footer-info p {
    color: #ffffff; }
  .modo-contraste .footer .footer-info nav ul li a {
    color: #ffffff; }
  .modo-contraste .footer .footer-alo .titulo {
    color: #ffffff; }
  .modo-contraste .footer .footer-alo p {
    color: #ffffff; }
    .modo-contraste .footer .footer-alo p a {
      color: #ffffff; }
  .modo-contraste .footer .footer-alo .caja2 i {
    color: #ffffff; }
  .modo-contraste .footer .footer-redes nav ul li {
    color: #ffffff; }
    .modo-contraste .footer .footer-redes nav ul li a {
      color: #ffffff; }
  .modo-contraste .migas .migas-caja {
    border-bottom: 1px solid #ffffff; }
  .modo-contraste .migas .miga-titulo {
    color: #ffffff; }
  .modo-contraste .migas nav ul li {
    color: #ffffff; }
    .modo-contraste .migas nav ul li a {
      color: #ffffff; }
  .modo-contraste .detalle-noticia .redes li {
    color: #ffffff; }
    .modo-contraste .detalle-noticia .redes li a {
      color: #ffffff; }
  .modo-contraste .detalle-noticia .noticia-texto {
    color: #ffffff; }
    .modo-contraste .detalle-noticia .noticia-texto p {
      color: #ffffff; }
  .modo-contraste .sec-programas h2 {
    color: #ffffff; }
  .modo-contraste .sec-programas .programas-item {
    border: 1px solid #ffffff; }
    .modo-contraste .sec-programas .programas-item h3 {
      background-color: #000000;
      color: #ffffff;
      border-bottom: 1px solid #ffffff; }
    .modo-contraste .sec-programas .programas-item ul li a {
      color: #ffffff; }
  .modo-contraste .sec-programas .programas-nav ul {
    border: 1px solid #ffffff; }
    .modo-contraste .sec-programas .programas-nav ul li a {
      background-color: #000000;
      color: #ffffff; }
      .modo-contraste .sec-programas .programas-nav ul li a:hover {
        background-color: #f9b233; }
      .modo-contraste .sec-programas .programas-nav ul li a.activo {
        background-color: #f9b233; }
  .modo-contraste .sec-noticias .filtro {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff; }
    .modo-contraste .sec-noticias .filtro p {
      color: #ffffff; }
    .modo-contraste .sec-noticias .filtro input {
      background-color: #000000;
      border: 1px solid #ffffff;
      color: #ffffff; }
      .modo-contraste .sec-noticias .filtro input::-webkit-input-placeholder {
        color: #ffffff; }
      .modo-contraste .sec-noticias .filtro input:-ms-input-placeholder {
        color: #ffffff; }
      .modo-contraste .sec-noticias .filtro input::-ms-input-placeholder {
        color: #ffffff; }
      .modo-contraste .sec-noticias .filtro input::placeholder {
        color: #ffffff; }
    .modo-contraste .sec-noticias .filtro .btn:hover {
      background-color: #ffffff;
      border: 1px solid #ffffff;
      color: #000000; }
  .modo-contraste .listado-noticias .noticia-item {
    border-bottom: 1px solid #ffffff; }
    .modo-contraste .listado-noticias .noticia-item .fecha {
      color: #ffffff; }
    .modo-contraste .listado-noticias .noticia-item h2 {
      color: #ffffff; }
    .modo-contraste .listado-noticias .noticia-item p {
      color: #ffffff; }
    .modo-contraste .listado-noticias .noticia-item a:hover {
      background-color: #ffffff;
      border: 1px solid #ffffff;
      color: #000000; }
  .modo-contraste .listado-noticias .paginacion .current,
  .modo-contraste .listado-noticias .paginacion .current:focus,
  .modo-contraste .listado-noticias .paginacion .current:hover,
  .modo-contraste .listado-noticias .paginacion .current:focus,
  .modo-contraste .listado-noticias .paginacion .current:hover {
    background-color: #ffffff !important;
    border: 1px solid #ffffff !important;
    color: #000000 !important; }
  .modo-contraste .listado-noticias .paginacion a:hover,
  .modo-contraste .listado-noticias .paginacion span:hover {
    background-color: #ffffff !important;
    border: 1px solid #ffffff !important;
    color: #000000 !important; }
  .modo-contraste .sec-oficinas .oficinas-caja-in {
    background-color: #000000; }
    .modo-contraste .sec-oficinas .oficinas-caja-in h3 {
      color: #ffffff; }
    .modo-contraste .sec-oficinas .oficinas-caja-in p {
      color: #ffffff; }
      .modo-contraste .sec-oficinas .oficinas-caja-in p a {
        color: #ffffff; }
      .modo-contraste .sec-oficinas .oficinas-caja-in p span {
        color: #ffffff; }
  .modo-contraste .sec-oficinas .fila-oficinas + .fila-oficinas {
    border-top: 1px solid #ffffff; }
  .modo-contraste .preguntas h2 {
    color: #ffffff; }
  .modo-contraste .preguntas .acordeon .panel-heading {
    background-color: #000000; }
  .modo-contraste .preguntas .acordeon .panel-body {
    background-color: #000000;
    border-top: 1px solid #ffffff;
    color: #ffffff; }
  .modo-contraste .preguntas .preguntas-nav ul li a {
    background-color: #000000;
    color: #ffffff;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff; }
    .modo-contraste .preguntas .preguntas-nav ul li a.activo {
      background-color: #f9b233; }
    .modo-contraste .preguntas .preguntas-nav ul li a:hover {
      background-color: #f9b233; }
  .modo-contraste .preguntas .preguntas-nav ul li:last-child a {
    border-bottom: 1px solid #ffffff; }
  .modo-contraste .sec-contacto .item-contacto {
    background-color: #000000; }
    .modo-contraste .sec-contacto .item-contacto p {
      color: #ffffff; }
    .modo-contraste .sec-contacto .item-contacto .numeros a {
      color: #f9b233; }
    .modo-contraste .sec-contacto .item-contacto .btn-contactar:hover {
      background-color: #ffffff;
      border: 1px solid #ffffff;
      color: #000000; }
    .modo-contraste .sec-contacto .item-contacto nav li a {
      color: #ffffff; }
  .modo-contraste .busqueda .busqueda-titulo {
    color: #ffffff; }
  .modo-contraste .busqueda .noticia-item {
    border-bottom: 1px solid #ffffff; }
    .modo-contraste .busqueda .noticia-item h2 {
      color: #ffffff; }
    .modo-contraste .busqueda .noticia-item p {
      color: #ffffff; }
    .modo-contraste .busqueda .noticia-item a:hover {
      background-color: #ffffff;
      color: #000000;
      border: 1px solid #ffffff; }
  .modo-contraste .busqueda .paginacion .current,
  .modo-contraste .busqueda .paginacion .current:focus,
  .modo-contraste .busqueda .paginacion .current:hover,
  .modo-contraste .busqueda .paginacion .current:focus,
  .modo-contraste .busqueda .paginacion .current:hover {
    background-color: #ffffff !important;
    border: 1px solid #ffffff !important;
    color: #000000 !important; }
  .modo-contraste .busqueda .paginacion a:hover,
  .modo-contraste .busqueda .paginacion span:hover {
    background-color: #ffffff !important;
    border: 1px solid #ffffff !important;
    color: #000000 !important; }
  .modo-contraste .error-404 p {
    color: #ffffff; }

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