/* NUEVO BLOG */
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


html {
	overflow-x: hidden;
}
/*test*/
/* Contenedor principal */
.blog-cards-container {
  display: flex;
  flex-wrap: wrap;
  /* Permite múltiples filas */
  gap: 20px;
  /* Espacio entre las cards */
  justify-content: space-between;
  /* Distribución uniforme */
  align-items: stretch;
  /* Estira las cards para que llenen la altura de la fila */
}

/* Configuración de las cards */
.blog-card {
  flex: 1 1 calc(33.333% - 20px);
  /* 3 cards por fila */
  max-width: calc(33.333% - 20px);
  /* Máxima anchura para mantener el diseño */
  background: #fff;
  border-radius: 12px;
  box-shadow: 4px 6px 13px 0px #D7D7D766;
  display: flex;
  flex-direction: column;
  /* Organiza los elementos en columna */
  height: auto;
  /* Ajusta la altura automáticamente para llenar la fila */
}

/* Imagen superior */
.card-image {
  width: 100%;
  overflow: hidden;
}

.card-img {
  width: 100%;
  height: 197px;
  /* Altura fija para la imagen */
  object-fit: cover;
  /* Corta la imagen sin deformarla */
  border-radius: 12px 12px 0px 0px;
}

/* Título de la card */
.card-title {
  font-size: 20px;
  font-weight: 600;
  color: #2B2C34;
  padding: 20px 20px 10px 20px;
  text-align: left;
  font-family: "Rubik", sans-serif !important;
  flex-grow: 1;
  /* Ocupa el espacio sobrante para estirar la card */
}

.card-title a {
  font-family: "Rubik", sans-serif !important;
  font-size: 20px;
  font-weight: 600;
  color: #2B2C34;
  text-decoration: none;
  text-transform: uppercase;
}

/* Metainformación (tiempo y fecha) */
.card-meta {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  font-size: 0.9rem;
  margin-top: auto;
  /* Empuja la sección meta al fondo */
}

.padding-contenindo-banner {
  padding: 0px 57px 0px 20px;
  border-left: 3px solid #43A1FF;
}

.titulo_banner {
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  font-family: "Rubik", sans-serif !important;
  font-weight: 600;
  margin-top: 0px;
}

.descripcion_banner {
  color: white;
  font-size: 20px;
  line-height: 24px;
  font-family: "Rubik", sans-serif !important;
}

.boton_banner {
  padding: 20px 23px 19px 23px;
  color: white;
  background-color: #43A1FF;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  font-family: "Rubik", sans-serif !important;
  font-weight: 600;
  text-decoration: none;
}


.boton_suscripcion {
  margin-left: 15px;
  display: flex;
  padding: 22px;
  color: white;
  background-color: #43A1FF;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  font-family: "Rubik", sans-serif !important;
  font-weight: 600;
  text-decoration: none;
}

.banner_flex {
  display: flex;
}

.div_espaciadora {
  flex-grow: 2;
}

