.w-form-formradioinput--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: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.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;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.form {
  width: 320px;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block {
  width: 320px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.titulos-txt {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
  font-size: 18px;
  font-weight: 900;
}

.titulos-txt.grandes {
  font-size: 16px;
  font-weight: 700;
}

.columns {
  margin-top: 10px;
  margin-bottom: 20px;
}

.section-2 {
  margin-bottom: 80px;
  padding-bottom: 80px;
}

.radios-tb {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 25px;
  border-style: solid;
  border-width: 2px;
  border-color: #00a7af;
  border-radius: 15px;
  background-color: #00a7af;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.radios-tb:hover {
  background-color: #2cffc8;
  color: #000;
}

.radios-tb:focus {
  background-color: #2cffc8;
  color: #000;
}

.radios-tb.rad-inactivo {
  border-color: #aaa;
  background-color: #c2c2c2;
}

.body {
  font-family: Roboto, sans-serif;
}

.text-block {
  float: left;
  color: #000;
  font-size: 22px;
}

.txt-bold {
  margin-right: 20px;
  margin-left: 0px;
  float: left;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

.txt-bold.txt-descuento {
  font-size: 32px;
}

.div-block-3 {
  margin-top: 40px;
  float: left;
  clear: left;
  color: #000;
}

.heading {
  margin-bottom: 40px;
}

.text-block-2-gr {
  margin-right: 0px;
  margin-left: 10px;
  float: left;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.text-block-2-gr.grande2 {
  font-size: 32px;
}

.total-a-pagar {
  margin-top: 40px;
  padding: 20px;
  float: left;
  clear: left;
  background-color: #cb177d;
  color: #fff;
}

.text-block-blanco {
  float: left;
  color: #fff;
  font-size: 22px;
}

.column {
  padding-left: 0px;
}

.column-2 {
  padding-left: 0px;
}

.column-3 {
  padding-left: 0px;
}

.column-4 {
  padding-left: 0px;
}

.column-5 {
  padding-left: 0px;
}

.column-6 {
  padding-left: 0px;
}

.column-7 {
  padding-left: 0px;
}

.column-8 {
  padding-left: 0px;
}

.column-9 {
  padding-left: 0px;
}

.column-10 {
  padding-left: 0px;
}

.column-11 {
  padding-left: 0px;
}

.form-block-2 {
  margin-top: 80px;
  margin-bottom: 0px;
  padding-bottom: 40px;
}

.resultado-planes {
  width: 420px;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  float: left;
  color: #000;
}

.resultado-planes.destacado-portabilidad {
  padding-left: 20px;
  background-color: #cb177d;
  color: #f3f3f3;
}

.column-12 {
  padding-left: 0px;
}

.column-13 {
  padding-left: 0px;
}

.column-14 {
  height: 0px;
}

.column-15 {
  height: 0px;
}

.text-plan {
  margin-right: 10px;
  float: left;
  color: #000;
  font-size: 22px;
  line-height: 26px;
}

.text-plan.txtblanco {
  color: #f3f3f3;
}

.column-16 {
  background-color: #2cffc8;
}

.column-17 {
  padding-left: 0px;
}

.div-block-4 {
  width: 420px;
  height: 100px;
  float: left;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  float: left;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.textfield {
  height: 60px;
  max-height: 60px;
  padding: 16px 26px;
  border-style: solid;
  border-width: 1px;
  border-color: #686d80;
}

.btn-enviar {
  padding: 20px 40px;
  float: left;
  clear: left;
  border-radius: 40px;
  background-color: #2cffc8;
  font-family: Montserrat, sans-serif;
  color: #262937;
  font-weight: 500;
}

.paragraph {
  margin-bottom: 40px;
}

.div-block-6 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -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: #262937;
}

.image {
  max-width: 50%;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  -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;
}

.raya {
  width: 100%;
  height: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #00a7af;
}

.raya.rayafooter {
  margin-bottom: 30px;
}

.body-2 {
  font-family: Barlow, sans-serif;
}

.cuerpo-pagos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 80px;
  -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;
  border-right: 1px solid #686d80;
  border-bottom: 1px solid #686d80;
}

.marco-pagos {
  width: 320px;
  height: auto;
  padding: 20px 20px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #dfdfdf;
  border-radius: 15px;
}

.marco-pagos.seleccion-cuentas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  height: auto;
  padding-top: 20px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
  box-shadow: 3px 3px 6px 0 rgba(38, 41, 55, 0.2);
}

.marco-pagos.seleccion-cuentas.seccion-final {
  padding-bottom: 20px;
}

.marco-pagos.cuentas {
  width: 100%;
  height: auto;
  margin-top: 30px;
  padding: 14px 0px 25px;
}

.text-field {
  margin-top: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #d8d8d8;
  border-radius: 10px;
  font-weight: 500;
}

.texto-ingreso-rut {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 16px;
}

.boton {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #d8d8d8;
  font-weight: 700;
}

.boton:hover {
  background-color: #00a7af;
}

.boton:active {
  background-color: #2cffc8;
}

.boton:focus {
  background-color: #00a7af;
}

.titulo {
  margin-top: 0px;
  float: none;
  clear: none;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}

.titulo.titulo-error {
  float: right;
  clear: left;
  color: #d82929;
  text-align: center;
}

.icono-pago {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-top: 9px;
  padding-bottom: 2px;
  clear: none;
  -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;
  border-radius: 20px;
  background-color: #00a7af;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  margin-top: 20px;
  margin-left: -21px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #f3f3f3;
}

.footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: #262937;
}

.raya-footer {
  width: 100%;
  height: 10px;
}

.texto-blanco {
  color: #f3f3f3;
  text-align: center;
  text-decoration: none;
}

.texto-blanco.txtv2 {
  margin-top: 8px;
  margin-right: 7px;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.column-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.icono-pago-seguro {
  margin-top: 40px;
}

.div-block-12 {
  width: 30px;
  height: 30px;
}

.pasos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  padding-bottom: 2px;
  clear: none;
  -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;
  border-radius: 20px;
  background-color: #00a7af;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.pasos.inactivo {
  background-color: #d8d8d8;
}

.column-21 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.column-22 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-23 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.linea-paso-activo {
  width: 100%;
  height: 3px;
  margin-top: 0px;
  padding-top: 0px;
  float: left;
  background-color: #00a7af;
}

.linea-paso-activo.lineainactivo {
  display: none;
}

.columns-3 {
  margin-top: 0px;
}

.paragraph-2 {
  margin-top: 4px;
  float: left;
}

.paragraph-2.inactivo {
  color: #d8d8d8;
}

.div-block-14 {
  padding: 10px 0px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  border-radius: 10px;
}

.datos-usuario {
  margin-top: 20px;
  margin-bottom: 0px;
}

.paragraph-3 {
  margin-bottom: 0px;
  text-align: left;
}

.icono-pago-seguro-2 {
  margin-top: 0px;
  float: left;
}

.tit-cuenta {
  padding-left: 10px;
  color: #686d80;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.tit-monto {
  padding-right: 10px;
  color: #686d80;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
}

.fila-tablas {
  padding-top: 0px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d8d8d8;
}

.fila-cuentas {
  margin-top: 15px;
  padding-top: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #00a7af;
}

.label-checkbox {
  margin-top: 0px;
  margin-left: 8px;
  font-size: 14px;
  text-transform: uppercase;
}

.fila-totales {
  border-bottom: 1px solid #d8d8d8;
  background-color: #f3f3f3;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-15 {
  display: block;
  margin-top: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tit-total {
  padding-right: 10px;
  color: #686d80;
  font-size: 18px;
  font-weight: 400;
  text-align: right;
}

.boton-pagar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #6daeb1;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.boton-pagar:hover {
  background-color: #00a7af;
}

.boton-pagar:active {
  background-color: #2cffc8;
}

.boton-pagar:focus {
  background-color: #00a7af;
}

.column-24 {
  padding-left: 20px;
}

.column-25 {
  padding-left: 20px;
}

.column-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-27 {
  padding-left: 20px;
}

.column-33 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-34 {
  padding-right: 0px;
  padding-left: 0px;
}

.button {
  margin-top: 20px;
}

.bold-text {
  color: #00a7af;
  font-size: 22px;
}

.columns-6 {
  margin-top: 45px;
}

.imprimir {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #6daeb1;
  font-family: Barlow, sans-serif;
  font-weight: 700;
}

.imprimir:hover {
  background-color: #00a7af;
}

.imprimir:active {
  background-color: #2cffc8;
}

.imprimir:focus {
  background-color: #00a7af;
}

.column-35 {
  padding-left: 0px;
}

.column-36 {
  padding-left: 0px;
}

.column-37 {
  padding-left: 0px;
}

.column-38 {
  padding-left: 0px;
}

.paragraph-4 {
  text-align: center;
}

.paragraph-5 {
  text-align: left;
}

.paragraph-6 {
  text-align: left;
}

.paragraph-7 {
  text-align: left;
}

.paragraph-8 {
  text-align: center;
}

.paragraph-9 {
  text-align: left;
}

.paragraph-10 {
  text-align: left;
}

.paragraph-11 {
  text-align: left;
}

.paragraph-12 {
  text-align: left;
}

.paragraph-13 {
  text-align: left;
}

.paragraph-14 {
  text-align: left;
}

.alerta-error {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -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;
  border-radius: 20px;
  background-color: #d82929;
  color: #f3f3f3;
  font-size: 18px;
  font-weight: 900;
}

.div-block-16 {
  width: 40px;
  height: 40px;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #f3f3f3;
}

.texto-disclaimer {
  margin-top: 10px;
}

.image-4 {
  margin-right: 2px;
}

.image-5 {
  margin-right: 2px;
}

.image-6 {
  margin-right: 2px;
}

.image-7 {
  margin-right: 2px;
}

.image-8 {
  margin-right: 2px;
}

.disclaimers {
  width: 360px;
  margin-top: 20px;
}

.column-39 {
  padding-right: 0px;
}

.column-40 {
  padding-right: 0px;
  padding-left: 0px;
}

.email-comprobante {
  width: 100%;
  margin-top: 10px;
}

.com-cuerpo-comprobante-pdf {
  width: 600px;
  height: auto;
  margin-top: 40px;
  padding: 20px;
  border: 1px dashed #000;
}

.body-3 {
  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;
  font-family: Barlow, sans-serif;
}

.com-logo-tel {
  display: block;
  margin-bottom: -62px;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.heading-2 {
  font-size: 32px;
}

.com-paragraph1 {
  font-size: 18px;
  font-weight: 700;
}

.com-col41 {
  padding-left: 0px;
}

.com-total-compobante {
  font-size: 18px;
  font-weight: 700;
}

.com-div19 {
  margin-top: 21px;
  margin-bottom: 30px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #686d80;
}

.com-col-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.com-div20 {
  height: auto;
  padding: 10px;
  border: 1px solid #000;
}

.image-9 {
  margin-right: 10px;
  float: left;
}

.texto-valor-total {
  margin-right: 20px;
  margin-left: 0px;
  float: left;
  font-size: 32px;
  line-height: 26px;
  font-weight: 700;
}

.btn-descuento {
  margin-top: 24px;
  padding: 20px 40px;
  float: left;
  clear: left;
  border-radius: 40px;
  background-color: #cb177d;
  font-family: Barlow, sans-serif;
  color: #f3f3f3;
  font-weight: 500;
}

.btn-descuento:hover {
  background-color: #e1ff19;
  color: #262937;
}

.paragraph-16 {
  font-size: 12px;
}

.paragraph-17 {
  font-size: 12px;
}

.paragraph-18 {
  font-size: 12px;
}

.paragraph-19 {
  font-size: 12px;
}

.paragraph-20 {
  font-size: 12px;
}

.paragraph-21 {
  font-size: 12px;
}

.paragraph-22 {
  font-size: 12px;
}

.paragraph-23 {
  font-size: 12px;
}

.txt-llamado-descuento {
  margin-top: 15px;
  float: left;
  clear: left;
  font-family: Barlow, sans-serif;
}

.form-3 {
  font-family: Barlow, sans-serif;
}

.image-10 {
  float: left;
  clear: left;
}

.btn-whatsapp {
  margin-top: 40px;
  float: left;
  clear: left;
}

@media screen and (max-width: 991px) {
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .field-label {
    font-family: Oswald, sans-serif;
  }

  .field-label-2 {
    font-family: Oswald, sans-serif;
  }

  .field-label-3 {
    font-family: Oswald, sans-serif;
  }

  .titulos-txt {
    padding-left: 0px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 900;
  }

  .div-block-2 {
    position: static;
    width: 100px;
    float: left;
  }

  .columns {
    margin-top: 20px;
  }

  .section-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .radio-button-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    padding-left: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #aedffc;
  }

  .radio-button-label {
    padding-left: 5px;
  }

  .radios-tb {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 25px;
    border-radius: 16px;
    background-color: #00a7af;
  }

  .radios-tb:focus {
    background-color: #aaff8b;
  }

  .body {
    font-family: Roboto, sans-serif;
  }

  .column {
    padding-left: 0px;
  }

  .resultado-planes {
    padding-left: 20px;
  }

  .marco-pagos.seleccion-cuentas {
    width: 360px;
  }

  .marco-pagos.cuentas {
    margin-top: 30px;
  }

  .paragraph-2 {
    text-align: center;
  }

  .column-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .columns-5 {
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-29 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-30 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-31 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-32 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-block-3 {
    margin-top: 0px;
  }

  .column-35 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .column-36 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-37 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-38 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .disclaimers {
    width: 360px;
    margin-top: 20px;
    text-align: center;
  }

  .paragraph-15 {
    text-align: left;
  }

  .columns-7 {
    margin-bottom: 20px;
  }

  .column-39 {
    padding-right: 0px;
  }

  .column-40 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .titulos-txt {
    margin-top: 20px;
  }

  .text-block {
    margin-bottom: 20px;
    clear: left;
  }

  .txt-bold {
    margin-right: 0px;
    margin-left: 0px;
    float: left;
    clear: none;
  }

  .total-a-pagar {
    margin-top: 20px;
  }

  .resultado-planes {
    padding-left: 20px;
  }

  .column-14 {
    padding-left: 0px;
  }

  .text-plan {
    margin-bottom: 20px;
    clear: left;
  }

  .marco-pagos.seleccion-cuentas {
    width: 360px;
  }

  .marco-pagos.cuentas {
    margin-top: 0px;
  }

  .boton-pagar {
    width: 90%;
    margin-top: 12px;
    padding-bottom: 15px;
    font-size: 22px;
  }

  .column-26 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-27 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -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-block-3 {
    margin-top: 30px;
  }

  .column-37 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .texto-valor-total {
    margin-right: 0px;
    margin-left: 0px;
    float: left;
    clear: none;
  }
}

@media screen and (max-width: 479px) {
  .titulos-txt {
    font-family: Roboto, sans-serif;
    font-weight: 900;
  }

  .text-block {
    margin-right: 10px;
    margin-bottom: 10px;
    clear: left;
  }

  .txt-bold {
    margin-right: 10px;
    margin-left: 0px;
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-3 {
    display: block;
    margin-top: 40px;
    float: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 20px;
    line-height: 26px;
  }

  .total-a-pagar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 15px;
    -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;
  }

  .text-block-blanco {
    margin-right: 10px;
    margin-bottom: 0px;
  }

  .column {
    padding-left: 0px;
  }

  .column-2 {
    padding-left: 0px;
  }

  .column-3 {
    padding-left: 0px;
  }

  .column-4 {
    padding-left: 0px;
  }

  .column-5 {
    padding-left: 0px;
  }

  .column-6 {
    padding-left: 0px;
  }

  .column-7 {
    padding-left: 0px;
  }

  .column-8 {
    padding-left: 0px;
  }

  .column-9 {
    padding-left: 0px;
  }

  .column-10 {
    padding-left: 0px;
  }

  .column-11 {
    padding-left: 0px;
  }

  .form-block-2 {
    padding-bottom: 40px;
  }

  .resultado-planes {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .resultado-planes.destacado-portabilidad {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .column-13 {
    margin-top: 20px;
  }

  .text-plan {
    margin-right: 10px;
    margin-bottom: 0px;
    clear: left;
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-4 {
    width: 320px;
  }

  .image {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .marco-pagos.seleccion-cuentas {
    width: 340px;
    max-width: none;
  }

  .marco-pagos.seleccion-cuentas.seccion-final {
    width: 90%;
  }

  .titulo {
    line-height: 36px;
  }

  .footer {
    padding-bottom: 7px;
  }

  .columns-2 {
    display: block;
  }

  .column-19 {
    display: block;
    height: 0px;
    max-height: 0px;
    min-height: 0px;
  }

  .column-20 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .columns-4 {
    display: block;
  }

  .boton-pagar {
    width: 90%;
    padding-top: 13px;
    padding-bottom: 15px;
    font-size: 22px;
  }

  .column-26 {
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-27 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-block-3 {
    margin-top: 30px;
  }

  .column-35 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-36 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-37 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-38 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-17 {
    width: 340px;
  }

  .logos-tarjetas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .texto-valor-total {
    margin-right: 10px;
    margin-left: 0px;
    font-size: 32px;
    line-height: 26px;
  }

  .btn-descuento {
    margin-bottom: 20px;
  }
}

