/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
.menu {
  padding: 20px 0 0;
}

.menu .navigation {
  margin-left: 30px;
}

.menu #site-search {
  color: inherit;
  cursor: pointer;
  margin-right: 20px;
  transition: .2s ease;
}

.menu #site-search:hover {
  opacity: .7;
}

.menu .globe_class {
  background-image: none;
  border-radius: 0;
  cursor: pointer;
  height: auto;
  margin-right: 20px;
  position: relative;
  text-transform: uppercase;
  width: auto;
}

.menu .globe_class:before {
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  content: 'public';
  direction: ltr;
  display: inline-block;
  font-family: 'Material Icons';
  font-feature-settings: 'liga';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  transition: .2s ease;
  white-space: nowrap;
  word-wrap: normal;
}

.menu .globe_class:hover:before {
  opacity: .7;
}

.menu .globe_class:after {
  display: inline-block;
  vertical-align: middle;
}

#hs_cos_wrapper_site_search form {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  margin: 0 auto;
  max-width: none;
  padding: 0;
  position: relative;
}

#hs_cos_wrapper_site_search form input[type=text] {
  border-radius: 25px;
  border: none;
  box-shadow: 0 3px 50px rgba(53, 71, 98, .7);
  padding-right: 60px;
}

#hs_cos_wrapper_site_search form label {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin: 0 0 5px;
  padding-left: 20px;
  text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

#hs_cos_wrapper_site_search form button {
  background: transparent;
  border-radius: 50%;
  border: 0;
  bottom: 5px;
  box-shadow: none;
  cursor: pointer;
  font-size: 34px;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0;
  position: absolute;
  right: 5px;
  transition: .2s ease;
  width: 40px;
}

#hs_cos_wrapper_site_search form button span {
  display: none;
}

#hs_cos_wrapper_site_search form button:before {
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  content: 'search';
  direction: ltr;
  display: inline-block;
  font-family: 'Material Icons';
  font-feature-settings: 'liga';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
}

#hs_cos_wrapper_site_search .hs-search-field__suggestions {
  background: #fff;
  border-radius: 10px;
  border: none;
  box-shadow: 0 3px 50px rgba(53, 71, 98, .7);
  display: none;
  margin: 30px 0 0;
  padding: 20px;
}

#hs_cos_wrapper_site_search .hs-search-field--open .hs-search-field__suggestions {
  background: #fff;
  border-radius: 10px;
  border: none;
  box-shadow: 0 3px 50px rgba(0, 0, 0, .2);
  display: block;
  margin: 20px 0 0;
  padding: 25px 25px 20px;
  position:relative;
}

#hs_cos_wrapper_site_search #results-for {
  font-size: 20px;
  margin: 0 0 10px;
}

#hs_cos_wrapper_site_search li a {
  background: transparent;
  display: inline-block;
  font-size: 18px;
  margin: 0 0 5px;
}

.menu .lang_list_class {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 16px rgba(163, 172, 191, .3);
  height: auto;
  line-height: 1;
  margin: 0;
  min-width: 180px;  /* antes 160px  antes 160px */
  padding: 15px;
  text-align: center;
  top: 110%;
}

.menu .lang_list_class:after, .menu .lang_list_class:before {
  background: #fff;
  border: none;
  content: '';
  height: 20px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: -5px;
  transform: rotate(45deg);
  transition: .1s ease;
  width: 20px;
}

.menu ul.lang_list_class li {
  border: none;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  padding: 0;
  width: 100%;
}

.menu ul.lang_list_class li a {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  width: 100%;
}
/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 28px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}

.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}

.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}

.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}

.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}

.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}

.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, 
.container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
    /* se deshabilitó para evitar que todo el texto se centre 
     * text-align: center;
     * */
    min-height: 0;
  }
  .dnd-section>.row-fluid>[class*="span"] {
    margin-bottom: 0px;  /* antes 50px */
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, 
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }
  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }
  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }
  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }
  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }
  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }
  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }
  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }
  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }
  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }
  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }
  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, 
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }
  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }
  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }
  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }
  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }
  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }
  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }
  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }
  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }
  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }
  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, 
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}
/* Cookies banner */

body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
  border: none;
  box-shadow: 0 0 30px rgba(163, 172, 191, .5);
  font-family: inherit;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  color: inherit;
  margin: 0 0 10px;
  font-size: 14px !important; /* antes inherit  !important */
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  margin: 20px 0 0!important;
  text-align: center!important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a, div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a:hover {
  font-size: 14px !important;
}

#hs-eu-cookie-confirmation #hs-eu-cookie-settings-button {
  background-color: #4687f1 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 400 !important;
}
.primary-button {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease;
}

.secondary-button {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease;
}

.tertiary-button {
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease;
  cursor: pointer;
}

.plain-button {
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease;
  cursor: pointer;
}

.custom-button {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease;
}

.primary-button:focus,
.primary-button:active,
.secondary-button:focus,
.secondary-button:active,
.tertiary-button:focus,
.tertiary-button:active {
  outline:none;
}

@media (max-width: 767px) {
  .primary-button, .secondary-button, .tertiary-button, .custom-button, .plain-button, .blue-button {
    width: 100%;
    text-align: center;
  }
}
/* Default modal */
.video-modal-wrapper .video-modal,
.modal-wrapper .modal {
  height: 100%;
  left: 0;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: -998;
}

.video-modal-wrapper .video-modal.visible,
.modal-wrapper .modal.visible {
  display: block;
  opacity: 1;
  transition: .2s ease;
  z-index: 999;
}

.video-modal-wrapper .overlay,
.modal-wrapper .overlay {
  background: #354762;
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  width: 100%;
  z-index: -999;
}

.video-modal-wrapper .overlay.visible,
.modal-wrapper .overlay.visible {
  display: block;
  opacity: .6;
  transition: .2s ease;
  z-index: 997;
}

