.custom-flag {
  width: 40px;
}

.container-custom {
  z-index: 9;
  position: relative;
}

.trame-video {
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: #000000a8;
  z-index: 2;
}

.video-main {
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 0;
  object-fit: cover;
}
p.interest {
  color: #a9b0b8;
  font-size: 0.8rem;
}
label.iwant .wpcf7-list-item-label {
  color: #a9b0b8;
}

.wpcf7-response-output {
  border: none;
  color: orange;
  text-align: center;
  font-size: 0.9rem;
}
.slider-bajada {
  color: #a9b0b8;
  font-size: 1rem;
  margin-top: 20px;
}
.custom-span-top {
  font-size: 1.2rem;
  margin: 20px 0;
  color: white;
  font-weight: 600;
  display: block;
}
.custom-submit .tj-primary-btn {
  background-color: var(--tj-color-theme-dark) !important;
}
.custom-submit .tj-primary-btn .btn_inner .btn_text {
  color: white !important;
}
.custom-category a {
  display: inline-block;
  font-size: 14px;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-common-black-2);
  border: 1px solid var(--tj-color-border-2);
  border-radius: 40px;
  padding: 5px 10px;
  line-height: 1;
}

.blog-images-custom img {
  height: 350px;
  object-fit: cover;
}

/* Igualar alturas y mantener imagen proporcional */
.blog-style-2 {
  height: 100%;
}

.blog-images {
  aspect-ratio: 16 / 9; /* o 4/3 según tu diseño */
  overflow: hidden;
}

.blog-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-content {
  min-height: 0;
} /* evita overflow raro en flex */
.blog-button {
  margin-top: auto;
} /* se pega al fondo de la tarjeta */

.custom-inside-image img {
  height: auto;
  object-fit: cover;
}
.excerpt {
  font-size: 1.1rem;
  font-weight: 600;
}
.category-custom-top li {
  list-style: none;
}
.logos-bg {
  padding: 100px 0;
  background: white !important;
}
.conect-custom {
  background-color: #4a6780 !important;
}
.custom-p {
  white-space: pre-line;
}