.contenido_banner {
  flex-grow: 0;
  background-color: #2A3743;
  padding: 25px;
  border-radius: 12px;
  margin: 30px 0px;
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.fdo_suscripcion {
  background-color: #2A3743 !important;
  padding-top: 30px !important;
  padding-bottom: 70px !important;
  margin-top: 30px;
}

.suscripcion {
  display: block;
  text-align: center;
  font-family: Rubik;
  font-size: 28px;
  color: #FFF;
}

.fdo_edificios {
  background-image: url("../images/fondo_edificios.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 36px 0px !important
}

.fdo_contacto {
  background-image: url("../images/img12.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 36px 0px !important
}

.title-categorias {
  align-items: center;
  gap: 10px;
}

.title-categorias-black {
  align-items: center;
  gap: 10px;
}

.post-text {
  font-family: Rubik;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: justify;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}

/*
.title-categorias h3::after{
  content: url("../../wp-content/uploads/2024/11/Line.png");
  vertical-align: -webkit-baseline-middle;
}*/

.categories-container {
  padding-bottom: 30px;
}

.category-button {
  padding: 12px 20px;
  background-color: white;
  border-radius: 50px;
  color: #000;
  text-decoration: none;
  font-family: "Rubik", sans-serif !important;
  font-size: 18px;
  margin: 0px 12px 0px 0px
}

.button-cat {
  padding: 12px 20px;
  background-color: #43A1FF;
  border-radius: 50px;
  color: #FFF;
  text-decoration: none;
  font-family: "Rubik", sans-serif !important;
  font-size: 18px;
  margin: 0px 12px 0px 0px
}

.categorias_nuevo_blog .container-inner {
  display: flex;
  align-items: center;
}

.category-button.active {
  background-color: #43A1FF;
  /* Cambiar a tu color preferido */
  color: #fff;
  font-weight: bold;
}

.title-categorias-black h3 {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 400 !important;
}
.header_categoria {
  margin-top: 30px;
}

.categorias_nuevo_blog.header_categorias .container-inner {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.categorias_nuevo_blog.body_categorias .container-inner {
  padding-bottom: 40px !important;
}

.fdo_contacto .container-inner {
  justify-content: end;
}

.title-categorias {
  flex: 1;
  display: flex;
}

.ver_todas_las_categorias a {
  font-size: 16px;
  color: #43A1FF;
  text-decoration: none;
}

.ver_todas_las_categorias a::after {
  display: none !important;
}

.home-blog {
  font-family: "Rubik", sans-serif !important;
  overflow-x: hidden !important;
}

.categorias_nuevo_blog {
  background-color: #F7F7F9 !important;
}

.title-categorias h3 {
  font-size: 24px;
  color: #43A1FF;
  font-weight: 400 !important;
}

.fdo_cohete {
  background-image: url("https://nublit.stg-php8.site/wp-content/uploads/2024/11/header.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.fdo_buscador .contenedor_buscador_ol {
	background-color: #EEEEEE !important;
	border-radius: 50px !important;
	padding: 15px 20px !important;
	margin-top: auto;
	z-index: 2;
	position: relative;
	margin-top: 30px;
	margin-bottom: 72px;
}

.blog-cards-container .fdo_buscador {
	display: block;
}

/* buscador */

.home-blog .contenedor_buscador {
  background-color: #FFF;
  border-radius: 50px;
  padding: 7px 20px;
  width: 37%;
  margin-top: auto;
  z-index: 2;
  position: relative;
  margin-top: 30px;
  margin-bottom: 72px;
}

.contenedor_buscador_ol {
  background-color: #FFF !important;
  border-radius: 50px !important;
  padding: 15px 20px !important;
  margin-top: auto;
  z-index: 2;
  position: relative;
  margin-top: 30px;
  margin-bottom: 72px;
}

.contenedor_suscripcion_ol {
  background-color: #FFF !important;
  border-radius: 50px !important;
  padding: 15px 20px !important;
  margin-top: auto;
  z-index: 2;
  position: relative;
  margin-bottom: 10px;
  width: 100% !important;
}

.home-blog .contenedor_suscripcion {
  background-color: #FFF;
  border-radius: 50px;
  padding: 17px 20px;
  width: 37%;
  margin-top: auto;
  z-index: 2;
  position: relative;
}

/* Contenedor del buscador */
.home-blog .search-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* Campo de entrada */
.home-blog .search-field {
  width: 37%;
  padding-right: 40px;
  /* Espacio para la lupa */
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 20px;
  outline: none;
  font-family: "Rubik", sans-serif !important;
}

/* Botón de enviar */
.home-blog .search-submit {
  position: absolute;
  right: 65%;
  top: 38%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 99;
}

/* Imagen de la lupa */
.home-blog .search-submit img {
  width: 24px;
  height: 24px;
  display: block;
}


.home-blog {
  margin: 0px
}

.nuevoblog_logo {
  max-height: 55px;
}

.home-blog h2.titleblog {
  font-weight: 400 !important;
  font-size: 2.7em !important;
  font-family: "Rubik", sans-serif !important;
  margin: 35px 0px 20px 0px;
  color: #FFF;
}

.home-blog .subtitle {
  font-weight: 400 !important;
  font-size: 1.5em !important;
  font-family: "Rubik", sans-serif !important;
  margin: 0px;
  color: #FFF;
}

/* Estilos globales para contenedores */
.home-blog .container-full {
  width: 100%;
  display: flex;
  justify-content: center !important;
  background-color: #FFF;
  padding: 0px;
}

.home-blog .container-inner {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;

}


.home-blog .header-columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}

/* Estilos específicos para el header */
.home-blog header .container-full {
  background-color: #2A3743;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px !important;
  /* Espaciado interno */
}

/* Estructura del header */
.home-blog .header-columns {
  display: flex;
  width: 100%;
  align-items: center;
}

/* Logo ocupa 1/4 del espacio */
.home-blog .header-logo {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 5px;
}

.blog_text {
  font-size: 36px !important;
  color: #43A1FF !important;
  font-weight: 400 !important;
  line-height: 43px !important;
  font-family: "Rubik", sans-serif !important;
  margin: 0px !important;
  padding: 0px !important;
}

.home-blog .introduccion {
  color: #FFF !important;
}

/* Menú ocupa 3/4 del espacio */
.home-blog .header-menu {
  flex: 3;
  /* Equivalente a 3/4 del ancho */
}

.home-blog .btn_header {
  color: #43A1FF !important;
  font-family: "Rubik", sans-serif !important;
  font-size: 18px !important;
  font-weight: normal !important;
  border: 1px solid #43A1FF;
  padding: 10px 20px;
  border-radius: 50px;
  transition: color 0.3s ease;
}

.home-blog .btn_header:hover {
  color: #FFF !important;
  border: 1px solid #FFF;
}

.home-blog .menu-list {
  list-style: none;
  display: flex;
  gap: 40px;
  /* Espaciado entre los ítems */
  margin: 0;
  padding: 0;
  justify-content: flex-end;
}

.home-blog .menu-list li a {
  text-decoration: none;
  color: #FFF;
  /* Cambia según el diseño */
  font-weight: 600;
  transition: color 0.3s ease;
  font-family: "Rubik", sans-serif !important;
  font-size: 20px;
}

.home-blog .menu-list li a:hover {
  color: #43A1FF;
  /* Color al pasar el ratón */
}

/* Estilos específicos para el footer */
.home-blog .footer-nuevoblog {
  background-color: #333;
  /* Cambia según tu diseño */
  color: #fff;
  padding: 20px 0;
}

.home-blog .footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.home-blog .footer-menu-list {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 10px 0 0;
  padding: 0;
}

.home-blog .footer-menu-list li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  transition: color 0.3s ease;
}

.home-blog .footer-menu-list li a:hover {
  color: #007bff;
  /* Color al pasar el ratón */
}

/* Estilos para el botón hamburguesa */
.home-blog .menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1000;
  /* Asegurarte de que quede encima */
}

.home-blog .menu-toggle span {
  display: block;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  transition: 0.3s ease;
}

/* Ocultar menú en dispositivos pequeños por defecto */
.home-blog .header-menu {
  display: flex;
  justify-content: flex-end;
}

.home-blog .header-menu ul {
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-blog .header-menu ul li {
  margin: 0;
}

.home-blog .header-menu ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  transition: color 0.3s ease;
}

/* footer nuevo blog */
/* Estilos generales del footer */
.footer_nuevo_blog {
  background-color: #FFF;
  /* Fondo del footer */
  padding: 40px 0;
  color: #2B2C34;
  font-family: "Rubik", sans-serif;
}

/* Contenedor principal */
.footer_nuevo_blog .container-full {
  display: flex;
  justify-content: center;
}

.footer_nuevo_blog .container-inner {
  max-width: 1240px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  /* Asegura que las columnas no se desborden en pantallas pequeñas */
  gap: 20px;
}

/* Columna 1: Logo y derechos */
.footer_nuevo_blog .footer-logo {
  flex: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer_nuevo_blog .footer-logo img {
  max-height: 67px;
}

.footer_nuevo_blog .footer-logo p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* Columna 2: Categorías y Autores */
.footer_nuevo_blog .footer-links {
  flex: 2;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer_nuevo_blog .footer-links h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer_nuevo_blog .footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer_nuevo_blog .footer-links ul li {
  margin-bottom: 8px;
}

.footer_nuevo_blog .footer-links ul li a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
  line-height: 1.5;
  transition: color 0.3s ease;
}

.footer_nuevo_blog .footer-links ul li a:hover {
  color: #007bff;
}

/* Columna 3: Contacto */
.footer_nuevo_blog .footer-contact {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer_nuevo_blog .footer-contact h4 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer_nuevo_blog .social-links {
  display: flex;
  gap: 15px;
}

.footer_nuevo_blog .social-icon img {
  width: 43px;
  height: 43px;
  transition: transform 0.3s ease;
}

.footer_nuevo_blog .social-icon img:hover {
  transform: scale(1.1);
}

.bypro {
  border-top: 1px solid #C0C0C0;
  margin-top: 50px;
}

.bypro p,
.bypro p a {
  font-size: 14px;
  color: #2B2C34;
  text-decoration: none;
  transition: color 0.3s ease;
  line-height: 3;
}

.bypro p a:hover {
  text-decoration: underline;
}

/************* TERMINA NUNEVO BLOG ************/

/*AGREGADOS TEMPLATE BLOG */

#searchsubmit {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  background: #649FF8;
}

.posts-container {
  background-color: #FFF !important;
}

.logo_footer img {
  max-width: 150px;
}

.blog_template,
.body_blog_template {
  padding-top: 0px !important;
  background: #fff !important;
  ;
}

.headerblogp .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;

  width: 100%;
}

.headerblogp .logo {
  font-size: 1.5rem;
  color: white;
}

.headerblogp .menu {
  display: flex;
  list-style: none;
}

.headerblogp .menu li {
  margin-left: 1rem;
}

.headerblogp .menu a {
  color: white;
  text-decoration: none;
  padding: 0.5rem 1rem;
  transition: background-color 0.3s ease;
}

.headerblogp .menu a:hover {
  background-color: #555;
}

.flex-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.flex-container-medium {
  width: 100%;
  max-width: 1440px;
  padding: 0;
}

.headerblogp {
  height: 620px;
  background: linear-gradient(278.29deg, #8890ff 6.75%, #43a1ff 108.62%);
  position: relative;
  overflow: hidden;
}

.headerblogp::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(278.29deg, #8890ff 6.75%, #43a1ff 108.62%);
  z-index: 1;
}

.headerblogp::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background-color: #F7F7F9;
  z-index: 1;
}

.categorias {
  background-color: #F7F7F9;
}

.logo_menu {
  position: relative;
  z-index: 2;
  padding-top: 20px
}

.logo_menu .logo {
  width: 150px !important;
}

.intro {
  display: flex;
  flex-direction: row !important;
  align-items: top;
  justify-content: center;
  height: 100%;
  color: white;
  position: relative;
  z-index: 2;
  padding-top: 50px;
  gap: 10em;
  align-items: stretch;
}

.imagen_blogp {
  min-width: 40%;
  text-align: right;
  padding-top: 60px;
}

.buscador {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  height: 397px;
}

.contenedor_buscador {
  background-color: #2B2C34;
  border-radius: 50px;
  padding: 20px;
  width: 100%;
  margin-top: auto;
  z-index: 2;
  position: relative;

}

.input_buscador {
  line-height: 50px;
  border-radius: 50px;
  padding-left: 15px;
  padding-right: 15px;
  color: #262626;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  letter-spacing: 0.005rem;
}

.responsive-image {
  max-width: 100%;
  height: auto;
  /* Mantiene la proporción de la imagen */
  object-fit: cover;
  /* Ajusta la imagen para cubrir el contenedor */
}



.flex-container-medium.top_categorias {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px
}

.categorias_title {
  flex-grow: 1;
}

.categorias_vermas {
  flex-grow: 2;
  text-align: right;
  margin: 1rem 0 !important;
}

.categorias_title,
.blogppost_title {
  font-size: 1.5rem;
  margin: 1rem 0;
}

.categorias_vermas,
.lista_categorias,
.blogppost_content {
  margin-bottom: 1rem;
}

.lista_categorias {
  margin-bottom: 50px;
  text-align: center;
}

.lista_categorias a {
  margin-right: 15px;
  text-decoration: none;
  color: #333;
  background-color: #FFF;
  padding: 13px 10px;
  border-radius: 5px;
  text-transform: uppercase;
  display: inline-block;
  margin-block: 10px;
}

.lista_categorias a.current {
  background-color: #8990F7;
  color: #FFF;
}

.lista_categorias a:hover {
  background-color: #8990F7;
  color: #FFF;
}

.posts_container {
  padding-top: 100px
}

.blogppost_content {
  display: flex;
  gap: 15px;

}


.blogppost {
  background: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 18px;
  -webkit-box-shadow: 0px 10px 16px 10px rgba(62, 66, 66, 0.04);
  -moz-box-shadow: 0px 10px 16px 10px rgba(62, 66, 66, 0.04);
  box-shadow: 0px 10px 16px 10px rgba(62, 66, 66, 0.04);
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.post_details {
  align-items: stretch;
  align-items: center;
  margin-top: auto
}

.post_img {
  margin-bottom: 15px;
}

.post_img img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}

.post_author_img img {
  max-width: 60px;
  height: 60px;
  border-radius: 50px;
}

.post_author_img {
  flex-grow: 1;
}

.autorbp {
  margin-bottom: 0px !important;
}

.post_meta {
  flex-grow: 8;
  font-size: 1em;
  line-height: 1.4em;
  padding-left: 10px;
}

.post_title {
  margin-bottom: 20px;
}

.post_title p {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}

.headerblogp H1 {
  font-size: 3em;
  color: #2B2C34;
  line-height: 1.5em;
}

.descripcion {
  color: #FFF;
  font-size: 2em;
}

.footer {
  align-items: stretch;
  margin-top: 60px;
}

.footer .flex-container-medium {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 50px 0px
}

/* FIN AGREGADOS TEMPLATE BLOG */

/* BLOG */
.blog-container {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.blog-search {
  display: flex;
  width: 100%;
}

.blog-search input[type="text"] {
  flex: 1;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
}

.blog-search button {
  padding: 10px 20px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-left: none;
  border-radius: 0 4px 4px 0;
  background-color: #007bff;
  color: white;
  cursor: pointer;
}

.blog-categories {
  margin-bottom: 20px;
}

.blog-categories ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}

.blog-categories li {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 5px;
}

.blog-categories a {
  text-decoration: none;
  color: #007bff;
}

.blog-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.blog-post {
  flex: 1 1 calc(33.333% - 20px);
  display: flex;
  flex-direction: column;
  /*border: 1px solid #ccc;*/
  box-shadow: 0px 0px 20px rgba(211, 211, 211, 0.25);
  border-radius: 1rem;
  overflow: hidden;
  text-align: center;
  background-color: #FFF;
}

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

.blog-post-content {
  padding: 20px;
  text-align: left;
}

.blog-post .btn--secondary {
  background-color: #FFF !important;
  color: #8890ff !important;
}

.blog-post h3 {
  font-size: 18px;
  margin: 10px 0;
}

.blog-post-category {
  font-size: 14px;
  margin: 10px 0;
}

.blog-post-category a {
  text-decoration: none;
  color: #007bff;
}

.blog-post-meta {
  font-size: 12px;
  color: #777;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.blog_title {
  text-align: center;
}


/* paginación */

.wp-pagenavi {
  display: flex;
  justify-content: right
}

.wp-pagenavi span.pages {
  display: none !important
}

.wp-pagenavi span,
.wp-pagenavi a {
  font-family: "Rubik", sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  display: inline-block !important;
  letter-spacing: 0.25rem !important;
  text-transform: uppercase !important;
  border: 2px solid #f0f0f0 !important;
  padding: 6px 10px !important;
  background: #FFF !important
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #8890ff !important;
}

/* fin paginación */

.hbspt-form fieldset {
  max-width: 604px !important
}

.hbspt-form label {
  width: 100% !important;
  letter-spacing: .1rem !important;
  margin-top: 28px
}

.hbspt-form input:not(.hs-button),
.hbspt-form select {
  background: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  min-width: 100% !important;
  height: 50px;
  background: #589bff !important
}

.footer__form .hbspt-form input:not(.hs-button),
.footer__form .hbspt-form select {
  background: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  min-width: 100% !important;
  height: 50px;
  background: #262626 !important
}

.hbspt-form input:focus-visible,
.hbspt-form select:focus-visible,
.hbspt-form textarea:focus-visible {
  outline: none !important;
  background: #589bff !important
}

.footer__form .hbspt-form input:focus-visible,
.footer__form .hbspt-form select:focus-visible,
.footer__form .hbspt-form textarea:focus-visible {
  outline: none !important;
  background: #262626 !important
}

.hbspt-form textarea {
  background: #589bff !important;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.footer__form .hbspt-form textarea {
  background: #262626 !important;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.hbspt-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #589cff !important;
}

.footer__form .hbspt-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #262626 !important;
}

input.hs-button {
  border: 1px solid #FFF !important;
  border-radius: 1.5rem !important;
  cursor: pointer !important;
  padding: 0.75rem 2rem;
  color: #fff !important;
  font-family: "Rubik", sans-serif;
  font-size: .75rem;
  font-weight: 700;
  display: inline-block;
  letter-spacing: .25rem;
  text-transform: uppercase;
  background: none !important;
  margin-top: 30px !important
}

.hbspt-form label.hs-error-msg {
  font-weight: 600 !important;
  color: #ff0000 !important;
  margin-top: 0px !important
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #589bff inset !important;

  -webkit-text-fill-color: white !important;

}

/* Change the white to any color */
.footer__form input:-webkit-autofill,
.footer__form input:-webkit-autofill:hover,
.footer__form input:-webkit-autofill:focus,
.footer__form input:-webkit-autofill:active,
.footer__form select:-webkit-autofill,
.footer__form select:-webkit-autofill:hover,
.footer__form select:-webkit-autofill:focus,
.footer__form textarea:-webkit-autofill,
.footer__form textarea:-webkit-autofill:hover,
.footer__form textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #262626 inset !important;

  -webkit-text-fill-color: white !important;

}