.modal-wrapper .modal-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 80px rgba(0, 0, 0, .3);
  display: inline-block;
  height: auto;
  margin: 80px auto;
  max-width: 800px;
  overflow: hidden;
  padding: 70px 50px 50px;
  position: relative;
  width: 100%;
  z-index: 999;
}

.modal-wrapper .modal-card-custom-button {
  background: unset;
  border-radius: 16px;
  box-shadow: unset;
  display: inline-block;
  height: auto;
  margin: 80px auto;
  max-width: 500px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 999;
}

.video-modal-wrapper .video {
  padding: 50px 20px;
  max-width: 1440px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  position:relative;
}

.video-modal-wrapper .close-button {
  color:#fff;
  position:absolute;
  top:13px;
  right:13px;
  z-index: -999;
  cursor:pointer;
  transition: .2s ease;
  display:none;
}

.video-modal-wrapper .close-button:hover {
  opacity: .6;
}

.video-modal-wrapper.open .close-button {
  display: block;
  z-index: 999;
}

.video-modal-wrapper .video video {
  max-width: 100%;
  height: auto;
  width: auto;
  box-shadow: 0 10px 80px rgba(0,0,0,.3);
  max-height: 100%;
  margin: 0 auto;
}

.modal-wrapper .modal-card .modal-title {
  margin: 0 0 50px;
}

.modal-wrapper .modal-card .modal-title p {
  font-size: 18px;
  margin: 10px 0 0;
}

.modal-wrapper .modal-card .modal-body {
  font-size: 16px;
  text-align: left;
}

.modal-wrapper .modal-card .modal-body p {
  font-size: 16px !important;
}

.modal-wrapper .modal-card .modal-body>div h1,
.modal-wrapper .modal-card .modal-body>div h2,
.modal-wrapper .modal-card .modal-body>div h3,
.modal-wrapper .modal-card .modal-body>div h4,
.modal-wrapper .modal-card .modal-body>div h5,
.modal-wrapper .modal-card .modal-body>div h5,
.modal-wrapper .modal-card .modal-body>div p,
.modal-wrapper .modal-card .modal-body>div pre,
.modal-wrapper .modal-card .modal-body>div div,
.modal-wrapper .modal-card .modal-body>div blockquote,
.modal-wrapper .modal-card .modal-body>div ol,
.modal-wrapper .modal-card .modal-body>div ul {
  display: inline-block;
  margin: 0 0 20px;
  width: 100%;
}

.modal-wrapper .modal-card .modal-body ul ul, 
.modal-wrapper .modal-card .modal-body ol ol, 
.modal-wrapper .modal-card .modal-body ul ol, 
.modal-wrapper .modal-card .modal-body ol ul {
  margin: 0;
}

.modal-wrapper .modal-card .modal-body ul li, 
.modal-wrapper .modal-card .modal-body ol li {
  margin: 0 0 5px;
}

.modal-wrapper .modal-card .modal-body ul li:last-child, 
.modal-wrapper .modal-card .modal-body ol li:las-child {
  margin: 0;
}

.modal-wrapper .modal-card .modal-body img {
  display: block;
  height: auto;
  margin: 0 auto 20px;
  max-width: 100%;
}

.modal-wrapper .modal-card .modal-body blockquote {
  border-left: 2px solid;
  font-style: italic;
  padding: 10px 20px;
}

.modal-wrapper .modal-card .modal-body pre {
  background: rgba(0, 0, 0, .03);
  border-radius: 4px;
  font-family: Menlo, monospace;
  overflow-x: auto;
  padding: 10px 15px;
}

.modal-wrapper span.close {
  color: inherit;
  cursor: pointer;
  font-size: 30px;
  opacity: .3;
  position: absolute;
  right: 30px;
  top: 30px;
  transition: .2s ease;
}

.modal-wrapper span.close:hover {
  opacity: 1;
}

/* Search modal */

.search-modal-wrapper .modal {
  height: 100%;
  left: 0;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: -998;
}

.search-modal-wrapper .modal.visible {
  display: block;
  opacity: 1;
  transition: .2s ease;
  z-index: 999;
}

.search-modal-wrapper .overlay {
  background: #354762;
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  width: 100%;
  z-index: -999;
}

.search-modal-wrapper .overlay.visible {
  display: block;
  opacity: .8;
  transition: .2s ease;
  z-index: 997;
}

.search-modal-wrapper .modal-card {
  display: inline-block;
  height: auto;
  margin: 100px auto;
  max-width: 640px;
  padding: 0 20px;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 999;
}

@media (max-width: 820px) {
  .modal-wrapper span.close {
    right: 15px;
    top: 15px;
  }
}

@media (min-width: 421px) and (max-width: 820px) {
  .modal-wrapper .modal-card {
    max-width:90%;
    padding:50px 30px 30px;
  }
  .modal-wrapper span.close {
    right: 15px;
    top: 25px; /* antes 15px */
  }
}

@media (max-width: 420px) {
  .modal-wrapper .modal-card {
    max-width:94%;
    padding:50px 20px 30px;
  }
}
.hs-form-field {
  padding-bottom: 4px; /* antes 20px */
  position: relative;
}

input[type=text], 
input[type=email], input[type=password], input[type=tel], input[type=number], input[type=file], select, textarea {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, .2);
  box-shadow: none;
  display: inline-block;
  font-family: inherit;
  font-size: 18px;
  height: auto;
  outline: none;
  padding: 14px 20px;
  transition: .2s ease;
  width: 100%;
}

form textarea {
  height: auto;
  min-height: 100px;
  resize: none;
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=file]:focus, select:focus, textarea:focus {
  border: 1px solid rgba(0, 0, 0, .4);
}

form select, form input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

fieldset {
  max-width: 100% !important;
}

.hs_error_rollup {
  display: none !important;
}

.hs-form-field legend, .hs-form-field label {
  display: inline-block;
  font-size: 12px;
  margin: 0 0 5px;
}

.hs-form-required {
  color: #f44;
}

