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

/* ----- 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 section {
  overflow: hidden;

}

#gnsmas-productos .wrapper > .text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  /* line-height: 26px; */
  line-height: 20px;
  text-align: center;
  color: #656565 !important;

  font-weight: 300;
  font-size: 20px;
  /* line-height: 26px; */
  line-height: 20px;
  line-height: 150%;
  color: #1F1C1C;
  color: #656565 !important;
}

#description .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  text-align: start;
  color: var(--color-base);
  margin-bottom: 30px;
}

#description .text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 25px;
  text-align: start;
  color: #727272;
}

#description .text p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  /* line-height: 26px; */
  line-height: 30px;
  text-align: start;
  color: #656565;
}

#description {
  margin-top: 150px;
  margin-bottom: 30px;
}

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

#description .text,
#personal-tabs .content>.tab-description {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 25px;
  text-align: justify;
  color: #979797;
  max-width: 900px;
  margin: 0 auto;
}

#description ul > li {
  list-style: none;
  padding-bottom: 1rem;
}

/* ----- Personal TABS ----- */
#personal-tabs {
  margin-bottom: 50px;
  position: relative;
}

#personal-tabs .wrapper {
  max-width: 1300px;
  /* position: relative; */
  z-index: 1;
}

#personal-tabs>.wrapper>header {
  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;
  position: relative;
  padding: 0 30px;
}

#personal-tabs header a {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  /* identical to box height, or 144% */
  text-align: center;
  color: #939FA4;

  height: 80px;
  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;
  padding-bottom: 20px;
  position: relative;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px;
}

#personal-tabs .hr-normal {
  background: #DBE0EF;
  position: absolute;
  width: 110%;
  left: -5%;
  height: 1px;
  bottom: -1px;
}

#personal-tabs .hr-active {
  position: absolute;
  background: #FF8A01;
  border-radius: 1.5px;
  height: 1px;
  bottom: -1px;
}

#personal-tabs header a .hr-active {
  display: none;
}

#personal-tabs header a.active .hr-active {
  position: absolute;
  display: inline-block !important;
  height: 5px;
  width: 100%;
  bottom: -3px;
  z-index: 1;
  background: linear-gradient(180.46deg, #70B1FF 0%, #70B1FF 100%);
  border-radius: 4px;
  background: #FF8A01;
}

#personal-tabs header a.active {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 23px;
  text-align: center;
  color: #1C1C1C;
  background: none;
}

#personal-tabs .tabcontent .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;#description .wrapper
  padding: 30px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: initial !important;
  -ms-flex-pack: initial !important;
  justify-content: initial !important;
  padding-top: 40px;
  min-height: 10vh;
}

#personal-tabs h3 {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 25px;
  color: #727272;
  max-width: 1040px;
  margin-bottom: 50px;
}

#btn-ver-planes {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #FFFFFF;

  width: 100%;
  max-width: 414px;
  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;
  height: 65px;
  background: var(--color-tint);
  border-radius: 50px;
  margin: 50px 0px;
}

#btn-ver-planes a {
  color: white;
  background: transparent;
}

#btn-ver-planes:hover {
  background-color: var(--color-base) !important;
  cursor: pointer;
}

#personal-tabs .panel {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 60px rgba(9, 14, 24, 0.2);
  box-shadow: 0px 20px 60px rgba(9, 14, 24, 0.2);
  border-radius: 8px;
  width: calc(100% - 120px);
  max-width: 938px;
  padding: 40px;
  border-bottom: solid 9px var(--color-base);
  margin: 50px 0px;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

#personal-tabs .panel:hover {
  -webkit-transform: scale(1.05) !important;
  transform: scale(1.05) !important;
  -webkit-box-shadow: 0px 20px 100px rgba(9, 14, 24, 0.2);
  box-shadow: 0px 20px 100px rgba(9, 14, 24, 0.2);
}



#personal-tabs .panel p {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
  /* or 170% */
  text-align: center;
  color: #484848;
}

#personal-tabs .text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  max-width: 1035px;
  margin: 60px 0;
}

#personal-tabs .text-content span {
  color: #000000;
}

#personal-tabs .text-content .half-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#personal-tabs .text-content .half-col>* {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 10px;
}

