@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
.ls-10 {
  letter-spacing: 0.01em !important;
}

.ls-0 {
  letter-spacing: 0 !important;
}

.ls-n-10 {
  letter-spacing: -0.01em !important;
}

.ls-n-15 {
  letter-spacing: -0.015em !important;
}

.ls-n-20 {
  letter-spacing: -0.02em !important;
}

.ls-n-25 {
  letter-spacing: -0.025em !important;
}

.bg-gray {
  background-color: #727272 !important;
}

.bg-dark {
  background-color: #4e4e4e !important;
}

.bg-dark2 {
  background-color: #1c1c1c !important;
}

.bg-primary {
  background-color: #FFF !important;
}

.bg-secondary {
  background-color: #f2f6f9 !important;
}

.text-dark {
  color: #4e4e4e !important;
}

.text-primary {
  color: #727272 !important;
}

.text-secondary {
  color: #4e4e4e !important;
}

.text-body {
  color: #727272 !important;
}

.font1 {
  font-family: "Lato", sans-serif !important;
}

.round-images img {
  border-radius: 50% !important;
}

.box-shadow-none {
  box-shadow: none !important;
}

.text-transform-none {
  text-transform: none;
}

.line-height-1 {
  line-height: 1 !important;
}

.title-decorate::before,
.title-decorate::after {
  content: "";
  top: 50%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.08);
  flex: 1;
}

.title-decorate::before {
  margin-right: 2rem;
}

.title-decorate::after {
  margin-left: 2rem;
}

.btn {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  display: inline-block;
  border-radius: 30px;
  padding: 0.5rem 1.5rem;
  font-weight: 400;
  text-align: center;
}
.btn.btn-primary {
  background-color: #1fc99f;
  color: #FFF;
  border: none;
}
.btn.btn-primary:hover {
  background-color: #1fd8aa;
}
.btn.btn-secondary {
  background-color: #106BAD;
  color: #FFF;
}
.btn.btn-secondary:hover {
  background-color: #0093d2;
}
.btn.btn-line {
  border-radius: 3rem;
  color: #4e4e4e;
  border-color: #bababa;
  margin-left: 0.5rem;
}

a.btn.disabled {
  pointer-events: auto;
  cursor: not-allowed;
}

.btn.btn-xs {
  padding: 0.2em 0.5em;
  font-size: 0.85rem;
}

.btn.btn-sm {
  padding: 0.35em 1.45em;
  font-size: 1rem;
}

.btn.btn-md {
  padding: 0.5rem 2rem;
  font-size: 1.1rem;
}

.btn.btn-lg {
  padding: 0.65rem 2rem;
  font-size: 1.25rem;
}

.btn.btn-xl {
  padding: 1.125em 2.75em;
  font-size: 1.125em;
}

.btn-icon-left i {
  padding-right: 0.7rem;
}

.btn-icon-right i {
  padding-left: 0.7rem;
}

.btn-link {
  padding-top: 0;
  padding-bottom: 0;
  color: #0093d2 !important;
  font-family: "Lato", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  text-decoration: none;
}
.btn-link:hover, .btn-link:focus {
  opacity: 0.7;
  text-decoration: none;
}

.card {
  border-radius: 10px;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
}
.card.simple {
  box-shadow: none;
  border: none;
}

form {
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 1rem;
}
.form-group .form-control,
.form-group .select-custom {
  margin-bottom: 0;
}
.form-group .form-control + .form-control {
  margin-top: 1rem;
}

.form-group-sm {
  max-width: 480px;
  margin-bottom: 0.9rem;
}

.form-control, .form-select {
  height: 40px;
  margin-bottom: 1rem;
  transition: all 0.3s;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  background-color: #fff;
  color: #4e4e4e;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.form-control:focus, .form-select:focus {
  border-color: #4e4e4e;
  background-color: #fff;
  color: #727272;
  box-shadow: none;
}
.form-control::placeholder, .form-select::placeholder {
  color: #cfcfcf;
  opacity: 1; /* Firefox */
}
.form-control::-ms-input-placeholder, .form-select::-ms-input-placeholder { /* Edge 12 -18 */
  color: #cfcfcf;
}

.form-select {
  cursor: pointer;
}

.form-control-sm {
  height: 4.6rem;
  padding: 0.8rem 1.2rem;
}

select.form-control:not([size]):not([multiple]) {
  height: 6rem;
}

select.form-control-sm:not([size]):not([multiple]) {
  padding: 0;
  padding-left: 1.2rem;
  height: 3.7rem;
  font-size: 1.4rem;
  letter-spacing: -0.013em;
}

.main .form-control::-webkit-input-placeholder,
.main .form-control::-moz-placeholder,
.main .form-control:-ms-input-placeholder,
.main .form-control::-ms-input-placeholder,
.main .form-control::placeholder {
  font-family: "Lato", sans-serif;
}

textarea.form-control {
  padding-top: 0.8rem;
  min-height: 151px;
  border-color: #ebebeb;
}

.form-check {
  cursor: pointer;
}
.form-check input, .form-check label {
  cursor: pointer;
}

.forget-pass {
  font-weight: 400;
  line-height: 1.3;
  color: #0093d2;
}

label {
  margin: 0 0 0.6rem;
  color: #4e4e4e;
  font-size: 1rem;
  font-weight: 400;
}

.required-field > label:after {
  margin: 0 0 0 0.45rem;
  color: #e02b27;
  font-size: 1.2rem;
  content: "*";
}

.required {
  color: #e02b27;
}
.required + .form-footer {
  margin-top: 0.8rem;
}

.select-custom {
  position: relative;
  margin-bottom: 1rem;
  background: #fff;
}
.select-custom select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  position: relative;
  z-index: 1;
  background: transparent;
}
.select-custom select:focus {
  background: transparent;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .select-custom select::-ms-expand {
    display: none;
  }
  .select-custom select:focus::-ms-value {
    background: transparent;
    color: currentColor;
  }
}
.select-custom:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.9rem;
  transform: translateY(-50%);
  font-family: "porto";
  font-size: 1.6rem;
  content: "\e81c";
  padding-bottom: 2px;
  font-weight: 400;
}
.select-custom .form-control,
.select-custom .form-control-sm {
  padding-right: 4rem;
}

.form-check-input:checked {
  background-color: #1fc99f;
  border-color: #1fc99f;
}

.form-control-tooltip {
  position: relative;
  padding-right: 4rem;
}
.form-control-tooltip .input-tooltip {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
  color: #777;
  font-size: 2.4rem;
}
.form-control-tooltip .input-tooltip:hover, .form-control-tooltip .input-tooltip:focus {
  color: #000;
}

.form-input {
  padding: 1rem 1.2rem;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.form-wide {
  width: 100%;
}

.modal form {
  margin: 0;
}
.modal form .form-group {
  max-width: 480px;
}
.modal form .form-control {
  max-width: 100%;
}

.modal-body {
  padding: 1.5rem;
}

.modal-content {
  border-radius: 10px;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
}
.modal-content .login-pass {
  max-width: 250px;
}

.modal-dialog.modal-sm {
  max-width: 550px;
}

.modal-header,
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem;
  border: none;
}

.modal-footer {
  padding-top: 0;
}

.modal-header {
  flex-direction: column;
  padding-top: 2.5rem;
  padding-bottom: 0;
}
.modal-header .close, .modal-header .btn-close {
  position: absolute;
  right: 2rem;
  top: 1.5rem;
}
.modal-header .modal-title {
  font-size: 1.75rem;
}

.close {
  font-size: 2.2rem;
}

#comisiones-modal .btn-close {
  position: absolute;
  right: 3rem;
}

