#header a {
  color: white;
  text-decoration: none;
}

#a {
  background-position-x: 46% !important;
}

/* .carousel-cell .bg-over {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-37.45%, rgba(117, 117, 117, 5e-05)), color-stop(120.55%, rgba(0, 0, 0, 1.0)));
  background: linear-gradient(180deg, rgba(50, 50, 50, 0.2) -37.45%, rgba(0, 0, 0, 1.0) 120.55%);
} */

.carousel-cell .bg-over {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-37.45%, rgba(117, 117, 117, 5e-05)), color-stop(120.55%, rgba(0, 0, 0, 1.0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgb(0 0 0 / 0%) 100%);
}

.carousel-cell .bg-over {
  min-height: auto !important;
  height: 300px !important;
}

#description .sub-title{
  color: var(--color-contable) !important;
}

#description .sub-title,
.contador .sub-title {
  margin-top: 0;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: bold;
  text-align: left;
}

#description .wrapper {
  padding-bottom: 2rem;
}


#fe .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 68px;
  line-height: 57px;
  text-align: center;
  color: var(--color-contable);
  margin-bottom: 50px;
}

#fe .title strong {
  font-weight: 500;
}

#intro .content {
  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;
  padding: 100px 30px;
}

#intro .title2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 57px;
  text-align: center;
  color: #24282A;
  max-width: 1087px;
}

#intro .title2 strong {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 57px;
  text-align: center;
  color: var(--color-contable);
}

#carousel-vertical .carousel-cell {
  width: calc(25% - 90px);
  height: 317px;
  min-height: 317px;
  padding: 30px;
  margin-right: 30px;
  margin-top: 20px;
  background: #576078;
  border-radius: 8px;
  counter-increment: carousel-cell;
  transform: translateX(calc(100% + 45px));
  -webkit-transform: translateX(calc(100% + 45px));
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
}

#carousel-vertical .carousel-cell a {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

#carousel-vertical .carousel-cell.is-selected {
  margin-top: 0;
  height: fit-content;
  min-height: 367px;
  ;
  background: #70B1FF;
  border-radius: 8px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 4px 20px rgba(45, 156, 219, 0.5);
  box-shadow: 0px 4px 20px rgba(45, 156, 219, 0.5);
}


#carousel-vertical .flickity-button {
  background: transparent;
  /* top: 31%; */
  top: calc((317px + 80px) / 2);
}

#carousel-vertical .flickity-button:hover .flickity-button-icon {
  fill: #626262;
  opacity: 1.0;
}

#carousel-vertical .flickity-button:hover {
  background: transparent;
}

#carousel-vertical .flickity-prev-next-button {
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

/* icon color */
#carousel-vertical .flickity-button-icon {
  fill: #626262;
  opacity: 0.3;
}

/* position outside */
#carousel-vertical .flickity-prev-next-button.previous {
  left: -60px;
}

#carousel-vertical .flickity-prev-next-button.next {
  right: -60px;
}

/* position dots in carousel */
#carousel-vertical .flickity-page-dots {
  bottom: auto;
  top: -80px;
}

/* white circles */
#carousel-vertical .flickity-page-dots .dot {
  width: 19px;
  height: 19px;
  opacity: 1;
  background: rgba(196, 196, 196, 0.2);
  margin-bottom: 10px;
}

/* fill-in selected dot */
#carousel-vertical .flickity-page-dots .dot.is-selected {
  background: #70B1FF;
}

#carousel-vertical .flickity-viewport {
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

#carousel-vertical .carousel-empresarial header img {
  margin-top: 5px;
  margin-bottom: 10px;
}

#carousel-vertical .carousel-empresarial header .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  /* line-height: 88.7%; */
  letter-spacing: -0.5px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

#carousel-vertical .carousel-empresarial ul {
  display: none;
}

#carousel-vertical .carousel-cell.is-selected ul {
  display: block;
}

#carousel-vertical .carousel-cell.is-selected header img {
  margin-top: 30px;
}

#carousel-vertical .carousel-cell.is-selected footer {
  display: none;
}

