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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  font-family: Montserrat, sans-serif;
  color: grey;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4em;
  line-height: 1.1em;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

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

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

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.heading {
  margin: 27px auto 30px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #4d4d4d;
  font-size: 4em;
  line-height: 1.1em;
  font-weight: 700;
  text-align: left;
  letter-spacing: -2px;
  margin-bottom: 0px;
}

.sub-heading {
  margin: 27px auto 30px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #4d4d4d;
  font-size: 3em;
  line-height: 1.1em;
  font-weight: 600;
  text-align: left;
  letter-spacing: -2px;
  margin-top: 0px;
}

.pf-custom-checkbox{
    margin-left: 0px !important;
}

.heading.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #4d4d4d;
  text-align: center;
}

.pf-main-text {
  margin-bottom: 30px;
  padding: 17px 0px;
  color: grey;
  font-size: 2em;
  line-height: 1.2em;
  letter-spacing: -2px;
}

.pf-main-text.center {
  margin-bottom: 0px;
  font-size: 1.3em;
  text-align: center;
  letter-spacing: -1px;
}

.pf-div-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0px;
  padding-right: 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.icons {
  position: relative;
}

.pif-div-right {
  display: block;
  width: 50%;
  max-width: none;
  margin-left: 0px;
  text-align: right;
}

.span {
  font-weight: 300;
}

.close-button-wrap {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100px;
  height: 100px;
  cursor: pointer;
}

.burger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.submit-button {
  height: 50px;
  min-width: 170px;
  margin-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 30px;
  background-color: #7fbc03;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.submit-button:hover {
  -webkit-filter: brightness(96%);
  filter: brightness(96%);
}

.form-field {
  position: relative;
  z-index: 1;
  height: 50px;
  padding-top: 11px;
  border-style: solid;
  border-width: 1px;
  border-color: #dcdcdd;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.form-field:focus {
  border-color: #80bc00;
}

.form-field::-webkit-input-placeholder {
  color: #a0a0a0;
}

.form-field:-ms-input-placeholder {
  color: #a0a0a0;
}

.form-field::-ms-input-placeholder {
  color: #a0a0a0;
}

.form-field::placeholder {
  color: #a0a0a0;
}

.form-field.sino {
  max-width: 70px;
}

.form-wrap {
  display: block;
  margin-bottom: 0px;
}

.form {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-pane {
  width: 60%;
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.13);
}