@media (min-width: 576px) {
  .modal-content {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .modal-body {
    max-height: calc(100vh - 210px);
    padding-top: 2rem;
    overflow-y: auto;
  }
  .modal-header,
  .modal-footer,
  .modal-body {
    padding-right: 2em;
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  .modal-dialog {
    max-width: 800px;
  }
  .modal-header,
  .modal-footer,
  .modal-body {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (max-width: 479px) {
  .modal-open,
  .modal-open .modal {
    padding-right: 0 !important;
  }
}
html {
  overflow-x: hidden;
}

body {
  color: #727272;
  background-color: #fff;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.3;
  font-family: "Lato", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

::-moz-selection {
  background-color: #106BAD;
  color: #fff;
}

::selection {
  background-color: #106BAD;
  color: #fff;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: #4e4e4e;
  font-weight: 400;
  line-height: 1.1;
  font-family: "Lato", sans-serif;
  margin-bottom: 1rem;
}

h1, .h1 {
  font-size: 2.65rem;
  font-weight: 400;
  line-height: 1.223;
  margin-bottom: 1.5rem;
}

h2, .h2 {
  font-size: 1.95rem;
  line-height: 1.3em;
  margin-bottom: 1.75rem;
}

h3, .h3 {
  font-size: 1.65rem;
  line-height: 1.28;
  margin-bottom: 1.25rem;
}

h4, .h4 {
  font-size: 1.35rem;
  line-height: 1.35;
}

h5, .h5 {
  font-size: 1.1rem;
  line-height: 1.429;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.385;
  font-weight: 600;
}

a {
  transition: all 0.3s;
  color: #0093d2;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #0093d2;
  text-decoration: none;
}

.heading {
  margin-bottom: 3rem;
  color: #4e4e4e;
}
.heading .title {
  margin-bottom: 1.6rem;
}
.heading p:last-child {
  margin-bottom: 0;
}

.light-title {
  margin-bottom: 2rem;
  font-weight: 300;
}

.text-green {
  color: #1fc99f;
}

.text-blue {
  color: #106BAD;
}

.text-grey {
  color: #727272;
}

.text-black {
  color: #1c1c1c;
}

.section-title {
  text-transform: uppercase;
  font-size: 1.8rem;
}

.help-block.form-error {
  color: #e10111;
}

.section-sub-title {
  font-size: 1.1rem !important;
  color: #0093d2;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.sb-0 {
  padding-bottom: 2rem;
}

.st-0 {
  padding-top: 2rem;
}

.sy-0 {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.sb-1 {
  padding-bottom: 4rem;
}

.st-1 {
  padding-top: 4rem;
}

.sy-1 {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.sb-2 {
  padding-bottom: 6rem;
}

.st-2 {
  padding-top: 6rem;
}

.sy-2 {
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.sb-3 {
  padding-bottom: 8rem;
}

.st-3 {
  padding-top: 8rem;
}

.sy-3 {
  padding-bottom: 8rem;
  padding-top: 8rem;
}

ul,
ol {
  margin: 0 0 2.25rem;
  padding: 0;
  list-style: none;
}

b,
strong {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

hr {
  max-width: 1730px;
  margin: 5.5rem auto 5.2rem;
  border: 0;
  border-top: 1px solid #e7e7e7;
}

sub,
sup {
  font-size: 70%;
}

sup {
  font-size: 50%;
}

sub {
  bottom: -0.25em;
}

button:focus {
  outline: none;
}

.lista {
  padding-left: 1rem;
  list-style: disc;
}
.lista li {
  padding-bottom: 0.35rem;
}

.order-list {
  list-style: order-list;
  padding-left: 1rem;
}
.order-list > li {
  list-style: order-list;
  padding-bottom: 1rem;
}
.order-list > li::marker {
  font-weight: bold;
  color: #1c1c1c;
}

@media (max-width: 767px) {
  h1 {
    font-size: 2.05rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  .sb-0 {
    padding-bottom: 1rem;
  }
  .st-0 {
    padding-top: 1rem;
  }
  .sy-0 {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .sb-1 {
    padding-bottom: 3rem;
  }
  .st-1 {
    padding-top: 3rem;
  }
  .sy-1 {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .sb-2 {
    padding-bottom: 4rem;
  }
  .st-2 {
    padding-top: 4rem;
  }
  .sy-2 {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
  .sb-3 {
    padding-bottom: 6rem;
  }
  .st-3 {
    padding-top: 6rem;
  }
  .sy-3 {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
  body {
    overflow-x: hidden;
  }
}
.row-sm {
  margin-left: -6px;
  margin-right: -6px;
}
.row-sm > [class*=col-] {
  padding-left: 6px;
  padding-right: 6px;
}

.row-joined {
  margin-left: 0;
  margin-right: 0;
}
.row-joined > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.gutter-sm {
  margin-left: -10px;
  margin-right: -10px;
}
.gutter-sm > * {
  padding-left: 10px;
  padding-right: 10px;
}

.bg-check {
  background: #f2f6f9 url("../images/bg-check.jpg") center top no-repeat;
}

.bg-light {
  background-color: #f2f6f9 !important;
}

.bg-blue-gradient {
  background: linear-gradient(60deg, #0a4068 0%, #106bad 100%);
  color: #cbd7e4;
}
.bg-blue-gradient h1, .bg-blue-gradient h2, .bg-blue-gradient h3, .bg-blue-gradient h4 {
  color: #FFF;
}

.header-transparent #header {
  position: absolute;
  left: 0;
  right: 0;
}

p.two-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.side-nav {
  position: relative;
}
.side-nav .side-nav-container {
  position: sticky;
  top: 1rem;
  background-color: #f2f6f9;
  padding: 1rem 1.5rem;
  border-radius: 10px;
}
.side-nav .side-nav-container .nav-container {
  display: block;
  list-style: none;
  list-style-type: none;
  margin: 0;
}
.side-nav .side-nav-container .nav-container .nav-link {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  display: block;
  padding: 1.25rem 0;
  padding-right: 2rem;
  font-weight: 400;
  font-size: 1.1rem;
  color: #4e4e4e;
  background-image: url("../images/arrow-right-simple.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 13px;
}
.side-nav .side-nav-container .nav-container .nav-link:hover {
  color: #0093d2;
}
.side-nav .side-nav-container .nav-container li {
  display: block;
  border-bottom: 1px solid #bababa;
}
.side-nav .side-nav-container .nav-container li:last-child {
  border: none;
}

.separador {
  border-bottom: 1px solid #dfdfdf;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  p.two-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
#header {
  background-color: #FFF;
  border-bottom: 1px solid #bababa;
}
#header .navbar-brand {
  display: inline-block;
  background-image: url("../images/logo-pagopar.svg");
  background-position: center center;
  background-repeat: no-repeat;
  width: 135px;
  height: 35px;
  padding: 0;
  margin-bottom: 0.35rem;
  margin-top: 0.35rem;
}
#header .collapse {
  flex-grow: 0;
}
#header .navbar-nav > li > .nav-link {
  color: #4e4e4e;
  font-weight: 400;
  font-size: 0.95rem;
}
#header .login {
  border-radius: 3rem;
  padding: 0.35rem 1rem;
  font-weight: 700;
  font-size: 0.85rem;
  color: #4e4e4e;
  border-color: #bababa;
  margin-left: 0.5rem;
}
#header .btn.registrarse {
  border-radius: 3rem;
  padding: 0.35rem 1rem;
  background-color: #106BAD;
  font-size: 0.85rem;
  color: #FFF;
  margin-left: 0.5rem;
}
#header .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
}
#header .dropdown-menu li {
  flex-grow: 1;
  margin-bottom: 0.5rem;
}
#header .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
}
#header .dropdown-menu .dropdown-item .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: transparent;
  text-align: center;
  flex-shrink: 0;
}
#header .dropdown-menu .dropdown-item .ico img {
  max-width: 80%;
  max-height: 80%;
}
#header .dropdown-menu .dropdown-item .desc small {
  display: block;
  font-size: 0.85rem;
  color: #727272;
}
#header .dropdown-menu.show {
  display: flex;
}

.header-transparent #header {
  background-color: transparent !important;
  border: none !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20;
}
.header-transparent #header .navbar-brand {
  background-image: url("../images/logo-pagopar-blanco.svg");
}

@media (min-width: 991px) {
  .header-transparent #header .navbar-nav > li > .nav-link {
    color: #FFF;
  }
  .header-transparent #header .login {
    color: #FFF;
    border-color: #FFF;
  }
  .header-transparent #header .btn.registrarse {
    background-color: #fff;
    color: #106BAD;
  }
}
@media (max-width: 991px) {
  #header #navbarNav {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    padding: 1rem;
    z-index: 20;
  }
  #header #navbarNav .btn {
    min-width: 275px;
    margin-top: 0.5rem;
    margin-left: 0;
  }
  #header #navbarNav .dropdown-menu {
    width: 100%;
    flex-direction: column;
  }
  #header #navbarNav .dropdown-menu li {
    width: 100%;
  }
  #header #navbarNav .dropdown-menu li a {
    font-size: 0.95rem;
  }
  .header-transparent #header .navbar-toggler {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
    border-color: #FFF;
  }
  .header-transparent #header .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }
  .header-transparent #header .navbar-toggler:focus {
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.4);
  }
}
@media (max-width: 575px) {
  #header #navbarNav .btn {
    display: block;
  }
}
#footer {
  background-color: #737373;
  color: #cfcfcf;
}
#footer .social-links {
  justify-content: flex-end;
}
#footer .footer-middle p {
  font-weight: 400;
}
#footer .footer-middle h5 {
  color: #cfcfcf;
  font-size: 0.95rem;
}
#footer .footer-middle .footer-nav {
  margin-bottom: 0;
  display: block;
}
#footer .footer-middle .footer-nav li {
  display: block;
  list-style: none;
  list-style-type: none;
  padding-bottom: 0.45rem;
}
#footer .footer-middle .footer-nav li a {
  color: #FFF;
  font-weight: 400;
  font-size: 1rem;
}
#footer .footer-bottom .footer-nav p {
  font-size: 0.85rem;
  font-weight: 300;
}
#footer .footer-bottom .footer-nav p a {
  font-size: 1rem;
  font-weight: 400;
  color: #FFF;
}
#footer.footer-strip {
  background-color: #fff;
  color: #727272;
}
#footer.footer-strip .footer-nav {
  color: #c4c4c4;
}
#footer.footer-strip .footer-nav a {
  color: #727272;
}
#footer.footer-strip .footer-nav a:hover {
  color: #0093d2;
}
#footer.footer-strip .footer-bottom {
  padding-bottom: 0.5rem;
  padding-top: 1.5rem;
}

.social-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-links .logo {
  display: inline-block;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

@media (max-width: 575px) {
  #scroll-top {
    display: none;
  }
}
@media (max-width: 767px) {
  #footer {
    text-align: center;
  }
  #footer .footer-nav, #footer h5 {
    text-align: left;
  }
  #footer .text-end {
    text-align: center !important;
  }
  #footer .social-links {
    justify-content: center;
  }
  .social-links {
    margin-bottom: 2rem;
  }
  .social-links .logo img {
    width: 25px;
  }
  .pwd-itti {
    margin-bottom: 1rem;
  }
  .pwd-itti img {
    height: 20px;
  }
}
#home-hero {
  position: relative;
  background: linear-gradient(135deg, #0a4068 0%, #106bad 60%, #106bad 30%, #884afa 100%);
}
#home-hero .container {
  padding-top: 6rem;
}
#home-hero .hero-txt {
  position: relative;
  z-index: 11;
}
#home-hero .hero-txt h1 {
  display: block;
  color: #FFF;
  font-size: 1.85rem;
  line-height: 3.5rem;
}
#home-hero .hero-txt h1 strong {
  font-size: 3.5rem;
  display: block;
}
#home-hero .hero-txt p {
  color: #FFF;
  font-size: 18px;
  margin-bottom: 15px;
}
#home-hero .hero-user {
  position: relative;
}
#home-hero .hero-user .check {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 1rem;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: transparent;
}
#home-hero .hero-user .check img {
  max-width: 50px;
  height: auto;
}
#home-hero .hero-user .check.check1 {
  left: 0;
  top: 45%;
  animation: curve-y-axis 2s 0s ease-out infinite;
  transform: scale(0.8);
}
#home-hero .hero-user .check.check2 {
  left: -20px;
  top: 40%;
  animation: curve-y-axis-2 2.5s 0s ease-out infinite;
  transform: scale(0.3);
}
#home-hero .hero-user .check.check3 {
  left: 40px;
  top: 45%;
  animation: curve-y-axis-3 1.5s 0s ease-out infinite;
  transform: scale(0.5);
}
#home-hero .hero-user .check.check4 {
  left: -10px;
  top: 40%;
  animation: curve-y-axis-3 1.75s 0s ease-out infinite;
  transform: scale(0.5);
}
#home-hero .splitter {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 520px;
  width: 100%;
  background: transparent url("../images/splitter-hero.png") center center no-repeat;
}
#home-hero .front-images {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
}
#home-hero .cel-portada {
  position: absolute;
  right: 20%;
  bottom: 0;
}
#home-hero .laptop-portada {
  float: right;
  margin-right: -10%;
  margin-bottom: 100px;
}
#home-hero .metodos {
  position: absolute;
}
#home-hero .metodos.metodos-tarjeta {
  left: 0;
  top: 165px;
}
#home-hero .metodos.metodos-efectivo {
  left: -30px;
  top: 205px;
}
#home-hero .metodos.metodos-billetera {
  left: 30px;
  top: 235px;
  z-index: 2;
}
#home-hero .metodos.metodos-transferencias {
  left: -15px;
  top: 275px;
}

