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

.has-submenu .down-arrows {
  padding-top: 30px;
}

#home {
  background-color: black;
}


/* ----- GNS+ CSS ----- */
#home-content>.wrapper>section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#home-content {
  overflow: hidden;
}

body {
  background: #fafafa;
}

.text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 31px;
  color: #7F888F;
}

#gnsmas-productos {
  z-index: 1;
}

#gnsmas-productos .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* grid-template-columns: auto auto auto auto; */
  /* grid-auto-flow: column; */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 15px;
}

#gnsmas-productos .grid .card {
  border: none;
  max-width: 357px;
  min-height: 400px;
  background: #FFFFFF;
  margin: 15px;
  margin-bottom: 60px;
  position: relative;
  padding: 35px;
  -webkit-box-shadow: 0px 10px 30px rgba(79, 36, 152, 0.1);
  box-shadow: 0px 10px 30px rgba(79, 36, 152, 0.1);
}

#gnsmas-productos .grid .card:hover {
  -webkit-box-shadow: 0px 30px 50px rgba(111, 194, 255, 0.33);
  box-shadow: 0px 30px 50px rgba(111, 194, 255, 0.33);
  border-radius: 5px 5px 10px 10px;
}

#gnsmas-productos .icons {
  height: 40px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#gnsmas-productos .grid .card .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 27px;
  line-height: 28px;
  color: var(--color-base);
  text-align: left;
  margin-bottom: 15px;
}

#gnsmas-productos .grid .card .text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #7F888F;
  text-align: left;
  margin-bottom: 30px;
}

#gnsmas-productos .button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
}

#gnsmas-productos .button a {
  font-family: Work Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #FFFFFF;
  background: #348BF2;
  border-radius: 50px;
  width: 140px;
  height: 44px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#gnsmas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  /* min-height: 40vh; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  /* padding: 30px;
  margin-top: 10vh; */
  max-width: 1180px;
}

#gnsmas .wrapper {
  padding: 0 30px;
}

#gnsmas .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 68px;
  line-height: 57px;
  text-align: center;
  color: #70B1FF;
  margin-bottom: 50px;
  margin-top: 60px;
}

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

@media (max-width: 530px) {
  #gnsmas .title {
    font-size: 40px;
    line-height: 40px;
    margin: 20px 0;
  }
}

#gnsmas .text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  /* line-height: 26px; */
  line-height: 35px;
  text-align: center;
  color: #656565;
}

#description .wrapper {
  max-width: 950px;
  padding: 100px 20px;
}

#description .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 68px;
  line-height: 67px;
  text-align: center;
  color: #70B1FF;
}

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

#description .sub-title strong {
  font-weight: bold;
}

#description .text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 31px;
  text-align: center;
  color: #656565;
}

#description .sub-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 38px;
  line-height: 67px;
  text-align: center;
  color: var(--color-base);
  margin-top: 60px;
}



#gnsmas-destacado {
  min-height: 80vh;
  position: relative;
  z-index: 1;
}

#gnsmas-destacado .grid {
  min-height: 80vh;
  margin: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  /* grid-template-columns: repeat(auto-fit, minmax(calc(100% / 3), 1fr)); */
}

#gnsmas-destacado .item {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 350px;
  width: calc((100% / 3) - (30px * 3));
  height: 300px;
  margin: 30px;
  /* margin-bottom: 15px; */
}

#gnsmas-destacado img {
  margin-bottom: 30px;
}

#gnsmas-destacado .title {
  max-width: 360px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 38px;
  /*16px*/
  text-align: center;
  color: #557CAB;
  margin-bottom: 30px;
}

#gnsmas-destacado .text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #908D8D;
  max-width: 325px;
}


@media all and (max-width: 820px) {
  #gnsmas .title {
    font-size: 50px;
    line-height: 50px;
    margin-top: 60px;
    margin-bottom: 20px;
  }

  #gnsmas .text {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
  }

  #gnsmas-destacado img {
    margin-bottom: 10px;
  }

  #gnsmas-destacado .title {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 10px;
  }

  #gnsmas-destacado .item {
    height: fit-content;
    min-width: 100%;
  }
}