.form-pane.right {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.form-pane.right.contactenos {
  position: relative;
  top: 0%;
  bottom: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 550px;
  padding: 25px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-pane.registro-afiliacion {
  width: 100%;
  padding: 0px;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.13);
}

.form-field-label {
  position: absolute;
  z-index: 10;
  display: block;
  margin-top: -9px;
  margin-left: 10px;
  padding: 1px 10px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #80bc00;
  line-height: 14px;
}

.form-field-label.hidden {
  display: none;
}

.field-wrap {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.field-wrap.flex.vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: 800;
  cursor: pointer;
}

.paguelofacil-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.paguelofacil-wrapper.center {
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paguelofacil-wrapper.center.full {
  width: 100%;
  height: 100vh;
  background-image: url('../images/dots_1dots.png');
  background-position: 0px 0px;
  background-size: auto;
}

.paguelofacil-wrapper.fullwidth {
  width: 100%;
  height: 100vh;
}

.paguelofacil-wrapper.fullwidth.hero {
  height: 100vh;
}

.pf-div-right {
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
}

.pf-div-right.white {
  border-left: 0.5px solid #d1d1d1;
  background-color: #fff;
}

.paguelofacil-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  min-height: 350px;
  padding: 0px 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #80bc00;
}

.paguelofacil-hero.white {
  display: none;
  background-color: #fff;
}

.pf-section.grey {
  background-color: #f2f5f7;
}

.paguelofacil-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 100px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paguelofacil-form.full {
  margin-top: auto;
  margin-bottom: auto;
}

.link-normal {
  color: #80bc00;
}

.success-message {
  background-color: #fff;
}

.h3-grey {
  color: #80bc00;
  font-size: 18px;
}

.billetes-gris-correo {
  margin-top: 30px;
  margin-bottom: 30px;
}

.disclaimer-text {
  display: block;
  margin-bottom: 0px;
  padding-left: 20px;
  font-size: 12px;
}

.disclaimer-text.right {
  text-align: right;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-bottom: 0px;
    margin-top: 0px;
}

.checkbox-label {
  color: #4d4d4d;
  font-weight: 800;
}

.link-politica {
  padding-left: 20px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #80bc00;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.span-green {
  color: #80bc00;
}

.burger-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.logo-login {
  display: block;
  margin-bottom: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.form-wrap-afiliacion {
  max-width: 600px;
  margin-bottom: 0px;
  padding: 0px;
}

.title-form-block {
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f2f5f7;
}

.title-form-block.top {
  padding-top: 0px;
  padding-bottom: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #f2f5f7;
}

.title-form-afiliacion {
  padding: 20px;
  color: grey;
  font-size: 24px;
  text-align: center;
}

.title-form-afiliacion.left {
  padding-left: 0px;
  text-align: left;
}

.form-div.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-div.bottom {
  padding-right: 50px;
  padding-bottom: 30px;
  padding-left: 50px;
}

.form-field-div {
  padding-right: 50px;
  padding-left: 50px;
}

.form-field-div.left {
  width: 50%;
  padding-right: 10px;
}

.form-field-div.right {
  width: 50%;
  padding-right: 50px;
  padding-left: 10px;
}

.checkbox-field {
  display: block;
}

.checkbox-field._50 {
  display: none;
  width: 50%;
}

.form-desc-text {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 50px;
  padding-left: 50px;
}

.close-button-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none grey;
}

.top-bar {
  position: fixed;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid grey;
  background-color: #fff;
}

.div-activa {
  padding-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.green {
  color: #80bc00;
}

.green.bold {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-weight: 700;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.saving-block {
  width: 100%;
  height: 40px;
  border-right: 1px solid grey;
  border-radius: 1px;
  background-color: transparent;
}

.button-close {
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #4d4d4d;
  text-align: center;
}

.top-bar-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.top-bar-right {
  padding-right: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.pf-register-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-bar-left {
  position: fixed;
  margin-top: 120px;
}

.left-menu-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-left-bar {
  border-left: 1px solid #dfdfdf;
  background-color: #fff;
  color: grey;
}

.button-left-bar:hover {
  border-left-color: #80bc00;
}

.button-left-bar:focus {
  border-left-color: #80bc00;
  color: #80bc00;
}

.top-page {
  min-height: 80px;
  min-width: 50px;
}

.paragraph {
  max-width: 600px;
}

.top-info {
  margin-bottom: 20px;
}

.texto-descripcion {
  font-size: 10px;
  font-weight: 300;
}

.billetes-grises {
  display: none;
}

.image {
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .heading {
    padding-right: 18px;
    padding-left: 0px;
    font-size: 2.5em;
    line-height: 1.1em;
  }
  .heading.center {
    display: block;
    padding-right: 0px;
    font-size: 3em;
  }
  .pf-main-text {
    padding-left: 0px;
    font-size: 1.5em;
  }
  .pf-main-text.center {
    font-size: 2em;
  }
  .pf-div-left {
    position: relative;
    z-index: 10;
    display: none;
    width: 0%;
    min-width: 90%;
    margin-top: 0px;
    padding-right: 0px;
  }
  .icons {
    position: static;
  }
  .pif-div-right {
    width: 60%;
  }
  .form-pane {
    width: 80%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .form-pane.right {
    width: 100%;
  }
  .form-pane.right.contactenos {
    bottom: 0px;
    max-width: 550px;
    min-width: 400px;
    margin-top: 0px;
  }
  .paguelofacil-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paguelofacil-wrapper.center.full {
    height: 100vh;
  }
  .paguelofacil-wrapper.fullwidth {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .paguelofacil-wrapper.fullwidth.hero {
    height: auto;
  }
  .pf-div-right.white.full {
    width: 100%;
  }
  .paguelofacil-hero {
    height: 30vh;
    min-height: 300px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .paguelofacil-form {
    margin-right: 40px;
    margin-left: 320px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paguelofacil-form.full {
    margin-right: auto;
    margin-left: auto;
  }
  .burger-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .logo-login {
    display: block;
  }
  .form-div.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-field-div {
    padding-right: 20px;
    padding-left: 20px;
  }
  .form-field-div.left {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .form-field-div.right {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .pf-register-wrapper {
    width: 100%;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-bar-left {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }
  .texto-descripcion {
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    text-align: center;
  }
  .heading.center {
    text-align: center;
  }
  .pf-div-left {
    width: 100%;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .pif-div-right {
    width: 100%;
  }
  .form-pane.right {
    width: 80%;
    margin-top: -100px;
  }
  .form-pane.right.contactenos {
    width: auto;
    min-width: 420px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .paguelofacil-wrapper.center.full {
    height: 100vh;
  }
  .paguelofacil-wrapper.fullwidth.hero {
    height: auto;
  }
  .pf-div-right.white.full {
    width: 100%;
  }
  .paguelofacil-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 400px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
  }
  .paguelofacil-form {
    margin-right: 40px;
    margin-left: 39px;
  }
  .disclaimer-text.right {
    text-align: center;
  }
  .form-div.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-div.bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-field-div {
    padding-right: 20px;
    padding-left: 20px;
  }
  .form-field-div.left {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .form-field-div.right {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .left-menu-div {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    margin-top: 20px;
    margin-bottom: 19px;
    padding-right: 0px;
    font-size: 2em;
    line-height: 1.1em;
    text-align: center;
  }
  .heading.center {
    font-size: 3em;
  }
  .pf-main-text {
    font-size: 1.5em;
  }
  .pf-div-left {
    width: 100%;
    min-width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .pif-div-right {
    width: 90%;
    margin-left: 0px;
  }
  .submit-button {
    width: 100%;
  }
  .form-pane.right {
    width: 100%;
    margin-top: 0px;
    padding: 30px;
  }
  .form-pane.right.contactenos {
    min-width: auto;
    margin-top: 0px;
  }
  .paguelofacil-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .paguelofacil-wrapper.center.full {
    height: 100vh;
    min-width: 100%;
    margin: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .paguelofacil-wrapper.fullwidth.hero {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pf-div-right.white.full {
    width: 100%;
  }
  .paguelofacil-hero {
    padding-top: 0px;
    background-image: none;
  }
  .paguelofacil-form {
    margin-right: 20px;
    margin-left: 20px;
  }
  .paguelofacil-form.full {
    margin-top: 50px;
  }
  .pf-register-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-block {
    display: none;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}