 .carousel-container-tarjetas {
  position: relative;
  max-width: 80%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  width: 100%;
  height: 220px;
  cursor: default;
}

.carousel-tarjetas {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 10px;
  padding-left: 60px;
  padding-right: 60px;
}

.carousel-item-tarjetas {
  display: flex;
  background-color: white;
  text-align: center;
  padding: 0px;
  border-radius: 5px;
  width: 550px;
  height: 170px;
}

.carousel-item-tarjetas:hover {
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
}

.carousel-item-tarjetas .figureTarjetas {
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: white;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
  width: 251px;
  height: 170px;
}

.carousel-item-tarjetas .figureTarjetas img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-item-tarjetas .texto-tarjetas {
  background-color: white;
  padding: 11px;
  text-align: left;
  flex: 1; 
}

.titulo1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

.linea1 {
  margin-bottom: 5px;
  line-height: .80;
}

.linea2 {
  line-height: .90;
}

.ver-mas {
  display: inline-block;
  padding: 5px 20px;
  margin-top: 10px;
  font-size: 1em;
  font-size: .80em;
  color: #007bff;
  text-decoration: none;
  border: 1px solid #007bff;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
}

.ver-mas:hover {
  background-color: #007bff;
  color: white;
}