@keyframes curve-y-axis {
  to {
    transform: translateY(-200px);
    opacity: 0;
  }
}
@keyframes curve-y-axis-2 {
  to {
    transform: translateY(-200px);
    opacity: 0;
  }
}
@keyframes curve-y-axis-3 {
  to {
    transform: translateY(-200px);
    opacity: 0;
  }
}
#home-marcas {
  background-color: #f2f6f9;
}
#home-marcas .list-marcas {
  margin-bottom: 0;
}
#home-marcas .list-marcas .slide {
  text-align: center;
}
#home-marcas .list-marcas .slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.75rem;
  height: 65px;
}
#home-marcas .list-marcas .slide img {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  filter: grayscale(100%);
  max-width: 100%;
  max-height: 100%;
  opacity: 0.6;
}
#home-marcas .list-marcas .slide:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

#como-funciona {
  background: linear-gradient(to bottom, #f2f6f9 0%, #ffffff 100%);
}
#como-funciona .como-funciona-text p {
  font-size: 0.95rem;
}
#como-funciona h4 {
  font-size: 1.15rem;
}

#como-vender {
  position: relative;
  background: #f2f6f9;
}
#como-vender:after {
  display: block;
  width: 100%;
  height: 198px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -2px;
  background: #FFF url("../images/separador-vender.png") center top repeat-x;
}
#como-vender .como-vender-container {
  max-width: calc(660px - 1.5rem);
  float: right;
  padding-top: 130px;
}
#como-vender .como-vender-content .herramienta-vender {
  display: flex;
  padding-bottom: 1rem;
  max-width: 480px;
}
#como-vender .como-vender-content .herramienta-vender:last-child {
  padding-bottom: 0;
}
#como-vender .como-vender-content .herramienta-vender .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 1rem;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #0a4068;
}
#como-vender .como-vender-content .herramienta-vender .ico img {
  max-width: 40px;
  height: auto;
}
#como-vender .como-vender-content .herramienta-vender h4, #como-vender .como-vender-content .herramienta-vender h4 a {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #106BAD;
}
#como-vender .como-vender-content .herramienta-vender h4 img, #como-vender .como-vender-content .herramienta-vender h4 a img {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  margin-left: 0.5rem;
}
#como-vender .como-vender-content .herramienta-vender p {
  color: #727272;
}
#como-vender .como-vender-content .herramienta-vender:hover h4 {
  color: #0093d2;
}
#como-vender .como-vender-content .herramienta-vender:hover h4 img {
  transform: translate(7px, 0);
  -webkit-transform: translate(7px, 0);
  -moz-transform: translate(7px, 0);
  -o-transform: translate(7px, 0);
  -ms-transform: translate(7px, 0);
}
#como-vender .imgs-vender1, #como-vender .imgs-vender2 {
  position: relative;
  padding-left: 30px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  margin-right: -15px;
  z-index: 2;
}
#como-vender .imgs-vender1 {
  margin-top: -100px;
}

#metodos-pago {
  background-color: #f2f6f9;
  text-align: center;
  /*h2 {
  	font-size: 32px;
  	line-height: 40px;
  	color: $negro;
  	margin-bottom: 30px;
  	strong { color: $verde; font-weight: 700; }
  }*/
}
#metodos-pago .metodo-pago .ico {
  margin-bottom: 1rem;
}
#metodos-pago .metodo-pago h3 {
  font-weight: 400;
  font-size: 1.2rem;
  color: #0a4068;
}

ul.logos-medios {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
ul.logos-medios li {
  width: 20%;
  height: auto;
  margin-bottom: 0.75rem !important;
}
ul.logos-medios li img {
  max-width: 90%;
  max-height: 35px;
  height: auto;
  width: 65px;
}

#cobros-home {
  background: #f2f6f9 url("../images/bg-cobros.jpg") center top no-repeat;
}
#cobros-home .img-cobros {
  position: relative;
}
#cobros-home .cobros-content {
  padding-top: 5rem;
  color: #FFF;
}
#cobros-home .cobros-content h2 {
  color: #FFF;
}

#como-empezar {
  background: #f2f6f9 url("../images/bg-tipos-venta.jpg") center top no-repeat;
}
#como-empezar .card .desc {
  padding-left: 1rem;
}
#como-empezar .ico {
  width: 45%;
  flex-shrink: 0;
}
#como-empezar .ico img {
  height: 160px;
}
#como-empezar .section-sub-title {
  color: #FFF;
}

#nros-home {
  background: linear-gradient(to bottom, #f2f6f9 0%, #ffffff 100%);
}
#nros-home .datos-pagopar {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#nros-home .datos-pagopar h4 {
  font-size: 3rem;
  letter-spacing: 1px;
}

@media (min-width: 1919px) {
  #home-hero .splitter {
    background-size: 100% 520px;
  }
  #cobros-home {
    background-size: 100% 542px;
  }
  #como-vender:after {
    background-size: 100% 198px;
  }
  #home-hero .laptop-portada {
    position: absolute;
    right: 12%;
    bottom: 0;
  }
  #home-hero .cel-portada {
    z-index: 2;
  }
  #planes-hero {
    background-size: 100% 650px !important;
  }
  .bg-check {
    background-size: 100% 550px !important;
  }
}
@media (max-width: 991px) {
  #home-hero .hero-txt {
    text-align: center;
    padding-bottom: 2rem;
  }
  #home-hero .hero-txt h1 {
    font-size: 1.5rem;
  }
  #home-hero .hero-txt h1 strong {
    font-size: 2.85rem;
  }
  #como-vender .como-vender-container {
    padding-top: 4rem;
    max-width: calc(360px - 1.5rem);
  }
  #como-empezar .ico img {
    max-height: 160px;
    height: auto;
    width: auto;
  }
}
@media (max-width: 767px) {
  #home-hero .laptop-portada {
    margin-right: -220px;
    width: 450px;
  }
  #como-vender:after {
    height: 100px;
    background-size: cover;
  }
  #como-vender .como-vender-container {
    max-width: 100%;
    float: none;
  }
  #como-vender .imgs-vender1 {
    margin-top: 1rem;
  }
  #como-empezar .ico img {
    max-height: 160px;
    height: auto;
    width: auto;
  }
  #como-empezar .card {
    margin-bottom: 1rem;
  }
  #nros-home .container {
    padding-bottom: 0 !important;
  }
  #cobros-home {
    background-size: cover;
    padding-top: 10rem;
  }
  #cobros-home .cobros-content {
    text-align: center;
    padding-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  #home-hero .laptop-portada {
    display: none;
  }
  #home-hero .cel-portada {
    margin-right: auto;
    margin-left: auto;
    right: 0;
    left: 0;
    width: 215px;
  }
  /*#home-hero .front-images {
  	overflow: hidden;
  }*/
  ul.logos-medios li {
    width: 20%;
  }
}
.card-login {
  padding: 3.5rem 3.5rem;
}
.card-login h1 {
  font-size: 1.75rem;
}
.card-login label {
  font-size: 1.1rem;
}
.card-login .form-control, .card-login .form-select {
  height: 42px;
}
.card-login .text-desc {
  color: #727272;
  font-size: 0.9rem;
  text-align: center;
}

.crear-cuenta p {
  font-size: 1.1rem;
}
.crear-cuenta .btn-link {
  font-size: 1.1rem;
  display: inline-block;
  margin-left: 0.25rem;
}

@media (max-width: 767px) {
  .card-login {
    padding: 2.5rem;
  }
  .card-login h1 {
    font-size: 1.5rem;
  }
  .crear-cuenta .btn-link {
    display: block;
  }
  .bg-check {
    background-size: auto 50%;
  }
  .card-login .login-acciones {
    flex-direction: column;
    align-items: center;
  }
}
#link-hero {
  position: relative;
  background: linear-gradient(60deg, #0a4068 0%, #106bad 100%);
}
#link-hero .container {
  padding-top: 6rem;
}
#link-hero .hero-txt {
  position: relative;
  z-index: 1;
}
#link-hero .hero-txt h4 {
  color: #1fd8aa;
}
#link-hero .hero-txt h1,
#link-hero .hero-txt p {
  color: #FFF;
}
#link-hero .hero-txt p {
  font-size: 1.2rem;
  opacity: 0.7;
}
#link-hero .hero-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
}
#link-hero .hero-img figure {
  margin-bottom: 0;
}
#link-hero .hero-img .hero-img .content-wrapper {
  position: relative;
}
#link-hero .hero-img .img {
  position: absolute;
}
#link-hero .hero-img .img.img-tiktok {
  top: 17%;
  left: 26%;
  z-index: 0;
}
#link-hero .hero-img .img.img-hombre {
  position: relative;
  z-index: 1;
}
#link-hero .hero-img .img.img-whatsapp {
  top: 57%;
  left: 15%;
  z-index: 2;
}
#link-hero .hero-img .img.img-ins {
  right: 25%;
  bottom: -6%;
  z-index: 2;
}
#link-hero .hero-img .img.img-msn {
  top: 10%;
  left: 65%;
  z-index: 2;
}

#link-ventas .content-img {
  position: relative;
}
#link-ventas .content-img figure img {
  width: auto;
  max-width: 100%;
}
#link-ventas .content-img .img {
  position: absolute;
}
#link-ventas .content-img .img.img-portada {
  z-index: 0;
  position: relative;
}
#link-ventas .content-img .img.img-msn-1 {
  top: 17%;
  left: -7%;
  z-index: 1;
}
#link-ventas .content-img .img.img-msn-2 {
  top: 25%;
  left: -19%;
  z-index: 1;
}
#link-ventas .content-img .img.img-msn-3 {
  top: 33%;
  left: -7%;
  z-index: 1;
}
#link-ventas .content-img .img.img-msn-4 {
  top: 48%;
  left: -7%;
  z-index: 1;
}
#link-ventas .content-img .img.img-msn-5 {
  top: 63%;
  left: -19%;
  z-index: 1;
}
#link-ventas .content-img .img.img-msn-6 {
  top: 35%;
  right: 21%;
  z-index: 1;
}