.hs-form-field .hs-error-msgs {
  color: #f44;
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hs-form-field .hs-error-msgs li {
  margin: 5px 0 -5px;
}

.hs-fieldtype-textarea.hs-form-field .hs-error-msgs li {
  margin: 0;
}

.inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inputs-list li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 20px;
  vertical-align: top;
}

.inputs-list li label {
  cursor: pointer;
  margin: 0;
}

.hs-form-checkbox label input, .hs-form-booleancheckbox label input {
  height: 0;
  position: absolute;
  visibility: hidden;
  width: 0;
  z-index: -999;
}

.hs-form-checkbox label>span, .hs-form-booleancheckbox label>span {
  display: inline-block !important;
  font-size: 14px;
  line-height: 24px;
  margin: 0 !important;
  padding-left: 22px;
  position: relative;
}

.hs-form-checkbox label>span:before, .hs-form-booleancheckbox label>span:before {
  background-color: #fff;
  background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAnCAYAAABNJBuZAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAMqADAAQAAAABAAAAJwAAAAD+A5VjAAABvUlEQVRYCe2VPU/DMBCGy9cfQ0JCAgmxMTGVDQkhdWCDjaEDAyywdUIsTEz8Mj4qwuPiU4OVnE0+XBvF0uWc2L57H18Sj0YZtqIoJth1htKXki0EbtHyhEG6qYTbrpaYGfRQXwUhUBfrGTCMUHuJzqmida6MpTEExFS2vcZP0lCqqBgglM2JOjRUIup2K8mGSiibE3Xov1TiFhCtZXFO+CBOo74aTZJRggGiycZ1viZKJUiyj213rt4GJPYNprXz1rmJvou9Y2/YTuuATgBi9v9NkEQg6C7aB9fOYIj18BO29tr+70RoF0KydQJDsP4hTPVJ9CzKa/yB85YE3xLvriamPD4LDuabSMQt7FUiV/hPnu354rjjrIlTiXJikobAHJbXaP2VQIggC/OCr2tzBrwwzIlfCYEQj4hNzAdzJPNdHwBx4q7p7T4A5os5v2C4X0sKQnbHwmh/MwNzbOZbiBlea/EqIRBlj7InTR1jY+zeM6f9YVcW1aSPwA1Mq4yHoVhtJcrQFubRp7hiPB0IAUKk+Zj/ApMeRAOYdCEcGO0PlT5EAEw+EDUw5kzJD0JgjAfAnCHj8rOh33IHvgHiAV3dj4eEJAAAAABJRU5ErkJggg==');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 2px;
  border: 1px solid #1869ff;
  content: '';
  display: inline-block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 6px;
  transition: .2s ease;
  width: 12px;
}

.hs-form-checkbox label input[type=checkbox]:checked+span:before, .hs-form-booleancheckbox label input[type=checkbox]:checked+span:before {
  background-color: #1869ff;
}

.hs-form-radio label input {
  height: 0;
  position: absolute;
  visibility: hidden;
  width: 0;
  z-index: -999;
}

.hs-form-radio label>span {
  display: inline-block !important;
  font-size: 16px;
  line-height: 24px;
  margin: 0 !important;
  padding-left: 22px;
  position: relative;
}

.hs-form-radio label>span:before {
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #1869ff;
  content: '';
  display: inline-block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 6px;
  transition: .2s ease;
  width: 12px;
}

.hs-form-radio label input[type=radio]:checked+span:before {
  background-color: #1869ff;
  box-shadow: inset 0 0 0 2px #fff;
}

.legal-consent-container .field.hs-form-field {
  line-height: 1;
  margin: 0 !important;
  overflow: hidden;
}

.submitted-message,
form {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 50px rgba(163, 172, 191, .3);
  margin: 0 auto;
  max-width: 500px;
  padding: 25px; /* antes 40px */
  text-align: left;
}

form .form-title {
  margin: 0 0 30px;
  text-align: center;
}

form h6, form h5, form h4, form h3, form h2, form h1 {
  font-size: 22px;
  margin: 0 0 5px;
  text-align: center;
}

form p {
  font-size: 18px;
}

#hs-pwd-widget-password {
  height: 50px !important;
  margin-bottom: 30px;
  margin-top: 0 !important;
}

form .hs-button {
  background: #1869ff;
  border: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.5;
  margin: 10px 0 0;
  min-height: 50px;
  outline: 0;
  text-decoration: none;
  transition: all .2s ease;
  white-space: break-spaces;
  width: 100%;
}

.hs-form fieldset.form-columns-2 div.input, .hs-form fieldset.form-columns-1 div.input {
  margin-right: 0;
}

.hs-form fieldset.form-columns-2>div.hs-form-field {
  width: 48%;
}

.hs-form fieldset.form-columns-2>div:first-child {
  margin-right: 2%;
}

.hs-form fieldset.form-columns-2>div:last-child {
  margin-left: 2%;
}

form.hs-form fieldset.form-columns-3 .input {
  margin: 0;
}

form.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 30.6%;
}

form.hs-form fieldset.form-columns-3 .hs-form-field:nth-child(2) {
  margin: 0 4%;
}

.hs-form fieldset.form-columns-1 div.hs-input, .hs-form fieldset.form-columns-1 input.hs-input {
  width: 100%;
}

.hs-form .hs-fieldtype-intl-phone.hs-input input {
  width: 66%!important;
}

.hs-form .hs-fieldtype-intl-phone.hs-input select {
  background-image: url('../../images/select-arrow.svg');
  background-position: 92% 52%;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 15px;
  padding-right: 30px;
}

.hs-form .hs-richtext {
  margin: 0 0 20px;
  text-align: center;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  line-height: 20px;
}

.hs-form .legal-consent-container .hs-richtext {
  font-size: 12px;
  margin: 0 0 20px;
  text-align: left;
}