@media (max-width: 400px) {
  #gnsmas .title {
    font-size: 36px;
    line-height: 40px;
  }
}

#nos-encargamos-de-todo {
  min-height: 100vh;
  width: 100vw;
  /* overflow-x: hidden; */
}

#nos-encargamos-de-todo .wrapper {
  position: relative;
}

#nos-encargamos-de-todo .grid {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#nos-encargamos-de-todo .info {
  max-width: 50%;
  padding-left: 50px;
  padding-right: 30px;
}

#nos-encargamos-de-todo .info .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  color: var(--color-base);
  position: relative;
  margin-bottom: 30px;
}

#nos-encargamos-de-todo .info .title img {
  position: absolute;
  left: -48px;
  top: -35px;
}

#nos-encargamos-de-todo .info .text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 41px;
  /* or 146% */
  letter-spacing: 0.75px;
  color: #000000;
}

#nos-encargamos-de-todo .button {
  display: block;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.5px;

  color: #FFFFFF;
  background: var(--color-base);
  border-radius: 40px;
  width: 100%;
  max-width: 300px;
  padding: 24px;
  margin-top: 60px;
}

#nos-encargamos-de-todo .button:hover {
  background-color: var(--color-tint);
}

#nos-encargamos-de-todo .button:focus {
  background-color: var(--color-shade);
}

#nos-encargamos-de-todo .computer {
  overflow-x: hidden;
  margin-right: -10vw;
  /* padding-right: 28vw; */
}

#nos-encargamos-de-todo .computer img {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

@media all and (max-width: 800px) {
  #nos-encargamos-de-todo .grid {
    flex-flow: column;
    margin-top: 60px;
  }

  #nos-encargamos-de-todo .computer {
    overflow-x: hidden;
    margin-right: 0;
    padding-right: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  #nos-encargamos-de-todo .computer img {
    max-width: 500px;
    margin-top: 30px;
  }

  #nos-encargamos-de-todo .info .text {
    font-size: 20px;
    line-height: 28px;
  }

  #nos-encargamos-de-todo .info .title {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
  }

  #nos-encargamos-de-todo .info .title img {
    width: 50px;
    left: -35px;
    top: -30px;
  }
}

@media all and (max-width: 550px) {
  #nos-encargamos-de-todo .button {
    margin: 20px 0;
    max-width: 100%;
    padding: 20px;
  }
}

#backend {
  position: relative;
  z-index: 2;
}

#backend .grid {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

#backend .grid .item {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 330px;
  width: calc((100% / 3) - (30px * 3));
  height: 300px;
  margin: 30px;
  margin-top: 100px;
}

#backend .grid .item img {
  margin-bottom: 50px;
}


#backend .grid .item .text {
  max-width: 300px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #908D8D;
}


@media all and (max-width: 820px) {
  #backend .grid .item {
    margin: 10px 0;
    width: 100%;
    min-width: 100%;
  }

  #backend .grid .item img {
    margin-bottom: 20px;
  }
}


#planes {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

#planes .wrapper {
  position: relative;
  z-index: 1;
}

#planes header .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 52px;
  color: #2C2B2B;
  margin-bottom: 60px;
}

#planes header .subtitle {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #908D8D;
  padding-top: 30px;
  padding-bottom: 80px;
}

#planes .grid {
  padding: 20px;
  display: grid;
  grid-template-columns: minmax(200px, 200px, 200px, 200px) 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(4, minmax(100px, 1fr));
}

@media (max-width: 920px) {
  #planes .grid {
    width: 880px;
    overflow-x: auto;
    padding: 70px 30px;
  }

  #planes .overflow-x {
    overflow-x: auto;
  }

  #planes header .title {
    font-size: 34px;
    line-height: 40px;
    padding-bottom: 0px;
    margin-bottom: 0;
  }
}

#planes .plan {
  padding: 70px 0px;
  background: #FFFFFF;
  border-radius: 12px;
}

#planes .prepago {
  border-left: 1px solid #ECEBED;
  border-top: 1px solid #ECEBED;
  border-bottom: 1px solid #ECEBED;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#planes .profesionales {
  position: relative;
  border-radius: 0;
  border-top: 1px solid #ECEBED;
  border-bottom: 1px solid #ECEBED;
}

