/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

menu{ font-weight: bold; } 

/*Parte del blog de la home*/ 
.elementor-widget-hfe-basic-posts .hfe-read-more { color: var(--e-global-color-accent); border: solid black 1px!important; padding: 10px 20px!important; } 
.elementor-1889 .elementor-element.elementor-element-7d4c191 .hfe-post-card { background-color: white!important; } 
.elementor-1889 .elementor-element.elementor-element-7d4c191 .hfe-post-excerpt { margin-bottom: 3em; } 
.hfe-post-image{ margin-bottom: 3em; height: 15em; } 
.swiper-pagination-bullet{ width:20px; height:20px } 
.site-header{ margin: 0!important } 
.sub-menu .menu-item .menu-link:hover{ color: #00264E; font-weight:500; } 
.wp-block-search__label{ display:none; } 
.wp-block-search__inside-wrapper .wp-block-search__input{ border-color:var(--ast-global-color-0) !important; } 
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button{ color:var(--ast-global-color-0) !important; border-color:var(--ast-global-color-0) !important; } 
.entry-meta{ display:none; } 
h1, .entry-content h1 { line-height: 1em !important; } 
.uagb-post-grid .uagb-post__cta { float: right; position: relative; } 
.uagb-post-grid .uagb-post__title { margin-top: 0; margin-bottom: 0; word-break: break-word; height: 150px; } 
.pub-btn{ text-align:center; } .pub-excerpt{ height:250px } 
.pub-post .uagb-post__title{ margin-bottom:20px; } 
.pub-btn a{ alignment-baseline } 
/* Oculta los <br> metidos dentro del botón del extracto */
.pub-btn a br { display: none; }

/* Convierte el enlace en un bloque “botón” real */
.pub-btn a{
  border-radius:0px; 
	background: white; 
	color: black; 
	font-weight:500; 
	border: 1px solid black; 
	padding: 12px 30px;
  display: inline-block;   /* <- clave */
  text-decoration: none;
  line-height: 1;          /* evita alturas raras */
  white-space: nowrap;     /* opcional: evita que “Ver más” parta línea */
}

.project-post .uagb-post__taxonomy { border: 1px solid black; font-size:10px; font-weight:600; margin: 5px; } 
.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted{ border-radius:30px !important; } 
.project-post .uagb-post__text time{ color: #0072CE; } 
.project-post .uagb-post__title a{ overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; max-width: 300px; font-size:20px } 
.project-post .uagb-heading-text{ overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; max-width: 300px; font-size:20px; } 
.project-post .wp-block-uagb-advanced-heading { height: 120px } 
.project-post .uagb-post-grid.is-grid.uagb-equal_height_inline-read-more-buttons.uagb-post__image-position-top .uagb-post__text:last-child { position: absolute; bottom: 20px; text-align: center; } .project-post .wp-block-button .wp-block-button__link{ bottom: 20px; text-align: center; color:black; border: 1px solid black; } 
.project-post .wp-block-button { text-align: center; position:relative; bottom:10px } 
.ast-builder-menu-1 .main-header-menu, .ast-header-break-point .ast-builder-menu-1 .main-header-menu{ margin-left: 60px; } 
.ast-theme-transparent-header #masthead{ position: fixed; } 
.wp-block-loginout a{ font-weight: 700!important; color: white!important; } 
.wp-block-loginout a:hover{ font-weight: 700!important; color: white!important; }


/* —— Estilo “link azul con chevron” para los filtros —— */
.content-filters select,
.content-filters-ajax select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid transparent;
  padding: 6px 22px 6px 0;          /* hueco para el chevron */
  font: 600 16px/1.2 "Inter", system-ui, Arial, sans-serif;
  color: #0b64b9;                    /* azul enlace */
  cursor: pointer;
  transition: border-color .15s ease, color .15s ease, opacity .15s ease;
}

/* Chevron (flecha) a la derecha del select */
.content-filters select,
.content-filters-ajax select{
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='%230b64b9' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .2rem center;
  background-size: 12px 12px;
}

/* Hover/focus como link */
.content-filters select:hover,
.content-filters-ajax select:hover{
  border-bottom-color: currentColor;
}
.content-filters select:focus,
.content-filters-ajax select:focus{
  outline: none;
  border-bottom-color: currentColor;
}

/* Oculta la flecha nativa en IE/Edge antiguo */
.content-filters select::-ms-expand,
.content-filters-ajax select::-ms-expand{ display:none; }

/* Layout limpio y separación entre filtros */
#content-filters,
.content-filters-ajax{
  gap: 2.5rem;
}
#content-filters .filter-group label,
.content-filters-ajax .filter-group label{
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
  color: #0b64b9; /* títulos en azul, como en tu referencia */
}

/* Móvil: reduce tamaño y gap */
@media (max-width: 640px){
  .content-filters select,
  .content-filters-ajax select{ font-size: 15px; }
  #content-filters, .content-filters-ajax{ gap: 1rem; }
}