#carousel-vertical .carousel-empresarial ul li {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  padding-bottom: 10px;
  -webkit-font-feature-settings: 'pnum'on, 'lnum'on, 'cpsp'on;
  font-feature-settings: 'pnum'on, 'lnum'on, 'cpsp'on;
  color: #FFFFFF;
  list-style-type: initial;
  margin-left: 15px;
}

#carousel-vertical .carousel-empresarial footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#carousel-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#carousel-vertical .wrapper {
  width: 100%;
  margin: 0 70px;
  padding-top: 100px;
  max-width: 1173px;
}

@media screen and (max-width: 1080px) {
  #carousel-vertical .carousel-cell {
    width: calc(33.33% - 90px);
  }
}

@media screen and (max-width: 900px) {
  #carousel-vertical .carousel-cell {
    width: calc(50% - 90px);
  }
}

@media screen and (max-width: 650px) {
  #carousel-vertical .carousel-cell {
    width: calc(100% - 90px);
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
  }

  .flickity-page-dots .dot {
    width: 7px !important;
    height: 7px !important;
    margin: 0px 5px !important;
  }

  #carousel-vertical .flickity-page-dots {
    top: -50px
  }

  #carousel-vertical .flickity-prev-next-button {
    display: none;
  }

  #carousel-vertical .wrapper {
    margin: 0 30px;
    padding-top: 0;
  }
}

.liberarse {
  margin-top: 2rem;
  padding-bottom: 30%;
  width: 100%;
  height: auto;
  background-size: contain;
  background-color: #04d05b;
  background-image: url(/themes/gns/assets/images/facturacion-electronica/contable/caracteristicas/contadora-feliz.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  display: flex;
  flex-flow: row;
  justify-content: space-evenly;
  align-items: flex-start;
  box-sizing: border-box;
}

.liberarse .wrapper {
  box-sizing: inherit;
  width: 80%;
  max-width: 1400px;
  position: absolute;
  padding: 4rem;
  padding-top: 8rem;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

.liberarse .logo img {
  max-width: 200px;
  padding-bottom: 2rem;
  width: auto;
  height: 100px;
}

.liberarse .title {
  font-size: 1.5rem;
  max-width: 300px;
}

.bienvenidos {
  padding: 0 1rem;
  text-align: center;
}

.bienvenidos img {
  max-width: 200px;
  margin-top: 2rem;
}

#nos-encargamos-de-todo {
  min-height: min-content;
  width: auto;
}


#nos-encargamos-de-todo .grid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: min-content !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
}

#nos-encargamos-de-todo .info {
  padding: 0;
  padding-left: 4rem;
  max-width: 100%;
}

#nos-encargamos-de-todo .computer {
  margin: 0;
  padding-right: 4rem;
}

@media screen and (max-width: 900px) {
  #nos-encargamos-de-todo .grid {
    grid-template-columns: 1fr;
  }

  #nos-encargamos-de-todo .computer {
    display: none;
  }
}

#description .wrapper {
  padding: unset;
  padding-bottom: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
}

#description .left {
  text-align: left;
}

#description .right {
  width: 100%;
}

#description .right img {
  width: 100%;
}

