<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --white-smoke: #ececec;
  --coral: #ff7017;
  --yellow-green: #8cc63f;
  --green-yellow-ligth: #e2ffbc;
  --dark-green: #5d8a22;
  --grey: #888;
  --light-grey: #ccc;
  --white: white;
  --black: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--white-smoke);
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  color: var(--coral);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
}

a {
  color: #333;
  text-decoration: none;
}

li {
  font-size: 16px;
  font-weight: 300;
}

.nav {
  z-index: 20;
  background-color: var(--yellow-green);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: .875rem;
  padding-bottom: .875rem;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px #0000001f;
}

.top-logo {
  float: left;
}

.nav-btn {
  float: none;
  clear: none;
  color: var(--green-yellow-ligth);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: color .2s;
  display: flex;
  position: static;
}

.nav-btn:hover, .nav-btn:focus, .nav-btn.w--current {
  color: #fff;
}

.icon {
  font-family: Illamo icon, sans-serif;
}

.icon.logo {
  color: #fff;
  font-size: 2.5rem;
  line-height: .8;
}

.icon.nav-princ-icon {
  text-align: center;
  width: 44px;
  height: 44px;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
  display: block;
}

.icon.nav-secund-icon {
  text-align: center;
  width: 2.1875rem;
  height: 2.1875rem;
  font-size: 1.875rem;
  font-weight: 400;
  transition: color .2s ease-in-out;
}

.icon.icon-40px {
  color: #fff;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  font-size: 40px;
  font-weight: 400;
  line-height: 35px;
  transition: color .2s ease-in-out;
}

.icon.profile-pic {
  color: var(--yellow-green);
  width: 50px;
  height: 50px;
  margin-right: 20px;
  font-size: 50px;
  line-height: 50px;
  display: inline-block;
}

.icon.contact-service-icon {
  width: 54px;
  height: 54px;
  font-size: 54px;
  line-height: 54px;
}

.icon.contact-edit-icon {
  width: 34px;
  height: 34px;
  margin-right: 20px;
  font-size: 34px;
  line-height: 34px;
}

.icon._32px {
  font-size: 2rem;
}

.nav-principal-btn-wrapper {
  float: right;
  text-align: center;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
  position: static;
}

.nav-secund-btn-wrapper {
  float: right;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.small-text {
  color: var(--dark-green);
  font-size: 10px;
  transition: color .2s;
}

.service-banner-wrapper {
  box-shadow: 0 0 8px 0 var(--grey);
  text-align: center;
  background-color: #fdfdfd;
  width: 100%;
  margin-top: 25px;
  display: block;
  position: relative;
  overflow: hidden;
}

.body.tabs-label {
  text-align: center;
}

.image-3 {
  float: none;
  width: 100%;
  display: inline-block;
  position: static;
  top: 0;
  left: 0;
}

.loging-box {
  box-shadow: 0 0 5px 0 var(--grey);
  background-color: #fff;
  flex-wrap: wrap;
  place-content: center space-between;
  align-items: flex-start;
  width: 70%;
  min-height: 130px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: flex;
}

.user-name {
  color: var(--coral);
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 300;
  display: inline-block;
}

.user-name.allcaps {
  text-transform: uppercase;
  line-height: 30px;
}

.paragraph-01 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
}

.paragraph-01.green-text {
  color: var(--yellow-green);
}

.paragraph-01.sms-label-phone {
  margin-bottom: 0;
}

