/*!
 * LS Theme v1.0 
 * Copyright 2006-2018 Lunestudio.
 * Licensed under the GPLv3+ https://www.gnu.org/licenses/gpl.html
 */
.lst-slick-slider .slick-meta {
  width: 100%;
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 999; }
  .lst-slick-slider .slick-meta .lst-meta {
    display: inline-block; }
    .lst-slick-slider .slick-meta .lst-meta .lst-titulo {
      color: #fff;
      font-family: "Boston", sans-serif;
      font-size: 40px;
      line-height: 1.2em;
      text-transform: uppercase;
      font-weight: 900;
      border-bottom: #f15a24 5px solid;
      margin-bottom: 15px; }
      @media (max-width: 1024px) {
        .lst-slick-slider .slick-meta .lst-meta .lst-titulo {
          font-size: 20px; } }
    .lst-slick-slider .slick-meta .lst-meta .lst-bajada {
      color: #fff;
      font-family: "Boston", sans-serif;
      font-size: 20px;
      line-height: 1.5em;
      font-weight: 400;
      margin-bottom: 15px; }
      @media (max-width: 1024px) {
        .lst-slick-slider .slick-meta .lst-meta .lst-bajada {
          display: none; } }

.lst-slick-slider .lst-filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }

.lst-slick-slider .lst-image img {
  width: 100%;
  height: auto;
  margin: 0 auto; }

