/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.content-wrapper, 
.dnd-section > .row-fluid {
  padding-right: 30px;
  padding-left: 30px;
}
.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .content-wrapper, 
  .dnd-section > .row-fluid {
    max-width: 960px !important;
  }
}

@media (max-width: 991px) {
  .content-wrapper, 
  .dnd-section > .row-fluid {
    max-width: 760px !important;
  }
}
@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
  .content-wrapper, 
  .dnd-section > .row-fluid {
    max-width: 540px !important;
  }
}
@media (max-width: 575px) {
  .content-wrapper, 
  .dnd-section > .row-fluid {
    max-width: 100% !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
/* Graphik Font Regular*/
@font-face {
  font-family: 'Graphik';
  src: url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Custom_Fonts/Graphik/GraphikRegular.eot') format('eot'),
       url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Custom_Fonts/Graphik/GraphikRegular.woff') format('woff'),
       url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Custom_Fonts/Graphik/GraphikRegular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Custom_Fonts/Graphik/GraphikMedium.eot') format('eot'),
       url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Custom_Fonts/Graphik/GraphikMedium.woff') format('woff'),
       url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Custom_Fonts/Graphik/GraphikMedium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Custom_Fonts/Graphik/GraphikBold.eot') format('eot'),
       url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Custom_Fonts/Graphik/GraphikBold.woff') format('woff'),
       url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Custom_Fonts/Graphik/GraphikBold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}


@font-face {
  font-family: 'OpenSans';
  src: local("OpenSans"), 
    local("OpenSans"), 
    url("https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/OpenSans-Regular.html") format("woff2"), 
    url("https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/OpenSans-Regular.woff") format("woff"), 
    url("https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OpenSans';
  src: local("OpenSans Italic"), 
    local("OpenSans-Italic"), 
    url("https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/OpenSans-Italic.html") format("woff2"), 
    url("https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/OpenSans-Italic.woff") format("woff"), 
    url("https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/OpenSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'OpenSans';
  src: local("OpenSans SemiBold"), 
    local("OpenSans-SemiBold"),
    url("https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/OpenSans-SemiBold.html") format("woff2"), 
    url("https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/OpenSans-SemiBold.woff") format("woff"), 
    url("https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OpenSans';
  src: local("OpenSans Bold"), 
    local("OpenSans-Bold"), 
    url("https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/OpenSans-Bold.html") format("woff2"), 
    url("https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/OpenSans-Bold.woff") format("woff"), 
    url("https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "icomoon";
  src: url("https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_January2021/fonts/icomoon.eot") format("embedded-opentype"),
	 url("https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_January2021/fonts/icomoon.woff") format("woff"), 
	 url("https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_January2021/fonts/icomoon.ttf") format("ttf"),
	 url("https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_January2021/fonts/icomoon.svg") format("svg");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'gilroy';
  src: url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/Gilroy-Medium.eot');
  src: url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/Gilroy-Medium.eot#iefix') format('embedded-opentype'),
    url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/Gilroy-Medium.html') format('woff2'),
    url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/Gilroy-Medium.woff') format('woff'),
    url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/Gilroy-Medium.ttf') format('truetype'),
    url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/Gilroy-Medium.svg#gilroymedium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'gilroy';
  src: url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/Gilroy-Semibold.eot');
  src: url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/Gilroy-Semibold.eot#iefix') format('embedded-opentype'),
    url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/Gilroy-Semibold.woff') format('woff'),
    url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/Gilroy-Semibold.ttf') format('truetype'),
    url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/Gilroy-Semibold.svg#proxima_novaregular') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'gilroy';
  src: url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/Gilroy-Bold.eot');
  src: url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/Gilroy-Bold.eot#iefix') format('embedded-opentype'),
    url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/Gilroy-Bold.html') format('woff2'),
    url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/Gilroy-Bold.woff') format('woff'),
    url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/Gilroy-Bold.ttf') format('truetype'),
    url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/Gilroy-Bold.svg#gilroybold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'proxima_novaregular';
  src: url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/ProximaNova-Regular.eot');
  src: url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/ProximaNova-Regular.eot#iefix') format('embedded-opentype'),
    url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/ProximaNova-Regular.woff') format('woff'),
    url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/ProximaNova-Regular.ttf') format('truetype'),
    url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/ProximaNova-Regular.svg#proxima_novaregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sailec';
  src: local("Sailec Medium"), 
    local("Sailec-Medium"), 
    url("https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/Sailec-Medium.html") format("woff2"), 
    url("https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/Sailec-Medium.woff") format("woff"), 
    url("https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/Sailec-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-display: swap;
}

@font-face {
  font-family: 'AvenirNext';
  src: local("//f.hubspotusercontent10.net/hubfs/6097063/Anfix_September2020/Fonts/AvenirNext-Bold"), 
    local("//f.hubspotusercontent10.net/hubfs/6097063/Anfix_September2020/Fonts/AvenirNext-Bold"), 
    url("https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/AvenirNext-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sailec Medium';
  src: url(https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/Sailec-Medium-1.eot);
  src: local('â˜º'),
    url(https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/Sailec-Medium-1.woff) format('woff'),
    url(https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/Sailec-Medium-1.ttf) format('truetype'),
    url(https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/Sailec-Medium-1.svg) format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sailec Medium Italic';
  src: url(https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/Sailec-MediumItalic.eot);
  src: local('â˜º'),
    url(https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/Sailec-MediumItalic.woff) format('woff'),
    url(https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/Sailec-MediumItalic.ttf) format('truetype'),
    url(https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_September2020/Fonts/Sailec-MediumItalic.svg) format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}




html, body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: sans-serif;
  line-height: 1.63158;
}

body {
  font-family: Graphik;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.58;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Graphik;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: underline;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
img {
  max-width:100%;
  vertical-align: middle;
}

/*Icomoon*/

.icon-calculator:before {
  content: "\e91e";
}
.icon-suitcase:before {
  content: "\e91b";
}
.icon-office:before {
  content: "\e903";
}
.icon-aeat:before {
  content: "\e919";
}
.icon-asesor:before {
  content: "\e91a";
}
.icon-banco:before {
  content: "\e91b";
}
.icon-consumindor:before {
  content: "\e91c";
}
.icon-freelance:before {
  content: "\e91d";
}
.icon-check-circle:before {
  content: "\e918";
}
.icon-adapted:before {
  content: "\e900";
}
.icon-administration:before {
  content: "\e901";
}
.icon-arrow-down:before {
  content: "\e902";
}
.icon-arrow-left:before {
  content: "\e903";
}
.icon-arrow-right:before {
  content: "\e904";
}
.icon-arrow-up:before {
  content: "\e905";
}
.icon-business:before {
  content: "\e906";
}
.icon-check:before {
  content: "\e907";
}
.icon-close-circle:before {
  content: "\e908";
}
.icon-cloud-technology:before {
  content: "\e909";
}
.icon-desktop:before {
  content: "\e90a";
}
.icon-down:before {
  content: "\e90b";
}

.icon-greater-control:before {
  content: "\e90d";
}
.icon-hand:before {
  content: "\e90e";
}
.icon-phone:before {
  content: "\e913";
}
.icon-rotate:before {
  content: "\e914";
}
.icon-settings:before {
  content: "\e915";
}
.icon-share:before {
  content: "\e916";
}

/**/
.icon-facebook:before {
  content: "\e90d";
}
.icon-linkedin-logo:before {
  content: "\e912";
}
.icon-twitter:before {
  content: "\e917";
}
.icon-x:before {
  content: "\e91f";
}
.icon-insta:before {
  content: "\e910";
}
.icon-support:before {
  content: "\e900";
}
.icon-book:before {
  content: "\e90f";
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 500px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  
  text-decoration: none;
  font-weight: 400;
  font-family: proxima_novaregular,Helvetica,Arial,sans-serif;
  font-size: 19px;
  line-height: 1.58;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  text-decoration: none;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
  text-decoration: none;
}

#hs-search-module a.hs-button.primary {
  margin-top: 18px;
}
.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
  font-weight: 400;
  font-family: proxima_novaregular,Helvetica,Arial,sans-serif;
  font-size: 19px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b !important;
}
#hs_cos_wrapper_password_prompt #hs-pwd-widget-password:focus {
  border-color: rgba(107,122,140,1.0) !important;
  outline: 0 !important;
}
.hs-input, 
#hs_cos_wrapper_password_prompt #hs-pwd-widget-password{
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 9px 10px;
  font-size: 19px;
  font-weight: normal;
  line-height: 1.58;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-family: proxima_novaregular,Helvetica,Arial,sans-serif;
  color: #6b7a8c;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Graphik;
}
#hs_cos_wrapper_subscription_preferences form {
  max-width: 100%;
}
@media (max-width: 767px) { 
  form {
    max-width: 100%;
  }
  #hs_cos_wrapper_subscription_preferences #submitbutton {
    font-size: 16px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.footer_logo_container {
  padding: 10px 0 10px;
}

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

/*Font*/
.body-container__landing h2 {
  margin-bottom: 20px !important;
}

.body-container__landing p {
  margin-bottom: 35px !important;
}

.body-container__landing li {
  margin-bottom: 20px !important;
}

.body-container__landing ul {
  padding-left: 20px !important;
}

/*Form*/
.hs-form-required {
  display: none;
}

.hs-input::placeholder {
  color: #6b7a8c;
}

.cell_1603191259198-vertical-alignment, .main-section-column-4-background-color {
  box-shadow: 0 3px 24px 0 rgba(0,0,0,0.2),0 3px 20px 0 rgba(0,0,0,0.19)!important;
}
form.hs-form .hs-form-field .input .hs-input, .lp-webinar .legal-consent-container span > p,
.lp-webinar p,
.lp-webinar ul li {
  font-family: "Graphik" !important;  
}

 /*Images reviews*/
.img__container__lp__reviews {
  display: flex;
  justify-content: center;
}

.img__review__lp {
  border-radius: 50%;
  border: 1px solid #A3BAC6;
  width: 78px;
  height: 78px;
  margin-bottom: 30px;
}

.img__review__lp.img__alberto {
  background: url(https://6097063.fs1.hubspotusercontent-na1.net/hub/6097063/hubfs/48364090-0-Captura-de-pantalla-.png) repeat rgb(240,243,245) 48% 0 / cover;
}
.img__review__lp.img__marta {
  background: url(https://6097063.fs1.hubspotusercontent-na1.net/hub/6097063/hubfs/48364075-0-Captura-de-pantalla-.png) repeat rgb(240,243,245) 48% 0 / cover;
}

.lp-webinar h1 {
  font-size: 72px;
  text-align: center;
}

.lp-webinar .body-container__landing ul {
  padding-left: 0px !important;
}

.lp-webinar .lp-form-container {
  box-shadow: 0 3px 24px 0 rgba(0,0,0,0.2),0 3px 20px 0 rgba(0,0,0,0.19) !important;
}

@media (max-width: 1199px) {
  .footer-sub__left.text-center ul {
    padding: 10px 0 10px;
    margin: 0 !important;
  }
}

@media (max-width: 767.98px) { 
  .lp-webinar h1 {
    font-size: 38px;
  }
}
/* @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    */
/*****************************************/

.footer__thank-you-page {
  /*position: fixed;
  bottom: 0px;
  width: 100%;*/
  padding: 30px 0;
  display: flex;
  justify-content: center;
}

.footer__thank-you-page .footer__container ul {
  display: inline-flex;
  padding: 0px;
}

.footer__thank-you-page .footer__container ul li {
  margin-right: 25px;
}

.footer__thank-you-page .footer__container p {
  text-align: center;
  margin-top: 15px;
}

.footer__thank-you-page .hs-button {
  border: none !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.search-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  widows: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-align-content: center;
  align-content: center;
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
  z-index: 111;
  -moz-transition: .45s all;
  transition: .45s all;
}

.search-active .search-box {
  -moz-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.search-box .close-btn {
  position: absolute;
  right: 52px;
  top: 57px;
  font-size: 34px;
  color: #c1c3c8;
  text-decoration: none;
  -moz-transition: all .4s;
  transition: all .4s;
}
.search-box .close-btn .icon-close {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search-box .close-btn .icon-close:before {
  content: "\e908";
}
.search-box .search-row {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition-delay: .6s;
  padding: 0 30px;
  -moz-transition: .45s all;
  transition: .45s all;
}
.search-active .search-box .search-row {
  opacity: 1;
  visibility: visible;
}
.search-box .search-row form.search-form {
  max-width: 100%;
}
.search-box .search-row form.search-form .search-block {
  position: relative;
}
.search-box .search-row form.search-form .search-block input.search-field.textbox {
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #b7bfc8;
  font-size: 20px;
  height: 65px;
  background: #fff;
  padding: 20px 20px 10px;
  line-height: 1.55;
  color: #3d454e;
  width: 100%;
  letter-spacing: .44px;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-weight: 600;
  -moz-transition: border-color .2s ease-in;
  -webkit-transition: border-color .2s ease-in;
  transition: border-color .2s ease-in;
  outline-offset: -2px;
  padding-left: 50px;
}
.search-box .search-row form.search-form .search-block:before {
  content: "\e903";
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 26px;
  font-family: 'icomoon-3' !important;
  font-style: normal;
  font-weight: 400;
  color: #323748;
  line-height: 1;
}
body.search-active {
  overflow: hidden;
}
.search-box .search-row form.search-form .search-block input.search-field.textbox:focus {
  border: 0;
  border-bottom: solid 2px #2ece90;
  outline: none;
}

.search-box .search-row form.search-form .search-block input.search-field.textbox::-webkit-input-placeholder {
  opacity: 1;
  text-transform: uppercase;
  color: #3d454e;
}
.search-box .search-row form.search-form .search-block input.search-field.textbox::-moz-placeholder {
  opacity: 1;
  text-transform: uppercase;
  color: #3d454e;
}
.search-box .search-row form.search-form .search-block input.search-field.textbox:-ms-input-placeholder {
  opacity: 1;
  text-transform: uppercase;
  color: #3d454e;
}
.search-box .search-row form.search-form .search-block input.search-field.textbox:-moz-placeholder {
  opacity: 1;
  text-transform: uppercase;
  color: #3d454e;
}
.right_menu, .right_menu .hs-menu-wrapper > ul{
  position: relative;
}
.subscribe-box {
  position: absolute;
  left: 100%;
  width: 360px;
  background: #18283b;
  top: calc(100% + 80px);
  -moz-transform: translateX(-153%);
  transform: translateX(-153%);
  padding: 30px;
  color: #fff;
  border-radius: 6px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.5;
  opacity: 0;
  visibility: hidden;
  -moz-transition: .35s all;
  transition: .35s all;
  z-index: 9;
}
.pop-active .subscribe-box {
  top: calc(100% + 4px);
  opacity: 1;
  visibility: visible;
}
.subscribe-box:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  margin: auto;
  height: 22px;
  width: 22px;
  border-radius: 2px;
  background: #13293d;
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.newsletter-close {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 0 5px 0 0;
  text-decoration: none;
  font-size: 12px;
}
a.newsletter-close i.icon-close:before {
  content: "\e908";
}
.subscribe-box .subscribe-title {
  text-align: center;
  margin-bottom: 20px;
}
.subscribe-box .subscribe-title h6 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: 0.36px;
  font-family: "Lato";
  line-height: 23.4px;
  font-weight: 600;
}
.subscribe-box .subscribe-title p {
  font-size: 12px;
  color: #a1a9b1;
  margin-bottom: 0;
  line-height: 1.5;
  font-family: "Lato";
}
.subscribe-form-box h3.form-title {
  display: none;
}
.subscribe-form-box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.subscribe-form-box form > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  margin: 0;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.subscribe-form-box form > .hs_check > label {
  display: none;
}
.subscribe-form-box form .input {
  padding: 0 0 0;
  position: relative;
}
.subscribe-form-box form > .hs_check li.hs-form-checkbox {
  padding: 0 0 10px;
  position: relative;
}
.subscribe-form-box form > .hs_check li.hs-form-checkbox label {
  margin: 0;
}
.subscribe-form-box form > .hs_check li.hs-form-checkbox:after, .subscribe-form-box form > .hs_check li.hs-form-checkbox:before {
  content: "";
  display: block;
  clear: both;
}
.subscribe-form-box form > .hs_check li.hs-form-checkbox label {
  margin: 0;
  position: relative;
  float: left;
  margin-right: 20px;
  letter-spacing: .47px;
}
.subscribe-form-box form > .hs_check li.hs-form-checkbox label span {
  padding: 0;
  padding-left: 32px;
  line-height: 1.1;
  align-items: center;
  font-size: 14px;
  color: #fff;
  font-family: "Lato";
  margin-bottom: 8px;
  display: inline-block;
}
.subscribe-form-box form > .hs_check li.hs-form-checkbox label input {
  width: 18px;
  height: 18px;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 9999;
  cursor: pointer;
  position: absolute;
  vertical-align: top;
  background: #fff;
  font-family: "Lato";
}
.subscribe-form-box form .hs_email > label {
  position: absolute;
  top: 20px;
  left: 35px;
  color: #b6c5d9;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  -moz-transition: .4s all;
  transition: .4s all;
  z-index: 9;
  font-family: "Lato";
}
.subscribe-form-box form .hs_email > label span.hs-form-required {
  display: none;
}
.subscribe-form-box form .hs_check {
  margin-bottom: 9px;
}
.subscribe-form-box form .hs_email input {
  color: #3d454e;
  width: 100%;
  letter-spacing: .44px;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-weight: 600;
  -moz-transition: border-color .2s ease-in;
  -webkit-transition: border-color .2s ease-in;
  transition: border-color .2s ease-in;
  font-size: 14px;
  background: #fff;
  padding: 20px 20px 10px;
  height: 54px;
  line-height: 1.55;
  border-radius: 5px;
}
.subscribe-form-box form.email-active .hs_email > label {
  top: 8px;
  font-size: 12px;
}
.subscribe-form-box form .hs_policy span {
  display: none;
}
.subscribe-form-box form .hs_policy input {
  width: 18px;
  height: 18px;
  margin: 0;
  background: no-repeat;
  border: 0;
  float: left;
}
.inputs-list>li.hs-form-booleancheckbox p {
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
  letter-spacing: .47px;
  font-family: "Lato";
  position: relative;
  left: 13px;
}
.subscribe-form-box form .hs_policy p a {
  color: #3ac98b;
  text-decoration: underline;
  font-family: "Lato";
}
.subscribe-form-box form .hs_submit {
  margin-top: 30px;
  padding: 0 15px;
}
.subscribe-form-box form .hs_submit input.hs-button.primary.large {
  width: 100%;
  text-align: center;
  overflow: visible;
  padding: 18px 32px;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: .5px;
  font-size: 14px;
  line-height: 1;
  font-family: "Sailec Medium";
  border-radius: 5px;
  text-transform: uppercase;
  background-size: 100% 100%;
  background-position: 0 100%;
  background-image: -moz-linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
  background-image: -webkit-gradient(linear,left bottom,right top,color-stop(0%,rgba(10,222,160,1)),color-stop(50%,rgba(10,222,160,1)),color-stop(100%,rgba(58,201,139,1)));
  background-image: -webkit-linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
  background-image: -o-linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
  background-image: -ms-linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
  background-image: linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
  color: #fff;
  border: 0;
  cursor: pointer;
}
.hs_policy.hs-policy.hs-fieldtype-booleancheckbox.field.hs-form-field li.hs-form-booleancheckbox span {
  font-size: 0;
  float: left;
  padding: 0 0 0 20px;
}
.header__container {
  position: relative;
}

.subscribe-form-box form>.hs_check li.hs-form-checkbox label input {
  display: none;
}
.subscribe-form-box .hs-input[type="checkbox"]+span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  cursor: pointer;
  line-height: 20px;
}
.subscribe-form-box .hs-input[type="checkbox"]:not(:checked) + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 19px;
  height: 19px;
  background: #FFF;
  border: 1px solid #37697a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.hs_policy.hs-policy.hs-fieldtype-booleancheckbox.field.hs-form-field li.hs-form-booleancheckbox {
  padding-top: 3px;
}
.subscribe-form-box .hs-input[type="checkbox"] + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #37697a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-color: #3ac98b;
  background: #3ac98b;
}

.subscribe-form-box .hs-input[type="checkbox"]+span:after {
  content: "";
  transition: all .2s;
  position: absolute;
  content: '\e906';
  font-family: 'icomoon';
  font-size: 9px;
  left: 4px;
  top: 6px;
  color: #fff;
  line-height: 1.1;
}
.subscribe-form-box .hs-input[type="checkbox"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
}
.subscribe-form-box li.hs-form-booleancheckbox label .hs-input[type="checkbox"] {
  display: none;
}







@media(max-width: 1200px){
  .subscribe-box {  
    -moz-transform: translateX(-108%);
    transform: translateX(-108%);
  }
  .subscribe-form-box form>.hs_check li.hs-form-checkbox label span {
    font-size: 14px;
  }
  .subscribe-box:before {
    height: 16px;
    width: 16px;
    left: 131px;
    right: 0;
    top: -6px;
  }
}

@media(max-width: 1023px){ 
  .subscribe-form-box form>.hs_check li.hs-form-checkbox label span {
    font-size: 13px;
    margin-bottom: 6px;
  }
}


@media (max-width: 767px) {
  .search-box .close-btn {
    right: 40px;
    top: 47px;
    font-size: 29px;
  }
  .search-box .search-row form.search-form .search-block:before {
    font-size: 20px;
    top: 17px;
  }
  .search-box .search-row form.search-form .search-block input.search-field.textbox {
    padding-left: 40px;
    height: 55px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .subscribe-box {
    width: calc(100% - 40px);
    left: 20px;
    right: 0;
    padding: 30px 20px 20px;
    -moz-transform: translateX(-0%);
    transform: translateX(0%);
  }
  .subscribe-box:before {
    display: none;
  }
  .subscribe-form-box form {
    margin: 0;
  }
  .subscribe-form-box form .hs_submit, 
  .subscribe-form-box form>div{
    padding: 0;
  }
  .subscribe-form-box form .hs_email input {
    padding: 15px 15px 6px;
    height: 44px;
  }
  .subscribe-form-box form .hs_email>label {
    top: 15px;
    left: 15px;
  }
  .subscribe-form-box form .hs_submit {
    margin-top: 18px;
}
  .pop-active .subscribe-box {
    top: 56px;
}
}

@media (max-width: 479px) {
  .search-box .close-btn {
    right: 30px;
    top: 34px;
    font-size: 22px;
  }
  .search-box .search-row form.search-form .search-block:before {
    font-size: 17px;
    top: 16px;
  }
  .search-box .search-row form.search-form .search-block input.search-field.textbox {
    padding-left: 33px;
    height: 50px;
    font-size: 15px;
  }
}

/* @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    */
/*****************************************/


.header__container.header__container_lp {
  max-width: 1000px;
}

@media (max-width: 1200px) {
  .header_height.lp_header {
    padding: 20px 0 20px;
  }
}

@media (max-width: 767.98px) {
  .header_height.lp_header {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .body-container__landing .dnd-section>.row-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}
/* @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    */
/*****************************************/

.header__container.thank-you-page {
  justify-content: center;
}

.body-container-wrapper.thank-you-page a.hs-button {
  border: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.footer__container {
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}
.footer__main {
  padding: 8rem 0;
  font-size: 16px;
}
@media (max-width: 1399.98px) {
  .footer__main {
    padding: 4rem 0;
  }
}
.footer__main.lp_footer {
  padding: 2rem 0;
  background: #fff;
}
.footer-sub__right.lp_image {
  opacity: 0;
  visibility: hidden;
}
.footer__main.lp_footer .footer_bottom {
  margin-top: 0;
}
.footer_bottom {
  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: flex-end;
}

.footer-sub__right a {
  margin-right: 1rem;
  float: left;
}
.footer-sub__right a:last-child {
  margin-right: 0;
}

.footer-sub__right img {
  max-width: 119px;
  vertical-align: middle;
}
.footer-sub__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-bottom: 0;
}
.footer-sub__left .hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 2.2rem;
  margin-right: 5rem;
}
.footer-sub__left .hs-menu-wrapper ul li {
  line-height: 2.2rem;
  display: inline-block;
  color: #575A59;
}
.footer-sub__left .hs-menu-wrapper ul li:not(:last-of-type) {
  margin-right: 3.7rem;
}
.footer-sub__left .hs-menu-wrapper ul li a {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
  font-family:graphik, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight:400;
  line-height:24px;
  color: #575A59;
}
.footer-sub__left p {
  font: 1.4rem/2.5rem 'graphik',Arial,Helvetica,sans-serif;
  margin: 0 0 0px 0;
  color: #575A59;
}
.footer-sub__right {
  line-height: 0;
}
.footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 4rem;
}

@media (max-width: 1399.98px) {
  .footer_top {
    padding-bottom: 4rem;
  }
}
.footer_logo {
  margin-bottom: 2.2rem;
  line-height: 0;
}
@media (min-width: 992px) {
  .footer_logo {
    margin-left: 2.8rem;
  }
}
.footer_logo img {
  vertical-align: top;
  border: 0;
  max-width: 160px;
}

@media (max-width: 1199px) {
  .footer_logo img {
    width: 7.7rem !important;
  }
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social li {
  float: left;
  line-height: 24px;
}
.social li:not(:last-of-type) {
  margin-right: 1.3rem;
}
.social li a {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  line-height: 1.5;
  text-decoration: none;
  letter-spacing: .05rem;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: 600;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 0;
  border: none;
  border-radius: 50%;
  height: 3.2rem;
  width: 3.2rem;
  border: 1px solid #D6D6D6;
}
.social li a i {
  font-size: 1.6rem;
  line-height: 3rem;
  display: inline-block;
}
@media (min-width: 992px) {
  .footer__contact-info {
    background: #f4f4f4;
    padding: 1.8rem 2.8rem;
    border-radius: 18px;
  }
}
.footer__info-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__info-section ul li a {
  text-decoration: none;
}
.footer__info-section ul li i,
.footer__nav .hs-menu-wrapper>ul>li i{
  margin-right: 4px;
}
.footer__nav .hs-menu-wrapper>ul>li>a {
  line-height:2.2rem;
  margin: 0 0 10px;
  font-weight: 600;
  margin-bottom: 2.5rem;
  display: block;
  font-size: 16px;
  text-decoration: none;
  cursor: text;
}
.footer__nav .hs-menu-wrapper>ul>li>ul,
.footer__info-section ul {
  line-height: 2.2rem;
}
.footer__nav .hs-menu-wrapper>ul>li>ul>li,
.footer__info-section ul li {
  line-height: 22px;
  padding-right: 1.5rem;
}
.footer__nav .hs-menu-wrapper>ul>li>ul>li:not(:last-of-type),
.footer__info-section ul li:not(:last-of-type) {
  margin-bottom: 2.2rem;
}
.footer_para_quien .hs-menu-wrapper>ul>li>ul>li:last-of-type,
.footer_producto .hs-menu-wrapper>ul>li>ul>li:last-of-type {
  padding-top: 1.5rem;
}
.footer_para_quien .hs-menu-wrapper>ul>li>ul>li:last-of-type>a,
.footer_producto .hs-menu-wrapper>ul>li>ul>li:last-of-type>a {
  font-weight: 500;
}
.footer__nav .hs-menu-wrapper>ul>li>ul>li>a {
  font: 16px/1.45 'graphik', Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
  line-height: 22px;
}
.footer__contact-info h5 {
  margin-bottom: 1.1rem !important;
  line-height: 2.2rem;
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 16px;
}
.footer__nav .hs-menu-wrapper>ul>li>a,
.footer__nav .hs-menu-wrapper>ul>li>a:hover,
.footer__contact-info h5 {
  font-family: "gilroy", Helvetica, Arial, sans-serif;
}
.lp .footer_top {
  padding-bottom: 0 !important;
}
.lp .footer_logo {
  margin-bottom: 0 !important;;
}
@-moz-document url-prefix() {
  .footer_top{
    padding-bottom:0;
  }
}

@media (max-width: 1199px) {
  .footer__info-section {
    width: auto;
    max-width: none;
  }
  .footer__nav {
    width: auto;
  }
  .footer_top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-sub__left {
    padding-bottom: 0;
  }
  .footer-sub__left p {
    font-size: 1.1rem;
    white-space: nowrap;
  }
  .footer-sub__left .hs-menu-wrapper ul li:not(:last-of-type) {
    margin-right: 2rem;
  }
  .footer-sub__left .hs-menu-wrapper ul {
    margin-right: 3rem;
  }
  .footer__container {
    max-width: 960px !important;
  }
  .footer-sub__left .hs-menu-wrapper ul li a,
  .footer__nav .hs-menu-wrapper>ul>li>ul>li>a{
    font-size: 14px;
    line-height:22px
  }
  .footer__main {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1023px){
  .social li:not(:last-of-type) {
    margin-right: .8rem;
  }
}

@media (max-width: 991px) {
  .footer_bottom {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    align-items: flex-start;
  }
  .footer-sub__right {
    margin-bottom: 24px;
  }
  .footer__main {
    font-size: 14px;
  }
  .footer-sub__right a:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
  .footer-sub__right  img {
    max-width: 101px;
  }
  .footer-sub__left .hs-menu-wrapper ul li a,
  .footer__nav .hs-menu-wrapper>ul>li>ul>li>a{
    font-size: 14px;
  }
  .social li:not(:last-of-type) {
    margin-right: 0.5rem;
  }

  .footer__info-section {
    width: 25%;
    margin-bottom: 3rem;
    max-width: none;
  }
  .footer__nav {
    width: 25%;
    margin-bottom: 3rem;
  }
  .footer__nav.footer_informacion,
  .footer__nav.footer_recursos {
    margin-bottom: 0;
  }
}


@media (max-width: 767px) {
  .footer_top {
    flex-wrap: wrap;
  }
  .footer_bottom {
  }
  .footer-sub__right {
    margin-bottom: 4rem;
  }
  .footer-sub__right a {
    max-width: 100%;
    float: none;
    display: block;
  }
  .footer-sub__right a:not(:last-of-type) {
    margin-right: 1.5rem;
  }
  .footer-sub__right img {
    max-width: 100%;
    max-height: 4.3rem;
    width: auto;
    height: auto;
    border-radius: 10px;
  }
  .footer-sub__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-sub__left p {
    margin-top: .5rem;
    margin-bottom: 0;
    line-height: 2.3rem;
  }
  .footer-sub__right .btn-store:not(:last-of-type) {
    margin-right: 0;
  }
  .footer__nav {
    width: 50%;
    margin-right: 0;
    padding-right: 2rem;
    margin-bottom: 4rem;
  }
  .footer__nav.footer_informacion,
  .footer__nav.footer_recursos {
    margin-bottom: 0;
  }
  .footer__info-section {
    margin-bottom: 4rem;
    margin-right: 0;
    width: 50%;
  }
  .footer__nav .hs-menu-wrapper>ul>li>a {
    margin-bottom: 2rem;
  }
  .footer__container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .footer-sub__right.lp_image {
    display: none;
  }
  .footer__main {
    padding-top: 4rem;
  }
  #hs_cos_wrapper_footer_app_image_ {
    display: flex;
    justify-content: flex-start;
  }
  
}

@media (max-width: 575px) {
  .footer__container {
    max-width: 100% !important;
  }
  .footer_top {
    flex-direction: column;
  }
  .footer__info-section,
  .footer__nav {
    width: 100%;
  }
}


@media (max-width: 479px) {
  .footer-sub__left .hs-menu-wrapper ul li {
    line-height: 22px;
  }
  .footer__nav.footer_informacion {
    margin-bottom: 4rem;
  }
  .footer__nav.footer_informacion {
    margin-bottom: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.text-center {
  text-align: center;
}
.content-wrapper {
  margin: 0 auto;
}
.blog-comments {
  max-width: 100%;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
}
.blog-comments .hs-button:hover {
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}
.blog_header .header__logo img {
  max-width: 134px;
}
.blog_header .header__container {
  max-width: 1310px !important;
  padding-right: 30px;
  padding-left: 30px;
}
.SingleImgCTA .SingleCTABox img {
  border-radius: 8px;
  max-width: 100%;
  height: auto;
  -moz-transition: .25s all;
  transition: .25s all;
  -moz-transform: translateY(0);
  transform: translateY(0);
  cursor: pointer;
}
.SingleImgCTA .SingleCTABox img:hover {
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 12px 18px rgba(0,0,0,.12);
}
.category_menu {
  display: inline-block;
  margin-top: 2px;
  padding-top: 18px;
  border-top: 1px solid #e7e9eb;
  -webkit-transition: .5s all;
  transition: .5s all;
  width: 100%;
}
.category_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.category_menu ul li {
  line-height: 1.8;
  font-size: 14px;
  color: #323748;
  margin-right: 30px;
}
.category_menu ul li:last-child {
  margin-right: 0;
}
.category_menu ul li a {
  color: #c1c3c8;
  text-decoration: none;
  -moz-transition: all .4s;
  transition: all .4s;
  font-family: "Graphik";
  font-weight: 500;
}
.category_menu ul li a:hover {
  color: #2ece90;
}
.icon-search:before {
  content: "\e903";
  font-family: 'icomoon-3' !important;
}
.hs_blog {
  padding: 150px 0 0;
}
.header_height.blog_header {
  min-height: 151px;
}
.hs_blog .content-wrapper {
  max-width: 1310px !important;
}
.recent_posts {
  border-bottom: 1px solid #e2e6e8;
  padding-bottom: 80px;
}
.recent_posts_inner {
  position: relative;
}
.recent_posts_inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.recent_posts_inner ul li {
  width: 100%;
}
.rec_featured_image {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.rec_featured_image img {
  width: 100%;
}
.latest-post-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 880px;
  background: #fff;
  border-radius: 0 20px 0 0;
  padding: 35px 35px 0 0;
}
.latest-post-info h4 {
  font-size: 32px;
  margin-bottom: 22px;
  font-family: "Graphik";
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: 600;
  color: #18283b;
}
.latest-post-info h4 a {
  color: #18283b;
  transition: none;
  text-decoration: none;
  font-family: "gilroy";
}
.latest-post-info h4 a:hover {
  text-decoration: underline;
}
.post-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.post-user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  padding-right: 30px;
}
.post-content {
  padding: 10px 0 0;
  width: calc(100% - 165px);
  padding-left: 30px;
  font-family: "Graphik";
}
.post-user_image {
  height: 40px;
  width: 40px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 13px;
}
.post-user_image img {
  width: 100%;
}
.user-info {
  width: calc(100% - 53px);
}
.user-info h6 {
  font-size: 14px;
  font-family: "Graphik";
  margin-bottom: 2px;
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: 500;
  color: #18283b;
}
.user-info span a {
  color: #18283b;
  transition: none;
  text-decoration: none;
  font-family: Graphik;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}
.user-info span a:hover {
  text-decoration: underline;
}

.user-info span {
  font-size: 10px;
  color: #18283b;
  letter-spacing: .83px;
  text-transform: uppercase;
  display: block;
  font-family: "Graphik";
}

.post-info-block-footer .post-user {
  padding-right: 0;
}
.post-info-block-footer .post-user-img {
  border-radius: 50px;
  margin-right: 12px;
  overflow: hidden;
  height: 70px;
  width: 70px;
}
.post-info-block-footer .user-name {
  color: #171c27;
  font-family: "gilroy";
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
.post-info-block-footer .user-info {
  padding-left: 24px;
}
.post-divisor hr {
  margin: 48px 0;
}

@media (max-width: 767.98px) {
  .post-info-block-footer .post-user {
    padding-right: 0;
    display: inline-block;
  }
  .post-info-block-footer .post-user-img {
    margin-bottom: 13px;
  }
  .post-info-block-footer .user-info {
    padding-left: 0;
  }
}

.post-content {
  padding: 10px 0;
  width: calc(100% - 165px);
}
.post-content p {
  font-size: 14px;
  color: #5781da;
  text-transform: uppercase;
  letter-spacing: .31px;
  font-family: 'Sailec Medium';
  margin-bottom: 10px;
}
.post-content a {
  color: #4440db;
  transition: none;
  text-transform: uppercase;
  letter-spacing: .31px;
  font-family: 'Sailec Medium';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  text-decoration: none;
}
.post-content a:hover {
  text-decoration: underline;
  color: #4440db;
}
.feature-row-section {
  padding-bottom: 80px;
  padding-top: 80px;
  border-bottom: 1px solid #e2e6e8;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-md-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.article-box {
  border-radius: 8px;
  color: #fff;
  height: 100%;
  padding: 32px;
  position: relative;
}
.article-box.green-bg {
  background-color: #22cd9c;
}
.article-box h4 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 10px;
  font-family: "gilroy";
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: 600;
}
.article-box p {
  font-size: 16px;
  margin: 0 0 20px;
  font-family: "Graphik";
  line-height: 1.8;
}
.article-box.green-bg p {
  color: #fff;
}
.article-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-box li {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8;
}
.article-box li:last-child {
  margin-bottom: 0;
}
.article-box li a {
  color: #fff;
  text-decoration: underline;
  display: block;
  font-family: "Graphik";
  font-weight: 500;
}
.article-box li a:hover {
  text-decoration: none;
}
.article-box.blue-bg {
  background-color: #1a3235;
}
.article-box.blue-bg p {
  color: #d5e6ff;
}
.article-icon {
  margin-bottom: 32px;
}
.blog-index {
  padding-bottom: 80px;
  padding-top: 80px;
}
.title-box {
  margin-bottom: 80px;
}
.title-box h2 {
  color: #18283b;
  margin: 0;
  font-family: "Graphik";
  font-size: 35px;
  line-height: 1.3;
  font-weight: 600;
}
.title-box h2 a {
  color: #18283b;
  transition: none;
  text-decoration: none;
}
.title-box h2 a:hover {
  color: #18283b;
  transition: none;
  text-decoration: underline;
}
.post-row .row {
  margin: 0 -20px;
}
.blog-index__post {
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 20px;
  margin-bottom: 80px;
}
.post-img {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  border-radius: 8px;
  margin: 0 0 25px;
  overflow: hidden;
}
/*
.post-img a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
*/
.inner-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .35s all;
  -o-transition: .35s all;
  transition: .35s all;
}
.inner-caption:before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  background: -webkit-linear-gradient(45deg,#0adea0 0%,#22cd9c 100%);
  background: -o-linear-gradient(45deg,#0adea0 0%,#22cd9c 100%);
  background: linear-gradient(45deg,#0adea0 0%,#22cd9c 100%);
  opacity: .75;
}
.inner-caption span {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  z-index: 1;
  text-decoration: none;
  line-height: 1.5;
}
.read-more:after {
  content: "\e904";
  font-family: "icomoon";
  font-size: 15px;
  margin-left: 8px;
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.post-img a:hover .inner-caption {
  opacity: 1;
  visibility: visible;
}
.hubspot-topic_data {
  margin: 0;
}
.post-tags {
  margin-bottom: 10px;
  line-height: 1.2;
}
.post-tags a {
  font-family: 'Sailec Medium';
  font-size: 12px;
  letter-spacing: .31px;
  color: #4440db;
  text-transform: uppercase;
  text-decoration: none;
  transition: none;
}
.post-tags a:hover {
  text-decoration: underline;
  color: #4440db;
}
.post-box h2 {
  line-height: 1.44;
  font-family: "Gilroy";
  font-size: 22px;
  margin: 0 0 10px;
  font-weight: 600;
  color: #18283b;
  margin-bottom: 6px;
}
.post-box h2 a {
  color: #18283b;
  text-decoration: none;
  font-family: "gilroy";
}
.post-box h2 a:hover {
  color: #18283b;
  text-decoration: underline;
}
.post-info {
  color: #6b7a8c;
  font-size: 16px;
}
.post-info p {
  margin: 0 0 20px;
  margin-bottom: 0;
  color: #18283b;
  font-size: 16px;
  font-family: "Graphik";
}
.post-info a {
  color: #4440db;
  text-decoration: none;
}
.post-info a:hover {
  color: #4440db;
  text-decoration: underline;
}
.blog-pagination {
  text-align: center;
}
.blog-pagination a {
  font: 17px 'Graphik',Arial,Helvetica,sans-serif;
  -webkit-transition: background-color .55s cubic-bezier(.77,0,.175,1),color .55s cubic-bezier(.77,0,.175,1);
  transition: background-color .55s cubic-bezier(.77,0,.175,1),color .55s cubic-bezier(.77,0,.175,1);
  text-decoration: none;
  letter-spacing: .5px;
  font-weight: 600;
  vertical-align: bottom;
  font-family: 'Graphik',Arial,Helvetica,sans-serif;
  border-radius: 5px;
  display: inline-block;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 14px;
  background: #fff;
  color: #2ece90;
  padding: 18px 48px;
}
.blog-pagination a:hover {
  background: #2ece90;
  color: #fff;
}
.cta-section {
  position: relative;
}

.cta-section .content-wrapper {
  max-width: 1310px !important;
}
.col-lg-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.partners-cta-box {
  display: block;
  border-radius: 10px;
  background: #0E0E0E;
  -webkit-box-shadow: 0 0 15px rgba(122,126,221,.57);
  box-shadow: 0 0 15px rgba(122,126,221,.57);
  color: #fff;
  text-decoration: none;
  padding: 70px 85px 70px 330px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 19px;
  max-width: inherit;
}
.partners-cta-box svg {
  width: 288px;
  height: auto;
  position: absolute;
  left: 0;
  top: -1px;
  bottom: auto;
}
.col-lg-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.partners-cta-box h3 {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 32px;
  color: #fff;
  line-height: 1.2;
  margin-top: 8px;
  font-family: "gilroy";
} 
.partners-cta-box p:last-child {
  margin: 0;
}
.btn-vcenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.partners-cta-box .button {
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
  display: block;
  white-space: normal;
  padding: 18px 10px;
  text-align: center;
  text-decoration: none;
}
.partners-cta-box .button:hover {
  background-position: 100% 0;
  background-size: 200%;
  color: #fff;
  text-decoration: none;
  box-shadow: none;
}
.partners-cta-box .button.btn-outline:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #0adea0;
}
.button, .btn, .btn:not(:disabled):not(.disabled):active {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  line-height: 1.2;
  padding: 18px 32px;
  vertical-align: bottom;
  font-family: 'Graphik',Arial,Helvetica,sans-serif;
  border-radius: 5px;
  background-size: 100% 100%;
  background-position: 0 100%;
  box-shadow: none;
  border: 0;
  letter-spacing: .5px;
  font-weight: 600;
  background-image: -moz-linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
  background-image: -webkit-gradient(linear,left bottom,right top,color-stop(0%,rgba(10,222,160,1)),color-stop(50%,rgba(10,222,160,1)),color-stop(100%,rgba(58,201,139,1)));
  background-image: -webkit-linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
  background-image: -o-linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
  background-image: -ms-linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
  background-image: linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
}
.partners-cta-box .button.btn-outline {
  color: #fff;
  border: 1px solid #fff;
  background: 0 0;
  padding: 18px 10px;
}
.partners-cta-box .button+.button {
  margin-top: 15px;
}
.st0 {
  opacity: .05;
  fill: #fff;
}
.st1 {
  fill: #6a6ed0;
}
.st2 {
  fill: #e2eaf4;
}
.st3 {
  opacity: .819;
  fill: #fff;
  enable-background: new;
}
.st4 {
  fill: #7a7edd;
}
.st5 {
  opacity: .643;
  fill: #7a7edd;
  enable-background: new;
}
.st6 {
  opacity: .8;
  fill: #fff;
  enable-background: new;
}
.st7 {
  opacity: .492;
  fill: #7a7edd;
  enable-background: new;
}
.st8 {
  fill: #5a5ec6;
}
.blog-details-section {
  max-width: 1144px;
  margin: 0 auto 80px;
  border-bottom: 0px solid #e2e6e8;
}
.letest-post-row {
  position: relative;
  padding-bottom: 5rem;
  border-bottom: 1px solid #e0e0e0;
}
.blog-detail .latest-post-info {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-top: 0;
}
.latest-post-info h1 {
  margin-bottom: 22px;
}
.post-user-img {
  height: 40px;
  width: 40px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 13px;
}
.post-user-img img {
  width: 100%;
}
.blog-details-section .latest-post-img {
  position: relative;
  width: 100%;
  padding-top: 0%;
  border-radius: 8px;
  overflow: hidden;
}
.latest-post-img img {
  width: 100%;
  height: auto;
}
.lastest-post-content {
  margin-top: 47px;
  margin-bottom: 60px;
}
.post-content-bar_wrapper {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 66.666667%;
  margin: 0 auto;
}
.post_sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.social-icon {
  text-align: center;
}
.post-content-bar .social-icon ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0;
}
@media (max-width: 767.98px) {
  .post-content-bar .social-icon ul {
    margin-bottom: 30px;
  }
}
.social-icon li {
  text-align: center;
  margin: 0 15px;
  font-size: 15px;
  line-height: 37px;
  display: inline-block;
}
.social-icon li a {
  width: 35px;
  height: 35px;
  background-color: #6b7a8c;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  display: block;
}
.blog-tags {
  margin-top: 60px;
}
.blog-tags span {
  font-family: 'Sailec Medium';
  font-size: 14px;
  letter-spacing: .031em;
  text-transform: uppercase;
}
.blog-tags a {
  margin-left: 5px;
  text-decoration: none;
  letter-spacing: 0.434px;
}
.founder-box {
  text-align: center;
  margin-bottom: 43px;
  margin-top: 14px;
}
.blog-tags a:hover {
  text-decoration: underline;
}
.founder_img {
  height: 56px;
  width: 56px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 14px;
}
.founder-box .founder-name {
  color: #18283b;
  font-size: 20px;
  margin-bottom: 6px;
  font-weight: 400;
  font-family: 'Sailec Medium';
  display: block;
  text-align: center;
}
.founder-box p {
  font-size: 16px;
  line-height: 1.5;
  color: #6b7a8c;
  margin: 0 0 20px;
  font-family: "Graphik";
}
.founder-box p a {
  color: #4440db;
  font-size: 16px;
  line-height: 25px;
  font-family: "Graphik";
  text-decoration: none;
}
.founder-box p a:hover {
  color: #4440db;
  text-decoration: underline;
}
.side-box-content {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}
.side-box-content img.hs-cta-img {
  height: auto;
}
.founder-box .founder-name a {
  color: #18283b;
  font-weight: 400;
  font-family: 'Sailec Medium';
  font-size: 20px;
  text-decoration: none;
}
.founder-box .founder-name a:hover {
  color: #18283b;
  text-decoration: underline;
}

.comment-date, .comment-from {
  display: block !important;
}
.related-post-row h2 {
  color: #18283b;
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 35px;
  font-family: "gilroy";
  margin-bottom: 35px;
}
.related_post-row .row {
  margin: 0 -20px;
}
.related-post-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 20px;
  margin-bottom: 80px;
}
.fix .blog_header .header_main {
  box-shadow: 0 0 10px rgba(0,0,0,.15);
  background: #fff;
  padding: 15px 0 9px;
}
.fix .blog_header .header__container {
  min-height: 51px;
}
.fix .blog_header .category_menu ul {
  position: relative;
  top: -4px;
}
.article-box:hover {
  box-shadow: 0 12px 18px rgba(0,0,0,.12);
}
.blog_footer .footer-sub__left p {
  font-family: "Graphik";
  line-height: 2;
}
.blog_footer .footer-sub__left .hs-menu-wrapper ul li a {
  font-family: "Graphik";
}
.blog_footer .footer-sub__left .hs-menu-wrapper ul li:not(:last-of-type) {
  margin-right: 33px;
}
.blog_footer .footer__nav .hs-menu-wrapper>ul>li>a {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: 'Graphik',sans-serif;
}
.blog_footer .footer__nav .hs-menu-wrapper>ul>li>ul>li {
  line-height: 1.8;
}
.blog_footer .footer__nav .hs-menu-wrapper>ul>li>a, .blog_footer 
.footer__nav .hs-menu-wrapper>ul>li>a:hover, 
.blog_footer .footer__contact-info h5 {
  text-transform: uppercase;
}
.blog_footer .footer__nav .hs-menu-wrapper>ul>li>ul>li>a {
  font-family: "Graphik";
}
.blog_footer .phone span {
  height: 22px;
  width: 22px;
  border-radius: 50px;
  box-shadow: 0 2px 4px rgba(165,170,177,.5);
  background: #fff;
  font-size: 10px;
  display: inline-block;
  line-height: 25px;
  text-align: center;
  margin-right: 13px;
  color: #0adea0;
}
.blog_footer .phone a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  font-family: "Graphik";
}
.blog_footer .footer__info-section {
  max-width: 189px;
  margin-right: 78px;
  width: 100%;
}
.footer__main.blog_footer .footer__container {
  max-width: 1310px !important;
}
.category_menu ul li a#search_trigger {
  font-size: 12px;
}
.btn-search.in_mobile {
  display: none;
}
a.close-btn:hover {
  color: #2ece90;
}
a#search_trigger {
  text-decoration: none;
}
.related-post-box .post-title a {
  color: #18283b;
  line-height: 1.44;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 6px;
  margin: 0 0 10px;
  text-decoration: none;
  font-family: "gilroy";
}
.related-post-box .post-info a {
  color: #18283b;
  line-height: 1.44;
  margin-bottom: 6px;
  margin: 0 0 10px;
  text-decoration: none;
  font-weight: 500;
}
.related-post-box h5 a:hover,
.related-post-box p a:hover {
  text-decoration: underline;
  color: #18283b;
}
.author-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
}
.author_page_image {
  width: 56px;
  height: 56px;
  margin: 0 15px 0 0;
  border-radius: 50%;
  overflow: hidden;
}
.author-info {
  max-width: 60%;
  margin: 20px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.author-img {
  border-radius: 50px;
  margin-bottom: 12px;
  overflow: hidden;
  height: 70px;
  width: 70px;
}
@media (max-width: 575.98px) {
  .author-info {
    max-width: 100%;
  }
  .author-info h1 {
    font-size: 3.5rem;
    line-height: 1.1;
  }
  .author-img {
    height: 50px;
    width: 50px;
  }
}

.post-breadcrumbs {
  font-size: 16px;
  margin-bottom: 3rem;
}
.post-breadcrumbs a {
  text-decoration: none;
}
.post-breadcrumbs a:hover {
  text-decoration: underline;
}

@media (max-width: 575.98px) {
  .post-breadcrumbs {
    font-size: 14px;
  }
}

.blog-index__tag-header {
  text-align: center;
  margin-bottom: 80px;
}
.blog-index.tags_on {
  padding-top: 0;
}
.social-icon li.twt:hover a {
  background: #00a4f9;
}
.social-icon li.fb:hover a {
  background: #3568b8;
}
.social-icon li.in:hover a {
  background: #0073a5;
}
.related-post-row {
  margin-top: 47px;
  margin-bottom: 60px;
  padding-top: 60px;
  border-top: 1px solid #e2e6e8;
}
.blog_header .custom-menu-primary .hs-menu-wrapper>ul>li.Categorías {
  display: none !important;
}
.post-content-bar p, .post-content-bar li {
  font-size: 17px;
}
.post-content-bar ul {
  margin-top: 0px;
  margin-bottom: 30px;
}
.post-content-bar p {
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.153px;
  margin-bottom: 30px;
}
.post-content-bar a,
.post-content-bar p,
.post-content-bar ul,
.post-content-bar ol {
  font-family: 'Graphik';
}
.post-content-bar h2 {
  margin-bottom: 35px;
  margin-top: 40px;
}
.post-content-bar p img{
  height: auto !important;
}
.founder-box {
  text-align: center;
}
.partners-cta-box p:last-child {
  margin: 0;
  font-family: "Graphik";
  font-size: 19px;
  line-height: 1.8;
}
.latest-post-info h1 {
  font-size: 48px;
}
.related_post-row {
  max-width: 1144px;
  margin: 0 auto;
}
.hs-blog-post .hs_blog {
  padding: 200px 0 0;
}
.social-icon li:first-child {
  margin-left: 0;
}
.blog_header .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  top: -1px;
}
.cta-white-arrow:after {
    content: url(https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_January2021/images/white-arrow-right.svg);
    margin-left: 9px;
}
@media (min-width: 1200px) {
  .letest-post-row{
    display: flex;
    align-items: center;
  }
  .blog-details-section .latest-post-img {
    height: 100%;
  }
  .mobile_suscribete {
    display: none;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li {
    float: left;
    margin: -3px 0 0 30px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: .05em;
    font-weight: 600;
    position: relative;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
    margin-left: 0;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    text-decoration: none;
    padding: 0;
    display: block;
    color: #575a59;
    position: relative;
    -moz-transition: all .4s;
    transition: all .4s;
    text-transform: none;
    line-height: 1;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Graphik',Arial,Helvetica,sans-serif;
  }
  .blog_header .right_menu .hs-menu-wrapper>ul>li:last-child>a {
    text-transform: none;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    line-height: 1.5;
    padding: 7px 20px;
    vertical-align: bottom;
    font-family: 'Graphik',Arial,Helvetica,sans-serif;
    border-radius: 50px;
    background-size: 100% 100%;
    background-position: 0 100%;
    box-shadow: none;
    border: 0;
    font-weight: 500;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  }
  .blog_header .right_menu .hs-menu-wrapper>ul>li:first-child {
    position: relative;
  }
  .blog_header .right_menu .hs-menu-wrapper>ul>li:first-child>a {
    color: #323748;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    text-transform: none;
    line-height: 1.5;
    font-family: 'Graphik',Arial,Helvetica,sans-serif;
    padding: 7px 20px;
    border-radius: 50px;
  }
  .blog_header .right_menu .hs-menu-wrapper>ul>li:first-child>a:hover {
    color: #fff;
    background-color: #0e0e0e;
    border: none;
  }
  .blog_header .header_menu {
    margin-left: 7px;
  }

  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li.Producto>.sub-menu {
    min-width: 614px;
    margin-left: -300px;
    top: calc(100% + 14px);
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li>.sub-menu ul li a {
    line-height: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Sailec Medium';
    font-size: 12px;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li>.sub-menu ul li a p {
    font-family: "OpenSans",Helvetica,Arial,sans-serif;
    font-size: 12px;
    color: #dae0e2;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    text-transform: none;
    letter-spacing: 0;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li.Producto>.sub-menu>ul>li:last-child {
    position: relative;
    bottom: 0;
    right: 0;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    margin-left: .5rem;
  }
}

@media (max-width: 1400px) {
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    top: 0px;
  }
}


@media (max-width: 1200px) {
  .blog-index__post {
    padding: 0 10px;
    margin-bottom: 60px;
  }
  .partners-cta-box svg {
    left: -40px;
  }
  .partners-cta-box .button {
    max-width: 210px;
  }
  h1.blog-index__tag-heading {
    font-size: 36px;
  }
}

@media (max-width: 1199px) {
  .blog-detail .latest-post-info {
    margin-bottom: 20px;
  }
  .blog_header .header__logo img {
    max-width: 150px;
  }
  .mobile_suscribete {
    color: #323748;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .05em;
    text-transform: uppercase;
    line-height: 1.8;
    font-family: "Graphik";
    margin-left: 20px;
  }
  .mobile_suscribete:hover {
    color: #2ece90;
    text-decoration: none;
  }
  .blog_header .header_main {
    padding: 19px 0 22px;
  }
  .category_menu {
    margin-top: 8px;
    padding-top: 10px;
  }
  .blog_header .custom-menu-primary, .blog_header .right_menu {
    max-width: 100% !important;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 30px;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    color: #323748;
    position: relative;
    -moz-transition: all .4s;
    transition: all .4s;
    line-height: 30px;
    font-size: 14px;
    font-family: 'Graphik',Arial,Helvetica,sans-serif;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li>.sub-menu>ul>li>a, 
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li.Producto>.sub-menu>ul>li:last-child>a{
    letter-spacing: 1px;
    color: #575A59;
    font-family: 'Graphik',Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 1;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li>.sub-menu>ul>li>a>p {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    text-transform: none;
    letter-spacing: 0;
    font-family: 'Graphik',Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #575A59;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li>.sub-menu>ul>li {
    max-width: 294px;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li.Producto>.sub-menu>ul>li:last-child {
    display: none;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li.Producto>.sub-menu>ul>li:last-child>a:after {
    display: none;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    font-size: 14px;
    line-height: 20px;
    padding: 30px;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #1d2120;
  }

  .hs-blog-post, .hs-blog-listing {
    font-size: 19px !important;
  }
  .blog_header .header_menu {
    top: 46px;
    z-index: 1;
    padding-bottom: 50px;
    background-color: #f9f9f9;
  }
  body.mobile-open {
    overflow: visible;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li.Producto>.sub-menu>ul>li>a:after {
    top: 39px;
  }
  /*.blog_header .right_menu .hs-menu-wrapper>ul>li:first-child {
    display: none;
  }*/
  .fix .blog_header .header_main{
    position: fixed;
    top: 0;
  }
  .fix .blog_header .header__container {
    min-height: 1px;
  }
  .fix .category_menu {
    margin-top: 2px;
    padding-top: 15px;
    padding-bottom: 2px;
  }
  .fix .blog_header .header_menu {
    top: 89px;
  }
  .blog_footer .footer_top {
    padding-bottom: 0;
  }
  .blog_footer .footer__info-section {
    max-width: none;
    width: 25%;
  }
  .blog_footer .footer-sub__right .btn-store img {
    max-width: 100%;
  }
  .blog_footer .footer-sub__left .hs-menu-wrapper ul li:not(:last-of-type) {
    margin-right: 17px;
  }
  .blog_footer .footer-sub__left .hs-menu-wrapper ul {
    margin-right: 50px;
  }
  .feature-row-section, 
  .blog-index {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .recent_posts {
    padding-bottom: 60px;
  }
  .col-md-6 {
    padding: 0 10px;
  }
  .feature-article-section .row, 
  .post-row .row{
    margin: 0 -10px;
  }
  .partners-cta-box {
    padding: 70px 45px 70px 190px;
    font-size: 17px;
  }
  .blog_header .right_menu .hs-menu-wrapper>ul>li:last-child>a {
    margin: 20px;
    padding: 14px 46px;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Graphik';
    -moz-transition: all .4s;
    transition: all .4s;
    letter-spacing: .5px;
    font-weight: 500;
    border: 1px solid #22cd9c;
    color: #22cd9c;
    background-color: transparent;
    background-image: none;
    border-radius: 50px;
    text-transform: none;
  }
  .blog_header .right_menu .hs-menu-wrapper>ul>li:last-child>a:hover {
    box-shadow: 0 10px 37px -15px rgba(62,90,72,.52);
  }
}


@media (max-width: 1023px) {
  .latest-post-info h4 {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .post-content a {
    font-size: 13px;
  }
  .article-box h4 {
    font-size: 23px;
  }
  .article-box li {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .title-box {
    margin-bottom: 35px;
  }
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .blog-pagination a {
    padding: 15px 32px;
  }
  .partners-cta-box svg {
    display: none;
  }
  .partners-cta-box {
    padding: 45px;
    font-size: 16px;
  }
  .partners-cta-box p:last-child {
    margin-bottom: 20px;
  }
  .partners-cta-box .button {
    margin: 0 20px 0 0;
  }
  .partners-cta-box h3 {
    font-size: 30px;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li>.sub-menu>ul>li {
    max-width: 254px;
  }
  .category_menu {
    display: none;
  }
  .header_height.blog_header {
    min-height: 94px;
  }
  .blog_header .header_main {
    padding: 17px 0 15px;
  }
  .header_menu {
    top: 72px;
  }
  .latest-post-info h1 {
    margin-bottom: 18px;
  }
  .btn-search.in_mobile {
    display: block;
    margin-right: 5px;
  }
  .btn-search.in_mobile a {
    color: #18283b;
    text-decoration: none;
    font-size: 18px;
  }
  .category_menu_wrapper {
    display: none;
  }
  a#search_trigger {
    font-size: 17px;
  }
  .search-box .close-btn {
    color: #323748;
  }
  .search-box .close-btn:hover {
    color: #00d296;
  }
  .btn-search.in_mobile {
    position: relative;
    top: 1px;
    right: 1px;
  }
  .blog_header .header_menu {
    top: 55px !important;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li>.sub-menu {
    max-width: 600px;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li.Categorías {
    display: block !important;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper > ul > li.Categorías>.sub-menu {
    max-width: 600px;
    padding-right: 100px;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper > ul > li.Categorías>.sub-menu>ul>li>a {
    text-decoration: none;
    color: #2a4d76;
    position: relative;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    display: block;
    padding: 20px 0 20px 47px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper > ul > li.Categorías>.sub-menu>ul>li>a:after {
    content: "\e907";
    font-family: 'icomoon-3';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    font-size: 7px;
    vertical-align: middle;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  .blog_header .header_menu {
    padding-bottom: 0px;
  }
  .fix .blog_header .header_main {
    padding: 12px 0 12px;
  }
  .founder-box {
    margin-bottom: 35px;
  }
  .blog-tags {
    margin-top: 40px;
  }
  .feature-row-section, 
  .blog-index {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .recent_posts {
    padding-bottom: 50px;
  }
  .partners-cta-box .button+.button {
    margin-top: 0;
  }
  .partners-cta-box p:last-child {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .col-lg-8, 
  .btn-vcenter{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .partners-cta-box .button+.button {
    margin-top: 0;
  }
  .related-post-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .recent_posts {
    padding-bottom: 50px;
  }
  .post-tags a {
    font-size: 13px;
  }
  .author-info p {
    font-size: 15px;
  }
  .latest-post-info {
    width: 90%;
    padding: 25px 25px 0 0;
  }
  .header_height.blog_header {
    min-height: 83px;
  }
  .hs-blog-post .hs_blog {
    padding: 170px 0 0;
  }
}

@media (max-width: 767px) {
  .letest-post-row {
    padding-bottom: 3rem;
  }
  h1.blog-index__tag-heading {
    font-size: 32px;
  }
  .related-post-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .feature-article-section .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .feature-row-section {
    padding-bottom: 35px;
    padding-top: 35px;
  }
  .col-md-6 {
    padding: 0 10px;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-index__post {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 50px;
  }
  .latest-post-info h4 {
    font-size: 12px;
  }
  .latest-post-info {
    position: relative;
    width: 100%;
    border-radius: 0;
    padding: 20px 0 0;
  }
  .partners-cta-box h3 {
    font-size: 26px;
  }
  .partners-cta-box {
    padding: 34px;
  }
  .latest-post-info h1 { 
    margin-bottom: 16px;
  }
  .post-content-bar_wrapper, 
  .post_sidebar {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
  }
  .post-space .row {
    display: block;
  }
  a#search_trigger {
    font-size: 16px;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 20px 30px;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    position: relative;
    padding: 20px 30px;
    font-size: 12px;
    line-height: 23px;
    padding-right: 50px;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li>.sub-menu {
    max-width: 100%;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li>.sub-menu>ul>li {
    max-width: 100%;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li.Producto>.sub-menu>ul>li>a:after {
    top: 23px;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    color: #2ece90;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li.Categorías>.sub-menu {
    max-width: 100%;
    padding-right: 30px;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li.Categorías>.sub-menu>ul>li>a {
    padding-left: 38px;
  }
  .blog_footer .footer-sub__left {
    display: block;
  }
  .blog_footer .footer-sub__left p {
    margin-top: 4px;
    margin-bottom: 0;
  }
  .blog_footer .footer-sub__right .btn-store img {
    border-radius: 0;
  }
  .blog_footer .footer__info-section {
    width: 100%;
  }
  .founder-box {
    margin-bottom: 30px;
  }
  .recent_posts .latest-post-info h4 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .post-content a {
    font-size: 12px;
  }
  .recent_posts {
    padding-bottom: 35px;
  }
  .article-box p {
    font-size: 15px;
  }
  .blog-index {
    padding-bottom: 35px;
    padding-top: 35px;
  }
  .post-content p {
    font-size: 12px;
  }
  .related-post-row h2 {
    margin-bottom: 25px;
    font-size: 32px;
  }
  .social li:not(:last-of-type) {
    margin-right: 13px;
  }
  .lastest-post-content {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .related_post-row {
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
  .blog_header .right_menu .hs-menu-wrapper>ul>li:last-child>a {
    margin: 15px;
}
}


@media (max-width: 575px) {
  .partners-cta-box h3 {
    font-size: 24px;
  }
  .partners-cta-box {
    padding: 30px;
  }
  .partners-cta-box .button+.button {
    margin-top: 10px;
  }
  .blog-index__post {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .title-box h2 {
    font-size: 28px;
  }
  .latest-post-info h1 { 
    font-size: 28px;
  }
  .post-content-bar p img {
    width: 100% !important;
    margin: 0 !important;
  }
  .mobile_suscribete {
    font-size: 0;
    padding: 0;
    display: block;
    border-radius: 3px;
    line-height: 1.2;
    color: #fff;
    background-image: -moz-linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
    background-image: -webkit-gradient(linear,left bottom,right top,color-stop(0%,rgba(10,222,160,1)),color-stop(50%,rgba(10,222,160,1)),color-stop(100%,rgba(58,201,139,1)));
    background-image: -webkit-linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
    background-image: -o-linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
    background-image: -ms-linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
    background-image: linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
  }
  .mobile_suscribete i {
    display: block;
    font-size: 20px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-family: 'icomoon-3' !important;
  }
  .icon-email:before {
    content: "\e905";
  }
  .founder-box {
    margin-bottom: 20px;
  }
  .blog-pagination a {
    padding: 11px 22px;
    font-size: 13px;
  }
  .partners-cta-box .button {
    margin: 0;
  }
  .hs-blog-post .letest-post-row .latest-post-info h1 {
    font-size: 3.4rem;
    line-height: 1.2;
  }
  .hs-blog-post .lastest-post-content .post-space h2 {
    font-size: 2.9rem;
  }
  .hs-blog-post .lastest-post-content .post-space h3 {
    font-size: 1.9rem;
  }
  .blog-tags {
    margin-top: 30px;
  }
  .founder-box .founder-name {
    font-size: 18px;
  }
  .founder-box p {
    font-size: 15px;
  }
  .related-post-row h2 {
    font-size: 28px;
  }
  h1.blog-index__tag-heading {
    font-size: 28px;
    margin-bottom: 35px;
  }
  .author-info p {
    font-size: 14px;
  }
  .header_height.blog_header {
    min-height: 70px;
  }
}


@media (max-width: 479px) {
  .post-user {
    padding-right: 0;
    border: 0;
    margin-bottom: 10px;
  }
  .post-content {
    width: 100%;
    padding: 0;
  }
  .post-info-block {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mobile_suscribete {
    margin-left: 14px;
  }
  .btn-search.in_mobile {
    margin-right: 1px;
  }
  .post-box h2 {
    font-size: 20px;
  }
  .social-icon li {
    line-height: 32px;
    font-size: 13px;
    margin: 0 5px;
  }
  .user-info h6 {
    margin-bottom: 2px;
  }
  .social-icon li a {
    width: 30px;
    height: 30px;
  }
  .blog-tags {
    margin-top: 25px;
  }
  .related-post-box h5 a,
  .related-post-box p a{
    font-size: 20px;
  }
  .blog_footer .footer-sub__left .hs-menu-wrapper ul li {
    line-height: 24px;
  }
  .hs-blog-listing .hs_blog {
    padding: 0;
    padding-top: 180px;
  }
}

/* Pop up Blog Imagen ancho completo caja */
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview h4,
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview p,
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .advance-wrapper {
  margin-left: 0px !important;
}
.leadinModal.leadinModal-theme-default.leadinModal-v3 .dyno-image {
  width: 100% !important;
}
.leadinModal .dyno-image img {
  max-width: 100% !important;
}
.leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-content {
  max-height: fit-content !important;
}
.leadinModal.leadinModal-theme-default {
  padding-top: 110px !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 30vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 40px 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 60px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 19px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
#hs_cos_wrapper_backup_unsubscribe .email-edit.hs-input {
  padding: 9px 10px !important;
  font-size: 19px !important;
  width: 100% !important;
}
.systems-page .hs-form-field, 
.hs-membership-loader.hs_submit.hs-submit {
  margin: 25px 0;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
#hs_cos_wrapper_password_prompt #hs-pwd-widget-password {
    height: auto !important;
    margin-top: 0 !important;
    margin-bottom: 18px;
}
@media (max-width: 767px) {
  .systems-page h1, 
  .systems-page h2 {
    font-size: 20px;
  }
  .systems-page h3, 
  .systems-page h4 {
    font-size: 19px;
  }
}