.user-data {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.user-control {
  flex-flow: wrap;
  flex: 0 auto;
  place-content: flex-start flex-end;
  align-items: stretch;
  display: flex;
}

.btn-01 {
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #0000;
  border-radius: 4px;
  width: 100%;
  max-width: 360px;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 25px;
  font-weight: 300;
}

.btn-01.btn-green-outline {
  border-color: var(--yellow-green);
  color: var(--yellow-green);
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  transition: background-color .2s, color .2s;
  display: block;
}

.btn-01.btn-green-outline:hover {
  background-color: var(--yellow-green);
  color: #fff;
}

.btn-01.btn-orage-outline {
  border-color: var(--coral);
  color: var(--coral);
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  transition: background-color .2s, color .2s;
  display: block;
}

.btn-01.btn-orage-outline:hover {
  background-color: var(--coral);
  color: #fff;
  border-color: #0000;
}

.recharge-wraper {
  flex-direction: column;
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.sesion-control {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.login-icon-btn {
  float: none;
  clear: none;
  color: var(--yellow-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 5px;
  transition: color .2s;
  display: flex;
  position: static;
}

.login-icon-btn:hover {
  color: var(--coral);
}

.login-icon-btn:focus {
  color: #fff;
}

.content-wrapper {
  flex-wrap: wrap;
  place-content: flex-start space-between;
  align-items: stretch;
  width: 70%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.side-bar-container {
  width: 30%;
  min-width: 262px;
}

.contact-wrapper {
  box-shadow: 0 0 5px 0 var(--grey);
  flex: 65%;
  width: 69%;
  margin-bottom: 25px;
  margin-right: 12.5px;
  display: block;
}

.contact {
  border-bottom: 1px solid var(--white-smoke);
  background-color: #fff;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.widget {
  box-shadow: 0 0 5px 0 var(--grey);
  text-align: center;
  background-color: #fff;
  margin-bottom: 25px;
  margin-left: 12.5px;
  padding: 25px;
}

.widget.green-widget {
  background-color: var(--yellow-green);
  flex-direction: column;
  display: flex;
}

.h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}

.h4.h4-white {
  color: #fff;
}

.text-field {
  background-color: var(--white-smoke);
  border-color: #0000;
  height: 40px;
  margin-bottom: 20px;
  font-weight: 300;
}

.text-field:focus {
  border-color: var(--yellow-green);
}

.text-field.flex {
  float: none;
  flex: 0 auto;
  margin-bottom: 0;
  display: inline-block;
}

.gif-wraper {
  border-color: #fff;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: none;
  border-bottom-width: 1px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.git-amount-wrapper {
  flex: 1;
}

.send-label {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-weight: 300;
}

.amount-label {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 300;
}

.list-item-01 {
  text-align: left;
  margin-bottom: 20px;
}

.list-bold {
  font-weight: 400;
}

.footer {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-top: 25px;
  display: flex;
}

.footer-text {
  color: var(--grey);
  font-size: 11px;
  font-weight: 300;
}

.footer-link {
  color: var(--grey);
}

.footer-link:hover {
  color: var(--coral);
}

.contact-data-wrapper {
  flex: none;
  width: 138px;
  margin-right: 20px;
  display: inline-block;
}

.contact-name-label {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 300;
}

.contacto-phone-label {
  color: var(--yellow-green);
  font-weight: 400;
}

.contact-service-btn {
  color: var(--yellow-green);
  cursor: pointer;
  flex: none;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  transition: color .15s ease-in-out;
}

.contact-service-btn:hover {
  color: var(--coral);
}

.contact-service-wrapper {
  flex-wrap: wrap;
  flex: 1;
  place-content: center space-around;
  align-items: center;
  min-width: 280px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.contact-edit-wrapper {
  float: right;
  display: inline-block;
}

.contact-edit-btn {
  color: var(--light-grey);
  cursor: pointer;
  width: 34px;
  height: 34px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  transition: color .15s ease-in-out;
}

.contact-edit-btn:hover {
  color: var(--coral);
}

.h3 {
  color: var(--grey);
  flex: 0 auto;
  width: 100%;
  margin: 0 auto 25px;
  font-size: 25px;
  display: block;
}

.contact-info-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-phone-tab {
  border-top: 1px solid var(--coral);
  align-items: center;
  width: 100%;
  padding: 20px 0;
  display: flex;
  overflow: visible;
}

.tab-01-wrapper {
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
  overflow: hidden;
}

.contact-sms-tab {
  border-top: 1px solid var(--coral);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 20px 0;
  display: flex;
  overflow: visible;
}

.sms-numb-wrapper {
  flex-direction: column;
  display: flex;
}

.small-text-02 {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 300;
}

.small-btn {
  float: none;
  border: 1px solid var(--coral);
  background-color: var(--coral);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 300;
  transition: background-color .2s ease-in-out, color .2s ease-in-out;
}

.small-btn:hover, .small-btn.ghost {
  color: var(--coral);
  background-color: #0000;
}

.small-btn.ghost:hover {
  background-color: var(--coral);
  color: #fff;
}

.tab-02-wrapper {
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
  overflow: hidden;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 70%;
  max-width: 1200px;
  display: flex;
}

.box {
  box-shadow: 0 0 5px 0 var(--grey);
  background-color: #fff;
  flex-direction: column;
  flex: 45%;
  align-items: center;
  width: 69%;
  margin-bottom: 25px;
  padding: 20px;
  display: flex;
}

.box.cero-rigth-margin {
  margin-right: 0;
}

.box.r-margin-25 {
  margin-right: 25px;
}

.form {
  flex-flow: column wrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-label {
  width: 85px;
  min-width: 85px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 300;
}

.form-label.vert {
  width: auto;
  min-width: 0;
  margin-bottom: 8px;
}

.input-wrapper-horiz {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.form-block {
  flex: 1;
  width: 100%;
}

.check-box-label {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 300;
}

.input-wrapper-vert {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.input-wrapper-vert._50-perc {
  flex-grow: 1;
  flex-basis: 25%;
}

.h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}

.h5.h4-white {
  color: #fff;
}

.ui-icons {
  float: none;
  clear: none;
  color: var(--light-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 10px;
  transition: none;
  display: flex;
  position: static;
}

.ui-icons:hover {
  color: var(--coral);
}

.tabs {
  width: 100%;
}

.tabs-content {
  padding-top: 20px;
  padding-bottom: 0;
}

.tabs-menu {
  justify-content: center;
  display: flex;
}

.tab-link {
  border-bottom: 1px solid var(--light-grey);
  background-color: #0000;
  width: 50%;
}

.tab-link:hover {
  border-bottom-width: 1px;
  border-bottom-color: var(--coral);
}

.tab-link.w--current {
  border-bottom: 3px solid var(--yellow-green);
  background-color: #0000;
}

.tab-label {
  text-align: center;
}

.tab-pane-01 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tab-pane-1 {
  flex-direction: column;
  align-items: center;
}

.tab-content-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-select {
  border-color: #0000;
  height: 40px;
  margin-bottom: 20px;
  font-weight: 300;
}

.form-select:focus {
  border-color: var(--yellow-green);
}

.form-select.flex {
  float: none;
  flex: 0 auto;
  margin-bottom: 0;
  display: inline-block;
}

.input-plus-button {
  align-items: center;
  width: 100%;
  display: flex;
}

.box-two-col {
  box-shadow: 0 0 5px 0 var(--grey);
  background-color: #fff;
  flex-direction: column;
  flex: 45%;
  align-items: center;
  width: 69%;
  margin-bottom: 25px;
  margin-right: 25px;
  padding: 20px;
  display: flex;
}

.box-two-col.cero-rigth-margin {
  margin-right: 0;
}

.resume-item-wrapper {
  flex-wrap: wrap;
  place-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 45px;
  padding: 10px;
  display: flex;
}

.resume-item-wrapper.gree {
  background-color: #f3f6ee;
  border-radius: 4px;
}

.resume-item {
  flex: 1;
  margin-right: 25px;
}

.resume-item.last {
  text-align: right;
  margin-right: 0;
}

.resume-item.last.price {
  font-weight: 600;
}

.items-wrapper {
  flex: 1;
}

.resume-container {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.filters-container {
  width: 100%;
  margin-top: 25px;
}

.date-picker-wrapper {
  flex-basis: 50%;
  width: 100%;
  display: flex;
}

.date-picker-html-embed {
  height: 40px;
  margin-right: 15px;
  display: block;
}

.form-2 {
  align-items: flex-start;
  display: flex;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.section.hero {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: -70px;
  padding-top: 7.5rem;
  display: flex;
}

.section.white {
  background-color: var(--white);
}

.section.green {
  background-color: var(--yellow-green);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  max-width: 1200px;
  display: grid;
}

.container.hero {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.html-embed {
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1.1;
}

.text-5xl.bold {
  font-weight: 700;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-2xl.semi-bold {
  font-weight: 600;
}

.text-2xl.semi-bold.hero, .text-2xl.green {
  color: var(--dark-green);
}

.button {
  background-color: var(--coral);
  color: #fff;
  text-align: center;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  padding: .625rem .875rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  display: flex;
}

.img-hero {
  object-fit: contain;
  width: 100%;
  height: 100%;
  min-height: 120px;
}

.card-bkg {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 2px solid var(--green-yellow-ligth);
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 0 .5rem #00000026;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-lg.bold {
  font-weight: 700;
}

.text-lg.bold.green {
  color: var(--dark-green);
}

.text-lg.bold.green.card-title {
  flex: 1;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-base.card-text {
  flex: 1;
}

.text-base.white {
  color: var(--white);
}

.icon-fa {
  font-family: "Fa Solid 900", sans-serif;
}

.icon-fa.logo {
  color: #fff;
  font-size: 2.5rem;
  line-height: .8;
}

.icon-fa.nav-princ-icon {
  text-align: center;
  width: 44px;
  height: 44px;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
  display: block;
}

.icon-fa.nav-secund-icon {
  text-align: center;
  width: 2.1875rem;
  height: 2.1875rem;
  font-size: 1.875rem;
  font-weight: 400;
  transition: color .2s ease-in-out;
}

.icon-fa.icon-40px {
  color: #fff;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  font-size: 40px;
  font-weight: 400;
  line-height: 35px;
  transition: color .2s ease-in-out;
}

.icon-fa.profile-pic {
  color: var(--yellow-green);
  width: 50px;
  height: 50px;
  margin-right: 20px;
  font-size: 50px;
  line-height: 50px;
  display: inline-block;
}

.icon-fa.contact-service-icon {
  width: 54px;
  height: 54px;
  font-size: 54px;
  line-height: 54px;
}

.icon-fa.contact-edit-icon {
  width: 34px;
  height: 34px;
  margin-right: 20px;
  font-size: 34px;
  line-height: 34px;
}

.icon-fa._32px {
  font-size: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-3xl.semi-bold {
  font-weight: 600;
}

.bold-text {
  color: var(--dark-green);
}

@media screen and (max-width: 991px) {
  .top-logo {
    position: static;
  }

  .nav-principal-btn-wrapper {
    flex: 1;
  }

  .loging-box {
    width: 95%;
  }

  .content-wrapper {
    justify-content: center;
    width: 95%;
  }

  .side-bar-container {
    justify-content: space-between;
    width: 100%;
    margin-top: 25px;
    display: flex;
  }

  .contact-wrapper {
    flex-basis: 100%;
    width: 100%;
    margin-right: 0;
  }

  .widget {
    width: 31.3333%;
    margin-left: 0;
  }

  .contact-service-wrapper {
    flex: 1;
  }

  .nav-wrapper {
    width: 95%;
  }

  .box {
    flex-basis: 100%;
    width: 100%;
    margin-right: 0;
  }

  .box.r-margin-25 {
    margin-right: 0;
  }

  .box-two-col {
    flex-basis: 100%;
    width: 100%;
    margin-right: 0;
  }

  .section.hero {
    margin-top: -70px;
  }

  .container {
    grid-template-columns: 1fr 1fr;
    width: 95%;
  }

  .container.hero {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .hero-right {
    height: 40vh;
  }
}

@media screen and (max-width: 767px) {
  .nav-btn.w--current {
    width: 44px;
  }

  .icon.profile-pic {
    margin-bottom: 10px;
  }

  .nav-principal-btn-wrapper {
    flex-direction: row;
    flex: 1;
    order: 1;
    align-self: center;
    width: 80%;
    min-height: 64px;
    margin-top: 10px;
    position: relative;
    bottom: 20px;
  }

  .loging-box {
    justify-content: center;
    padding: 12px;
  }

  .user-data {
    align-items: center;
    margin-bottom: 10px;
  }

  .btn-01.btn-green-outline, .btn-01.btn-orage-outline {
    font-size: 20px;
  }

  .recharge-wraper {
    align-items: center;
  }

  .side-bar-container {
    flex-flow: column wrap;
  }

  .widget {
    width: 100%;
  }

  .gif-wraper {
    flex-wrap: wrap;
  }

  .contact-data-wrapper {
    text-align: center;
  }

  .contact-service-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .contact-edit-wrapper {
    position: absolute;
    top: 0;
    right: 0;
  }

  .h3 {
    text-align: center;
  }

  .contact-info-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative;
  }

  .form-label.vert {
    margin-bottom: 5px;
  }

  .input-wrapper-vert._50-perc {
    flex-basis: 100%;
  }

  .resume-item-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .resume-item {
    margin-bottom: 7px;
  }

  .resume-item.last {
    text-align: left;
    margin-right: 15px;
    display: inline-block;
  }

  .items-wrapper {
    width: 100%;
  }

  .filters-container {
    margin-bottom: 0;
  }

  .date-picker-wrapper {
    flex-basis: 100%;
  }

  .date-picker-html-embed {
    flex: 1;
    margin-right: 0;
  }

  .date-picker-html-embed.last {
    margin-right: 0;
  }

  .form-2 {
    flex-wrap: wrap;
  }

  .icon-fa.profile-pic {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .nav-principal-btn-wrapper {
    align-items: flex-end;
    width: 95%;
    height: 60px;
    margin-top: 10px;
    bottom: 0;
  }

  .user-name.allcaps {
    text-align: center;
  }

  .user-data {
    align-items: center;
  }

  .user-control {
    justify-content: center;
  }

  .recharge-wraper {
    align-items: center;
    margin-bottom: 15px;
  }

  .sesion-control {
    flex-direction: row;
  }

  .contact {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-sms-tab {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-bottom: 0;
  }

  .sms-numb-wrapper {
    margin-bottom: 20px;
  }

  .form-label {
    margin-bottom: 5px;
  }

  .input-wrapper-horiz {
    flex-direction: column;
    align-items: flex-start;
  }

  .input-plus-button {
    align-items: center;
  }

  .date-picker-wrapper {
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .date-picker-html-embed {
    flex-basis: 100%;
    margin-right: 0;
  }

  .container {
    grid-template-columns: 1fr;
  }

  .hero-right {
    height: 30vh;
  }
}

#w-node-_8a27b4fd-ec54-d7f6-8978-5f7fe567ace8-5ce9090e {
  align-self: center;
}

#w-node-_3edf90f9-1b0c-3ab0-01c4-014794454a1e-5ce9090e {
  place-self: end center;
}

#w-node-_5a4be18d-aebd-6ad1-893e-167da2f2367e-5ce9090e {
  align-self: stretch;
}

#w-node-fb9e3624-d4e3-c3a6-2a26-33ebc6af02d9-5ce9090e {
  align-self: center;
}

#w-node-fb9e3624-d4e3-c3a6-2a26-33ebc6af02e5-5ce9090e {
  place-self: end center;
}

@media screen and (max-width: 991px) {
  #w-node-_3edf90f9-1b0c-3ab0-01c4-014794454a1e-5ce9090e, #w-node-fb9e3624-d4e3-c3a6-2a26-33ebc6af02e5-5ce9090e {
    order: -9999;
  }
}


@font-face {
  font-family: 'Illamo icon';
  src: url('../fonts/illamo_icon.eot') format('embedded-opentype'), url('../fonts/illamo_icon.woff') format('woff'), url('../fonts/illamo_icon.ttf') format('truetype'), url('../fonts/illamo_icon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}</pre></body></html>