/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.main-header-wrap,
.main-header-wrap .header-wrap,
.main-header-wrap .main-header,
.main-header-wrap .header-container {
  background-color: #171717 !important; /* Cambiar a color #171717 */
  background-image: none !important; /* Por si acaso hay una imagen de fondo */
  border: none !important; /* Por si hay un borde */
}

/* Para elementos dentro del header (si es necesario) */
.main-header-wrap *,
.main-header-wrap .header-wrap *,
.main-header-wrap .main-header *,
.main-header-wrap .header-container * {
  background-color: inherit !important; /* Heredar el color */
  background-image: none !important; /* Eliminar cualquier imagen de fondo */
  border: none !important; /* Eliminar cualquier borde */
}

/* Cambiar el fondo del menú desplegable en el header */
.main-header-wrap .custom-menu-primary .hs-menu-children-wrapper {
  background-color: white !important; /* Fondo blanco */
  border-radius: 10px; /* Bordes redondeados */
}

.main-header-wrap .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: white !important; /* Cambiar a color blanco */
  font-family: "Poppins", Helvetica, sans-serif !important; /* Cambiar a fuente Lovelo Black */
  font-weight: 400 !important; /* Ajusta el peso si es necesario */
  font-style: normal !important; /* Ajusta el estilo si es necesario */
  font-size: 14px !important; /* Ajusta el tamaño si es necesario */
  line-height: 30px !important; /* Ajusta la altura de la línea si es necesario */
}
.main-header-wrap .custom-menu-primary .hs-menu-wrapper > ul ul li a {
font-family: "Poppins", Helvetica, sans-serif !important; /* Cambiar a fuente Lovelo Black */
font-weight: 400 !important; /* Ajusta el peso si es necesario */
font-style: normal !important; /* Ajusta el estilo si es necesario */
font-size: 14px !important; /* Ajusta el tamaño si es necesario */
line-height: 30px !important; /* Ajusta la altura de la línea si es necesario */
}

.main-header { /* O el selector correcto que estés usando */
  padding-top: 10px !important; /* Ajustar el padding superior */
  padding-bottom: 10px !important; /* Ajustar el padding inferior */
  min-height: 100px !important; /* Establecer una altura mínima (ajusta este valor) */
}

.main-header {
height: 127px;
}

.blog-navigation-media h5 {
  visibility: hidden; /* Oculta el texto original */
  position: relative; /* Necesario para el pseudo-elemento */
}

.blog-navigation-media h5::after {
  content: "Categorías"; /* Muestra el texto en español */
  visibility: visible; /* Asegura que el texto sea visible */
  position: absolute; /* Posiciona el texto */
  top: 0;
  left: 0;
}

.top-blog-feed-section strong {
  /* Mantén los estilos actuales */
  color: #333333;
  font-family: 'Manrope', sans-serif; /* Reemplaza con tu fuente si es diferente */
  font-size: 16px;
  margin: 0px 0px 50px;
}

.top-blog-feed-section strong::after {
  content: "Artículos Relacionados"; /* Cambia el texto */
}

.top-blog-feed-section strong {
  visibility: hidden;
}
.top-blog-feed-section strong {
  /* Mantén los estilos actuales */
  color: #333333;
  font-family: 'Manrope', sans-serif; /* Reemplaza con tu fuente si es diferente */
  font-size: 16px;
  margin: 0px 0px 50px;
}

footer,
footer p,
footer a,
footer li,
footer span {
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px !important;
}

#hs_cos_wrapper_bottom_pane {
  display: none;
}



}

div.bottom_comment_count.comments {
  display: none;
}

.latest-blog-feed.blog-related-posts .page-center h2 {
  display: none;
}

.latest-blog-feed.blog-related-posts .page-center p {
  display: none;
}

div.bottom_comment_count.comments {
  display: none;
}

.button_wrap {
  display: none;
}

a:before {
  display: none;
}