
.ccc-contCarruselCenter {
  margin-top: -140px;
}

.ccc-contCardCarruselCenter {
  background-color: var(--color3);
  padding: 1.5rem;
  border-radius: 5px;
  margin-right: 10px;
  transform: scale(0.7);
}
@media (max-width: 991px) {
  .ccc-contCardCarruselCenter {
    margin-right: 0px;
    margin-top: 1rem;
    transform: scale(1);
  }
}

.ccc-contCardCarruselCenter.slick-current {
  transition: 0.3s all;
  transform: scale(1);
}

.ccc-cardCarruselCenter{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ccc-tituloCardCarrusel {
  color: var(--textoOscuro);
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}

.ccc-imgCardCarrusel{
  max-width: 100%;
}

.ccc-listaCardCarrusel {
  list-style: none;
}

.ccc-elemListacardCarrusel {
  display: flex;
  align-items: center;
}
.ccc-elemListacardCarrusel svg {
  max-width: 25px;
  min-width: 25px;
}

.ccc-contBtnCarruselCenter {
  width: 100%;
  display: flex;
  justify-content: center;
}

.ccc-btnCardCarruselCenter {
  border: none;
  background-color: var(--color2);
  color: var(--textoClaro);
  border-radius: 5px;
  width: 80%;
  text-align: center;
  padding: 2px 0px;
  transition: 0.3s all;
}
.ccc-btnCardCarruselCenter:hover {
  background-color: var(--color2Hover);
  transition: 0.3s all;
}

.flechaNext svg path, .flechaPrev svg path {
  fill: var(--color2);
}

.ccc-elemListacardCarrusel svg circle {
  fill: var(--color1);
}

.ccc-contIcono {
  width: 100%;
  display: flex;
  justify-content: center;
}