#link-opciones {
  background: #f2f6f9;
}
#link-opciones .content-txt h2 {
  margin-bottom: 0.75rem;
}
#link-opciones .content-txt p {
  font-size: 1.2rem;
  margin-bottom: 3rem;
}
#link-opciones .content-txt strong {
  color: #1fd8aa;
}
#link-opciones .content-txt .content-wrapper h3 {
  margin-bottom: 0.5rem;
}
#link-opciones .content-txt .content-wrapper h3 strong {
  color: #1fd8aa;
}
#link-opciones .content-txt .content-wrapper p {
  font-size: 1.1rem;
}

#link-cobros h2 {
  margin-bottom: 3rem;
}
#link-cobros h2 strong {
  color: #1fd8aa;
}
#link-cobros .section-sub-title,
#link-cobros h2 {
  text-align: center;
}
#link-cobros .content-slider {
  min-height: 80vh;
  /*display: flex;
  align-items: center;*/
}
#link-cobros .content-slider .slick-slide .row {
  min-height: 80vh;
}
#link-cobros .content-slider .btn-primary {
  background: #106BAD;
}
#link-cobros .content-img {
  position: relative;
}
#link-cobros .content-img .img {
  position: absolute;
}
#link-cobros .content-img .img.img-cel {
  position: relative;
  z-index: 0;
}
#link-cobros .content-img .img.img-enlace {
  top: 18%;
  right: 23%;
  z-index: 1;
}
#link-cobros .content-img .img.img-msn {
  top: 48%;
  left: -14%;
  z-index: 2;
}
#link-cobros .content-links {
  padding-top: 3rem;
}
#link-cobros .content-links h3 {
  margin-bottom: 0;
  text-align: center;
}
#link-cobros .content-links .card {
  background: #f2f6f9;
  border-radius: 10px;
  border: none;
  flex-direction: row;
  width: max-content;
}
#link-cobros .content-links .card figure {
  margin-right: 0.625rem;
  margin-bottom: 0;
}
#link-cobros .content-links .card h4 {
  margin-bottom: 0;
}
#link-cobros .content-links .card strong {
  color: #1fd8aa;
}
#link-cobros .content-slider {
  position: relative;
  /*&:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: -1px;
      width: 100%;
      height: 50px;
      background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
      z-index: 20;
  }
  &:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -1px;
      width: 100%;
      height: 50px;
      background: linear-gradient(to top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
      z-index: 20;
  }*/
}
#link-cobros .content-slider .content-txt p {
  margin-bottom: 2rem;
}
#link-cobros .content-slider .slick-slide {
  transition: transform 3s ease;
}
#link-cobros .content-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
#link-cobros .content-slider .slider-link {
  position: relative;
  padding-left: 60px;
}
#link-cobros .content-slider .slider-item {
  position: relative;
}
#link-cobros .content-slider .dots {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: sticky;
  top: calc(50% - 65px);
  margin-bottom: auto;
  margin-top: auto;
  left: 0;
  width: 15px;
  opacity: 0;
}
#link-cobros .content-slider .dots li {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  display: block;
  margin-bottom: 10px;
  width: 15px;
  height: 15px;
  background-color: #f2f6f9;
  border-radius: 50%;
}
#link-cobros .content-slider .dots li.active {
  background-color: #106BAD;
}
#link-cobros .content-slider .dots.fixed {
  opacity: 1;
}

.spacer {
  width: 100%;
  height: 100vh;
  position: relative;
}

#link-medios {
  background: #1c1c1c url("../images/bg-celpos.jpg") center top no-repeat;
  background-size: cover;
}
#link-medios h2 {
  color: #FFF;
  margin-top: 40%;
}
#link-medios .m-block-1 {
  margin-top: -30%;
}
#link-medios .m-block-2 {
  margin-top: 5%;
}
#link-medios .card {
  margin-bottom: 1.25rem;
}
#link-medios .card .medios .logos-medios {
  justify-content: flex-start;
}
#link-medios .card .medios .logos-medios li {
  width: 20%;
}
#link-medios .links-compartir h2 {
  color: inherit;
  margin-top: auto;
}

#link-compartir {
  margin-bottom: -18%;
}
#link-compartir .card {
  border-radius: 6px;
  padding: 5.3125rem 0;
  position: relative;
  text-align: center;
}
#link-compartir .card h2 {
  color: #1c1c1c;
  margin: inherit;
}
#link-compartir .card h2 strong {
  color: #1fd8aa;
}
#link-compartir .card .btn {
  margin: 0 auto;
  width: max-content;
}
#link-compartir .card .img {
  position: absolute;
}
#link-compartir .card .img.img-tiktok {
  top: -12%;
  left: 64%;
  z-index: 1;
}
#link-compartir .card .img.img-whatsapp {
  top: 39%;
  left: -6%;
  z-index: 1;
}
#link-compartir .card .img.img-ins {
  bottom: -15%;
  right: -3%;
  z-index: 1;
}

#link-control {
  margin-top: 10%;
}
#link-control .content-txt strong {
  color: #1fd8aa;
}
#link-control .content-wrapper {
  display: flex;
  justify-content: end;
  text-align: center;
  margin-right: 2rem;
}
#link-control .content-img {
  position: relative;
}
#link-control .content-img .img {
  position: absolute;
}
#link-control .content-img .img.img-compu {
  top: 0;
  left: 0;
  z-index: 0;
  position: relative;
}
#link-control .content-img .img.img-cuadro {
  top: 15%;
  left: 30%;
  z-index: 1;
}
#link-control .content-img .img.img-cuadro img {
  max-width: 100%;
  width: 420px;
}

#content-soporte {
  background: #1c1c1c url("../images/bg-link-soporte.jpg") center top no-repeat;
  background-size: cover;
  padding: 7rem 0;
  align-content: center;
}
#content-soporte .content-txt {
  text-align: center;
}
#content-soporte .content-txt h2 {
  font-size: 2.35rem;
}
#content-soporte .content-txt h2,
#content-soporte .content-txt h5 {
  color: #FFF;
}

#content-preguntas h5 {
  color: #106BAD;
  margin-top: 0.625rem;
  margin-bottom: 0;
}
#content-preguntas h2 {
  margin-bottom: 0;
}
#content-preguntas h4 {
  margin-bottom: 0;
}
#content-preguntas p {
  color: #727272;
}
#content-preguntas .accordion-button .accordion-heading {
  color: #106BAD;
}
#content-preguntas .accordion-button.collapsed .accordion-heading {
  color: #1c1c1c;
}
#content-preguntas .accordion {
  --bs-accordion-color: $gris-linea;
  --bs-accordion-border-width: 0;
  border-top: none;
  border-bottom: 1px solid #bababa;
  border-left: none;
  border-right: none;
}
#content-preguntas .accordion:last-child {
  border: none;
}
#content-preguntas .accordion:focus {
  box-shadow: none;
}
#content-preguntas .accordion:active {
  background-color: transparent;
}
#content-preguntas .accordion .accordion-button:focus {
  box-shadow: none;
}
#content-preguntas .accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  padding-left: 0;
}
#content-preguntas .accordion .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  padding-left: 0;
  padding-right: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}
#content-preguntas .accordion .accordion-body {
  padding: 0;
}

.step-nro {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #1fc99f;
  font-weight: normal;
  color: #FFF;
  font-size: 1rem;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  margin-right: 0.5rem;
}

.slider-link .slider-item {
  height: 100vh;
  background-color: #fff;
}
.slider-link .slider-item > .row {
  height: 100%;
}

.spacer {
  width: 100%;
  height: 100vh;
  position: relative;
}

