/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*********************************  LP - General ****************************************************/

header.lp {
  border-bottom: 1px solid #f5f5f5;
}

footer.lp {
  padding: 12px 20px;
  background-color: #0A0080;
}

footer.lp a {
  display: block;
  color: #fff;
  font-family: 'proxima_nova_bold';
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}


/*********************************  LP - Dueños e-commerce ****************************************************/

#bg-banner {
  padding-top: 40px;
  padding-bottom: 40px;
  background-position: center;
  background-size: cover;
}

.video-banner {
  margin: 30px 0;
  text-align: right;
}

.form-shadow {
  display: inline-block;
  max-width: 400px;
  width: 100%;  
  padding: 30px 25px;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
  text-align: left;
}

.form-shadow .hs-form {
  width: 100%;
}

.form-shadow .hs-form .hs-input {
  border-radius: 7px;
}

.form-shadow .hs-submit .actions input {
  background-color: #00bcff;
  color: #0a0080;
  border-radius: 25px;
  max-width: fit-content;
  padding: 10px 20px;
  text-transform: uppercase;
}

.form-inline {
  max-width: 600px;
}

.form-large {
  max-width: 995px;
  margin-top: -80px;
}

.form-large .form-columns-1:last-of-type {
  max-width: 50%!important;
  margin: auto;
}

.form-large .form-columns-2 {
  display: flex;
  justify-content: space-between;
}

.form-large .form-columns-2 .hs-form-field {
  width: 49%!important;
  margin-bottom: 25px;
}

.form-inline .hs-form-field {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.form-inline .hs-form-field label {
  max-width: 200px;
  width: 100%;
  padding: 0 15px 0 0;
  line-height: 120%;
}

.form-inline .hs-form-field .input {
  max-width: 350px;
  width: 100%;
}

.hs-form-field.hs-fieldtype-radio .input ul {
  display: flex;
}

.hs-form-field.hs-fieldtype-radio .input ul li:last-of-type {
  margin-left: 20px;
}

.hs-form-field.hs-fieldtype-radio label {
  margin-bottom: 15px;
}

.hs-form-field.hs-fieldtype-radio input[type=radio] {
  -webkit-appearance: none;
  position: relative;
  top: 2px;
  left: 0;
  padding: 0!important;
  width: 15px!important;
  height: 15px!important;
  margin: 0 8px 0 0;
  border-radius: 50%;
  background-color: #f3f3f3;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  outline: 0;
  cursor: pointer;
}

.hs-form-field.hs-fieldtype-radio input[type=radio]:checked:before, 
.hs-form-field.hs-fieldtype-radio input[type=radio]:hover:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border-radius: 50%;
  background-color: #00bcff;
}

.form-inline.f-inline .hs-form-field .input {
  max-width: 310px;
}

.form-inline .hs-form-field .input .hs-input {
  border: #f2f2f2 1px solid;
  background-color: #f2f2f2;
}

.form-inline .hs-error-msgs {
  width: 100%;
  margin: 10px 0 0;
  text-align: right;
}

.form-inline .hs-error-msgs label {
  display: inline-block;
  max-width: 350px;
  width: 100%;
  padding: 0;
  text-align: center;
}

.form-inline.f-inline .hs-error-msgs label {
  max-width: 310px;
}

.fm-pago .form-inline.form-shadow {
  max-width: 510px;
  width: 100%;
  margin: auto;
}

.fm-pago .form-inline.form-shadow .hs-form {
  max-width: 100%;
  width: 100%;
  margin: auto;
}

.fm-pago .form-inline .hs-form-field label {
  max-width: 120px;
}

.fm-pago .form-inline .hs-form-field .input,
.fm-pago .form-inline .hs-error-msgs label {
  max-width: 340px;
}

.fm-pago .form-inline .hs-form-field.hs-fieldtype-textarea label {
  max-width: 100%;
  text-align: center;
}

.fm-pago .form-inline .hs-form-field.hs-fieldtype-textarea {
  display: block;
}

.fm-pago .form-inline .hs-form-field.hs-fieldtype-textarea .input {
  max-width: 100%;
}

.fm-pago .form-inline.form-s .hs-form-field.hs-fieldtype-select {
  display: block;
}

.fm-pago .form-inline.form-s .hs-form-field.hs-fieldtype-select label {
  max-width: 100%;
  margin: 0 0 15px;
  padding: 0;
}

.fm-pago .form-inline .hs-form-field.hs-fieldtype-select .input {
  max-width: 100%;
}

.tablas {
  max-width: 400px;
  width: 100%;
}

.tablas-b {
  padding: 0 50px;
}

.tablas-b .tablas {
  max-width: 100%;
}

.tablas-b .tablas table tr td:first-of-type {
  padding: 15px 15px 15px 45px!important;
}

.tablas table {
  width: 100%;
}

.tablas-b table td {
  position: relative;
}

.tablas-b table td .box-e {
  position: absolute;
  display: block;
  max-width: 90px;
  padding: 5px;
  top: 50%;
  width: 100%;
  left: 0;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  border-radius: 7px;
  text-transform: uppercase;
  background-color: #00bcff;
  line-height: 130%;
}

.icos-vendedor {
  max-width: 965px;
  width: 100%;
  margin: auto;
}

.icos-vendedor .ico {
  display: block;
  background: url('https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/dueno-ecommerce/pasarela-de-pago-logos-Mercado-Pago-Jun21.jpg') no-repeat;
  height: 86px;
  margin: 0 15px;
}

.icos-vendedor .ico.ico1 {
  width: 135px;
  background-position: 0 0;
}

.icos-vendedor .ico.ico2 {
  width: 172px;
  background-position: -145px 0;
}

.icos-vendedor .ico.ico3 {
  width: 185px;
  background-position: -325px 0;
}

.icos-vendedor .ico.ico4 {
  width: 125px;
  background-position: -515px 0;
}

.icos-vendedor .ico.ico5 {
  width: 165px;
  background-position: -640px 0;
}

.icos-vendedor .ico.ico6 {
  width: 90px;
  background-position: -800px 0;
}

.icos-vendedor .ico.ico7 {
  width: 90px;
  background-position: -882px 0;
}

.icos-vendedor .ico.ico8 {
  width: 140px;
  background-position: -965px 0;
}

.icos-vendedor .ico.ico8 {
  width: 100px;
  background-position: -1105px 0;
}

.icos-vendedor .ico.ico9 {
  width: 205px;
  background-position: -1210px 0;
}

.icos-vendedor-g .ico {
  display: block;
  background: url('https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/dueno-ecommerce/v2/pasarela-de-pago-logos-gris-Mercado-Pago-Sep21.jpg') no-repeat;
  height: 86px;
  margin: 0 15px;
}

.icos-vendedor-g .ico.ico1 {
  width: 135px;
  background-position: 0 0;
}

.icos-vendedor-g .ico.ico2 {
  width: 172px;
  background-position: -145px 0;
}

.icos-vendedor-g .ico.ico3 {
  width: 185px;
  background-position: -325px 0;
}

.icos-vendedor-g .ico.ico4 {
  width: 125px;
  background-position: -515px 0;
}

.icos-vendedor-g .ico.ico5 {
  width: 165px;
  background-position: -640px 0;
}

.icos-vendedor-g .ico.ico6 {
  width: 90px;
  background-position: -800px 0;
}

.icos-vendedor-g .ico.ico7 {
  width: 90px;
  background-position: -882px 0;
}

.icos-vendedor-g .ico.ico8 {
  width: 140px;
  background-position: -965px 0;
}

.icos-vendedor-g .ico.ico8 {
  width: 100px;
  background-position: -1105px 0;
}

.icos-vendedor-g .ico.ico9 {
  width: 205px;
  background-position: -1210px 0;
}

.icos-pasarela .ico {
  display: block;
  background: url('https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/dueno-ecommerce/pasarela-de-pago-logos-partners-Mercado-Pago-Jun21.png') no-repeat;
  height: 48px;
  margin: 10px 20px;
}

.icos-pasarela .ico.ico1 {
  width: 135px;
  background-position: 0 0;
}

.icos-pasarela .ico.ico2 {
  width: 85px;
  background-position: -145px 0;
}

.icos-pasarela .ico.ico3 {
  width: 150px;
  background-position: -230px 0;
}

.icos-pasarela .ico.ico4 {
  width: 170px;
  background-position: -380px 0;
}

.icos-pasarela .ico.ico5 {
  width: 100px;
  background-position: -552px 0;
}

.flex-menu > li {
  position: relative;
  margin-left: 20px;
}

.flex-menu > li a {
  font-size: 14px;
}

.flex-menu > li a.btn-azul-light {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 4px;
  color: #00bcff;
  font-family: 'proxima_nova_bold';
  background-color: #E4F1F8;
}

.flex-menu > li a.btn-azul-claro, .flex-menu > li a.btn-azul-2, .flex-menu > li a.btn-whats{
  display: inline-block;
  padding: 10px 24px;
  border-radius: 4px;
  color: #fff;
  font-family: 'proxima_nova_bold';
  background-color: #00bcff;
}

.flex-menu > li a.btn-azul-2{
  background-color: #0A0080;
}
.flex-menu > li a.btn-whats{
  background-color: #25D366;
}

.flex-menu > li.enlace-a {
  padding-left: 20px;
  border-left: 1px solid #E4E4E6;
}

footer {
  padding: 30px 0;
  color: #999;
}

footer p.copy {
  font-size: 10px;
  line-height: 16px;
}

footer a.enlace {
  display: block;
  font-size: 10px;
  line-height: 16px;
  color: #999;
  font-style: italic;
  text-align: center;
}

.f_column0 {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #E4E4E6;
}

.f_column0 p {
  padding: 0 0 20px;
  font-size: 10px;
  line-height: 16px;
}

.f_column0 p a {
  color: #00bcff;
  font-size: 10px;
  line-height: 16px;
  text-decoration: none;
}

.f_column0 p:last-of-type {
  padding: 0;
}

.f_column1 {
  border-bottom: 1px solid #E4E4E6;
}

.f_column1 p {
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid #E4E4E6;
  font-size: 10px;
  line-height: 16px;
}

.f_column1 p:last-of-type {
  margin: 0;
  border-bottom: 0;
}

