/* --- fe = facturacion electronica  */

#fe {
  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;
  margin: 0 auto;
  padding: 0 30px;
  margin-top: 100px;
  margin-bottom: 60px;
  max-width: 850px;
}

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

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

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


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

#fe-tabs header {
  /* align-items: flex-end; */
  /* justify-content: center; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  position: relative;
  padding: 0 20px;
}

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

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

#fe-tabs .hr-active {
  position: absolute;
  background: linear-gradient(180.46deg, #70B1FF 0%, #70B1FF 100%);
  border-radius: 1.5px;
  height: 1px;
  bottom: -1px;
}

#fe-tabs header a {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #939FA4;

  width: 100%;
  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;
}

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

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

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

#fe-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;
  padding: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
  padding-top: 80px;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}

#fe-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: 40px;
}

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

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

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


/* caracteristicas */
.caracteristica {
  position: relative;
}

.caracteristica .content {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 60vh;
}

.caracteristica .content>div {
  padding: 30px;
}

.flipV {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.bg-form-rotate{
  transform: rotate(45deg);
}

.caracteristica .content .description {
  max-width: 570px;
  z-index: 0;
}

.caracteristica .title-strong {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 57px;
  color: #70B1FF;
  position: relative;
}

.caracteristica .title-strong img {
  position: absolute;
}

.caracteristica .right .title-strong img {
  top: -55px;
  right: -70px;
}

.caracteristica .imagen {
  position: relative;
  z-index: 1;
}

@media all and (max-width: 1295px) {
  .caracteristica .imagen {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}


.caracteristica .dots-top-right {
  position: absolute;
  top: 0;
  right: 0;
}

.caracteristica .dots-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
}

.caracteristica .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 57px;
  color: #24282A;
  margin-bottom: 20px;
}

.caracteristica .text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #7F888F;
}

.caracteristica .imagen .img {
  width: 100%;
  height: auto;
}

.caracteristica .left {
  text-align: left;
  padding: 30px 30px 60px 10px !important;
}

.caracteristica .right {
  text-align: right;
  padding: 60px 10px 30px 30px !important;
}

@media all and (max-width: 1368px) {
  .caracteristica .left {
    text-align: left;
    padding: 30px 30px 60px 90px !important;
  }

  .caracteristica .right {
    text-align: right;
    padding: 60px 90px 30px 30px !important;
  }
  .caracteristica .imagen {
    margin: unset !important;
  }
}



.caracteristica .left .title-strong img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  top: -55px;
  left: -70px;
}

@media all and (max-width: 1368px) {
  #fe-tabs header a,
  #fe-tabs header a.active {
    font-size: 16px;
  }
}