.section--cta p {
  line-height: 1.25;
}

.footer .contact {
  display: flex;
  align-items: center;
}

.footer .contact a {
  color: #43a1ff;
}

.footer .contact .icon {
  margin-right: 1rem;
  width: 2rem;
}

.owl-carousel .owl-stage {
  display: flex;
  /*
//border: 2px solid red;
//overflow: hidden;
//flex: 1 0 auto;
//height: 100%;*/
}

.owl-carousel .owl-item {
  /*//border: 2px solid orange;*/
  padding: 0.25rem;
}

.owl-carousel .card {
  height: 100%;
}


.footer__container {
  align-items: baseline;
}

.copy {
  /*//border: 2px solid red;*/
  margin-left: auto;
}

.copy,
.copy * {
  color: #8d94ff;
  display: inline;
  /*//font-size: 0.85rem;
//margin: 0;*/
}

.home .copy {
  margin: 1rem 0 1rem auto;
}

/* Contenedor principal de la paginación */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
  list-style: none;
  padding: 0;
  width: 100%;
}

/* Estilo para los enlaces */
.pagination a {
  padding: 10px 15px;
  border-radius: 25px;
  text-decoration: none;
  color: #212c37;
  /* Color azul típico de WordPress */
  padding: 10px 15px;
  border: 1px solid #212c37;
  border-radius: 25px;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
}

