@font-face {
  font-family: 'proxima_nova_reg';
  src: url('https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/fonts/proxima_nova_reg-webfont.woff2') format('woff2'),
    url('https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/fonts/proxima_nova_reg-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'proxima_nova_bold';
  src: url('https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/fonts/proxima_nova_bold-webfont.woff2') format('woff2'),
    url('https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/fonts/proxima_nova_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

/***************** Colores ******************************/
*{
    box-sizing: border-box;
}
:root{
--blanco: #fff;
--negro: #000000;
--negrorgb: 0,0,0;
--primario: #636363;
--secundario: #0A0080;
--terciario: #009EE3;  
--gris: #ccc;
--gris2: #F5F5F5;
--gris3: #1A1A1A;  
--gris4: #F8F8F8;  
--grisclaro: #f5f5f5;
--rojo: #D70613;
--amarillo: #FFE600;
--font: Verdana, Arial, Helvetica, sans-serif;
--fontface: 'proxima_nova_reg', sans-serif;
--verdewhats: #25D366;

--bgheader: #f2f2f2;
--bgfooter: #f2f2f2;

--hover: #505254;
--azulc: #00BCFF
 }

/***************** Colores textos ******************************/
.blanco { color: var(--blanco); }
.negro { color: var(--negro); }
.primario { color: var(--primario); }
.secundario { color: var(--secundario); }
.azul { color: var(--secundario); }
.azulc { color: var(--azulc); }
.terciario { color: var(--terciario); }
.gris { color: var(--gris); }
.gris1 { color: var(--primario); }
.gris2 { color: var(--gris2); }
.gris3 { color: var(--gris3); }
.gris4 { color: var(--gris4); }
.grisclaro { color: var(--grisclaro); }
.rojo { color: var(--rojo); }
.verdewhats { color: var(--verdewhats); }

/***************** Fondos de color ******************************/
.bgblanco { background: var(--blanco); }
.bgnegro { background: var(--negro); }
.bgprimario { background: var(--primario); }
.bgsecundario { background: var(--secundario); }
.bgterciario { background: var(--terciario); }
.bggris { background: var(--gris); }
.bggrisclaro { background: var(--grisclaro); }
.bgverdewhats { background: var(--verdewhats); }
.bggris2 { background: var(--gris2); }
.bggris3 { background: var(--gris3); }
.bggris4 { background: var(--gris4); }
.bgamarillo { background: var(--amarillo);}
.bgheader { background: var(--bgheader); }
.bgfooter { background: var(--bgheader);}


/************Reset css*********************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    vertical-align: baseline;
}


/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  line-height: 130%;
  font-family: var(--font);
  font-size: 18px;
}

body, p, a {
  font-family: var(--fontface);
}

body strong, p strong, a strong {
  font-family: 'proxima_nova_bold';
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    /*-moz-appearance: none;*/
}

input[type=search] {
    /*-webkit-appearance: none;
    -moz-appearance: none;*/
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none !important;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a {
  color: var(--primario);
  outline: none;
}
a:hover {
  color: var(--primario);
}
a:focus {
    outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpoion-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    /*-webkit-appearance: button;*/ /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    /*-webkit-appearance: textfield;*/ /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: var(--negro);
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: var(--negro);
    padding: 0.2em 0;
}

a {
    text-decoration: none;
}

em, i {
  font-style: italic;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

/******************** lazy *******************************/
img.lazy{
  font-size: 10px;
  color: transparent;
  text-align: center;
}
.lazy{
  background-image: none !important;
  position: relative;
}
/*Estos estilos pintan un background animado tipo load*/
.lazy:before, .lazy:after {
  content: '';
  position: absolute;
  top: 45%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background:var(--primario); /*Cambiar al color que se necesite*/
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lazy:before {
  left: 45%;
  animation: lds-ellipsis1 0.6s infinite;
}
.lazy:after {
  left: 45%;
  animation: lds-ellipsis2 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: transe(0, 0);
  }
  100% {
    transform: transe(24px, 0);
  }
}
.getscript{
  cursor: pointer;
}
.wistia_click_to_play{
  width: 100%;
}
/*.play-button{
  cursor: pointer;
  position: relative;
}
.play-button:before{
  border-radius: 50%;
  content: '';
  height: 81px;
  position: absolute;
  width: 81px;
  z-index: 1;
  background-color: rgba(204,5,38, 0.76);
  left: 41.5%;
  top: 38%;
  transition: all 80ms ease-out 0s;
  mix-blend-mode: normal;
}
.play-button:after{
  content: '';
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH8AAABRCAYAAAD7G3lVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAATFJREFUeNrs22FtwkAYx+F2QcAkMAfgYBKQwBxMQh1MwiRQB+CgEoaDzkG5S1a+E5IF+n+e5D4ve3+7N0s4mgYAAAAAAAAAAAAA7jFN06cp5MavjuWsTSMzfjWWszORzPizQzmvJpMZ3xYIj28LiG8LpMeffdsCufGrn3LeTS0z/uzLFsiNbwuEx7cFxL9ugY1pZsafdSaaG78abIHc+LaA+MvbAi/+XG5Sww9L2QLtEm/+P/2oUzkfbduexc+LX51L/DdrP09fzvaZf4GVhjf7/Vv3vVFk/bfvMUhg/PoAZG+6efE9Aw+MP/oCSGZ8tz0wvtseGn9w2zPjdyaXF99n9aHx3fbA+G57aHy3PTC+N/mh8b3DD4zvtofGd9tD47vtAAAAAAAAAAAAADymiwADAOSj1JBfF8xMAAAAAElFTkSuQmCC) 0px 0px / 127px 81px no-repeat transparent;
  display: block;
  height: 81px;
  outline: none;
  position: absolute;
  width: 127px;
  z-index: 1;
  left: 38%;
  top: 38%;
}*/
/*.play-button:hover:before{
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
  background-color: rgba(204,5,38, 0.8);
  left: 0px;
  top: 0px;
  transition: all 80ms ease-out 0s;
  mix-blend-mode: multiply;
}*/


/******************** hojas ************************************/

.hoja-1920 { position: relative; display:block; margin:auto; max-width:1920px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-1400, .container { position: relative; display:block; margin:auto; max-width:1400px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-1300 { position: relative; display:block; margin:auto; max-width:1300px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-1200, .container-wrapper {position: relative;display:block;margin:auto;max-width:1200px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-1100 { position: relative; display:block; margin:auto; max-width:1100px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-1024 { position: relative; display:block; margin:auto; max-width:1024px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-1000 { position: relative; display:block; margin:auto; max-width:1000px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-900 { position: relative; display:block; margin:auto; max-width:900px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-800 { position: relative; display:block; margin:auto; max-width:800px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-700 { position: relative; display:block; margin:auto; max-width:800px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }

.w-10 { width: 10%; }
.w-20 { width: 20%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-50 { width: 50%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-80, .w-80-m { width: 80%; }
.w-90, .w-90-m { width: 90%;}
.w-95, .w-95-m { width: 95%;}
.w-100 { width: 100%; }

.height-auto { height: auto!important; }  

.zindex{
  z-index: 1;
}


/*********************************  Fuentes ****************************************************/

.fs10 { font-size:10px; }
.fs12 { font-size:12px; }
.fs14 { font-size:14px; }
.fs15 { font-size:15px; }
.fs16 { font-size:16px; }
.fs18 { font-size:18px; }
.fs19 { font-size:19px; }
.fs20 { font-size:20px; }
.fs22 { font-size:22px; }
.fs23 { font-size:23px; }
.fs24 { font-size:24px; }
.fs25 { font-size:25px; }
.fs26 { font-size:26px; }
.fs28 { font-size:28px; }
.fs30 { font-size:30px; }
.fs32 { font-size:32px; }
.fs34 { font-size:34px; }
.fs35 { font-size:35px; }
.fs36 { font-size:36px; }
.fs38 { font-size:38px; }
.fs40 { font-size:40px; }
.fs42 { font-size:42px; }
.fs44 { font-size:44px; }
.fs45 { font-size:45px; }
.fs50 { font-size:50px; }
.fs55 { font-size:55px; }
.fs65 { font-size:65px; }
.fs75 { font-size:75px; }
.fs85 { font-size:85px; }
.fs95 { font-size:95px; }

.fw100 { font-weight: 100; }
.fw300 { font-weight: 300; }
.fw400 { font-weight: 400; }
.fw500 { font-weight: 500; }
.fw600 { font-weight: 600; }
.fw700 { font-weight: 700; }
.fw900 { font-weight: 900; }

.under { text-decoration: underline; }
.upper { text-transform: uppercase; }

.line-normal { line-height:normal; }
.line-130 { line-height: 130%; }
.line-120 { line-height: 120%; }
.line-100 { line-height: 100%; }

.font{
  font-family: var(--font);
}

h1, h2, h3, h4, h5, h6{
  font-family: var(--font2);
  font-weight: 600;
  line-height: 110%;
}
h1{
  font-size: 55px;
}
h2{
  font-size: 36px;
}
h3{
  font-size: 24px;
}
p{
  font-family: var(--font);
  font-size: 18px;
  line-height: 130%;
}

/******************** Posiciones *********************************/
 
/*.absolute, .absolute-m { position:absolute; }
.relative { position: relative; }
.fixed { position: fixed; }

.top { top: 0; }
.bottom { bottom: 0; }
.right { right: 0; }
.left { left: 0; }*/

.fixed {
  position: fixed;
  width: 100%;
  z-index: 3;
  background: var(--negro);
  max-width: 100% !important;
  top: 0;
}
.fixed .container-wrapper {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

/******************** display **********************************/

/*.block, .salto { display: block; }
.inline { display: inline; } 
.auto { margin-left: auto !important; margin-right:auto !important; }*/
.nofloat{
  float: none !important;
}

/*.inline-top { display:inline-block; vertical-align:top }
.inline-middle { display:inline-block !important; vertical-align:middle; }
.inline-bottom { display:inline-block; vertical-align:bottom; }*/

.border-box { 
   box-sizing: border-box;   
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
}

.content-box { 
    box-sizing: content-box; 
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;  
}


/******************** Text Align **********************************/

/*.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }*/


/***************** estilos sitio ******************************/

.btn-azul {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-family: 'proxima_nova_bold';
  background-color: #009EE3;
}

.btn-azul:active,
.btn-azul:focus {
  color: #fff;
}

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

.btn-azulc {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-family: 'proxima_nova_bold';
  background-color: var(--azulc);
}

.btn-amarillo {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 4px;
  color: #000;
  font-size: 16px;
  font-family: 'proxima_nova_bold';
  background-color: var(--amarillo);
}

.btn-azulc:active,
.btn-azulc:focus {
  color: #fff;
}

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

.btn-dark {
  display: inline-block;
  padding: 10px 18px;
  color: #fff;
  font-family: proxima_nova_bold;
  font-size: 16px;
  background-color: #333333;
  border-radius: 25px;
  text-decoration: none;
  line-height: 130%;
}

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

.btn-hamb {
  display: block;
  margin: 12px 12px 0 0;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1;
  background-color: #009ee3;
  border-radius: 4px;
}

.btn-hamb:after,
.btn-hamb:before {
  content: "";
}

.btn-hamb span,
.btn-hamb:after,
.btn-hamb:before {
    background: var(--blanco);
    display: block;
    height: 2px;
}

.btn-hamb span {
    margin: 5px 0
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #fff;
  z-index: 999999999;
}
.loading-mask {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #f9f9f9;
  z-index: 9999999999999;
}
.loading-mask img{
  min-width:300px;
  transform-origin: 50% 50% 0px;
  animation: 1s linear 0s infinite normal forwards running ld-breath;
}

.item-curso {
    border: solid 2px #0000004A;
    border-radius: 10px;
    transition: all 0.3s ease; 
    position:relative;
}

.item-curso:hover {
    bottom: 10px;
    border: solid 2px #adadad;
    box-shadow: 0px 3px 8px 1px #b5b5b5;
}


.borders-top-10 {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    height: 135px;
}

.borde-hover {
    padding: 25px 15px;
    box-shadow: 0px 1px 4px 3px #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease; 
}

.borde-hover:hover {    
    box-shadow: 0px 1px 4px 3px #d1d1d1;    
}

.banner-sellers {
  min-height: 540px!important;
}


@media(max-width: 700px){
  .loading-mask img {
    min-width: 200px;
  }
}
@keyframes ld-breath{0%{animation-timing-function:cubic-bezier(0.9647,0.2413,-0.0705,0.7911);transform:scale(0.9099999999999999)}80%{animation-timing-function:cubic-bezier(0.9226,0.2631,-0.0308,0.7628);transform:scale(1.02994)}100%{transform:scale(0.9099999999999999)}}.ld.ld-breath{animation:ld-breath 1s infinite linear}
.loading-mask .middle {
  position: absolute;
  top: 50%;
  width: 100%;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 180px;
}

.breadcrumb{
  font-size: 14px;
  margin:auto;
  max-width: 1200px;
  width: 100%;
}
.breadcrumb li{
  margin-right: 5px;
}
.breadcrumb .active {
  color: var(--primario);
  font-weight: bold;
  padding-left: 2px;
}
.breadcrumb-item+.breadcrumb-item::before{
  font-size: 16px;
  font-weight: 600;
  content: ">";
}
.breadcrumb {
  padding: 10px 0 0 !important;
}
.sombra{
  box-shadow: rgba(var(--negrorgb), 0.2) 0 0 10px;
}
.btn{
  border-radius: 0;
  /*color: var(--primario);*/
  display: inline-block;
  font-weight: bold;
  padding: 7px 15px;
  text-align: center;
  transition: all ease-in-out .3s;
}
.btn-blanco {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #fff;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font2);
  line-height: 130%;
  cursor: pointer;
}
.btn-blanco:hover {
  color: #fff;
  background-color: transparent;
}
.btn-borde {
  display: inline-block;
  padding: 10px 20px;
  background-color: transparent;
  color: #000;
  border: 2px solid #000;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font2);
  line-height: 130%;
  cursor: pointer;
}
.btn-borde:hover {
  color: #fff;
  background-color: #000;
}
.btn-borde-bco {
  display: inline-block;
  box-sizing: border-box;
  min-width: 187px;
  padding: 10px 20px;
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font2);
  line-height: 130%;
  text-align: center;
  cursor: pointer;
}
.btn-borde-bco:hover {
  background-color: #fff;
}
/*.btn:hover{
  color: var(--primario);
}*/

.radio10{
  border-radius: 10px;
}

/* bullets */
.bullet-ico{
  list-style-image: url(https://www.socialpro.mx/images/general/ico-bullet.png);
  padding-left: 40px;
  box-sizing: border-box;
}
.bullet-ico li{
  margin-bottom: 10px;
}
.bullet-color {
  list-style: none;
  padding-left: 20px;
}
.bullet-color li{
  margin-bottom: 15px;
}
.bullet-color li:before{
  background: var(--rojo);
  border-radius: 100%;
  content: ' ';
  display: inline-block;
  height: 10px;
  margin-right: 10px;
  width: 10px;
}

/*formularios*/
::-webkit-input-placeholder{
    font-size: 14px;
}
:-moz-placeholder{ /* Firefox 18- */
    font-size: 14px;
}
::-moz-placeholder{ /* Firefox 19+ */
    font-size: 14px;
}
:-ms-input-placeholder{
    font-size: 14px;
}
.form-columns-1, .form-columns-2{
  max-width: 100% !important;
}
.form-columns-1 .hs-form-field .input, .form-columns-2 .hs-form-field:last-child .input {
  margin-right: 0 !important;
}
.hs-form-field {
  margin-bottom: 15px;
}
.hs-form-field label{
  color: var(--primario);
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.hs-form-field input, .hs-form-field select, .hs-form-field textarea {
  border: var(--grisc) 1px solid;
  border-radius: 10px;
  box-sizing: border-box;
  font-family: var(--font);
  font-size: 16px;
  padding: 7px 15px !important;
  width: 100%;
}
.hs-form-field textarea {
  min-height: 150px;
}
.hs-error-msgs .hs-error-msg, .hs_error_rollup {
  color: red;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  line-height: 130%;
}
.hs_error_rollup{
  display: none;
}
.hs-main-font-element {
  font-weight: bold;
}
.hs-submit .actions input {
  background: var(--rojo);
  border: 0;
  border-radius: 10px;
  box-sizing: border-box;
  color: var(--blanco);
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  padding: 7px 15px;
  text-align: center;
  transition: all ease-in-out .3s;
  max-width: 180px;
  width: 100%;
}
.hs-submit .actions {
  text-align: center;
}
.hs-submit .actions input:hover {
  background: var(--rojo);
}

/****************Modal***********************/
.modal{display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,0.4);z-index:10}
.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:50%;transform:translateY(-50%)}
.close{background:var(--azul);font-size:25px;font-weight:500;position:absolute;right:-1px;top:-9px;color:#fff;padding:6px 12px;right:-17px;z-index:1}
.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer}
.video-yt{cursor:pointer}
@media(max-width:780px){
.modal-content{max-width:90%!important;padding-top:49%}
.modal iframe#playerId{width:100%;height:100%;position:absolute;top:0;left:0}
}


/* @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: #009EE3;
}

.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: #009EE3;
}

.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) {
  .fs50 {
    font-size: 32px;
  }
  
  .fs35 {
    font-size: 24px; 
  }
  
  .fs24 {
    font-size: 20px; 
  }
  
  .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) {
  p {
    font-size: 16px;
  }
  
  .w-90 {
    width: 100%;
  }
  
  .header-sticky {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
  }
  
  .header-sticky.shadow {
    box-shadow: 0 0 10px #333;
  }
  
  #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;
  }
  
  .ico-b {
    flex: 0 0 60px;
    margin-right: 15px;
  }
}

@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 10px;
  }  
  
  .f_menu li,
  .f_menu li:first-of-type {
    margin: 0 0 10px;
  }
  
  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;
  }
}

#bg-recursos {
  background-image: url('https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/recursos-2025/banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

/* LP - Partners 2024 */

#bg-partners {
  position: relative;
  padding-bottom: 70px;
}

#bg-partners:after {
  content: '';
  position: absolute;
  height: 71px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  background-image: url('https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/partners/2024/division-amarilla.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  #bg-recursos {
    background-image: url('https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/recursos-2025/banner-movil.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
  
  #bg-partners {
    padding-bottom: 34px;
  }
  
  #bg-partners:after {
    height: 34px;
    background-image: url('https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/LP/partners/2024/division-amarilla-movil.png');
  }
  
  /*#bg-sellers {
    background-image: url('https://20201892.fs1.hubspotusercontent-na1.net/hubfs/20201892/sellers/learning-hub/mercado-pago-centro-de-recursos-point-degradado-banner-movil.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }*/
  
  .fs30 {
    font-size: 25px;
  }
  
  .fs26 {
    font-size: 22px;
  }
  
  .fs25 {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .fs32 {
    font-size: 26px;
  }
  
  .fs30,
  .fs24 {
    font-size: 20px;
  }
}


#cont-cookie {
    display: none
}

.cookie-bar {
    align-items: center;
    background: #000;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    padding: .8em 3em;
    position: fixed;
    width: 100%;
    z-index: 10
}

.accept-cookie {
    background: #fff;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 24px;
    text-align: center
}

.txt-cookie a {
    color: inherit;
    text-decoration: underline
}

@media(max-width: 700px) {
    .cookie-bar {
        display:block;
        padding: 10px
    }

    .accept-cookie,.cookie-bar {
        font-size: 14px;
        text-align: center
    }

    .accept-cookie {
        display: inline-block;
        margin: 15px 0 0
    }
}