@media all and (max-width: 820px) {
  #personal-tabs .text-content .half-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }

  #personal-tabs .text-content .half-col>* {
    padding: 0;
  }
}

#personal-tabs .text-content p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  /* font-size: 21px; */
  font-size: 17px;
  line-height: 25px;
  /* or 148% */
  letter-spacing: -0.28125px;
  color: #727272;
  margin-bottom: 50px;
}

#personal-tabs section .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 47px;
  line-height: 57px;
  text-align: center;
  color: #444444;
  margin-bottom: -20px;
}

#personal-tabs section .title strong {
  font-weight: bold;
}

#personal-tabs section .text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #656565;
  max-width: 708px;
}

#personal-tabs section .text ul li {
  padding-bottom: 20px;
}

#personal-tabs section img {
  width: 100%;
  max-width: 1200px;
  height: auto;
}

#video-gns-personal .bg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10vh 20px;
}

#video-gns-personal .bg img {
  width: 100%;
  max-width: 1100px;
}

#play-video {
  background: #FF8A01;
  -webkit-box-shadow: 0px 2px 0px #FFFFFF, 0px 10px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 0px #FFFFFF, 0px 10px 25px rgba(0, 0, 0, 0.1);
  width: 115px;
  height: 115px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
}

#play-video .arrow-right {
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 25px solid white;
  margin-left: 7px;
}

.soporte-caracteristica {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.soporte-caracteristica header {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 27px;
  line-height: 35px;
  text-align: center;
  color: #ACACAC;
  max-width: 727px;
  margin-bottom: 30px;
}

.soporte-caracteristica header strong {
  color: #000000;
}

.soporte-caracteristica p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 31px;
  text-align: center;
  letter-spacing: -0.28125px;
  color: #727272;
  max-width: 800px;
  margin-bottom: 60px;
}

.soporte-caracteristica img {
  max-width: 900px !important;
  height: auto !important;
  margin-bottom: 145px;
}

#personal-tabs .content>header {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 47px;
  line-height: 57px;
  text-align: center;
  color: #444444;
  margin-bottom: 40px;
}

#personal-tabs .content>.tab-description {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  color: #656565;
  max-width: 900px;  
}

.bg-soporte-normal {
  background-color: #FF6C01 !important;
}

.bg-soporte-preferencia {
  background-color: #FF3301 !important;
}

.planes {
  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;
  width: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 30px;
  padding-bottom: 25px;
}

.plan {
  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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 600px;
  width: 329px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 40px;
  margin: 60px 10px;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.plan:hover{
  -webkit-transform: scale(1.05) !important;
  transform: scale(1.05) !important;
}

.plan header {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-flow: column !important;
  flex-flow: column !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 250px;
}

.plan .plan-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  background: #FFA901;
  border-radius: 40px;

  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  width: 200px;
  height: 40px;

  position: absolute;
  top: -20px;
}

.plan header .description {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 158.6%;
  text-align: center;
  color: rgba(44, 43, 43, 0.5);
  padding-bottom: 30px;
  max-width: 214px;
}

.plan header .description strong {
  font-size: 14px;
  font-weight: bold;
  color: rgba(44, 43, 43, 0.75);
  line-height: 158.6%;
}

.plan ul {
  width: 100%;
  list-style: none;
  margin-bottom: 50px;
}