/* Enlace activo o actual */
.pagination .current {
  padding: 10px 15px;
  border-radius: 25px;
  background-color: #212c37;
  color: #fff;
  font-weight: bold;
}

/* Hover en enlaces */
.pagination a:hover {
  background-color: #f1f1f1;
  color: #005177;
}

/* Deshabilitar enlaces (como botones prev/next sin funcionalidad) */
.pagination .disabled {
  color: #ccc;
  cursor: not-allowed;
  border: 1px solid #eee;
}

/* Opcional: Flechas prev/next */
.pagination .prev,
.pagination .next {
  font-weight: bold;
  font-size: 18px;
}

.suscripcion-blog {
  background-color: #2A3743;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.suscripcion-blog .container-full {
  width: 100%;
  background-color: #2A3743;
  display: flex;
  justify-content: center !important;
  padding: 0px !important;
}

.flex {
  display: flex;
}

.flex .flex-col {
  width: 100%;
}

.flex-row {
  display: flex;
  gap: 4rem;
}

.flex-row .flex-row__col {
  width: 100%;
}

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

.flex-center-x {
  justify-content: center;
}

.flex-space-between {
  justify-content: space-between;
}

.container--sm {
  max-width: 800px;
}

.padding-top {
  padding-top: 25px !important;
}

