  .nav-tabs {
      border: none;
  }

  .nav-tabs .nav-link {
      border: none;
      color: #121212;
  }

  .nav-tabs .nav-link.active {
      color: #D60B52 !important;
      border-bottom: 2px solid #D60B52;
  }
  .card__contenedor__nombre{
    color: #121212;
    font-size: 16px;
    font-weight: 700;
     max-width: 100%;         /* usa todo el ancho disponible */
    white-space: nowrap;     /* evita salto de línea */
    overflow: hidden;        /* oculta lo que sobra */
    text-overflow: ellipsis; /* puntos suspensivos */
  }
  .card__contenedor__link{
    text-decoration: none;
    color: #D60B52;
    font-size: 16px;
    font-weight: 600;
  }
  .card__contenedor__VerMasIcon{
     transition: all 0.5s ease-in-out;
    transform: rotate(0deg);
  }
.card__contenedor__link:hover .card__contenedor__VerMasIcon{
    transform: rotate(45deg);
    transition: all 0.5s ease-in-out;
}
.contenedor__nombre{
    color: #121212;
    font-size: 32px;
    font-weight: 700;
    
}
.contenedor__descripcion{
    color: #121212;
    font-size: 16px;
    font-weight: 400;
    margin-top: 25px;
}
.contenedor__tituloRelacionados{
    color: #121212;
    font-size: 32px;
    font-weight: 700;
}
.contenedor__btn{
    background-color: #D60B52;
    border-radius: 10px;
    color: white;
    width: 288px;
}
.contenedor__btn:hover{
     background-color: #D60B52;
     color: white;
}
.resaltar {
    color: #D60B52;
    font-weight: 700;
}