.footer-menu {
  padding: 15px 0;
  margin: 0 0 30px;
  border-bottom: 1px solid #E4E4E6;
}

.f_menu li {
  margin: 0 0 0 20px;
}

.f_menu li:first-of-type {
  margin: 0;
}

.f_menu li a {
  font-size: 13px;
  color: #00bcff;
}

.f_redes li {
  margin-left: 10px;
}

.f_redes li:first-of-type {
  margin-left: 0;
}

.f_redes li a {
  display: block;
  background: url('https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/dueno-ecommerce/pasarela-de-pago-redes-sociales-Mercado-Pago-Jun21.png') no-repeat;
  height: 33px;
}

.f_redes li a.facebook {
  width: 33px;
  background-position: 0 0;
}

.f_redes li a.twitter {
  width: 33px;
  background-position: -43px 0;
}

.f_redes li a.linkedin {
  width: 33px;
  background-position: -86px 0;
}

.f_redes li a.youtube {
  width: 33px;
  background-position: -131px 0;
}

.ln-chevron {
  stroke: rgba(0,0,0,.45);
  width: 8px;
  fill: rgba(0,0,0,.45);
  stroke-width: .4px;
}

.ln-chevron--down {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ln-nav-link .ln-chevron {
  width: 8px;
  height: 12px;
  margin: 0 0 3px 6px;
  -webkit-transition: all .12s ease-out;
  transition: all .12s ease-out;
}

.item-child {
  display: none;
  padding-top: 23px;
  position: absolute;
  left: -50%;
  z-index: 11;
}

.flex-menu .ln-list-container {
  padding: 8px 0 0;
  width: 360px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%), 0 0 6px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%), 0 0 6px 0 rgb(0 0 0 / 10%);
  background: #fff;
}

.flex-menu li:hover .item-parent + .item-child {
  display: block;
}

.ln-list-item__link>.ln-chevron {
  display: none;
}

.flex-menu .ln-list-container__triangle {
  position: absolute;
  z-index: 3;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 0;
  border-bottom: 0;
  border-top: .5px;
  border-left: .5px;
  border-color: rgba(51,51,51,.08);
  border-style: solid;
  width: 14px;
  height: 14px;
  top: 15px;
  right: calc(50% - 7px);
}

.flex-menu .ln-list-header {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 16px 24px 20px;
  margin: 0 0 8px;
  text-align: left;
  -webkit-transition: all .12s ease-out;
  transition: all .12s ease-out;
}

.flex-menu .ln-list-header:hover {
  background-color: rgba(0,158,227,.1);
  -webkit-transition: all .12s ease-out;
  transition: all .12s ease-out;
}

.flex-menu .ln-list-header:hover .ln-list-header__icon.ln-icon {
  background: #009ee3;
  opacity: 1;
}

.flex-menu .ln-list-header:hover .ln-list-header__title {
  color: #009ee3;
  -webkit-transition: all .12s ease-out;
  transition: all .12s ease-out;
}

.ln-list-header__title {
  margin: 0;
  color: rgba(0,0,0,.8);
  font-size: 16px;
  font-family: 'proxima_nova_bold';
  line-height: 20px;
  -webkit-transition: all .12s ease-out;
  transition: all .12s ease-out;
}

.ln-list-header__subtitle {
  margin: 0;
  color: rgba(0,0,0,.45);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.ln-list-header__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;ç
  font-size: .875em;
  color: #999;
}

.ln-list-content__separator {
  border-top: 1px solid rgba(0,0,0,.1);
  margin: 0 0 0 24px;
}

.ln-list-body {
  padding: 16px 0 20px;
  list-style-type: none;
}

.ln-list-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: initial;
  font-size: 14px;
  padding: 12px 16px 12px 24px;
}

.ln-list-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .12s ease-out;
  transition: all .12s ease-out;
  margin: 0;
  font-size: .875em;
  color: #999;
}

.ln-list-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.ln-list-header__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
}

.ln-icon {
  position: relative;
  width: 24px;
  height: 24px;
  -webkit-mask-size: cover;
  mask-size: cover;
  background: #000;
  opacity: .45;
}

.ln-list-item__icon {
  margin-right: 20px;
}

.ln-icon.digital_account__header {
  width: 32px;
  height: 32px;
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" class="icon--desktop" viewBox="0 0 32 32"%3E%3Cdefs/%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cpath d="M0 .5h32v32H0z"/%3E%3Cpath fill="%23000" fill-rule="nonzero" d="M19.75 1.75A3.75 3.75 0 0123.5 5.3v6.75H22V9H7.17v18.5a2.25 2.25 0 002.1 2.25h10.48a2.25 2.25 0 002.25-2.1v-.63h1.5v.48a3.75 3.75 0 01-3.55 3.75H9.42a3.75 3.75 0 01-3.74-3.55V5.5a3.75 3.75 0 013.54-3.75h10.53zM31 13.49v11.95H10.63V13.5H31zM29.5 15H12.13v8.95H29.5V15zm-8.69 1.62a2.86 2.86 0 110 5.72 2.86 2.86 0 010-5.72zm0 1.5a1.36 1.36 0 100 2.72 1.36 1.36 0 000-2.72zm5.96.6v1.5h-1.5v-1.5h1.5zm-10.42 0v1.5h-1.5v-1.5h1.5zm3.4-15.46H9.42a2.25 2.25 0 00-2.24 2.1V7.5H22v-2a2.25 2.25 0 00-2.1-2.25h-.15zm-2.68 1.2v1.5h-4.71v-1.5h4.71z"/%3E%3C/g%3E%3C/svg%3E');
  mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" class="icon--desktop" viewBox="0 0 32 32"%3E%3Cdefs/%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cpath d="M0 .5h32v32H0z"/%3E%3Cpath fill="%23000" fill-rule="nonzero" d="M19.75 1.75A3.75 3.75 0 0123.5 5.3v6.75H22V9H7.17v18.5a2.25 2.25 0 002.1 2.25h10.48a2.25 2.25 0 002.25-2.1v-.63h1.5v.48a3.75 3.75 0 01-3.55 3.75H9.42a3.75 3.75 0 01-3.74-3.55V5.5a3.75 3.75 0 013.54-3.75h10.53zM31 13.49v11.95H10.63V13.5H31zM29.5 15H12.13v8.95H29.5V15zm-8.69 1.62a2.86 2.86 0 110 5.72 2.86 2.86 0 010-5.72zm0 1.5a1.36 1.36 0 100 2.72 1.36 1.36 0 000-2.72zm5.96.6v1.5h-1.5v-1.5h1.5zm-10.42 0v1.5h-1.5v-1.5h1.5zm3.4-15.46H9.42a2.25 2.25 0 00-2.24 2.1V7.5H22v-2a2.25 2.25 0 00-2.1-2.25h-.15zm-2.68 1.2v1.5h-4.71v-1.5h4.71z"/%3E%3C/g%3E%3C/svg%3E');
}

.ln-icon.digital_account__investments {
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24"%3E%3Cpath d="M7.25 12.25v9.5h-5.5v-9.5h5.5zm7.5-7v16.5h-5.5V5.25h5.5zm7.5 4v12.5h-5.5V9.25h5.5zm-16.5 4.5h-2.5v6.5h2.5v-6.5zm7.5-7h-2.5v13.5h2.5V6.75zm7.5 4h-2.5v9.5h2.5v-9.5z" fill="%23000" fill-rule="nonzero"/%3E%3C/svg%3E');
  mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24"%3E%3Cpath d="M7.25 12.25v9.5h-5.5v-9.5h5.5zm7.5-7v16.5h-5.5V5.25h5.5zm7.5 4v12.5h-5.5V9.25h5.5zm-16.5 4.5h-2.5v6.5h2.5v-6.5zm7.5-7h-2.5v13.5h2.5V6.75zm7.5 4h-2.5v9.5h2.5v-9.5z" fill="%23000" fill-rule="nonzero"/%3E%3C/svg%3E');
} 

.ln-icon.digital_account__mp_card {
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24"%3E%3Cpath d="M21.087 3.725a2.25 2.25 0 0 1 2.25 2.25v12.048a2.25 2.25 0 0 1-2.25 2.25H3.062a2.25 2.25 0 0 1-2.25-2.25V5.975a2.25 2.25 0 0 1 2.25-2.25zm.75 6.063H2.312v8.235a.75.75 0 0 0 .648.743l.102.007h18.025a.75.75 0 0 0 .75-.75l-.001-8.235zM8.304 15.75v1.5h-4.52v-1.5h4.52zM21.087 5.225H3.062a.75.75 0 0 0-.75.75v2.313h19.524l.001-2.313a.75.75 0 0 0-.648-.743l-.102-.007z" fill="%23000" fill-rule="nonzero"/%3E%3C/svg%3E');
  mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24"%3E%3Cpath d="M21.087 3.725a2.25 2.25 0 0 1 2.25 2.25v12.048a2.25 2.25 0 0 1-2.25 2.25H3.062a2.25 2.25 0 0 1-2.25-2.25V5.975a2.25 2.25 0 0 1 2.25-2.25zm.75 6.063H2.312v8.235a.75.75 0 0 0 .648.743l.102.007h18.025a.75.75 0 0 0 .75-.75l-.001-8.235zM8.304 15.75v1.5h-4.52v-1.5h4.52zM21.087 5.225H3.062a.75.75 0 0 0-.75.75v2.313h19.524l.001-2.313a.75.75 0 0 0-.648-.743l-.102-.007z" fill="%23000" fill-rule="nonzero"/%3E%3C/svg%3E');
}

