/* --- 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: 40px;
}

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

#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-weight: bold;
  color: #70B1FF;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-80%, rgba(112, 177, 255, 0.15)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(360deg, rgba(112, 177, 255, 0.15) -80%, rgba(255, 255, 255, 0) 100%);
  border-radius: 0px;
}

.profesionales #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 !important;
  -ms-flex-pack: initial !important;
  justify-content: initial !important;
  padding-top: 80px;
  min-height: 10vh;
}

#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 .text ul li {
  padding-bottom: 20px;
}

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