#a {
  background-image: url(/themes/gns/assets/images/facturacion-electronica/pyme/home-slider/pyme.jpeg);
  background-position-x: 36%;
  background-position-y: 10%;
  background-attachment: fixed;
}

/*----- Carousel -----*/
#home .carousel-landing .content {
  opacity: 0;
  position: absolute;
  max-width: var(--wrapperMaxWidth);
  margin: 0 auto;
  bottom: 15vh;
  left: 15vw;
  right: 15vw;
  padding: var(--mainMenu-padding);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: nowrap;
  flex-flow: nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#home .carousel-cell {
  width: 100%;
  height: 100vh;
  background-size: cover;
}


#clientes-comentarios {
  padding: 100px 30px;
}

#clientes-comentarios .client-carousel {
  max-width: 930px;
  margin: 0 auto;
}

.carousel-landing .flickity-button {
  display: none;
}

#clientes-comentarios .flickity-prev-next-button.previous {
  left: calc(50% - 180px) !important;
}

#clientes-comentarios .flickity-prev-next-button.next {
  right: calc(50% - 180px) !important;
}

#clientes-comentarios .flickity-prev-next-button {
  top: 80px !important;
}

#clientes-comentarios .flickity-button {
  background: #747E80 !important;
  background: none !important;
  height: 30px !important;
  width: 30px !important;
}

#clientes-comentarios .carousel-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-right: 10px;
  border-radius: 5px;
  counter-increment: carousel-cell;
}

#clientes-comentarios img {
  width: 160px;
  border-radius: 50%;
  margin-bottom: 30px;
}

#clientes-comentarios .nombre {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #333333;
  margin-bottom: 10px;
}

#clientes-comentarios .empresa {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #333333;
  mix-blend-mode: normal;
  opacity: 0.5;
}

#clientes-comentarios .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 57px;
  text-align: center;
  color: #70B1FF;
  margin-bottom: 40px;
}

#clientes-comentarios .comentario {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 53px;
  line-height: 62px;
  text-align: center;
  color: #333333;
}