.ln-icon.digital_account__money_transfer {
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="24" width="24"%3E%3Cpath d="M22.466 13.128v6.33H3.31l2.094 2.094-1.06 1.06-3.905-3.905 3.905-3.905 1.06 1.06-2.094 2.095h17.657v-4.83zM12 9.126c1.58 0 2.862 1.28 2.862 2.862S13.58 14.85 12 14.85s-2.862-1.28-2.862-2.862S10.42 9.126 12 9.126zm0 1.5c-.752 0-1.362.6-1.362 1.362s.6 1.362 1.362 1.362 1.362-.6 1.362-1.362-.6-1.362-1.362-1.362zm7.617-9.284l3.905 3.905-3.905 3.905-1.06-1.06 2.094-2.095H2.993v4.83h-1.5v-6.33H20.65l-2.094-2.094z" fill="%23000" fill-rule="nonzero"/%3E%3C/svg%3E');
  mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="24" width="24"%3E%3Cpath d="M22.466 13.128v6.33H3.31l2.094 2.094-1.06 1.06-3.905-3.905 3.905-3.905 1.06 1.06-2.094 2.095h17.657v-4.83zM12 9.126c1.58 0 2.862 1.28 2.862 2.862S13.58 14.85 12 14.85s-2.862-1.28-2.862-2.862S10.42 9.126 12 9.126zm0 1.5c-.752 0-1.362.6-1.362 1.362s.6 1.362 1.362 1.362 1.362-.6 1.362-1.362-.6-1.362-1.362-1.362zm7.617-9.284l3.905 3.905-3.905 3.905-1.06-1.06 2.094-2.095H2.993v4.83h-1.5v-6.33H20.65l-2.094-2.094z" fill="%23000" fill-rule="nonzero"/%3E%3C/svg%3E');
}

.ln-icon.digital_account__qr {
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24"%3E%3Cpath d="M2.75 19v2.25H5v1.5H1.25V19h1.5zm20 0v3.75H19v-1.5h2.25V19h1.5zm-3.5-14.25v14.5H4.75V4.75h14.5zm-1.5 1.5H6.25v11.5h11.5V6.25zM16 8v8H8V8h8zm-1.5 1.5h-5v5h5v-5zM5 1.25v1.5H2.75V5h-1.5V1.25H5zm17.75 0V5h-1.5V2.75H19v-1.5h3.75z" fill="%23000" fill-rule="nonzero"/%3E%3C/svg%3E');
  mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24"%3E%3Cpath d="M2.75 19v2.25H5v1.5H1.25V19h1.5zm20 0v3.75H19v-1.5h2.25V19h1.5zm-3.5-14.25v14.5H4.75V4.75h14.5zm-1.5 1.5H6.25v11.5h11.5V6.25zM16 8v8H8V8h8zm-1.5 1.5h-5v5h5v-5zM5 1.25v1.5H2.75V5h-1.5V1.25H5zm17.75 0V5h-1.5V2.75H19v-1.5h3.75z" fill="%23000" fill-rule="nonzero"/%3E%3C/svg%3E');
}

.ln-icon.digital_account__services_cellphone_recharge {
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24"%3E%3Cpath d="M15.13 1.685l4.287 4.287V12h-1.5l-.001-5.407-3.41-3.41H6.08v17.63h6.45v1.5H4.58V1.685h10.55zm2.39 11.925l-.001 1.04.02.007c.77.263 1.25.9 1.335 1.688l.012.17.007.207h-1.34l-.008-.192c-.02-.514-.268-.76-.863-.76-.605 0-.953.26-.953.633 0 .305.24.514.97.73l.164.047c1.412.383 2.154.974 2.154 2.18-.005.853-.507 1.445-1.317 1.712l-.18.052.001 1.01h-1.68V21.11l-.015-.003c-.843-.243-1.426-.84-1.538-1.694l-.016-.174-.01-.21h1.334l.017.182c.046.494.37.768 1.074.768.677 0 .95-.262.95-.607 0-.383-.232-.64-.966-.848l-.165-.044c-1.413-.362-2.155-.99-2.155-2.058 0-.814.52-1.44 1.315-1.73l.176-.058V13.6h1.68zm-6.687-1.638v1.5H7.673v-1.5h3.163zm5.502-3.72v1.5H7.673v-1.5h8.665z" fill="%23000" fill-rule="nonzero"/%3E%3C/svg%3E');
  mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24"%3E%3Cpath d="M15.13 1.685l4.287 4.287V12h-1.5l-.001-5.407-3.41-3.41H6.08v17.63h6.45v1.5H4.58V1.685h10.55zm2.39 11.925l-.001 1.04.02.007c.77.263 1.25.9 1.335 1.688l.012.17.007.207h-1.34l-.008-.192c-.02-.514-.268-.76-.863-.76-.605 0-.953.26-.953.633 0 .305.24.514.97.73l.164.047c1.412.383 2.154.974 2.154 2.18-.005.853-.507 1.445-1.317 1.712l-.18.052.001 1.01h-1.68V21.11l-.015-.003c-.843-.243-1.426-.84-1.538-1.694l-.016-.174-.01-.21h1.334l.017.182c.046.494.37.768 1.074.768.677 0 .95-.262.95-.607 0-.383-.232-.64-.966-.848l-.165-.044c-1.413-.362-2.155-.99-2.155-2.058 0-.814.52-1.44 1.315-1.73l.176-.058V13.6h1.68zm-6.687-1.638v1.5H7.673v-1.5h3.163zm5.502-3.72v1.5H7.673v-1.5h8.665z" fill="%23000" fill-rule="nonzero"/%3E%3C/svg%3E');
}

.ln-icon.digital_account__personal_credits {
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24"%3E%3Cpath d="M5.45 11.25v1.297l1.747-.582a6.75 6.75 0 0 1 4.548.1l.27.11 3.28 1.422c.745.323 1.233.994 1.355 1.74l3.643-1.72c1.2-.588 2.652-.098 3.25 1.098.566 1.132.15 2.5-.926 3.13l-.19.1-8.254 3.912a3.75 3.75 0 0 1-3.253-.019l-.202-.106-3.78-2.14a2.25 2.25 0 0 0-.915-.284l-.194-.008H5.45v1.45h-5v-9.5h5zm2.468 2.063l-.247.076-2.22.74V17.8h.384a3.75 3.75 0 0 1 1.633.374l.215.113 3.78 2.14a2.25 2.25 0 0 0 1.905.147l.168-.07 8.27-3.92a.89.89 0 0 0 .399-1.197c-.23-.46-.787-.648-1.248-.422l-1.48.718-3.314 1.48c-.594.727-1.597 1.03-2.516.71l-.146-.056-4.075-1.73.586-1.38 4.075 1.73c.4.17.862-.017 1.032-.417a.8.8 0 0 0-.322-.995l-.096-.05-3.28-1.422a5.25 5.25 0 0 0-3.502-.239zm-3.97-.563h-2v6.5h2v-6.5zM15.35 1.25a5.1 5.1 0 1 1 0 10.202c-2.816 0-5.1-2.284-5.1-5.1a5.1 5.1 0 0 1 5.101-5.101zm0 1.5a3.6 3.6 0 0 0-3.601 3.601c0 1.988 1.613 3.6 3.6 3.6a3.6 3.6 0 1 0 0-7.202z" fill="%23000" fill-rule="nonzero"/%3E%3C/svg%3E');
  mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24"%3E%3Cpath d="M5.45 11.25v1.297l1.747-.582a6.75 6.75 0 0 1 4.548.1l.27.11 3.28 1.422c.745.323 1.233.994 1.355 1.74l3.643-1.72c1.2-.588 2.652-.098 3.25 1.098.566 1.132.15 2.5-.926 3.13l-.19.1-8.254 3.912a3.75 3.75 0 0 1-3.253-.019l-.202-.106-3.78-2.14a2.25 2.25 0 0 0-.915-.284l-.194-.008H5.45v1.45h-5v-9.5h5zm2.468 2.063l-.247.076-2.22.74V17.8h.384a3.75 3.75 0 0 1 1.633.374l.215.113 3.78 2.14a2.25 2.25 0 0 0 1.905.147l.168-.07 8.27-3.92a.89.89 0 0 0 .399-1.197c-.23-.46-.787-.648-1.248-.422l-1.48.718-3.314 1.48c-.594.727-1.597 1.03-2.516.71l-.146-.056-4.075-1.73.586-1.38 4.075 1.73c.4.17.862-.017 1.032-.417a.8.8 0 0 0-.322-.995l-.096-.05-3.28-1.422a5.25 5.25 0 0 0-3.502-.239zm-3.97-.563h-2v6.5h2v-6.5zM15.35 1.25a5.1 5.1 0 1 1 0 10.202c-2.816 0-5.1-2.284-5.1-5.1a5.1 5.1 0 0 1 5.101-5.101zm0 1.5a3.6 3.6 0 0 0-3.601 3.601c0 1.988 1.613 3.6 3.6 3.6a3.6 3.6 0 1 0 0-7.202z" fill="%23000" fill-rule="nonzero"/%3E%3C/svg%3E');
}

.ln-icon.tools_for_sellers__header {
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" class="icon--desktop" viewBox="0 0 32 32"%3E%3Cdefs/%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cpath d="M0 .5h32v32H0z"/%3E%3Cpath fill="%23000" fill-rule="nonzero" d="M26.23 4.25L30 9.23v2.52a4 4 0 01-.62 2.15v13.96H13.34v-8.1h-4.1v8.1H2.68V14.33a4 4 0 01-.93-2.38V9.23l3.76-4.98h20.72zm-10.5 9.6l-.06.09a4.01 4.01 0 01-3.17 1.82h-.2a4.01 4.01 0 01-3.13-1.5l-.14-.17a4.01 4.01 0 01-3.06 1.67h-.2a4 4 0 01-1.59-.31v10.91h3.57v-8.1h7.1v8.1h13.03V15.3a4.01 4.01 0 01-5.26-1.35l-.05-.08-.06.08a4.01 4.01 0 01-3.17 1.82h-.2a4.01 4.01 0 01-3.37-1.82l-.05-.09zm9.14 4.4v5.5h-6.5v-5.5h6.5zm-1.5 1.5h-3.5v2.5h3.5v-2.5zm2.11-14H6.25l-3 3.98v2.02a2.52 2.52 0 002.35 2.51h.17a2.52 2.52 0 002.5-2.34l.01-.17V11h1.5v.75a2.52 2.52 0 005.03.17V11h1.82v.75a2.52 2.52 0 005.02.17l.01-.17V11h1.81v.75a2.52 2.52 0 005.03.17V9.73l-3.02-3.98z"/%3E%3C/g%3E%3C/svg%3E');
  mask: url('data:image/svg+xml,%3Csvg width="24" height="24" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cpath d="M0 0h24v24H0z"%3E%3C/path%3E%3Cpath d="M0 0h24v24H0z"%3E%3C/path%3E%3Cpath d="M19.82 1.75l2.915 3.845V8.49c0 .892-.366 1.698-.957 2.277v11.407h-11.26l-.01-6.566H7.481v6.566H2.225l-.001-11.406a3.179 3.179 0 01-.958-2.278V5.596l2.9-3.846H19.82zm-2.789 8.698l-.09.11a3.181 3.181 0 01-2.245 1.115l-.18.005a3.181 3.181 0 01-2.427-1.12l-.089-.11-.09.11a3.181 3.181 0 01-2.245 1.115l-.18.005a3.181 3.181 0 01-2.427-1.12l-.09-.11-.088.11a3.181 3.181 0 01-2.246 1.115l-.18.005c-.252 0-.496-.029-.73-.084l-.001 9.08h2.258v-6.565h6.025l.01 6.565h8.261v-9.08a3.198 3.198 0 01-3.157-1.036l-.089-.11zm1.731 3.66v4.487h-5.254v-4.486h5.254zm-1.5 1.5h-2.255v1.486h2.255v-1.486zM19.075 3.25H4.912L2.765 6.096V8.49c0 .883.678 1.608 1.543 1.682l.145.006c.933 0 1.689-.756 1.689-1.688v-.75h1.654v.75a1.688 1.688 0 003.377 0v-.75h1.654v.75a1.688 1.688 0 003.377 0v-.75h1.654v.75a1.688 1.688 0 003.377 0l-.001-2.392-2.159-2.848z" fill="%23000" fill-rule="nonzero"%3E%3C/path%3E%3C/g%3E%3C/svg%3E');
}