.hs-form .legal-consent-container .hs-richtext h1, .hs-form .legal-consent-container .hs-richtext h2, .hs-form .legal-consent-container .hs-richtext h3, .hs-form .legal-consent-container .hs-richtext h4, .hs-form .legal-consent-container .hs-richtext h5, .hs-form .legal-consent-container .hs-richtext h6 {
  font-size: 14px;
  margin: 0 0 5px;
  text-align: left;
}

.hs-form .legal-consent-container .hs-richtext p {
  font-size: inherit;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  color: inherit;
  font-size: 14px;
}

@media (min-width: 768px) and (max-width: 993px) {
  form {
    padding: 30px 20px;
  }
}

@media (max-width: 540px) {
  form {
    padding: 30px 20px;
  }
  form.hs-form fieldset.form-columns-3 .hs-form-field, .hs-form fieldset.form-columns-2>div.hs-form-field {
    width: 100%;
  }
  .hs-form fieldset.form-columns-2>div:last-child {
    margin-left: 0;
  }
  .hs-form fieldset.form-columns-2>div:first-child {
    margin-right: 0;
  }
  form.hs-form fieldset.form-columns-3 .hs-form-field:nth-child(2) {
    margin: 0;
  }
  form h6, form h5, form h4, form h3, form h2, form h1 {
    font-size: 20px;
    margin: 0 0 5px;
    text-align: center;
  }
  form p {
    font-size: 16px;
  }
  form.hs-form .hs-input {
    width: 100% !important;
  }
}
/* Webinars & Workshops */
.max-width-webinar {
  max-width: 66.66666%;
}

/* tamaño CTA */
.hs-cta-embed.hs-cta-simple-placeholder {
  width: 100% !important;  /* antes 370px */
}

h3.form-title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
}

.form-layout {
  padding: 24px;
  box-shadow: 0px 0px 15px 0px rgba(70, 135, 241, 0.15);
  border-radius: 20px;
  width: 100%;
}

.column-agenda {
  float: left;
  width: 50%;
}

.row-agenda:after {
  content: "";
  display: table;
  clear: both;
}

.background-button-sticky {
  background: #e0e9fc;
  padding: 20px;
}

@media screen and (max-width: 900px) {
  .column-agenda {
    width: 50%;
  }
  
  .column-center {
    display: block !important;
  }
}

@media screen and (max-width: 600px) {
  .column-agenda {
    width: 100%;
  }
  
  .column-center {
    display: block !important;
  }
}

.column-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Blog v2 */

.image-final-section-presencial {
  margin-top: 50px;
}

.background-final-section-presencial {
  background-image: linear-gradient(to bottom, rgba(70, 135, 241, 1), rgba(159, 197, 232, 1)) !important;
  margin-top: 80px;
  padding: 80px 20px 0;
}

.background-final-section {
  background-image: linear-gradient(to bottom, rgba(70, 135, 241, 1), rgba(159, 197, 232, 1)) !important;
}

.background-section-community {
  background-image: linear-gradient(to bottom, rgba(70, 135, 241, 1), rgba(27, 92, 198, 1)) !important;
}

.background-section-certificate {
  background-image: linear-gradient(to bottom, rgba(70, 135, 241, 0.1), rgba(256, 256, 256, 1)) !important;
}

/* clase para sección calculadora de mantenipedia */
.calculator {
  padding: 50px 0px 80px;
  background-color: #fafafa;
  border-radius: 30px;
}

/* sidebar, columna de contenido y final del blog */
.sticky-blog-sidebar, .sticky-blog-sidebar-left, .sticky-blog-sidebar-right {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  height: 110vh;
  min-height: 200px;
  height: 100%;
  /*background-color: #fff;
  overflow-y: auto;*/
}

.sticky-blog-sidebar-left {
  padding: 20px 0;
  float: left;
  overflow: auto;
  overflow-y: hidden; /* esconde la barra de scroll vertical */
}

.sticky-blog-sidebar-right {
  padding: 1px 0 0 0;
  float: right;
}

.no-scroll-bar {
  overflow: auto;
  overflow-y: hidden !important;
  -ms-overflow-style: none; /* IE 11 */
  scrollbar-width: none; /* Firefox 64 */
  min-height: 100% !important;
  height: 100% !important;
}

.blog-column-content {
  /*float: left;
  /*overflow-x: clip;*/
  display: flex;
  flex-direction: column;
}

.container-blog-bottom {
  max-width: 1440px; /* antes 1240px */
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
}

.container-blog-downloadable {
  max-width: 1440px; /* antes 1240px */
  margin: 0 auto;
  padding: 0;
  z-index: 1;
}

/* clases para el blog listing de mantenipedia */

.inner-container {
  max-width: 1480px; /* antes 1280px */
  margin: 0 auto;
  padding: 0 20px;
}

.header-background {
  background-image: linear-gradient(to bottom, rgba(70, 135, 241, 0.2), rgba(255, 255, 255, 1)) !important;
  /*margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;*/
}

.footer-background-comunidad {
  background-image: linear-gradient(to bottom, rgba(70, 135, 241, 1), rgba(27, 92, 198, 1)) !important;
  margin-top: 80px;
  padding: 50px 0; /* antes 50px 20px */
  /*margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;*/
}

.header-background-spacing {
  margin-top: 20px;
  padding: 50px 20px; /* antes 50px 20px */
}

.section-mt-mantenipedia {
  margin-top: 60px;
}

/* clase para el blog listing */

#gestion-de-mantenimiento_module_165835808350067 .btn.active_module_165835808350067 {
  background-color: #4687f1;
  color: white;
}

#gestion-de-activos_module_165835808350067 .btn.active_module_165835808350067 {
  background-color: #4687f1;
  color: white;
}

.blog-listing > .article {
  border-radius: 20px !important;
}

.newsletter-for-blog {
  max-width: 1440px; /* antes 1240px */
  padding: 0px 20px;
  margin: 0 auto;
}

/* Clases para el blog post v3 */

.container-blog-v3 {
  margin-bottom: 60px !important;
}

/* Clases para el blog post v2 */