@media (max-width: 991px) {
  #link-ventas .content-img {
    text-align: center;
  }
  #link-ventas .content-img .img.img-msn-1, #link-ventas .content-img .img.img-msn-2, #link-ventas .content-img .img.img-msn-3, #link-ventas .content-img .img.img-msn-4, #link-ventas .content-img .img.img-msn-5 {
    left: 0;
  }
}
@media (max-width: 1599px) {
  #link-hero .hero-img .img.img-tiktok {
    top: 17%;
    left: 22%;
  }
  #link-hero .hero-img .img.img-whatsapp {
    top: 61%;
    left: 8%;
  }
  #link-hero .hero-img .img.img-ins {
    right: 21%;
  }
  #link-ventas .content-img .img.img-msn-6 {
    right: 7%;
  }
  #link-cobros .content-img .img.img-enlace {
    right: 10%;
  }
  #link-compartir .card .img.img-tiktok {
    left: 66%;
  }
  #link-compartir .card .img.img-whatsapp {
    top: 49%;
    left: -8%;
  }
  #link-control .content-img .img.img-cuadro {
    left: 36%;
  }
  #link-control .content-wrapper {
    margin-right: 0rem;
  }
  #link-control .content-txt {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  br {
    display: none;
  }
  #link-cobros .content-slider .slider-link {
    padding-left: 0;
  }
  #link-cobros .content-slider .dots {
    display: none;
  }
  #link-hero .hero-img {
    margin-top: 2rem;
  }
  #link-hero .hero-img .img.img-tiktok {
    left: -2%;
  }
  #link-hero .hero-img .img.img-whatsapp {
    top: 53%;
    left: 0;
  }
  #link-hero .hero-img .img.img-ins {
    right: 34%;
  }
  #link-hero .hero-txt {
    text-align: center;
  }
  #link-hero .hero-img .img.img-msn {
    left: auto;
    right: -0.75rem;
    width: 40%;
    overflow: hidden;
  }
  #link-ventas .content-img .img.img-portada {
    margin-bottom: 3rem;
  }
  #link-cobros .content-img .img.img-msn {
    left: 0;
    max-height: 50%;
  }
  #link-ventas .content-img .img.img-msn-2, #link-ventas .content-img .img.img-msn-5 {
    left: -0.45rem;
    right: auto;
    max-width: 45%;
  }
  #link-ventas .content-img .img.img-msn-1, #link-ventas .content-img .img.img-msn-3, #link-ventas .content-img .img.img-msn-4 {
    left: auto;
    right: -0.45rem;
    max-width: 45%;
  }
  #link-ventas .content-img .img.img-msn-4 {
    top: 52%;
  }
  #link-ventas .content-img .img.img-msn-6 {
    top: 72%;
    right: 0;
  }
  #link-opciones {
    overflow: hidden;
  }
  #link-opciones .content-txt .content-wrapper h3 {
    font-size: 1.35rem;
  }
  #link-opciones .content-txt .content-wrapper p {
    font-size: 1rem;
  }
  #link-opciones img {
    max-width: 120%;
    height: auto;
  }
  #link-cobros .container {
    padding-bottom: 0;
  }
  #link-cobros .content-slider {
    display: block;
  }
  #link-cobros .content-img .img.img-enlace {
    right: 70%;
  }
  #link-cobros .content-img .img.img-msn {
    left: 0;
    max-width: 60%;
  }
  #link-cobros .content-txt {
    text-align: center;
  }
  #link-cobros .content-txt h3 {
    font-size: 1.35rem;
  }
  #link-cobros .content-txt .btn {
    margin-bottom: 2rem;
  }
  #link-cobros .content-links .card {
    width: 100%;
    margin-bottom: 2rem;
  }
  #link-cobros .content-slider:before, #link-cobros #link-cobros .content-slider:after {
    display: none;
  }
  #link-cobros .content-slider .slick-dots {
    left: 0;
    right: 0;
    bottom: -1rem;
    top: auto;
    height: 30px;
    text-align: center;
    z-index: 50;
  }
  #link-cobros .content-slider .slick-dots li {
    display: inline-block;
  }
  #link-cobros .content-links h3 {
    margin-bottom: 2rem;
  }
  #link-medios h2,
  #link-medios .m-block-1,
  #link-medios .m-block-2 {
    margin-top: 0;
  }
  #link-medios h4 {
    text-align: left;
  }
  #link-medios #link-compartir {
    margin-bottom: -40%;
  }
  #link-medios #link-compartir h2 {
    font-size: 1.75rem;
  }
  #link-medios #link-compartir h4 {
    text-align: center;
    font-size: 1.1rem;
  }
  #link-medios #link-compartir .card {
    padding: 3rem 1rem;
  }
  #link-medios #link-compartir .card .img.img-tiktok {
    left: 38%;
  }
  #link-medios #link-compartir .card .img.img-whatsapp {
    top: 89%;
    left: -3%;
  }
  #link-control .container {
    padding-bottom: 0;
  }
  #link-control .content-img {
    padding-top: 2rem;
  }
  #link-control .content-img .img.img-compu img {
    width: 100%;
    max-width: 100%;
  }
  #link-control .content-img .img.img-cuadro {
    top: 38%;
    left: 52%;
  }
  #link-control .content-img .img.img-cuadro img {
    width: 100%;
    max-width: 100%;
  }
  #link-control .content-txt {
    margin-left: 0;
  }
  #content-soporte .content-txt h2 {
    font-size: 2.05rem;
  }
  #content-preguntas h2 {
    margin-bottom: 1.5rem;
  }
  .content-seguridad .img-seguridad {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
#beneficios-hero {
  position: relative;
  background: linear-gradient(60deg, #0a4068 0%, #106bad 100%);
}
#beneficios-hero .hero-txt {
  position: relative;
  z-index: 1;
}
#beneficios-hero .hero-txt h1 {
  color: #FFF;
}
#beneficios-hero .hero-txt h1 strong {
  font-weight: normal;
  color: #1fc99f;
}
#beneficios-hero .hero-txt p {
  font-size: 1.2rem;
  color: #FFF;
  opacity: 0.7;
}
#beneficios-hero .hero-img {
  position: relative;
  margin-bottom: 0;
}
#beneficios-hero .hero-img figure {
  margin-bottom: 0;
}
#beneficios-hero .hero-img .content-wrapper {
  position: relative;
}
#beneficios-hero .hero-img .img {
  position: absolute;
}
#beneficios-hero .hero-img .img.img-mujer {
  left: 12%;
  bottom: 0;
  z-index: 0;
  position: relative;
}
#beneficios-hero .hero-img .img.img-msn-1 {
  top: 31%;
  left: 5%;
  z-index: 1;
}
#beneficios-hero .hero-img .img.img-msn-2 {
  top: 57%;
  left: 64%;
  z-index: 1;
}

.wrapper-descarga .border-block {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 2rem;
}
.wrapper-descarga .border-block:last-child {
  border: none;
  background-color: transparent;
}
.wrapper-descarga .content-txt h4 {
  margin-top: 2rem;
}
.wrapper-descarga .content-txt .lista li {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.wrapper-descarga .content-txt .lista li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 445px;
  height: 1px;
  background-color: #e0e0e0;
}
.wrapper-descarga .content-txt .lista li:last-child::after {
  border: none;
  background-color: transparent;
}
.wrapper-descarga .content-txt .lista li a {
  display: inline-flex;
}
.wrapper-descarga .content-txt .lista li a p {
  margin-bottom: 0;
  margin-right: 1rem;
}
.wrapper-descarga .content-txt .lista li a img {
  height: fit-content;
}

@media (max-width: 767px) {
  #beneficios-hero .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #beneficios-hero .hero-txt {
    margin-top: 1rem;
    text-align: center;
  }
}
@media (max-width: 575px) {
  #beneficios-hero .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #beneficios-hero .hero-txt {
    margin-top: 1rem;
    text-align: center;
  }
  #beneficios-hero .hero-img .img.img-msn-2 {
    top: 67%;
    left: 41%;
  }
}
#checkout-hero {
  position: relative;
  background: linear-gradient(60deg, #0a4068 0%, #106bad 100%);
}
#checkout-hero .container {
  padding-top: 6rem;
}
#checkout-hero .hero-txt {
  position: relative;
  z-index: 1;
}
#checkout-hero .hero-txt h4.subtitulo {
  color: #1fd8aa;
}
#checkout-hero .hero-txt p {
  color: #FFF;
  font-size: 1.2rem;
  opacity: 0.7;
  margin-bottom: 0;
}
#checkout-hero .hero-txt h1 {
  color: #FFF;
}
#checkout-hero .hero-img {
  position: relative;
}
#checkout-hero .hero-img figure {
  margin-bottom: 0;
}
#checkout-hero .hero-img .img {
  position: relative;
}
#checkout-hero .hero-img .img.img-mujer {
  transform: translateY(14%);
  left: -47%;
  z-index: 0;
}
#checkout-hero .hero-img .img.img-resumen {
  position: absolute;
  top: 23%;
  left: 24%;
  z-index: 1;
}

#home-marcas.checkout-marcas {
  background: linear-gradient(to bottom, #f2f6f9 0%, #ffffff 100%);
}
#home-marcas.checkout-marcas .list-marcas .slide a {
  height: 85px;
}
#home-marcas.checkout-marcas .list-marcas .slide a .music-hall {
  height: 60px;
}
#home-marcas.checkout-marcas .list-marcas .slick-dots li button:hover::before {
  color: #106BAD;
}
#home-marcas.checkout-marcas .list-marcas .slick-dots li button::before {
  font-size: 55px;
}
#home-marcas.checkout-marcas .list-marcas .slick-dots li.slick-active button::before {
  color: #106BAD;
}

.checkout-marcas .content-img .img {
  position: absolute;
}
.checkout-marcas .content-img .img.img-compu {
  position: relative;
  bottom: 0;
  left: 7%;
  z-index: 0;
}
.checkout-marcas .content-img .img.img-resumen {
  top: 38%;
  left: 63%;
  z-index: 1;
}

#checkout-solucion h2 strong {
  color: #1fd8aa;
}
#checkout-solucion .content-img {
  position: relative;
}
#checkout-solucion .content-img .img {
  position: absolute;
}
#checkout-solucion .content-img .img.img-compu {
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 0;
}
#checkout-solucion .content-img .img.img-msn-1 {
  top: 12%;
  left: -5%;
  z-index: 1;
}
#checkout-solucion .content-img .img.img-msn-2 {
  top: 14%;
  right: 5%;
  z-index: 1;
}
#checkout-solucion .content-txt {
  display: flex;
  margin-bottom: 2rem;
}
#checkout-solucion .content-txt figure {
  display: grid;
  grid-template-columns: 75px 1fr;
}
#checkout-solucion .content-txt div h4 {
  margin-bottom: auto;
}
#checkout-solucion .content-txt div p {
  margin-bottom: 0;
}

#checkout-empresas {
  background: #d0edf9 url("../images/bg-chekout.jpg") center top no-repeat;
  padding: 10rem 0;
}
#checkout-empresas .content-img .img {
  position: absolute;
}
#checkout-empresas .content-img .img.img-wix {
  top: -98%;
  left: 30%;
  z-index: 0;
}
#checkout-empresas .content-img .img.img-woo {
  top: -38%;
  right: -7%;
  z-index: 1;
}
#checkout-empresas .content-img .img.img-presta {
  top: 2%;
  left: -3%;
  z-index: 1;
}
#checkout-empresas .content-img .img.img-shopify {
  top: 61%;
  right: 0%;
  z-index: 1;
}
#checkout-empresas .content-img .img.img-api {
  top: 124%;
  left: 5%;
  z-index: 1;
}
#checkout-empresas .content-txt {
  margin-left: 3rem;
}
#checkout-empresas .content-txt h2,
#checkout-empresas .content-txt p {
  margin-bottom: 2rem;
}
#checkout-empresas .content-txt .btn-primary {
  background-color: #106BAD;
}

#checkout-personalizar .content-img .img {
  position: absolute;
}
#checkout-personalizar .content-img .img.img-compu {
  top: 0;
  left: 0;
  z-index: 0;
  position: relative;
}
#checkout-personalizar .content-img .img.img-msn-1 {
  top: 9%;
  left: -17%;
  z-index: 1;
}
#checkout-personalizar .content-img .img.img-msn-2 {
  top: 54%;
  left: -16%;
  z-index: 1;
}

#checkout-plugins figure {
  margin-bottom: 0;
}
#checkout-plugins .content-txt {
  margin-left: 2rem;
}

#checkout-tabla .content-txt {
  float: right;
  margin-right: 4rem;
  margin-top: 3rem;
}
#checkout-tabla .content-txt .btn-primary {
  background-color: #106BAD;
}
#checkout-tabla .tabla .col-doble {
  flex: 2;
}
#checkout-tabla .tabla .fila {
  margin-bottom: 1rem;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