.ln-icon.tools_for_sellers__point {
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24"%3E%3Cpath d="M14.725 1.532a1.75 1.75 0 0 1 1.744 1.606l.006.144v2.75h4.192a1.75 1.75 0 0 1 1.744 1.606l.006.144v8.494a1.75 1.75 0 0 1-1.606 1.744l-.144.006h-4.192v2.755a1.75 1.75 0 0 1-1.606 1.744l-.144.006H3.193a1.75 1.75 0 0 1-1.744-1.606l-.006-.144v-17.5a1.75 1.75 0 0 1 1.606-1.744l.144-.006h11.533zm0 1.5H3.193a.25.25 0 0 0-.243.193l-.007.057v17.5a.25.25 0 0 0 .193.243l.057.007h11.533a.25.25 0 0 0 .243-.193l.007-.057v-17.5a.25.25 0 0 0-.25-.25zM7.53 16.528v1.5h-3v-1.5h3zm5.97 0v1.5h-3v-1.5h3zm2.975 0h4.192a.25.25 0 0 0 .243-.193l.007-.057v-5.784h-4.442v6.034zM7.53 13.5V15h-3v-1.5h3zm5.97 0V15h-3v-1.5h3zm-.027-8.26v6.017H4.535V5.237h8.938zm-1.5 1.5H6.035v3.017h5.938V6.737zm4.502 2.256h4.442v-1.2a.25.25 0 0 0-.193-.243l-.057-.007h-4.192v1.46z" fill="%23000" fill-rule="nonzero"/%3E%3C/svg%3E');
  mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24"%3E%3Cpath d="M14.725 1.532a1.75 1.75 0 0 1 1.744 1.606l.006.144v2.75h4.192a1.75 1.75 0 0 1 1.744 1.606l.006.144v8.494a1.75 1.75 0 0 1-1.606 1.744l-.144.006h-4.192v2.755a1.75 1.75 0 0 1-1.606 1.744l-.144.006H3.193a1.75 1.75 0 0 1-1.744-1.606l-.006-.144v-17.5a1.75 1.75 0 0 1 1.606-1.744l.144-.006h11.533zm0 1.5H3.193a.25.25 0 0 0-.243.193l-.007.057v17.5a.25.25 0 0 0 .193.243l.057.007h11.533a.25.25 0 0 0 .243-.193l.007-.057v-17.5a.25.25 0 0 0-.25-.25zM7.53 16.528v1.5h-3v-1.5h3zm5.97 0v1.5h-3v-1.5h3zm2.975 0h4.192a.25.25 0 0 0 .243-.193l.007-.057v-5.784h-4.442v6.034zM7.53 13.5V15h-3v-1.5h3zm5.97 0V15h-3v-1.5h3zm-.027-8.26v6.017H4.535V5.237h8.938zm-1.5 1.5H6.035v3.017h5.938V6.737zm4.502 2.256h4.442v-1.2a.25.25 0 0 0-.193-.243l-.057-.007h-4.192v1.46z" fill="%23000" fill-rule="nonzero"/%3E%3C/svg%3E');
}

.ln-icon.tools_for_sellers__qr {
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24"%3E%3Cpath d="M2.75 19v2.25H5v1.5H1.25V19h1.5zm20 0v3.75H19v-1.5h2.25V19h1.5zm.994-6.248v1.5L11.3 14.25l.001 5.252H4.55V14.25l-4.257.001v-1.5h23.45zm-8.766 3l-.001.798h4.53v2.955h-1.5l-.001-1.455h-.764v1.456h-1.5V18.04h-2.264v-2.298h1.5zM9.8 14.25H6.05v3.752H9.8V14.25zm-1.124 1.127v1.5h-1.5v-1.5h1.5zm2.626-10.843v6.75H4.55v-6.75h6.75zm8.205 0v6.75h-6.75v-6.75h6.75zM9.8 6.034H6.05v3.752H9.8V6.034zm8.205 0h-3.752v3.752h3.752V6.034zM8.676 7.16v1.5h-1.5v-1.5h1.5zm8.205 0v1.5h-1.5v-1.5h1.5zM5 1.25v1.5H2.75V5h-1.5V1.25H5zm17.75 0V5h-1.5V2.75H19v-1.5h3.75z" fill="%23000" fill-rule="nonzero"/%3E%3C/svg%3E');
  mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24"%3E%3Cpath d="M2.75 19v2.25H5v1.5H1.25V19h1.5zm20 0v3.75H19v-1.5h2.25V19h1.5zm.994-6.248v1.5L11.3 14.25l.001 5.252H4.55V14.25l-4.257.001v-1.5h23.45zm-8.766 3l-.001.798h4.53v2.955h-1.5l-.001-1.455h-.764v1.456h-1.5V18.04h-2.264v-2.298h1.5zM9.8 14.25H6.05v3.752H9.8V14.25zm-1.124 1.127v1.5h-1.5v-1.5h1.5zm2.626-10.843v6.75H4.55v-6.75h6.75zm8.205 0v6.75h-6.75v-6.75h6.75zM9.8 6.034H6.05v3.752H9.8V6.034zm8.205 0h-3.752v3.752h3.752V6.034zM8.676 7.16v1.5h-1.5v-1.5h1.5zm8.205 0v1.5h-1.5v-1.5h1.5zM5 1.25v1.5H2.75V5h-1.5V1.25H5zm17.75 0V5h-1.5V2.75H19v-1.5h3.75z" fill="%23000" fill-rule="nonzero"/%3E%3C/svg%3E');
}

.ln-icon.tools_for_sellers__social {
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24"%3E%3Cpath d="M19.73 2.917a2.75 2.75 0 0 1 2.75 2.75V18.29a2.75 2.75 0 0 1-2.75 2.75l-4.486-.001-3.254 2.39-3.238-2.39h-4.5a2.75 2.75 0 0 1-2.745-2.582l-.005-.168V5.667a2.75 2.75 0 0 1 2.75-2.75zm0 1.5H4.252a1.25 1.25 0 0 0-1.25 1.25V18.29a1.25 1.25 0 0 0 1.25 1.25h4.995l2.746 2.027 2.76-2.027h4.977a1.25 1.25 0 0 0 1.25-1.25V5.667a1.25 1.25 0 0 0-1.25-1.25zm-6.345 6.095c.98.98 1.017 2.554.113 3.58l-.113.12-1.65 1.65a2.62 2.62 0 0 1-3.699 0c-.98-.98-1.017-2.554-.113-3.58l.113-.12.66-.66 1.06 1.06-.66.66a1.12 1.12 0 0 0 0 1.578c.404.404 1.05.43 1.488.08l.1-.08 1.65-1.65c.404-.404.43-1.05.08-1.488l-.08-.1 1.06-1.06zm2.595-2.595c.98.98 1.017 2.554.113 3.58l-.113.12-.66.66-1.06-1.06.66-.66a1.12 1.12 0 0 0 0-1.578c-.404-.404-1.05-.43-1.488-.08l-.1.08-1.65 1.65c-.404.404-.43 1.05-.08 1.488l.08.1-1.06 1.06c-.98-.98-1.017-2.554-.113-3.58l.113-.12 1.65-1.65a2.62 2.62 0 0 1 3.699 0z" fill="%23000" fill-rule="nonzero"/%3E%3C/svg%3E');
  mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24"%3E%3Cpath d="M19.73 2.917a2.75 2.75 0 0 1 2.75 2.75V18.29a2.75 2.75 0 0 1-2.75 2.75l-4.486-.001-3.254 2.39-3.238-2.39h-4.5a2.75 2.75 0 0 1-2.745-2.582l-.005-.168V5.667a2.75 2.75 0 0 1 2.75-2.75zm0 1.5H4.252a1.25 1.25 0 0 0-1.25 1.25V18.29a1.25 1.25 0 0 0 1.25 1.25h4.995l2.746 2.027 2.76-2.027h4.977a1.25 1.25 0 0 0 1.25-1.25V5.667a1.25 1.25 0 0 0-1.25-1.25zm-6.345 6.095c.98.98 1.017 2.554.113 3.58l-.113.12-1.65 1.65a2.62 2.62 0 0 1-3.699 0c-.98-.98-1.017-2.554-.113-3.58l.113-.12.66-.66 1.06 1.06-.66.66a1.12 1.12 0 0 0 0 1.578c.404.404 1.05.43 1.488.08l.1-.08 1.65-1.65c.404-.404.43-1.05.08-1.488l-.08-.1 1.06-1.06zm2.595-2.595c.98.98 1.017 2.554.113 3.58l-.113.12-.66.66-1.06-1.06.66-.66a1.12 1.12 0 0 0 0-1.578c-.404-.404-1.05-.43-1.488-.08l-.1.08-1.65 1.65c-.404.404-.43 1.05-.08 1.488l.08.1-1.06 1.06c-.98-.98-1.017-2.554-.113-3.58l.113-.12 1.65-1.65a2.62 2.62 0 0 1 3.699 0z" fill="%23000" fill-rule="nonzero"/%3E%3C/svg%3E');
}

