.tm-directivo {
  position: relative;
  padding: 1rem 0.75rem 2.5rem;
}

.tm-directivo__container {
  max-width: 1700px;
}

.tm-directivo__header {
  margin-bottom: 0.9rem;
}

.tm-directivo__title {
  margin: 0;
  font-size: clamp(2rem, 2vw, 2.45rem);
  line-height: 1.1;
  font-weight: 700;
  color: #252525;
}

.tm-directivo__linea{
  height: 1.2rem;
  position: absolute;
  inset: 0;
  background: url('/static/img/directivos/ribete_superior.png') center/cover no-repeat;
  opacity: 1;
  pointer-events: none;
}

.tm-directivo__span_blue{
    color: #0c94d2;
}

.tm-directivo-div__info span{
    font-size: 18px;
}

.tm-directivo-font{
    font-size: 20px;
    font-weight: bold;
}

.tm-directivo__headline2 {
  width: 300px;
  max-width: 78vw;
  margin: 0.55rem auto 0.85rem;
  height: 3px;
  border-radius: 20px;
  background: #312b9f;
  position: relative;
}

.tm-directivo__headline2::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #312b9f;
  transform: translateY(-50%);
}

.tm-directivo__headline2::before {
  left: -4px;
}


.tm-directivo__headline {
  width: 200px;
  max-width: 78vw;
  margin: 0.55rem auto 0.85rem;
  height: 3px;
  border-radius: 20px;
  background: #312b9f;
  position: relative;
}

.tm-directivo__headline::before,
.tm-directivo__headline::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #312b9f;
  transform: translateY(-50%);
}

.tm-directivo__headline::before {
  left: -4px;
}

.tm-directivo__headline::after {
  right: -4px;
}

.tm-directivo__headline {
  width: 200px;
  max-width: 78vw;
  margin: 0.55rem auto 0.85rem;
  height: 3px;
  border-radius: 20px;
  background: #312b9f;
  position: relative;
}

.tm-directivo__headline::before,
.tm-directivo__headline::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #312b9f;
  transform: translateY(-50%);
}

.tm-directivo__headline::before {
  left: -4px;
}

.tm-directivo__headline::after {
  right: -4px;
}

.tm-directivo__board {
  padding: 0.8rem 0.4rem 1.1rem;
  display: flex;
  justify-content: center;
}

.tm-directivo__carousel-wrap {
  display: block;
}

.contenedordirectivo {
  display: grid;
  grid-template-columns: repeat(var(--cols, 1), minmax(240px, 1fr));
  gap: 2rem;
  justify-content: center;
  justify-items: center;
  align-items: stretch;
}

.tm-directivo-card {
  display: flex;
  width: 100%;
  max-width: 400px;
}

.tm-directivo-card__media {
  position: relative;
  overflow: hidden;
}

.tm-directivo-card__image {
  width: 90%;
  height: 75%;
  object-fit: cover;
  display: block;
}

.tm-directivo__indicators {
  bottom: -30px;
  margin-bottom: 0;

}

.tm-directivo__indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 0;
  margin: 0 4px;
  opacity: 1;
  background: #b7b7b7;
}

.tm-directivo__indicators .active {
  background-color: #312b9f;
}

#carruseldirectivos .carousel-item {
  display: flex;
  justify-content: center;
}


@media (max-width: 1399px) {
  #carruseldirectivos .carousel-item {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }
}

@media (max-width: 767px) {
  .tm-directivo {
    padding: 0.8rem 0.55rem 2rem;
  }

  .tm-directivo__title {
    font-size: clamp(1.7rem, 8vw, 2.05rem);
  }

  #carruseldirectivos .carousel-item {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