.container-blog {
  display: block; 
  margin-bottom: 60px !important;
  overflow: hidden;
}

.title-mobile {
  font-size: 40px;
}

.blog-listing > .article .article-content h5 { text-transform: capitalize !important; }

.section-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 0 30px 0;
}

.blog-line-separation {
  border-bottom: 1px solid #E0E0E0;
  width: 100%;
  padding-bottom: 20px;
}

.blog-image img { 
  border-radius: 10px; 
}

.topic-list, .topic-list a, .topic-list a:hover, .topic-list a:active { 
  color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.05);
  padding: 8px 12px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
}

.topic-list-p { margin-bottom: 20px !important; }

.blog-post .post-title-v2 {
  position: relative;
}

.featured-image-v2 {
  background-position: 50%;
  background-size: cover;
  border-radius: 20px !important;
  height: 500px;
}

.search-box {
  max-width: 100% !important;
}

.related-posts { 
  max-width: 100% !important;
}

.blog-post .blog-back-button-v2:hover, 
.blog-post .post-meta a:hover {
  opacity: .7;
}

.blog-post .blog-back-button-v2 {
  display: inline-block;
  height: 24px;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 70px;
  transition: .2s ease;
  width: 24px;
}

.topic-v2 { 
  color: #fff !important;
  background: #4687f1;
  padding: 8px 16px;
  border-radius: 10px;
  font-weight: 500;
}

.blog-left .column1 {
  order: 2;
}

.blog-left .column2 {
  order: 1;
}

.socials {
  bottom: 26px;
  position: relative;
}

.blog-post-body-v2 {
  margin: 50px 0 0; /* antes 50px auto 0 y luego 50px 0 0 */
  /* max-width: 1040px; */
  padding: 0;
}

.blog-post-body-v2 h1, 
.blog-post-body-v2 h2, 
.blog-post-body-v2 h3, 
.blog-post-body-v2 h4, 
.blog-post-body-v2 h5, 
.blog-post-body-v2 h6, 
.blog-post-body-v2 p, 
/* se quitó por reproductor de lectura .blog-post-body-v2 div,*/
.blog-post-body-v2 pre, 
.blog-post-body-v2 blockquote, 
.blog-post-body-v2 ul, 
.blog-post-body-v2 ol, 
.blog-post-body-v2 hr {
  margin: 0 0 25px;
}

/* para poner espacio entre el reproductor de lectura y el texto del blog */
#hs_cos_wrapper_narration/*, .hs-audio-player */ {
  margin-bottom: 25px;
}

.blog-post-body-v2 .hs-embed-wrapper {
  margin: 0 auto 50px !important;
}

.blog-post-body-v2 ul ul, 
.blog-post-body-v2 ul ol, 
.blog-post-body-v2 ol ul, 
.blog-post-body-v2 ol ol {
  margin: 0;
}

.blog-post-body-v2 blockquote {
  border-left: 2px solid;
  font-style: italic;
  padding: 10px 20px;
}

.blog-post-body-v2 blockquote p {
  color: inherit;
  margin: 0;
}

.blog-post-body-v2 pre {
  background: rgba(0, 0, 0, .03);
  border-radius: 4px;
  font-family: Menlo, monospace;
  overflow-x: auto;
  padding: 10px 15px;
}

.blog-post-body-v2 img {
  margin: 20px auto;
  /*width:100% !important;
  max-width:1080px !important;*/
}

/* v3 porque corresponde al blog de casos de éxito */

.blog-post-body-v3 {
  margin: 20px 0 0; /* antes 50px auto 0 */
  /* max-width: 1040px; */
  padding: 0;
}

.blog-post-body-v4 {
  margin: 0 0 25px;
}

.blog-post-body-v4 h3 {
  margin-bottom: 20px;
  padding: 0;
}

.blog-post-body-v3 h1, 
.blog-post-body-v3 h2, 
.blog-post-body-v3 h3, 
.blog-post-body-v3 h4, 
.blog-post-body-v3 h5, 
.blog-post-body-v3 h6, 
.blog-post-body-v3 p, 
.blog-post-body-v3 div, 
.blog-post-body-v3 pre, 
.blog-post-body-v3 blockquote, 
.blog-post-body-v3 ul, 
.blog-post-body-v3 ol, 
.blog-post-body-v3 hr {
  margin: 0 0 25px;
}

.blog-post-body-v4 h1, 
.blog-post-body-v4 h2, 
.blog-post-body-v4 h3, 
.blog-post-body-v4 h4, 
.blog-post-body-v4 h5, 
.blog-post-body-v4 h6, 
.blog-post-body-v4 p, 
.blog-post-body-v4 div, 
.blog-post-body-v4 pre, 
.blog-post-body-v4 blockquote, 
.blog-post-body-v4 ul, 
.blog-post-body-v4 ol, 
.blog-post-body-v4 hr {
  margin: 0 0 25px;
}

.blog-post-body-v3 .hs-embed-wrapper {
  margin: 0 auto 50px !important;
}

.blog-post-body-v3 ul ul, 
.blog-post-body-v3 ul ol, 
.blog-post-body-v3 ol ul, 
.blog-post-body-v3 ol ol {
  margin: 0;
}

.blog-post-body-v3 blockquote {
  border-left: 2px solid;
  font-style: italic;
  padding: 10px 20px;
}

.blog-post-body-v3 blockquote p {
  color: inherit;
  margin: 0;
}

.blog-post-body-v3 pre {
  background: rgba(0, 0, 0, .03);
  border-radius: 4px;
  font-family: Menlo, monospace;
  overflow-x: auto;
  padding: 10px 15px;
}

.blog-post-body-v3 img {
  margin: 20px auto;
}

/* End Blog v2 and v3 */

.blog-listing-container {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 20px;
}

.blog-listing-container-v2 {
  margin: 0 auto;
  max-width: 1440px; /* antes 1240px */
  padding: 0 20px;
}

.blog-large-container {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 20px;
}