#checkout-tabla .tabla .fila:first-child {
  margin-bottom: 0;
}
#checkout-tabla .tabla .fila figure {
  margin-bottom: 0;
}
#checkout-tabla .tabla .fila-bg {
  background-color: #f2f6f9;
}
#checkout-tabla .tabla p {
  margin-bottom: 0;
  color: #1c1c1c;
}
#checkout-tabla .tabla .porcentaje {
  margin-bottom: 0;
}

@media (max-width: 1599px) {
  #checkout-hero .hero-img .img.img-resumen {
    left: 35%;
  }
  #checkout-solucion .content-wrapper {
    margin-left: 3rem;
  }
  #checkout-empresas .content-img .img.img-presta {
    left: -17%;
  }
  #checkout-personalizar .content-img .img.img-msn-1 {
    left: 2%;
  }
  #checkout-personalizar .content-img .img.img-msn-2 {
    left: 4%;
  }
  #checkout-solucion .content-img .img.img-msn-2 {
    right: -6%;
  }
  #checkout-plugins .content-txt {
    margin-left: 7rem;
  }
}
@media (max-width: 991px) {
  #checkout-hero .hero-txt {
    text-align: center;
  }
  #checkout-hero .hero-txt h4.subtitulo {
    margin-bottom: 1rem;
  }
  #checkout-hero .hero-img {
    position: static;
  }
  #checkout-hero .hero-img .img.img-resumen {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
  }
  #checkout-solucion .content-img .img.img-msn-2 {
    right: -5%;
  }
  #checkout-empresas .content-txt {
    margin-left: 7rem;
  }
  #checkout-empresas .content-img .img.img-wix {
    transform: translateY(-136%);
  }
  #checkout-empresas .content-img .img.img-woo {
    transform: translateX(-29%) translateY(87%);
  }
  #checkout-empresas .content-img .img.img-presta {
    transform: translateY(-95%);
    left: -6%;
  }
  #checkout-empresas .content-img .img.img-shopify {
    transform: translateY(-101%);
  }
  #checkout-empresas .content-img .img.img-api {
    transform: translateX(103%) translateY(156%);
  }
  #checkout-personalizar .content-img .img.img-msn-1 {
    left: -4%;
  }
  #checkout-personalizar .content-img .img.img-msn-2 {
    left: -3%;
  }
  #link-medios h2 {
    margin-top: 0;
  }
  #link-medios .m-block-1 {
    margin-top: 4%;
  }
  #checkout-plugins .content-txt {
    margin-top: 1rem;
    margin-left: 0;
  }
  #checkout-tabla .content-txt {
    margin-bottom: 2rem;
    margin-right: 0;
    float: none;
    text-align: center;
  }
}
@media (max-width: 575px) {
  #checkout-hero .hero-img {
    position: relative;
  }
  #checkout-hero .hero-img .img.img-mujer {
    margin-top: 20%;
    z-index: 10;
  }
  #checkout-hero .hero-img .img.img-resumen {
    top: -10%;
    left: -3%;
  }
  #checkout-hero .hero-img .img.img-resumen img {
    width: 100%;
    max-width: 100%;
  }
  #checkout-solucion .content-wrapper {
    margin-left: 0;
  }
  #checkout-solucion .content-img .img.img-msn-1 {
    width: 90%;
    top: 5%;
    left: auto;
    right: 0%;
  }
  #checkout-solucion .content-img .img.img-msn-2 {
    top: 45%;
    right: 0%;
  }
  #checkout-solucion .content-txt figure {
    min-width: auto;
    margin-right: 1rem;
  }
  #checkout-solucion .content-txt h4 {
    text-align: left;
  }
  #checkout-empresas {
    padding: 10rem 0 6rem;
  }
  #checkout-empresas .content-img .img.img-wix {
    transform: translateY(-135%);
    left: 17%;
  }
  #checkout-empresas .content-img .img.img-woo {
    transform: translateY(-101%);
  }
  #checkout-empresas .content-img .img.img-presta {
    transform: translateY(-96%);
    left: -6%;
  }
  #checkout-empresas .content-img .img.img-shopify {
    transform: translateY(157%);
    right: -5%;
  }
  #checkout-empresas .content-img .img.img-api {
    transform: translateY(192%);
    left: -1%;
  }
  #checkout-personalizar {
    margin-top: 2rem;
  }
  #checkout-personalizar .content-img .img.img-compu img {
    width: 100%;
    max-width: 100%;
  }
  #checkout-personalizar .content-img .img.img-msn-1 {
    top: -2%;
    left: 0;
    width: 70%;
  }
  #checkout-personalizar .content-img .img.img-msn-2 {
    top: 50%;
    left: 0;
    width: 65%;
  }
  #checkout-plugins figure {
    margin-bottom: 2rem;
  }
  #checkout-plugins figure img {
    width: 100%;
    max-width: 100%;
  }
  #checkout-plugins .content-txt {
    margin-left: 0;
  }
  #checkout-empresas .content-txt {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  #checkout-tabla .content-txt {
    margin-left: 0;
    text-align: center;
  }
  #checkout-tabla .content-txt .btn {
    display: inline-block;
    margin-bottom: 2rem;
  }
  #checkout-tabla .tabla figure img {
    max-width: fit-content;
  }
}
#planes-hero {
  background: #f2f6f9 url("../images/bg-check.jpg") center top no-repeat;
}
#planes-hero .container {
  padding-top: 8rem;
}
#planes-hero .content-txt {
  margin-bottom: 5rem;
}
#planes-hero .content-txt h1 {
  color: #FFF;
  text-align: center;
  font-size: 2.25rem;
}
#planes-hero .content-txt p {
  color: #FFF;
  text-align: center;
  font-size: 1.2rem;
  opacity: 0.7;
}
#planes-hero .card-planes {
  border-radius: 6px;
  height: 100%;
}
#planes-hero .card-planes .planes-header {
  min-height: 155px;
}
#planes-hero .card-planes h3 {
  font-size: 1.5rem;
  color: #1c1c1c;
}
#planes-hero .card-planes h2 {
  display: flex;
  margin-bottom: 0.5rem;
}
#planes-hero .card-planes h2 strong {
  color: #106BAD;
  font-size: 2.45rem;
  font-weight: 700;
  padding-right: 0.75rem;
}
#planes-hero .card-planes h2 strong .sign {
  font-weight: 400;
}
#planes-hero .card-planes h2 strong .iva {
  font-size: 1.5rem;
  font-weight: 400;
}
#planes-hero .card-planes h2 .desc {
  color: #727272;
  font-size: 1.05rem;
  line-height: 1.15rem;
  font-weight: 400;
}
#planes-hero .card-planes .sub-item {
  font-size: 1.15rem;
  font-weight: 400;
  color: #727272;
  letter-spacing: 0.5px;
  margin-bottom: 0.35rem;
}
#planes-hero .card-planes .sub-item strong {
  color: #1c1c1c;
}
#planes-hero .card-planes hr {
  border-top: 1px solid #e0e0e0;
  margin: 1.5rem 0;
  opacity: 1;
}
#planes-hero .card-planes br {
  display: block !important;
}
#planes-hero .card-planes .lista-check {
  min-height: 100px;
}
#planes-hero .card-planes .lista-check .check img {
  position: relative;
  top: -3px;
  max-width: 25px;
  height: auto;
}
#planes-hero .card-planes.card-celpos {
  padding: 1.5rem 0 0 0;
  background-color: #e9e9e9;
  justify-content: space-between;
  overflow: hidden;
}
#planes-hero .card-planes.card-celpos hr {
  border-color: #bababa;
}
#planes-hero .card-planes.card-celpos .card-top {
  padding: 1.5rem;
}
#planes-hero .card-planes.card-celpos .card-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
#planes-hero .card-planes .seleccionar-ahora {
  font-size: 0.95rem;
  text-align: center;
  display: block;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
#planes-hero .obs {
  text-align: center;
}
#planes-hero .lista-check {
  margin-bottom: 0;
}
#planes-hero .lista-check li {
  display: flex;
  align-items: baseline;
  margin-bottom: 1rem;
}
#planes-hero .lista-check li figure {
  margin-bottom: 0;
}
#planes-hero .lista-check li:last-child {
  margin-bottom: 0;
}
#planes-hero .lista-check li figure {
  margin-bottom: 0;
}
#planes-hero .lista-check li p {
  margin-left: 1rem;
  color: #515151;
  font-size: 1.1rem;
}
#planes-hero .lista-check li p:last-child {
  margin-bottom: 0;
}
#planes-hero .lista-check li p .enlace {
  text-decoration: underline;
}
#planes-hero .lista-check.lista-plus li p {
  font-size: 1rem;
}
#planes-hero .mas-beneficios {
  padding-top: 3rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
#planes-hero .mas-beneficios h2 {
  font-size: 1.75rem;
  margin-bottom: 2rem;
}
#planes-hero .mas-beneficios .obs {
  /*padding-top: 4rem;*/
  margin-bottom: 0;
}

#planes-empresas .content-txt {
  text-align: center;
}
#planes-empresas .content-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
#planes-empresas .lista {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 80%;
}
#planes-empresas .lista li {
  flex: 0 1 calc(25% - 20px);
  margin: 10px;
  box-sizing: border-box;
}
#planes-empresas .lista li figure {
  margin-bottom: 0;
}

#comisiones-modal #checkout-tabla .row {
  margin-left: 0;
  margin-right: 0;
}
#comisiones-modal #checkout-tabla .row .porcentaje {
  font-weight: 700;
}
#comisiones-modal #checkout-tabla .row .porcentaje span {
  font-size: 0.95rem;
  color: #727272;
  font-weight: 400;
}

.planes-group {
  background-color: #fff;
}
.planes-group .card-planes {
  box-shadow: none;
}