.round-button {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  box-sizing: border-box;
  display: block;
  width: 100px;
  height: 100px;
  padding-top: 24px;
  padding-left: 8px;
  line-height: 20px;
  border: 6px solid #fff;
  border-radius: 50%;
  color: #f5f5f5;
  text-align: center;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.computer video {
  /*border-top-left-radius: 20em 20em;
  border-top-right-radius: 20em 20em;
  border-bottom-right-radius: 7em 7em;
  border-bottom-left-radius: 20em 20em;
  */
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-border-radius: 1;
  object-fit: unset;
}

#nos-encargamos-de-todo .info .text,
.caracteristica .text {
  font-size: 1.2rem;
  line-height: 31px;
}

.mucho-mas-que-contabilidad {
  height: min-content;
  width: 100%;
  background-size: cover;
  background-color: #040d11;
  /* background-image: url(/themes/gns/assets/images/facturacion-electronica/contable/caracteristicas/en-la-nube.png); */
  background-position-x: center;
  background-position-y: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 0;
  margin: 4rem 0;
}

.mucho-mas-que-contabilidad .logo img {
  max-width: 200px;
}

.mucho-mas-que-contabilidad .title {
  margin-top: 2rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 2rem !important;
  line-height: 2.5rem !important;
  text-align: center;
  color: var(--color-contable) !important;
  max-width: 1087px;
}

.mucho-mas-que-contabilidad .title strong {
  font-weight: bold;
  color: white;
}

.mucho-mas-que-contabilidad .container{
  max-width: 1200px;
  color: rgba(255,255,255,0.8);
  font-size: 1.2rem;
  line-height: 31px;
}

.mucho-mas-que-contabilidad .container .col {
  display: flex;
  flex-flow: row;
  gap: 1rem;
  align-items:flex-start;
}

.mucho-mas-que-contabilidad .container .item-icon {
  padding-top: 7px;
  width: 25px;
}

.revolucion {
  min-height: 80vh;
  width: calc(100% - 4rem);
  padding: 2rem;
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.contador {
  margin: 4rem 0;
  width: 100%;
  background-color: #04d05b;
  box-sizing: border-box;
}

.contador .wrapper {
  box-sizing: inherit;
  max-width: 1400px;
  height: 100%;
  padding-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.contador .left {
  max-width: 700px;
  height: calc(100% - 8rem);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.contador .left .sub-title p {
  padding-bottom: 1.5rem;
  color: white;
  font-size: 2rem;
  line-height: 2.5rem;
  opacity: 1;
}

.contador .left p {
  color: white;
  opacity: 0.8;
  font-size: 1.2rem;
  line-height: 31px;
}

.contador .left .logo img {
  max-width: 150px;
}

.contador .right {
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-right: 1rem;
  justify-content: end;
}

.contador .right img {
  max-height: 400px;
}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1200px) {

  .contador .wrapper {
    grid-template-columns: 1.2fr 0.8fr;
  }

  .contador .left {
    height: auto;
    max-width: 620px;
  }

  .contador .left .logo {
    display: none;
  }

  .liberarse {
    padding-bottom: 40%;
    background-position-x: 90%;
  }
}

@media screen and (max-width: 1060px) {
  .contador .left .sub-title {
    padding-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media screen and (max-width: 800px) {
  .contador .wrapper{
    grid-template-columns: 100%;
  }
  .contador .left {
    max-width: 100%;
  }
  .contador .right {
    justify-content: center;
  }
  .contador .right img {
    margin-top: 2rem;
    width: auto;
    max-height: 350px;
  }
}

@media screen and (max-width: 650px) {
  #nos-encargamos-de-todo .info .text{
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  #nos-encargamos-de-todo .info {
    padding: 30px 30px 30px 40px;
  }


  #nos-encargamos-de-todo .grid {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .carousel-mas-que-contabilidad .carousel-cell {
    font-size: 1.2rem !important;
  }
}

#footerGNS {
  margin-top: 0;
}

@media screen and (max-width: 600px) {
  .video-impulsa{
    padding: 0 2rem !important; 
  }
}

@media screen and (max-width: 1500px) {
  .liberarse .wrapper {
    padding: 4rem;
  }

  .liberarse .logo img {
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 980px) {
  .liberarse .wrapper {
    padding: 2rem;
  }

  .liberarse .logo img {
    padding-bottom: 2rem;
  }

  .liberarse {
    background-position-x: 90%;
  }
}

@media screen and (max-width: 700px) {
  .liberarse .wrapper {
    padding: 2rem;
  }

  .liberarse .logo img {
    max-width: 150px;
    padding-bottom: 0.5rem;
  }

  .liberarse .title {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 550px) {

  .liberarse .logo img {
    display: none;
  }

  .liberarse .title {
    font-size: 1rem;
  }

  .liberarse{
    justify-content: flex-start;
  }

  .liberarse .wrapper {
    padding: 6vw;
    max-width: 60%;
  }
}

@media screen and (max-width: 370px) {
  .liberarse .title {
    font-size: 0.8rem;
  }
}

.sumate-al-cambio {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-contable) !important;
  margin: 0;
  padding: 1rem;
  font-size: 2rem;
  line-height: 2rem;
  width: fit-content;
}