.ln-icon.tools_for_sellers__receive_in_a_web_site {
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24"%3E%3Cpath d="M22.5 17.947v1.5h-21v-1.5h21zM20.35 4.512v11.99H3.692V4.512H20.35zm-1.5 1.5H5.192v9H18.85v-9z" fill="%23000" fill-rule="nonzero"/%3E%3C/svg%3E');
  mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24"%3E%3Cpath d="M22.5 17.947v1.5h-21v-1.5h21zM20.35 4.512v11.99H3.692V4.512H20.35zm-1.5 1.5H5.192v9H18.85v-9z" fill="%23000" fill-rule="nonzero"/%3E%3C/svg%3E');
}

.ln-icon.tools_for_sellers__seller_credits {
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24"%3E%3Cpath d="M5.45 11.25v1.297l1.747-.582a6.75 6.75 0 0 1 4.548.1l.27.11 3.28 1.422c.745.323 1.233.994 1.355 1.74l3.643-1.72c1.2-.588 2.652-.098 3.25 1.098.566 1.132.15 2.5-.926 3.13l-.19.1-8.254 3.912a3.75 3.75 0 0 1-3.253-.019l-.202-.106-3.78-2.14a2.25 2.25 0 0 0-.915-.284l-.194-.008H5.45v1.45h-5v-9.5h5zm2.468 2.063l-.247.076-2.22.74V17.8h.384a3.75 3.75 0 0 1 1.633.374l.215.113 3.78 2.14a2.25 2.25 0 0 0 1.905.147l.168-.07 8.27-3.92a.89.89 0 0 0 .399-1.197c-.23-.46-.787-.648-1.248-.422l-1.48.718-3.314 1.48c-.594.727-1.597 1.03-2.516.71l-.146-.056-4.075-1.73.586-1.38 4.075 1.73c.4.17.862-.017 1.032-.417a.8.8 0 0 0-.322-.995l-.096-.05-3.28-1.422a5.25 5.25 0 0 0-3.502-.239zm-3.97-.563h-2v6.5h2v-6.5zM15.35 1.25a5.1 5.1 0 1 1 0 10.202c-2.816 0-5.1-2.284-5.1-5.1a5.1 5.1 0 0 1 5.101-5.101zm0 1.5a3.6 3.6 0 0 0-3.601 3.601c0 1.988 1.613 3.6 3.6 3.6a3.6 3.6 0 1 0 0-7.202z" fill="%23000" fill-rule="nonzero"/%3E%3C/svg%3E');
  mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24"%3E%3Cpath d="M5.45 11.25v1.297l1.747-.582a6.75 6.75 0 0 1 4.548.1l.27.11 3.28 1.422c.745.323 1.233.994 1.355 1.74l3.643-1.72c1.2-.588 2.652-.098 3.25 1.098.566 1.132.15 2.5-.926 3.13l-.19.1-8.254 3.912a3.75 3.75 0 0 1-3.253-.019l-.202-.106-3.78-2.14a2.25 2.25 0 0 0-.915-.284l-.194-.008H5.45v1.45h-5v-9.5h5zm2.468 2.063l-.247.076-2.22.74V17.8h.384a3.75 3.75 0 0 1 1.633.374l.215.113 3.78 2.14a2.25 2.25 0 0 0 1.905.147l.168-.07 8.27-3.92a.89.89 0 0 0 .399-1.197c-.23-.46-.787-.648-1.248-.422l-1.48.718-3.314 1.48c-.594.727-1.597 1.03-2.516.71l-.146-.056-4.075-1.73.586-1.38 4.075 1.73c.4.17.862-.017 1.032-.417a.8.8 0 0 0-.322-.995l-.096-.05-3.28-1.422a5.25 5.25 0 0 0-3.502-.239zm-3.97-.563h-2v6.5h2v-6.5zM15.35 1.25a5.1 5.1 0 1 1 0 10.202c-2.816 0-5.1-2.284-5.1-5.1a5.1 5.1 0 0 1 5.101-5.101zm0 1.5a3.6 3.6 0 0 0-3.601 3.601c0 1.988 1.613 3.6 3.6 3.6a3.6 3.6 0 1 0 0-7.202z" fill="%23000" fill-rule="nonzero"/%3E%3C/svg%3E');
}

.ln-icon.tools_for_sellers__point_reseller {
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cpath d="M.615 0h24v24h-24z"/%3E%3Cpath fill="%23000" fill-rule="nonzero" d="M19.152 12.255l4.818 4.932-4.809 5.106-1.092-1.028 3.078-3.27h-8.532v-1.5h8.583l-3.12-3.192 1.074-1.048zm-9.537 4.248v1.5H6.287a2.683 2.683 0 00-2.678 2.513l-.005.17v.548h-1.5v-.548c0-2.24 1.76-4.069 3.974-4.178l.209-.005h3.328zm-.797-7.546a3.798 3.798 0 007.59.195l.005-.195h1.5a5.298 5.298 0 01-10.59.218l-.005-.218h1.5zm-1.504-1.41v-.75a5.298 5.298 0 0110.542-.751H20v1.5H7.314zm5.298-4.548a3.799 3.799 0 00-3.72 3.032l-.005.015h7.447l-.046-.206a3.8 3.8 0 00-3.481-2.836z"/%3E%3C/g%3E%3C/svg%3E');
  mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cpath d="M.615 0h24v24h-24z"/%3E%3Cpath fill="%23000" fill-rule="nonzero" d="M19.152 12.255l4.818 4.932-4.809 5.106-1.092-1.028 3.078-3.27h-8.532v-1.5h8.583l-3.12-3.192 1.074-1.048zm-9.537 4.248v1.5H6.287a2.683 2.683 0 00-2.678 2.513l-.005.17v.548h-1.5v-.548c0-2.24 1.76-4.069 3.974-4.178l.209-.005h3.328zm-.797-7.546a3.798 3.798 0 007.59.195l.005-.195h1.5a5.298 5.298 0 01-10.59.218l-.005-.218h1.5zm-1.504-1.41v-.75a5.298 5.298 0 0110.542-.751H20v1.5H7.314zm5.298-4.548a3.799 3.799 0 00-3.72 3.032l-.005.015h7.447l-.046-.206a3.8 3.8 0 00-3.481-2.836z"/%3E%3C/g%3E%3C/svg%3E');
}

.ln-icon.tools_for_sellers__developers {
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24"%3E%3Cpath d="M19.814 2.973a2.75 2.75 0 0 1 2.75 2.75v12.51a2.75 2.75 0 0 1-2.75 2.75H4.222a2.75 2.75 0 0 1-2.75-2.75V5.723a2.75 2.75 0 0 1 2.75-2.75zm0 1.5H4.222a1.25 1.25 0 0 0-1.25 1.25v12.51a1.25 1.25 0 0 0 1.25 1.25h15.592a1.25 1.25 0 0 0 1.25-1.25V5.723a1.25 1.25 0 0 0-1.25-1.25zm-4.93 2.647l-4.06 9.93h-1.67l4.113-9.93h1.618zm-5.99 1.477v1.81l-2.607 1.543 2.607 1.54v1.78L4.43 12.593v-1.29l4.463-2.705zm6.25 0l4.463 2.705v1.29l-4.463 2.677v-1.78l2.607-1.54-2.607-1.543v-1.81z" fill="%23000" fill-rule="nonzero"/%3E%3C/svg%3E');
  mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24"%3E%3Cpath d="M19.814 2.973a2.75 2.75 0 0 1 2.75 2.75v12.51a2.75 2.75 0 0 1-2.75 2.75H4.222a2.75 2.75 0 0 1-2.75-2.75V5.723a2.75 2.75 0 0 1 2.75-2.75zm0 1.5H4.222a1.25 1.25 0 0 0-1.25 1.25v12.51a1.25 1.25 0 0 0 1.25 1.25h15.592a1.25 1.25 0 0 0 1.25-1.25V5.723a1.25 1.25 0 0 0-1.25-1.25zm-4.93 2.647l-4.06 9.93h-1.67l4.113-9.93h1.618zm-5.99 1.477v1.81l-2.607 1.543 2.607 1.54v1.78L4.43 12.593v-1.29l4.463-2.705zm6.25 0l4.463 2.705v1.29l-4.463 2.677v-1.78l2.607-1.54-2.607-1.543v-1.81z" fill="%23000" fill-rule="nonzero"/%3E%3C/svg%3E');
}

.ln-list-item:hover {
  background-color: rgba(0,158,227,.1);
  transition: all .12s ease-out;
}

.ln-list-item:hover .ln-list-item__icon.ln-icon {
  background: #009ee3;
  opacity: 1;
}

.ln-list-item:hover .ln-list-item__content {
  color: #009ee3;
  -webkit-transition: all .12s ease-out;
  transition: all .12s ease-out;
}

.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field label {
    padding-right: 15px;
    line-height: normal;
}


/*********************************  LP - Midtail ****************************************************/

#bg-cover {
  background-size: cover;
  background-position: center;
}

.bg-curvo-azul {
  padding: 7% 15px 5%;
}

#bg-gris,
#bg-gris-small {
  background-size: cover;
  background-position: center;
}

#bg-gris .bg-curvo-gris {
  padding: 7% 15px;
}

#bg-gris-small .bg-curvo-gris {
  padding: 9% 15px;
}

div#banner-cupones {
    height: 340px;
    display: flex;
}

@media screen and (min-width: 1440px) {
  #bg-gris {
    background-size: 1920px 1024px;
    background-position: center;
  }
  
  #bg-gris-small {
    background-size: 1920px 676px;
    background-position: center;
  }
}

#bg-midtail,
#bg-midtail-b,
#bg-midtail-n {
  padding-top: 40px;
  padding-bottom: 5%;
  background-position: bottom center;
  background-size: cover;
}

#bg-midtail,
#bg-midtail-n {
  padding-top: 5%;
  padding-bottom: 10%;
  background-position: bottom center;
  background-size: cover;
}

#bg-midtail-p {
  padding-top: 30px;
  padding-bottom: 10%;
  background-position: bottom center;
  background-size: cover;
}