@media (max-width: 1599px) {
  #planes-hero .card .lista-check li p .enlace {
    display: block;
  }
  #planes-empresas .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 991px) {
  #planes-hero .card-planes {
    height: auto;
    margin-bottom: 1rem;
  }
  .planes-group {
    margin-bottom: 1rem;
    padding: 1rem;
  }
  #planes-hero .card-planes.card-celpos {
    padding: 0;
  }
  #planes-hero .mas-beneficios {
    padding-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  #planes-hero .mas-beneficios h2 {
    font-size: 1.2rem;
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  br {
    display: none;
  }
  #planes-hero .card .lista-check li p .enlace {
    display: block;
  }
  #planes-empresas .content-wrapper .lista li {
    justify-content: center;
    display: flex;
  }
  #comisiones-modal #checkout-tabla .row {
    flex-wrap: wrap;
  }
  #comisiones-modal #checkout-tabla .row .col-doble {
    flex: none;
    width: 100%;
    margin-bottom: 1rem;
  }
  #comisiones-modal #checkout-tabla .row .col {
    flex: none;
    width: 33.3%;
  }
  #comisiones-modal #checkout-tabla .tabla > .row:first-child {
    display: none;
  }
}
.registro-steps h1 {
  font-size: 2.25rem;
  color: #FFF;
}

.steps-vertical {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.steps-vertical .paso {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  color: #FFF;
  font-weight: normal;
}
.steps-vertical .paso .number {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  position: relative;
  color: #FFF;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #FFF;
  margin-right: 1rem;
}
.steps-vertical .paso .number:after {
  display: block;
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 8px;
  top: 8px;
  border-radius: 50%;
  background-color: #fff;
}
.steps-vertical .paso .title {
  font-size: 1.1rem;
  color: #FFF;
  margin: 0;
}
.steps-vertical .paso:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -30px;
  left: 12px;
  width: 2px;
  height: calc(2rem - 4px);
  background-color: #fff;
}
.steps-vertical .paso:last-child:after {
  display: none;
}
.steps-vertical .paso.completed .number {
  background-color: #1fc99f;
  border-color: #1fc99f;
}
.steps-vertical .paso.completed .number:after {
  background-color: transparent;
  background-image: url("../images/check-blanco.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 10px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.steps-vertical .paso.active .number {
  background-color: #fff;
}
.steps-vertical .paso.active .number:after {
  background-color: #0093d2;
}

.card-registro {
  padding: 3rem 3.5rem;
}
.card-registro h2 {
  font-size: 1.75rem;
}

.mapa-registro {
  height: 300px;
  border-radius: 6px;
  background-color: #f2f6f9;
}

#registro-paso-3 {
  display: none;
}

.reg-exitoso .container {
  min-height: calc(100vh - 69px);
}

@media (max-width: 767px) {
  .registro-steps h1 {
    text-align: left;
    font-size: 2rem;
  }
  .card-registro {
    padding: 2.5rem 2rem;
  }
  .card-registro h2, .card-registro h3, .card-registro h4 {
    text-align: left;
  }
  .steps-vertical {
    flex-direction: row;
    justify-content: center;
  }
  .steps-vertical .paso {
    margin-right: 2rem;
  }
  .steps-vertical .paso .title {
    display: none;
  }
  .steps-vertical .paso:last-child {
    margin-right: 0;
  }
  .steps-vertical .paso:after {
    width: 2rem;
    height: 2px;
    left: 33px;
    bottom: 0;
    top: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}
#suscripciones-hero {
  position: relative;
  background: linear-gradient(60deg, #0a4068 0%, #106bad 100%);
}
#suscripciones-hero .container {
  padding-top: 6rem;
}
#suscripciones-hero .hero-txt {
  position: relative;
  z-index: 1;
}
#suscripciones-hero .hero-txt h4 {
  color: #1fd8aa;
}
#suscripciones-hero .hero-txt h4 img {
  margin-right: 5px;
}
#suscripciones-hero .hero-txt h1 {
  color: #FFF;
}
#suscripciones-hero .hero-txt p {
  color: #FFF;
  font-size: 1.2rem;
  opacity: 0.7;
  margin-bottom: 0;
}
#suscripciones-hero .hero-img {
  position: relative;
}
#suscripciones-hero .hero-img figure {
  margin-bottom: 0;
}
#suscripciones-hero .hero-img .img {
  position: absolute;
}
#suscripciones-hero .hero-img .img.img-mujer {
  bottom: 0;
  left: -24%;
  z-index: 0;
  position: relative;
}
#suscripciones-hero .hero-img .img.img-detalle {
  top: 19%;
  left: 21%;
  z-index: 1;
}
#suscripciones-hero .hero-img .img.img-resumen {
  top: 44%;
  right: -22%;
  z-index: 1;
}

#suscripciones-beneficios .content-img figure img,
.section-beneficios .content-img figure img {
  width: 100%;
  max-width: 100%;
}
#suscripciones-beneficios .content-wrapper h4,
.section-beneficios .content-wrapper h4 {
  color: #106BAD;
  margin-bottom: auto;
  font-size: 1.2rem;
}
#suscripciones-beneficios .content-wrapper .content-txt,
.section-beneficios .content-wrapper .content-txt {
  display: flex;
  margin-bottom: 2rem;
}
#suscripciones-beneficios .content-wrapper .content-txt figure,
.section-beneficios .content-wrapper .content-txt figure {
  display: grid;
  grid-template-columns: 85px 1fr;
  margin: 0;
}
#suscripciones-beneficios .content-wrapper .content-txt div h4,
.section-beneficios .content-wrapper .content-txt div h4 {
  color: #1c1c1c;
  margin-bottom: auto;
  text-align: left;
}
#suscripciones-beneficios .content-wrapper .content-txt div p,
.section-beneficios .content-wrapper .content-txt div p {
  margin-bottom: 0;
}

#suscripciones-opciones {
  background: #f2f6f9;
}
#suscripciones-opciones .content-txt {
  text-align: center;
}
#suscripciones-opciones .content-txt h4 {
  color: #106BAD;
  margin-bottom: auto;
}
#suscripciones-opciones .lista-opciones {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}
#suscripciones-opciones .lista-opciones .content-wrapper {
  border-radius: 6px;
  padding: 1rem 2rem;
  margin: 0 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.28);
  flex: 1 0 40%;
  background-color: #fff;
}
#suscripciones-opciones .lista-opciones .content-wrapper figure {
  margin-bottom: 0;
}
#suscripciones-opciones .lista-opciones .content-wrapper .content-txt {
  margin: 0 2rem 0 1rem;
}
#suscripciones-opciones .lista-opciones .content-wrapper .content-txt h4 {
  color: #106BAD;
  margin-bottom: auto;
  text-align: left;
}
#suscripciones-opciones .lista-opciones .content-wrapper .content-txt p {
  color: #515151;
  margin-bottom: 0;
  text-align: left;
}
#suscripciones-opciones .lista-opciones .content-wrapper .arrow-down {
  display: block;
  width: 21px;
  height: 12px;
  background: transparent url("../images/ico-flecha-abajo-color.png") center center no-repeat;
}
#suscripciones-opciones .lista-opciones a.active .content-wrapper {
  background: #0a4068;
}
#suscripciones-opciones .lista-opciones a.active .content-wrapper .content-txt h4 {
  color: #FFF;
}
#suscripciones-opciones .lista-opciones a.active .content-wrapper .content-txt p {
  color: #cfcfcf;
}
#suscripciones-opciones .lista-opciones a.active .content-wrapper .arrow-down {
  background-image: url("../images/ico-flecha-abajo-blanca.png");
}
#suscripciones-opciones .content-container {
  position: relative;
  min-height: 500px;
  height: auto;
}
#suscripciones-opciones .content-container .content-wrapper.active {
  display: block;
  opacity: 1;
  height: auto;
  position: relative;
}
#suscripciones-opciones .content-container .content-wrapper .content-txt {
  text-align: left;
  padding-left: 4rem;
}
#suscripciones-opciones .content-container .content-wrapper .content-txt h4 {
  color: #1c1c1c;
  margin-bottom: 1rem;
}
#suscripciones-opciones .content-container .content-wrapper .content-txt .lista-numeros {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
#suscripciones-opciones .content-container .content-wrapper .content-txt .lista-numeros li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
#suscripciones-opciones .content-container .content-wrapper .content-txt .lista-numeros li span {
  background: #1fd8aa;
  border-radius: 100%;
  color: #FFF;
  padding: 2px 7px;
  margin-right: 0.5rem;
}
#suscripciones-opciones .content-container .content-wrapper .content-txt .lista-numeros li p {
  margin-bottom: 0;
}
#suscripciones-opciones .content-container .content-wrapper .content-txt .btn-primary {
  background: #106BAD;
}
#suscripciones-opciones .content-container .content-img {
  display: flex;
  justify-content: center;
}

#link-medios.suscripciones-medios {
  background: #0a4068 url("../images/bg-suscripciones.jpg") center top no-repeat;
}

#link-control.suscripciones-control .content-wrapper {
  margin-right: 0;
  justify-content: start;
}
#link-control.suscripciones-control .content-wrapper .content-txt {
  text-align: left;
}
#link-control.suscripciones-control .lista {
  display: block;
  list-style: none;
  list-style-type: none;
  padding-left: 0;
}
#link-control.suscripciones-control .lista li {
  list-style: none;
  list-style-type: none;
  margin-bottom: 1rem;
}
#link-control.suscripciones-control .lista li:last-child {
  margin-bottom: 0;
}
#link-control.suscripciones-control .lista li h4 {
  margin-bottom: auto;
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}
#link-control.suscripciones-control .lista li p {
  margin-bottom: 0;
}

#suscripciones-promo {
  background: #f2f6f9;
}
#suscripciones-promo .content-txt p {
  font-weight: 400;
  font-size: 1.1rem;
  color: #106BAD;
  margin-bottom: auto;
}
#suscripciones-promo .content-txt h2 {
  font-size: 2.45rem;
  line-height: 1.2em;
  margin-bottom: 1rem;
}
#suscripciones-promo .content-txt h2 strong {
  color: #1fd8aa;
}
#suscripciones-promo .content-txt .btn-primary {
  background: transparent;
  border: 1px solid #bababa;
  color: #1c1c1c;
}
#suscripciones-promo .content-img {
  margin-left: 2rem;
}
#suscripciones-promo .content-img figure {
  margin-bottom: 0;
}