/* Contenedor principal */
.home-blog .container {
  display: flex;
  flex-wrap: wrap;
  /* Permite que las columnas se apilen en pantallas pequeñas */
  margin: 0 auto;
  gap: 20px;
  /* Espacio entre columnas */
}

/* Columna de contenido */
.content {
  flex: 2;
  /* Ocupa el doble de espacio que el sidebar */
  min-width: 60%;
  /* Asegura un ancho mínimo para pantallas pequeñas */
  padding: 20px;
  border-radius: 5px;
}

/* Columna de sidebar */
.sidebar {
  flex: 1;
  /* Ocupa menos espacio que el contenido principal */
  min-width: 30%;
  /* Asegura un ancho mínimo para pantallas pequeñas */
}

/* Contenedor principal */
.most-read {
  margin: 0px;
  padding: 0px 35px 35px 35px;
  border-radius: 5px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 30px -16px rgba(130, 122, 130, 1);
  -moz-box-shadow: 0px 0px 30px -16px rgba(130, 122, 130, 1);
  box-shadow: 0px 0px 30px -16px rgba(130, 122, 130, 1);
  border-radius: 5px;
}

/* Título */
.most-read h2 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #333;
  border-bottom: 2px solid #0073aa;
  padding-bottom: 5px;
}

/* Lista de posts */
.most-read-list {
  display: flex;
  flex-direction: column;
  /* Asegura que los posts estén uno debajo del otro */
  gap: 15px;
  /* Espacio entre cada post */
}