#bg-punteado-r {
  background-image: url(https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/midtail/midtail-a/LP-Midtail-punteados-bajo-thumbnail-Mercado-Pago-Ago21.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right bottom;
}

#bg-punteado-l {
  background-image: url(https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/midtail/midtail-a/LP-Midtail-punteados-bajo-thumbnail-Mercado-Pago-Ago21.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left bottom;
}

.t-punteado h2 {
  position: relative;
}

.t-punteado h2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 22%;
  background-image: url(https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/midtail/midtail-a/LP-Midtail-punteados-titulo-Mercado-Pago-Ago21.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.t-punteado h2:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 22%;
  background-image: url(https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/midtail/midtail-a/LP-Midtail-punteados-titulo-Mercado-Pago-Ago21.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}


/*********************************  LP - Buen Fin ****************************************************/

#bg-buenfin {
  background-position: bottom center;
  background-size: cover;
}

.f-buenfin {
  position: relative;
  margin-top: -60px;
  left: 30px;
}

.f-buenfin .form-shadow {
  max-width: 420px;
}

.t-buenfin tr td:first-of-type {
  padding: 20px 0;
}

.t-buenfin tr td:last-of-type {
  padding: 20px 0 20px 30px;
}


/*********************************  LP - Dueños e-commerce - D ****************************************************/

#bg-top-contain {
  background-size: contain;
  background-position: top center;
}

.tabla-m {
  padding: 0 5%;
}

.tabla-medios span {
  max-width: 60px;
  width: 100%;
}

.tabla-medios span img {
  display: block;
  margin: auto;
}

.tabla-medios p {
  padding: 0 0 0 10px;
}

#bg-punteado-l-circle {
  background-image: url(https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/dueno-ecommerce/v-d/LP-Dueno-de-e-commerce-B-fondo-modulo-5--Mercado-Pago-Oct21.jpg), url(https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/dueno-ecommerce/v-d/LP-Dueno-de-e-commerce-B-punteado-modulo-5-Mercado-Pago-Oct21.jpg);
  background-repeat: no-repeat;
  background-size: contain, auto;
  background-position: right bottom, left top;
}

#bg-punteado-r-circle {
  background-image: url(https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/dueno-ecommerce/v-d/LP-Dueno-de-e-commerce-B-fondo-modulo-2-Mercado-Pago-Oct21.jpg), url(https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/dueno-ecommerce/v-d/LP-Dueno-de-e-commerce-B-punteado-modulo-2-Mercado-Pago-Oct21.jpg);
  background-repeat: no-repeat;
  background-size: contain, auto;
  background-position: left center, right bottom;
}

#bg-punteado-l-circle-m {
  background-image: url(https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/midtail/midtail-a/v2/LP-Midtail-fondo-modulo-5-Mercado-Pago-Dic21.jpg), url(https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/dueno-ecommerce/v-d/LP-Dueno-de-e-commerce-B-punteado-modulo-5-Mercado-Pago-Oct21.jpg);
  background-repeat: no-repeat;
  background-size: contain, auto;
  background-position: right bottom, left top;
}

#bg-punteado-l-circle-s {
  background-image: url(https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/midtail/midtail-a/v2/LP-Midtail-fondo-modulo-6-Mercado-Pago-Dic21.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
}

#bg-punteado-r-circle-n {
  background-image: url(https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/midtail/midtail-b/v2/LP-Midtail-B-fondo-modulo-6-Mercado-Pago-Dic21.jpg), url(https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/dueno-ecommerce/v-d/LP-Dueno-de-e-commerce-B-punteado-modulo-2-Mercado-Pago-Oct21.jpg);
  background-repeat: no-repeat;
  background-size: contain, auto;
  background-position: left center, right bottom;
}

#bg-l-circle {
  background-image: url(https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/midtail/midtail-b/v2/LP-Midtail-B-fondo-modulo-2-Mercado-Pago-Dic21.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}

.bg-curvo-n {
  margin-top: -45px;
  padding: 7% 15px 7%;
}

.texto-circle {
  padding: 0 30px;
}


/*********************************  LP - Buen Fin ****************************************************/

#bg-padre {
  background-position: bottom center;
  background-size: auto;
}


/*********************************  LP - Dueño de e-commerce (D) - 2022 ****************************************************/

.bg-pasos {
  position: relative;
}

.bg-pasos div {
  position: relative;
  z-index: 1;
}

.bg-pasos:before {
  content: '';
  position: absolute;
  left: 15px;
  right: 15px;
  top: 65%; 
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #00bcff;
  height: 10px;
  z-index: 0;
}

.icos-pasos {
  display: block;
  background: url('https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/dueno-ecommerce/v-2022/pasarela-de-pagos-iconos-pasos.png') no-repeat;
  height: 58px;
}

.icos-pasos.ico1 {
  width: 60px;
  background-position: 0 0;
}

.icos-pasos.ico2 {
  width: 97px;
  background-position: -73px 0;
}

.icos-pasos.ico3 {
  width: 118px;
  background-position: -177px 0;
}

.icos-pasos.ico4 {
  width: 87px;
  background-position: -304px 0;
}

#bg-middle {
  background-position: bottom center;
  background-size: 100% 50%;
}

.box-shadow {
  padding: 20px;
  border-radius: 7px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
}

.icos-beneficios {
  display: block;
  background: url('https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/dueno-ecommerce/v-2022/pasarela-de-pagos-iconos-beneficios.png') no-repeat;
  height: 78px;
  margin: 0 auto 15px;
}

.icos-beneficios.ico1 {
  width: 64px;
  background-position: 0 0;
}

.icos-beneficios.ico2 {
  width: 115px;
  background-position: -70px 0;
}

.icos-beneficios.ico3 {
  width: 80px;
  background-position: -190px 0;
}

#bg-center {
  position: relative;
  background-position: top center;
}

#bg-center:before {
  content: '';
  position: absolute;
  top: 5%;
  bottom: 20%;
  left: 0;
  width: 41.33%;
  background-color: rgba(255,255,255,0.85);
}

#bg-complete {
  position: relative;
  background-position: top center;
}

#bg-complete:before {
  content: '';
  position: absolute;
  top: 5%;
  bottom: 5%;
  left: 0;
  width: 41.33%;
  background-color: rgba(255,255,255,0.85);
}

.txt-opacity {
  padding: 30px 20px 30px 0;
}

#bg-azul {
  position: relative;
  margin: 40px 0 0;
  z-index: 1;
}

#bg-azul:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 25%;
  background-color: #cbf2ff;
  z-index: 0;
}


@media screen and (max-width: 1196px) { 
  .form-inline.f-inline .hs-form-field .input,
  .form-inline.f-inline .hs-error-msgs label {
    max-width: 100%;
  }
}


@media screen and (max-width: 1060px) {
  .form-inline .hs-form-field label,
  .form-inline .hs-form-field .input,
  .form-inline .hs-error-msgs label {
    max-width: 100%;
  }
  
  .form-inline .hs-form-field label {
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .flex-menu > li {
    margin-left: 10px;
  }
  
  .flex-menu > li a.btn-azul-light,
  .flex-menu > li a.btn-azul-claro,
  .flex-menu > li a.btn-azul-2,
  .flex-menu > li a.btn-whats{
    padding: 10px;
  }
  
  .flex-menu > li:last-of-type {
    padding-left: 10px;
  }
  
  .f_menu li {
    margin: 0 0 0 15px;
  }
  
  #bg-punteado-r,
  #bg-punteado-l {
    background-image: none;
  }
  
  .f-buenfin {
    left: 0;
  }
}

@media screen and (max-width: 1023px) {
  .tablas-b {
    padding: 0;
  }
  
  .tablas-b table td .box-e {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0,0);
    margin: 0 0 10px;
  }
  
  .tablas-b .tablas table tr td:first-of-type {
    padding: 15px!important;
  }
}

@media screen and (max-width: 768px) {
  .ln-list-container {
    padding: 8px 0 0;
  }
  
  .ln-list-item__link {
    padding: 5px 0;
  }
  
  .ln-list-body {
    padding: 16px 0 0;
  }
  
  #bg-punteado-l-circle {
    background-image: url(https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/dueno-ecommerce/v-d/LP-Dueno-de-e-commerce-B-fondo-modulo-5--Mercado-Pago-Oct21.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
  }

  #bg-punteado-r-circle {
    background-image: url(https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/dueno-ecommerce/v-d/LP-Dueno-de-e-commerce-B-fondo-modulo-2-Mercado-Pago-Oct21.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
  }
  
  #bg-punteado-l-circle-m {
    background-image: url(https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/midtail/midtail-a/v2/LP-Midtail-fondo-modulo-5-Mercado-Pago-Dic21.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
  }
  
  #bg-punteado-r-circle-n {
    background-image: url(https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/midtail/midtail-b/v2/LP-Midtail-B-fondo-modulo-6-Mercado-Pago-Dic21.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
  }
  
  .form-large {
    margin-top: -40px;
  }
}

@media screen and (max-width: 767px) {
  #bg-banner,
  #bg-midtail,
  #bg-midtail-b,
  #bg-midtail-n {
    padding-top: 20px;
    padding-bottom: 0;
    background-repeat: no-repeat;
    background-size: auto 325px;
    background-position: top center;
  }
  
  .video-banner {
    margin: 50px 0 0;
  }
  
  .form-shadow {
    padding: 20px 15px;
  }
  
  .icos-vendedor .ico {
    margin: 0 8px;
  }
  
  .icos-pasarela .ico {
    margin: 5px;
  }
  
  #bg-banner {
      background-size: auto 369px;
      background-position: 40% 0px!important;
  }  
  
  #bg-midtail,
  #bg-midtail-n {
    background-size: auto 370px;
    background-position: top left 28% !important;
  }
  
  #bg-midtail-b {
    padding-bottom: 20px;
    background-size: cover;
    background-position: top center!important;
  }
  
  #bg-midtail-p {
    background-position: right 28% center;
  }
  
  .bg-curvo-gris {
    padding: 30px 15px;
    background-image: none;
    background-color: #f2f2f2;
  }
  
  .bg-curvo-azul {
    padding: 30px 15px;
    background-image: none;
    background-color: #0a0080;
  }
  
  .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field label {
      padding-right: 0px;
      line-height: normal;
  }  
  
  .t-punteado h2:before,
  .t-punteado h2:after {
    display: none;
  }
  
  .texto-circle,
  .tabla-m {
    padding: 0;
  }
  
  /*.form-inline .hs-form-field .input .hs-input {
    border: var(--gris) 1px solid;
    background-color: #fff;
  }*/
  
  .form-large {
    margin-top: 0;
  }
}