.blog-header-title {
  margin: 0;
}

.blog-header-subtitle {
  color: #212121;
}

/* Listing Page */

.blog-listing {
  -webkit-align-items: stretch;
  -webkit-justify-content: center;
  align-items: stretch;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.blog-listing>.article {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(163,172,191,.3);
  margin: 0 20px 40px;
  max-width: 400px;
  overflow: hidden;
  transition: .2s ease;
  width: 29%;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
}

.blog-listing>.article:hover {
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  box-shadow: 0 3px 9px rgba(163,172,191,.3);
  transform: translateY(-5px);
  transform: translateY(-5px);
}

.blog-listing>.article .article-image {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 200px;
  overflow: hidden;
  position: relative;
  background-color: #fafafa;
}

.blog-listing>.article .article-image:before {
  content: 'image_search';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  color: inherit;
  opacity: .1;
}

.blog-listing>.article .article-image img {
  -moz-transform: translate(-50%, -50%) translate3d(0, 0, 0);
  -ms-transform: translate(-50%, -50%) translate3d(0, 0, 0);
  -o-transform: translate(-50%, -50%) translate3d(0, 0, 0);
  -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0);
  height: auto;
  left: 50%;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) translate3d(0, 0, 0);
  width: 100%; /* antes 150% */
}

.blog-listing>.article .article-content {
  padding: 25px;
  text-align: left;
}

.blog-listing>.article .article-content h2 {
  font-size: 24px;
  margin: 0 0 10px;
}

.blog-listing>.article .article-content p {
  font-size: 18px;
  margin: 0 0 30px;
}

.blog-listing>.article .article-content h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}

.blog-pagination a {
  display: inline-block;
  margin: 0 10px;
  transition: .2s ease;
}

.blog-pagination a.active {
  color: #2F3134;
}

.blog-pagination a {
  display: inline-block;
  margin: 0 10px;
  transition: .2s ease;
}

.blog-pagination .arrow {
  line-height: 1;
  margin: 0 10px;
  vertical-align: -5px;
}

.blog-pagination .arrow.disabled {
  /*visibility: hidden;*/
  display: none;
}

.blog-pagination .arrow svg {
  max-width: 100%;
}

.blog-pagination .arrow svg path {
  transition: .2s ease;
}

/* Article Page */

.featured-image {
  background-position: center;
  background-size: cover;
  border-radius: 6px;
  height: 500px;
}

.blog-post-body {
  margin: 70px auto 0;
  max-width: 1040px;
  padding: 0 20px;
}

.blog-post-body h1, 
.blog-post-body h2, 
.blog-post-body h3, 
.blog-post-body h4, 
.blog-post-body h5, 
.blog-post-body h6, 
.blog-post-body p, 
.blog-post-body div, 
.blog-post-body pre, 
.blog-post-body blockquote, 
.blog-post-body ul, 
.blog-post-body ol, 
.blog-post-body hr {
  margin: 0 0 25px;
}

.blog-post-body .hs-embed-wrapper {
  margin: 0 auto 50px !important;
}

.blog-post-body ul ul, 
.blog-post-body ul ol, 
.blog-post-body ol ul, 
.blog-post-body ol ol {
  margin: 0;
}

.blog-post-body blockquote {
  border-left: 2px solid;
  font-style: italic;
  padding: 10px 20px;
}

.blog-post-body blockquote p {
  color: inherit;
  margin: 0;
}

.blog-post-body pre {
  background: rgba(0, 0, 0, .03);
  border-radius: 4px;
  font-family: Menlo, monospace;
  overflow-x: auto;
  padding: 10px 15px;
}

.blog-post-body img {
  margin: 0 auto;
}

.blog-post .post-title {
  padding-left: 55px;
  position: relative;
}

.blog-post .post-meta {
  -webkit-align-items: center;
  -webkit-justify-content: start;
  align-items: center;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin: 30px 0 0;
}

.blog-post .dot {
  background: #C0C9D2;
  border-radius: 50%;
  height: 5px;
  margin: 0 10px;
  width: 5px;
}

.blog-post .dot {
  background: #C0C9D2;
  border-radius: 50%;
  height: 5px;
  margin: 0 10px;
  width: 5px;
}

.blog-post .blog-post-timestamp {
  margin-right: 50px;
}

.blog-post .post-meta .post-author {
  color: inherit;
  font-weight: 600;
  /*text-transform: uppercase;*/
}

.blog-post .post-meta a {
  transition: .2s ease;
}

.blog-post .blog-back-button:hover, 
.blog-post .post-meta a:hover {
  opacity: .7;
}

.blog-post .blog-back-button {
  display: inline-block;
  height: 24px;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 30px;
  transition: .2s ease;
  width: 24px;
}

.blog-post hr {
  border-top: 1px solid;
  display: inline-block;
  opacity: .3;
  width: 100%;
}

.blog-post .topic-list-wrapper a {
  display: inline-block;
  margin-right: 10px;
}

.blog-post .topic-list-wrapper .topics-icon {
  display: inline-block;
  height: 20px;
  line-height: 1;
  vertical-align: -4px;
  width: 20px;
}

@media (min-width: 1024px) and (max-width:1400px) {
  .blog-listing>.article {
    margin: 0 15px 30px;
    width: 30%;
  }
  .blog-listing>.article .article-content {
    padding: 20px;
  }
  .blog-listing>.article .article-image {
    height: 150px;
  }
}