/* Estilo de cada item */
.most-read-item {
  display: flex;
  align-items: center;
  gap: 15px;
  /* Espacio entre la imagen y el título */
}

.most-read-item a {
  text-decoration: none;
  text-transform: uppercase;
  color: #333;
  display: flex;
  align-items: center;
}

.most-read-item a:hover .most-read-title {
  color: #0073aa;
}

/* Imagen miniatura */
.most-read-thumb img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 15px;
  margin-right: 10px
}

/* Título del post */
.most-read-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}

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

* {
  color: #262626;
  font-family: "Open Sans", sans-serif;
  line-height: 32px;
  letter-spacing: 0.005rem;
}

.titulo-h1 {
  color: #2B2C34;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0.005rem;
  text-align: left;
}

.breadcrumb {
  font-size: 18px;
  font-weight: 400;
  color: #2B2C34;
  font-family: "Rubik", sans-serif !important;
}

.breadcrumb a {
  font-size: 18px;
  font-weight: 400;
  color: #43A1FF;
  font-family: "Rubik", sans-serif !important;
  text-decoration: none;
}

.breadcrumb-item.active {
  overflow: hidden; /* Oculta el desbordamiento del texto */
  text-overflow: ellipsis; /* Agrega puntos suspensivos si se corta */
  white-space: nowrap; /* Evita saltos de línea */
  display: inline-block; /* Asegura un comportamiento en línea */
  max-width: 50px; /* Ajusta el ancho máximo según el diseño */
}


