@font-face {
  font-family: "Lota Grotesque Alt 1 Bold It";
  src: url("fonts/LotaGrotesqueAlt1-BoldIt.woff2") format("woff2"), url("fonts/LotaGrotesqueAlt1-BoldIt.woff") format("woff"), url("fonts/LotaGrotesqueAlt1-BoldIt.svg#LotaGrotesqueAlt1-BoldIt") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lota Grotesque Alt 1 Black It";
  src: url("fonts/LotaGrotesqueAlt1-BlackIt.woff2") format("woff2"), url("fonts/LotaGrotesqueAlt1-BlackIt.woff") format("woff"), url("fonts/LotaGrotesqueAlt1-BlackIt.svg#LotaGrotesqueAlt1-BlackIt") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lota Grotesque Alt 1";
  src: url("fonts/LotaGrotesqueAlt1-Black.woff2") format("woff2"), url("fonts/LotaGrotesqueAlt1-Black.woff") format("woff"), url("fonts/LotaGrotesqueAlt1-Black.svg#LotaGrotesqueAlt1-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lota Grotesque Alt 1 Light It";
  src: url("fonts/LotaGrotesqueAlt1-LightIt.woff2") format("woff2"), url("fonts/LotaGrotesqueAlt1-LightIt.woff") format("woff"), url("fonts/LotaGrotesqueAlt1-LightIt.svg#LotaGrotesqueAlt1-LightIt") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lota Grotesque Alt 1";
  src: url("fonts/LotaGrotesqueAlt1-Light.woff2") format("woff2"), url("fonts/LotaGrotesqueAlt1-Light.woff") format("woff"), url("fonts/LotaGrotesqueAlt1-Light.svg#LotaGrotesqueAlt1-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lota Grotesque Alt 1 It";
  src: url("fonts/LotaGrotesqueAlt1-RegularIt.woff2") format("woff2"), url("fonts/LotaGrotesqueAlt1-RegularIt.woff") format("woff"), url("fonts/LotaGrotesqueAlt1-RegularIt.svg#LotaGrotesqueAlt1-RegularIt") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lota Grotesque Alt 1 Ex Light It";
  src: url("fonts/LotaGrotesqueAlt1-ExtraLightIt.woff2") format("woff2"), url("fonts/LotaGrotesqueAlt1-ExtraLightIt.woff") format("woff"), url("fonts/LotaGrotesqueAlt1-ExtraLightIt.svg#LotaGrotesqueAlt1-ExtraLightIt") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lota Grotesque Alt 1";
  src: url("fonts/LotaGrotesqueAlt1-Regular.woff2") format("woff2"), url("fonts/LotaGrotesqueAlt1-Regular.woff") format("woff"), url("fonts/LotaGrotesqueAlt1-Regular.svg#LotaGrotesqueAlt1-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lota Grotesque Alt 1 Ex";
  src: url("fonts/LotaGrotesqueAlt1-ExtraLight.woff2") format("woff2"), url("fonts/LotaGrotesqueAlt1-ExtraLight.woff") format("woff"), url("fonts/LotaGrotesqueAlt1-ExtraLight.svg#LotaGrotesqueAlt1-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lota Grotesque Alt 1";
  src: url("fonts/LotaGrotesqueAlt1-Bold.woff2") format("woff2"), url("fonts/LotaGrotesqueAlt1-Bold.woff") format("woff"), url("fonts/LotaGrotesqueAlt1-Bold.svg#LotaGrotesqueAlt1-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3 {
  color: #001040;
}

h1 {
  font-weight: 700;
  font-size: 2.3rem;
}

a {
  text-decoration: none;
}

hr {
  border-bottom: 1px solid #C0C0C0;
  border-top: 0px;
  margin-top: 1.5rem;
}

p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #001040;
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0px;
  margin-bottom: 10px;
}

.container {
  max-width: 1266px;
  width: 90%;
  margin: auto;
  padding-top: 20px;
}

.container_s {
  max-width: 900px;
  width: 90%;
  margin: auto;
}

.align-center {
  align-items: center;
}

.justify-end {
  justify-content: end !important;
}

.grow-0 {
  flex-grow: 0 !important;
}

.flex_row {
  flex-direction: row !important;
}

.flex-grow {
  flex-grow: 2;
}

.flex_col {
  flex-direction: column !important;
}

video {
  width: 100%;
  height: auto;
}

/*FRANJA*/
.franja {
  width: 100%;
  height: 15px;
  background: #001040 url("../images/franja.png") right no-repeat;
}

/* MENU */
.menu {
  align-items: center;
  height: 60px;
  justify-content: end;
  align-items: center;
  column-gap: 20px;
}

.menu li {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  list-style: none;
  position: relative;
}

.menu li a {
  text-decoration: none;
  color: #001040;
}

.menu li:before {
  width: 2px;
  height: 100%;
  transform: rotate(10deg);
  background: #FF9040;
  content: "";
  position: absolute;
  margin-left: -8px;
}

/* Noticias1  */
.single aside.sticky {
  position: fixed;
  top: 20px;
  width: 90px;
}

.single .fecha {
  margin-bottom: 20px;
  
}

.single .img_dest {

  margin-bottom: 2rem;
}

.single img.size-full,
.single .slider {
  width: 100%;
}

.single .container {
  position: relative;
}

.single .container .compartir-single {
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.single .container .compartir-single b {
  color: #0C3A97;
  text-align: center;
  font-size: 0.9rem;
}

.single .container .compartir-single ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.single .container .compartir-single ul a {
  color: #3153E4;
  background: #F2F2F2;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single .noticias_single h2 {
  font-size: 2.7rem;
  font-weight: 900;
  color: #001040;
}

.single .noticias_single h3,
.single .noticias_single h4 {
  color: #000;
}

.single .noticias_single p {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.single .noticias_single .slick-slide img {
  width: 800px;
  object-fit: cover;
  height: 385px;
}

.single .noticias_single .slick-slide img .slick-dots {
  display: flex;
  justify-content: flex-end;
}

.single .noticias_single blockquote {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 900;
  display: flex;
  background: #FF9040;
  width: 100%;
  padding: 10px;
  margin: 0px;
}

.single .noticias_single blockquote p {
  font-size: 1.3rem;
  font-weight: 900;
  color: #fff;
}

.single .noticias_single blockquote p:before {
  float: left;
  content: url("../images/comilla.svg");
  margin-right: 15px;
}

.noticias-single {
  position: relative;
  margin-top: 60px;
}

.noticias-single h2 {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: left;
}

.noticias-single p {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.fecha {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  color: #5C5C5C;
  font-weight: 500;
  display: block;
  margin-bottom: 35px;
}

.tag {
  background: #46195E;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  height: 30px;
  padding: 5px 8px;
  width: auto;
  color: #fff;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}

.noticias .feat {
  display: flex;
  flex-direction: column;
}

.noticias .feat h2 {
  font-family: "Lota Grotesque Alt 1";
  font-weight: 800;
  font-size: 1.8rem;
  margin: 35px 0 25px 0;
}

.noticias .feat .noticia_desc {
  background: #F2F2F2;
  padding: 10px;
}

.noticia_s img {
  width: 100%;
  object-fit: cover;
}

.noticia_s h3 {
  font-family: "Lota Grotesque Alt 1";
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 10px;
  line-height: 1.1;
  margin-bottom: 0px;
}

.noticia_s .noticia_desc {
  margin-top: 10px;
}

.noticia_b img {
  width: 100%;

  object-fit: cover;
}

.noticia_b h3 {
  font-family: "Lota Grotesque Alt 1";
  font-weight: 800;
  font-size: 1.8rem;
  margin: 10px 0;
}

.noticia_b .noticia_desc {
  margin-top: 10px;
}

.noticia_desc {
  padding: 0px;
}

.compartir ul {
  display: flex;
  column-gap: 18px;
  list-style: none;
  padding: 0px;
}

.compartir ul img {
  height: 14px;
}

.compartir i {
  color: #51728E;
  font-size: 14px;
}

/* Banner */
.banner {
  margin-top: 50px;
  margin-bottom: 25px;
}

.banner img {
  width: 100%;
}

/* Sidebar */
aside {
  position: relative;
}

aside #sidebar {
  flex-direction: column;
}

aside #sidebar h4 {
  color: #3153E4;
  font-size: 1.1rem;
  font-weight: 700;
}

aside #sidebar .ediciones_list {
  color: #001040;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #51728E;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

aside #sidebar .ediciones_list .numero_edicion {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}

aside #sidebar .ediciones_list .circle {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  border: 1px solid #3153E4;
  display: block;
  display: flex;
  justify-content: center;
}

aside #sidebar .ediciones_list .circle img {
  width: 13px;
}

aside #sidebar .ver_mas_ediciones {
  background: #F2F2F2;
  padding: 10px;
  text-align: center;
}

aside #sidebar .ver_mas_ediciones a {
  color: #3153E4;
  font-size: 0.9rem;
  font-weight: 700;
}

aside .box-img {
  background: #F2F2F2;
  border-radius: 5px;
  padding: 10px;
}

aside .sticky {
  position: fixed;
  top: 5px;
  right: auto;
  transition: 0.3s;
}

aside .sticky .box-img img {
  width: 280px;
}

aside .sticky .col {
  width: 280px;
}

aside .sticky .col img {
  width: 100%;
}

aside .descarga_edicion {
  position: relative;
  display: flex;
  justify-content: center;
}

aside .descarga_edicion_link {
  position: absolute;
  left: auto;
  right: auto;
  top: 50%;
}

aside .ultima_edicion {
  color: #3153E4;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 0.8rem;
}

aside .numero_ultima_edicion {
  color: #3153E4;
  text-align: center;
  font-weight: 500;
  font-size: 0.9rem;
}

/* PAGINA */
.page aside .menu-page {
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  width: 140px;
  flex-direction: column;
  text-align: center;
}

.page aside .menu-page ul {
  margin: 0px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.page aside .menu-page ul li {
  text-align: left;
  margin-bottom: 20px;
}

.page aside .menu-page ul li a {
  color: #3153E4;
  font-weight: 600;
}

.page aside .menu-page ul li a:before {
  content: "";
  border-left: 3px solid #3153E4;
  padding-right: 8px;
}

.page aside.sticky {
  position: fixed;
  top: 20px;
}

.page .pagina_cont .texto_imagen {
  margin: 2rem 0;
}

.page .pagina_cont h1 {
  font-size: 2.3rem;
  font-weight: 700;
  margin: 0;
}

.page .pagina_cont h3 {
  color: #001040;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.page .pagina_cont p {
  font-weight: 400;
  color: #000000;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-top: 0px;
  margin-bottom: 10px;
}

.page .pagina_cont .row {
  gap: 25px;
}

.page .pagina_cont .col.box {
  border: 1px solid #C0C0C0;
  background: #fff;
  padding: 20px;
  text-align: center;
  min-width: 164px;
  flex-basis: 1 !important;
  justify-content: center;
  align-items: center;
}

.page .pagina_cont .col.box h3 {
  color: #3153E4;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.page .pagina_cont .col.box p {
  color: #51728E;
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 0;
}

.page .pagina_cont .col.box.contacto {
  padding: 15px;
  border-radius: 8px;
  background: #F2F2F2;
  border: 0px;
  min-width: 43.3%;
  min-height: 140px;
  align-items: center;
  justify-content: center;
}

.page .pagina_cont .col.box.contacto h5 {
  font-size: 1.1rem;
  font-weight: 400;
  color: #51728E;
  text-align: center;
  margin: 1rem;
}

.page .pagina_cont .col.box.contacto a {
  font-size: 1.1rem;
  font-weight: 400;
  color: #3153E4;
  text-align: center;
}

.page .pagina_cont .subtitulo {
  margin: 3rem auto;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400;
  color: #51728E;
  text-align: center;
}

.page .btn_contacto {
  background: #fff;
  padding: 10px;
  color: #3153E4;
  border-top: 1px solid #3153E4;
  border-left: 3px solid #3153E4;
  border-bottom: 1px solid #3153E4;
  border-right: 1px solid #3153E4;
  font-weight: 700 !important;
}

/* FOOTER */
footer {
  margin-top: 50px;
  padding: 30px 0;
  background: #001040 url("../images/footer_img.png") right no-repeat;
}

footer p {
  color: #fff;
}

footer label {
  height: 60px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

footer label input {
  background: #fff;
  border: 0px;
  height: 100%;
  padding: 0 20px;
  width: 100%;
  height: 60px;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
  text-align: left;
  width: 100%;
}

footer label button {
  position: absolute;
  right: 20px;
  top: auto;
  width: 31px;
  height: 22px;
  background: url("../images/busqueda.svg") no-repeat;
  border: 0px;
  z-index: 2;
  cursor: pointer;
}

footer p {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  color: #fff;
  margin-bottom: 15px;
}

footer h3 {
  font-family: "Lota Grotesque Alt 1";
  font-weight: 800;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 15px;
}

footer .img_footer {
  width: 450px;
}

.bottom {
  height: 170px;
  display: flex;
  align-items: center;
  background: #001040;
  border-top: 1px solid #112970;
}

.bottom .footer_img {
  align-items: center;
  justify-content: left;
  flex-direction: row;
}

.bottom .footer_img img {
  height: 50px;
}

.bottom .footer_redes ul {
  display: flex;
  list-style: none;
  justify-content: end;
  flex-direction: row;
  gap: 20px;
}

/* Ediciones */
.ediciones {
  margin-top: 15px;
}

.ediciones ul.acciones {
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 0px;
}

.ediciones ul.acciones li {
  position: relative;
}

.ediciones ul.acciones li:before {
  width: 2px;
  height: 100%;
  transform: rotate(10deg);
  background: #FF9040;
  content: "";
  position: absolute;
}

.ediciones ul.acciones li a {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: #3153E4;
  font-weight: 600;
  text-decoration: none;
  padding-left: 8px;
}

.ediciones ul.acciones li a img {
  margin-left: 10px;
}

.edicion_fila {
  margin-top: 20px;
}

h1 {
  font-weight: 800;
}

h1 span {
  font-weight: 500;
}

.paginacion {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.paginacion .wp-pagenavi a,
.paginacion .wp-pagenavi span {
  color: #3153E4;
}

/* CONTACTO */
.wpcf7-form-control-wrap {
  position: initial !important;
}

.wpcf7-form .row {
  gap: 20px;
}

.wpcf7-form .row .col {
  margin-left: 10px;
  margin-right: 10px;
}

label {
  width: 100%;
}

input,
textarea {
  background: #F2F2F2;
  padding: 10px;
  border: 0px;
  border-bottom: 2px solid #3153E4;
  color: #C0C0C0;
  width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.m-0 {
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
}

.col {
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
  flex-direction: column;
}

.noticias-random {
  flex: 0 0 auto;
  width: 75%;
}

.col-6 {
  flex: 1 0 auto;
  width: 47.7%;
  display: flex;
  flex-direction: column;
}

.col-12 {
  flex: 1 0 auto;
  width: 8.3333%;
}

.gap2 {
  gap: 20px;
}

@media (max-width: 720px) {


  .movil {
    display: block;
  }

  .franja {
    height: 10PX;
  }

  menu.menu.row,
  #sidebar,
  aside,
  .footer_menu_movil {
    display: none;
  }

  .container {
    max-width: 80%;
    margin: auto;
  }

  .container_s {
    width: 100%;
  }

  .col-6,
  .col-4,
  .col {
    flex: 1 auto;
    flex-direction: column;
    width: 100%;
  }

  header .container {
    position: relative;
  }

  .logo img {
    width: 200px;
  }

  .footer_menu_movil p {
    font-size: 14px;
    color: #51728E;
    font-weight: 700;
    margin-bottom: 0px;
  }

  .footer_menu_movil .footer_social_movil {
    margin-bottom: 60px;
    display: flex;
    gap: 40px;
  }

  .footer_menu_movil .footer_social_movil i {
    color: #51728E;
    font-size: 20px;
  }

  .footer_menu_movil .footer_social_movil .fa-brands.fa-facebook-f {
    font-size: 17px;
  }

  /* MENU MOVIL */
  .menu-movil {
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    background: url(../images/menu.svg) top no-repeat;
    height: 23px;
    width: 23px;
    border: 0px;
    cursor: pointer;
  }

  menu.menu.row {
    position: fixed;
    top: 0px;
    right: -100%;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    transition: 1s;
    padding-top: 100px;
    padding-left: 40px;
    margin: 0;
    z-index: 2;
  }

  menu.menu.row li {
    margin-top: 30px;
    margin-left: 30px;
  }

  menu.menu.row li:before {
    width: 3px;
  }

  menu.menu.row li a {
    font-size: 1.6rem;
    margin-left: 5px;
  }

  menu.menu.row li .close {
    display: block;
  }

  menu.menu.row.open {
    display: block;
    right: 0px;
  }

  li.close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 5;
  }

  li.close a {
    cursor: pointer;
    color: #FF9040;
  }

  li.close:before {
    display: none;
  }

  /* SINGLE */
  .single h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #001040;
  }

  .single .fecha {
    font-size: 0.9rem;
  }

  .single .noticias_single h2 {
    font-size: 1.7rem;
    font-weight: 900;
    color: #001040;
  }

  .single iframe {
    border: none;
    overflow: hidden;
    width: 600px;
    height: 400px;
    margin: auto;
    display: flex;
  }

  .single .img_dest {

    object-fit: cover;
    margin-bottom: 0rem;
  }

  /* FOOTER */
  footer {
    background: #001040 url(../images/footer_img.png) top no-repeat;
  }

  footer .img_footer {
    width: 350px;
  }

  footer .row {
    flex-direction: column-reverse;
  }

  footer h3 {
    font-size: 1.7rem;
  }

  footer .justify-end {
    justify-content: center !important;
  }

  .bottom .footer_img {
    align-items: center;
    justify-content: center;
  }

  .bottom .footer_img img {
    height: 50px;
  }

  .bottom .footer_redes ul {
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 30px;
    padding: 0px;
  }

  .footer_menu_movil.open {
    display: flex !important;
    position: fixed;
    bottom: 0px;
    left: 0;
    top: auto;
    z-index: 999;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
  }

  .footer_menu_movil.open ul {
    padding: 0px;
    list-style: none;
  }
}

@media (min-width: 720px) {

  .movil {
    display: none;
  }

  .menu-movil,
  .footer_menu_movil,
  .close {
    display: none;
  }

  .page-id-290 .container_s {
    border-left: 1px solid #C0C0C0;
    padding-left: 50px;
  }
}

@media (min-width: 1000px) and (max-width: 1340px) {
  .noticia_s {
    flex: 1 0 auto;
    width: 45%;
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 720px) and (max-width: 1000px) {
  .noticia_s {
    flex: 1 0 auto;
    width: 45%;
    display: flex;
    flex-direction: column;
  }

  aside,
  .sticky {
    display: none;
  }

  .noticias-random {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 1280px) and (max-width: 1360px) {
  .container_s {
    max-width: 800px;
    width: 90%;
    margin: auto;
  }

  .page .pagina_cont .col.box.contacto {
    min-width: 40%;
  }
}

@media (min-width: 720px) and (max-width: 1280px) {
  .container_s {
    max-width: 750px;
    width: 90%;
    margin: auto;
  }

  .page .pagina_cont .col.box.contacto {
    min-width: 38%;
  }
}

.noticia_rel {
  display: flex;
  flex-wrap: nowrap;
}

.noticia_rel .noticia_s {
  display: flex;
}



.noticia_rel .noticia_desc .tag a {
  color: #fff;
}

.noticia_rel .single .noticias_single h3,
.single .noticias_single h4 {
  font-size: 21px;
}


.noticia_rel .noticia_desc {
  margin: 0 1rem;
}

.noticia_rel .noticia_s img {
  width: 100%;
  object-fit: cover;
  /* width: 200px; */
  height: 150px;
}


.noticia_rel .noticia_s h3 {
  font-size: 18px;
}

.col_cat a {
  display: inline;
  float: left;
  margin: 5px;
}

.col_cat .tag {
  border-radius: 0px !important;

}


.single footer {
  margin-top: 0px !important;
}



/* suscripcion */


/* Estilos para el modal */
.suscripcion-modal {
  display: none;
  /* El modal está oculto por defecto */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Fondo oscuro */
  justify-content: center;
  align-items: center;
}

/* Contenido del modal */
.suscripcion-modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  max-width: 500px;
  margin: auto;
}

/* Estilo del botón de cierre */
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
}