@media (max-width:1400px) {
  .blog-listing>.article .article-content h2 {
    font-size: 22px;
  }
  .blog-listing>.article .article-content p {
    font-size: 16px;
  }
  .blog-listing>.article .article-content h5 {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width:1023px) {
  .blog-listing>.article {
    margin: 0 15px 30px;
    width: 45%;
  }
  .blog-listing>.article .article-image {
    height: 170px;
  }
}

@media (max-width: 767px) {
  .max-width-webinar {
    max-width: 100%;
  }
  
  /*h1 {
   text-align: center; 
  }*/
  
  .blog-header-subtitle {
    display: inline-block;
    max-width: 500px;
  }
  .blog-listing>.article {
    margin: 0 0 40px;
    width: 100%;
  }
  .blog-listing>.article:last-child {
    margin-bottom: 0;
  }
  .blog-listing>.article .article-content {
    padding: 20px;
  }
  .blog-listing>.article .article-image {
    height: 150px;
  }
  .blog-listing>.article .article-content h2 {
    font-size: 18px;
  }
  
  /* webinars y workshops */
  /*.header-title {
    text-align: center;
  }
  
  .row-fluid [class*="span"], .text {
    text-align: center;
  }*/
  
  /* blog v2 y v3 */
  .newsletter-for-blog {
    max-width: 100%;
    padding: 0px 20px;
    margin-bottom: 60px !important;
  }
  
  .calculator {
    padding: 50px 0 20px;
    background-color: #fafafa;
    border-radius: 30px;
  }
  
  .topic-webinar-row {
    -webkit-align-items: stretch;
    -webkit-justify-content: center;
    align-items: stretch;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 992px) {
  .blog-post .post-title {
    max-width: 100%;
    padding: 0;
    text-align: center;
  }
  .blog-post .blog-back-button {
    display: none;
  }
  .blog-post .post-meta {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .blog-post .dot {
    display: none;
  }
  .blog-post .post-meta .post-author, 
  .blog-post .blog-post-timestamp {
    margin: 0 10px;
  }
  .blog-large-container .text-right {
    text-align: center;
  }
  .featured-image {
    height: 300px;
  }
  .display-flex.newsletter-section {
    display: block;
  }
  .newsletter-section .max-width-45 {
    max-width: 100%;
  }
  .newsletter-section .max-width-45:first-child {
    margin: 0 0 50px;
    text-align: center;
  }
}
#email-prefs-form {
  background: transparent;
  box-shadow: none;
  max-width: none;
  padding: 0;
}

#email-prefs-form h1 {
  font-size: 50px;
}

.subscriptions-preferences .page-header {
  text-align: center;
}

.subscriptions-preferences .page-header br {
  display: none;
}

.subscriptions-preferences .page-header h2 {
  font-size: 24px;
  font-weight: 400;
  opacity: .6;
}

.info-card {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 50px rgb(163, 172, 191, .3);
  display: inline-block;
  margin: 70px 0 30px;
  overflow: hidden;
  padding: 40px 40px 40px 120px;
  position: relative;
  text-align: left;
  width: 100%;
}

.info-card:before {
  border-radius: 50%;
  color: #fff;
  content: 'i';
  font-size: 26px;
  font-weight: 600;
  height: 40px;
  left: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
}

.email-prefs .header {
  color: inherit;
  font-size: 28px;
  font-weight: 600;
  margin: 40px 0 30px;
}

.email-prefs .item {
  display: inline-block;
  margin: 0 0 30px;
  width: 100%;
}

.checkbox-row .fakelabel {
  display: inline-block;
  position: relative;
}

.checkbox-row .fakelabel input {
  cursor: pointer;
  height: 100%;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

#globalunsub {
  height: 0;
  position: absolute;
  visibility: hidden;
  width: 0;
  z-index: -999;
}

.subscribe-options label>span, 
.checkbox-row .fakelabel>span {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding-left: 30px;
  position: relative;
}

.subscribe-options label>span:before, 
.checkbox-row .fakelabel>span:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  background-color: #fff;
  background-image:url('../../../images/icon-check.svg');
  border-radius: 2px;
  border: 1px solid #1869ff;
  content: '';
  display: inline-block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 6px;
  transition: .2s ease;
  width: 16px;
}

.subscribe-options label input[type=checkbox]:checked+span:before, 
.checkbox-row .fakelabel input[type=checkbox]:checked+span:before {
  background-color: #1869ff;
  border: 1px solid #1869ff;
}

.email-prefs .item p {
  font-size: 14px;
  margin: 5px 0 0;
  padding-left: 30px;
}

.subscribe-options label>span:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  vertical-align: -6px;
  background-image:url('../../../images/icon-sad.svg');
  content: '';
  display: inline-block;
  height: 28px;
  width: 28px;
}

form#email-prefs-form .hs-button {
  display: inline-block;
  margin-left: 30px;
  margin-top: 50px;
  width: auto;
}

@media (max-width: 640px) {
  .info-card {
    padding: 80px 20px 20px 20px;
    text-align: center;
  }
  .info-card:before {
    left: 50%;
    margin-left: -20px;
    margin-top: 0;
    top: 20px;
  }
  form#email-prefs-form .hs-button {
    display: block;
    margin: 50px auto;
    max-width: 400px;
    width: auto;
  }
  #email-prefs-form .page-header h1 {
    font-size: 32px;
  }
}
/* Help Center */

.help-center {
  padding: 0 0 100px;
}

.help-center .card {
  margin: 0 auto;
}

/* End Help Center */
* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.5;
}

a {
  text-decoration: none;
}

a i, a i svg path {
  transition: .2s ease;
}

img {
  max-width: 100%;
}

.display-none {
  display: none;
}

/* Flex Classes */

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

.flex-direction-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.flex-direction-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.flex-align-center {
  -webkit-align-items: center;
  align-items: center;
}

.flex-align-start {
  -webkit-align-items: start;
  align-items: start;
}