.meta-item {
  display: flex;
  align-items: initial;
}

.meta-item img {
  margin-right: 5px;
}

blockquote {
  border-left: 5px solid #43A1FF !important;
  padding-left: 15px !important;
  display: block !important;
  font-size: 28px;
  font-weight: 400;
  margin-left: 0px;
}

.content a span {
  color: #43A1FF;
  /* Cambiar el color del texto */
  text-decoration: underline;
  /* Subrayar el texto */
  font-weight: 400;
}

.grecaptcha-badge {
  display: none !important;
}

.alineacion {
  display: flex;
  justify-content: center
}


.title-categorias h1 {
    font-size: 34px;
    color: #000000;
    font-weight: 400 !important;
}

.tags-space {
	padding-right: 20px;
	padding-left: 20px;
}

.card-tags {
    margin-top: 10px;
	padding-bottom: 20px;
	font-family: "Rubik", sans-serif !important;
}
.card-tags .tag {
    background-color: #43A1FF;
    padding: 2px 15px;
    margin-right: 5px;
	margin-top: 5px;
    border-radius: 8px;
    display: inline-block;
    font-size: 0.8em !important;
}

.card-tags .tag a {
	text-decoration: none;
    color: #FFFFFF;

}

.custom-rectangular-img {
    width: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto; /* Centra la imagen */
}