@media screen and (max-width: 700px) {
  #bg-banner,
  #bg-midtail,
  #bg-midtail-n {
    background-position: top left 25%;
  }
  
  #bg-buenfin {
    background-image: none!important;
    background-color: #f5f5f5!important;
  }
  
  #bg-azul {
    margin: 0;
  }
  
  .bg-pasos:before,
  #bg-azul:before {
    display: none;
  }
  
  #bg-center,
  #bg-complete {
    padding: 0 0 40px;
    background-image: none!important;
    background-color: #f5f5f5!important;
  }

  #bg-center:before,
  #bg-complete:before {
    display: none;
  }
  
  .t-buenfin tr td:last-of-type {
    padding: 15px 0 15px 20px;
  }
  
  .video-banner {
    text-align: center;
  }
  
  .texto-banner h1 {
    max-width: 335px; 
    width: 100%;
  }

  .texto-banner p {
    max-width: 335px!important;
    width: 100%;
  }
  
  .bullet-check-bco,
  .bullet-check-bco-gde {
    margin-left: 0;
  }
  
  .txt-opacity {
    padding: 0;
  }
  
  footer {
    padding: 20px 0;
  }
  
  .f_column1 {
    margin: 0 0 20px;
  }
  
  .f_column1 p {
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
  
  .footer-menu {
    padding: 0 0 20px;
    margin: 0 0 20px;
  }  
  
  .f_menu li,
  .f_menu li:first-of-type {
    margin: 0 0 20px;
  }
  
  footer a.enlace {
    margin: 20px 0 0;
  }
}

@media (max-width: 545px) {
  #bg-midtail {
    background-size: auto 410px;
    background-position: top left 32% !important;
  }
  
  #bg-midtail-n {
    background-size: auto 435px;
    background-image: url(https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/midtail/midtail-a/v2/LP-Midtail-fondo-modulo-1-movil-Mercado-Pago-Dic21.jpg)!important;
  }
  
  #bg-midtail .texto-banner p,
  #bg-midtail-n .texto-banner p {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 1092px) {
  .fm-pago .form-inline .hs-form-field .input, 
  .fm-pago .form-inline .hs-error-msgs label,
  .fm-pago .form-inline.form-s .hs-form-field.hs-fieldtype-select label {
    max-width: 100%;
  }
}

/*@media screen and (max-width: 490px) {
  .fm-pago .form-inline .hs-form-field.hs-fieldtype-textarea label,
  .fm-pago .form-inline.form-s .hs-form-field.hs-fieldtype-select label {
    text-align: left;
  }
}*/

@media screen and (max-width: 480px) {
  #bg-banner,
  #bg-midtail,
  #bg-midtail-n {
    background-position: top left;
  }
  
  .flex-menu li {
    margin-left: 10px;
  }
  
  .flex-menu li a.btn-azul-light,
  .flex-menu li a.btn-azul-claro,
  .flex-menu > li a.btn-azul-2,
  .flex-menu > li a.btn-whats{
    padding: 10px 15px;
  }
  
  .form-large .form-columns-2 {
    display: block;
  }

  .form-large .form-columns-2 .hs-form-field,
  .form-large .form-columns-1:last-of-type {
    max-width: 100%!important;
    width: 100%!important;
  }
}

@media (max-width: 375px) {
  #bg-midtail,
  #bg-midtail-n {
    background-size: auto 440px;
    background-position: top left 35% !important;
  }
  
  #bg-midtail-n {
    background-size: auto 460px;
  }
}

.page-center {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    margin-left: auto!important;
    float: none!important;
}

.lp-email-sus .header-container-wrapper {
    padding: 20px 0;
    border-bottom: 1px solid #f2f2f2;
}

.lp-email-sus .header-container {
    margin: auto!important;
}

.row-email {
    max-width: 800px;
    width: 100%;
    margin: auto;
    margin-left: auto !important;
    float: none !important;
}

.row-email h1 {
    font-size: 30px;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
    color: #18294f;
    text-align: center;
    line-height: 130%;
}

.row-email h2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 120%;
}

.row-email p {
    font-size: 20px;
    line-height: 130%;
}

.row-email .success {
    font-size: 18px;
}

.row-email .checkbox-row span {
    font-size: 22px;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
    line-height: 130%;
}

.row-email .item-inner p {
    margin: 5px 0 0;
    text-align: left;
}

.row-email.email-sus #email-prefs-form {
    max-width: 508px;
    width: 100%;
    margin: auto;
}

.row-email.email-sus h3 {
    margin: 0;
    font-size: 22px;
    line-height: 130%;
}

.row-email input[type="checkbox"] {
    -webkit-appearance: none;
    position: relative;
    top: 4px;
    width: 18px !important;
    height: 18px !important;
    margin: 0 8px 0 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: 0;
    background-color: #fff;
    border: 1px solid #000;
    cursor: pointer;
}

.row-email input[type="checkbox"]:hover:before, 
.row-email input[type="checkbox"]:checked:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background-color: #00bcff;
}

.row-email input#globalunsub {
    top: 3px;
}

.row-email .hs-button {
    display: inline-block;
    width: 100%;
    border: 0;
    border-radius: 50px;
    font-size: 22px;
    font-family: 'proxima_nova_bold';
    font-weight: 400;
    background-color: #00bcff;
    color: #0a0080;
    height: 50px;
    padding: 10px 20px;
    margin: 0;
    text-transform: uppercase;
    cursor: pointer;
}


/*********************************  LP - Hotsale - 2022 ****************************************************/

#bg-l-center {
  padding-top: 30px;
  background-size: cover;
  background-position: center;
}

.ico-hotsale {
  position: absolute;
  top: -50px;
  right: -135px;
}

.txt-hotsale {
  padding: 0 0 30px;
}

.txt-citibanamex {
  padding: 30px 0 50px;
}

#flex-degradado {
  position: relative;
}

#flex-degradado:before {
  content: '';
  position: absolute;
  top: 20%;
  bottom: 25%;
  background: transparent linear-gradient(292deg, var(--unnamed-color-0a0080) 0%, var(--unnamed-color-00bcff) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(292deg, #0A0080 0%, #00BCFF 100%) 0% 0% no-repeat padding-box;
  left: 0;
  right: 0;
}


/*********************************  LP - Recursos ****************************************************/

.degradado {
  background: rgb(0,188,255);
  background: linear-gradient(90deg, rgba(0,188,255,1) 0%, rgba(10,0,128,1) 100%);
}

.b-top-gris {
  border-top: 1px solid #E4E4E6;
}

.menu {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  box-sizing: border-box;
}

.btn-call {
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  right: 0;
  z-index: 2000;
}

.btn-call label,
.menu-item {
  width: 64px;
  height: 64px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 2000;
  background: #009ee3;
}

.btn-call label.close {
  background: #005e88;
}

.btn-call label svg.ico-c,
.btn-call label.close svg.ico-o {
  display: none;
}

.btn-call label.close svg.ico-c {
  display: block;
}

.menu-item {
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
  z-index: 1000;
}

.menu-wpp-button, 
.phone-button {
  -webkit-box-shadow: 0 6px 16px rgb(0 0 0 / 10%);
  box-shadow: 0 6px 16px rgb(0 0 0 / 10%);
  overflow: hidden;
}

.phone-button svg {
  bottom: 14px;
  display: none;
  height: 30px;
  left: 17px;
  position: absolute;
  top: 14px;
  width: 30px;
}

.menu-wpp-button {
  background-color: #25d366;
}

.menu-wpp-image {
  height: 32px;
  left: 14px;
  position: absolute;
  top: 11px;
  width: 32px;
  opacity: 0;
}

.menu-phone-span, 
.menu-wpp-span {
  color: #fff;
  display: none;
  font-family: var(--fontface);
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  position: absolute;
  text-align: center;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.btn-call label.close ~ .phone-button .menu-phone-span {
  bottom: 30px;
  display: inline-block;
  left: 47px;
  right: 14px;
  width: 169px;
}

.btn-call label.close ~ .menu-wpp-button .menu-wpp-span {
  display: inline-block;
  left: 50px;
  padding-bottom: 4px;
  right: 14px;
  width: 179px;
}

.btn-call label.close ~ .menu-wpp-button {
  -webkit-animation: buttonAnimationDesktop .5s;
  animation: buttonAnimationDesktop .5s;
  -webkit-animation-delay: 185ms;
  animation-delay: 185ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  height: 60px;
  -webkit-transform: translate3d(0.08361px,-152.99997px,0);
  transform: translate3d(0.08361px,-152.99997px,0);
  transition-duration: .28s;
  -webkit-transition-duration: .28s;
}

.btn-call label.close ~ .menu-wpp-button .menu-wpp-image {
  opacity: 1;
}

.btn-call label.close ~ .phone-button {
  -webkit-animation: buttonAnimationDesktop .5s;
  animation: buttonAnimationDesktop .5s;
  -webkit-animation-delay: 185ms;
  animation-delay: 185ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  height: 60px;
  -webkit-transform: translate3d(0.08361px,-75.99997px,0);
  transform: translate3d(0.08361px,-75.99997px,0);
  transition-duration: .18s;
  -webkit-transition-duration: .18s;
}

.btn-call label.close ~ .phone-button .menu-phone-number {
  top: 28px;
}

.btn-call label.close ~ .phone-button svg {
  display: inline-block;
}

@keyframes buttonAnimationDesktop {
  from {
    width: 64px;
  }

  to {
    width: 241px;
  }
}

@keyframes buttonAnimationDesktopMLB {
  from {
    width: 64px;
  }

  to {
    width: 258px;
  }
}

@keyframes buttonAnimationMobile {
  from {
    width: 48px;
  }

  to {
    width: 191px;
  }
}

@keyframes buttonAnimationMobileMLB {
  from {
    width: 48px;
  }

  to {
    width: 200px;
  }
}


@media screen and (max-width: 768px) {
  .f-buenfin.f-hotsale {
    margin-top: 0;
  }
  
  .ico-hotsale {
    width: 25%;
    right: -60px;
  }
}

@media screen and (max-width: 700px) {
  .ico-hotsale {
    top: -45px;
    right: 0;
  }
  
  #flex-degradado:before {
    top: 0;
    bottom: 0;
  }
  
  .txt-citibanamex {
    padding: 30px 0 0;
  }
}

@media screen and (max-width: 480px) {
  #bg-l-center {
    padding-top: 20px;
    background-position: left center;
  }
  
  .txt-hotsale {
    padding: 0;
  }
}


