<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#header a {
  color: white;
  text-decoration: none;
}

.slide-right {
  -webkit-animation: slide-right 4.5s cubic-bezier(.25, .46, .45, .94) both;
  animation: slide-right 4.5s cubic-bezier(.25, .46, .45, .94) both
}

.fade-in {
  -webkit-animation: fadein 2s;
  animation: fadein 2s;
}


@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}


@keyframes slide-right {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#personal-tabs header a.active .hr-active {
  background: #8E4CCC !important;
}

#personal-tabs .wrapper {
  max-width: 1400px;
}

#video-gns-lite .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;
}

#play-video {
  background: #8E4CCC;
  -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;
}

/* TABS PERSONAL */
#fe-tabs header a.active {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 23px;
  text-align: center;
  background: none !important;
  color: #1C1C1C !important;
  padding-bottom: 40px !important;
}

#fe-tabs header a.active .hr-active {
  background: linear-gradient(180.46deg, #FFA945 0%, #FF8A01 100%) !important;
  border-radius: 1.5px;
  height: 4px !important;
}

#fe-tabs .hr-normal {
  width: 100% !important;
}

#fe-tabs section .title {
  color: #FF8A01 !important;
}

#fe-tabs section .text {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 22px !important;
  line-height: 28px !important;
  text-align: justify !important;
  color: #656565 !important;
}

#fe-tabs .wrapper {
  max-width: 900px !important;
}

#fe-tabs {
  padding: 100px 0;
}

#fe-tabs .tabcontent .content {
  -webkit-box-pack: initial !important;
  -ms-flex-pack: initial !important;
  justify-content: initial !important;
}

#otras-caracteristicas {
  padding: 100px 0;
}

#otras-caracteristicas header {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  letter-spacing: -0.95px;
  color: #AD67C7;
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
}

#otras-caracteristicas .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;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 50px 0;
}

#otras-caracteristicas .wrapper {
  max-width: 1400px;
}

#otras-caracteristicas .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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 210px;
  /* width: calc((100% / 4) - (30px * 4)); */
  margin: 15px;
  padding: 45px 30px;
  margin-top: 100px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 32px rgba(221, 221, 221, 0.5);
  box-shadow: 0px 12px 32px rgba(221, 221, 221, 0.5);
  border-radius: 15px;
  position: relative;
  min-height: 250px;
  margin-bottom: 40px;
}


#otras-caracteristicas .icon {
  width: 115px;
  height: 115px;
  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;
  background: #8E4CCC;
  border-radius: 50%;
  position: absolute;
  top: calc(0px - (115px/2));
}

#otras-caracteristicas .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #201F1F;
  max-width: 150px;
  margin-top: 50px;
  margin-bottom: 10px;
}

#otras-caracteristicas .text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #959595;
  margin-bottom: 40px;
}

#otras-caracteristicas .link {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #136AFB;
}

#otras-caracteristicas .link:hover {
  cursor: pointer;
}

#otras-caracteristicas .item:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#C88DFF), to(#8E4CCC)) !important;
  background: linear-gradient(180deg, #C88DFF 0%, #8E4CCC 100%) !important;
  color: white !important;
  margin-top: -10px;
}

#otras-caracteristicas .item:hover .title,
#otras-caracteristicas .item:hover .text,
#otras-caracteristicas .item:hover .link {
  color: white !important;
}

#otras-caracteristicas .item:hover .icon {
  -webkit-box-shadow: 0px 8px 42px rgba(9, 42, 97, 0.5);
  box-shadow: 0px 8px 42px rgba(9, 42, 97, 0.5);
  position: initial;
  margin-bottom: -7px;
}

.homeSliderTitle .title {
  max-width: 850px;
}

#fe-tabs section .text {
  max-width: 770px !important
}

.homeSliderTitle .subtitle {
  max-width: 860px !important;
  color: white !important;
}

.homeSliderTitle .sup-title span{
  color: white !important;
}

/* ----- Carousel Beneficios -----*/
.panel-beneficios&gt;header&gt;.title {
  color: #8C62D1 !important;
}

.tabcontent .panel-beneficios:hover {
  -webkit-box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.1), -5px 0px 0px #8E4CCC !important;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.1), -5px 0px 0px #8E4CCC !important;
}

.tabcontent header strong {
  color: #8C62D1 !important;
}

.tabcontent header {
  margin-bottom: 2rem;
}</pre></body></html>