.h1,  h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
   font-weight: 300;
}
.project-single .project-info .info-box{ padding:1.9rem; border:1px solid #e4e8ed; }
.breadcrumb-item + .breadcrumb-item::before{ color:#fff; }
.breadcrumb_area.breadcrumb2 .breadcrumb li {
    color: rgba(255, 255, 255, 0.9);
}
.icon-box-three{ margin-bottom:0; }
.search-widget .input-group input{ border: 1px solid #e4e8ed;}
.card-project { border: 1px solid #e4e8ed; }
.card-project h4{ margin-bottom:1rem; }
.card-project .badge, .info-box .badge{ position:absolute; right:2.6rem; top: 1.5rem; padding:10px 20px; font-size:0.9rem; font-weight:500; -webkit-border-radius:15px; border-radius:15px; }
.badge-pill-gris { color:#fff; background-color:#A3A6A8; }
.badge-pill-blau { color:#fff; background-color:#2677CB; }
.badge-pill-verd { color:#fff; background-color:#58D053; }

.btn-outline-gris{ color:#333; background-color:transparent; background-image:none; border-color:#333 }
.btn-outline-blau{ color:#147FD0; background-color:transparent; background-image:none; border-color:#147FD0 }
p { font-size:1.2rem; }

.splitted-banner{ padding:4rem 0; }
.splitted-banner h4{ font-size:3.1rem; color:#fff; }
.ticon-group {
    display: flex;
    gap: 10px; /* Espacio entre iconos */
}

.ticon {
    display: inline-block;
    width: 55px;
    height: 55px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ticon-informe {
    background-image: url('icons/ico-informe.png');
}
.ticon-informep {
    background-image: url('icons/ico-informe-personal.png');
}
.ticon-cochee {
    background-image: url('icons/ico-coche-electrico.png');
}

.icon-box-img { background-color:#fff; min-height:19rem; }

.owl-filter-bar {
  text-align: center;       /* centrado horizontal */
  margin-bottom: 20px;
}

.owl-filter-bar button {
  display: inline-block;
  background: #f8f8f8;
  border: 2px solid #ccc;
  border-radius: 25px;
  padding: 8px 18px;
  margin: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  transition: all 0.25s ease;
}

.owl-filter-bar button:hover {
  background: #eee;
  border-color: #999;
}

.owl-filter-bar button.is-active {
  background: #007bff;  /* color activo */
  border-color: #007bff;
  color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.arrow-list4.active a{
	color:#599d16;
}


@media (min-width: 1400px) {
    .container { max-width: 1320px; }
    #ficha .container, #noticia .container { max-width: 1140px; }
}

@media (min-width: 1600px) {
    .container { max-width: 1520px; }
    #ficha .container, #noticia .container { max-width: 1140px; }
}

@media (min-width: 1920px) {
    .container { max-width: 1800px; }
    #ficha .container, #noticia .container { max-width: 1140px; }
}