.space-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.space-around {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.align-items-stretch {
  -webkit-align-items: stretch;
  align-items: stretch;
}

.align-items-baseline {
  -webkit-align-items: baseline;
  align-items: baseline;
  display: flex;
}

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-grow-1 {
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  flex: 1;
}

/* Text align */

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

.text-center_button {
  text-align: center;
}

.text-align-mobile {
  text-align: center;
}

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

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

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

/* font weight */

.regular-font {
  font-weight: 400;
}

.500-font {
  font-weight: 500;
}

/* Margins */

.mt-5 {
  margin-top: 5px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-14 {
  margin-top: 14px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-140 {
  margin-top: 140px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-36 {
  margin-bottom: 36px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.negative-image-mb-6 {
  margin-bottom: -6px;
}

.mlr-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mlr-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.pd-20 {
  padding: 0px 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;  
}

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

.plr-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.plr-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-40 {
  padding-right: 40px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-40 {
  padding-left: 40px;
}

.pb-20 {
  padding-bottom: 20px;  
}

.pb-30 {
  padding-bottom: 30px;  
}

.pb-40 {
  padding-bottom: 40px;  
}

.pb-50 {
  padding-bottom: 50px;  
}

.pb-60 {
  padding-bottom: 60px;  
}

.pb-80 {
  padding-bottom: 80px;  
}

.page-header {
  margin-top: 160px;
}

.page-header.no-margin-top {
  margin-top: 0;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
  margin: 0 0 20px;  /* antes 0 0 20px */
}

p {
  margin: 0;
}

/* Columns */

.max-width-15 {
  max-width: 15%;
}

.max-width-20 {
  max-width: 20%;
}

.max-width-25 {
  max-width: 25%;
}

.max-width-26 {
  max-width: 26%;
}

.max-width-30 {
  max-width: 30%;
}

.max-width-33 {
  max-width: 33.333333%;
}

.max-width-40 {
  max-width: 40%;
}

.max-width-45 {
  max-width: 45%;
}

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

.max-width-55 {
  max-width: 55%;
}

.max-width-60 {
  max-width: 60%;
}

.max-width-64 {
  max-width: 64.1%;
}

.max-width-65 {
  max-width: 65%;
}

.max-width-66 {
  max-width: 66.66666%;
}

.max-width-68 {
  max-width: 68%;
}

.max-width-70 {
  max-width: 70%;
}

.max-width-75 {
  max-width: 75%;
}

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

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.w-45 {
  width: 45%;
}

.w-33 {
  width: 33.33333%;
}

.w-30 {
  width: 30%;
}

.w-26 {
  width: 26%;
}

/* General Classes */

.dnd-section, 
.section-mt {
  margin-top: 160px;
}

.negative-section-mb {
  margin-bottom: -160px;
}

.section-header h2, 
.page-header h2, 
.section-header h3, 
.page-header h3, 
.section-header h4, 
.page-header h4 {
  font-size: 24px;
  font-weight: 400;
}

.link-with-arrow {
  font-weight: 600;  /* antes 600 */
}

.link-with-arrow span {
  color: inherit;
  display: inline-block;
  margin-left: 15px;
  overflow: hidden;
  text-align: center;
  transition: .2s ease;
  vertical-align: middle;
  font-size:inherit;
}

.link-with-arrow:hover span {
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.container {
  margin: 0 auto;
  max-width: 1440px; /* antes 1240px */
  padding: 0 20px;
}

.container-small {
  margin: 0 auto;
  max-width: 840px;
  padding: 0 20px;
}

.container-m {
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 20px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.grey-background {
  background-color: #F7F8FA;
}

.inline-block {
  display: inline-block;
}

/* Rich text module */

.simple-text-page .text-container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.simple-text-page .hs_cos_wrapper_type_rich_text h1, 
.simple-text-page .hs_cos_wrapper_type_rich_text h2, 
.simple-text-page .hs_cos_wrapper_type_rich_text h3, 
.simple-text-page .hs_cos_wrapper_type_rich_text h4, 
.simple-text-page .hs_cos_wrapper_type_rich_text h5, 
.simple-text-page .hs_cos_wrapper_type_rich_text h6, 
.simple-text-page .hs_cos_wrapper_type_rich_text p, 
.simple-text-page .hs_cos_wrapper_type_rich_text div, 
.simple-text-page .hs_cos_wrapper_type_rich_text pre, 
.simple-text-page .hs_cos_wrapper_type_rich_text blockquote, 
.simple-text-page .hs_cos_wrapper_type_rich_text ul, 
.simple-text-page .hs_cos_wrapper_type_rich_text ol, 
.simple-text-page .hs_cos_wrapper_type_rich_text hr {
  margin: 0 0 50px;
}

.simple-text-page .hs_cos_wrapper_type_rich_text .hs-embed-wrapper {
  margin: 0 auto 50px !important;
}

.simple-text-page .hs_cos_wrapper_type_rich_text ul ul, 
.simple-text-page .hs_cos_wrapper_type_rich_text ul ol, 
.simple-text-page .hs_cos_wrapper_type_rich_text ol ul, 
.simple-text-page .hs_cos_wrapper_type_rich_text ol ol {
  margin: 0;
}

.simple-text-page .hs_cos_wrapper_type_rich_text blockquote {
  padding: 10px 20px;
  border-left: 2px solid;
  font-style: italic;
}

.simple-text-page .hs_cos_wrapper_type_rich_text blockquote p {
  margin: 0;
  color: inherit;
}

.simple-text-page .hs_cos_wrapper_type_rich_text pre {
  background: rgba(0, 0, 0, .03);
  border-radius: 4px;
  font-family: Menlo, monospace;
  overflow-x: auto;
  padding: 10px 15px;
}

.simple-text-page .hs_cos_wrapper_type_rich_text img {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .link-with-arrow span {
    margin-left: 5px;
    font-size: 20px;
  }
  h1 br, 
  h2 br, 
  h3 br, 
  h4 br, 
  h5 br, 
  h6 br, 
  span br, 
  p br {
    display: none;
  }
  
  .right-text-desktop { 
    text-align: left; 
  }
  
  .text-align-mobile {
    text-align: left;
  }
}

div.oembed_container {
  display:block;
  margin: 0 auto;
}





@media (max-width: 767px) {
    /*.row-fluid [class*="span"]{
      margin-bottom: 5px !important;
    }*/
    
    
    .flex-direction-row{
      -webkit-justify-content: center;
      justify-content: center;
    }
  }