.lst-slick-slider .slick-dots {
  display: block;
  list-style: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10px; }
  .lst-slick-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px; }
    .lst-slick-slider .slick-dots li button {
      width: 10px;
      height: 10px;
      font-size: 0;
      border-radius: 50%;
      border: #fff solid 0px;
      background-color: #fff;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      cursor: pointer; }
      .lst-slick-slider .slick-dots li button:after {
        content: "";
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s; }
      .lst-slick-slider .slick-dots li button:focus {
        outline: none !important; }
    .lst-slick-slider .slick-dots li.slick-active button {
      background-color: #f15a24; }

.lst-slick-slider .lst-slick-prev, .lst-slick-slider .lst-slick-next {
  color: #fff;
  position: absolute;
  top: 50%;
  z-index: 9;
  line-height: 36px;
  width: 36px;
  height: 36px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 36px;
  cursor: pointer; }
  .lst-slick-slider .lst-slick-prev:hover, .lst-slick-slider .lst-slick-next:hover {
    color: #f15a24; }

.lst-slick-slider .lst-slick-prev {
  left: 25px; }
  @media (max-width: 1921px) {
    .lst-slick-slider .lst-slick-prev {
      left: 350px; } }

.lst-slick-slider .lst-slick-next {
  right: 25px; }
  @media (max-width: 1921px) {
    .lst-slick-slider .lst-slick-next {
      right: 350px; } }

@media (max-width: 767px) {
  .lst-slick-slider {
    display: none !important; } }

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

h1,
h2,
h3,
h4,
h5 {
  font-family: "bebas neue"; }

img,
figure {
  max-width: 100%;
  height: auto; }

.container-fluid {
  padding: 0 !important; }

.row {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.lst-social-menu {
  padding: 10px 0; }
  .lst-social-menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .lst-social-menu ul li {
      margin-left: 5px;
      margin-right: 5px;
      display: inline-block; }
      .lst-social-menu ul li a {
        color: #fff;
        font-size: 10px;
        font-weight: 400;
        text-align: center;
        text-decoration: none;
        background-color: #fff;
        border-radius: 50%;
        display: table;
        height: 24px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        width: 24px; }
        .lst-social-menu ul li a i {
          color: #f15a24;
          font-size: 14px;
          display: table-cell;
          vertical-align: middle; }
          @media (max-width: 991px) {
            .lst-social-menu ul li a i {
              font-size: 16px; } }
        .lst-social-menu ul li a:hover {
          background-color: #000;
          -webkit-transition: 500ms;
          -o-transition: 500ms;
          transition: 500ms; }
        @media (max-width: 991px) {
          .lst-social-menu ul li a {
            font-size: 16px;
            height: 34px;
            width: 34px; } }

.primary-header .lst-primary-menu .menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  .primary-header .lst-primary-menu .menu .current-menu-parent a {
    color: #fff; }
  .primary-header .lst-primary-menu .menu li {
    margin-left: 2.5px;
    margin-right: 2.5px;
    display: inline-block;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: relative; }
    .primary-header .lst-primary-menu .menu li a {
      color: #000;
      font-family: "Boston", sans-serif;
      font-size: 13px;
      font-weight: 600;
      text-transform: uppercase;
      text-decoration: none;
      padding: 5px 10px;
      display: block;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
      .primary-header .lst-primary-menu .menu li a:hover {
        color: #fff;
        -webkit-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms; }
    .primary-header .lst-primary-menu .menu li .sub-menu {
      padding: 0;
      margin: 0;
      display: none;
      position: absolute;
      background-color: #f15a24;
      width: 130px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 9999; }
      .primary-header .lst-primary-menu .menu li .sub-menu:hover {
        display: block; }
      .primary-header .lst-primary-menu .menu li .sub-menu li {
        display: block;
        padding: 0;
        margin: 0;
        text-align: center;
        border-bottom: none; }
        .primary-header .lst-primary-menu .menu li .sub-menu li a {
          text-align: center;
          font-size: 13px;
          color: #000; }
          .primary-header .lst-primary-menu .menu li .sub-menu li a:hover {
            color: #fff;
            -webkit-transition: 400ms;
            -o-transition: 400ms;
            transition: 400ms; }
      .primary-header .lst-primary-menu .menu li .sub-menu .current-menu-item a {
        color: #fff; }
    .primary-header .lst-primary-menu .menu li:hover .sub-menu {
      display: block; }
      .primary-header .lst-primary-menu .menu li:hover .sub-menu li {
        display: block; }

@media (max-width: 991px) {
  .primary-header .lst-primary-menu {
    display: none; } }

.primary-header .lst-responsive-boton p {
  margin: 0;
  color: #f15a24;
  font-size: 40px;
  line-height: 40px; }

.primary-header .lst-responsive-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none; }
  .primary-header .lst-responsive-menu ul {
    list-style: none;
    margin-bottom: 0;
    padding: 10px 0; }
    .primary-header .lst-responsive-menu ul li {
      text-align: center;
      margin: 0;
      display: block; }
      .primary-header .lst-responsive-menu ul li a {
        color: #fff;
        font-family: "Boston", sans-serif;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
        background-color: #f15a24;
        display: block;
        padding: 5px 10px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s; }
        .primary-header .lst-responsive-menu ul li a:hover, .primary-header .lst-responsive-menu ul li a:focus {
          background-color: #000; }

.primary-header .fondoMenuPrincipal {
  background-color: #f15a24;
  margin: 10px 0; }

.primary-header .contenedorMenuSuperior {
  margin: 10px auto; }

.primary-header .lst-search-menu {
  text-align: center; }
  .primary-header .lst-search-menu .lst-i10n-menu {
    margin-bottom: 20px;
    text-align: center;
    padding: 0; }
    .primary-header .lst-search-menu .lst-i10n-menu ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .primary-header .lst-search-menu .lst-i10n-menu ul li {
        display: inline-block;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s; }
        .primary-header .lst-search-menu .lst-i10n-menu ul li a {
          color: #f15a24;
          font-family: "Boston", sans-serif;
          font-size: 10px;
          font-weight: 700;
          text-transform: uppercase;
          text-decoration: none;
          padding: 3px;
          display: block;
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s; }
          .primary-header .lst-search-menu .lst-i10n-menu ul li a:hover {
            color: #000; }
      .primary-header .lst-search-menu .lst-i10n-menu ul .current-menu-ancestor a,
      .primary-header .lst-search-menu .lst-i10n-menu ul .current-menu-parent a,
      .primary-header .lst-search-menu .lst-i10n-menu ul .current_page_item a,
      .primary-header .lst-search-menu .lst-i10n-menu ul .current-menu-item a {
        color: #000; }
    @media (max-width: 991px) {
      .primary-header .lst-search-menu .lst-i10n-menu {
        display: none; } }
  .primary-header .lst-search-menu form input {
    width: 65%;
    border: solid 1px #969696; }
  .primary-header .lst-search-menu form button {
    margin-left: -5px;
    border: none;
    background-color: #969696;
    padding: 2px 6px; }
    .primary-header .lst-search-menu form button i {
      color: #fff; }

.site-footer-notas {
  background-color: #f15a24;
  padding: 20px 0; }
  .site-footer-notas .lst-primary-menu {
    text-align: right; }
    .site-footer-notas .lst-primary-menu ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .site-footer-notas .lst-primary-menu ul li {
        display: inline-block;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        margin-left: 2.5px;
        margin-right: 2.5px; }
        .site-footer-notas .lst-primary-menu ul li .sub-menu {
          display: none; }
        .site-footer-notas .lst-primary-menu ul li a {
          color: #fff;
          font-family: "Boston", sans-serif;
          font-size: 12px;
          font-weight: 400;
          text-transform: uppercase;
          text-decoration: none;
          padding: 2px;
          display: block;
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s; }
          .site-footer-notas .lst-primary-menu ul li a:hover {
            color: #000; }
    @media (max-width: 991px) {
      .site-footer-notas .lst-primary-menu {
        display: none; } }
  .site-footer-notas .colMenuFooter {
    margin: 10px 0;
    text-align: right; }
    .site-footer-notas .colMenuFooter .lst-footer-menu {
      padding: 0; }
      .site-footer-notas .colMenuFooter .lst-footer-menu ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .site-footer-notas .colMenuFooter .lst-footer-menu ul li {
          display: inline-block;
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s;
          vertical-align: middle; }
          .site-footer-notas .colMenuFooter .lst-footer-menu ul li a {
            color: #fff;
            font-family: "Boston", sans-serif;
            font-size: 12px;
            font-weight: 400;
            text-transform: uppercase;
            text-decoration: none;
            padding: 2px;
            display: block;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s; }
            .site-footer-notas .colMenuFooter .lst-footer-menu ul li a:hover {
              color: #000; }
          @media (max-width: 991px) {
            .site-footer-notas .colMenuFooter .lst-footer-menu ul li {
              display: block;
              margin-top: 10px; }
              .site-footer-notas .colMenuFooter .lst-footer-menu ul li a {
                font-size: 11px; } }
        .site-footer-notas .colMenuFooter .lst-footer-menu ul .redesFooter {
          margin-left: 5px;
          margin-right: 5px;
          display: inline-block;
          vertical-align: middle; }
          .site-footer-notas .colMenuFooter .lst-footer-menu ul .redesFooter a {
            color: #fff;
            font-size: 12px;
            font-weight: 400;
            text-align: center;
            text-decoration: none;
            background-color: #fff;
            border-radius: 50%;
            display: table;
            height: 24px;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
            width: 24px; }
            .site-footer-notas .colMenuFooter .lst-footer-menu ul .redesFooter a i {
              color: #f15a24;
              font-size: 14px;
              display: table-cell;
              vertical-align: middle; }
              @media (max-width: 991px) {
                .site-footer-notas .colMenuFooter .lst-footer-menu ul .redesFooter a i {
                  font-size: 14px; } }
            .site-footer-notas .colMenuFooter .lst-footer-menu ul .redesFooter a:hover {
              background-color: #000;
              -webkit-transition: 500ms;
              -o-transition: 500ms;
              transition: 500ms; }
          @media (max-width: 991px) {
            .site-footer-notas .colMenuFooter .lst-footer-menu ul .redesFooter {
              margin-top: 0;
              margin-bottom: 5px; }
              .site-footer-notas .colMenuFooter .lst-footer-menu ul .redesFooter a {
                font-size: 14px;
                height: 30px;
                width: 30px; } }
    @media (max-width: 991px) {
      .site-footer-notas .colMenuFooter {
        margin: 20px 0 0 0;
        text-align: center; } }
  .site-footer-notas .colMenuMail {
    text-align: right; }
    .site-footer-notas .colMenuMail a {
      color: #fff;
      text-decoration: none;
      font-size: 12px;
      font-weight: 400;
      padding: 2px;
      font-family: "Boston", sans-serif;
      vertical-align: middle; }
      .site-footer-notas .colMenuMail a i {
        color: #f15a24;
        background-color: #fff;
        border-radius: 50%;
        width: 26px;
        height: 26px;
        text-align: center;
        font-size: 14px;
        display: table-cell;
        vertical-align: middle; }
        .site-footer-notas .colMenuMail a i:hover {
          background-color: #000;
          -webkit-transition: 300ms;
          -o-transition: 300ms;
          transition: 300ms; }
      .site-footer-notas .colMenuMail a p {
        display: inline-block;
        padding-left: 5px; }
      .site-footer-notas .colMenuMail a:hover {
        color: #000;
        -webkit-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms; }
    @media (max-width: 991px) {
      .site-footer-notas .colMenuMail {
        text-align: center; }
        .site-footer-notas .colMenuMail a {
          font-size: 11px; } }
  @media (max-width: 991px) {
    .site-footer-notas .lst-logoFooter {
      text-align: center; } }
  .site-footer-notas .lst-colMenuPrincipalFooter {
    padding-left: 0; }

.notaPrimera {
  margin-top: 15px; }
  @media (max-width: 991px) {
    .notaPrimera {
      margin-bottom: 20px; }
      .notaPrimera h3 {
        margin-top: 10px; } }
  .notaPrimera figure {
    margin: 0; }

.notasPrincipales a {
  text-decoration: none;
  color: #000;
  font-weight: 800;
  font-family: 'BebasNeue-Regular', sans-serif; }
  .notasPrincipales a:hover {
    color: #f15a24;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms; }

.notasPrincipales .nombreCategoria {
  background-color: #f15a24;
  padding: 5px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  top: -5%;
  letter-spacing: 1.25px; }
  .notasPrincipales .nombreCategoria:hover {
    color: #000;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms; }

.notasPrincipales img {
  width: 100%; }

.colNotasSecundarias {
  background-color: #f0f0f0; }
  .colNotasSecundarias a {
    font-size: 18px; }
  .colNotasSecundarias img {
    margin-top: 20px;
    width: 100%; }
  .colNotasSecundarias h5 {
    margin-top: 20px; }

.lst-contenedorSegundaFila {
  margin-top: 30px;
  margin-bottom: 30px; }
  .lst-contenedorSegundaFila .lst-noticiaSegundaFila {
    border: solid 0.5px #969696;
    margin: 0 15px;
    padding: 50px 20px 20px 20px; }
    .lst-contenedorSegundaFila .lst-noticiaSegundaFila img {
      width: 100%; }
    .lst-contenedorSegundaFila .lst-noticiaSegundaFila a {
      text-decoration: none;
      color: #000;
      font-weight: 800; }
      .lst-contenedorSegundaFila .lst-noticiaSegundaFila a:hover {
        color: #f15a24;
        -webkit-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms; }
    .lst-contenedorSegundaFila .lst-noticiaSegundaFila .nombreCategoria {
      background-color: #f15a24;
      padding: 6px;
      text-transform: uppercase;
      text-align: center;
      color: #fff;
      font-size: 12px;
      font-weight: 400;
      position: absolute;
      top: 2%;
      letter-spacing: 1.25px; }
      .lst-contenedorSegundaFila .lst-noticiaSegundaFila .nombreCategoria:hover {
        color: #000;
        -webkit-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms; }
    @media (max-width: 991px) {
      .lst-contenedorSegundaFila .lst-noticiaSegundaFila {
        margin: 10px 0; } }

.lst-contenedorBanners img {
  width: 100%; }

@media (max-width: 991px) {
  .lst-contenedorBanners {
    padding: 0; } }

.lst-contenedorTerceraFila {
  margin-top: 30px;
  margin-bottom: 30px; }
  .lst-contenedorTerceraFila img {
    width: 100%; }
  .lst-contenedorTerceraFila h5 {
    margin-bottom: 50px;
    margin-top: 35px; }
  .lst-contenedorTerceraFila a {
    text-decoration: none;
    color: #000;
    font-weight: 800; }
    .lst-contenedorTerceraFila a:hover {
      color: #f15a24;
      -webkit-transition: 300ms;
      -o-transition: 300ms;
      transition: 300ms; }
  .lst-contenedorTerceraFila .nombreCategoria {
    background-color: #f15a24;
    padding: 6px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    letter-spacing: 1.25px; }
    .lst-contenedorTerceraFila .nombreCategoria:hover {
      color: #000;
      -webkit-transition: 300ms;
      -o-transition: 300ms;
      transition: 300ms; }
  @media (max-width: 991px) {
    .lst-contenedorTerceraFila {
      padding: 0; } }

.lst-contenedorCuartaFila article {
  position: relative; }

.lst-contenedorCuartaFila img {
  width: 100%;
  max-height: 395px; }

.lst-contenedorCuartaFila h4 {
  position: absolute;
  bottom: 0;
  padding: 0 14px; }
  .lst-contenedorCuartaFila h4 a {
    text-decoration: none;
    color: #fff;
    font-weight: 800;
    font-size: 25px; }
    .lst-contenedorCuartaFila h4 a:hover {
      color: #f15a24;
      -webkit-transition: 300ms;
      -o-transition: 300ms;
      transition: 300ms; }

.lst-contenedorCuartaFila .nombreCategoria {
  text-decoration: none;
  background-color: #f15a24;
  padding: 5px 6px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  top: 5%;
  letter-spacing: 1.25px; }
  .lst-contenedorCuartaFila .nombreCategoria:hover {
    color: #000;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms; }

@media (max-width: 991px) {
  .lst-contenedorCuartaFila {
    padding: 0; }
    .lst-contenedorCuartaFila h4 {
      position: relative;
      margin-bottom: 20px;
      padding: 0; }
      .lst-contenedorCuartaFila h4 a {
        color: #000; } }

.lst-contenedorQuintaFila {
  padding: 0 30px; }
  .lst-contenedorQuintaFila .lst-filaQuinta {
    border: solid 0.5px #969696;
    margin: 15px;
    padding: 15px; }
    .lst-contenedorQuintaFila .lst-filaQuinta img {
      width: 100%; }
  .lst-contenedorQuintaFila h4 {
    margin-top: 40px; }
    .lst-contenedorQuintaFila h4 a {
      text-decoration: none;
      color: #000;
      font-weight: 800;
      font-size: 25px; }
      .lst-contenedorQuintaFila h4 a:hover {
        color: #f15a24;
        -webkit-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms; }
  .lst-contenedorQuintaFila .nombreCategoria {
    background-color: #f15a24;
    padding: 6px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    text-decoration: none;
    letter-spacing: 1.25px; }
    .lst-contenedorQuintaFila .nombreCategoria:hover {
      color: #000;
      -webkit-transition: 300ms;
      -o-transition: 300ms;
      transition: 300ms; }
  @media (max-width: 991px) {
    .lst-contenedorQuintaFila {
      padding: 0 10px; }
      .lst-contenedorQuintaFila .lst-filaQuinta {
        padding: 15px 5px; } }

.lst-contenedorVideos {
  margin-bottom: 40px;
  padding: 0 30px; }
  .lst-contenedorVideos .lst-filaCategoriaVideos {
    background-color: #f0f0f0; }
    .lst-contenedorVideos .lst-filaCategoriaVideos .colCategoriaVideos {
      padding: 0;
      margin: 15px 0; }
      .lst-contenedorVideos .lst-filaCategoriaVideos .colCategoriaVideos .nombreCategoria {
        background-color: #f15a24;
        padding: 4px;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 1.25px;
        text-decoration: none; }
        .lst-contenedorVideos .lst-filaCategoriaVideos .colCategoriaVideos .nombreCategoria:hover {
          color: #000;
          -webkit-transition: 300ms;
          -o-transition: 300ms;
          transition: 300ms; }
  .lst-contenedorVideos .lst-filaVideos {
    background-color: #f0f0f0;
    padding: 15px; }
    .lst-contenedorVideos .lst-filaVideos article figure {
      position: relative; }
      .lst-contenedorVideos .lst-filaVideos article figure .logoVideo {
        color: #fff;
        font-size: 10px;
        font-weight: 400;
        text-align: center;
        text-decoration: none;
        background-color: #f15a24;
        border-radius: 50%;
        display: table;
        height: 80px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        width: 80px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .lst-contenedorVideos .lst-filaVideos article figure .logoVideo i {
          color: #fff;
          font-size: 45px;
          display: table-cell;
          vertical-align: middle; }
          @media (max-width: 991px) {
            .lst-contenedorVideos .lst-filaVideos article figure .logoVideo i {
              font-size: 16px; } }
    .lst-contenedorVideos .lst-filaVideos article a {
      text-decoration: none;
      color: #000;
      font-weight: 800;
      font-size: 25px; }
      .lst-contenedorVideos .lst-filaVideos article a:hover {
        color: #f15a24;
        -webkit-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms; }
  @media (max-width: 991px) {
    .lst-contenedorVideos {
      padding: 0 10px; }
      .lst-contenedorVideos h4 {
        margin-bottom: 30px; } }

.lst-autor-notas {
  margin: 20px 0;
  border-bottom: solid 1px #969696; }
  .lst-autor-notas .lst-filaAutor {
    margin-bottom: 20px; }
    .lst-autor-notas .lst-filaAutor .lst-colAutor {
      padding: 0; }
      .lst-autor-notas .lst-filaAutor .lst-colAutor .avatarAutor span {
        width: 100px;
        height: 100px;
        overflow: hidden;
        border-radius: 50%;
        display: inline-block; }
        .lst-autor-notas .lst-filaAutor .lst-colAutor .avatarAutor span img {
          max-width: unset;
          width: 200px; }
      .lst-autor-notas .lst-filaAutor .lst-colAutor .colNombre {
        padding-left: 20px; }
      @media (max-width: 991px) {
        .lst-autor-notas .lst-filaAutor .lst-colAutor {
          text-align: right; }
          .lst-autor-notas .lst-filaAutor .lst-colAutor .avatarAutor {
            text-align: left; } }
    .lst-autor-notas .lst-filaAutor .colRedes {
      text-align: right; }
      .lst-autor-notas .lst-filaAutor .colRedes a {
        color: #fff;
        text-decoration: none;
        background-color: #f15a24;
        border-radius: 50%;
        display: inline-block;
        height: 34px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        width: 34px;
        position: relative;
        margin: 0 5px; }
        .lst-autor-notas .lst-filaAutor .colRedes a i {
          color: #fff;
          font-size: 16px;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .lst-autor-notas .lst-filaAutor .colRedes a:hover {
          background-color: #000;
          -webkit-transition: 500ms;
          -o-transition: 500ms;
          transition: 500ms; }
      @media (max-width: 991px) {
        .lst-autor-notas .lst-filaAutor .colRedes {
          margin-top: 20px;
          text-align: center; } }

.lst-autor-batalla {
  margin: 20px 0;
  border-bottom: solid 1px #969696; }
  .lst-autor-batalla .lst-filaAutor {
    margin-bottom: 20px; }
    .lst-autor-batalla .lst-filaAutor .lst-colAutor {
      padding: 0; }
      .lst-autor-batalla .lst-filaAutor .lst-colAutor .avatarAutor span {
        width: 100px;
        height: 100px;
        overflow: hidden;
        border-radius: 50%;
        display: inline-block; }
        .lst-autor-batalla .lst-filaAutor .lst-colAutor .avatarAutor span img {
          max-width: unset;
          width: 200px; }
      .lst-autor-batalla .lst-filaAutor .lst-colAutor .colNombre {
        padding-left: 20px; }
      @media (max-width: 991px) {
        .lst-autor-batalla .lst-filaAutor .lst-colAutor {
          text-align: right; }
          .lst-autor-batalla .lst-filaAutor .lst-colAutor .avatarAutor {
            text-align: left; } }
    .lst-autor-batalla .lst-filaAutor .colRedes {
      text-align: right; }
      .lst-autor-batalla .lst-filaAutor .colRedes a {
        color: #fff;
        text-decoration: none;
        background-color: #ac0000;
        border-radius: 50%;
        display: inline-block;
        height: 34px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        width: 34px;
        position: relative;
        margin: 0 5px; }
        .lst-autor-batalla .lst-filaAutor .colRedes a i {
          color: #fff;
          font-size: 16px;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .lst-autor-batalla .lst-filaAutor .colRedes a:hover {
          background-color: #000;
          -webkit-transition: 500ms;
          -o-transition: 500ms;
          transition: 500ms; }
      @media (max-width: 991px) {
        .lst-autor-batalla .lst-filaAutor .colRedes {
          margin-top: 20px;
          text-align: center; } }

.lst-nota .lst-notasRelacionadas {
  margin-top: 20px; }
  .lst-nota .lst-notasRelacionadas .filaNotasRelacionadas {
    background-color: #f0f0f0; }
    .lst-nota .lst-notasRelacionadas .filaNotasRelacionadas a {
      font-size: 18px; }
    .lst-nota .lst-notasRelacionadas .filaNotasRelacionadas img {
      margin-top: 20px;
      width: 100%; }
    .lst-nota .lst-notasRelacionadas .filaNotasRelacionadas h5 {
      margin-top: 20px; }
    .lst-nota .lst-notasRelacionadas .filaNotasRelacionadas .tituloNotasRelacionadas {
      margin-top: 40px; }
      .lst-nota .lst-notasRelacionadas .filaNotasRelacionadas .tituloNotasRelacionadas h4 {
        color: #f15a24;
        text-transform: uppercase;
        font-family: ;
        font-size: 16.5px;
        font-weight: 800; }

.lst-nota .lst-filaBannerLibros {
  margin: 40px 0; }
  .lst-nota .lst-filaBannerLibros article {
    position: relative; }
    .lst-nota .lst-filaBannerLibros article .lst-textoBannerLibros {
      position: absolute; }
      .lst-nota .lst-filaBannerLibros article .lst-textoBannerLibros h3 {
        top: 0;
        font-family: "Boston", sans-serif;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        font-weight: 900;
        margin-top: 30px; }
      .lst-nota .lst-filaBannerLibros article .lst-textoBannerLibros p {
        top: 0;
        text-align: center;
        color: #fff;
        padding: 5px; }
      .lst-nota .lst-filaBannerLibros article .lst-textoBannerLibros a {
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        color: #ac0000;
        font-weight: 800;
        background-color: #fff;
        padding: 5px 10px; }
        .lst-nota .lst-filaBannerLibros article .lst-textoBannerLibros a:hover {
          background-color: #000;
          -webkit-transition: 300ms;
          -o-transition: 300ms;
          transition: 300ms; }
    .lst-nota .lst-filaBannerLibros article figure img {
      width: 100%; }

.lst-nota .lst-notaInterna .lst-categoriaSingle .nombreCategoria {
  background-color: #f15a24;
  padding: 4px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.25px;
  text-decoration: none; }

.lst-nota .lst-notaInterna .lst-categoriaSingle .lst-fechaSingle {
  display: inline-block;
  margin: 20px 10px;
  color: #f15a24; }

.lst-nota .lst-notaInterna h2 {
  font-weight: 900;
  font-size: 40px; }

.lst-nota .lst-notaInterna .lst-extractoNota {
  font-style: italic;
  font-size: 15px;
  font-weight: 400;
  font-family: "Boston", sans-serif;
  margin: 20px 0; }

.lst-nota .lst-notaInterna figure {
  width: 100%;
  position: relative; }
  .lst-nota .lst-notaInterna figure img {
    width: 100%; }
  .lst-nota .lst-notaInterna figure figcaption {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    margin-bottom: 0;
    padding: 5px 0;
    margin-top: .5em;
    text-align: center;
    font-size: 13px; }

.lst-nota .lst-notaInterna blockquote p {
  text-align: left;
  color: #f15a24;
  padding: 20px 100px;
  font-weight: 600;
  line-height: 1.3 !important; }
  @media (max-width: 991px) {
    .lst-nota .lst-notaInterna blockquote p {
      padding: 20px 0; } }

.lst-nota .lst-notaInterna iframe {
  width: 100%; }

.lst-nota .lst-notaInterna img {
  width: 100%; }

.lst-nota .filaAporta {
  margin-bottom: 30px; }
  .lst-nota .filaAporta .lst-textoAporta {
    background-color: #f15a24;
    padding: 15px; }
    .lst-nota .filaAporta .lst-textoAporta p {
      text-align: center;
      color: #fff;
      text-transform: uppercase;
      font-weight: 300; }
    .lst-nota .filaAporta .lst-textoAporta strong {
      font-weight: 700; }
    .lst-nota .filaAporta .lst-textoAporta .btnAporta {
      font-weight: 600;
      margin-top: 20px; }
      .lst-nota .filaAporta .lst-textoAporta .btnAporta a {
        background-color: #fff;
        color: #f15a24;
        text-decoration: none;
        padding: 5px 10px; }
        .lst-nota .filaAporta .lst-textoAporta .btnAporta a:hover {
          background-color: #000;
          -webkit-transition: 500ms;
          -o-transition: 500ms;
          transition: 500ms; }

.lst-por-que-notas .lst-colPorQueNotas {
  padding: 40px 0; }
  .lst-por-que-notas .lst-colPorQueNotas h2 {
    font-size: 32px;
    font-weight: 900;
    font-family: 'Bebas Neue', sans-serif;
    color: #f15a24;
    margin: 20px 0; }
    @media (max-width: 991px) {
      .lst-por-que-notas .lst-colPorQueNotas h2 {
        text-align: center; } }
  .lst-por-que-notas .lst-colPorQueNotas h3 {
    font-style: italic;
    font-size: 20px;
    font-weight: 700;
    font-family: "Boston", sans-serif;
    margin: 20px 0; }
    @media (max-width: 991px) {
      .lst-por-que-notas .lst-colPorQueNotas h3 {
        text-align: center; } }
  .lst-por-que-notas .lst-colPorQueNotas p {
    font-family: "Boston", sans-serif; }
    @media (max-width: 991px) {
      .lst-por-que-notas .lst-colPorQueNotas p {
        text-align: center; } }
  .lst-por-que-notas .lst-colPorQueNotas blockquote p {
    font-style: italic;
    text-align: center;
    color: #f15a24;
    padding: 20px 50px;
    font-weight: 400;
    line-height: 1.3 !important;
    font-size: 25px; }
    @media (max-width: 991px) {
      .lst-por-que-notas .lst-colPorQueNotas blockquote p {
        padding: 20px 0; } }
  .lst-por-que-notas .lst-colPorQueNotas .lst-textoCompartir p {
    margin: 15px 0; }
  .lst-por-que-notas .lst-colPorQueNotas .colRedes {
    text-align: right; }
    .lst-por-que-notas .lst-colPorQueNotas .colRedes a {
      color: #fff;
      text-decoration: none;
      background-color: #f15a24;
      border-radius: 50%;
      display: inline-block;
      height: 34px;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      width: 34px;
      position: relative;
      margin: 0 5px; }
      .lst-por-que-notas .lst-colPorQueNotas .colRedes a i {
        color: #fff;
        font-size: 16px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .lst-por-que-notas .lst-colPorQueNotas .colRedes a:hover {
        background-color: #000;
        -webkit-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms; }
    @media (max-width: 991px) {
      .lst-por-que-notas .lst-colPorQueNotas .colRedes {
        margin-top: 20px;
        text-align: center; } }

.lst-por-que-notas .lst-colBannerLibros .lst-filaBannerLibros {
  position: relative; }
  .lst-por-que-notas .lst-colBannerLibros .lst-filaBannerLibros .bannerLibros {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%); }
    .lst-por-que-notas .lst-colBannerLibros .lst-filaBannerLibros .bannerLibros article {
      position: relative; }
      .lst-por-que-notas .lst-colBannerLibros .lst-filaBannerLibros .bannerLibros article .lst-textoBannerLibros {
        position: absolute; }
        .lst-por-que-notas .lst-colBannerLibros .lst-filaBannerLibros .bannerLibros article .lst-textoBannerLibros h3 {
          top: 0;
          font-family: "Boston", sans-serif;
          text-align: center;
          text-transform: uppercase;
          color: #fff;
          font-weight: 900;
          margin-top: 30px; }
        .lst-por-que-notas .lst-colBannerLibros .lst-filaBannerLibros .bannerLibros article .lst-textoBannerLibros p {
          top: 0;
          text-align: center;
          color: #fff;
          padding: 5px; }
        .lst-por-que-notas .lst-colBannerLibros .lst-filaBannerLibros .bannerLibros article .lst-textoBannerLibros a {
          text-align: center;
          text-decoration: none;
          text-transform: uppercase;
          color: #ac0000;
          font-weight: 800;
          background-color: #fff;
          padding: 5px 10px; }
          .lst-por-que-notas .lst-colBannerLibros .lst-filaBannerLibros .bannerLibros article .lst-textoBannerLibros a:hover {
            background-color: #000;
            -webkit-transition: 300ms;
            -o-transition: 300ms;
            transition: 300ms; }
      .lst-por-que-notas .lst-colBannerLibros .lst-filaBannerLibros .bannerLibros article figure img {
        width: 100%; }

.lst-colabora .lst-colColabora {
  padding: 40px 0; }
  .lst-colabora .lst-colColabora h2 {
    font-size: 32px;
    font-weight: 900;
    font-family: "FarnhamDisplay", sans-serif;
    color: #f15a24;
    margin: 20px 0; }
    @media (max-width: 991px) {
      .lst-colabora .lst-colColabora h2 {
        text-align: center; } }
  .lst-colabora .lst-colColabora h3 {
    font-style: italic;
    font-size: 20px;
    font-weight: 700;
    font-family: "Boston", sans-serif;
    margin: 20px 0; }
    @media (max-width: 991px) {
      .lst-colabora .lst-colColabora h3 {
        text-align: center; } }
  .lst-colabora .lst-colColabora p {
    font-family: "Boston", sans-serif; }
    @media (max-width: 991px) {
      .lst-colabora .lst-colColabora p {
        text-align: center; } }
  .lst-colabora .lst-colColabora a {
    text-decoration: none;
    font-family: "Boston", sans-serif;
    color: #f15a24; }
    .lst-colabora .lst-colColabora a:hover {
      color: #000;
      -webkit-transition: 300ms;
      -o-transition: 300ms;
      transition: 300ms; }
  .lst-colabora .lst-colColabora blockquote p {
    font-style: italic;
    text-align: center;
    color: #f15a24;
    padding: 20px 50px;
    font-weight: 400;
    line-height: 1.3 !important;
    font-size: 25px; }
    @media (max-width: 991px) {
      .lst-colabora .lst-colColabora blockquote p {
        padding: 20px 0; } }
  .lst-colabora .lst-colColabora .lst-textoCompartir p {
    margin: 15px 0; }
  .lst-colabora .lst-colColabora .colRedes {
    text-align: right; }
    .lst-colabora .lst-colColabora .colRedes a {
      color: #fff;
      text-decoration: none;
      background-color: #f15a24;
      border-radius: 50%;
      display: inline-block;
      height: 34px;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      width: 34px;
      position: relative;
      margin: 0 5px; }
      .lst-colabora .lst-colColabora .colRedes a i {
        color: #fff;
        font-size: 16px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .lst-colabora .lst-colColabora .colRedes a:hover {
        background-color: #000;
        -webkit-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms; }
    @media (max-width: 991px) {
      .lst-colabora .lst-colColabora .colRedes {
        margin-top: 20px;
        text-align: center; } }
  .lst-colabora .lst-colColabora form {
    margin: 20px 0; }
    .lst-colabora .lst-colColabora form input {
      border-color: #000;
      color: #000;
      font-family: "Boston", sans-serif; }
    .lst-colabora .lst-colColabora form input[type="submit"] {
      border: none;
      color: #fff;
      background-color: #f15a24;
      font-family: "Boston", sans-serif; }
      .lst-colabora .lst-colColabora form input[type="submit"]:hover {
        background-color: #000;
        -webkit-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms; }
    .lst-colabora .lst-colColabora form .wpcf7-response-output {
      margin: 0;
      padding: 0;
      border: none;
      font-family: "Boston", sans-serif; }

.lst-colabora .lst-colBannerLibros .lst-filaBannerLibros {
  position: relative; }
  .lst-colabora .lst-colBannerLibros .lst-filaBannerLibros .bannerLibros article {
    position: relative; }
    .lst-colabora .lst-colBannerLibros .lst-filaBannerLibros .bannerLibros article .lst-textoBannerLibros {
      position: absolute; }
      .lst-colabora .lst-colBannerLibros .lst-filaBannerLibros .bannerLibros article .lst-textoBannerLibros h3 {
        top: 0;
        font-family: "Boston", sans-serif;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        font-weight: 900;
        margin-top: 30px; }
      .lst-colabora .lst-colBannerLibros .lst-filaBannerLibros .bannerLibros article .lst-textoBannerLibros p {
        top: 0;
        text-align: center;
        color: #fff;
        padding: 5px; }
      .lst-colabora .lst-colBannerLibros .lst-filaBannerLibros .bannerLibros article .lst-textoBannerLibros a {
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        color: #ac0000;
        font-weight: 800;
        background-color: #fff;
        padding: 5px 10px; }
        .lst-colabora .lst-colBannerLibros .lst-filaBannerLibros .bannerLibros article .lst-textoBannerLibros a:hover {
          background-color: #000;
          -webkit-transition: 300ms;
          -o-transition: 300ms;
          transition: 300ms; }
    .lst-colabora .lst-colBannerLibros .lst-filaBannerLibros .bannerLibros article figure img {
      width: 100%; }
  @media (max-width: 991px) {
    .lst-colabora .lst-colBannerLibros .lst-filaBannerLibros .bannerLibros {
      position: relative;
      top: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }

.quienes-somos {
  margin: 30px 0; }
  .quienes-somos .lst-filaQuienesSomos {
    margin-bottom: 20px; }
    .quienes-somos .lst-filaQuienesSomos .lst-colQuienesSomos {
      padding: 0; }
      .quienes-somos .lst-filaQuienesSomos .lst-colQuienesSomos .avatarQuienesSomos span {
        width: 100px;
        height: 100px;
        overflow: hidden;
        border-radius: 50%;
        display: inline-block;
        margin-bottom: 10px; }
        .quienes-somos .lst-filaQuienesSomos .lst-colQuienesSomos .avatarQuienesSomos span img {
          max-width: unset;
          width: 200px; }
      .quienes-somos .lst-filaQuienesSomos .lst-colQuienesSomos .colNombre {
        padding-left: 20px; }
        .quienes-somos .lst-filaQuienesSomos .lst-colQuienesSomos .colNombre h4 {
          font-weight: 600;
          font-size: 20px; }
        .quienes-somos .lst-filaQuienesSomos .lst-colQuienesSomos .colNombre span {
          background-color: #969696;
          border-radius: 50%;
          display: inline-block;
          height: 22px;
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s;
          width: 22px;
          position: relative;
          margin-right: 5px; }
          .quienes-somos .lst-filaQuienesSomos .lst-colQuienesSomos .colNombre span i {
            color: #fff;
            font-size: 12px;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
        .quienes-somos .lst-filaQuienesSomos .lst-colQuienesSomos .colNombre p {
          color: #969696;
          display: inline-block;
          vertical-align: middle; }
      @media (max-width: 991px) {
        .quienes-somos .lst-filaQuienesSomos .lst-colQuienesSomos {
          text-align: right; }
          .quienes-somos .lst-filaQuienesSomos .lst-colQuienesSomos .avatarQuienesSomos {
            text-align: left; } }

.lst-contacto .lst-colContacto {
  margin: 20px 0; }
  .lst-contacto .lst-colContacto h2 {
    color: #f15a24;
    font-family: "Boston", sans-serif;
    margin: 20px 0; }
  .lst-contacto .lst-colContacto input {
    border-color: #000;
    color: #000;
    font-family: "Boston", sans-serif; }
  .lst-contacto .lst-colContacto textarea {
    border-color: #000;
    color: #000;
    font-family: "Boston", sans-serif;
    resize: none; }
  .lst-contacto .lst-colContacto input[type="submit"] {
    border: none;
    font-family: "Boston", sans-serif;
    background-color: #f15a24;
    color: #fff;
    padding: 3px 8px;
    border-radius: 3px; }
    .lst-contacto .lst-colContacto input[type="submit"]:hover {
      background-color: #000;
      cursor: pointer;
      -webkit-transition: 400ms;
      -o-transition: 400ms;
      transition: 400ms; }
  .lst-contacto .lst-colContacto .wpcf7-response-output {
    border: none;
    padding: 0;
    margin-left: 0; }
  .lst-contacto .lst-colContacto iframe {
    width: 100%; }

.lst-contacto .lst-colBannerLibros .lst-filaBannerLibros {
  position: relative; }
  .lst-contacto .lst-colBannerLibros .lst-filaBannerLibros .bannerLibros {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%); }
    .lst-contacto .lst-colBannerLibros .lst-filaBannerLibros .bannerLibros article {
      position: relative; }
      .lst-contacto .lst-colBannerLibros .lst-filaBannerLibros .bannerLibros article .lst-textoBannerLibros {
        position: absolute; }
        .lst-contacto .lst-colBannerLibros .lst-filaBannerLibros .bannerLibros article .lst-textoBannerLibros h3 {
          top: 0;
          font-family: "Boston", sans-serif;
          text-align: center;
          text-transform: uppercase;
          color: #fff;
          font-weight: 900;
          margin-top: 30px; }
        .lst-contacto .lst-colBannerLibros .lst-filaBannerLibros .bannerLibros article .lst-textoBannerLibros p {
          top: 0;
          text-align: center;
          color: #fff;
          padding: 5px; }
        .lst-contacto .lst-colBannerLibros .lst-filaBannerLibros .bannerLibros article .lst-textoBannerLibros a {
          text-align: center;
          text-decoration: none;
          text-transform: uppercase;
          color: #ac0000;
          font-weight: 800;
          background-color: #fff;
          padding: 5px 10px; }
          .lst-contacto .lst-colBannerLibros .lst-filaBannerLibros .bannerLibros article .lst-textoBannerLibros a:hover {
            background-color: #000;
            -webkit-transition: 300ms;
            -o-transition: 300ms;
            transition: 300ms; }
      .lst-contacto .lst-colBannerLibros .lst-filaBannerLibros .bannerLibros article figure img {
        width: 100%; }

.lst-revolucionRusa .lst-colImagenRevolucion img {
  width: 100%; }

.lst-revolucionRusa .lst-colArticuloRevolucion {
  padding: 15px 25px; }
  .lst-revolucionRusa .lst-colArticuloRevolucion h5 {
    margin-bottom: 20px; }
    .lst-revolucionRusa .lst-colArticuloRevolucion h5 a {
      color: #f15a24;
      text-decoration: none;
      text-transform: uppercase;
      font-family: "FarnhamDisplay", sans-serif;
      font-weight: 600; }
      .lst-revolucionRusa .lst-colArticuloRevolucion h5 a:hover {
        color: #000;
        -webkit-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms; }
  .lst-revolucionRusa .lst-colArticuloRevolucion figure {
    width: 100%;
    margin: 15px 0; }
    .lst-revolucionRusa .lst-colArticuloRevolucion figure img {
      width: 100%; }

.lst-category-notas .notaPrimera {
  margin-top: 30px; }

.lst-category-notas .notaSegunda {
  margin-top: 20px; }
  .lst-category-notas .notaSegunda .nombreCategoria {
    position: relative; }
  .lst-category-notas .notaSegunda h3 {
    line-height: 1; }

.lst-category-notas .lst-contenedorSegundaFila {
  margin-bottom: 20px; }
  .lst-category-notas .lst-contenedorSegundaFila .lst-noticiaSegundaFila {
    margin: 15px; }
    @media (max-width: 991px) {
      .lst-category-notas .lst-contenedorSegundaFila .lst-noticiaSegundaFila {
        margin: 0;
        margin-bottom: 20px; } }

.lst-category-notas .colNavegacion {
  position: relative;
  margin-bottom: 20px; }
  .lst-category-notas .colNavegacion .nav-links {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%); }
    .lst-category-notas .colNavegacion .nav-links .page-numbers {
      color: #f15a24;
      font-family: "Boston", sans-serif;
      font-size: 15px;
      text-decoration: none;
      padding: 0 5px; }
      .lst-category-notas .colNavegacion .nav-links .page-numbers:hover {
        color: #000;
        -webkit-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms; }
    .lst-category-notas .colNavegacion .nav-links .dots {
      padding: 0; }
    .lst-category-notas .colNavegacion .nav-links .current {
      color: #000; }

.lst-search h2 {
  color: #f15a24;
  font-family: "FarnhamDisplay", sans-serif;
  margin: 20px 0; }

.lst-search .lst-noticiaSegundaFila {
  margin-top: 15px;
  margin-bottom: 15px; }

.lst-search .colNavegacion {
  position: relative;
  margin-bottom: 20px; }
  .lst-search .colNavegacion .nav-links {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%); }
    .lst-search .colNavegacion .nav-links .page-numbers {
      color: #f15a24;
      font-family: "Boston", sans-serif;
      font-size: 15px;
      text-decoration: none;
      padding: 0 5px; }
      .lst-search .colNavegacion .nav-links .page-numbers:hover {
        color: #000;
        -webkit-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms; }
    .lst-search .colNavegacion .nav-links .dots {
      padding: 0; }
    .lst-search .colNavegacion .nav-links .current {
      color: #000; }

.lst-batalla-de-ideas .notaPrimera a {
  color: #ac0000; }
  .lst-batalla-de-ideas .notaPrimera a:hover {
    color: #000; }

.lst-batalla-de-ideas .colNotasSecundarias a:hover {
  color: #ac0000; }

.lst-batalla-de-ideas .lst-filaBannerLibros {
  margin: 40px 0; }
  .lst-batalla-de-ideas .lst-filaBannerLibros article {
    position: relative; }
    .lst-batalla-de-ideas .lst-filaBannerLibros article .lst-textoBannerLibros {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .lst-batalla-de-ideas .lst-filaBannerLibros article .lst-textoBannerLibros h3 {
        top: 0;
        font-family: "Boston", sans-serif;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        font-weight: 900;
        font-size: 32px; }
      .lst-batalla-de-ideas .lst-filaBannerLibros article .lst-textoBannerLibros p {
        top: 0;
        text-align: center;
        color: #fff;
        padding: 5px;
        font-size: 18px; }
      .lst-batalla-de-ideas .lst-filaBannerLibros article .lst-textoBannerLibros a {
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        color: #ac0000;
        font-weight: 800;
        background-color: #fff;
        padding: 5px 10px;
        font-size: 18px; }
        .lst-batalla-de-ideas .lst-filaBannerLibros article .lst-textoBannerLibros a:hover {
          background-color: #000;
          -webkit-transition: 300ms;
          -o-transition: 300ms;
          transition: 300ms; }
    .lst-batalla-de-ideas .lst-filaBannerLibros article figure img {
      width: 100%; }

.lst-batalla-de-ideas .lst-contenedorSegundaFila {
  margin-top: 30px;
  margin-bottom: 30px; }
  .lst-batalla-de-ideas .lst-contenedorSegundaFila .lst-noticiaSegundaFila {
    border: solid 0.5px #ac0000;
    margin: 15px;
    padding: 20px 20px 20px 20px; }
    .lst-batalla-de-ideas .lst-contenedorSegundaFila .lst-noticiaSegundaFila img {
      width: 100%; }
    .lst-batalla-de-ideas .lst-contenedorSegundaFila .lst-noticiaSegundaFila a {
      text-decoration: none;
      color: #000;
      font-weight: 800; }
      .lst-batalla-de-ideas .lst-contenedorSegundaFila .lst-noticiaSegundaFila a:hover {
        color: #ac0000;
        -webkit-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms; }
    .lst-batalla-de-ideas .lst-contenedorSegundaFila .lst-noticiaSegundaFila .nombreCategoria {
      background-color: #ac0000;
      padding: 6px;
      text-transform: uppercase;
      text-align: center;
      color: #fff;
      font-size: 12px;
      font-weight: 400;
      position: absolute;
      top: 2%;
      letter-spacing: 1.25px; }
      .lst-batalla-de-ideas .lst-contenedorSegundaFila .lst-noticiaSegundaFila .nombreCategoria:hover {
        color: #000;
        -webkit-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms; }
    @media (max-width: 991px) {
      .lst-batalla-de-ideas .lst-contenedorSegundaFila .lst-noticiaSegundaFila {
        margin: 10px 0; } }

.lst-batalla-de-ideas .lst-contenedorCuartaFila article {
  position: relative; }

.lst-batalla-de-ideas .lst-contenedorCuartaFila img {
  width: 100%;
  max-height: 395px; }

.lst-batalla-de-ideas .lst-contenedorCuartaFila h4 {
  position: absolute;
  bottom: 0;
  padding: 0 14px; }
  .lst-batalla-de-ideas .lst-contenedorCuartaFila h4 a {
    text-decoration: none;
    color: #fff;
    font-weight: 800;
    font-size: 25px; }
    .lst-batalla-de-ideas .lst-contenedorCuartaFila h4 a:hover {
      color: #ac0000;
      -webkit-transition: 300ms;
      -o-transition: 300ms;
      transition: 300ms; }

.lst-batalla-de-ideas .lst-contenedorCuartaFila .nombreCategoria {
  text-decoration: none;
  background-color: #ac0000;
  padding: 5px 6px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  top: 5%;
  letter-spacing: 1.25px; }
  .lst-batalla-de-ideas .lst-contenedorCuartaFila .nombreCategoria:hover {
    color: #000;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms; }

@media (max-width: 991px) {
  .lst-batalla-de-ideas .lst-contenedorCuartaFila {
    padding: 0; }
    .lst-batalla-de-ideas .lst-contenedorCuartaFila h4 {
      position: relative;
      margin-bottom: 20px;
      padding: 0; }
      .lst-batalla-de-ideas .lst-contenedorCuartaFila h4 a {
        color: #000; } }

.lst-compartir-notas {
  margin: 20px 0; }
  .lst-compartir-notas .lst-filaCompartir {
    margin-bottom: 20px; }
    .lst-compartir-notas .lst-filaCompartir .colRedes {
      text-align: center; }
      .lst-compartir-notas .lst-filaCompartir .colRedes a {
        color: #fff;
        text-decoration: none;
        background-color: #f15a24;
        border-radius: 50%;
        display: inline-block;
        height: 34px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        width: 34px;
        position: relative;
        margin: 0 5px; }
        .lst-compartir-notas .lst-filaCompartir .colRedes a i {
          color: #fff;
          font-size: 16px;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .lst-compartir-notas .lst-filaCompartir .colRedes a:hover {
          background-color: #000;
          -webkit-transition: 500ms;
          -o-transition: 500ms;
          transition: 500ms; }
      @media (max-width: 991px) {
        .lst-compartir-notas .lst-filaCompartir .colRedes {
          margin-top: 20px;
          text-align: center; } }

.lst-compartir-batalla {
  margin: 20px 0; }
  .lst-compartir-batalla .lst-filaCompartir {
    margin-bottom: 20px; }
    .lst-compartir-batalla .lst-filaCompartir .colRedes {
      text-align: center; }
      .lst-compartir-batalla .lst-filaCompartir .colRedes a {
        color: #fff;
        text-decoration: none;
        background-color: #ac0000;
        border-radius: 50%;
        display: inline-block;
        height: 34px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        width: 34px;
        position: relative;
        margin: 0 5px; }
        .lst-compartir-batalla .lst-filaCompartir .colRedes a i {
          color: #fff;
          font-size: 16px;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .lst-compartir-batalla .lst-filaCompartir .colRedes a:hover {
          background-color: #000;
          -webkit-transition: 500ms;
          -o-transition: 500ms;
          transition: 500ms; }
      @media (max-width: 991px) {
        .lst-compartir-batalla .lst-filaCompartir .colRedes {
          margin-top: 20px;
          text-align: center; } }

.lst-quienesSomos-batalla .lst-contenedorTituloBatalla {
  margin-top: 20px;
  margin-bottom: 20px; }

.lst-quienesSomos-batalla .textoQuienesSomosBatalla {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  .lst-quienesSomos-batalla .textoQuienesSomosBatalla strong {
    color: #ac0000; }

.lst-quienesSomos-batalla h4 {
  color: #ac0000; }

.lst-quienesSomos-batalla .wpcf7 {
  margin: 20px 0; }
  .lst-quienesSomos-batalla .wpcf7 h2 {
    color: #ac0000;
    font-family: "Boston", sans-serif;
    margin: 20px 0; }
  .lst-quienesSomos-batalla .wpcf7 input {
    border-color: #ac0000;
    color: #000;
    font-family: "Boston", sans-serif; }
  .lst-quienesSomos-batalla .wpcf7 textarea {
    border-color: #ac0000;
    color: #000;
    font-family: "Boston", sans-serif;
    resize: none; }
  .lst-quienesSomos-batalla .wpcf7 input[type="submit"] {
    border: none;
    font-family: "Boston", sans-serif;
    background-color: #ac0000;
    color: #fff;
    padding: 3px 8px;
    border-radius: 3px; }
    .lst-quienesSomos-batalla .wpcf7 input[type="submit"]:hover {
      background-color: #000;
      cursor: pointer;
      -webkit-transition: 400ms;
      -o-transition: 400ms;
      transition: 400ms; }
  .lst-quienesSomos-batalla .wpcf7 .wpcf7-response-output {
    border: none;
    padding: 0;
    margin-left: 0; }

.lst-quienesSomos-batalla iframe {
  width: 100%; }

.primary-header-batalla {
  border-bottom: solid 0.5px rgba(150, 150, 150, 0.5);
  margin-bottom: 8px; }
  .primary-header-batalla .lst-fondoMenuTopBatalla {
    background-color: #ac0000; }
    .primary-header-batalla .lst-fondoMenuTopBatalla .lst-search-form {
      display: inline-block; }
      .primary-header-batalla .lst-fondoMenuTopBatalla .lst-search-form input {
        width: 80%;
        border: solid 1px #969696; }
      .primary-header-batalla .lst-fondoMenuTopBatalla .lst-search-form button {
        margin-left: -5px;
        border: none;
        background-color: #969696;
        padding: 2px 6px; }
        .primary-header-batalla .lst-fondoMenuTopBatalla .lst-search-form button i {
          color: #fff; }
    .primary-header-batalla .lst-fondoMenuTopBatalla .lst-social-menu-batalla-ideas {
      padding: 10px 0;
      display: inline-block;
      vertical-align: middle; }
      .primary-header-batalla .lst-fondoMenuTopBatalla .lst-social-menu-batalla-ideas ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .primary-header-batalla .lst-fondoMenuTopBatalla .lst-social-menu-batalla-ideas ul li {
          margin-left: 5px;
          margin-right: 5px;
          display: inline-block; }
          .primary-header-batalla .lst-fondoMenuTopBatalla .lst-social-menu-batalla-ideas ul li a {
            color: #fff;
            font-size: 10px;
            font-weight: 400;
            text-align: center;
            text-decoration: none;
            background-color: #fff;
            border-radius: 50%;
            display: table;
            height: 24px;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
            width: 24px; }
            .primary-header-batalla .lst-fondoMenuTopBatalla .lst-social-menu-batalla-ideas ul li a i {
              color: #ac0000;
              font-size: 14px;
              display: table-cell;
              vertical-align: middle; }
              @media (max-width: 991px) {
                .primary-header-batalla .lst-fondoMenuTopBatalla .lst-social-menu-batalla-ideas ul li a i {
                  font-size: 16px; } }
            .primary-header-batalla .lst-fondoMenuTopBatalla .lst-social-menu-batalla-ideas ul li a:hover {
              background-color: #000;
              -webkit-transition: 500ms;
              -o-transition: 500ms;
              transition: 500ms; }
            @media (max-width: 991px) {
              .primary-header-batalla .lst-fondoMenuTopBatalla .lst-social-menu-batalla-ideas ul li a {
                font-size: 16px;
                height: 34px;
                width: 34px; } }
  .primary-header-batalla .lst-responsive-boton-batalla p {
    margin: 0;
    color: #ac0000;
    font-size: 40px;
    line-height: 40px; }
  .primary-header-batalla .lst-contenedorMenuBatalla {
    margin-bottom: 8px;
    margin-top: 8px; }
    .primary-header-batalla .lst-contenedorMenuBatalla .lst-primary-menu-batalla-de-ideas {
      text-align: center; }
      .primary-header-batalla .lst-contenedorMenuBatalla .lst-primary-menu-batalla-de-ideas .menu {
        list-style: none;
        margin: 0;
        padding: 0;
        padding-top: 10px; }
        .primary-header-batalla .lst-contenedorMenuBatalla .lst-primary-menu-batalla-de-ideas .menu .current-menu-parent a {
          color: #ac0000; }
        .primary-header-batalla .lst-contenedorMenuBatalla .lst-primary-menu-batalla-de-ideas .menu li {
          margin-left: 5px;
          margin-right: 5px;
          display: inline-block;
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s;
          position: relative; }
          .primary-header-batalla .lst-contenedorMenuBatalla .lst-primary-menu-batalla-de-ideas .menu li a {
            color: #000;
            font-family: "Boston", sans-serif;
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            text-decoration: none;
            padding: 5px 10px;
            display: block;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s; }
            .primary-header-batalla .lst-contenedorMenuBatalla .lst-primary-menu-batalla-de-ideas .menu li a:hover {
              color: #ac0000;
              -webkit-transition: 400ms;
              -o-transition: 400ms;
              transition: 400ms; }
          .primary-header-batalla .lst-contenedorMenuBatalla .lst-primary-menu-batalla-de-ideas .menu li:hover .sub-menu {
            display: block; }
            .primary-header-batalla .lst-contenedorMenuBatalla .lst-primary-menu-batalla-de-ideas .menu li:hover .sub-menu li {
              display: block; }
      @media (max-width: 991px) {
        .primary-header-batalla .lst-contenedorMenuBatalla .lst-primary-menu-batalla-de-ideas {
          display: none; } }
  .primary-header-batalla .lst-responsive-menu-batalla {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none; }
    .primary-header-batalla .lst-responsive-menu-batalla ul {
      list-style: none;
      margin-bottom: 0;
      padding: 10px 0; }
      .primary-header-batalla .lst-responsive-menu-batalla ul li {
        text-align: center;
        margin: 0;
        display: block; }
        .primary-header-batalla .lst-responsive-menu-batalla ul li a {
          color: #fff;
          font-family: "Boston", sans-serif;
          font-size: 16px;
          font-weight: 700;
          text-decoration: none;
          text-transform: uppercase;
          background-color: #ac0000;
          display: block;
          padding: 5px 10px;
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s; }
          .primary-header-batalla .lst-responsive-menu-batalla ul li a:hover, .primary-header-batalla .lst-responsive-menu-batalla ul li a:focus {
            background-color: #000; }

.site-footer-batalla {
  background-color: #ac0000;
  padding: 20px 0;
  margin-top: 15px; }
  .site-footer-batalla .lst-primary-menu-batalla-de-ideas {
    text-align: right; }
    .site-footer-batalla .lst-primary-menu-batalla-de-ideas ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .site-footer-batalla .lst-primary-menu-batalla-de-ideas ul li {
        display: inline-block;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        margin-left: 2.5px;
        margin-right: 2.5px; }
        .site-footer-batalla .lst-primary-menu-batalla-de-ideas ul li a {
          color: #fff;
          font-family: "Boston", sans-serif;
          font-size: 12px;
          font-weight: 400;
          text-transform: uppercase;
          text-decoration: none;
          padding: 2px;
          display: block;
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s; }
          .site-footer-batalla .lst-primary-menu-batalla-de-ideas ul li a:hover {
            color: #000; }
    @media (max-width: 991px) {
      .site-footer-batalla .lst-primary-menu-batalla-de-ideas {
        display: none; } }
  .site-footer-batalla .colMenuFooter {
    margin: 10px 0;
    text-align: right; }
    .site-footer-batalla .colMenuFooter .lst-footer-menu-batalla-de-ideas {
      padding: 0; }
      .site-footer-batalla .colMenuFooter .lst-footer-menu-batalla-de-ideas ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .site-footer-batalla .colMenuFooter .lst-footer-menu-batalla-de-ideas ul li {
          display: inline-block;
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s;
          vertical-align: middle; }
          .site-footer-batalla .colMenuFooter .lst-footer-menu-batalla-de-ideas ul li a {
            color: #fff;
            font-family: "Boston", sans-serif;
            font-size: 12px;
            font-weight: 400;
            text-transform: uppercase;
            text-decoration: none;
            padding: 2px;
            display: block;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s; }
            .site-footer-batalla .colMenuFooter .lst-footer-menu-batalla-de-ideas ul li a:hover {
              color: #000; }
          @media (max-width: 991px) {
            .site-footer-batalla .colMenuFooter .lst-footer-menu-batalla-de-ideas ul li {
              display: block;
              margin-top: 10px; }
              .site-footer-batalla .colMenuFooter .lst-footer-menu-batalla-de-ideas ul li a {
                font-size: 11px; } }
        .site-footer-batalla .colMenuFooter .lst-footer-menu-batalla-de-ideas ul .redesFooter {
          margin-left: 5px;
          margin-right: 5px;
          display: inline-block;
          vertical-align: middle; }
          .site-footer-batalla .colMenuFooter .lst-footer-menu-batalla-de-ideas ul .redesFooter a {
            color: #fff;
            font-size: 12px;
            font-weight: 400;
            text-align: center;
            text-decoration: none;
            background-color: #fff;
            border-radius: 50%;
            display: table;
            height: 24px;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
            width: 24px; }
            .site-footer-batalla .colMenuFooter .lst-footer-menu-batalla-de-ideas ul .redesFooter a i {
              color: #ac0000;
              font-size: 14px;
              display: table-cell;
              vertical-align: middle; }
              @media (max-width: 991px) {
                .site-footer-batalla .colMenuFooter .lst-footer-menu-batalla-de-ideas ul .redesFooter a i {
                  font-size: 14px; } }
            .site-footer-batalla .colMenuFooter .lst-footer-menu-batalla-de-ideas ul .redesFooter a:hover {
              background-color: #000;
              -webkit-transition: 500ms;
              -o-transition: 500ms;
              transition: 500ms; }
          @media (max-width: 991px) {
            .site-footer-batalla .colMenuFooter .lst-footer-menu-batalla-de-ideas ul .redesFooter {
              margin-top: 0;
              margin-bottom: 5px; }
              .site-footer-batalla .colMenuFooter .lst-footer-menu-batalla-de-ideas ul .redesFooter a {
                font-size: 14px;
                height: 30px;
                width: 30px; } }
    @media (max-width: 991px) {
      .site-footer-batalla .colMenuFooter {
        margin: 20px 0 0 0;
        text-align: center; } }
  .site-footer-batalla .colMenuMail {
    text-align: right; }
    .site-footer-batalla .colMenuMail a {
      color: #fff;
      text-decoration: none;
      font-size: 12px;
      font-weight: 400;
      padding: 2px;
      font-family: "Boston", sans-serif;
      vertical-align: middle; }
      .site-footer-batalla .colMenuMail a i {
        color: #ac0000;
        background-color: #fff;
        border-radius: 50%;
        width: 26px;
        height: 26px;
        text-align: center;
        font-size: 14px;
        display: table-cell;
        vertical-align: middle; }
        .site-footer-batalla .colMenuMail a i:hover {
          background-color: #000;
          -webkit-transition: 300ms;
          -o-transition: 300ms;
          transition: 300ms; }
      .site-footer-batalla .colMenuMail a p {
        display: inline-block;
        padding-left: 5px; }
      .site-footer-batalla .colMenuMail a:hover {
        color: #000;
        -webkit-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms; }
    @media (max-width: 991px) {
      .site-footer-batalla .colMenuMail {
        text-align: center; }
        .site-footer-batalla .colMenuMail a {
          font-size: 11px; } }
  @media (max-width: 991px) {
    .site-footer-batalla .lst-logoFooter {
      padding: 30px 0;
      text-align: center; } }
  .site-footer-batalla .lst-logoFooterNotas {
    text-align: right; }
    @media (max-width: 991px) {
      .site-footer-batalla .lst-logoFooterNotas {
        text-align: center;
        padding: 30px 0; } }
  .site-footer-batalla .lst-colMenuPrincipalFooter {
    padding-left: 0; }

.lst-nota-batalla .lst-notasRelacionadas {
  margin-top: 20px; }
  .lst-nota-batalla .lst-notasRelacionadas .filaNotasRelacionadas {
    background-color: #f0f0f0; }
    .lst-nota-batalla .lst-notasRelacionadas .filaNotasRelacionadas a {
      font-size: 18px; }
    .lst-nota-batalla .lst-notasRelacionadas .filaNotasRelacionadas img {
      margin-top: 20px;
      width: 100%; }
    .lst-nota-batalla .lst-notasRelacionadas .filaNotasRelacionadas h5 {
      margin-top: 20px; }
      .lst-nota-batalla .lst-notasRelacionadas .filaNotasRelacionadas h5 a:hover {
        color: #ac0000;
        -webkit-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms; }
    .lst-nota-batalla .lst-notasRelacionadas .filaNotasRelacionadas .tituloNotasRelacionadas {
      margin-top: 40px; }
      .lst-nota-batalla .lst-notasRelacionadas .filaNotasRelacionadas .tituloNotasRelacionadas h4 {
        color: #ac0000;
        text-transform: uppercase;
        font-family: "FarnhamDisplay", sans-serif;
        font-size: 16.5px;
        font-weight: 800; }

.lst-nota-batalla .lst-filaBannerLibros {
  margin: 40px 0; }
  .lst-nota-batalla .lst-filaBannerLibros article {
    position: relative; }
    .lst-nota-batalla .lst-filaBannerLibros article .lst-textoBannerLibros {
      position: absolute; }
      .lst-nota-batalla .lst-filaBannerLibros article .lst-textoBannerLibros h3 {
        top: 0;
        font-family: "Boston", sans-serif;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        font-weight: 900;
        margin-top: 30px; }
      .lst-nota-batalla .lst-filaBannerLibros article .lst-textoBannerLibros p {
        top: 0;
        text-align: center;
        color: #fff;
        padding: 5px; }
      .lst-nota-batalla .lst-filaBannerLibros article .lst-textoBannerLibros a {
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        color: #ac0000;
        font-weight: 800;
        background-color: #fff;
        padding: 5px 10px; }
        .lst-nota-batalla .lst-filaBannerLibros article .lst-textoBannerLibros a:hover {
          background-color: #000;
          -webkit-transition: 300ms;
          -o-transition: 300ms;
          transition: 300ms; }
    .lst-nota-batalla .lst-filaBannerLibros article figure img {
      width: 100%; }

.lst-nota-batalla .lst-notaInterna .lst-categoriaSingle .nombreCategoria {
  background-color: #ac0000;
  padding: 4px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.25px;
  text-decoration: none; }

.lst-nota-batalla .lst-notaInterna .lst-categoriaSingle .lst-fechaSingle {
  display: inline-block;
  margin: 20px 10px;
  color: #ac0000; }

.lst-nota-batalla .lst-notaInterna h2 {
  font-weight: 900;
  font-size: 40px; }

.lst-nota-batalla .lst-notaInterna .lst-extractoNota {
  font-style: italic;
  font-size: 15px;
  font-weight: 400;
  font-family: "Boston", sans-serif;
  margin: 20px 0; }

.lst-nota-batalla .lst-notaInterna figure {
  width: 100%;
  position: relative; }
  .lst-nota-batalla .lst-notaInterna figure img {
    width: 100%; }
  .lst-nota-batalla .lst-notaInterna figure figcaption {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    margin-bottom: 0;
    padding: 5px 0;
    margin-top: .5em;
    text-align: center;
    font-size: 13px; }

.lst-nota-batalla .lst-notaInterna blockquote p {
  text-align: left;
  color: #ac0000;
  padding: 20px 100px;
  font-weight: 600;
  line-height: 1.3 !important; }
  @media (max-width: 991px) {
    .lst-nota-batalla .lst-notaInterna blockquote p {
      padding: 20px 0; } }

.lst-nota-batalla .lst-notaInterna iframe {
  width: 100%; }

.lst-nota-batalla .lst-notaInterna img {
  width: 100%; }

.lst-nota-batalla .filaAporta {
  margin-bottom: 30px; }
  .lst-nota-batalla .filaAporta .lst-textoAporta {
    background-color: #969696;
    padding: 15px; }
    .lst-nota-batalla .filaAporta .lst-textoAporta p {
      text-align: center;
      color: #fff;
      text-transform: uppercase;
      font-weight: 300; }
    .lst-nota-batalla .filaAporta .lst-textoAporta strong {
      font-weight: 700; }
    .lst-nota-batalla .filaAporta .lst-textoAporta .btnAporta {
      font-weight: 600;
      margin-top: 20px; }
      .lst-nota-batalla .filaAporta .lst-textoAporta .btnAporta a {
        background-color: #fff;
        color: #ac0000;
        text-decoration: none;
        padding: 5px 10px; }
        .lst-nota-batalla .filaAporta .lst-textoAporta .btnAporta a:hover {
          background-color: #000;
          -webkit-transition: 500ms;
          -o-transition: 500ms;
          transition: 500ms; }

.lst-category-batalla a:hover {
  color: #ac0000;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }

.lst-category-batalla .nombreCategoria {
  background-color: #ac0000; }

.lst-category-batalla .notaPrimera {
  margin-top: 30px; }

.lst-category-batalla .notaSegunda {
  margin-top: 20px; }
  .lst-category-batalla .notaSegunda .nombreCategoria {
    position: relative;
    background-color: #ac0000; }
  .lst-category-batalla .notaSegunda h3 {
    line-height: 1; }

.lst-category-batalla .lst-contenedorSegundaFila {
  margin-bottom: 20px; }
  .lst-category-batalla .lst-contenedorSegundaFila .lst-noticiaSegundaFila {
    border: solid 0.5px #ac0000;
    margin: 15px; }
    .lst-category-batalla .lst-contenedorSegundaFila .lst-noticiaSegundaFila h5 a:hover {
      color: #ac0000;
      -webkit-transition: 400ms;
      -o-transition: 400ms;
      transition: 400ms; }
    .lst-category-batalla .lst-contenedorSegundaFila .lst-noticiaSegundaFila .nombreCategoria {
      background-color: #ac0000; }
    @media (max-width: 991px) {
      .lst-category-batalla .lst-contenedorSegundaFila .lst-noticiaSegundaFila {
        margin: 0;
        margin-bottom: 20px; } }

.lst-category-batalla .colNavegacion {
  position: relative;
  margin-bottom: 20px; }
  .lst-category-batalla .colNavegacion .nav-links {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%); }
    .lst-category-batalla .colNavegacion .nav-links .page-numbers {
      color: #ac0000;
      font-family: "Boston", sans-serif;
      font-size: 15px;
      text-decoration: none;
      padding: 0 5px; }
      .lst-category-batalla .colNavegacion .nav-links .page-numbers:hover {
        color: #000;
        -webkit-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms; }
    .lst-category-batalla .colNavegacion .nav-links .dots {
      padding: 0; }
    .lst-category-batalla .colNavegacion .nav-links .current {
      color: #000; }

.lst-category-generos .notasPrincipales h3 a {
  color: green; }
  .lst-category-generos .notasPrincipales h3 a:hover {
    color: #000;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms; }

.lst-category-generos .notaPrimera {
  margin-top: 30px; }
  .lst-category-generos .notaPrimera .nombreCategoria {
    background-color: #572364; }

.lst-category-generos .notaSegunda {
  margin-top: 20px; }
  .lst-category-generos .notaSegunda .nombreCategoria {
    position: relative;
    background-color: #572364; }
  .lst-category-generos .notaSegunda h3 {
    line-height: 1; }

.lst-category-generos .lst-contenedorSegundaFila {
  margin-bottom: 20px; }
  .lst-category-generos .lst-contenedorSegundaFila .lst-noticiaSegundaFila {
    margin: 15px; }
    .lst-category-generos .lst-contenedorSegundaFila .lst-noticiaSegundaFila h5 a {
      color: green; }
      .lst-category-generos .lst-contenedorSegundaFila .lst-noticiaSegundaFila h5 a:hover {
        color: #000;
        -webkit-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms; }
    .lst-category-generos .lst-contenedorSegundaFila .lst-noticiaSegundaFila .nombreCategoria {
      background-color: #572364; }
    @media (max-width: 991px) {
      .lst-category-generos .lst-contenedorSegundaFila .lst-noticiaSegundaFila {
        margin: 0;
        margin-bottom: 20px; } }

.lst-category-generos .colNavegacion {
  position: relative;
  margin-bottom: 20px; }
  .lst-category-generos .colNavegacion .nav-links {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%); }
    .lst-category-generos .colNavegacion .nav-links .page-numbers {
      color: #572364;
      font-family: "Boston", sans-serif;
      font-size: 15px;
      text-decoration: none;
      padding: 0 5px; }
      .lst-category-generos .colNavegacion .nav-links .page-numbers:hover {
        color: #000;
        -webkit-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms; }
    .lst-category-generos .colNavegacion .nav-links .dots {
      padding: 0; }
    .lst-category-generos .colNavegacion .nav-links .current {
      color: #000; }

.lst-generos-menu .lst-primary-menu .menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  .lst-generos-menu .lst-primary-menu .menu .current-menu-parent a {
    color: green; }
  .lst-generos-menu .lst-primary-menu .menu li {
    margin-left: 2.5px;
    margin-right: 2.5px;
    display: inline-block;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: relative; }
    .lst-generos-menu .lst-primary-menu .menu li a {
      color: #fff;
      font-family: "Boston", sans-serif;
      font-size: 13px;
      font-weight: 600;
      text-transform: uppercase;
      text-decoration: none;
      padding: 5px 10px;
      display: block;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
      .lst-generos-menu .lst-primary-menu .menu li a:hover {
        color: green;
        -webkit-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms; }
    .lst-generos-menu .lst-primary-menu .menu li .sub-menu {
      padding: 0;
      margin: 0;
      display: none;
      position: absolute;
      background-color: #572364;
      width: 130px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 9999; }
      .lst-generos-menu .lst-primary-menu .menu li .sub-menu:hover {
        display: block; }
      .lst-generos-menu .lst-primary-menu .menu li .sub-menu li {
        display: block;
        padding: 0;
        margin: 0;
        text-align: center;
        border-bottom: none; }
        .lst-generos-menu .lst-primary-menu .menu li .sub-menu li a {
          text-align: center;
          font-size: 13px;
          color: #fff; }
          .lst-generos-menu .lst-primary-menu .menu li .sub-menu li a:hover {
            color: green;
            -webkit-transition: 400ms;
            -o-transition: 400ms;
            transition: 400ms; }
      .lst-generos-menu .lst-primary-menu .menu li .sub-menu .current-menu-item a {
        color: green; }
    .lst-generos-menu .lst-primary-menu .menu li:hover .sub-menu {
      display: block; }
      .lst-generos-menu .lst-primary-menu .menu li:hover .sub-menu li {
        display: block; }

@media (max-width: 991px) {
  .lst-generos-menu .lst-primary-menu {
    display: none; } }

.lst-generos-menu .lst-responsive-boton p {
  margin: 0;
  color: #572364;
  font-size: 40px;
  line-height: 40px; }

.lst-generos-menu .lst-social-menu a i {
  color: #572364; }

.lst-generos-menu .lst-social-menu a:hover {
  background-color: green;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms; }

.lst-generos-menu .lst-responsive-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none; }
  .lst-generos-menu .lst-responsive-menu ul {
    list-style: none;
    margin-bottom: 0;
    padding: 10px 0; }
    .lst-generos-menu .lst-responsive-menu ul li {
      text-align: center;
      margin: 0;
      display: block; }
      .lst-generos-menu .lst-responsive-menu ul li a {
        color: #fff;
        font-family: "Boston", sans-serif;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
        background-color: #572364;
        display: block;
        padding: 5px 10px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s; }
        .lst-generos-menu .lst-responsive-menu ul li a:hover, .lst-generos-menu .lst-responsive-menu ul li a:focus {
          background-color: #572364; }

.lst-generos-menu .fondoMenuPrincipal {
  background-color: #572364;
  margin: 10px 0; }

.lst-generos-menu .contenedorMenuSuperior {
  margin: 10px auto; }

.lst-generos-menu .lst-search-menu {
  text-align: center; }
  .lst-generos-menu .lst-search-menu .lst-i10n-menu {
    margin-bottom: 20px;
    text-align: center;
    padding: 0; }
    .lst-generos-menu .lst-search-menu .lst-i10n-menu ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .lst-generos-menu .lst-search-menu .lst-i10n-menu ul li {
        display: inline-block;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s; }
        .lst-generos-menu .lst-search-menu .lst-i10n-menu ul li a {
          color: #572364;
          font-family: "Boston", sans-serif;
          font-size: 10px;
          font-weight: 700;
          text-transform: uppercase;
          text-decoration: none;
          padding: 3px;
          display: block;
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s; }
          .lst-generos-menu .lst-search-menu .lst-i10n-menu ul li a:hover {
            color: green; }
      .lst-generos-menu .lst-search-menu .lst-i10n-menu ul .current-menu-ancestor a,
      .lst-generos-menu .lst-search-menu .lst-i10n-menu ul .current-menu-parent a,
      .lst-generos-menu .lst-search-menu .lst-i10n-menu ul .current_page_item a,
      .lst-generos-menu .lst-search-menu .lst-i10n-menu ul .current-menu-item a {
        color: #000; }
    @media (max-width: 991px) {
      .lst-generos-menu .lst-search-menu .lst-i10n-menu {
        display: none; } }
  .lst-generos-menu .lst-search-menu form input {
    width: 65%;
    border: solid 1px #969696; }
  .lst-generos-menu .lst-search-menu form button {
    margin-left: -5px;
    border: none;
    background-color: #969696;
    padding: 2px 6px; }
    .lst-generos-menu .lst-search-menu form button i {
      color: #fff; }

.lst-nota-generos .lst-notasRelacionadas {
  margin-top: 20px; }
  .lst-nota-generos .lst-notasRelacionadas .filaNotasRelacionadas {
    background-color: #f0f0f0; }
    .lst-nota-generos .lst-notasRelacionadas .filaNotasRelacionadas img {
      margin-top: 20px;
      width: 100%; }
    .lst-nota-generos .lst-notasRelacionadas .filaNotasRelacionadas h5 {
      margin-top: 20px; }
      .lst-nota-generos .lst-notasRelacionadas .filaNotasRelacionadas h5 a {
        font-size: 18px;
        color: green; }
        .lst-nota-generos .lst-notasRelacionadas .filaNotasRelacionadas h5 a:hover {
          color: #000;
          -webkit-transition: 400ms;
          -o-transition: 400ms;
          transition: 400ms; }
    .lst-nota-generos .lst-notasRelacionadas .filaNotasRelacionadas .tituloNotasRelacionadas {
      margin-top: 40px; }
      .lst-nota-generos .lst-notasRelacionadas .filaNotasRelacionadas .tituloNotasRelacionadas h4 {
        color: #572364;
        text-transform: uppercase;
        font-family: "FarnhamDisplay", sans-serif;
        font-size: 16.5px;
        font-weight: 800; }

.lst-nota-generos .lst-filaBannerLibros {
  margin: 40px 0; }
  .lst-nota-generos .lst-filaBannerLibros article {
    position: relative; }
    .lst-nota-generos .lst-filaBannerLibros article .lst-textoBannerLibros {
      position: absolute; }
      .lst-nota-generos .lst-filaBannerLibros article .lst-textoBannerLibros h3 {
        top: 0;
        font-family: "Boston", sans-serif;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        font-weight: 900;
        margin-top: 30px; }
      .lst-nota-generos .lst-filaBannerLibros article .lst-textoBannerLibros p {
        top: 0;
        text-align: center;
        color: #fff;
        padding: 5px; }
      .lst-nota-generos .lst-filaBannerLibros article .lst-textoBannerLibros a {
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        color: #ac0000;
        font-weight: 800;
        background-color: #fff;
        padding: 5px 10px; }
        .lst-nota-generos .lst-filaBannerLibros article .lst-textoBannerLibros a:hover {
          background-color: #000;
          -webkit-transition: 300ms;
          -o-transition: 300ms;
          transition: 300ms; }
    .lst-nota-generos .lst-filaBannerLibros article figure img {
      width: 100%; }

.lst-nota-generos .lst-notaInterna .lst-categoriaSingle .nombreCategoria {
  background-color: #572364;
  padding: 4px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.25px;
  text-decoration: none; }

.lst-nota-generos .lst-notaInterna .lst-categoriaSingle .lst-fechaSingle {
  display: inline-block;
  margin: 20px 10px;
  color: #572364; }

.lst-nota-generos .lst-notaInterna h2 {
  font-weight: 900;
  font-size: 40px;
  color: green; }

.lst-nota-generos .lst-notaInterna .lst-extractoNota {
  font-style: italic;
  font-size: 15px;
  font-weight: 400;
  font-family: "Boston", sans-serif;
  margin: 20px 0; }

.lst-nota-generos .lst-notaInterna figure {
  width: 100%;
  position: relative; }
  .lst-nota-generos .lst-notaInterna figure img {
    width: 100%; }
  .lst-nota-generos .lst-notaInterna figure figcaption {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    margin-bottom: 0;
    padding: 5px 0;
    margin-top: .5em;
    text-align: center;
    font-size: 13px; }

.lst-nota-generos .lst-notaInterna blockquote p {
  text-align: left;
  color: #f15a24;
  padding: 20px 100px;
  font-weight: 600;
  line-height: 1.3 !important; }
  @media (max-width: 991px) {
    .lst-nota-generos .lst-notaInterna blockquote p {
      padding: 20px 0; } }

.lst-nota-generos .lst-notaInterna iframe {
  width: 100%; }

.lst-nota-generos .lst-notaInterna img {
  width: 100%; }

.lst-nota-generos .filaAporta {
  margin-bottom: 30px; }
  .lst-nota-generos .filaAporta .lst-textoAporta {
    background-color: #572364;
    padding: 15px; }
    .lst-nota-generos .filaAporta .lst-textoAporta p {
      text-align: center;
      color: #fff;
      text-transform: uppercase;
      font-weight: 300; }
    .lst-nota-generos .filaAporta .lst-textoAporta strong {
      font-weight: 700; }
    .lst-nota-generos .filaAporta .lst-textoAporta .btnAporta {
      font-weight: 600;
      margin-top: 20px; }
      .lst-nota-generos .filaAporta .lst-textoAporta .btnAporta a {
        background-color: #fff;
        color: #572364;
        text-decoration: none;
        padding: 5px 10px; }
        .lst-nota-generos .filaAporta .lst-textoAporta .btnAporta a:hover {
          background-color: #000;
          -webkit-transition: 500ms;
          -o-transition: 500ms;
          transition: 500ms; }

.generosFooter {
  background-color: #572364;
  padding: 20px 0; }
  .generosFooter .lst-primary-menu {
    text-align: right; }
    .generosFooter .lst-primary-menu ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .generosFooter .lst-primary-menu ul li {
        display: inline-block;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        margin-left: 2.5px;
        margin-right: 2.5px; }
        .generosFooter .lst-primary-menu ul li .sub-menu {
          display: none; }
        .generosFooter .lst-primary-menu ul li a {
          color: #fff;
          font-family: "Boston", sans-serif;
          font-size: 12px;
          font-weight: 400;
          text-transform: uppercase;
          text-decoration: none;
          padding: 2px;
          display: block;
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s; }
          .generosFooter .lst-primary-menu ul li a:hover {
            color: green; }
    @media (max-width: 991px) {
      .generosFooter .lst-primary-menu {
        display: none; } }
  .generosFooter .colMenuFooter {
    margin: 10px 0;
    text-align: right; }
    .generosFooter .colMenuFooter .lst-footer-menu {
      padding: 0; }
      .generosFooter .colMenuFooter .lst-footer-menu ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .generosFooter .colMenuFooter .lst-footer-menu ul li {
          display: inline-block;
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s;
          vertical-align: middle; }
          .generosFooter .colMenuFooter .lst-footer-menu ul li a {
            color: #fff;
            font-family: "Boston", sans-serif;
            font-size: 12px;
            font-weight: 400;
            text-transform: uppercase;
            text-decoration: none;
            padding: 2px;
            display: block;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s; }
            .generosFooter .colMenuFooter .lst-footer-menu ul li a:hover {
              color: green; }
          @media (max-width: 991px) {
            .generosFooter .colMenuFooter .lst-footer-menu ul li {
              display: block;
              margin-top: 10px; }
              .generosFooter .colMenuFooter .lst-footer-menu ul li a {
                font-size: 11px; } }
        .generosFooter .colMenuFooter .lst-footer-menu ul .redesFooter {
          margin-left: 5px;
          margin-right: 5px;
          display: inline-block;
          vertical-align: middle; }
          .generosFooter .colMenuFooter .lst-footer-menu ul .redesFooter a {
            color: #fff;
            font-size: 12px;
            font-weight: 400;
            text-align: center;
            text-decoration: none;
            background-color: #fff;
            border-radius: 50%;
            display: table;
            height: 24px;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
            width: 24px; }
            .generosFooter .colMenuFooter .lst-footer-menu ul .redesFooter a i {
              color: #572364;
              font-size: 14px;
              display: table-cell;
              vertical-align: middle; }
              @media (max-width: 991px) {
                .generosFooter .colMenuFooter .lst-footer-menu ul .redesFooter a i {
                  font-size: 14px; } }
            .generosFooter .colMenuFooter .lst-footer-menu ul .redesFooter a:hover {
              background-color: green;
              -webkit-transition: 500ms;
              -o-transition: 500ms;
              transition: 500ms; }
          @media (max-width: 991px) {
            .generosFooter .colMenuFooter .lst-footer-menu ul .redesFooter {
              margin-top: 0;
              margin-bottom: 5px; }
              .generosFooter .colMenuFooter .lst-footer-menu ul .redesFooter a {
                font-size: 14px;
                height: 30px;
                width: 30px; } }
    @media (max-width: 991px) {
      .generosFooter .colMenuFooter {
        margin: 20px 0 0 0;
        text-align: center; } }
  .generosFooter .colMenuMail {
    text-align: right; }
    .generosFooter .colMenuMail a {
      color: #fff;
      text-decoration: none;
      font-size: 12px;
      font-weight: 400;
      padding: 2px;
      font-family: "Boston", sans-serif;
      vertical-align: middle; }
      .generosFooter .colMenuMail a i {
        color: #572364;
        background-color: #fff;
        border-radius: 50%;
        width: 26px;
        height: 26px;
        text-align: center;
        font-size: 14px;
        display: table-cell;
        vertical-align: middle; }
        .generosFooter .colMenuMail a i:hover {
          background-color: green;
          -webkit-transition: 300ms;
          -o-transition: 300ms;
          transition: 300ms; }
      .generosFooter .colMenuMail a p {
        display: inline-block;
        padding-left: 5px; }
      .generosFooter .colMenuMail a:hover {
        color: green;
        -webkit-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms; }
    @media (max-width: 991px) {
      .generosFooter .colMenuMail {
        text-align: center; }
        .generosFooter .colMenuMail a {
          font-size: 11px; } }
  @media (max-width: 991px) {
    .generosFooter .lst-logoFooter {
      text-align: center; } }
  .generosFooter .lst-colMenuPrincipalFooter {
    padding-left: 0; }

.lst-filaVerMasBatalla {
  margin: 30px 0; }
  .lst-filaVerMasBatalla a {
    background-color: #ac0000;
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px; }
    .lst-filaVerMasBatalla a:hover {
      color: #000;
      -webkit-transition: 400ms;
      -o-transition: 400ms;
      transition: 400ms; }