.plan ul li {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 248.6%;
  color: rgba(44, 43, 43, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.plan ul>li>i {
  width: 16px;
  height: 16px;
  font-size: large;
  margin-right: 13px;
}

.plan ul>li .fa-check-circle {
  color: #A0D063;
}

.plan .not-in-plan {
  color: #979797;
  opacity: 0.5;
}

.plan header .plan-icon {
  width: 52px !important;
  height: 52px !important;
  margin-bottom: 28px;
  margin-top: 50px;
}

.plan .btn-lo-quiero {
  background: #FFA901;
  border-radius: 26px;
  width: 182px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: -27px;
}


.planes-comparativa header {
  max-width: 730px;
}

.planes-comparativa .tab-subtitle {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 37px;
  text-align: center;
  color: #767676;
  margin-bottom: 75px;
}

.planes-comparativa .plan {
  width: calc(50% - 40px);
}

.bg-gns-lite {
  background: linear-gradient(5.48deg, #6852ED 16.67%, #BA43FC 100%) !important;
}

.plan-gns-lite .btn-lo-quiero {
  background: #8E4CCC;
}

.bg-gns-pro {
  background: linear-gradient(26.46deg, #FF8A01 -0.53%, #FF3301 115.58%) !important;
}

.plan-gns-pro .btn-lo-quiero {
  background: #FF8A01;
}

.planes-comparativa header {
  width: 100%;
}

.plan-funcionalidades {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #2C2B2B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 80px);
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: solid 1px #ECEBED;
  border-bottom: solid 1px #ECEBED;
  margin-top: 10px;
  margin-bottom: 40px;
}

.planes-comparativa ul:last-child li {
  color: rgba(44, 43, 43, 0.3);
  /* margin-bottom: 15px; */
}

.planes-comparativa ul:first-child li,
.plan-gns-pro ul:last-child li {
  color: #2C2B2B;
  /* margin-bottom: 15px; */
}

.plan-gns-pro img,
.plan-gns-lite img {
  width: 16px !important;
  height: 16px !important;
  margin-right: 11px;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  width: 100%;
}

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

#gnsmas-destacado .grid {
  min-height: 80vh;
  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 {
  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;
}


#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 {
  padding-left: 50px;
}

#nos-encargamos-de-todo .info .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  color: #70B1FF;
  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 {
  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: #70B1FF;
  border-radius: 40px;
  max-width: 300px;
  padding: 24px;
  margin-top: 60px;
}

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

#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: #3D3D3D;
}


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

#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));
}

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

#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 {
  margin: 0;
  position: relative;

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




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


/* ----- Carousel Beneficios -----*/

.tabcontent header {
  font-family: Roboto;
  font-style: normal;
  font-weight: regular;
  font-size: 47px;
  line-height: 57px;
  text-align: center;
  color: #444444;
}

.tabcontent header strong {
  font-weight: bold;
}

.tabcontent>.wrapper>header {
  padding-top: 80px;
  padding-bottom: 60px;
  text-align: center;
}

.tabcontent .panel-beneficios {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 50px 40px;
  padding-bottom: 20px;
  max-width: 465px;
  min-height: 200px;
}

.tabcontent .panel-beneficios {
  margin-bottom: 40px;
  position: relative;
}

.tabcontent .panel-beneficios:hover {
  background: #FFFFFF;
  border-radius: 5px;
}

.tabcontent .panel-beneficios>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
}

.tabcontent .panel-beneficios button img {
  width: auto !important;
}

.tabcontent .panel-beneficios button {
  display: none !important;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  right: 40px;
  bottom: 40px;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabcontent .panel-beneficios button:hover {
  opacity: 0.7;
}

.carousel-beneficios .flickity-button {
  top: calc(50% - 20px) !important;
  background-color: transparent;
  color: 626262;
}

.tabcontent .carousel-cell {
  width: calc((100% / 3) - 40px);
  padding: 0px 20px;
}

.tabcontent .carousel-beneficios {
  padding: 0px 60px;
}

@media screen and (max-width: 1100px) {
  .tabcontent .carousel-cell {
    width: calc((100% / 2) - 40px);
  }

  .planes {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 700px) {
  .tabcontent .carousel-cell {
    width: calc((100% / 1) - 40px);
  }
}

.panel-beneficios>header>.title {
  font-family: Roboto;
  font-style: normal !important;
  font-weight: bold !important;
  text-align: left !important;
  font-size: 24px !important;
  line-height: 30px !important;
}

.panel-beneficios .description {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #7C7D8D;
  padding-right: 40px;
}

.table td {
  background: #fafafa97;
  vertical-align: middle;
}
.table-sticky th{
  position: sticky;
  top: 0px;
}

.table thead > tr > th {
  background-color: #f9f9f9;
  height: 60px;
  vertical-align: middle;
}

.table thead > tr > th:first-child,
.table tr > td:first-child {
  padding-left: 1rem;
}

.table > thead > tr > th:last-child,
.table > tbody > tr > td:last-child{
  background-color: #f7f7f7;
}