@media (max-width: 1599px) {
  #suscripciones-hero {
    overflow: hidden;
  }
  #suscripciones-hero .hero-img .img.img-mujer {
    left: -9%;
  }
  #suscripciones-hero .hero-img .img.img-detalle {
    left: 43%;
  }
  #suscripciones-opciones .content-container .content-wrapper .content-txt {
    padding-left: 1rem;
  }
  #link-control.suscripciones-control .content-txt {
    margin-left: 8rem;
  }
  #link-control.suscripciones-control .content-wrapper .content-txt {
    margin-left: 0;
  }
  #suscripciones-promo .content-txt {
    margin-bottom: 2rem;
  }
  #suscripciones-promo .content-img {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  #suscripciones-hero .hero-img .img.img-mujer {
    left: -8%;
  }
  #suscripciones-hero .hero-img .img.img-detalle {
    left: 33%;
  }
  #suscripciones-hero .hero-img .img.img-resumen {
    right: -7%;
  }
  #suscripciones-opciones .content-container .content-wrapper .content-txt {
    padding-left: 0;
  }
  #suscripciones-opciones .content-container .content-img {
    margin-top: 2rem;
  }
  #suscripciones-opciones .content-container .content-img figure img {
    width: 100%;
    max-width: 100%;
  }
  #link-control.suscripciones-control .content-txt {
    margin-left: 0;
  }
  #link-control.suscripciones-control .content-txt p {
    margin-bottom: 0;
  }
  #link-control.suscripciones-control .content-wrapper .content-txt h2 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  #suscripciones-hero {
    overflow: visible;
    margin-bottom: 5rem;
  }
  #suscripciones-hero .hero-img .img.img-detalle {
    top: 43%;
  }
  #suscripciones-hero .hero-img .img.img-resumen {
    top: 69%;
  }
  #suscripciones-opciones .lista-opciones {
    flex-direction: column;
  }
  #suscripciones-config .content-img {
    margin-top: 2rem;
  }
  #suscripciones-config .content-img figure img {
    width: 100%;
    max-width: 100%;
  }
  #link-control.suscripciones-control .content-txt {
    margin-left: 0;
  }
  #link-control.suscripciones-control .content-wrapper .content-txt {
    margin-left: 0;
  }
  #link-control.suscripciones-control .content-wrapper .lista li h4,
  #link-control.suscripciones-control .content-wrapper .lista li p {
    text-align: left;
  }
  #link-control.suscripciones-control .content-img figure img {
    width: 100%;
    max-width: 100%;
  }
  #suscripciones-promo .content-txt {
    text-align: center;
  }
  #suscripciones-promo .content-txt h2 {
    font-size: 1.8rem;
  }
  #suscripciones-promo .content-img figure img {
    width: 100%;
    max-width: 100%;
  }
}
#celpos-hero {
  position: relative;
  background: linear-gradient(60deg, #0a4068 0%, #106bad 100%);
}
#celpos-hero .container {
  padding-top: 6rem;
}
#celpos-hero .hero-txt {
  position: relative;
  z-index: 1;
}
#celpos-hero .hero-txt h4 {
  color: #1fd8aa;
}
#celpos-hero .hero-txt h4 img {
  margin-right: 5px;
}
#celpos-hero .hero-txt h1 {
  color: #FFF;
}
#celpos-hero .hero-txt p {
  color: #FFF;
  font-size: 1.2rem;
  opacity: 0.7;
  margin-bottom: 0;
}
#celpos-hero .hero-img {
  position: relative;
}
#celpos-hero .hero-img figure {
  margin-bottom: 0;
}
#celpos-hero .hero-img .img {
  position: absolute;
}
#celpos-hero .hero-img .img.img-mujer {
  bottom: 0;
  left: -42%;
  z-index: 0;
  position: relative;
}
#celpos-hero .hero-img .img.img-cel {
  top: 11%;
  left: 1%;
  z-index: 1;
}
#celpos-hero .hero-img .img.img-monto {
  top: 23%;
  right: 13%;
  z-index: 0;
}

.check-item {
  display: block;
  padding-left: 2rem;
  padding-bottom: 0.75rem;
  padding-top: 0.5rem;
  background: transparent url("../images/ico-check-verde.png") left 0.5rem no-repeat;
  background-size: 20px auto;
}

#celpos-movimientos .content-txt {
  text-align: center;
}
#celpos-movimientos .mas-beneficios .content-txt {
  padding-left: 2rem;
}
#celpos-movimientos .content-wrapper {
  margin-top: 4rem;
}
#celpos-movimientos .content-wrapper .content-img {
  display: flex;
  justify-content: center;
}
#celpos-movimientos .content-wrapper .content-img figure {
  margin-bottom: 0;
}
#celpos-movimientos .content-wrapper .content-txt {
  text-align: left;
}
#celpos-movimientos .content-wrapper .content-txt h4 {
  color: #106BAD;
  margin-bottom: auto;
}
#celpos-movimientos .content-wrapper .content-txt h2 {
  margin-bottom: 1rem;
}
#celpos-movimientos .content-wrapper .content-txt h2 strong {
  color: #1fd8aa;
}
#celpos-movimientos .content-wrapper .content-txt p {
  margin-bottom: 0;
}

#celpos-cobros {
  background: #f2f6f9;
}
#celpos-cobros h2 strong {
  color: #1fd8aa;
}
#celpos-cobros .section-sub-title,
#celpos-cobros h2 {
  text-align: center;
}
#celpos-cobros .content-slider {
  margin-top: 3rem;
  position: relative;
  /*display: flex;
  align-items: center;*/
}
#celpos-cobros .content-slider .dots {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: sticky;
  top: calc(50% - 65px);
  margin-bottom: auto;
  margin-top: auto;
  left: 0;
  width: 15px;
  opacity: 0;
}
#celpos-cobros .content-slider .dots li {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  display: block;
  margin-bottom: 10px;
  width: 15px;
  height: 15px;
  background-color: #FFF;
  border-radius: 50%;
}
#celpos-cobros .content-slider .dots li.active {
  background-color: #106BAD;
}
#celpos-cobros .content-slider .dots.fixed {
  opacity: 1;
}
#celpos-cobros .content-slider .btn-primary {
  background: #106BAD;
}
#celpos-cobros .content-slider .slider-celpos {
  position: relative;
  padding-left: 60px;
}
#celpos-cobros .content-slider .slider-celpos .slide {
  height: 100vh;
  background-color: #f2f6f9;
}
#celpos-cobros .content-slider .slider-celpos .slide > .row {
  height: 100%;
}
#celpos-cobros .content-img {
  position: relative;
}
#celpos-cobros .content-img .img {
  position: absolute;
}
#celpos-cobros .content-img .img.img-cel {
  position: relative;
  z-index: 0;
}
#celpos-cobros .content-img .img.img-enlace {
  top: 18%;
  right: 23%;
  z-index: 1;
}
#celpos-cobros .content-img .img.img-msn {
  top: 48%;
  left: -14%;
  z-index: 2;
}
#celpos-cobros .content-slider {
  position: relative;
}
#celpos-cobros .content-slider .content-txt p {
  margin-bottom: 2rem;
}
#celpos-cobros .content-slider .slick-slide {
  transition: transform 3s ease;
}
#celpos-cobros .content-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
#celpos-cobros .content-slider .slick-dots {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
  left: -5%;
  width: auto;
  height: 100px;
}
#celpos-cobros .content-slider .slick-dots li {
  display: block;
  margin-bottom: 10px;
}
#celpos-cobros .content-slider .slick-dots li button:hover::before {
  color: #106BAD;
}
#celpos-cobros .content-slider .slick-dots li button::before {
  font-size: 55px;
}
#celpos-cobros .content-slider .slick-dots li.slick-active button::before {
  color: #106BAD;
}

.spacer {
  width: 100%;
  height: 100vh;
  position: relative;
}

#link-medios.celpos-medios {
  background: #0a4068 url("../images/bg-celpos.jpg") center top no-repeat;
}

@media (max-width: 1599px) {
  #celpos-hero .hero-img .img.img-mujer {
    left: -27%;
  }
  #celpos-hero .hero-img .img.img-cel {
    left: 21%;
  }
  #celpos-hero .hero-img .img.img-monto {
    right: -22%;
  }
  #celpos-movimientos .content-txt {
    margin-left: 2rem;
  }
}
@media (max-width: 991px) {
  #celpos-hero .hero-img .img.img-cel {
    left: 17%;
  }
  #celpos-hero .hero-img .img.img-monto {
    right: -4%;
  }
  #celpos-movimientos .content-wrapper .content-txt {
    padding-left: 0;
  }
  #celpos-cobros .content-slider .slick-dots {
    left: 0;
    right: 0;
    bottom: -1rem;
    top: auto;
    height: 30px;
    text-align: center;
    z-index: 50;
  }
  #celpos-cobros .content-slider .slick-dots li {
    display: inline-block;
  }
}
@media (max-width: 575px) {
  #celpos-hero {
    text-align: center;
  }
  #celpos-hero .hero-img .img.img-mujer {
    left: -37%;
  }
  #celpos-hero .hero-img .img.img-cel {
    text-align: center;
    left: 0;
    right: 0;
    top: auto;
    margin-left: auto;
    margin-right: auto;
    bottom: -10%;
    max-width: 80%;
  }
  #celpos-hero .hero-img .img.img-cel img {
    display: inline-block;
    max-width: 100%;
    height: auto;
  }
  #celpos-hero .hero-img .img.img-monto {
    top: 27%;
    right: 4%;
  }
  #celpos-movimientos .content-txt {
    margin-left: 0;
    margin-bottom: 3rem;
  }
  #celpos-movimientos .content-wrapper {
    margin-top: 1rem;
  }
  #celpos-movimientos .content-wrapper .content-img figure {
    margin-bottom: 3rem;
  }
  #celpos-movimientos .content-wrapper .content-img figure img {
    width: 100%;
    max-width: 100%;
  }
  #celpos-cobros .content-slider {
    display: block;
  }
  #celpos-cobros .content-slider .content-txt {
    text-align: center;
  }
  #celpos-cobros .content-slider .content-txt h3 {
    font-size: 1.35rem;
  }
  #celpos-cobros .content-slider .slick-dots {
    bottom: -3.5rem;
  }
}
#nros-home.nros-nosotros {
  background: #fff;
  text-align: center;
  margin-top: 2rem;
}
#nros-home.nros-nosotros h3 strong {
  font-weight: normal;
  color: #1fc99f;
}

#beneficios-hero.nosotros-hero h1 {
  font-size: 3rem;
}

.nosotros-equipo {
  background: #000 url("../images/bg-equipo.jpg") center center no-repeat;
  background-size: cover;
  color: #FFF;
}
.nosotros-equipo h2 {
  color: #FFF;
}

/*# sourceMappingURL=style.css.map */
