/*===================*/
/* colores generales */
/*===================*/
/*===================*/
/* textos */
/*===================*/
/*===================*/
/* global */
/*===================*/
/*===================*/
/* carrusel */
/*===================*/
/*===================*/
/* header nav */
/*===================*/
/*===================*/
/* Footer */
/*===================*/
/*========================*/
/* carrusel center */
/*========================*/
.ccc-contCarruselCenter {
  margin-top: -140px;
}

.ccc-cardCarruselCenter {
  background-color: var(--color4);
  padding: 1.5rem;
  border-radius: 5px;
  margin-right: 10px;
  transform: scale(0.7);
}
@media (max-width: 991px) {
  .ccc-cardCarruselCenter {
    margin-right: 0px;
    margin-top: 1rem;
    transform: scale(1);
  }
}

.ccc-cardCarruselCenter.slick-current {
  transition: 0.3s all;
  transform: scale(1);
}

.ccc-tituloCardCarrusel {
  color: var(--color2);
  font-weight: 600;
  font-size: 20px;
}

.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;
}