/* Diseño responsivo */
@media (max-width: 768px) {
  .container {
    flex-direction: column;
    /* Las columnas se apilan en pantallas pequeñas */
  }

  .content,
  .sidebar {
    min-width: 100%;
    /* Cada columna ocupa todo el ancho */
  }
	.content {
		padding: 0px;
	}
	/* Botón de enviar */
	.home-blog .search-submit {
	  position: absolute;
	  right: 10%;
	  top: 38%;
	  transform: translateY(-50%);
	  background: none;
	  border: none;
	  cursor: pointer;
	  padding: 0;
	  z-index: 99;
	}
  .alineacion {
    display: grid !important;
    justify-content: center
  }
	.blog_text {
		font-size: 25px !important;
		color: #43A1FF !important;
		font-weight: 400 !important;
		line-height: 43px !important;
		font-family: "Rubik", sans-serif !important;
		margin: 0px !important;
		padding: 0px !important;
	}
  .boton_banner {
    text-decoration: none;
    display: block;
  }
  .blog-card {
    flex: 1 1 calc(50% - 20px);
    /* 2 cards por fila en tabletas */
    max-width: calc(50% - 20px);
  }
	.padding-contenindo-banner {
	  padding: 0px 5px 0px 20px;
	  border-left: 3px solid #43A1FF;
	}
  .titulo-h1 {
    color: #2B2C34;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 28px !important;
    line-height: 32px !important;
    letter-spacing: 0.005rem;
    text-align: left;
  }
.contenedor_buscador_ol {
  background-color: #FFF !important;
  border-radius: 50px !important;
  padding: 15px 20px !important;
  margin-top: auto;
  z-index: 2;
  position: relative;
  margin-top: 30px;
  margin-bottom: 72px;
	width:100% !important;
}

.fdo_contacto {
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 60px;
    margin-bottom: 40px;
    padding: 36px 0px !important;
}	
	
  .home-blog .contenedor_suscripcion {
    width: 100% !important;
  }

  .pagination a,
  .pagination .current {
    padding: 8px 12px;
    font-size: 14px;
  }

  .grid-team {
    grid-template-columns: repeat(6, 1fr);
  }

  .blogppost_content {
    display: flex;
    gap: 0px;
    flex-direction: column
  }

  .blogppost {
    max-width: 100% !important;
  }

  .blog-post {
    flex: 1 1 100%;
  }
  .home-blog .header-columns {
    flex-direction: row;
    gap: 20px;
  }

  .home-blog .menu-list {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .home-blog h2.titleblog {
    font-size: 1.8em !important;
  }

  .boton_suscripcion {
    margin-left: 0px;
    display: block;
    padding: 20px;
    color: white;
    background-color: #43A1FF;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    font-family: "Rubik", sans-serif !important;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
  }

  .home-blog .menu-list,
  .home-blog .footer-menu-list {
    flex-direction: column;
    gap: 10px;
  }
  .intro {
    display: flex;
    flex-direction: column !important;
    align-items: top;
    justify-content: center;
    height: 100%;
    color: white;
    position: relative;
    z-index: 2;
    padding-top: 50px;
    gap: 0em;
    align-items: stretch;
  }
  .headerblogp .navbar {
    flex-direction: column;
  }

  .headerblogp .menu {
    flex-direction: column;
    width: 100%;
  }

  .headerblogp .menu li {
    margin: 0.5rem 0;
  }

  .home-blog .contenedor_suscripcion {
    background-color: #FFF;
    border-radius: 50px;
    padding: 17px 20px;
    margin-top: auto;
    z-index: 2;
    position: relative;
    margin-bottom: 15px;
  }

  .contenido_banner {
    display: grid;
	padding: 18px;
  }

  .padding-top {
    padding-top: 10px !important;
  }
  
  /* Mostrar el botón hamburguesa */
  .home-blog .menu-toggle {
    display: flex;
  }

  /* Ocultar el menú en dispositivos pequeños */
  .home-blog .header-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    background: #2A3743;
    width: 100%;
    padding: 200px 0;
    text-align: center;
    z-index: 999;
  }

  .home-blog .header-menu.active {
    display: flex;
  }

  .home-blog .header-menu ul {
    flex-direction: column;
    gap: 20px;
  }
  
  .footer_nuevo_blog .container-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer_nuevo_blog .footer-links {
    flex-direction: column;
    align-items: center;
  }

  .footer_nuevo_blog .footer-contact {
    align-items: center;
  }
}

@media (min-width: 600px) {
  .accordion__content {
    max-width: 80%;
  }
}

@media (max-width: 500px) {
  .home-blog .subtitle {
    font-weight: 400 !important;
    font-size: 1.2em !important;
    font-family: "Rubik", sans-serif !important;
    margin: 0px;
  }

  .home-blog .contenedor_buscador {
    width: 75%;
  }
}

@media (max-width: 480px) {
  .blog-card {
    flex: 1 1 100%;
    /* 1 card por fila en pantallas pequeñas */
    max-width: 100%;
  }
  .flex-row {
    flex-direction: column;
  }
}