/*********************************  LP - Buen Fin - 2022 ****************************************************/

.header-lp {
  border-bottom: 4px solid #f2f2f2;
  background-color: #fff;
}

.header-lp .flex-menu {
  display: flex;
}

.header-lp .flex-menu li {
  margin-left: 0;
}

.img-gif {
  margin-bottom: -3px;
}

.calc-buenfin {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  border-radius: 15px;
  background-position: center;
  background-size: cover;
}

.calc-buenfin #calculadora {
  max-width: 980px;
  width: 100%;
  margin: auto;
  padding: 0;
  background-color: transparent;
}

.calc-buenfin .titulo,
.calc-buenfin .label,
.calc-buenfin #total {
  color: #fff;
}

.calc-buenfin #comision {
  color: #DF2530;
}

.calc-buenfin .slider-track-low, 
.calc-buenfin .slider-track-high {
  background-color: #fff!important;
  border-radius: 0!important;
}

.calc-buenfin .total {
  background: #DF2530;
}

.f-calc .form-shadow {
  max-width: 485px;
}

#bg-negocios {
  background-position: top right;
}

.icos-negocios .box-shadow {
  display: flex;
  align-items: center;
  position: relative;
  padding: 25px 25px 40px;
}

.icos-negocios .box-shadow span {
  position: absolute;
  left: 30px;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  transform: translateY(50%);
}

.icos-negocios ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin: 0 8px 20px;
  padding: 15px;
  min-height: 100px;
  box-shadow: 0px 0px 10px #00000062;
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
}

.contador p {
  padding: 0 10px;
}

.contador p span {
  display: block;
  color: #00BCFF;
  line-height: 100%;
  text-align: center;
}

.contador p small {
  display: block;
  font-size: 8px;
  text-transform: uppercase;
  line-height: 100%;
  text-align: center;
}

.contador-m {
  padding: 10px;
  background-color: #f2f2f2;
}

@media screen and (max-width: 700px) {
  .icos-negocios .box-shadow {
    margin: 0 0 50px;
  }
}

@media screen and (max-width: 480px) {
  header.header-lp {
    border-bottom: 0;
  }
  
  .header-lp.header-movil.fixed-m {
    top: 0;
    border-bottom: 0;
  }
}


/*********************************  LP - Buen Fin Midtail - 2022 ****************************************************/

.calc-midtail {
  position: relative;
}

.calc-midtail:after {
  content: '';
  position: absolute;
  top: 35px;
  left: -50px;
  width: 101px;
  height: 100px;
  background-image: url('https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/buen-fin-midtail-2022/Promo-1.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.border-radius-23 {
  border-radius: 23px;
}

.flex-tabla {
  margin-top: 100px;
}

.tabla-promo {
  position: relative;
}

.tabla-promo:after {
  content: '';
  position: absolute;
  top: -60px;
  right: -80px;
  width: 101px;
  height: 100px;
  background-image: url('https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/buen-fin-midtail-2022/Promo-2.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.hs-form-field.hs-fieldtype-checkbox label {
  cursor: pointer;
}

.hs-form-field.hs-fieldtype-checkbox > label {
  margin-bottom: 15px;
}

.hs-form-field.hs-fieldtype-checkbox input[type=checkbox] {
  -webkit-appearance: none;
  position: relative;
  top: 2px;
  left: 0;
  padding: 0!important;
  width: 15px!important;
  height: 15px!important;
  margin: 0 8px 0 0;
  border-radius: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  outline: 0;
  cursor: pointer;
}

.hs-form-field.hs-fieldtype-checkbox input[type=checkbox]:checked:before, 
.hs-form-field.hs-fieldtype-checkbox input[type=checkbox]:hover:before {
  content: "✓";
  position: absolute;
  color: #00bcff;
  font-size: 15px;
  line-height: 15px;
}

.hs-fieldtype-checkbox p {
  margin: 15px 0 0;
  font-size: 16px;
}

@media screen and (max-width: 700px) {
  .flex-tabla {
    margin-top: 30px; 
  }
  
  .t-texto {
    margin-bottom: 85px;
  }
}

@media screen and (max-width: 1300px) {
  .calc-midtail{
    margin: 50px 0 0;
  }
  
  .calc-midtail:after {
    top: -75px;
    left: 0;
  }
}

@media screen and (max-width: 480px) {
  .tabla-promo:after {
    top: -90px;
    right: 0;
  }
}

.banner-pasos {
  margin-top: 60px;
  max-width: 615px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.banner-pasos > div {
  padding: 0 50px;
}

.banner-pasos > div img {
  margin-top: -60px;
}

.banner-pasos > div a {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-family: 'proxima_nova_bold';
  background-color: #00bcff; 
}

@media screen and (max-width: 767px) {
  .banner-pasos > div {
    padding: 20px;
    background-color: #0b0080;
    text-align: center;
  }
  
  .banner-pasos > div img {
    display: block;
    margin-top: -60px;
    margin-left: auto;
    margin-right: auto;
  }
}

.m-t-negative {
  position: relative;
  margin-top: -40px;
}


/* LP - Buen Fin - 2024 */

.banner-bf {
  padding: 0;
}

.texto-banner-bf {
  max-width: 550px;
  width: 100%;
  margin: auto;
  padding: 20px 15px;
}

.wrapper-tabs {
  position: relative;
}

.wrapper-tabs:before {
  content: '';
  position: absolute;
  height: 163px;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
}

.tabs-bf {
  display: flex;
  flex-wrap: wrap;
  max-width: 810px;
  width: 100%;
  margin: 0 auto 50px;
  padding: 10px;
  border-radius: 37px;
  background-color: #0A0080;
  justify-content: space-around;
}

.tabs-bf li {
  padding: 15px 20px;
  color: #fff;
  border-radius: 26px;
  cursor: pointer;
}

.tabs-bf li:hover,
.tabs-bf li.active {
  color: #0A0080;
  background-color: #fff;
}

.tab-pane {
  display: none;
  max-width: 966px;
  width: 100%;
  margin: auto;
}

.tab-pane.active {
  display: block;
}

.tab-pane .flex > div {
  max-width: 460px;
  width: 100%;
  margin: 0 auto 30px;
  border-radius: 62px 62px 0px 0px;
  box-shadow: 0px 0px 10px #00000029;
  background-color: #fff;
}

.bullet-azul {
  padding-left: 15px;
  position: relative;
}

.bullet-azul li {
  list-style: none;
  margin: 0 0 10px;
  padding-left: 20px;
  position: relative;
  line-height: 130%;
}

.bullet-azul li:before {
  background: #0A0080;
  border-radius: 100%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 8px;
}

.boton-bf {
  display: inline-block;
  max-width: 268px;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-radius: 25px;
  color: #fff;
  font-size: 18px;
  font-family: proxima_nova_bold;
  background-color: #0A0080;
}

.boton-bf:hover {
  color: #fff;
  text-decoration: underline;
}

.faqs-bf {
  padding: 50px;
  box-shadow: 0px 0px 10px #00000029;
  border-radius: 30px;
}

.faqs-bf ul li {
  position: relative;
  padding-right: 45px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ADADAD;
  cursor: pointer;
}

.faqs-bf ul li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.faqs-bf ul li:after {
  content: '';
  position: absolute;
  width: 21px;
  height: 21px;
  top: 16%;
  right: 0;
  background-image: url('https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/buen-fin-2024/mas.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.faqs-bf ul li.active:after {
  background-image: url('https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/buen-fin-2024/menos.png');
}

.faqs-bf ul li h2 {
  margin-bottom: 8px;
  color: #000;
  font-size: 24px;
  font-family: proxima_nova_bold;
  line-height: 130%;
  cursor: pointer;
}

.faqs-bf ul li p {
  font-size: 16px;
  line-height: 130%;
}

.faqs-bf ul li a {
  color: #00bcff;
  text-decoration: underline;
}

.faq-answer {
  display: none;
}

@media screen and (max-width: 767px) {
  .tabs-bf {
    margin: 0 auto 25px;
  }
  
  .tabs-bf li {
    padding: 10px;
    font-size: 16px;
  }
  
  .faqs-bf {
    padding: 20px;
  }
  
  .faqs-bf ul li h2 {
    font-size: 20px;
  }
}


/*********************************  LP - Compradores Mercado Credito - Jun25 ****************************************************/

.btn-popup {
  padding: 10px 20px;
  color: #fff;
  font-family: proxima_nova_bold;
  font-size: 22px;
  background-color: #333333;
  border-radius: 23px;
  text-decoration: none;
}

.btn-popup:hover {
  color: #fff;
  text-decoration: underline;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  z-index:9999999999;
}

.modal-content {
  background-color: #f2f2f2;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 740px;
  padding: 10px 10px 5px;
  box-sizing: border-box;
  position: relative;
  max-width: 90%;
  top: 9%;
}

.modal-content iframe {
  width: 100%;
}

.close {
  background: var(--naranja);
  font-size: 25px;
  font-weight: 500;
  position: absolute;
  right: -1px;
  top: 0;
  color: #000;
  padding: 6px 12px;
  right: 0;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#pop-requisitos .modal-dialog {
  max-width: 800px
}

#pop-requisitos .modal-content {
  border-radius: 0;
  max-width: 100%;
  padding: 30px 25px;
  width: 100%
}

.form-popup {
  margin-top: 0;
}

.form-popup .hs-form {
  text-align: left;
}

.form-large .form-columns-2 .hs-form-field {
  margin-bottom: 15px;
}

.form-popup .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field label {
  padding-right: 0;
  line-height: 150%;
}

.form-popup ul {
  padding-left: 0;
  margin-bottom: 0;
}

.form-popup .hs_error_rollup {
  display: none;
}