#planes .empresarial {
  border-right: 1px solid #ECEBED;
  border-top: 1px solid #ECEBED;
  border-bottom: 1px solid #ECEBED;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#planes .plan {
  margin-top: 40px;
  transition: all 0.3s ease;
}

#planes img {
  margin-bottom: 30px;
}

#planes .price-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#planes .desde {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: #FF3301;
  padding-right: 10px;
}

#planes .price {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 20px;
  text-align: center;
  color: #005CDA;
  padding-right: 10px;
}

#planes .tiempo {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #908D8D;
}

#planes .nombre {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #2C2B2B;
  border-top: solid 1px #ECEBED;
  border-bottom: solid 1px #ECEBED;
  padding: 10px;
  margin: 20px 0;
}

#planes .comprobantes {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: rgba(44, 43, 43, 0.5);
  min-height: 100px;
}

#planes ul {
  list-style: none;
}

#planes ul li {
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px !important;
}

#planes .prepago>div:first-child,
#planes .profesionales>div:first-child,
#planes .pymes>div:first-child,
#planes .empresarial>div:first-child {
  padding: 30px;
  min-height: 860px;
}

#planes .prepago>div:first-child {
  border-right: solid 1px #ECEBED;
}

#planes .prepago ul li:nth-child(-n+4),
#planes .profesionales ul li:nth-child(-n+4) {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #2C2B2B;
}

#planes .profesionales ul li:nth-child(n+5) {
  font-weight: 500;
  color: #FF3301;
}

#planes .prepago ul li:nth-child(n+5),
#planes .profesionales ul li:last-child,
#planes .pymes ul li:last-child {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: rgba(144, 141, 141, 0.5);
}

#planes .consultar {
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#planes .btn-consultar {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #005CDA;
  border: 1px solid #005CDA;
  border-radius: 26px;
  padding: 15px 60px;
}

#planes .btn-consultar:hover,
#planes .pymes .btn-consultar {
  color: white;
  cursor: pointer;
  background-color: #005CDA;
}

#planes .pymes .btn-consultar {
  margin-bottom: -39px;
}

#planes .big-label {
  position: absolute;
  top: -10px;
  width: 100%;
}

#planes .profesionales .btn-escalable {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  background: linear-gradient(359.65deg, #FF3301 -20%, #FF0761 128.18%);
  border-radius: 40px;
  padding: 10px 50px;
}

#planes .pymes .btn-recomendado {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  background: linear-gradient(6.34deg, #6852ED 16.67%, #BA43FC 100%);
  border-radius: 40px;
  padding: 10px 30px;
}

#planes .pymes,
#planes .plan:hover {
  margin: 0;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  border: 1px solid #ECEBED;
  -webkit-box-shadow: 0px 16px 52px rgba(44, 43, 43, 0.2);
  box-shadow: 0px 16px 52px rgba(44, 43, 43, 0.2);
  border-radius: 6px;
}

#planes .pymes:hover {
  margin: -20px;
}

#planes .prepago>div:first-child:hover {
  border-right: none;
}































.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(117, 117, 117, 5e-05) -37.45%, rgba(0, 0, 0, 1.0) 120.55%);
  width: 100%;
  min-height: 170vh !important;
  position: absolute;
  z-index: 0;
}


#clientes {
  /* height: 100vh; */
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-flow: column wrap !important;
  flex-flow: column wrap !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #FAFAFA;
  /* min-height: 90vh; */
  padding-bottom: 150px;
}

#clientes .wrapper {
  max-width: 1000px !important;
}

#clientes h1 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 52px;
  /* identical to box height, or 124% */

  text-align: center;

  color: #091037;
  margin-bottom: 90px;
}

#clientesLogos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  mix-blend-mode: multiply;
}




@media (max-width: 800px) {
  #planes {
    padding-bottom: 0px;
  }
}

#banner{
  background-color: var(--color-base);
  width: 100%;
  height:400px;
}

#banner .wrapper{
  max-width: var(--wrapperMaxWidth);
  height: 100%;
}

#banner .content{
  margin: 0 auto;
  max-width: 1200px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 4rem;
  text-align: center;
}