/* ******************************************************************************
*********************************************************************************
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: hidden;
}

/**
 * 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.
*********************************************************************************
****************************************************************************** */


.banner-area .dnd-section {
  padding: 0;
}
.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.page-center,
.dnd-section > .row-fluid{
  padding-left: 30px;
  padding-right: 30px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@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-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-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-face {
  font-family: "OpenSans";
  src:url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/fonts/OpenSans-Regular.woff) format("woff"), 
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/fonts/OpenSans-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "OpenSans";
  src:url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/fonts/OpenSans-SemiBold.woff) format("woff"), 
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/fonts/OpenSans-SemiBold.ttf) format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Sailec";
  src:url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/fonts/Sailec-Medium.woff) format("woff"), 
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/fonts/Sailec-Medium.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Sailec Medium";
  src:url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/fonts/Sailec%20Medium%20blog.woff) format("woff"), 
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/fonts/Sailec%20Medium%20blog.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "gilroy";
  src: url("//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_November2020/fonts/gilroy-medium-webfontd41d.eot#iefix") format("embedded-opentype"), 
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/fonts/gilroy-medium-webfont.woff) format("woff"), 
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/fonts/gilroy-medium-webfont.ttf) format("truetype"), 
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/fonts/gilroy-medium-webfont.svg) format("svg");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "gilroy";
  src: url("//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_November2020/fonts/gilroy-semibold-webfontd41d.eot#iefix") format("embedded-opentype"), 
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/fonts/gilroy-semibold-webfont.woff) format("woff"), 
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/fonts/gilroy-semibold-webfont.ttf) format("truetype"), 
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/fonts/gilroy-semibold-webfont.svg) format("svg");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'gilroy';
  src: url('//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_November2020/fonts/gilroy-bold-webfontd41d.eot#iefix') format('embedded-opentype'),
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/fonts/gilroy-bold-webfont.woff) format('woff'),
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/fonts/gilroy-bold-webfont.ttf%27) format('truetype'),
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/fonts/gilroy-bold-webfont.svg%27) format('svg');
  font-weight: 700;
  font-style: normal;

}

@font-face {
  font-family: "proxima_novaregular";
  src: url("//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_November2020/fonts/proxima_nova_regular-webfontd41d.eot#iefix") format("embedded-opentype"), 
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/fonts/proxima_nova_regular-webfont.woff) format("woff"), 
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/fonts/proxima_nova_regular-webfont.ttf) format("truetype"), 
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/fonts/proxima_nova_regular-webfont.svg) format("svg");
  font-style: normal;
  font-weight: normal;
}


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.15;
}
body {
  font-family: Graphik, Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height:1.63158;
}

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

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: underline;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
a:hover {
  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 {
}
.body-container-wrapper >li {
  position: relative;
}
.body-container-wrapper >li:before {
  content: '\e906';
  font-family: 'icomoon';
  position: absolute;
  top: .3rem;
  left: -3rem;
  color: #0ADEA0;
  font-size: .7rem;
  background-color: #e4f7f3;
  border-radius: 50%;
  height: 1.8rem;
  width: 1.8rem;
  text-align: center;
  line-height: 1.8rem;
}

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

blockquote {
  background: #fbfbfd;
  border-left: 5px solid #00d28b;
  margin-left: 0;
  padding: 20px 30px 20px 22px;
  margin: 0 0 1rem;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}
main {
  overflow: hidden;
}
/* 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: none;
}

.disable-focus-styles :focus {
  outline: none;
}
img {
  max-width:100%;
  vertical-align: middle;
}
/* ******************************************************************************
*********************************************************************************
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: 100%;
  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: Graphik,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: Graphik,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: Graphik,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, Lato, serif;
}
#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.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
  border-collapse: collapse;
}
th,
td {
  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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.cta-white-arrow:after {
    content: url(https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_January2021/images/white-arrow-right.svg);
    margin-left: 9px;
}
.banner-section .dnd-section>.row-fluid {
  padding: 0;
}
/* .cm-website-wrp .dnd-section>.row-fluid>.dnd-column {
width: 66.66667%;
margin: 0 auto;
padding: 0 5px;
} */

.darkgreen-background {
  background: #1A3235;
}
.feature-page .purple-bg-content h2 {
  margin-top: 0px;
}
.cm-website-wrp .page-center-inner {
  width: 66.66667%;
  margin: 0 auto;
  padding: 0 5px;
}
.cm-website-wrp  h3 {
  font-size: 2.7rem;
  line-height: 3.9rem;
  margin-bottom: 1.2rem;
  font-family: "gilroy", Helvetica, Arial, sans-serif;
  color: #18283b;
  font-weight: 600;
}
.cm-website-wrp  p+h3 {
  margin-top: 4rem;
}
.cm-website-wrp h2 {
  margin-top: 4rem;
  margin-bottom: 1rem;
  font-size: 3.2rem;
  line-height: 5rem;
  color: #18283b;
}
.cm-website-wrp  h4 {
  font-family: "gilroy", Helvetica, Arial, sans-serif;
  color: #18283b;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1rem;
  margin-top: 0;
  font-size: 1.6rem;
}
.cm-website-wrp p {
  line-height: 2.8rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: "Graphik", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #1D2120;
}

.cm-website-wrp ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cm-website-wrp ul li {
  line-height: 2.8rem;
  font-family: "Graphik", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #1D2120;
}
.cm-website-wrp table {
  font-family: "Graphik",Helvetica,Arial,sans-serif;
  font-size: 1.6rem;
  color: #6b7a8c;
  text-align: left;
  border-spacing: 2px;
  line-height: 2.5rem;
  margin-bottom: 0;
}
.cm-website-wrp table p:last-of-type,
.cm-website-wrp  p:last-child{
  margin-bottom: 0;
}
.cm-website-wrp p a:hover,
.cm-website-wrp ul li a:hover{
  color: #0adea0;
}
/* Caracteristicas */
.cm-caracteristicas-section-one .dnd-section {
  margin-bottom: 14rem;
  background-repeat: no-repeat !important;
  background-position: bottom center !important;
}
.cm-caracteristicas-section-one .dnd-section>.row-fluid > .dnd-column {
  width: 66.66667%;
  margin: 0 auto;
  float: none;
  padding-right: 15px;
  padding-left: 15px;
}

.caracteristicas-repeate-content .row-fluid > .span3.dnd-column {
  padding-right: 4px;
}
.cm-caracteristicas-section-one .hs_cos_wrapper_type_rich_text h1 {
  font-size: 4.2rem;
  line-height: 5.5rem;
  margin-bottom: 2rem;
  color: #fff;
  font-weight: 600;
  margin-top: 0;
  font-family: "gilroy", Helvetica, Arial, sans-serif;
}
.cm-caracteristicas-section-one .hs_cos_wrapper_type_rich_text p {
  font-size: 1.9rem;
  line-height: 3.1rem;
  margin-bottom: 0;
  color: #fff;
}

.caracteristicas-repeate-content .dnd-section>.row-fluid > .dnd-column {
  border-bottom: .1rem solid #E6E6E6;
  padding-bottom: 6rem;
  margin-bottom: 10rem;
}
.cm-caracteristicas-section-seven .dnd-section>.row-fluid>.dnd-column {
  border: 0;
  margin: 0 !important;
  padding: 0 !important;
}
.caracteristicas-repeate-content h2 {
  font-size: 3.8rem;
  line-height: 5rem;
  margin-bottom: 1rem;
  font-family: "gilroy", Helvetica, Arial, sans-serif;
  color: #18283b;
  font-weight: 600;
}
.caracteristicas-repeate-content p+a {
  font-size: 1.6rem;
  line-height: 3.3rem;
  background: transparent;
  color: #22cd9c;
  margin-top: 5rem;
  display: block;
  border-top: 1px solid rgba(31, 37, 39, 0.1) !important;
  border-radius: 0;
  text-align: left;
  padding: 2.2rem 0;
  text-transform: none;
  text-decoration: underline;
  border: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: 500;
  letter-spacing: .05rem;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
  font-family: "Graphik", Helvetica, Arial, sans-serif;
}
.caracteristicas-repeate-content p+a:after {
  display: inline-block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  content: "\e904";
  font-family: "icomoon";
  margin-left: .8rem;
  font-size: 1.2rem;
  transform: rotate(180deg);
  top: -2px;
  position: relative;
}
.caracteristicas-repeate-content p+a:hover {
  color: #22cd9c;
}
.caracteristicas-repeate-content p+a:hover:after,
.caracteristicas-repeate-content p+a:hover:after {
  margin-left: 1rem;
}
.caracteristicas-repeate-content p+a:hover {
  text-decoration: none;
}
.caracteristicas-repeate-content .dnd-row>.row-fluid>.span9.dnd-column .span6.dnd-column {
  margin-left: 0;
  width: 47%;
}

.purple-bg-content * {
  color: #fff;
}
.purple-bg-content .dnd-section>.row-fluid,
.cm-asesores-section-nine .dnd-section>.row-fluid{
  padding-left: 0;
  padding-right: 0;
}
.purple-bg-content h2 {
  font-size: 3.8rem;
  line-height: 5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  font-family: "gilroy", Helvetica, Arial, sans-serif;
}
.purple-bg-content p {
  margin-bottom: 5.7rem;
  font-size: 1.9rem;
  line-height: 3.1rem;
  margin-top: 0;
}
.purple-bg-content .hs-button {
  background-image: -webkit-linear-gradient(225deg, #41d494 0%, #22cd9c 100%);
  background-image: -o-linear-gradient(225deg, #41d494 0%, #22cd9c 100%);
  background-image: linear-gradient(225deg, #41d494 0%, #22cd9c 100%);
  color: #fff;
  border: none;
  color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: 600;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-radius: 0.5rem;
  padding: 1.7rem 1.65rem;
  cursor: pointer;
  -webkit-box-shadow: 0 1rem 3.7rem -1.5rem rgba(62, 90, 72, 0.52);
  box-shadow: 0 1rem 3.7rem -1.5rem rgba(62, 90, 72, 0.52);
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  line-height: 1.5;
  padding-right: 2rem;
  padding-left: 2rem;
  letter-spacing: .117rem;
}
.purple-bg-content .hs-button:hover {
  color: #fff;
  background-color: #08b986;
  border-color: #08ad7d;
  text-decoration:none;
}
.purple-bg-content .hs-cta-wrapper {
  display: inline-block;
  margin: 0 auto;
}
.purple-bg-content .hs-cta-wrapper .start-now-green {
  margin: 0 !important;
  padding-right: 2rem;
  padding-left: 2rem;
  letter-spacing: 1.17px;
}

/* Contabilidad Colaborativa */
.cm-contabilidad-wrp {
  padding-top: 9.9rem;
}
.cm-contabilidad-section-one{
  padding: 26px 40px 48px;
}
.cm-contabilidad-section-inner {
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 100px 0 200px;
  position: relative;
  background-image: url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/images/banner-bg.png);
  background-color: #1e2943;
  max-width: 1520px;
  margin: 0 auto;
  background-size: 29.7%;
}
.cm-contabilidad-section-inner h5 {
  color: #00d296;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.3;
  margin: 0 0 20px;
  font-family: 'gilroy';
  font-weight: 600;
  font-size: 22px;
}
.cm-contabilidad-section-inner h1,
.cm-contabilidad-section-inner h2 {
  color: #fff;
  font-size: 72px;
  line-height: 1;
  margin: 0 0 45px;
  font-family: 'gilroy';
  font-weight: 600;
}
.cm-contabilidad-section-inner p {
  max-width: 820px;
  margin: 0 auto 20px;
  color: #d2d4d9;
  font: 16px/1.45 'Graphik', Arial, Helvetica, sans-serif;
  font-size: 19px;
}
.cm-contabilidad-section-inner .scrolldown {
  height: 56px;
  width: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  background: rgba(244,244,245, 0.2);
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 77px;
  margin: auto;
  font-size: 20px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cm-contabilidad-section-inner .scrolldown:hover {
  background: #00d296;
  color: #fff;
}
.cm-contabilidad-section-inner .icon-arrow-down:before {
  content: "\e902";
  font-family: icomoon-1;
}
.cm-contabilidad-section-two .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cm-contabilidad-section-three .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}


.cm-contabilidad-section-four {
  padding-bottom: 120px;
  padding-top: 120px;
}
.cm-contabilidad-section-four .page-center {
  max-width: 1340px;
  padding-right: 40px;
  padding-left: 40px;
}
.cm-contabilidad-section-four .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cm-contabilidad-section-four .contabilidad-title-row {
  font-size: 19px;
  margin-bottom: 55px;
}
.cm-contabilidad-section-four .contabilidad-title-row h4 {
  display: block;
  line-height: 1;
  font-size: 16px;
  color: #00d296;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "gilroy";
  font-weight: 600;
  margin-bottom: 16px;
}
.cm-contabilidad-section-four .top-row-inner p {
  font: 19px/1.45 'Graphik', Arial, Helvetica, sans-serif;
  color: #6b7a8c;
  margin: 0 0 20px 0;
}
.cm-contabilidad-section-four .contabilidad-title-row h2 {
  line-height: 1.3;
  margin: 0 0 16px;
  font-family: 'gilroy';
  font-size: 38px;
  font-weight: 600;
  color: #1e2943;
}
.cm-contabilidad-section-four .contabilidad-row-inner {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cm-contabilidad-section-four .contabilidad-efficient-row .contabilidad-row-inner {
  align-items: unset;
  -webkit-align-items: unset;
}
.cm-contabilidad-section-four .efficient-box p {
  font: 16px/1.45 'Graphik', Arial, Helvetica, sans-serif;
}
.cm-contabilidad-section-four .efficient-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cm-contabilidad-section-four .efficient-list ul li {
  margin-bottom: 45px;
  font-size: 16px;
  line-height: 1.5;
}
.cm-contabilidad-section-four.efficient-list ul li:last-child {
  margin-bottom: 0;
}
.cm-contabilidad-section-four .efficient-list ul li i {
  font-size: 36px;
  color: #423edb;
  margin-bottom: 5px;
}
.cm-contabilidad-section-four .efficient-list ul li h4 {
  line-height: 1.3;
  margin: 0 0 16px;
  font-family: 'gilroy';
  font-size: 27px;
  font-weight: 600;
  color: #1e2943;
}
.cm-contabilidad-section-four .efficient-list .icon-business:before {
  content: "\e906";
  font-family: icomoon-1;
}
.cm-contabilidad-section-four .efficient-list .icon-administration:before {
  content: "\e901";
  font-family: icomoon-1;
}
.cm-contabilidad-section-four.efficient-list ul li p {
  font: 16px/1.45 'Graphik', Arial, Helvetica, sans-serif;
  color: #6b7a8c;
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 1.5;
}
.cm-contabilidad-section-four .efficient-box {
  font-size: 16px;
  color: #d2d4d9;
}
.cm-contabilidad-section-four .efficient-box * {
  color: #d2d4d9;
}
.cm-contabilidad-section-four .efficient-box h4 {
  color: #fff;
  font-size: 27px;
  line-height: 1.3;
  margin: 0 0 20px;
  font-family: 'gilroy';
  font-weight: 600;
}
.cm-contabilidad-section-four .efficient-box p {
  margin: 0 0 20px 0;
  font-size: 16px;
  color: #d2d4d9;
}

.cm-contabilidad-section-four .efficient-box ul {
  margin: 45px 0 0;
  padding: 0;
  list-style: none;
}
.cm-contabilidad-section-four .efficient-box li {
  padding-left: 33px;
  position: relative;
  margin-bottom: 24px;
  line-height: 24px;
}
.cm-contabilidad-section-four .efficient-box li:before {
  content: "\e908";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  font-family: icomoon-1;
  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;
  color: #e01e5a;
}
.cm-contabilidad-section-four .efficient-box li:last-child {
  margin-bottom: 0;
}
.cm-contabilidad-section-four .hs-col-xl-6,
.cm-contabilidad-section-four .hs-col-md-6{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.cm-contabilidad-section-five {
  background: #f7f8fb;
}
.cm-contabilidad-section-five .page-center {
  max-width: 1340px;
  padding-right: 40px;
  padding-left: 40px;
}
.cm-contabilidad-section-five-middle .five-middle-inner {
  margin: 0 -15px;
}
.cm-contabilidad-section-five .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cm-contabilidad-section-five-top .five-top-inner{
  text-align: center;
  max-width: 850px;
  margin: 0 auto 0;
}
.cm-contabilidad-section-five .icon-settings:before {
  content: "\e914";
  font-family: icomoon-1;
}
.cm-contabilidad-section-five .icon-greater-control:before {
  content: "\e90d";
  font-family: icomoon-1;
}
.cm-contabilidad-section-five .icon-adapted:before {
  content: "\e900";
  font-family: icomoon-1;
}
.cm-contabilidad-section-five-top .five-top-inner h4 {
  display: block;
  line-height: 1;
  font-size: 16px;
  color: #00d296;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "gilroy";
  font-weight: 600;
  margin-bottom: 16px;
}
.cm-contabilidad-section-five-top .five-top-inner h2 {
  line-height: 1.3;
  margin: 0 0 16px;
  font-family: 'gilroy';
  font-size: 38px;
  font-weight: 600;
  color: #1e2943;
}
.cm-contabilidad-section-five-top .five-top-inner p {
  font: 18px/1.45 'Graphik',Arial,Helvetica,sans-serif;
  color: #6b7a8c;
  margin: 0;
}
.cm-contabilidad-section-five-middle h5 {
  line-height: 1.3;
  margin: 0 0 5px;
  font-family: 'gilroy';
  font-weight: 600;
  color: #1e2943;
  font-size: 22px;
}
.cm-contabilidad-section-five-middle p {
  font: 16px/1.45 'Graphik', Arial, Helvetica, sans-serif;
  color: #6b7a8c;
  margin: 0 0 20px 0;
}
.cm-contabilidad-section-five-middle i {
  font-size: 34px;
  color: #423edb;
  margin-bottom: 8px;
  display: block;
}
.cm-contabilidad-section-five-middle .dnd-section>.row-fluid > .span4.dnd-column {
  width: 33.33333%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0;
}
.cm-contabilidad-section-six {
  background: #1e2943;
  padding-top: 120px;
}
.cm-contabilidad-section-six * {
  color: #d2d4d9;
}
.cm-contabilidad-section-six .page-center {
  max-width: 1340px;
  padding-right: 40px;
  padding-left: 40px;
}
.cm-contabilidad-section-six .page-center {
  max-width: 1340px;
  padding-right: 40px;
  padding-left: 40px;
}
.cm-contabilidad-section-six .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cm-contabilidad-section-six .row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.section-six-info  h4 {
  display: block;
  line-height: 1;
  font-size: 16px;
  color: #00d296;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "gilroy";
  font-weight: 600;
  margin-bottom: 16px;
}
.section-six-info h2 {
  line-height: 1.3;
  margin: 0 0 16px;
  font-family: 'gilroy';
  font-size: 38px;
  font-weight: 600;
  color: #fff;
}
.section-six-info p {
  font: 18px/1.45 'Graphik',Arial,Helvetica,sans-serif;
  color: #d2d4d9;
  margin: 0 0 20px 00;
}
.cm-contabilidad-section-six .icon-rotate:before {
  content: "\e913";
  font-family: icomoon-1;
}
.cm-contabilidad-section-six .icon-share:before {
  content: "\e915";
  font-family: icomoon-1;
}
.cm-contabilidad-section-six .icon-cloud-technology:before {
  content: "\e909";
  font-family: icomoon-1;
}
.cm-contabilidad-section-six .icon-integrated:before {
  content: "\e910";
  font-family: icomoon-1;
}
.cm-contabilidad-section-six .icon-ubiquitous:before {
  content: "\e917";
  font-family: icomoon-1;
}
.cm-contabilidad-section-six .icon-desktop:before {
  content: "\e90a";
  font-family: icomoon-1;
}
.section-six-img {
  margin-top: -220px;
  font-size: 16px;
}
.section-six-img-inner {
  max-width: 519px;
  margin: 1em 40px;
}
.section-six-middle .section-six-row .dnd-section>.row-fluid >.dnd-column .dnd-row{
  margin-bottom: 50px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0;
  width: 33.33%;
  float:left;
}
.section-six-middle .section-six-row .dnd-section>.row-fluid>.dnd-column {
  display: flex;
  flex-wrap: wrap;
}
.section-six-bottom .dnd-section>.row-fluid>.dnd-column > .dnd-row,
.section-six-info .dnd-section>.row-fluid>.dnd-column > .dnd-row {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
.section-six-img-inner .dnd-section>.row-fluid>.dnd-column .dnd-row {
  width: 100%;
  padding: 0;
  margin: 0;
}
.section-six-img-inner img {
  vertical-align: top;
}
.section-six-list .section-six-row {
  margin-right: -15px;
  margin-left: -15px;
}
.section-six-list i {
  font-size: 24px;
  color: #423edb;
  display: block;
  margin-bottom: 10px;
}
.section-six-list h5 {
  color: #fff;
  line-height: 1.3;
  font-size: 22px;
  margin: 0 0 5px;
  font-family: 'gilroy';
  font-weight: 600;
}
.section-six-list p {
  margin: 0;
  font: 16px/1.45 'Graphik', Arial, Helvetica, sans-serif;
}
.section-six-cta {
  max-width: 900px;
  margin: 10px auto 0;
  font-size: 19px;
}
.section-six-info {
  margin-bottom: 55px;
  font-size: 18px;
}
.section-six-bottom .dnd-section>.row-fluid .span11.dnd-column {
  margin-left: 0;
}
.section-six-cta p {
  font: 19px/1.45 'Graphik',Arial,Helvetica,sans-serif;
  margin: 0;
}
.section-six-cta p a {
  position: relative;
  padding-right: 23px;
  display: inline-block;
  text-decoration: underline;
  color: #6772e5;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration:none;
}
.section-six-cta p a:after {
  content: "\e904";
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 18px;
  font-family: icomoon-1;
  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;
  color: #6772e5;
  transition: 350ms all;
}
.section-six-cta p a:hover:after {
  transform: translateX(3px);
}

.section-six-technology-row .hs-col-xl-5,
.section-six-technology-row .hs-col-xl-7 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.cm-app-contabilidad-section-three .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.contabilidad-section-four-top-inner {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
.contabilidad-section-four-top-inner .dnd-section>.row-fluid,
.contabilidad-section-four-bottom .dnd-section>.row-fluid{
  padding-left: 0;
  padding-right: 0;
}
.contabilidad-section-four-top-inner h2 {
  font-size: 3.8rem;
  margin-top: 0;
  font-family: "gilroy", Helvetica, Arial, sans-serif;
  color: #18283b;
  font-weight: 600;
  line-height: 5rem;
  margin-bottom: 1rem;
}
.contabilidad-section-four-bottom {
  margin-top: 4rem;
}

.contabilidad-section-four-bottom p {
  margin: 0;
}
.contabilidad-section-four-bottom p a {
  text-decoration: none;
}
.contabilidad-section-four-bottom p a img {
  margin-right: 1.11rem;
  vertical-align: middle;
  border-style: none;
  max-height: 6.5rem;
}
.contabilidad-section-four-bottom p a:last-child img {
  margin-right: 0;
}
.contabilidad-section-four-bottom p+p {
  font-size: 1.3rem;
  color: #96b4d8;
  margin-top: 1rem;
  font-family: "Graphik",Helvetica,Arial,sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 2.5rem;
}

.cm-contabilidad-section-seven .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}

/* Asesoresbody */
.cm-asesoresbody-wrp {
  overflow: hidden;
}
.cm-asesoresbody-wrp .md-banner-wrp,
.cm-empresasbody-wrp .md-banner-wrp{
  padding-bottom: 0 !important;
}
.cm-empresasbody-wrp .md-banner-wrp .hs-cta-wrapper {
  width: auto;
  min-width: 18.5rem;
  margin-top: 0;
}
.cm-asesores-section-one .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
}
.cm-asesores-section-oneInner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8.6rem;
}
.cm-asesores-section-one .cm-asesores-section-oneleft {
  width: 66%;
}
.cm-asesores-section-one .cm-asesores-section-oneRight {
  width: 34%;
  margin-left: 0;
}
.cm-asesores-section-one p {
  font-family: "gilroy", Helvetica, Arial, sans-serif;
  color: #C8E2E9;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 2.5rem;
  font-size: 1.6rem;
}
.cm-asesores-section-one ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cm-asesores-section-one ul li img {
  vertical-align: middle;
  border-style: none;
}
.cm-asesores-section-two-three-grp {
  position: relative;
}
.cm-asesores-section-two .dnd-section>.row-fluid .span4.dnd-column {
  width: 32.2rem;
  max-width:100%;
}
.cm-asesores-section-two .dnd-section>.row-fluid .dnd-column > .dnd-row > .row-fluid:before,
.cm-asesores-section-two .dnd-section>.row-fluid .dnd-column > .dnd-row > .row-fluid:after {
  display: none;
}
.cm-asesores-section-two .dnd-section>.row-fluid .dnd-column > .dnd-row > .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cm-asesores-section-two .widget-type-linked_image {
  display: block;
  width: 100%;
}
.cm-asesores-section-two .hs_cos_wrapper_type_linked_image {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 8.8rem;
  width: 8.8rem;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.5rem 2rem 0 rgba(161, 181, 197, 0.2);
  box-shadow: 0 0.5rem 2rem 0 rgba(161, 181, 197, 0.2);
  margin-bottom: 2rem;
}
.cm-asesores-section-two h3 {
  font-size: 2.6rem;
  line-height: 3.2rem;
  margin-bottom: 1rem;
  font-family: "gilroy", Helvetica, Arial, sans-serif;
  color: #18283b;
  font-weight: 600;
  margin-top: 0;
}
.cm-asesores-section-two p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Graphik", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.5rem;
  color: #6b7a8c;
}
.cm-asesores-section-three .hedingWithicon-wrp {
  margin-left: 0;
  margin-right: 0;
}
.cm-asesores-section-three .dnd-section>.row-fluid {
  padding: 0;
}
.cm-asesores-section-threeInner{
  margin:0 -15px;
}

.cm-asesores-section-five {
  position: relative;
  overflow: hidden;
  margin-bottom: 140px;
}
.cm-asesores-section-five:after,
.cm-asesores-section-five:before {
  content: '';
  position: absolute;
  left: -.2rem;
  height: 100%;
  z-index: 4;
}
.cm-asesores-section-five:before {
  top: -1rem;
  width: 102%;
  background:url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/images/adv_top.svg) top left no-repeat;
  background-size: contain;
}
.cm-asesores-section-five:after {
  bottom: -.1rem;
  width: 102%;
  background:url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/images/adv_bottom.svg) center bottom no-repeat;
  background-size: contain;
}
.cm-asesores-section-five .hedingWithicon-wrp .hedingWithicon-title-icon {
  font-size: 3rem;
}
.cm-asesores-section-five .hedingWithicon-wrp .hedingWithicon-title-icon,
.cm-asesores-section-five .hedingWithicon-wrp .hedingWithicon-title h2,
.cm-asesores-section-five .hedingWithicon-wrp .hedingWithicon-title p{
  color: #fff;
}
.cm-asesores-section-six .dnd-section {
  background-repeat: no-repeat !important;
  background-position: 100% 20rem !important;
  background-size: unset !important;
}
.cm-asesores-section-six .dnd-section>.row-fluid > .dnd-column > .dnd-row:last-child .contentWithimage-wrp {
  margin-bottom: 0;
}
.cm-asesores-section-six .contentWithimage-wrp .contentWithimage-top-text h3 {
  font-size: 2.7rem;
  line-height: 3.9rem;
}
.cm-asesores-section-six .contentWithimage-wrp .btn--read-more {
  margin-top: 5rem;
  display: block;
  border-top: 1px solid rgba(31, 37, 39, 0.1) !important;
  border-radius: 0;
  text-align: left;
  padding: 2.2rem 0;
  text-transform: none;
  font-size: 2rem;
  line-height: 3.3rem;
  margin-bottom: 0;
}

.cm-asesores-section-seven .dnd-section>.row-fluid .span4.dnd-column {
  margin-right: 5%;
  margin-left: 0;
  width: 30%;
}
.cm-asesores-section-seven .dnd-section>.row-fluid .span4.dnd-column:last-child {
  margin-right: 0;
}
.cm-asesores-section-seven .dnd-section>.row-fluid .span4.dnd-column .contentWithicon-wrp {
  margin-top: 5rem;
}

.cm-asesores-section-seven  h3 {
  font-size: 1.9rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  padding-left: 2.5rem;
  font-family: "gilroy", Helvetica, Arial, sans-serif;
  color: #18283b;
  font-weight: 600;
  margin-top: 0;
}
.cm-asesores-section-seven p {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Graphik",Helvetica,Arial,sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  line-height: 2.5rem;
}
.cm-asesores-section-nine .dnd-section {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.sesores-section-five-middleContent .two-columnEqualwith-image-wrp * {
  color: #fff;
}
.cm-asesores-section-six .backgroundImage-wrp {
  background-position: 100% 20rem;
  height: 100%;
  width: 100%;
}

.cm-asesores-section-four .hedingWithicon-wrp .hedingWithicon-title p {
  margin-bottom: 1.5rem;
}

/* */
.cm-contabilidadtyp2-section-one,
.cm-contabilidadtyp2-section-three{
  position: relative;
}

.cm-contabilidadtyp2-section-inner-two .page-center:after {
  height: 1px;
  background-color: #E2E6E8;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  content: '';
  display: block;
  margin-top: 10rem;
}
.cm-contabilidadtyp2-section-inner-two h3 {
  line-height: 3.9rem;
  margin-bottom: 1.2rem;
  color: #18283b;
}
.cm-contabilidadtyp2-section-inner-two p,
.cm-contabilidadtyp2-section-three-inner-two .two-columnEqualwith-image-wrp p{
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.9rem;
  line-height: 3.1rem;
}
.cm-contabilidadtyp2-section-three-inner-two .two-columnEqualwith-image-wrp p{
  margin-bottom:0;
}
.page-center .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
}
.cm-contabilidadtyp2-section-inner-two .row .container-fluid {
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.title__icon {
  display: block;
  font-size: 5rem;
  color: #22cd9c;
  margin-bottom: 2.2rem;
}
.icon-refresh-cw:before {
  content: "\e92f";
}
.cm-contabilidadtyp2-section-two {
  padding-bottom: 14rem;
  position: relative;
}
.cm-contabilidadtyp2-section-one {
  padding-bottom: 14rem;
  position: relative;
}
.cm-contabilidadtyp2-section-one .backgroundImage-wrp {
  background-position: top right !important;
  z-index: -1;
}
.cm-contabilidadtyp2-section-two .backgroundImage-wrp {
  background-position: 100% 5rem !important;
}
.cm-contabilidadtyp2-section-three .hedingWithicon-wrp .hs-col-md-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.cm-contabilidadtyp2-section-four .dnd-section {
  padding: 14rem 0;
}
.cm-contabilidadtyp2-section-four ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.cm-contabilidadtyp2-section-four ul li {
  width: 30%;
  margin-top: 5rem;
}
.cm-contabilidadtyp2-section-four ul li i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  height: 1.8rem;
  width: 1.8rem;
  text-align: center;
  float: left;
  margin: .2rem .7rem 0 0;
  background-color: #e4f7f3;
  color: #22cd9c;
  font-size: .7rem;
}

.cm-contabilidadtyp2-section-four ul li i:before {
  content: "\e906";
}
.cm-contabilidadtyp2-section-four ul li h3 {
  font-size: 1.9rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  padding-left: 2.5rem;
  color: #18283b;
}
.cm-contabilidadtyp2-section-four ul li p {
  font-family: "Graphik", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.5rem;
  color: #6b7a8c;
  margin: 0;
}
.conentWithbackgroun-image-wrp .hs-col-md-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  margin-left: 16.66667%;
  margin-right: 0;
}
.cm-contabilidadtyp2-section-one .cm-contabilidadtyp2-section-inner .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.conentWithbackgroun-image-wrp h2 {
  color: #18283b;
}
.conentWithbackgroun-image-wrp p {
  color: #6b7a8c;
}
.cm-bottom-cta-sec .dnd-section {
  padding: 17rem 0;
}
.conentWithbackgroun-image-wrp .btn-green {
  padding: 1.7rem 2rem;
  background-image: linear-gradient(225deg, #41d494 0%, #22cd9c 100%);
  color: #fff;
  border: none;
  -webkit-box-shadow: 0 1rem 3.7rem -1.5rem rgba(62, 90, 72, 0.52);
  box-shadow: 0 1rem 3.7rem -1.5rem rgba(62, 90, 72, 0.52);
}
.conentWithbackgroun-image-wrp .btn-green:hover {
  background-image: -webkit-linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
  background-image: -o-linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
  background-image: linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
}
#anim-automate3 {
  max-width: 49.2rem;
}
.cm-contabilidadtyp2-section-two-bottom .hs-accordionWithsvg-wrp {
  margin: 0 -15px;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.cm-contabilidadtyp2-wrp .dnd-section[class*="force"]>.row-fluid {
  padding: 0;
}

.sesores-section-five-middleContent .two-columnEqualwith-image-wrp p{
  font-size: 1.6rem;
  line-height: 2.5rem;
}

.hs-accordionWithsvg-wrp #contabilidad-anim-feature1{
  width: 58.7rem;
}
/* control De Stock */
.cm-control-de-stock-wrp .contentWithimagetyp5-wrp .contentWithimagetyp5-bottom #anim-intro {
  max-width: 60.3rem;
}
.cm-control-de-stock-section-one .dnd-section {
  padding-bottom: 14rem;
  background-position: top right !important;
  background-size: unset !important;
}
.cm-control-de-stock-section-two .dnd-section {
  margin-top: -14rem;
  padding-bottom: 14rem;
}
.cm-control-de-stock-section-two .contentWithimage-wrp #anim-feature1 {
  max-width: 62.6rem;
}
.cm-control-de-stock-section-two .contentWithimage-wrp #anim-feature2 {
  width: 66.4rem;
  max-width: unset;
}
.cm-control-de-stock-section-two .contentWithimage-wrp #anim-feature3 {
  max-width: 66rem;
}
.cm-control-de-stock-wrp .dnd-row:last-child .contentWithimage-wrp {
  margin-bottom: 0;
}
.cm-control-de-stock-section-three .dnd-section {
  padding-top: 14rem;
}
.icon-refresh-cw:before {
  content: "\e92f";
}
.icon-file-plus:before {
  content: "\e91d";
}
.icon-trending-up:before {
  content: "\e939";
}
.cm-control-de-stock-section-three .hs-accordionWithsvg-wrp {
  margin: 0 -15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cm-control-de-stock-section-three #anim-feature1 {
  width: 66.4rem;
}
.cm-control-de-stock-section-three .saccordionWithsvg-image {
  direction: rtl;
  font-size: 1.6rem;
  line-height: 2.5rem;
}
.cm-control-de-stock-section-four .dnd-section {
  padding-top: 14rem;
  margin-bottom: 14rem;
  padding-bottom: 14rem;
}
.cm-control-de-stock-section-five .contentWithimage-wrp #anim-manage1 {
  max-width: 52rem;
}
.cm-control-de-stock-section-five .hedingWithicon-wrp .hedingWithicon-title-icon {
  font-size: 2.3rem;
}
.cm-control-de-stock-section-five .contentWithimage-wrp .contentWithimage-top-text p {
  margin: 0;
}
.cm-control-de-stock-wrp .contentWithicon-wrp .contentWithicon-items h3 {
  font-size: 2.6rem;
  line-height: 3.2rem;
  margin-bottom: 1rem;
}
.cm-control-de-stock-wrp .contentWithicon-wrp .contentWithicon-items div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 8.8rem;
  width: 8.8rem;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.5rem 2rem 0 rgba(161, 181, 197, 0.2);
  box-shadow: 0 0.5rem 2rem 0 rgba(161, 181, 197, 0.2);
  margin-bottom: 2rem;
}
.cm-control-de-stock-wrp .contentWithicon-wrp .contentWithicon-items {
  width: 50%;
  max-width: 51.6rem;
  float: none;
  margin: 0;
}
.cm-control-de-stock-wrp .contentWithicon-wrp .contentWithicon-inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
div#anim-manage2 {
  width: 56.5rem;
}
.cm-control-de-stock-wrp .dnd-section[class*="force"]>.row-fluid {
  padding: 0;
}
.cm-control-de-stock-section-five .contentWithimage-wrp .contentWithimage-top-text h3 {
  font-size: 2.7rem;
  line-height: 3.9rem;
  margin-bottom: 1.2rem;
}
/* 	 == */
.cm-control-de-stock-wrp .conentWithbackgroun-image-wrp h2 {
  color: #18283b;
}
.cm-control-de-stock-wrp .conentWithbackgroun-image-wrp p {
  color: #6b7a8c;
}
.cm-bottom-cta-sec .dnd-section {
  padding: 17rem 0;
}
.cm-control-de-stock-wrp .conentWithbackgroun-image-wrp .btn-green {
  padding: 1.7rem 2rem;
  background-image: linear-gradient(225deg, #41d494 0%, #22cd9c 100%);
  color: #fff;
  border: none;
  -webkit-box-shadow: 0 1rem 3.7rem -1.5rem rgba(62, 90, 72, 0.52);
  box-shadow: 0 1rem 3.7rem -1.5rem rgba(62, 90, 72, 0.52);
}
.cm-control-de-stock-wrp .conentWithbackgroun-image-wrp .btn-green:hover {
  background-image: -webkit-linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
  background-image: -o-linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
  background-image: linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
}
.cm-control-de-stock-section-two .two-columnEqualwith-image-wrp {
  margin-bottom: 10rem;
}
.cm-control-de-stock-section-two .two-columnEqualwith-image-wrp h3 {
  line-height: 3.6rem;
}
.cm-control-de-stock-section-two .two-columnEqualwith-image-wrp p {
  margin-bottom: 4.8rem !important;
}
.cm-control-de-stock-section-five .dnd-row:last-child .two-columnEqualwith-image-wrp {
  margin-bottom: 0;
}
.cm-control-de-stock-wrp {
  overflow: hidden;
}
.cm-contabilidad-section-inner .hs_cos_wrapper_type_rich_text {
  position: static !important;
}
/* Empresas */
.cm-contabilidadtyp2typ2-wrp .two-columnEqualwith-image-wrp p {
  font-size: 1.9rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 3.1rem;
}
.cm-contabilidadtyp2typ2-wrp .two-columnEqualwith-image-wrp {
  margin-bottom: 10rem;
}
.cm-empresas-section-four .hedingWithicon-wrp *,
.cm-empresas-section-four .contentWithimage-top-text p,
.cm-empresas-section-four .contentWithimage-top-text h3,
.cm-empresas-section-four .hedingWithicon-wrp .hedingWithicon-title h2,
.cm-empresas-section-four .contentWithimage-wrp .btn--read-more,
.cm-empresas-section-four .contentWithimage-top-text ul,
.cm-empresas-section-four .contentWithimage-top-text ul li{
  color: #fff !important;
}
.cm-empresas-section-four .contentWithimage-wrp .btn--read-more{
  border-top: 1px solid rgba(240, 224, 255, 0.2);
}
.cm-autonomos-section-four .contentWithimage-wrp .row-inner {
  justify-content: unset;
}
.cm-empresas-section-four,
.cm-empresas-section-three{
  position: relative;
}
.cm-empresas-section-four {
  margin-bottom: 14rem;
}
.cm-empresas-section-four .dnd-section {
  background-position: top center !important;
  background-size: 100% 100% !important;
}
.cm-empresas-section-four .contentWithimage-wrp {
  margin-bottom: 12rem;
}
.cm-empresas-section-five .hedingWithicon-wrp .hs-col-md-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.cm-empresas-section-five .dnd-row>.row-fluid>.span6.dnd-column {
  width: 41.66667%;
  padding-right: 15px;
}
.cm-empresas-section-five .dnd-row>.row-fluid>.span6.dnd-column:last-child {
  margin-left: 16.66667%;
  padding-left: 17px;
  padding-right: 0;
}
.cm-empresas-section-six {
  position: relative;
  margin-top: -31.5rem !important;
  padding-top: 32.9rem;
  background: -moz-linear-gradient(90deg,#fbfcfe 0%,#fbfcfe 30%,rgba(251,252,254,0) 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(251,252,254,0)),color-stop(70%,#fbfcfe),color-stop(100%,#fbfcfe));
  background: -webkit-linear-gradient(90deg,#fbfcfe 0%,#fbfcfe 30%,rgba(251,252,254,0) 100%);
  background: -o-linear-gradient(90deg,#fbfcfe 0%,#fbfcfe 30%,rgba(251,252,254,0) 100%);
  background: -ms-linear-gradient(90deg,#fbfcfe 0%,#fbfcfe 30%,rgba(251,252,254,0) 100%);
  background: -webkit-gradient(linear,left bottom,left top,from(#fbfcfe),color-stop(30%,#fbfcfe),to(rgba(251,252,254,0)));
  background: -webkit-linear-gradient(bottom,#fbfcfe 0%,#fbfcfe 30%,rgba(251,252,254,0) 100%);
  background: -o-linear-gradient(bottom,#fbfcfe 0%,#fbfcfe 30%,rgba(251,252,254,0) 100%);
  background: linear-gradient(0,#fbfcfe 0%,#fbfcfe 30%,rgba(251,252,254,0) 100%);
}

.cm-autonomos-section-six .backgroundImage-wrp {
  background-size: 100% auto !important;
  background-position: left bottom !important;
  z-index: 1;
}
.empresas-section-six-bg .backgroundImage-wrp {
  background-repeat: no-repeat;
  background-position: top right !important;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
}
.cm-empresas-section-seven .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cm-empresas-section-three .two-columnEqualwith-image-wrp ul li:last-child {
  margin-bottom: 0;
}
.cm-empresas-section-three .two-columnEqualwith-image-wrp {
  margin-bottom: 10rem;
}
.cm-empresas-section-four .contentWithimage-wrp {
  margin-bottom: 12rem;
}
.cm-empresas-section-four .hedingWithicon-wrp .hs-col-md-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.cm-empresasbody-wrp .md-banner-wrp .banner-right-img:after {
  background: -webkit-linear-gradient(315deg, rgba(58, 201, 139, 0.36) 0%, #22cd9c 100%);
  background: -o-linear-gradient(315deg, rgba(58, 201, 139, 0.36) 0%, #22cd9c 100%);
  background: linear-gradient(-225deg, rgba(58, 201, 139, 0.36) 0%, #22cd9c 100%);
}
.cm-autonomos-wrp .md-banner-wrp .banner-right-img:after {
  background: -webkit-linear-gradient(315deg, rgba(136, 58, 201, 0) 0%, #5D0ADE 98%);
  background: -o-linear-gradient(315deg, rgba(136, 58, 201, 0) 0%, #5D0ADE 98%);
  background: linear-gradient(-225deg, rgba(136, 58, 201, 0) 0%, #5D0ADE 98%);
}
/* Autonomos */
.cm-autonomos-section-two .hedingWithicon-wrp .hs-col-md-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.cm-autonomos-section-two .hedingWithicon-wrp .hedingWithicon-title p {
  margin-bottom: 1.5rem;
}
.autonomos-card-wrp .autonomos-highlight-image:before {
  background: transparent url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/images/highlight-corner.svg) top right no-repeat;
  background-size: contain;
  top: -1rem;
  height: 105%;
}
.cm-autonomos-section-card .autonomos-card-wrp {
  margin-bottom: -88px;
}
.cm-empresas-section-six.cm-autonomos-section-six {
  margin-top: 0 !important;
  padding-top: 0;
}
.cm-autonomos-section-six .empresas-section-six-bg {
  display: none !important;
}

.cm-empresasbody-wrp,
.cm-autonomos-wrp {
  overflow: hidden;
}
.cm-autonomos-section-four .contentWithimage-wrp .contentWithimage-top-text ul li {
  font-weight: 600;
  border: .1rem solid #fff;
}

/* Empresas It */
.cm-comercios-section-three {
  position: relative;
}
.cm-comercios-section-three .hs-testimonialsCard-wrp .new-testimonial-box {
  margin: -1.5rem -7rem;
}
.cm-comercios-section-three{
  background: -moz-linear-gradient(90deg, #fbfcfe 0%, #fbfcfe 30%, rgba(251, 252, 254, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(251, 252, 254, 0)), color-stop(70%, #fbfcfe), color-stop(100%, #fbfcfe));
  background: -webkit-linear-gradient(90deg, #fbfcfe 0%, #fbfcfe 30%, rgba(251, 252, 254, 0) 100%);
  background: -o-linear-gradient(90deg, #fbfcfe 0%, #fbfcfe 30%, rgba(251, 252, 254, 0) 100%);
  background: -ms-linear-gradient(90deg, #fbfcfe 0%, #fbfcfe 30%, rgba(251, 252, 254, 0) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(#fbfcfe), color-stop(30%, #fbfcfe), to(rgba(251, 252, 254, 0)));
  background: -webkit-linear-gradient(bottom, #fbfcfe 0%, #fbfcfe 30%, rgba(251, 252, 254, 0) 100%);
  background: -o-linear-gradient(bottom, #fbfcfe 0%, #fbfcfe 30%, rgba(251, 252, 254, 0) 100%);
  background: linear-gradient(0deg, #fbfcfe 0%, #fbfcfe 30%, rgba(251, 252, 254, 0) 100%);
}
.cm-comercios-section-three .backgroundImage-wrp {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  width: 100%;
  height: 100%;
}
.cm-comercios-section-five {
  padding-bottom: 14rem;
}
.cm-comercios-section-five-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cm-comercios-section-five-left{
  display: -webkit-box ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-pack: center ;
  -ms-flex-pack: center ;
  justify-content: center ;
}
.cm-comercios-section-five-left,
.cm-comercios-section-five-right{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.cm-comercios-section-five-right h2 {
  font-size: 42px;
  line-height: 5rem;
  margin-top: 0;
  font-family: "gilroy", Helvetica, Arial, sans-serif;
  color: #18283b;
  font-weight: 600;
  margin-bottom: 1rem;
}
.cm-comercios-section-five-right p {
  font-family: "Graphik", Helvetica, Arial, sans-serif;
  font-size: 1.9rem;
  line-height: 3.1rem;
  font-weight: 400;
  color: #6b7a8c;
  text-align: left;
  margin-bottom: 1.5rem;
}
.cm-comercios-section-five-right .hs-cta-wrapper {
  display: inline-block;
  margin: 0 auto;
  max-width: none;
}
.twoColumncontent-wrp .twoColumncontent-right ul li:after {
  background-image: url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/images/check-new.svg);
}
.cm-comercios-section-seven-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cm-comercios-section-seven-left h2 {
  font-size: 42px;
  line-height: 1;
  font-family: "gilroy", Helvetica, Arial, sans-serif;
  color: #18283b;
  font-weight: 600;
  margin-bottom: 1rem;
}
.cm-comercios-section-seven-left p {
  font-size: 1.9rem;
  line-height: 3.1rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: "Graphik", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #6b7a8c;
  text-align: left;
}
.banner-icon-grp {
  background: #fbfcfe;
  padding-bottom: 140px;
  position: relative;
}
.banner-icon-grp .cm-comercios-section-one {
  position: relative;
  z-index: 3;
}

.banner-icon-grp .backgroundImage-wrp {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index:1;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  width: 100%;
  height: 100%;
}

.cm-comercios-section-one .cm-asesores-section-oneInner {
  margin-top: 9.8rem;
}
.cm-comercios-section-seven-left-bottom .dnd-row:last-child .contentWtihLeft-image-wrp{
  margin-bottom: 0;
}
.cm-comercios-section-seven-right {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex ;
}
.cm-comercios-section-seven-right img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
.cm-comercios-section-seven-left,
.cm-comercios-section-seven-right{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.cm-comerciosbody-wrp .md-banner-wrp .md-banner-content p {
  line-height: 2.5rem;
  font-family: "Graphik", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0;
}
.cm-comerciosbody-wrp .md-banner-wrp {
  padding-bottom: 0;
  padding-top: 0;
  max-width: none;
}
.cm-comerciosbody-wrp .md-banner-wrp .md-banner-content h1 {
  line-height: 1.3;
}
.cm-comerciosbody-wrp .md-banner-wrp .md-banner-content {
  margin-bottom: 0;
  width: 50%;
  padding: 0;
  margin-top: 16rem;
}
.cm-comerciosbody-wrp .md-banner-wrp .banner-right-img {
  margin-left: 8.23333%;
  position: relative;
  margin-right: -580px;
  min-width: 1033px;
  max-height: 607px;
  overflow: hidden;
  width: 41.66667%;
  top: 0;
  max-width: 100%;
}
.cm-comerciosbody-wrp .md-banner-wrp .banner-right-img:after{
  display:none;
}
.cm-comerciosbody-wrp .md-banner-wrp .banner-right-img:before {
  left: -1em;
  right: -1em;
  top: -2px;
  bottom: -1em;
  background-size: 100% 100%;
  width: auto;
  height: auto;
  background-position: unset;
}

.cm-six-seven-section-grp{
  position: relative;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(255, 255, 255, 0)), to(#f9fbfd));
  background-image: -webkit-linear-gradient(0, rgba(255, 255, 255, 0) 0%, #f9fbfd 100%);
  background-image: -o-linear-gradient(0, rgba(255, 255, 255, 0) 0%, #f9fbfd 100%);
  background-image: linear-gradient(0, rgba(255, 255, 255, 0) 0%, #f9fbfd 100%);
}
.cm-six-seven-section-grp .backgroundImage-wrp {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top !important;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/* impuestos */
.hs-impuestos-page {
  overflow: hidden;
}
.hs-impuestos-section-one .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.hs-impuestos-section-one .contentWithimagetyp5-wrp #anim-intro {
  max-width: 60.3rem;
  margin-right: auto;
  margin-left: auto;
}
.hs-impuestos-section-three .hs-col-xl-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  margin-left: 0;
  order: 2;
}
.hs-impuestos-section-three .hs-col-xl-5.hs-offset-xl-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-left: 0;
  order: 1;
}
.hs-impuestos-section-three .hs-accordionWithsvg-wrp {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -15px;
}
.hs-impuestos-section-two .two-columnEqualwith-image-wrp h3 {
  line-height: 3.6rem;
}
.hs-impuestos-section-two .two-columnEqualwith-image-wrp p {
  margin-bottom: 4.8rem !important;
}
.hs-impuestos-section-five .dnd-section>.row-fluid,
.hs-impuestos-section-six .dnd-section>.row-fluid{
  padding-left: 0;
  padding-right: 0;
}

/* proyectos */
.cm-proyectos-wrp .contentWithimagetyp5-wrp .contentWithimagetyp5-bottom>div {
  max-width: 60.3rem;
}
.cm-proyectos-section-two .dnd-section {
  padding-bottom: 14rem;
  background-position: 100% 50rem !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
}
.cm-proyectos-section-two .two-columnEqualwith-image-wrp h3 {
  line-height: 3.6rem;
}
.cm-proyectos-section-two .two-columnEqualwith-image-wrp p:last-of-type {
  margin-bottom: 4.8rem;
}
.cm-proyectos-wrp .dnd-section[class*="force"]>.row-fluid {
  padding: 0;
}
.cm-proyectos-wrp .dnd-row:last-child .two-columnEqualwith-image-wrp {
  margin-bottom: 0;
}
.cm-proyectos-section-three .dnd-section {
  padding: 14rem 0;
  margin-bottom: 14rem;
}
.icon-clock:before {
  content: "\e92b";
}
.cm-proyectos-wrp div#anim-feature1-proyectos {
  max-width: 62.6rem;
}
.cm-proyectos-wrp div#anim-real-time-proyectos {
  width: 63.2rem;
}
.cm-proyectos-wrp #anim-automate1-proyectos {
  width: 66.4rem;
}
.cm-proyectos-wrp div#anim-feature2-proyectos {
  max-width: 43.4rem;
  margin-left: auto;
  margin-right: auto;
}
.cm-proyectos-wrp .hs-accordionWithsvg-wrp {
  margin: 0 -15px;
  align-items: center;
}
.cm-proyectos-section-four .dnd-section {
  padding-bottom: 14rem;
}
.cm-proyectos-section-one .dnd-section {
  padding-bottom: 14rem;
}
div#anim-feature3-proyectos {
  max-width: 62.9rem;
}
div#anim-feature4-proyectos {
  max-width: 62.5rem;
}
.cm-proyectos-section-three {
  overflow: hidden;
}
.cm-proyectos-section-two .two-columnEqualwith-image-wrp {
  margin-bottom: 10rem;
}
/* facturacion */
.cm-facturacion-wrp .dnd-section[class*="force"]>.row-fluid {
  padding: 0;
}
.cm-facturacion-wrp .dnd-row:last-child .two-columnEqualwith-image-wrp {
  margin-bottom: 0;
}
.cm-facturacion-wrp .contentWithimagetyp5-wrp .contentWithimagetyp5-bottom>div {
  max-width: 66.8rem;
  margin-right: auto;
  margin-left: auto;
}
.icon-doc-2:before {
  content: "\e92c";
}
.cm-facturacion-wrp .hs-accordionWithsvg-wrp {
  margin: 0 -15px;
  align-items: center;
}
.cm-facturacion-wrp .hs-accordionWithsvg-wrp #anim-feature1 {
  max-width: 50.5rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.cm-facturacion-section-one .backgroundImage-wrp {
  width: 100%;
  height: 100%;
  background-position: top center !Important;
  background-size: 100%;
}
.cm-facturacion-section-one {
  position: relative;
}
.cm-facturacion-section-two .hedingWithicon-wrp .hedingWithicon-title-icon,
.cm-facturacion-section-two .hedingWithicon-wrp .hedingWithicon-title h2 {
  color: #fff;
}
.cm-facturacion-wrp .span6 {
  width: 50%;
  margin-left: 0;
}
.cm-facturacion-section-three {
  position: relative;
}
.cm-facturacion-section-three .backgroundImage-wrp {
  background-position: top left !important;
  background-size: unset;
  width: 100%;
  height: 100%;
}
.cm-facturacion-section-three .dnd-section {
  padding: 0 0 calc(14rem - 28px);
  background-position: top left !important;
  background-size: unset !important;
}
.cm-facturacion-section-four .dnd-section {
  padding: 0 0 14rem;
}
.cm-facturacion-section-two .dnd-section {
  padding: 14rem 0;
  margin-bottom: 14rem;
}
.cm-facturacion-section-one .dnd-section {
  padding-bottom: 14rem;
}
.cm-facturacion-section-one-bottom .dnd-section {
  padding-bottom: calc(14rem - 28px);
}
.cm-facturacion-section-five .content_w_image_typ_4_wrap .content_w_image_typ_4 {
  margin-top: -7rem;
}

.cm-three-column-section .dnd-section>.row-fluid > .dnd-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cm-three-column-section .dnd-section>.row-fluid > .dnd-column > .dnd-row {
  width: 30%;
  margin-top: 5rem;
  margin-top: 7.4rem;
  line-height: 2.5rem;
}
.cm-asesoresbody-wrp .md-banner-wrp .hs-cta-wrapper {
  display: inline-block;
  margin-top: 0;
  max-width: none;
  width: auto;
}
.cm-asesores-section-seven .cm-three-column-section .dnd-section>.row-fluid>.dnd-column>.dnd-row {
  margin-top: 5rem;
}
.cm-asesores-section-eight {
  background: -moz-linear-gradient(90deg, #fbfcfe 0%, #fbfcfe 30%, rgba(251, 252, 254, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(251, 252, 254, 0)), color-stop(70%, #fbfcfe), color-stop(100%, #fbfcfe));
  background: -webkit-linear-gradient(90deg, #fbfcfe 0%, #fbfcfe 30%, rgba(251, 252, 254, 0) 100%);
  background: -o-linear-gradient(90deg, #fbfcfe 0%, #fbfcfe 30%, rgba(251, 252, 254, 0) 100%);
  background: -ms-linear-gradient(90deg, #fbfcfe 0%, #fbfcfe 30%, rgba(251, 252, 254, 0) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(#fbfcfe), color-stop(30%, #fbfcfe), to(rgba(251, 252, 254, 0)));
  background: -webkit-linear-gradient(bottom, #fbfcfe 0%, #fbfcfe 30%, rgba(251, 252, 254, 0) 100%);
  background: -o-linear-gradient(bottom, #fbfcfe 0%, #fbfcfe 30%, rgba(251, 252, 254, 0) 100%);
  background: linear-gradient(0deg, #fbfcfe 0%, #fbfcfe 30%, rgba(251, 252, 254, 0) 100%);
  position: relative;
}

.cm-asesores-section-eight .dnd-section{
  height: 100% !important;
  width: 100% !important;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: 100% auto !important;
  background-position: left bottom !important;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
/* gastos*/
.cm-gastos-wrp {
  overflow: hidden;
}
.cm-gastos-section-one .dnd-section {
  padding-bottom: 14rem;
}
.hs-testimonialsCard-wrp .highlight-image:before,
.hs-testimonialsSlider-wrp .highlight-image:before{
  background:url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/images/highlight-corner.svg);
}

.cm-gastos-wrp .contentWithimagetyp5-wrp .contentWithimagetyp5-bottom>div {
  max-width: 68.5rem;
}
.cm-gastos-wrp .contentWithimagetyp5-wrp .contentWithimagetyp5-content a {
  margin-bottom: 3.5rem;
}
.cm-gastos-wrp .dnd-section[class*="force"]>.row-fluid {
  padding: 0;
}
.cm-gastos-wrp .dnd-row:last-child .two-columnEqualwith-image-wrp {
  margin-bottom: 0;
}
.icon-check:before {
  content: "\e906";
}
.active .step__finish {
  color: #22cd9c;
  border-color: #22cd9c;
}
.cm-gastos-section-two .dnd-section {
  padding: 14rem 0;
  margin-bottom: 14rem;
}
.cm-gastos-section-three .dnd-section {
  padding-bottom: 14rem;
}
.icon-scheme:before {
  content: "\e93b";
}
#anim-info1 {
  margin-right: auto;
  margin-left: auto;
  width: 54.4rem;
}
#anim-info2 {
  max-width: 27.6rem;
  margin-right: auto;
  margin-left: auto;
}
#anim-info3 {
  max-width: 35.5rem;
  margin-right: auto;
  margin-left: auto;
}
.cm-gastos-section-three .two-columnEqualwith-image-wrp p:last-of-type {
  margin-bottom: 4.8rem;
}
.content_w_image_typ_4_wrap .content_w_image_typ_4:after {
  /*background: transparent url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/images/mobile-app-bottom.svg) center bottom no-repeat;
  background-size: contain;*/
}
.content_w_image_typ_4_wrap .content_w_image_typ_4:before {
  /*background: transparent url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/images/mobile-app-top.svg) top left no-repeat;
  background-size: contain;*/
}
.cm-gastos-section-four {
  overflow: hidden;
}
.cm-gastos-section-one-bottom .span4 {
  max-width: 37rem;
  width: auto;
  float: none;
  margin-left: 0;
}
.cm-gastos-section-one-bottom .dnd-row>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}
.cm-gastos-section-one-bottom .dnd-row>div:before,.cm-gastos-section-one .dnd-row>div:after {
  display: none;
}
.cm-gastos-section-one .contentWithTopicon-wrap .icon-container {
  margin-bottom: 3rem;
}
.cm-gastos-section-one-bottom .contentWithTopicon-wrap .icon-container img {
  margin-bottom: 0;
}
.cm-control-de-stock-section-four .span6 {
  width: 50%;
  max-width: 51.6rem;
  float: none;
  margin: 0;
}

.cm-control-de-stock-section-four .dnd-row>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 2.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cm-control-de-stock-section-four .dnd-row>div:before,
.cm-control-de-stock-section-four .dnd-row>div:after {
  display: none;
}
.cm-proyectos-section-five .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cm-control-de-stock-section-five .two-columnEqualwith-image-wrp {
  margin-bottom: 10rem;
}
.cm-empresasbody-wrp .md-banner-wrp .cta-btn+.cta-btn .hs-cta-wrapper {
  box-shadow: none;
  max-width: none;
  width: auto;
  min-width: auto;
}
.cm-empresasbody-wrp .md-banner-wrp .cta-btn+.cta-btn .hs-cta-wrapper a {
  box-shadow: none;
}
.contentWithimage-wrp .contentWithimage-top-text p span {
  font-size: 1.9rem;
  line-height: 3.1rem;
}
.cm-autonomos-section-four .contentWithimage-wrp .contentWithimage-top-text p a {
  color: #fff;
}
.cm-autonomos-section-seven .hs-cta-wrapper a {
  width: auto;
  display: inline-block;
  padding-right: 2rem;
  padding-left: 2rem;
  letter-spacing: .117rem;
}
.cm-empresas-twothree,
.two-three-card-grp,
.impuestos-bg-onetwo{
  position: relative;
}
.two-three-card-grp .backgroundImage-wrp{
  background-position: top center !important;
  background-size: 100%;
  top: 140px !important;
}
.cm-empresas-twothree .backgroundImage-wrp {
  background-position: top right !important;
  height: 100%;
  width: 100%;
  top: 140px !important;
}
.empresas-section-threemobile-top-bg {
  display: none;
}
.autonomos-section-three-bg{
  position: absolute;
  top: 140px;
  width: 100%;
  height: 100%;
}

.cm-control-de-stock-section-one .socialproof-wrap .socialproof p,
.cm-gastos-section-one .socialproof-wrap .socialproof p{
  margin-top: -2px;
}

.autonomos-section-three-bg .backgroundImage-wrp,
.impuestos-bg-onetwo .backgroundImage-wrp{
  background-size: 100% !important;
  background-position: top center !important;
}
.cm-facturacion-section-six .dnd-section>.row-fluid,
.cm-control-de-stock-section-six .dnd-section>.row-fluid{
  padding-left: 0;
  padding-right: 0;
}
.cm-gastos-section-one-bottom .hedingWithicon-wrp .hedingWithicon-title p {
  margin-bottom: 1.5rem;
}
.cm-gastos-section-three .two-columnEqualwith-image-wrp {
  margin-bottom: 10rem;
}

.cm-contabilidadtyp2-section-five-inner .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cm-contabilidadtyp2-section-four .cm-three-column-section .dnd-section>.row-fluid>.dnd-column>.dnd-row {
  margin-top: 5rem;
}
.gastos-bg-onetwo {
  position: relative;
  z-index:-1;
}

/* ==Home Page== */
.cm-home-wrp .md-banner-wrp .hs-cta-wrapper {
  margin-top: 0;
  max-width: none;
  width: auto;
}
.cm-home-wrp .md-banner-wrp .cta-btn .hs-cta-wrapper {
  min-width: 18.5rem;
}
.cm-home-wrp .md-banner-wrp .cta-btn+.cta-btn .hs-cta-wrapper {
  min-width: auto;
}
.cm-home-wrp .md-banner-wrp .hs-cta-wrapper {
  margin-top: 0;
  max-width: none;
  width: auto;
  min-width: 18.5rem;
}
.cm-home-wrp .socialproof-wrap .socialproof {
  margin-top: 8.6rem;
}
.cm-home-wrp .socialproof-wrap .socialproof .page-center {
  flex-direction: row;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}
.cm-home-wrp .socialproof-wrap .socialproof p {
  width: 66%;
  margin: 0;
}
.cm-home-wrp .socialproof-wrap .socialproof ul {
  width: 34%;
  justify-content: space-between;
  max-width: 100%;
}
.cm-home-wrp .md-banner-wrp .md-banner-content {
  margin-bottom: 0;
}
.cm-home-wrp .md-banner-wrp {
  padding-bottom: 0;
}
.cm-home-wrp .dnd-section[class*="force"]>.row-fluid {
  padding: 0;
}
.cm-home-wrp .md-banner-wrp .banner-right-img:after,
.cm-home-wrp .md-banner-wrp .banner-right-img:before {
  display: none;
}
.cm-home-wrp .md-banner-wrp .start-now-green:hover {
  background-image: -webkit-linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
  background-image: -o-linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
  background-image: linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
}
.cm-home-wrp .md-banner-wrp .start-now-white:hover {
  background-image: -webkit-linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
  background-image: -o-linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
  background-image: linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
  border-color: #3fe9a3;
  color: #fff;
}
.cm-home-wrp .md-banner-wrp .banner-right-img {
  position: static;
  width: 47%;
  margin-top: 3.7rem;
  max-height: unset;
  max-width: 100%;
}
.cm-home-wrp .md-banner-wrp .md-banner-content {
  margin-top: 16rem;
}
.cm-home-wrp .md-banner-wrp .banner-right-img .anim-img {
  width: 81.4rem;
  height: 56rem;
}
.cm-home-wrp .md-banner-wrp .banner-right-img .anim-img>* {
  height: 100% !important;
}
.cm-home-wrp .md-banner-wrp .start-now-green {
  min-width: 18.5rem;
}
.cm-home-wrp .md-banner-wrp .start-now-white {
  background: none;
  background-color: #fff;
  border: 1px solid #22cd9c;
  padding: 1.6rem 1.65rem;
  color: #22cd9c;
  box-shadow: none;
}
.cm-home-wrp .md-banner-wrp .cta_button {
  box-sizing: border-box !important;
}
.cm-home-section-one .dnd-section {
  padding-bottom: calc(14rem - 56px);
}
.cm-home-section-two .dnd-section {
  padding: 0;
}
.cm-home-section-one .bg-section-wrp .backgroundImage-wrp {
  background-position: top right;
}
.cm-home-section-two .home-row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cm-home-section-two .home-row-inner>div {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.cm-home-section-two .home-row-inner.middle-row-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cm-home-section-two .hs-col-md-5 img {
  border-radius: 15px;
  cursor: pointer;
}
.cm-home-section-two .hs_cos_wrapper_type_rich_text h3 {
  color: #18283b;
  font-size: 2.7rem;
  line-height: 3.9rem;
  margin-bottom: 1.2rem;
}
.cm-home-section-two .hs_cos_wrapper_type_rich_text p {
  font-size: 1.9rem;
  line-height: 3.1rem;
  margin-bottom: 1.5rem;
}
.home-tilted-image-row {
  margin-bottom: 10rem;
}
.cm-home-section-two .home-row-inner.bottom-row-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-card-row .hs_cos_wrapper_type_linked_image {
  position: relative;
  display: block;
}
.home-card-row .hs_cos_wrapper_type_linked_image:before {
  background: transparent url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/images/corner_mob.png) bottom right no-repeat;
  content: '';
  position: absolute;
  top: .2rem;
  right: 0;
  height: 100%;
  width: 100%;
  background-size: contain;
  z-index: 7;
}
.home-card-row .efficient-box {
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  position: relative;
  border: none;
  -webkit-box-shadow: 0 0.5rem 2rem 0 rgba(161, 181, 197, 0.1);
  box-shadow: 0 0.5rem 2rem 0 rgba(161, 181, 197, 0.1);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 3rem;
  max-width: 55.1rem;
  margin: 0 auto;
}
.cm-contabilidadtyp2-section-four .contentWithicon-wrp .contentWithicon-text h3 {
  padding-left: 2.5rem;
}
.home-card-row .efficient-box .hs_cos_wrapper_type_rich_text {
  padding: 2.4rem 5.4rem 4rem;
  display: block;
  line-height: 2.5rem;
  font-size: 1.6rem;
}
.home-card-row .efficient-box .hs_cos_wrapper_type_rich_text>span {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  text-transform: uppercase;
  background-image: -webkit-linear-gradient(225deg, #c93a9d 0%, #de0a50 96%);
  background-image: -o-linear-gradient(225deg, #c93a9d 0%, #de0a50 96%);
  background-image: linear-gradient(225deg, #c93a9d 0%, #de0a50 96%);
  color: #fff;
}
.home-card-row .efficient-box .hs_cos_wrapper_type_rich_text h3 {
  font-size: 2.3rem;
  line-height: 3.3rem;
  margin-bottom: 1.5rem;
}
.home-card-row .efficient-box .hs_cos_wrapper_type_rich_text p {
  font-size: 1.5rem;
  line-height: 2.8rem;
  margin-bottom: 3.6rem;
}
.home-card-row .efficient-box .hs_cos_wrapper_type_rich_text a {
  transition: all 0.4s;
  font-weight: 600;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-radius: 0.5rem;
  padding: 1.7rem 1.65rem;
  letter-spacing: .05rem;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
  text-transform: none;
  font-size: 2rem;
  line-height: 3.3rem;
  background: transparent;
  color: #22cd9c;
  position: relative;
  z-index: 11;
  font-family: inherit;
}
.home-card-row .efficient-box .hs_cos_wrapper_type_rich_text a:hover {
  text-decoration: none;
}
.home-card-row .efficient-box .hs_cos_wrapper_type_rich_text a:after {
  display: inline-block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  content: "\e904";
  font-family: "icomoon";
  font-size: 1.5rem;
  margin-left: .8rem;
}
.home-card-row .efficient-box .hs_cos_wrapper_type_rich_text a:hover:after {
  margin-left: 1rem;
}
.home-card-row .efficient-box:hover {
  -webkit-box-shadow: 0 0.5rem 2rem 0 rgba(161, 181, 197, 0.3);
  box-shadow: 0 0.5rem 2rem 0 rgba(161, 181, 197, 0.3);
}
.cm-home-section-two .hs_cos_wrapper_type_rich_text ul {
  margin-bottom: 1rem;
  padding-left: 3.1rem;
  list-style: none;
  margin-top: 4rem;
  line-height: 2.5rem;
  font-size: 1.6rem;
}
.cm-home-section-two .hs_cos_wrapper_type_rich_text ul li {
  position: relative;
}
.cm-home-section-two .hs_cos_wrapper_type_rich_text ul li:not(:last-of-type) {
  margin-bottom: 2rem;
}
.cm-home-section-two .hs_cos_wrapper_type_rich_text ul li:before {
  content: '\e906';
  font-family: 'icomoon';
  position: absolute;
  top: .3rem;
  left: -3rem;
  color: #22cd9c;
  font-size: .7rem;
  background-color: #e4f7f3;
  border-radius: 50%;
  height: 1.8rem;
  width: 1.8rem;
  text-align: center;
  line-height: 1.8rem;
}
.cm-home-wrp .backgroundImage-wrp {
  width: 100%;
  height: 100%;
}
.cm-home-wrp>div {
  position: relative;
  overflow: hidden;
}
.cm-home-section-two .bg-section-wrp .backgroundImage-wrp {
  background-position: 0 calc(17rem + 28px);
}
.cm-home-section-three .bg-section-wrp .backgroundImage-wrp {
  background-position: 0 5rem;
  background-size: 100%;
}
.cm-home-section-three .dnd-section {
  padding: 0 0 14rem;
}
.cm-home-section-two {
  padding-bottom: 14rem;
}
.cm-home-wrp .contentWithimage-wrp .contentWithimage-top-text ul {
  overflow: hidden;
  margin: 0 0 2.4rem;
}
.cm-home-wrp .contentWithimage-wrp .contentWithimage-top-text ul li {
  float: left;
  padding: 0;
  width: 50%;
  margin: 0 0 2.7rem;
  padding-right: 3rem;
  border: none;
}
.cm-home-wrp .contentWithimage-wrp .contentWithimage-top-text ul li:before {
  display: none;
}
.cm-home-wrp .contentWithimage-wrp .contentWithimage-top-text ul li div {
  margin-bottom: 1rem;
  height: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cm-home-wrp .contentWithimage-wrp #anim-feature1 {
  width: 91.5rem;
  margin-left: -9.4rem;
  max-width: unset;
}
.cm-home-wrp .contentWithimage-wrp lottie-player {
  height: 100% !important;
}
.cm-home-wrp .contentWithimage-wrp #anim-feature2,
.cm-home-wrp .contentWithimage-wrp #anim-feature3 {
  max-width: unset;
}
.cm-home-wrp .contentWithimage-wrp #anim-feature4 {
  width: 72.5rem;
  max-width: unset;
}
.cm-home-wrp .contentWithimage-svg-image.anim-feature4 {
  direction: rtl;
}
.cm-home-wrp .dnd-row:last-child .contentWithimage-wrp {
  margin-bottom: 0;
}
.cm-home-section-four .content_w_image_typ_4_wrap .content_w_image_typ_4 {
  margin-top: -2rem;
  margin-bottom: 14rem;
}
.cm-home-section-five .dnd-section {
  padding: 0 0 4rem;
}
.cm-home-section-five .backgroundImage-wrp {
  background-size: 100% auto;
  background-position: left bottom;
  z-index: 1;
}
.cm-home-section-five {
  background: linear-gradient(0deg, #fbfcfe 0%, #fbfcfe 30%, rgba(251, 252, 254, 0) 100%);
}
.cm-home-section-seven .dnd-section {
  padding: 0 0 10.5rem;
}
.cm-home-wrp .conentWithbackgroun-image-wrp.bgNoimgae {
  padding-bottom: 12rem;
}
.cm-home-wrp .conentWithbackgroun-image-wrp .conentWithbackgroun-image-button {
  margin: 0;
}
.cm-home-wrp .content_w_image_typ_4_wrap .section__content ul {
  justify-content: unset;
}
.cm-home-wrp>div.cm-home-section-four {
  overflow: visible;
}
.cm-bottom-cta-sec a {
  padding-right: 2rem;
  padding-left: 2rem;
}

.cm-min-height .row-fluid [class*="span"]{
  min-height: 0;
}
.cm-comercios-section-three .hs-testimonialsCard-wrp .backgroundImage-wrp {
  display: block !important;
}

.hs_quienes_r1 .dnd-section {
  background-position: top right !important;
  background-size: unset !important;
  padding-top: 9.9rem;
}
.hs_quienes_r1 .dnd-section>.row-fluid>.dnd-column {
  max-width: 66.66667%;
  margin: 8rem auto 0;
  float: none;
}
.hs_quienes_r1 h1 {
  text-align: center;
  font-size: 4.2rem;
  line-height: 5.5rem;
  margin-bottom: 2rem;
}
.hs_quienes_r1 p {
  margin-bottom: 4rem;
}


/*-------------------------*/
.hs_quienes_r2 .dnd-section {
  padding-bottom: 23px;
}
.hs_quienes_r2 .dnd-section>.row-fluid>.dnd-column {
  max-width: 66.66667%;
  margin: 5.2rem auto 0;
  float: none;
  padding: 0 5px;
}
.hs_quienes_r2 .page-header.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin-bottom: 5rem;
}
.hs_quienes_r2 .page-header.section-header h1 {
  font-size: 3.8rem;
  line-height: 5rem;
  margin-bottom: 0;
}
.hs_quienes_r2 .page-header.section-header p.secondary-header {
  -webkit-box-ordinal-group: -1;
  -ms-flex-order: -2;
  order: -2;
  font-family: "Sailec", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  color: rgba(24, 40, 59, 0.6);
  font-weight: 500;
  line-height: 2.5rem;
  margin: 0;
}
.hs_quienes_r2 .hs_cos_wrapper_type_rich_text p {
  font-size: 1.9rem;
  line-height: 3.1rem;
  margin-bottom: 2rem;
}
.hs_quienes_r2 .hs_cos_wrapper_type_rich_text a:hover {
  color: #8a8ef0;
}
.icon-help-circle:before {
  content: "\e93d";
}


/*-------------------------*/
.hs_quienes_r3 {
  position: relative;
  padding-top: 5rem;
}

.hsTeam-content-section .dnd-section>.row-fluid>.dnd-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right:-1rem;
  margin-left:-1rem;
  width: auto;
}
.hsTeam-content-section .dnd-section>.row-fluid > .dnd-column > .dnd-row {
  width: 16.666666%;
  margin-left: 0;
}

/*-------------------------*/
.hs_quienes_r4 {
  position: relative;
}
.hs_quienes_r4 .hedingWithicon-wrp .hedingWithicon-title p {
  margin-bottom: 4rem;
}
.hs_quienes_r4 .hedingWithicon-wrp a.btn.btn-success {
  min-width: 28rem;
  text-decoration: none;
  -webkit-box-shadow: 0 1rem 3.7rem -1.5rem rgba(62, 90, 72, 0.52);
  box-shadow: 0 1rem 3.7rem -1.5rem rgba(62, 90, 72, 0.52);
  line-height: 1.5;
  color: #fff;
  background-image: -webkit-linear-gradient(225deg, #41d494 0%, #22cd9c 100%);
  background-image: -o-linear-gradient(225deg, #41d494 0%, #22cd9c 100%);
  background-image: linear-gradient(225deg, #41d494 0%, #22cd9c 100%);
  font-family: Graphik, Helvetica, Arial, sans-serif;
  font-size: 15px;
  padding: 1.7rem 1.65rem;
}
.hs_quienes_r4 .hedingWithicon-wrp a.btn.btn-success:hover {
  background-image: -webkit-linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
  background-image: -o-linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
  background-image: linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
}
.hs_quienes_r3 .hedingWithicon-wrp .hs-col-md-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.hs_quienes_r3 .dnd-section {
  padding-bottom: 0;
}
.hs_quienes_r3 .hsTeam-content-section .dnd-section {
  padding-top: 0;
  padding-bottom: 14rem;
}
.hs_quienes_r4 .dnd-section {
  padding: 0 0 14rem;
}
.hs_quienes_r4 .hedingWithicon-wrp .hedingWithicon-title {
  margin: 0;
}
/*-------------------------*/
.hs_quienes_r5 .dnd-section>.row-fluid {
  padding: 0;
}
.hs_contact_card .address-card:after {
  background: transparent url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/images/logo-square.png) 0 0 no-repeat;
}
/*===================Precios Page======================*/
.hs_precios_head header.header {
  padding: 0;
}
.hs_precios_r1 .dnd-section,
.hs_precios_r1 .dnd-section>.row-fluid,
.hs_precios_r1>.container-fluid {
  padding: 0;
}
.hs_pricing_tab_grp .btn-group--pricing .btn--year span.disc:after {
  background: transparent url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/images/form-discount.svg) top center no-repeat;
}
.hs_pricing_tab_grp .pricing-card--freelancer .price__discount:before {
  background: transparent url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/images/freelancer-disc.svg) top center no-repeat;
}
.hs_pricing_tab_grp .pricing-card--freelancer .price__discount:after {
  background: transparent url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/images/freelancer-disc-rad.svg) top center no-repeat;
}
.hs_pricing_tab_grp .pricing-card--adviser .price__discount:before {
  background: transparent url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/images/adviser-disc.svg) top center no-repeat;
}
.hs_pricing_tab_grp .pricing-card--adviser .price__discount:after {
  background: transparent url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/images/adviser-disc-rad.svg) top center no-repeat;
}
.hs_pricing_tab_grp .pricing-card--enterprise .price__discount:before {
  background: transparent url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/images/enterprise-disc.svg) top center no-repeat;
}
.hs_pricing_tab_grp .pricing-card--enterprise .price__discount:after {
  background: transparent url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/images/enterprise-disc-rad.svg) top center no-repeat;
}




/*----------------------------------*/
.hs_precios_r2 .container-fluid {
  padding: 0;
}
.hs_precios_r2 .dnd-section>.row-fluid {
  padding: 0;
}
.hs_precios_r2 .hedingWithicon-wrp .hedingWithicon-title {
  margin-bottom: 4.3rem;
}
.hs_precios_r3 .dnd-section>.row-fluid {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  max-width: 1380px;
  margin: 0 auto;
}
.hs_precios_r3 .row-fluid>.span4.widget-span {
  max-width: 35rem;
}
.hs_precios_r3 .contentWithTopicon-wrap .contentWithTopicon-items h3 {
  line-height: 3.6rem;
}
.hs_precios_r6 .contentWithicon-wrp .contentWithicon-text p a:hover,
.hs_precios_r3 .contentWithTopicon-wrap .contentWithTopicon-items p a:hover {
  color: #8a8ef0;
}


.hs_precios_r4 .container-fluid {
  padding: 0;
}
.hs_precios_r4 .dnd-section {
  position: relative;
  background-size: cover !important;
  padding-top: 16.8rem;
  padding-bottom: 16rem;
  margin-top: 8.6rem;
  margin-bottom: 10rem;
  background-position: top center !important;
  overflow: hidden;
}
.hs_precios_r4 .dnd-section>.row-fluid {
  position: relative;
  z-index: 9;
  padding: 0;
}
.hs_precios_r4 .conentWithbackgroun-image-wrp {
  padding-top: 17rem;
  padding-bottom: 16rem;
}
.hs_precios_r4 .conentWithbackgroun-image-wrp:before {
  content: "";
  position: absolute;
  left: -2%;
  height: 100%;
  z-index: 4;
  background: transparent url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/images/pricing_top.svg) top left no-repeat;
  background-size: contain;
  top: 0;
  width: 104%;
}
.hs_precios_r4 .conentWithbackgroun-image-wrp:after {
  content: '';
  position: absolute;
  left: -2%;
  height: 100%;
  z-index: 4;
  background: transparent url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/images/pricing_bottom.svg) center bottom no-repeat;
  background-size: contain;
  bottom: -.1rem;
  width: 104%;
}
.hs_precios_r4 .conentWithbackgroun-image-wrp .page-center {
  position: relative;
  z-index: 9;
}
.hs_precios_r4 .conentWithbackgroun-image-wrp p,
.hs_precios_r4 .conentWithbackgroun-image-wrp h2 {
  color: #fff;
}
.hs_precios_r4 .conentWithbackgroun-image-wrp .btn-green {
  min-width: 23.7rem;
  font-size: 1.5rem;
  font-family: Graphik, Helvetica, Arial, sans-serif;
  letter-spacing: .5px;
  line-height: 1.5;
  background-color: #08b986;
  text-align: center;
  background-image: -webkit-linear-gradient(225deg, #41d494 0%, #22cd9c 100%);
  background-image: -o-linear-gradient(225deg, #41d494 0%, #22cd9c 100%);
  background-image: linear-gradient(225deg, #41d494 0%, #22cd9c 100%);
  padding: 1.7rem 1.65rem;
}
.hs_precios_r4 .conentWithbackgroun-image-wrp .btn-green:hover {
  background-image: -webkit-linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
  background-image: -o-linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
  background-image: linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
}
.hs_precios_r5 .hedingWithicon-wrp .hedingWithicon-title {
  margin-bottom: 4rem;
}
.icon-help:before {
  content: "\e93e";
}
.hs_precios_r6 .hedingWithicon-wrp .hedingWithicon-title p {
  margin-bottom: 5.7rem;
}
.hs_precios_r6 .hedingWithicon-wrp a.cta_button.start-now-green {
  max-width: 176px;
  box-sizing: border-box !important;
}
.hs_precios_r6 .hedingWithicon-wrp {
  padding-top: 11rem;
  padding-bottom: 4rem;
}
.hs_precios_r6 .contentWithicon-wrp {
  margin-bottom: 3rem;
}
.hs_precios_r6 .row-fluid>.span6.dnd-column {
  margin: 0;
  max-width: 57.5rem;
}
.hs_precios_r6 .row-fluid>.span6.dnd-column+.span6.dnd-column {
  float: right;
}
.hs_quienes_r2 .hs_cos_wrapper_type_rich_text {
  display: block;
}
.section-six-bottom .dnd-section>.row-fluid .hs_cos_wrapper_type_linked_image img {
  width: 43px !important;
  max-width: none !important;
}
/*------------------------*/
.hs_quienes_foo .footer__contact-info img {
  max-width: 110px;
  width: 100%;
  margin: 4rem 0 0 0;
}
.hs_quienes_foo .footer__nav.footer_recursos .hs-menu-wrapper>ul>li>ul>li:last-of-type {
  border-top: 0;
  border-bottom: 1px solid rgba(155,168,194,0.21);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.hs_quienes_foo .footer__nav.footer_recursos .hs-menu-wrapper>ul>li>a {
  margin-bottom: 1rem;
}
.phone.hs_quienes_phone a {
  color: #a8b8d0;
}
.phone.hs_quienes_phone a:hover {
  color: rgba(10,222,160,1.0);
}
.hs_quienes_foo ul.social:after {
  content: "";
  display: table;
  clear: both;
}
.cm-home-wrp .contentWithimage-wrp .btn--read-more:hover {
  text-decoration: none;
}
.cm-contabilidad-section-three {
  margin-top: 120px;
}
.cm-home-wrp .md-banner-wrp .hs_cos_wrapper.hs_cos_wrapper_type_cta{
  display:inline-block;
}
.cm-empresasbody-wrp .md-banner-wrp .banner-right-img img {
  width: auto;
}
.cm-empresasbody-wrp .md-banner-wrp .start-now-green {
  letter-spacing: .05rem;
}
.cm-empresas-section-six .backgroundImage-topCurve-wrp {
  background-position: top right !important;
  z-index: -1;
}
.hs-search-field__suggestions {
  padding: 10px;
  position: absolute;
}
.hs-search-field__suggestions a {
  color: #000;
  padding: 5px;
}
.hs-search-field__suggestions li {
  color: #000;
}
.cm-asesores-section-five .dnd-section {
  background-position: top center !important;
  background-size: 100% 100% !important;
}
.cm-facturacion-section-six .conentWithbackgroun-image-wrp.bgNoimgae .add-info {
  color: #96b4d8;
}
.cm-comerciosbody-wrp .md-banner-wrp .banner-right-img img {
  width: 100%;
}
/* Webinars Page */
.cm-webinars-wrp {
  padding-top: 9.9rem;
}
.cm-webinars-section-five .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cm-webinars-wrp h1,
.cm-webinars-wrp h2 {
  text-align: center;
}
@media only screen and (min-width: 768px){
  .section-six-info .hs-col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .contabilidad-section-four-top-inner {
    width: 83.33333%;
  }
  .cm-contabilidadtyp2-section-four ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  .cm-contabilidadtyp2-section-inner-two .row .container-fluid {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    margin-left: 8.33333%;
  }
  /* control-de-stock */
  .cm-control-de-stock-section-two .hedingWithicon-wrp .hs-col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .cm-control-de-stock-wrp .conentWithbackgroun-image-wrp .hs-col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    margin-left: 16.66667%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /* impuestos */
  .hs-impuestos-section-two .hedingWithicon-wrp .hs-col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .cm-comercios-section-seven-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cm-comercios-section-seven-right{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cm-comercios-section-five-left{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cm-comercios-section-five-right{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* facturacion */
  .cm-facturacion-wrp .contentWithimagetyp5-wrp .contentWithimagetyp5-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    margin-left: 8.33333%;
  }

  .cm-three-column-section .dnd-section>.row-fluid>.dnd-column>.dnd-row:nth-child(-n+2),
  .cm-asesores-section-seven .cm-three-column-section .dnd-section>.row-fluid>.dnd-column>.dnd-row:nth-child(-n+2){
    margin-top: 0;
  }
  .cm-gastos-section-two .hedingWithicon-wrp .hs-col-md-10{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .gastos-section-onetwo-bg {
    position: relative;
  }
  .gastos-bg-onetwo .backgroundImage-wrp {
    background-size: 100% !important;
    background-position: top center !important;
    width: 100%;
    height: 100%;
  }
  /*   ==Home Page== */
  .cm-home-section-two .hs-col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .cm-home-section-two .hs-col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cm-home-section-two .hs-offset-md-1 {
    margin-left: 8.33333%;
  }
  .cm-home-section-two .home-row-inner.middle-row-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cm-home-section-two .hedingWithicon-wrp .hs-col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .cm-home-section-three .hedingWithicon-wrp .hs-col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .hs_precios_r4 .conentWithbackgroun-image-wrp .hs-col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .hs_quienes_r3 .hedingWithicon-wrp .hs-col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .gastos-section-onetwo-bg .backgroundImage-wrp {
    background-position: top center !important;
    background-size: 100%;
  }
}
@media only screen and (min-width: 992px){
  .cm-comercios-section-seven-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .cm-comercios-section-seven-right{
    margin-left: 8.33333%;
  }
  .cm-comercios-section-five-left{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cm-comercios-section-five-right{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    margin-left: 8.33333%;
  }
  /*   ==Home Page== */
  .cm-home-section-two .hs-offset-lg-1 {
    margin-left: 8.33333%;
  }
  .cm-home-section-two .hs-col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .cm-home-section-three .contentWithimage-wrp .hs-col-xl-6.hs-offset-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .cm-home-section-three .contentWithimage-wrp .hs-col-xl-6.hs-offset-xl-1 {
    margin-left: 8.33333%;
  }
}

@media only screen and (min-width: 1200px){
  .cm-home-grp .right_menu .hs-menu-wrapper>ul>li:not(:last-child)>a {
    color: #323748;
  }
  .cm-caracteristicas-section-one .dnd-section {
    background-size: cover;
  }
  .cm-contabilidad-section-four .hs-col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cm-contabilidad-section-four .hs-col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .section-six-technology-row .hs-col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .section-six-technology-row .hs-col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .contabilidad-section-four-top-inner {
    width: 66.66667%;
  }

  /* contabilidadtyp2 */
  .cm-contabilidadtyp2-section-four ul li {
    margin-right: 5%;
  }
  .cm-contabilidadtyp2-section-four ul li:nth-child(-n+3) {
    margin-top: 0;
  }
  .cm-contabilidadtyp2-section-four ul li:nth-child(3n) {
    margin-right: 0;
  }
  .cm-contabilidadtyp2-section-two-bottom .dnd-section {
    background-position: 100% 5rem;
    background-repeat: no-repeat !important;
    background-size: unset !important;
  }
  .cm-facturacion-section-one .backgroundImage-wrp{
    background-position:top center !important;
    background-size: 100%;
  }
  /* control-de-stock */
  .cm-control-de-stock-wrp .contentWithimagetyp5-wrp .contentWithimagetyp5-bottom #anim-intro {
    min-height: 43rem;
  }
  .cm-control-de-stock-section-one .dnd-section {
    padding-bottom: 28rem;
  }
  .cm-control-de-stock-section-three .hs-accordionWithsvg-wrp .hs-offset-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 8.33333%;
  }
  .cm-control-de-stock-wrp .contentWithimage-wrp .contentWithimage-inner.left_align .hs-col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    margin-left: 16.66667%;
  }
  .cm-control-de-stock-wrp .contentWithimage-wrp .row-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cm-control-de-stock-wrp .contentWithimage-wrp .contentWithimage-inner.left_align .hs-col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .hs-impuestos-section-one .contentWithimagetyp5-wrp #anim-intro  {
    min-height: 48.2rem;
  }

  /* proyectos */
  .cm-proyectos-wrp .contentWithimagetyp5-wrp .contentWithimagetyp5-bottom>div {
    min-height: 43rem;
  }
  .cm-proyectos-section-two .dnd-section {
    margin-top: -14rem;
  }
  .cm-proyectos-section-one .dnd-section {
    padding-bottom: 28rem;
  }
  .cm-proyectos-wrp .hs-accordionWithsvg-wrp .hs-offset-xl-2 {
    margin-left: 8.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }


  /*  facturacion */
  .cm-facturacion-wrp .contentWithimagetyp5-wrp .contentWithimagetyp5-bottom>div {
    min-height: 45rem;
  }
  .cm-facturacion-wrp .contentWithimagetyp5-wrp .contentWithimagetyp5-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 25%;
  }
  .cm-facturacion-wrp .hs-accordionWithsvg-wrp .hs-offset-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 8.33333%;
  }

  .cm-gastos-wrp .contentWithimagetyp5-wrp .contentWithimagetyp5-bottom>div {
    min-height: 49rem;
  }

  .cm-three-column-section .dnd-section>.row-fluid > .dnd-column > .dnd-row{
    margin-right: 5%;
  }
  .cm-three-column-section .dnd-section>.row-fluid > .dnd-column > .dnd-row:nth-child(3n) {
    margin-right: 0;
  }
  .cm-three-column-section .dnd-section>.row-fluid > .dnd-column > .dnd-row:nth-child(-n+3) {
    margin-top: 0;
  }
  .cm-three-column-section .dnd-section>.row-fluid > .dnd-column > .dnd-row:nth-child(-n+2) {
    margin-top: 0;
  }
  .cm-control-de-stock-section-two .dnd-section {
    background-position: 100% 50rem !important;
    background-size: unset !important;
  }
  .cm-contabilidadtyp2-section-three .backgroundImage-wrp {
    background-position: 100% 85% !important;
    background-size: 100%;
  }
  .cm-gastos-section-one-bottom .contentWithTopicon-wrap {
    margin-bottom: 1rem;
  }
  .cm-gastos-section-one-bottom .hedingWithicon-wrp .hs-col-md-10{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /*   ==Home Page== */
  .home-card-row .efficient-box:hover {
    -webkit-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }
}

@media only screen and (min-width: 1520px){
  .cm-proyectos-section-one .dnd-section {
    background-position: top right !important;
    background-size: unset !important;
  }
}

@media(min-width: 1900px) {
  .hs_precios_r5 .hedingWithicon-wrp .hedingWithicon-title {
    margin-bottom: 3.3rem;
  }
}


@media(max-width:1519px){
  .cm-empresas-twothree .empresas-section-threemobile-top-bg .backgroundImage-wrp {
    background-position: top center !important;
    background-size: 100%;
    top: 140px;
  }
  .empresas-section-threemobile-top-bg {
    display: block;
  }
  .empresas-section-three-top-bg{
    display:none;
  }
  .cm-proyectos-section-one .dnd-section,
  .cm-control-de-stock-section-one .dnd-section,
  .impuestos-bg-onetwo .backgroundImage-wrp{
    /*background-image: url(get_asset_url%28%27../images/module-intro-bg.svg%27%29)!important;
    background-size: 100% !important;
    background-position: top center !important;*/
  }
  .cm-contabilidadtyp2-section-one .backgroundImage-wrp {
    /*background: transparent url(get_asset_url%28%27../images/accounting-intro-bg.svg%27%29) top center no-repeat !important;
    background-size: 100% !important;*/
  }
  .cm-empresas-twothree .backgroundImage-wrp {
    /*background: transparent url(get_asset_url%28%27../images/benefits-bg.svg%27%29) top center no-repeat !important;
    background-size: 100% !important;*/
  }
  .hs_quienes_r1 .dnd-section {
    /*background-size: 100% !important;
    background-image: url(get_asset_url%28%27../images/intro-bg.svg%27%29) !important;*/
  }
  .hs_pricing_tab_grp {
    /*background-image: url(get_asset_url%28%27../images/precios-intro-bg.svg%27%29) !important;*/
  }
}

@media(max-width:1199px) {
  .cm-contabilidadtyp2-section-two-bottom .dnd-section,
  .cm-control-de-stock-section-two .dnd-section,
  .hs_quienes_r1 .dnd-section,
  .cm-empresas-twothree .backgroundImage-wrp{
    background-image: none !important;
  }
  .cm-contabilidadtyp2-section-two .backgroundImage-wrp {
    background: none !important;
  }
  .empresas-section-threemobile-top-bg,
  .autonomos-section-three-bg{
    display: none;
  }
  /*   .cm-website-wrp .dnd-section>.row-fluid>.dnd-column {
  width: 83.33333%;
  padding: 0 2px;
} */
  .cm-website-wrp .page-center-inner {
    width: 83.33333%;
    padding: 0 2px;
  }

  .cm-website-wrp p {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
  .cm-website-wrp  h3 {
    font-size: 1.9rem;
    line-height: 2.6rem;
    margin-bottom: 1.5rem;
  }
  .cm-website-wrp  ul li {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
  .cm-website-wrp  table {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
  .cm-website-wrp h2 {
    font-size: 2.4rem;
    line-height: normal;
    margin-bottom: .5rem;
  }
  .cm-website-wrp  h4 {
    font-size: 1.4rem;
  }
  .responsive-table {
    overflow: auto;
  }
  .cm-asesores-section-four .cm-three-column-section .dnd-section {
    padding-top: 0 !important;
    padding-bottom: 100px !important;
  }
  .cm-asesoresbody-wrp .md-banner-wrp .banner-right-img img {
    width: auto;
  }
  /* Caracteristicas */
  .cm-caracteristicas-section-one .dnd-section {
    padding-top: 180px !important;
    padding-bottom: 100px !important;
    margin-bottom: 100px;
    background-size: unset !important;
  }
  .cm-caracteristicas-section-one .dnd-section>.row-fluid>.dnd-column {
    width: 83.33333%;
    padding: 0;
  }
  .cm-caracteristicas-section-one .dnd-section>.row-fluid>.dnd-column >.dnd-row {
    padding-right: 2.2rem;
  }
  .cm-caracteristicas-section-one .hs_cos_wrapper_type_rich_text h1 {
    font-size: 2.8rem;
    line-height: 3.5rem;
    margin-bottom: .9rem;
  }
  .cm-caracteristicas-section-one .hs_cos_wrapper_type_rich_text p {
    line-height: 2.2rem;
    font-size: 1.4rem;
  }
  .hs-testimonialsCard-wrp .highlight-image:before,
  .hs-testimonialsSlider-wrp .highlight-image:before{
    background-image:url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/images/corner_mob.png) ;
  }
  .caracteristicas-repeate-content .row-fluid > .dnd-column {
    width: 100%;
    margin-left: 0;
  }
  .cm-caracteristicas-section-seven .dnd-section {
    padding-bottom: 10rem !important;
  }
  .caracteristicas-repeate-content h2 {
    font-size: 2.3rem;
    line-height: 2.9rem;
    margin-top: 1.1rem;
    margin-bottom: .9rem;
  }
  .caracteristicas-repeate-content p+a {
    padding: 1.3rem 0;
  }
  .caracteristicas-repeate-content p+a:after {
    margin-left: .5rem;
  }
  .caracteristicas-repeate-content .row-fluid>.span3.dnd-column {
    margin-bottom: 7rem;
  }
  .caracteristicas-repeate-content .dnd-section>.row-fluid>.dnd-column {
    padding-bottom: 6rem;
  }
  .caracteristicas-repeate-content .dnd-row>.row-fluid>.dnd-column .dnd-column {
    margin-bottom: 0;
  }
  .caracteristicas-repeate-content .dnd-row>.row-fluid>.span9.dnd-column .span6.dnd-column {
    margin-left: 0;
    width: 48%;
  }
  .caracteristicas-repeate-content .dnd-row>.row-fluid>.span9.dnd-column .dnd-column:nth-child(odd) {
    margin-right: 1.5rem;
  }
  .caracteristicas-repeate-content .dnd-section>.row-fluid>.dnd-column {
    margin-bottom: 7rem;
  }
  .caracteristicas-repeate-content .row-fluid [class*="span"] {
    min-height: 0;
  }
  .purple-bg-content .dnd-section {
    padding: 100px 0 !important;
  }
  .purple-bg-content h2 {
    font-size: 2.3rem;
    line-height: 2.9rem;
    margin-top: 1.1rem;
    margin-bottom: .9rem;
  }
  .purple-bg-content p {
    line-height: 2.2rem;
    font-size: 1.4rem;
  }
  .purple-bg-content .hs-button {
    font-size: 1.4rem;
  }

  /* App */
  .contabilidad-section-four-bottom {
    margin-top: 3rem;
  }
  .cm-app-contabilidad-section-two .dnd-section {
    padding-bottom: 30px !important;
  }
  .contabilidad-section-four-top-inner h2 {
    font-size: 2.3rem;
    line-height: 2.9rem;
    margin-top: 1.1rem;
    margin-bottom: .9rem;
  }
  .contabilidad-section-four-bottom p a img {
    max-height: 5rem;
  }
  .contabilidad-section-four-bottom p a img {
    margin-right: 0.6rem;
  }

  /* Asesores */
  .cm-asesores-section-oneInner {
    margin-top: 3rem;
  }
  .cm-asesores-section-one p {
    font-size: 1.2rem;
    text-align: center;
    padding-top: 1px;
  }
  .cm-asesores-section-one ul li img {
    max-width: 3.3rem !important;
    max-height: 3.6rem;
  }
  .cm-asesores-section-two .dnd-section {
    padding-top: 180px !important;
  }

  .cm-asesores-section-two .dnd-section>.row-fluid .dnd-column>.dnd-row>.row-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cm-asesores-section-two .dnd-section>.row-fluid .span4.dnd-column {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-left: 0;
    width: 42rem;
  }
  .cm-asesores-section-two .dnd-section>.row-fluid .span4.dnd-column:last-child {
    margin-bottom: 0;
  }
  .cm-asesores-section-two .hs_cos_wrapper_type_linked_image {
    margin-right: auto;
    margin-left: auto;
  }
  .cm-asesores-section-two .hs_cos_wrapper_type_linked_image img {
    max-width:47% !important;
  }
  .cm-asesores-section-two h3 {
    font-size: 1.8rem;
    line-height: normal;
    text-align: center;
  }
  .cm-asesores-section-two p {
    font-size: 1.4rem;
    line-height: 2.3rem;
    text-align: center;
  }

  .cm-asesores-section-three .dnd-section {
    padding-top: 100px !important;
    padding-bottom: 0 !important;
  }
  .cm-asesores-section-four .dnd-section {
    padding-top: 100px !important;
  }
  .cm-asesores-section-five .dnd-section {
    padding-top: 187px !important;
    padding-bottom: 20px !important;
  }

  .cm-asesores-section-six .contentWithimage-wrp .hs-col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .cm-asesores-section-six .contentWithimage-wrp .hs-col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 8.33333%;
  }
  .cm-asesores-section-six .contentWithimage-inner.left_align .hs-col-xl-6,
  .cm-asesores-section-six .contentWithimage-inner.left_align .hs-col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 0;
  }
  .cm-asesores-section-six .contentWithimage-inner.left_align .hs-col-xl-5 {
    order: 2;
  }
  .cm-asesores-section-six .contentWithimage-wrp .btn--read-more {
    padding: 1.3rem 0;
    font-size: 1.6rem;
  }
  .cm-asesores-section-six .contentWithimage-wrp .contentWithimage-top-text h3 {
    font-size: 1.9rem;
    line-height: 2.6rem;
    margin-bottom: 1.5rem;
  }
  .cm-asesores-section-six .contentWithimage-wrp .contentWithimage-svg-image {
    margin-top: 0;
  }
  .cm-asesores-section-seven .dnd-section {
    padding-top: 100px !important;
  }
  .cm-asesores-section-eight .dnd-section {
    padding-top: 100px !important;
    padding-bottom: 85px !important;
  }
  .cm-asesores-section-two .hedingWithicon-wrp .hs-col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cm-asesores-section-six .dnd-section {
    padding-top: 0 !important;
    padding-bottom: 100px !important;
    background-size: 30% !important;
  }
  .cm-asesores-section-five {
    margin-bottom: 100px;
  }
  .sesores-section-five-middleContent .two-columnEqualwith-image-wrp p {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }

  /* control-de-stock */
  .cm-control-de-stock-section-two .dnd-section {
    margin: 0;
  }
  .cm-control-de-stock-section-one .dnd-section {
    padding-bottom: 10rem;
  }
  .cm-control-de-stock-section-two .contentWithimage-wrp .contentWithimage-svg-image {
    margin-top: 0;
  }
  .cm-control-de-stock-section-two .dnd-section {
    padding-bottom: 10rem;
  }
  .cm-control-de-stock-section-three .dnd-section {
    padding-top: 10rem;
  }
  .cm-control-de-stock-section-four .dnd-section {
    padding-top: 10rem;
    margin-bottom: 10rem;
    padding-bottom: 10rem;
  }
  .cm-control-de-stock-wrp .contentWithicon-wrp .contentWithicon-items h3 {
    font-size: 1.8rem;
    line-height: normal;
  }
  .cm-control-de-stock-wrp .contentWithicon-wrp .contentWithicon-items:not(:last-of-type) {
    margin-bottom: 4rem;
  }
  .cm-control-de-stock-wrp .contentWithicon-wrp .contentWithicon-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cm-control-de-stock-section-five .contentWithimage-wrp .contentWithimage-top-text h3 {
    font-size: 1.9rem;
    line-height: 2.6rem;
    margin-bottom: 1.5rem;
  }
  .cm-control-de-stock-wrp .contentWithicon-wrp .contentWithicon-items div img {
    max-width: 47% !important;
  }
  div#anim-manage2 {
    width: 100%;
    max-width: 56.5rem;
  }
  .cm-control-de-stock-section-two .contentWithimage-wrp #anim-feature2 {
    width: 100%;
    max-width: 66.4rem;
  }

  /* contabilidadtyp2 */
  .cm-contabilidadtyp2-section-inner-two h3 {
    font-size: 1.9rem;
    line-height: 2.6rem;
    margin-bottom: 1.5rem;
  }
  .cm-contabilidadtyp2-section-inner-two p,
  .cm-contabilidadtyp2-section-three-inner-two .two-columnEqualwith-image-wrp p{
    line-height: 2.2rem;
    font-size: 1.4rem;
  }
  .cm-contabilidadtyp2-section-inner .dnd-section {
    padding-bottom: 7rem !important;
  }
  .cm-contabilidadtyp2-section-inner-two .page-center:after {
    margin-top: 7rem;
  }
  .cm-contabilidadtyp2-section-one {
    padding-bottom: 10rem;
  }
  .cm-contabilidadtyp2-section-four ul li h3 {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .cm-contabilidadtyp2-section-four ul li p {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
  .cm-contabilidadtyp2-section-four ul li {
    margin-top: 4rem;
    width: 37.7rem;
  }
  .cm-contabilidadtyp2-section-four ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cm-contabilidadtyp2-section-four .dnd-section {
    padding-top:10rem !important;
  }
  .cm-contabilidadtyp2-section-four .cm-three-column-section .dnd-section>.row-fluid>.dnd-column>.dnd-row {
    margin-top: 4rem;
  }
  .cm-contabilidadtyp2-section-four .cm-three-column-section .dnd-section>.row-fluid>.dnd-column>.dnd-row:nth-child(-n+2) {
    margin-top: 0;
  }
  .cm-contabilidadtyp2-section-four .cm-three-column-section .dnd-section {
    padding-top: 0 !important;
    padding-bottom: 10rem !important;
  }
  #anim-automate2 {
    max-width: 57.2rem;
    width: 100%;
  }
  #anim-automate1 {
    max-width: 66.4rem;
    width: 100%;
  }
  .cm-contabilidadtyp2-section-two-bottom .hs-accordionWithsvg-wrp #anim-feature1 {
    max-width: 58.7rem;
    width: 100%;
  }
  .cm-contabilidadtyp2-section-two-bottom .hs-accordionWithsvg-wrp .accordion__header h3 {
    line-height: 3rem;
  }
  .cm-contabilidadtyp2-section-two {
    padding-bottom: 100px !important;
  }
  .cm-contabilidadtyp2typ2-wrp .two-columnEqualwith-image-wrp p {
    line-height: 2.2rem;
    font-size: 1.4rem;
  }
  .cm-contabilidadtyp2typ2-wrp .two-columnEqualwith-image-wrp {
    margin-bottom: 7rem;
  }
  .cm-contabilidadtyp2-section-three-inner-four .dnd-section {
    padding-bottom: 30px !important;
  }
  .cm-control-de-stock-section-two .two-columnEqualwith-image-wrp {
    margin-bottom: 7rem;
  }
  .cm-control-de-stock-section-two .two-columnEqualwith-image-image {
    margin-top: 0 !important;
  }
  .cm-control-de-stock-section-two .two-columnEqualwith-image-wrp h3 {
    line-height: 3rem;
  }
  .cm-control-de-stock-section-two .two-columnEqualwith-image-wrp p {
    margin-bottom: 3rem !important;
  }
  .cm-control-de-stock-section-two .dnd-section {
    padding-bottom: 30px !important;
  }
  .cm-control-de-stock-section-five .two-columnEqualwith-image-wrp {
    margin-bottom: 7rem;
  }
  .hs-accordionWithsvg-wrp #contabilidad-anim-feature1 {
    width: 100%;
    max-width: 58.7rem;
  }
  /* empresas */
  .cm-empresas-section-two .dnd-section {
    padding-top: 100px !important;
  }
  .cm-empresas-section-three .two-columnEqualwith-image-wrp ul {
    margin-top: 3rem;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    line-height: 2.3rem;
  }
  .cm-contabilidadtyp2-section-two .bg-section-wrp{
    display:none;
  }
  .cm-empresas-section-three .two-columnEqualwith-image-wrp ul li {
    position: relative;
    margin-bottom: 1rem;
  }
  .cm-empresas-section-six .bg-section-wrp .backgroundImage-wrp {
    background: none !important;
  }
  .cm-empresas-section-three .two-columnEqualwith-image-wrp ul li:last-child {
    margin-bottom: 0;
  }
  .cm-empresas-section-three .two-columnEqualwith-image-wrp {
    margin-bottom: 7rem;
  }
  .cm-empresas-section-three .dnd-section {
    padding-bottom:30px !important;
  }
  .cm-empresas-section-four .dnd-section {
    padding-top: 204px !important;
    padding-bottom:78px !important;
    background-size: cover !important;
  }
  .cm-empresas-section-four .contentWithimage-wrp {
    margin-bottom: 8rem;
  }
  .cm-empresas-section-four .contentWithimage-wrp .btn--read-more {
    padding: 1.3rem 0;
  }
  .cm-empresas-section-four {
    margin-bottom: 10rem;
  }
  .cm-empresas-section-five .dnd-row>.row-fluid>.span6.dnd-column {
    width: 100%;
    padding-right: 0;
  }
  .cm-empresas-section-five .dnd-row>.row-fluid>.span6.dnd-column:last-child {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .cm-empresas-section-six {
    padding-top: 10rem;
    margin-top: -10rem !important;
  }
  .cm-empresas-section-five .dnd-section {
    padding-bottom: 40px !important;
  }
  .empresas-section-six-bg {
    display: none;
  }
  .cm-autonomos-section-card .autonomos-card-wrp {
    margin-bottom: 50px;
  }
  .cm-empresas-section-four.cm-autonomos-section-four .dnd-section {
    padding-bottom: 10px !important;
  }
  .cm-empresasbody-wrp .md-banner-wrp .hs-cta-wrapper {
    width: auto;
    min-width: 13.5rem;
    margin-top: 0;
    vertical-align: top;
  }
  .cm-empresasbody-wrp .md-banner-wrp .hs-cta-wrapper a {
    font-size: 1.2rem;
    padding: 1.4rem 1.65rem;
  }
  .cm-empresasbody-wrp .md-banner-wrp .cta-btn+.cta-btn a {
    font-size: 1.4rem;
    padding: 1.6rem 1.65rem;
  }

  /* impuestos */
  .hs-impuestos-section-one .dnd-section {
    padding-bottom: 100px !important;
  }
  .hs-impuestos-section-two .two-columnEqualwith-image-wrp h3 {
    line-height: 3rem;
  }
  .hs-impuestos-section-two .hedingWithicon-wrp .hedingWithicon-title h2 {
    font-size: 2.9rem;
    line-height: 3.6rem;
  }
  .hs-impuestos-section-three .hs-col-xl-5.hs-offset-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    order: 2;
  }
  .hs-impuestos-section-three .hs-col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    order: 1;
  }
  .hs-impuestos-section-two .two-columnEqualwith-image-wrp p {
    margin-bottom: 3rem !important;
  }
  .hs-impuestos-section-three .dnd-section {
    padding-bottom: 100px !important;
  }
  .cm-comercios-section-eight .dnd-section {
    padding-top: 10rem !important;
  }
  .custom-tooltip-content-wrapper .custom-tooltip-header .title {
    margin-bottom: 7rem;
  }
  .hs-impuestos-section-two .hedingWithicon-wrp .hedingWithicon-title h2 {
    font-size: 2.3rem;
    line-height: 2.9rem;
    margin-top: 1.1rem;
    margin-bottom: .9rem;
  }
  .cm-comercios-section-seven-left .hs_cos_wrapper_type_rich_text p {
    line-height: 2.2rem;
    font-size: 1.4rem;
  }
  .cm-comercios-section-seven-left h2 {
    margin-top: 1.1rem;
    margin-bottom: .9rem;
  }
  .cm-comercios-section-seven-left-bottom .dnd-section {
    padding-top: 15px !important;
  }
  .cm-comercios-section-five-right h2 {
    line-height: 2.9rem;
    margin-top: 1.1rem;
    margin-bottom: .9rem;
  }
  .cm-comercios-section-five-right p {
    line-height: 2.2rem;
    font-size: 1.4rem;
  }
  .cm-comercios-section-five {
    padding-bottom: 10rem;
  }
  .cm-comercios-section-three .hs-testimonialsCard-wrp .new-testimonial-box {
    margin: 0;
  }
  .cm-comercios-section-four .dnd-section{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .banner-icon-grp {
    padding-bottom: 100px;
  }
  .cm-comercios-section-three .dnd-section{
    padding-bottom: 10rem !important;
  }
  .cm-comercios-section-two .dnd-section {
    padding-bottom: 10rem !important;
  }
  .cm-comerciosbody-wrp .md-banner-wrp .md-banner-content {
    margin-top: 12rem;
  }
  .cm-comerciosbody-wrp .md-banner-wrp .md-banner-content p {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
  .cm-comerciosbody-wrp .md-banner-wrp .banner-right-img {
    margin-right: -610px;
    min-width: 733px;
    margin-bottom: 1rem;
    margin-left: 10.23333%;
  }
  .cm-comerciosbody-wrp .cm-asesores-section-oneInner {
    margin-top: 3rem;
  }
  .cm-comerciosbody-wrp .md-banner-wrp .banner-right-img img {
    max-width: 100% !important;
  }
  .cm-comercios-section-one p {
    line-height: 2.3rem;
  }

  /* proyectos */
  .cm-proyectos-section-one .dnd-section {
    padding-bottom: 10rem;
  }
  .cm-proyectos-section-two .dnd-section {
    padding-bottom: 10rem;
  }
  .cm-proyectos-section-three .dnd-section {
    padding: 10rem 0;
    margin-bottom: 10rem;
  }
  .cm-proyectos-section-four .dnd-section {
    padding-bottom: 10rem;
  }
  .cm-proyectos-wrp #anim-automate1-proyectos {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 66.4rem;
  }
  .cm-proyectos-section-two .two-columnEqualwith-image-wrp .two-columnEqualwith-image-image {
    margin-top: 0;
  }

  /*  facturacion */

  .cm-facturacion-section-four .dnd-section {
    padding: 0 0 10rem;
  }
  .cm-facturacion-section-two .dnd-section {
    padding: 10rem 0;
    margin-bottom: 10rem;
  }
  .cm-facturacion-section-one .dnd-section {
    padding-bottom: 10rem !important;
  }
  .cm-facturacion-section-one .hs-accordionWithsvg-wrp .accordion__header h3 {
    line-height: 3rem;
  }
  .cm-facturacion-section-one-bottom .dnd-section {
    padding-bottom: 72px !important;
  }
  .cm-facturacion-section-three .dnd-section {
    padding: 0 0 calc(10rem - 28px);
  }
  .cm-facturacion-section-four .row-fluid .span4:nth-child(-n+2) {
    margin-top: 0;
  }
  .cm-facturacion-section-four .row-fluid .span4 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 4rem;
  }
  .cm-facturacion-section-four .row-fluid .span4:last-child {
    margin-bottom: 0;
  }


  /* gastos */
  .cm-gastos-section-one .dnd-section {
    padding-bottom: 10rem;
  }
  .cm-gastos-wrp .contentWithimagetyp5-wrp .contentWithimagetyp5-content a {
    width: auto;
    display: inline-block;
    margin-bottom: 2rem;
  }
  .cm-gastos-section-two .dnd-section {
    padding: 10rem 0;
    margin-bottom: 10rem;
  }
  .content_w_image_typ_4_wrap .content_w_image_typ_4 {
    padding-top: 11.5rem;
  }
  .cm-gastos-section-three .two-columnEqualwith-image-wrp .two-columnEqualwith-image-image {
    margin: 0;
  }
  .cm-gastos-section-one .span4:not(:last-of-type) {
    margin-bottom: 4rem;
  }
  .cm-gastos-section-one .dnd-row>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cm-gastos-section-one .contentWithTopicon-wrap .contentWithTopicon-items p {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  .cm-gastos-section-one .contentWithTopicon-wrap .icon-container {
    margin-right: auto;
    margin-left: auto;
  }
  .cm-control-de-stock-section-four .dnd-row>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cm-control-de-stock-section-four .span6:not(:last-child) {
    margin-bottom: 4rem;
  }
  .contabilidad-section-four-bottom p+p {
    line-height: 2.3rem;
  }
  .cm-asesoresbody-wrp .md-banner-wrp .hs-cta-wrapper .start-now-green {
    font-size: 1.2rem;
    padding: 1.4rem 1.65rem;
  }
  .cm-three-column-section .dnd-section>.row-fluid>.dnd-column {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cm-three-column-section .dnd-section>.row-fluid>.dnd-column>.dnd-row {
    width: 37.7rem;
    margin-top: 4rem;
  }
  .cm-asesores-section-six .contentWithimage-wrp .left .contentWithimage-content {
    order: 2;
  }
  .cm-asesores-section-six .contentWithimage-wrp .left .contentWithimage-svg {
    order: 1;
    margin-left: 0;
  }
  .cm-asesores-section-six .contentWithimage-wrp .left .contentWithimage-content {
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cm-asesores-section-seven .cm-three-column-section .dnd-section {
    padding-top: 0 !important;
    padding-bottom: 100px !important;
  }
  .cm-asesores-section-seven .cm-three-column-section .dnd-section>.row-fluid>.dnd-column>.dnd-row {
    margin-top: 4rem;
  }
  .cm-empresas-section-six .dnd-section {
    padding-bottom: 8.5rem !important;
  }
  .contentWithimage-wrp .contentWithimage-top-text p span {
    font-size: 1.9rem;
    line-height: 3.1rem;
    padding-bottom: 2rem;
    display: block;
  }
  .cm-autonomos-section-four .dnd-section {
    padding-top: 250px !important;
  }
  .cm-proyectos-section-two .two-columnEqualwith-image-wrp {
    margin-bottom: 7rem;
  }
  .cm-proyectos-section-two .two-columnEqualwith-image-wrp h3 {
    line-height: 3rem;
  }
  .cm-proyectos-section-two .two-columnEqualwith-image-wrp p:last-of-type {
    margin-bottom: 3rem;
  }
  .cm-proyectos-section-two .dnd-section {
    background: none !important;
  }
  .cm-gastos-section-one-bottom .dnd-section {
    padding-bottom: 11rem;
  }
  .cm-gastos-section-three .two-columnEqualwith-image-wrp h3 {
    line-height: 3rem;
  }
  .cm-gastos-section-three .two-columnEqualwith-image-wrp p:last-of-type {
    margin-bottom: 3rem;
  }
  .cm-gastos-section-three .two-columnEqualwith-image-wrp {
    margin-bottom: 7rem;
  }
  .cm-gastos-section-three .dnd-section {
    padding-bottom: 100px;
  }
  .cm-contabilidad-section-one {
    padding: 20px 40px 38px;
  }
  .cm-contabilidad-section-inner {
    padding: 100px 0 170px;
  }
  .cm-contabilidad-section-inner h5 {
    font-size: 20px;
  }
  .cm-contabilidad-section-inner h1,
  .cm-contabilidad-section-inner h2 {
    font-size: 58px;
    margin-bottom: 30px;
  }
  .cm-contabilidad-section-four {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .cm-contabilidad-section-four .contabilidad-title-row {
    font-size: 19px;
    margin-bottom: 35px;
  }
  .cm-contabilidad-section-four .contabilidad-row-inner.top-row-inner {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }
  .cm-contabilidad-section-four .hs-col-xl-6,
  .cm-contabilidad-section-four .hs-col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }
  .cm-contabilidad-section-four .contabilidad-efficient-row .hs-col-xl-6,
  .cm-contabilidad-section-four .contabilidad-efficient-row .hs-col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .cm-contabilidad-section-four .contabilidad-title-row h4 {
    font-size: 15px;
  }
  .cm-contabilidad-section-four .contabilidad-title-row * {
    text-align: center;
  }
  .cm-contabilidad-section-four .contabilidad-title-row h2 {
    font-size: 28px;
  }
  .cm-contabilidad-section-four .top-row-inner p {
    font-size: 18px;
  }
  .section-six-list h5 {
    font-size: 20px;
  }
  .cm-contabilidad-section-seven .dnd-section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .contabilidad-efficient-row .efficient-box .dnd-section {
    padding: 37px 16px !important;
  }
  .cm-contabilidad-section-four .efficient-box h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .cm-contabilidad-section-four .efficient-box ul {
    margin: 25px 0 0;
  }
  .cm-contabilidad-section-four .efficient-box li {
    padding-left: 28px;
    margin-bottom: 12px;
    line-height: 1.3;
  }
  .cm-contabilidad-section-four .efficient-box li:before {
    font-size: 20px;
  }
  .cm-contabilidad-section-four .efficient-list ul li i {
    font-size: 30px;
  }
  .cm-contabilidad-section-four .efficient-list ul li h4 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .cm-contabilidad-section-four .efficient-list ul li {
    margin-bottom: 30px;
  }
  .cm-contabilidad-section-five-top .dnd-section {
    padding-top: 80px !important;
  }
  .cm-contabilidad-section-five-top .five-top-inner h4 {
    font-size: 15px;
  }
  .cm-contabilidad-section-five-top .five-top-inner h2 {
    font-size: 28px;
  }
  .cm-contabilidad-section-five-top .five-top-inner p {
    font-size: 16px;
  }
  .cm-contabilidad-section-five-top .dnd-section {
    padding-top: 80px !important;
    padding-bottom: 35px !important;
  }
  .cm-contabilidad-section-five-middle i {
    font-size: 30px;
  }
  .cm-contabilidad-section-five-middle h5 {
    font-size: 20px;
  }
  .cm-contabilidad-section-five-middle .dnd-section {
    padding-bottom: 40px!important;
  }
  .cm-contabilidad-section-five-bottom .dnd-section {
    padding-bottom: 100px !important;
  }
  .cm-contabilidad-section-six {
    padding-top: 80px;
  }
  .section-six-info h4 {
    font-size: 15px;
  }
  .section-six-info h2 {
    font-size: 28px;
  }
  .section-six-info p {
    font-size: 16px;
  }
  .cm-contabilidad-section-six .section-six-technology-row .hs-col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  section-six-row{
    margin-bottom: 35px;
  }
  .section-six-img {
    margin-top: -150px;
  }
  .section-six-cta {
    margin: 70px auto 0;
  }
  .section-six-cta.section-six-bottom .dnd-section {
    padding-bottom: 80px !important;
  }
  .section-six-middle .section-six-row .dnd-section>.row-fluid>.dnd-column .dnd-row {
    margin-bottom: 35px;
  }
  /*   ==Home Page== */
  .cm-home-wrp .md-banner-wrp .md-banner-content {
    width: 49%;
    margin-top: 10.8rem;
    padding-right: 2.2rem;
  }
  .cm-home-wrp .md-banner-wrp .start-now-green {
    font-size: 1.2rem;
    min-width: 13.5rem;
    padding: 1.4rem 1.65rem;
    vertical-align: top;
  }
  .cm-home-wrp .md-banner-wrp .start-now-white {
    font-size: 1.4rem;
  }
  .cm-home-wrp .md-banner-wrp .banner-right-img .anim-img {
    width: 66rem;
    height: auto;
  }
  .cm-home-section-one .backgroundImage-wrp {
    background-size: 34rem;
  }
  .cm-home-section-one .dnd-section {
    padding-bottom: calc(10rem - 56px);
  }
  .cm-home-wrp .socialproof-wrap .socialproof {
    margin-top: 3rem;
  }
  .cm-home-wrp .socialproof-wrap .socialproof .page-center {
    text-align: center;
  }
  .cm-home-wrp .md-banner-wrp .banner-right-img {
    width: 51%;
    margin-top: 0;
    overflow: visible;
  }
  .cm-home-section-two .hs_cos_wrapper_type_rich_text h3 {
    font-size: 1.9rem;
    line-height: 2.6rem;
    margin-bottom: 1.5rem;
  }
  .cm-home-section-two .hs_cos_wrapper_type_rich_text p {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .home-tilted-image-row {
    margin-bottom: 7rem;
  }
  .home-card-row .efficient-box .hs_cos_wrapper_type_rich_text h3 {
    font-size: 1.4rem;
    line-height: 1.9rem;
    margin-bottom: .8rem;
  }
  .home-card-row .efficient-box .hs_cos_wrapper_type_rich_text {
    font-size: 1.2rem;
    line-height: 2rem;
    padding: .9rem 3rem 2.4rem;
  }
  .home-card-row .efficient-box .hs_cos_wrapper_type_rich_text>span {
    font-size: .8rem;
    padding: .3rem .7rem;
  }
  .home-card-row .efficient-box .hs_cos_wrapper_type_rich_text p {
    font-size: 1.2rem;
    line-height: 2rem;
    margin-bottom: 2.8rem;
  }
  .cm-home-section-two .hs_cos_wrapper_type_rich_text ul {
    margin-top: 3rem;
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
  .cm-home-section-two .hs_cos_wrapper_type_rich_text ul li:not(:last-of-type) {
    margin-bottom: 1rem;
  }
  .home-card-row .efficient-box .hs_cos_wrapper_type_rich_text a {
    font-size: 1.6rem;
  }
  .home-card-row .efficient-box .hs_cos_wrapper_type_rich_text a:after {
    font-size: 1.1rem;
    margin-left: .5rem;
  }
  .cm-home-section-two .backgroundImage-wrp {
    background-size: 44%;
  }
  .cm-home-section-two {
    padding-bottom: 10rem;
  }
  .cm-home-section-three .contentWithimage-wrp .hs-col-xl-6.hs-offset-xl-1 {
    margin-left: 8.33333%;
  }
  .cm-home-section-three .contentWithimage-wrp .hs-col-xl-5,
  .cm-home-section-three .contentWithimage-wrp .hs-col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cm-home-wrp .contentWithimage-wrp #anim-feature1 {
    width: 58.1rem;
  }
  .cm-home-wrp .contentWithimage-wrp .contentWithimage-top-text ul li {
    margin-bottom: 2.3rem;
    padding-right: 2.5rem;
  }
  .cm-home-wrp .contentWithimage-wrp .contentWithimage-top-text ul li div {
    margin-bottom: .4rem;
  }
  .cm-home-wrp .contentWithimage-wrp .contentWithimage-top-text ul li:nth-child(2n) {
    padding-right: 0;
  }
  .cm-home-wrp .contentWithimage-wrp .contentWithimage-top-text ul {
    margin-bottom: 1.2rem;
  }
  .cm-home-wrp .contentWithimage-wrp .contentWithimage-svg-image {
    margin-top: 0;
  }
  .cm-home-wrp .contentWithimage-wrp .left .contentWithimage-content {
    order: 2;
  }
  .cm-home-wrp .contentWithimage-wrp .left .contentWithimage-svg {
    order: 1;
  }
  .cm-home-wrp .contentWithimage-wrp #anim-feature4 {
    width: 40.8rem;
    margin: 0;
  }
  .cm-home-section-three .dnd-section {
    padding: 0 0 10rem;
  }
  .cm-home-section-five .dnd-section {
    padding-bottom: 2rem;
  }
  .cm-home-section-three .bg-section-wrp .backgroundImage-wrp {
    background: none !important;
  }

  .hs_quienes_r1 .dnd-section {
    background-image: none !important;
    padding-right: 2.2rem;
  }
  .hs_quienes_r1 .dnd-section>.row-fluid>.dnd-column>.dnd-row:last-child {
    margin-right: -2.2rem;
  }
  .hs_quienes_r1 .dnd-section>.row-fluid>.dnd-column {
    margin-top: 0;
    max-width: 83.33333%;
    padding: 0 15px;
  }
  .hs_quienes_r1 h1 {
    font-size: 2.8rem;
    line-height: 3.5rem;
    margin-bottom: .9rem;
  }
  .hs_quienes_r1 p {
    line-height: 2.2rem;
  }
  .hs_quienes_r2 .dnd-section>.row-fluid>.dnd-column {
    margin-top: 1.5rem;
  }
  .hs_quienes_r2 .page-header.section-header p.secondary-header {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .hs_quienes_r2 .page-header.section-header h1 {
    font-size: 2.3rem;
    line-height: 2.9rem;
  }
  .hs_quienes_r2 .page-header.section-header {
    margin-bottom: 3rem;
  }
  .hs_quienes_r2 .hs_cos_wrapper_type_rich_text p {
    font-size: 1.4rem;
    line-height: 2.3rem;
    margin-bottom: 1rem;
  }
  .hs_quienes_r2 .dnd-section:last-child>.row-fluid>.dnd-column {
    max-width: 728px;
    padding: 0;
  }
  .hs_quienes_r3 {
    padding-top: 1.2rem;
  }
  .hs_quienes_r3 .dnd-section {
    padding-bottom: 0;
  }
  .hs_quienes_r3 .hedingWithicon-wrp .hs-col-md-10 {
    max-width: 66.66667%;
  }
  .hsTeam-content-section .dnd-section>.row-fluid>.dnd-column>.dnd-row {
    width: 25%;
  }

  .hs_quienes_r4 .hedingWithicon-wrp .hs-col-md-10 {
    max-width: 66.66667%;
  }
  .hs_quienes_r4 .hedingWithicon-wrp .hedingWithicon-title p {
    margin-bottom: 4rem;
  }
  .hs_quienes_r4 .hedingWithicon-wrp a.btn.btn-success {
    font-size: 1.2rem;
    padding: 1.4rem 1.65rem;
  }
  .hs_quienes_r3 .hsTeam-content-section .dnd-section,
  .hs_quienes_r4 .dnd-section{
    padding-bottom:10rem;
  }

  .hs_precios_r3 .dnd-section>.row-fluid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .hs_precios_r3 .row-fluid>.span4.widget-span:not(:last-of-type) {
    margin: 0 0 4rem;
  }
  .hs_precios_r3 .contentWithTopicon-wrap .icon-container {
    margin: 0 auto 2rem;
  }
  .hs_precios_r2 .hedingWithicon-wrp .hedingWithicon-title {
    margin-bottom: 2.5rem;
  }
  .hs_precios_r3 .contentWithTopicon-wrap .contentWithTopicon-items h3 {
    line-height: 3rem;
  }
  .hs_precios_r4 .dnd-section {
    margin-top: 2.5rem;
    margin-bottom: 6rem;
  }
  .hs_precios_r4 .conentWithbackgroun-image-wrp .btn-green {
    font-size: 1.2rem;
    padding: 1.4rem 1.65rem;
  }
  .hs_precios_r4 .conentWithbackgroun-image-wrp {
    padding-bottom: 15rem;
  }
  .hs_precios_r6 .row-fluid>.span6.dnd-column {
    width: 100%;
    margin: 0 auto !important;
    float: none !important;
  }
  .hs_precios_r5 .hedingWithicon-wrp .hedingWithicon-title {
    margin-bottom: 0;
  }
  .hs_precios_r6 .dnd-section:nth-last-child(2) .row-fluid {
    margin-top: 10px;
  }
  .hs_precios_r6 .dnd-section:nth-last-child(2) .row-fluid>.span6.dnd-column:last-child {
    display: none !important;
  }

  .hs_precios_r6 .hedingWithicon-wrp {
    padding-top: 13rem;
  }
  .hs_precios_r6 .hedingWithicon-wrp form button {
    font-size: 1.4rem;
  }
  .hs_precios_r2 .dnd-section {
    padding-top: 15px;
  }
  .hs_precios_r3 .row-fluid>.span4.widget-span:not(:last-of-type) {
    margin: 0 auto 4rem;
  }
  .hs_precios_r3 .row-fluid>.span4.widget-span {
    margin: 0 auto;
  }
  .cm-contabilidad-section-three {
    margin-top: 80px;
  }
  .cm-contabilidadtyp2-section-three-inner-four .backgroundImage-wrp,
  .two-three-card-grp .backgroundImage-wrp{
    background-image: none !important;
  }
  .cm-asesores-section-five .dnd-section {
    background-size: cover !important;
  }
  .cm-empresas-section-six .bg-section-wrp .backgroundImage-topCurve-wrp,
  .cm-facturacion-section-three .dnd-section{
    background: none !important;
  }
}

@media (max-width: 1199px) and (min-width:768px){
  .cm-home-wrp .md-banner-wrp .cta-btn .hs-cta-wrapper {
    min-width: 13.5rem;
    vertical-align: top;
  }
  .cm-home-wrp .md-banner-wrp .cta-btn .hs-cta-wrapper a {
    font-size: 1.2rem;
    padding: 1.4rem 1.65rem;
  }
  .cm-home-wrp .md-banner-wrp .cta-btn+.cta-btn .hs-cta-wrapper a {
    padding: 1.6rem 1.65rem;
    font-size: 1.4rem;
    margin-left: 0;
  }
}

@media (max-width: 1023px){
  .cm-asesores-section-six .dnd-section {
    background-size: 40% !important;
  }
  .cm-contabilidadtyp2-section-four ul li {
    width: 33rem;
  }
  .cm-comercios-section-seven-left h2,
  .cm-comercios-section-five-right h2{
    font-size: 40px;
  }
  .cm-comerciosbody-wrp .md-banner-wrp .md-banner-content {
    margin-top: 10rem;
  }
  .cm-comerciosbody-wrp .md-banner-wrp .md-banner-content h1 {
    font-size: 3rem;
    margin-bottom: 13px;
  }
  .cm-comercios-section-two .dnd-section {
    padding-top: 8rem !important;
  }
  .cm-comercios-section-four .dnd-section {
    padding-top: 8rem !important;
  }
  .cm-comercios-section-six .dnd-section {
    padding-top: 10rem !important;
  }
  .cm-three-column-section .dnd-section>.row-fluid>.dnd-column>.dnd-row {
    width: 33rem;
  }
  .cm-contabilidad-section-inner {
    padding: 80px 0 155px;
  }
  .cm-contabilidad-section-one {
    padding: 20px 40px 28px;
  }
  .cm-contabilidad-section-inner h5 {
    font-size: 16px;
  }
  .cm-contabilidad-section-inner h1,
  .cm-contabilidad-section-inner h2 {
    font-size: 44px;
  }
  .cm-contabilidad-section-inner p {
    font-size: 18px;
  }
  .cm-contabilidad-section-four .contabilidad-title-row h4,
  .cm-contabilidad-section-five-top .five-top-inner h4,
  .cm-contabilidad-section-five-middle p,
  .section-six-info h4,
  .section-six-list p{
    font-size: 14px;
  }
  .cm-contabilidad-section-four .contabilidad-title-row h2,
  .cm-contabilidad-section-five-top .five-top-inner h2,
  .section-six-info h2{
    font-size: 24px;
  }
  .cm-contabilidad-section-four .top-row-inner p {
    font-size: 16px;
  }
  .cm-contabilidad-section-four .efficient-list ul li h4,
  .cm-contabilidad-section-five-middle h5{
    font-size: 18px;
  }
  .cm-contabilidad-section-four .efficient-box h4,
  .section-six-list h5{
    font-size: 18px;
  }
  .section-six-img {
    margin-top: -125px;
    font-size: 14px;
  }
  .section-six-cta p {
    font-size: 18px;
  }
  .section-six-cta p a {
    display: table;
    margin-top: 15px;
  }
  .section-six-cta.section-six-bottom .dnd-section>.row-fluid > .dnd-column > .dnd-row {
    padding: 31px 50px !important;
  }
}
@media (max-width: 991px){
/*   .cm-website-wrp .dnd-section>.row-fluid>.dnd-column {
    width: 100%;
    padding: 0;
  } */
  .cm-website-wrp .page-center-inner {
    width: 100%;
    padding: 0;
  }

  .cm-contabilidadtyp2-section-inner .dnd-section>.row-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .cm-comerciosbody-wrp .md-banner-wrp .page-center {
    display: block;
  }
  .cm-comerciosbody-wrp .md-banner-wrp .md-banner-content {
    width: 100%;
    text-align: center;
    margin-top: 17rem;
  }
  .cm-comerciosbody-wrp .md-banner-wrp .banner-right-img {
    margin-right: 0;
    min-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
  }
  .cm-comerciosbody-wrp .md-banner-wrp .banner-right-img {
    margin-right: 0;
    min-width: 100%;
    margin-bottom: 1rem;
    margin-left: 0;
    width: 100%;
    max-height: none;
    margin-top: 35px;
  }
  .cm-comerciosbody-wrp .md-banner-wrp .banner-right-img:before{
    display:none;
  }
  .cm-comerciosbody-wrp .cm-asesores-section-oneInner {
    display: block;
  }
  .cm-comercios-section-one .cm-asesores-section-oneleft {
    width: 100%;
  }
  .cm-comercios-section-one .cm-asesores-section-oneRight {
    width: 100%;
    margin-left: 0;
  }
  .cm-comercios-section-one ul {
    width: 100%;
    max-width: 220px;
    margin: -5px auto 0;
  }
  .cm-comercios-section-one p {
    padding-top: 0;
  }
  .cm-gastos-section-one .hedingWithicon-wrp .hs-col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .cm-contabilidad-wrp .page-center,
  .cm-contabilidad-wrp .dnd-section>.row-fluid {
    max-width: 100%;
  }
  /*   ==Home Page== */
  .cm-home-section-three .contentWithimage-wrp .hs-col-xl-6.hs-offset-xl-1 {
    margin-left: 0;
  }
  .cm-home-section-three .contentWithimage-wrp .anim-feature1 .contentWithimage-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .cm-home-section-three .contentWithimage-wrp .anim-feature1 .contentWithimage-svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .cm-comerciosbody-wrp .md-banner-wrp .banner-right-img img {
    border-radius: 10px;
  }
  .cm-comercios-section-one ul {
    margin-top: 0;
  }
  .section-six-bottom .dnd-section>.row-fluid .span1.dnd-column {
    display: block !important;
  }
}
@media(max-width: 991px) and (min-width: 768px) {
  .hs_quienes_foo .footer__nav.footer_recursos {
    width: 35%;
  }
}
@media (max-width: 767px){
  .cm-website-wrp h3 {
    line-height: 3rem;
    margin-bottom: 1rem;
  }
  .cm-website-wrp h2 {
    font-size: 1.8rem;
    /*line-height: 2.4rem;*/
    margin-top: 4rem;
  }
  /* caracteristicas */
  .cm-caracteristicas-section-one .dnd-section {
    padding-top: 100px !important;
  }
  .cm-caracteristicas-section-one .hs_cos_wrapper_type_rich_text h1 {
    font-size: 3.4rem;
    line-height: 4.5rem;
  }
  .cm-caracteristicas-section-one .dnd-section>.row-fluid>.dnd-column>.dnd-row {
    padding-right: 0;
  }
  .cm-caracteristicas-section-one .dnd-section>.row-fluid>.dnd-column {
    width: 100%;
  }
  .caracteristicas-repeate-content .dnd-section>.row-fluid>.dnd-column {
    margin-bottom: 4rem;
  }
  .caracteristicas-repeate-content h2 {
    font-size: 2.9rem;
    line-height: 3.6rem;
  }
  .caracteristicas-repeate-content p+a {
    margin-top: 3rem;
    padding: 1.8rem 0;
    margin-bottom: 1.5rem;
    white-space: normal;
  }
  .caracteristicas-repeate-content .row-fluid>.span3.dnd-column {
    margin-bottom: 2.5rem;
  }
  .caracteristicas-repeate-content .dnd-row>.row-fluid>.span9.dnd-column .dnd-column {
    width: 100% !important;
  }
  .purple-bg-content h2 {
    font-size: 2.9rem;
    line-height: 3.6rem;
  }
  .purple-bg-content p {
    margin-bottom: 3.5rem;
  }
  /* App */
  .contabilidad-section-four-top-inner .dnd-section {
    padding-top: 100px !important;
  }
  .contabilidad-section-four-bottom .dnd-section {
    padding-bottom: 100px !important;
  }
  .cm-app-contabilidad-section-two .dnd-section {
    padding-bottom: 60px !important;
  }
  /* asesores */
  .cm-asesores-section-oneInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 3.6rem;
  }
  .cm-asesores-section-one .cm-asesores-section-oneleft {
    width: 100%;
  }
  .cm-asesores-section-one .cm-asesores-section-oneRight {
    width: 100%;
  }
  .cm-asesores-section-one p {
    line-height: 2rem;
    margin-bottom: 1rem;
  }
  .cm-asesores-section-one ul li img {
    border-radius: 10px;
  }
  .cm-asesores-section-two .dnd-section {
    padding-top: 100px !important;
  }
  .cm-asesores-section-two .hedingWithicon-wrp .hedingWithicon-title-icon,
  .cm-asesores-section-three .hedingWithicon-wrp .hedingWithicon-title-icon,
  .cm-asesores-section-six .hedingWithicon-wrp .hedingWithicon-title-icon,
  .cm-asesores-section-seven .hedingWithicon-wrp .hedingWithicon-title-icon{
    font-size: 4rem;
  }
  .cm-asesores-section-two .hs_cos_wrapper_type_linked_image {
    height: 4.8rem;
    width: 4.8rem;
  }
  .cm-asesores-section-two .hs_cos_wrapper_type_linked_image img {
    max-width: 40% !important;
    height: auto !important;
  }
  .cm-asesores-section-two h3 {
    font-size: 1.9rem;
    line-height: 3rem;
    margin-bottom: .5rem;
  }
  .cm-asesores-section-six .contentWithimage-wrp .btn--read-more {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    line-height: normal;
  }
  .cm-asesores-section-six .contentWithimage-wrp .hs-col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cm-asesores-section-six .contentWithimage-wrp .hs-col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .cm-asesores-section-six .contentWithimage-inner.left_align .hs-col-xl-6,
  .cm-asesores-section-six .contentWithimage-inner.left_align .hs-col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .cm-asesores-section-six .contentWithimage-inner.left_align .hs-col-xl-5 {
    order: 1;
  }
  .cm-asesores-section-six .contentWithimage-wrp {
    margin-bottom: 4rem;
  }
  .cm-asesores-section-six .contentWithimage-inner.left_align .hs-col-xl-6 {
    order: 2;
    margin-top: 4rem;
  }
  .cm-asesores-section-five .dnd-section {
    padding-top: 135px!important;
  }
  .cm-contabilidadtyp2-section-three .hedingWithicon-wrp .hs-col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* control-de-stock */
  .cm-control-de-stock-wrp .contentWithicon-wrp .contentWithicon-items:not(:last-of-type) {
    margin-bottom: 3rem;
  }
  .cm-control-de-stock-wrp .contentWithicon-wrp .contentWithicon-items {
    width: 100%;
    text-align: center;
  }
  .cm-control-de-stock-wrp .contentWithicon-wrp .contentWithicon-items div {
    margin-left: auto;
    margin-right: auto;
    height: 4.8rem;
    width: 4.8rem;
  }
  .cm-control-de-stock-wrp .contentWithicon-wrp .contentWithicon-items div img {
    max-width: 40% !important;
    height: auto;
  }
  .cm-control-de-stock-section-five .contentWithimage-wrp .contentWithimage-top-text h3 {
    line-height: 3rem;
    margin-bottom: 1rem;
  }
  /* contabilidadtyp2 */
  .cm-contabilidadtyp2-section-inner .dnd-section {
    padding-bottom: 4rem !important;
  }
  .cm-contabilidadtyp2-section-inner-two h3 {
    line-height: 3rem;
    margin-bottom: 1rem;
    text-align: left !important;
  }
  .cm-contabilidadtyp2-section-inner-two p {
    text-align: left !important;
  }
  .cm-contabilidadtyp2-section-inner-two .page-center:after {
    margin-top: 4rem;
  }
  .cm-contabilidadtyp2-section-four ul li {
    width: 100%;
  }
  .cm-bottom-cta-sec .dnd-section {
    padding: 10rem 0;
  }
  .cm-contabilidadtyp2-section-two-top .hedingWithicon-wrp .hedingWithicon-title-icon,
  .cm-control-de-stock-section-three .hedingWithicon-wrp .hedingWithicon-title-icon,
  .cm-control-de-stock-section-four .hedingWithicon-wrp .hedingWithicon-title-icon{
    font-size: 4rem;
  }
  .cm-control-de-stock-wrp .contentWithicon-wrp .contentWithicon-items h3 {
    font-size: 1.9rem;
    line-height: 3rem;
    margin-bottom: .5rem;
  }
  .cm-control-de-stock-section-four .contentWithicon-wrp .contentWithicon-items:nth-child(-n+2) {
    margin-top: 0 !important;
  }
  .cm-control-de-stock-section-six .conentWithbackgroun-image-wrp .hs-col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cm-empresasbody-wrp .md-banner-wrp .banner-btn {
    width: 100%;
  }
  .cm-empresas-section-two .hedingWithicon-wrp .hedingWithicon-title-icon {
    font-size: 4rem;
  }
  .cm-empresas-section-three .two-columnEqualwith-image-wrp ul li {
    position: relative;
    margin-bottom: 1.6rem;
  }
  .cm-empresas-section-three .two-columnEqualwith-image-wrp ul {
    margin-bottom: 0;
  }
  .cm-empresas-section-three .two-columnEqualwith-image-wrp {
    margin-bottom: 4rem;
  }
  .empresas-section-four-top-bg .backgroundImage-wrp,
  .empresas-section-four-bottom-bg .backgroundImage-wrp {
    display: block !important;
  }
  .cm-empresas-section-four .dnd-section {
    padding-top: 97px !important;
  }
  .cm-empresas-section-four .hedingWithicon-wrp .hs-col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cm-empresas-section-three .dnd-section {
    padding-bottom: 60px !important;
  }
  .cm-empresas-section-four .dnd-section {
    padding-bottom: 0 !important;
  }
  .cm-empresas-section-five .hedingWithicon-wrp .hs-col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cm-empresas-section-five .hedingWithicon-wrp .hedingWithicon-title-icon {
    font-size: 4rem;
  }
  .cm-autonomos-section-two .hedingWithicon-wrp .hs-col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cm-empresas-section-four.cm-autonomos-section-four .dnd-section {
    padding-top: 135px !important;
  }
  .autonomos-card-wrp .autonomos-highlight-image:before{
    background: transparent url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/images/corner_mob.png) bottom right no-repeat;
  }
  .cm-autonomos-section-four .contentWithimage-wrp {
    margin-bottom: 8rem;
  }
  .cm-autonomos-section-four .contentWithimage-wrp {
    margin-bottom: 8rem;
  }
  .cm-autonomos-section-four .contentWithimage-wrp .btn--read-more {
    padding: 1.8rem 0;
    margin: 0;
  }
  .cm-bottom-cta-sec .conentWithbackgroun-image-wrp .hs-col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* impuestos */
  .hs-impuestos-section-two .hedingWithicon-wrp .hedingWithicon-title-icon,
  .hs-impuestos-section-four .hedingWithicon-wrp .hedingWithicon-title-icon{
    font-size: 4rem;
  }
  .custom-tooltip-content-wrapper .custom-tooltip-header .title {
    margin-bottom: 4rem;
  }
  .hs-impuestos-section-six .conentWithbackgroun-image-wrp .hs-col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .cm-comercios-section-seven-left-bottom .dnd-section {
    padding-top: 1.5rem !important;
    padding-bottom: 3rem !important;
  }
  .cm-comercios-section-five-right h2 {
    font-size: 35px;
    line-height: 3.6rem;
  }
  .cm-comercios-section-four .dnd-section {
    padding-top:5rem !important;
  }
  .banner-icon-grp {
    padding-bottom: 6rem;
  }
  .cm-comerciosbody-wrp .md-banner-wrp .md-banner-content h1 {
    font-size: 2.8rem;
  }
  .cm-comerciosbody-wrp .cm-asesores-section-oneInner {
    margin-top: 3.6rem;
  }
  .cm-comercios-section-one p {
    line-height: 2rem;
    margin-bottom: 1rem;
  }
  .cm-comercios-section-one ul {
    margin-top: 2px;
  }
  .cm-comercios-section-two .dnd-section {
    padding-top: 6rem !important;
    padding-bottom: 5rem !important;
  }
  .banner-icon-grp .backgroundImage-wrp {
    display: block !important;
  }
  .cm-comercios-section-three .hs-testimonialsCard-wrp .highlight-image {
    max-height: none !important;
  }
  .cm-comercios-section-four .dnd-section {
    padding-top: 6rem !important;
    padding-bottom: 5rem !important;
  }
  .cm-comercios-section-six .dnd-section {
    padding-top: 6rem!important;
  }
  /* facturacion */
  .cm-facturacion-wrp .span6 {
    width: 100%;
    margin-left: 0;
  }
  .cm-gastos-section-one .contentWithTopicon-wrap .icon-container {
    margin-bottom: 2rem;
  }
  .contabilidad-section-four-top-inner {
    padding: 0;
  }
  .cm-control-de-stock-section-four .span6 {
    width: 100%;
  }
  .contabilidad-section-four-top-inner h2 {
    font-size: 2.9rem;
    line-height: 3.6rem;
  }
  .contabilidad-section-four-bottom p a img {
    max-height: 6.5rem;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .contabilidad-section-four-bottom p a:last-child img {
    margin-bottom: 0;
  }
  .cm-three-column-section .dnd-section>.row-fluid>.dnd-column>.dnd-row {
    width: 100%;
  }
  .cm-three-column-section .dnd-section>.row-fluid>.dnd-column>.dnd-row:first-child {
    margin-top: 0;
  }
  .cm-asesoresbody-wrp .md-banner-wrp .hs-cta-wrapper .start-now-green {
    font-size: 1.4rem;
    padding: 1.7rem 2rem;
  }
  .cm-asesores-section-six .contentWithimage-wrp .left .contentWithimage-content {
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cm-asesores-section-six .contentWithimage-wrp .contentWithimage-top-text h3 {
    line-height: 3rem;
    margin-bottom: 1rem;
  }
  .cm-empresasbody-wrp .md-banner-wrp .hs-cta-wrapper {
    width: auto;
    min-width: 100%;
    margin-top: 0;
    vertical-align: top;
    max-width: 100%;
  }
  .cm-empresasbody-wrp .md-banner-wrp .hs-cta-wrapper a {
    font-size: 1.4rem;
    padding: 1.7rem 2rem;
  }
  .cm-empresas-section-four .contentWithimage-wrp .btn--read-more {
    padding: 1.8rem 0;
    margin: 0;
  }
  .cm-empresasbody-wrp .md-banner-wrp .cta-btn+.cta-btn .hs-cta-wrapper {
    width: 100%;
  }
  .gastos-bg-onetwo{
    display:none;
  }
  .contentWithimage-wrp .contentWithimage-top-text p span {
    font-size: 1.4rem;
    line-height: 2.3rem;
    padding-bottom: 0;
  }
  .hs-impuestos-section-two .hedingWithicon-wrp .hedingWithicon-title h2 {
    font-size: 2.9rem;
    line-height: 3.6rem;
  }
  .cm-proyectos-section-two .two-columnEqualwith-image-wrp {
    margin-bottom: 4rem;
  }
  .cm-proyectos-section-one .dnd-section,
  .cm-asesores-section-eight .dnd-section{
    background: none !important;
  }
  .cm-control-de-stock-section-two .two-columnEqualwith-image-wrp,
  .cm-control-de-stock-section-five .two-columnEqualwith-image-wrp{
    margin-bottom: 4rem;
  }
  .cm-control-de-stock-section-two .dnd-section {
    padding-bottom: 60px !important;
  }
  .cm-control-de-stock-section-four .span6:not(:last-child) {
    margin-bottom: 3rem;
  }
  .cm-control-de-stock-section-one .dnd-section {
    background-image: none !important;
  }
  .cm-control-de-stock-section-one .socialproof-wrap .socialproof p,
  .cm-gastos-section-one .socialproof-wrap .socialproof p{
    margin-top: 0;
  }
  .cm-gastos-section-three .two-columnEqualwith-image-wrp,
  .cm-contabilidadtyp2typ2-wrp .two-columnEqualwith-image-wrp{
    margin-bottom: 4rem;
  }
  .cm-contabilidadtyp2-section-three-inner-four .dnd-section {
    padding-bottom: 60px !important;
  }
  .cm-contabilidadtyp2-section-four .cm-three-column-section .dnd-section>.row-fluid>.dnd-column>.dnd-row {
    margin-top: 4rem  !important;
  }
  .cm-contabilidadtyp2-section-four .cm-three-column-section .dnd-section>.row-fluid>.dnd-column>.dnd-row:first-child {
    margin-top: 0  !important;
  }
  .cm-contabilidadtyp2-section-one .backgroundImage-wrp {
    background-image: none !important;
  }
  .cm-contabilidad-section-one {
    padding: 10px 0 10px;
  }
  .cm-contabilidad-section-inner {
    padding:50px 16px 130px;
  }
  .cm-contabilidad-section-inner h5 {
    font-size: 14px;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
  }
  .cm-contabilidad-section-inner h1,
  .cm-contabilidad-section-inner h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .cm-contabilidad-section-inner p {
    font-size: 16px;
  }
  .cm-contabilidad-section-inner .scrolldown {
    bottom: 70px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-size: 16px;
  }
  .cm-contabilidad-wrp .page-center,
  .cm-contabilidad-wrp .dnd-section>.row-fluid {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .cm-contabilidad-section-four {
    padding-bottom: 48px;
    padding-top: 48px;
  }
  .cm-contabilidad-section-four .contabilidad-title-row h4,
  .cm-contabilidad-section-five-top .five-top-inner h4,
  .section-six-info h4{
    font-size: 12px;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
  }
  .cm-contabilidad-section-four .contabilidad-title-row h2,
  .cm-contabilidad-section-five-top .five-top-inner h2, .section-six-info h2 {
    font-size: 20px;
  }
  .cm-contabilidad-section-four .page-center {
    padding-right: 0;
    padding-left: 0;
  }
  .cm-contabilidad-section-four .contabilidad-efficient-row .hs-col-xl-6,
  .cm-contabilidad-section-four .contabilidad-efficient-row .hs-col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 100%%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .cm-contabilidad-section-four .contabilidad-efficient-row .hs-col-md-6 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .cm-contabilidad-section-four .contabilidad-efficient-row .hs-col-md-6:last-child {
    padding-left: 0;
    padding-right: 0;
  }
  .cm-contabilidad-section-four .contabilidad-title-row {
    margin-bottom: 15px;
  }
  .cm-contabilidad-section-four .contabilidad-row-inner {
    margin: 0;
  }
  .cm-contabilidad-section-four .efficient-list ul li p {
    font-size: 14px;
  }
  .cm-contabilidad-section-four .efficient-list ul li i {
    margin-bottom: 4px;
  }
  .cm-contabilidad-section-four .efficient-box {
    margin: 30px 0 0;
    font-size: 14px;
  }
  .cm-contabilidad-section-four .efficient-list ul li:last-child {
    margin-bottom: 0;
  }
  .cm-contabilidad-section-four .efficient-list ul li p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .cm-contabilidad-section-four .efficient-box li:before {
    font-size: 18px;
  }
  .cm-contabilidad-section-four {
    padding-bottom: 0;
  }
  .cm-contabilidad-section-five-top .dnd-section {
    padding-top: 48px !important;
    padding-bottom: 35px !important;
  }
  .cm-contabilidad-section-five-middle .dnd-section>.row-fluid>.span4.dnd-column {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 0;
  }
  .cm-contabilidad-section-five .page-center {
    padding-left: 16px;
    padding-right: 16px;
  }
  .cm-contabilidad-section-six .section-six-technology-row .hs-col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
  .cm-contabilidad-section-six {
    padding-top: 48px;
  }
  .section-six-info {
    text-align: center;
    margin-bottom: 15px;
  }
  .section-six-img {
    margin-top: 0;
    font-size: 14px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .cm-contabilidad-section-four .contabilidad-row-inner {
    display: block;
  }
  .cm-contabilidad-section-four .efficient-box p {
    font-size: 14px;
  }
  .cm-contabilidad-section-five-middle p {
    font-size: 16px;
  }
  .cm-contabilidad-section-five-bottom .dnd-section {
    padding-bottom: 60px !important;
  }
  .contabilidad-title-row{
    padding-right: 16px;
    padding-left: 16px;
  }
  .section-six-list p {
    font-size: 16px;
  }
  .section-six-img {
    padding-left: 16px;
    padding-right: 16px;
  }
  .section-six-list .section-six-row {
    margin-right: 0;
    margin-left: 0;
  }
  .section-six-middle .section-six-row .dnd-section>.row-fluid>.dnd-column .dnd-row {
    width: 50%;
  }
  .section-six-list p {
    font-size: 14px;
  }
  .section-six-cta.section-six-bottom {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 0;
  }
  .section-six-cta.section-six-bottom .dnd-section>.row-fluid>.dnd-column>.dnd-row {
    margin-top: 20px !important;
    padding: 25px 30px !important;
  }
  .section-six-bottom .dnd-section>.row-fluid .span1.dnd-column {
    width: 43px !important;
    float: left;
    display: inline-block;
  }
  .section-six-bottom .dnd-section>.row-fluid .span11.dnd-column {
    padding-left: 30px !important;
    float: left;
    width: calc(100% - 43px);
  }
  .section-six-cta.section-six-bottom .dnd-section {
    padding-bottom: 48px !important;
  }
  .cm-contabilidad-section-seven .dnd-section {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .cm-contabilidad-section-five-bottom .dnd-section {
    padding-bottom: 48px !important;
  }
  .cm-contabilidad-section-six {
    padding-left: 16px;
    padding-right: 16px;
  }
  /*   ==Home Page== */
  .cm-home-wrp .md-banner-wrp .md-banner-content {
    width: 100%;
    margin-top: 0;
    padding-right: 0;
    text-align: center;
  }
  .cm-home-wrp .md-banner-wrp .start-now-green {
    font-size: 1.4rem;
    padding: 1.7rem 2rem;
    width: 100%;
  }
  .cm-home-wrp .md-banner-wrp .start-now-white {
    width: 100%;
    margin-left: 0;
  }
  .cm-home-wrp .md-banner-wrp .banner-right-img {
    width: 100%;
    margin-top: 3.8rem;
  }
  .cm-home-wrp .md-banner-wrp .banner-right-img .anim-img {
    width: 100%;
  }
  .cm-home-wrp .socialproof-wrap .socialproof {
    margin-top: 3.6rem;
  }
  .cm-home-wrp .socialproof-wrap .socialproof .page-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cm-home-wrp .socialproof-wrap .socialproof p {
    width: 100%;
    line-height: 2rem;
    margin-bottom: 1rem;
  }
  .cm-home-wrp .socialproof-wrap .socialproof ul {
    width: 100%;
  }
  .cm-home-section-two .hs_cos_wrapper_type_rich_text h3 {
    line-height: 3rem;
    margin-bottom: 1rem;
  }
  .home-tilted-image-row {
    margin-bottom: 4rem;
  }
  .cm-home-section-two .hs_cos_wrapper_type_rich_text ul li:not(:last-of-type) {
    margin-bottom: 1.6rem;
  }
  .cm-home-section-two .hs_cos_wrapper_type_rich_text ul {
    margin-bottom: 3rem;
  }
  .home-card-row .efficient-box .hs_cos_wrapper_type_rich_text {
    padding: .9rem 2.6rem 1.5rem;
  }
  .contentWithimage-wrp .anim-feature1 .contentWithimage-content,
  .contentWithimage-wrp .anim-feature1 .contentWithimage-svg {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .cm-home-wrp .contentWithimage-wrp .contentWithimage-top-text ul li {
    margin-bottom: 1.7rem;
    padding-right: 0;
    width: 100%;
    position: relative;
    padding-left: 3rem;
  }
  .cm-home-wrp .contentWithimage-wrp .contentWithimage-top-text ul li div {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1.1rem;
  }
  .cm-home-wrp .contentWithimage-wrp .contentWithimage-top-text ul li div img {
    border-radius: 10px;
  }
  .cm-home-wrp .contentWithimage-wrp #anim-feature1 {
    width: 100%;
    margin-left: 0;
  }
  .cm-home-section-three .contentWithimage-wrp .hs-col-xl-5,
  .cm-home-section-three .contentWithimage-wrp .hs-col-xl-6,
  .cm-home-section-three .contentWithimage-wrp .anim-feature1 .contentWithimage-content,
  .cm-home-section-three .contentWithimage-wrp .anim-feature1 .contentWithimage-svg {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .cm-home-wrp .contentWithimage-wrp .left .contentWithimage-content,
  .cm-home-wrp .contentWithimage-wrp .left .contentWithimage-svg {
    order: inherit;
  }
  .cm-home-wrp .contentWithimage-wrp #anim-feature4 {
    width: 100%;
    margin: 0 auto;
  }
  .cm-home-section-four .content_w_image_typ_4_wrap .content_w_image_typ_4 {
    margin-bottom: 10rem;
  }
  .cm-home-section-seven .dnd-section {
    padding: 0 0 7.5rem;
  }
  .conentWithbackgroun-image-wrp.bgNoimgae {
    padding-bottom: 7rem !important;
  }
  .cm-home-wrp .backgroundImage-wrp {
    display: block;
  }
  .cm-home-wrp .backgroundImage-wrp {
    background: none !important;
  }
  .cm-facturacion-section-two .dnd-section {
    padding-bottom: 5rem;
  }
  .hs_quienes_r1 .dnd-section {
    padding-right: 0;
    padding-top: 8.8rem;
  }
  .hs_quienes_r1 .dnd-section>.row-fluid>.dnd-column {
    max-width: 100%;
    padding: 0;
  }
  .hs_quienes_r1 h1 {
    font-size: 3.4rem;
    line-height: 4.5rem;
  }
  .hs_quienes_r1 .dnd-section>.row-fluid>.dnd-column>.dnd-row:last-child {
    margin-right: 0;
  }
  .hs_quienes_r2 .dnd-section>.row-fluid>.dnd-column {
    max-width: 100%;
    padding: 0;
  }
  .hs_quienes_r2 .page-header.section-header h1 {
    font-size: 2.9rem;
    line-height: 3.6rem;
  }

  .hsTeam-content-section .dnd-section>.row-fluid>.dnd-column>.dnd-row {
    width:50%;
  }
  .hs_quienes_r4 {
    display: none;
  }
  .hs_quienes_r3 .hedingWithicon-wrp .hs-col-md-10 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .vertical-slider_grp .vertical-slider__item img {
    border-radius: .3rem;
  }
  .team-card-wrapp .team-card img {
    border-radius: 10px;
  }
  .team-card-wrapp .team-cards-wrap:hover img {
    visibility: hidden;
    opacity: 0;
  }
  .hs_precios_r4 .conentWithbackgroun-image-wrp {
    padding-top: 7rem;
    padding-bottom: 17rem;
  }
  .hs_precios_r4 .conentWithbackgroun-image-wrp p {
    margin-bottom: 6rem;
  }
  .hs_precios_r4 .conentWithbackgroun-image-wrp .btn-green {
    font-size: 1.4rem;
    padding: 1.7rem 2rem;
  }
  .hs_quienes_foo .footer__contact-info img {
    border-radius: 10px;
  }
  .cm-home-wrp .md-banner-wrp .hs-cta-wrapper {
    width: 100%;
  }
  .cm-proyectos-section-five .conentWithbackgroun-image-wrp.bgNoimgae {
    padding-bottom: 7rem !important;
  }
  .cm-contabilidad-section-three{
    margin-top: 48px;
  }
  .cm-comercios-section-seven-left h2 {
    font-size: 35px;
  }
  .impuestos-bg-onetwo .backgroundImage-wrp {
    background-image: none !important;
  }
  .cm-facturacion-section-one .backgroundImage-wrp {
    background-image: none !important;
  }
  .gastos-section-onetwo-bg .backgroundImage-wrp,
  .cm-asesores-section-two-three-grp .backgroundImage-wrp,
  .cm-asesores-section-six .dnd-section{
    background-image:none !important;
  }
  .cm-home-wrp .conentWithbackgroun-image-wrp.bgNoimgae {
    padding-bottom: 7rem !important;
  }
  .cm-home-wrp .md-banner-wrp .hs_cos_wrapper.hs_cos_wrapper_type_cta {
    display: block;
  }

  .cm-home-section-one .bg-section-wrp .backgroundImage-wrp {
    background-image:url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/images/intro-bg-mobile.svg) !important;
    background-position: top right !important;
    display: block !important;
    background-repeat: no-repeat !important;
  }
}


@media (max-width: 575px){
  .cm-comercios-section-eight .dnd-section>.row-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cm-comerciosbody-wrp .md-banner-wrp .md-banner-content h1 {
    font-size: 2.4rem;
  }
  .cm-comercios-section-one ul {
    margin-top: 0;
  }
  .cm-contabilidad-section-inner h5 {
    font-size: 12px;
  }
  .cm-contabilidad-section-inner h1,
  .cm-contabilidad-section-inner h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .section-six-middle .section-six-row .dnd-section>.row-fluid>.dnd-column .dnd-row{
    width: 100%;
    margin-bottom: 25px;
  }
  .section-six-img,
  .section-six-middle .section-six-row .dnd-section>.row-fluid>.dnd-column .dnd-row{
    padding-left: 0;
    padding-right: 0;
  }
  .section-six-cta.section-six-bottom .dnd-section>.row-fluid>.dnd-column>.dnd-row {
    font-size: 16px;
    text-align: center;
    padding: 32px 20px !important;
  }
  .cm-contabilidad-section-five-middle p {
    font-size: 14px;
  }
  .section-six-bottom .dnd-section>.row-fluid .span1.dnd-column {
    width: 100% !important;
    float: none;
    margin: 0 auto 30px;
  }
  .section-six-bottom .dnd-section>.row-fluid .span11.dnd-column {
    padding-left: 0 !important;
    float: none;
    width: 100%;
  }
  .section-six-cta p {
    font-size: 16px;
    text-align: center;
  }
  .section-six-cta p a {
    margin: 15px auto 0;
  }
  .cm-website-wrp p a,
  .cm-website-wrp ul li a,
  .cm-website-wrp ul li{
    word-break: break-all;
  }
}

@media (max-width: 567px){
  .cm-comercios-section-seven-left h2,
  .cm-comercios-section-five-right h2 {
    font-size: 30px;
  }
}
@media (max-width: 479px){
  .cm-comercios-section-five-right h2 {
    font-size: 25px;
    line-height: 3.6rem;
  }

  .cm-comercios-section-seven-left h2 {
    font-size: 25px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
/* .header_height {
min-height: 99px;
} */
header.header{
  position: relative;
  z-index: 100;
}
.header_main {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  /*padding: 2.2rem 0;*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.fix .header_main {
  /*padding:1rem 0;*/
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(231, 235, 237, 0.5);
  box-shadow: 0 2px 4px 0 rgba(231, 235, 237, 0.5);
}
.header__container {
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 55px;
}
.header__logo {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 0;
}
.header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 8;
  -ms-flex-positive: 8;
  flex-grow: 8;
}
.header__logo img {
  width: 96px !important;
  vertical-align:middle;
}

[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;
}

/* Caracteristicas Style */
.header-bookmark-section .hs-menu-wrapper ul {
  margin-top: 1.4rem;
  padding-top: 1.5rem;
  border-top: 0.1rem solid rgba(24, 40, 59, 0.1);
  border-top-color: rgba(255, 255, 255, 0.3);
  min-width: 75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.header-bookmark-section .hs-menu-wrapper ul > li {
  margin: 0 .5rem;
}
.header-bookmark-section .hs-menu-wrapper ul > li:first-of-type {
  margin-left: 0;
}
.header-bookmark-section .hs-menu-wrapper ul > li > a {
  color: #fff;
  opacity: .6;
  font-size: 1.2rem;
  letter-spacing: .1rem;
  font-weight: 500;
  text-transform: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  line-height: 2.5rem;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.header-bookmark-section .hs-menu-wrapper ul>li>a:hover{
  opacity:1;
}
.header-bookmark-section .hs-menu-wrapper ul > li:first-of-type > a {
  padding-left: 0;
}
.fix .header-bookmark-section .hs-menu-wrapper ul>li.selected>a {
  opacity: 1;
}

.asesores-header .right_menu .hs-menu-wrapper>ul>li:first-child>a{
  color: #fff !important;
}
.asesores-header .right_menu .hs-menu-wrapper>ul>li:first-child>a:hover,
.comercios-page-wrp .right_menu .hs-menu-wrapper>ul>li:first-child>a:hover,
.cm-empresasautopage-grp .right_menu .hs-menu-wrapper>ul>li:first-child>a:hover{
  color: #323748 !important;
}
.cm-caracteristicas-grp .right_menu .hs-menu-wrapper>ul>li:last-child>a {
  /*color: #2A4D76 !important;*/
}
.cm-caracteristicas-grp .right_menu .hs-menu-wrapper>ul>li:last-child>a:hover {
  /*color: #0ADEA0 !important;*/
}
.fix .cm-caracteristicas-grp .right_menu .hs-menu-wrapper>ul>li:last-child>a:hover {
  /*color: #fff !important;*/
}
.cm-caracteristicas-grp .submenu.level-1>li.has-submenu > a.Producto {
  color: rgb(50, 55, 72) !important;
}

.fix .cm-caracteristicas-grp .submenu.level-1>li>a,
.fix .cm-caracteristicas-grp .right_menu .hs-menu-wrapper>ul>li>a,
.fix .asesores-header .right_menu .hs-menu-wrapper>ul>li:first-child>a{
  /*color: rgb(50, 55, 72) !important;*/
}
.fix .cm-caracteristicas-grp .right_menu .hs-menu-wrapper>ul>li:last-child>a {
  color: #fff !important;
}
.fix .header-bookmark-section .hs-menu-wrapper ul>li.selected>a {
  opacity: 1;
  color: rgb(50, 55, 72);
}
.fix .header-bookmark-section .hs-menu-wrapper ul {
  margin-top: 1rem;
  border-top-color: rgba(24, 40, 59, 0.1);
}
.fix .header-bookmark-section .hs-menu-wrapper ul>li>a{
  opacity: .3;
  color:rgb(50, 55, 72);
}
.fix .header-bookmark-section .hs-menu-wrapper ul>li>a:hover {
  opacity: 1;
}

.cm-caracteristicas-grp .custom-menu-primary .navigation-primary>ul>li>a.active,
.cm-caracteristicas-grp .custom-menu-primary .navigation-primary>ul>li>a.active-branch {
  color: rgb(50, 55, 72) !important;
}
.black-logo {
  display: none;
}
.fix .black-logo,
.mobile-open .black-logo{
  display: block;
}
.fix .white-logo,
.mobile-open .white-logo{
  display: none;
}

.hs_quienes_page .right_menu .hs-menu-wrapper>ul>li:last-child>a {
  background-image: -webkit-linear-gradient(225deg, #41d494 0%, #0adea0 100%);
  background-image: -o-linear-gradient(225deg, #41d494 0%, #0adea0 100%);
  background-image: linear-gradient(225deg, #41d494 0%, #0adea0 100%);
  color: #fff;
}
.hs_quienes_page .right_menu .hs-menu-wrapper>ul>li:last-child>a:hover{
  color:#fff;
  background-image: -webkit-linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
  background-image: -o-linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
  background-image: linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
}
.cm-contabilidad-grp .right_menu .hs-menu-wrapper>ul>li:last-child>a {
  background-image: -webkit-linear-gradient(225deg, #41d494 0%, #0adea0 100%);
  background-image: -o-linear-gradient(225deg, #41d494 0%, #0adea0 100%);
  background-image: linear-gradient(225deg, #41d494 0%, #0adea0 100%);
  color: #fff;
  border: none;
}
.cm-contabilidad-grp .right_menu .hs-menu-wrapper>ul>li:last-child>a:hover {
  background-image: -webkit-linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
  background-image: -o-linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
  background-image: linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
  color: #fff;
}
.mobile-open .header-bookmark-section .hs-menu-wrapper ul {
  border-top-color: rgba(24, 40, 59, 0.1);
}
.fix .asesores-header .right_menu .hs-menu-wrapper>ul>li:first-child>a:hover,
.fix .comercios-page-wrp .right_menu .hs-menu-wrapper>ul>li:first-child>a:hover,
.fix .cm-empresasautopage-grp .right_menu .hs-menu-wrapper>ul>li:first-child>a:hover{
  color: #0ADEA0 !important;
}
.fix .cm-home-grp .right_menu .hs-menu-wrapper>ul>li:not(:last-child)>a:hover {
  color: #0ADEA0;
}




@media (min-width: 1200px) {
  .cm-contabilidad-grp .header__container {
    max-width: 1340px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .header_menu.mobile_header_menu {
    display: none !important;
  }

  .right_menu,
  .right_menu .hs-menu-wrapper>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    letter-spacing: .05rem;
  }
  .right_menu .hs-menu-wrapper>ul>li {
    line-height: 24px;
  }
  .right_menu .hs-menu-wrapper>ul>li>a {
    font-weight: 500;
    text-transform: none;
    display: block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-decoration: none;
    padding: 0.5rem 2.5rem;
    font-family: Graphik, Arial, Helvetica, sans-serif;
  }
  .right_menu .hs-menu-wrapper>ul>li:last-child>a {
    /*line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
    background-color: #0ADEA0;
    -webkit-box-shadow: 0 1rem 3.7rem -1.5rem rgba(62, 90, 72, 0.52);
    box-shadow: 0 1rem 3.7rem -1.5rem rgba(62, 90, 72, 0.52);
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0.5rem;
    padding: 1.7rem 1.65rem;
    letter-spacing: .05rem;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-weight: 600;
    border: none;
    padding-right: 3.3rem;
    padding-left: 3.3rem;
    font-family: 'gilroy';
    font-size: 1.45rem;*/
  }
  .custom-menu-primary.desktop_menu .navigation-primary>ul>li.has-submenu>.sub-menu ul li a .sub-menu__icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -.8rem;
    margin-left: -.8rem;
    height: 1.6rem;
    width: 1.6rem;
  }
  .custom-menu-primary.desktop_menu .navigation-primary>ul>li.has-submenu>.sub-menu ul li a .sub-menu__icon:before {
    background-repeat:no-repeat;
    background-position:center center;
    background-size: contain;
  }

  .custom-menu-primary.desktop_menu .navigation-primary>ul>li:nth-child(3).has-submenu>.sub-menu ul li:nth-child(1) a .sub-menu__icon:before {
    background-image: url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/images/doc.svg);
  }
  .custom-menu-primary.desktop_menu .navigation-primary>ul>li:nth-child(3).has-submenu>.sub-menu ul li:nth-child(2) a .sub-menu__icon:before {
    background-image: url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/images/calculator.svg);
  }
  .custom-menu-primary.desktop_menu .navigation-primary>ul>li:nth-child(3).has-submenu>.sub-menu ul li:nth-child(3) a .sub-menu__icon:before {
    background-image: url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/images/piece-of-paper.svg);
  }
  .custom-menu-primary.desktop_menu .navigation-primary>ul>li:nth-child(3).has-submenu>.sub-menu ul li:nth-child(4) a .sub-menu__icon:before {
    background-image: url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/images/expenses.svg);
  }
  .custom-menu-primary.desktop_menu .navigation-primary>ul>li:nth-child(3).has-submenu>.sub-menu ul li:nth-child(5) a .sub-menu__icon:before {
    background-image: url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/images/tag.svg);
  }
  .custom-menu-primary.desktop_menu .navigation-primary>ul>li:nth-child(3).has-submenu>.sub-menu ul li:nth-child(6) a .sub-menu__icon:before {
    background-image: url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/images/clock.svg);
  }
  .custom-menu-primary.desktop_menu .navigation-primary>ul>li:nth-child(3).has-submenu>.sub-menu ul li:nth-child(7) a .sub-menu__icon:before {
    background-image: url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_November2020/images/phone.svg);
  }
  .custom-menu-primary .navigation-primary>ul>li.has-submenu>.sub-menu ul li a:hover .sub-menu__icon {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .custom-menu-primary .navigation-primary>ul>li.has-submenu>.sub-menu ul li a:hover .sub-menu__icon {
    opacity: 0.8;
  }
  /*** Start Menu Recursos ***/
  .custom-menu-primary.desktop_menu .navigation-primary>ul>li:nth-child(6).has-submenu>.sub-menu ul {
    display: flex;
    flex-direction: column;
  }
  .custom-menu-primary .navigation-primary>ul>li:nth-child(6).has-submenu>.sub-menu {
    min-width: 29.14rem;
    margin-left: -16rem;
  }
  /*** End Menu Recursos ***/
  .cm-empresasautopage-grp .right_menu .hs-menu-wrapper>ul>li:first-child>a{
    color: #fff;
    border-color: #fff;
  }
  .fix .comercios-page-wrp .right_menu .hs-menu-wrapper>ul>li:first-child>a,
  .fix .cm-empresasautopage-grp .right_menu .hs-menu-wrapper>ul>li:first-child>a{
    color: #323748;
    border-color: #323748;
  }
  .header__burger {
    display: none;
  }
  .cm-caracteristicas-grp .submenu.level-1>li>a,
  .cm-caracteristicas-grp .right_menu .hs-menu-wrapper>ul>li>a{
    /*color: #fff !important;*/
  }
  .cm-caracteristicas-grp .submenu.level-1>li>a:hover,
  .cm-caracteristicas-grp .right_menu .hs-menu-wrapper>ul>li>a:hover{
    /*color: rgb(50, 55, 72) !important;*/
  }
  .fix .cm-caracteristicas-grp .submenu.level-1>li>a:hover,
  .fix .cm-caracteristicas-grp .right_menu .hs-menu-wrapper>ul>li>a:hover{
    /*color: #0ADEA0 !important;*/
  }
}

@media(max-width:1519px) and (min-width:1199px){
  .cm-home-grp .right_menu .hs-menu-wrapper>ul>li:first-child>a{
    color:#fff !important;
  }
  .cm-home-grp .right_menu .hs-menu-wrapper>ul>li:first-child>a:hover {
    color:#323748 !important;
  }
  .fix .cm-home-grp .right_menu .hs-menu-wrapper>ul>li:first-child>a{
    color:#323748 !important;
  }
  .fix .cm-home-grp .right_menu .hs-menu-wrapper>ul>li:first-child>a:hover{
    color:#0ADEA0 !important;
  }

}

@media (max-width: 1280px) {
  .right_menu .hs-menu-wrapper>ul>li>a{
    padding: .5rem 1rem;
  }
}

@media (max-width: 1215px) {
  .fix .header_main {
    top: -100%;
  }
  .animate .header_main {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
  }
}


@media (max-width: 1199px) {
  .mobile-open .header_main {
    background: #fff;
  }
  .mobile-open {
    overflow-y: hidden !important;
  }
  .header_menu.dektop_header_menu {
    display: none !important;
  }
  .header_menu {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #F4F6F9;
    width: 100%;
    max-height: calc(100vh - 6.4rem);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
    display: block;
    margin-top: 0;
  }
  .header__burger {
    display: block;
    cursor: pointer;
    padding: 1.2rem 0 1.2rem 1.2rem;
  }
  .burger {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 2.2rem;
    height: 1.4rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .burger>span {
    display: inline-block;
    width: 1.5rem;
    height: 2px;
    background: #18283b;
    position: relative;
  }
  .burger>span:after, .burger>span:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: top .4s .4s, -webkit-transform .4s;
    transition: top .4s .4s, -webkit-transform .4s;
    -o-transition: top .4s .4s, transform .4s;
    transition: top .4s .4s, transform .4s;
    transition: top .4s .4s, transform .4s, -webkit-transform .4s;
  }
  .burger>span:before {
    top: -.5rem;
    left: -.7rem;
    width: 2.2rem;
  }
  .burger>span:after, .burger>span:before {
    background: #18283b;
  }
  .burger>span:after {
    top: .5rem;
    width: 1rem;
    left: .5rem;
  }

  .header__container {
    max-width: 960px !important;
    padding-right: 30px;
    padding-left: 30px;
  }
  .header__logo img {
    width: 7.7rem !important;
    min-height: 17px;
  }
  .header_main {
    padding: 1.2rem 0 13px;
  }
  .mobile-open .header_menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .custom-menu-primary,
  .right_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 96rem;
    margin: 0 auto;
  }
  .mobile-open .burger {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mobile-open .burger>span {
    -webkit-transition: background .4s 0s;
    -o-transition: background .4s 0s;
    transition: background .4s 0s;
    background: transparent !important;
    width: 100%;
  }
  .mobile-open .burger>span:after, .mobile-open .burger>span:before {
    -webkit-transition: top .4s, -webkit-transform .4s .4s;
    transition: top .4s, -webkit-transform .4s .4s;
    -o-transition: top .4s, transform .4s .4s;
    transition: top .4s, transform .4s .4s;
    transition: top .4s, transform .4s .4s, -webkit-transform .4s .4s;
    top: 0;
  }
  .mobile-open .burger>span:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    width: 100%;
    left: 0;
  }
  .mobile-open .burger>span:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    width: 100%;
    left: 0;
  }
  .right_menu .hs-menu-wrapper>ul>li{
    line-height: 1.45;
    width: 100%;
  }
  body.mobile-open {
    overflow: hidden;
  }
  .right_menu .hs-menu-wrapper>ul>li>a{
    padding: 3rem;
    display: block;
    position: relative;
    font-weight: 500;
    text-transform: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-decoration: none;
  }
  .custom-menu-primary .hs_cos_wrapper,
  .custom-menu-primary .hs-menu-wrapper,
  .right_menu .hs_cos_wrapper,
  .right_menu .hs-menu-wrapper{
    width: 100%;
  }
  .right_menu .hs-menu-wrapper>ul>li>a {
    font-weight: 500;
    text-transform: none;
    color: #323748;
    font-size: 1.2rem;
    border-top: .1rem solid #EAEDEF;
    letter-spacing:0.5px;
    line-height:23px;
  }
  .right_menu .hs-menu-wrapper>ul>li:last-child>a {
    /*line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #0ADEA0;
    text-transform: uppercase;
    border-radius: 0.5rem;
    padding: 1.7rem 1.65rem;
    letter-spacing: .05rem;
    cursor: pointer;
    -webkit-box-shadow: 0 1rem 3.7rem -1.5rem rgba(62, 90, 72, 0.52);
    box-shadow: 0 1rem 3.7rem -1.5rem rgba(62, 90, 72, 0.52);
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-weight: 600;
    padding-right: 3.3rem;
    padding-left: 3.3rem;
    font-family: 'gilroy';
    font-size: 1.45rem;
    display: block;
    margin: 2rem;
    background-image: -webkit-linear-gradient(225deg, #41d494 0%, #0adea0 100%);
    background-image: -o-linear-gradient(225deg, #41d494 0%, #0adea0 100%);
    background-image: linear-gradient(225deg, #41d494 0%, #0adea0 100%);
    color: #fff;*/
  }
  .right_menu .hs-menu-wrapper>ul>li>a {
    color: #323748;
  }
  .right_menu .hs-menu-wrapper>ul>li>a:hover {
    color: #0ADEA0;
  }
  .right_menu .hs-menu-wrapper>ul>li:last-child>a:hover {
    color: #fff;
  }
  .header__container {
    min-height: 38px;
  }
  .fix .header_main {
    padding:1.2rem 0;
  }
  .fix .cm-caracteristicas-grp .header_main {
    padding: 1rem 0;
  }
  body {
    font-size: 14px !important;
  }
  .right_menu .hs-menu-wrapper>ul>li:first-child {
    border-bottom: none;
  }
  .cm-caracteristicas-grp .burger>span,
  .cm-caracteristicas-grp .burger>span:after,
  .cm-caracteristicas-grp .burger>span:before {
    background: #fff;
  }
  .fix .cm-caracteristicas-grp .burger>span,
  .fix .cm-caracteristicas-grp .burger>span:after,
  .fix .cm-caracteristicas-grp .burger>span:before {
    background:#18283b;
  }
  .mobile-open .header-bookmark-section .hs-menu-wrapper ul>li>a {
    color: inherit;
    opacity: .3;
  }
  .mobile-open .header-bookmark-section .hs-menu-wrapper ul>li>a:hover {
    opacity: 1;
  }
  .cm-caracteristicas-grp .header_menu {
    max-height: calc(100vh - 128px);
  }
  .cm-caracteristicas-grp .right_menu .hs-menu-wrapper>ul>li:last-child>a,
  .cm-caracteristicas-grp .right_menu .hs-menu-wrapper>ul>li:last-child>a:hover{
    color:#fff !important;
  }
  .cm-caracteristicas-grp .right_menu .hs-menu-wrapper>ul>li:last-child>a:hover{
    background-image: -webkit-linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
    background-image: -o-linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
    background-image: linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
  }
  .asesores-header .right_menu .hs-menu-wrapper>ul>li:first-child>a {
    color: #323748 !important;
  }
  .asesores-header .right_menu .hs-menu-wrapper>ul>li:first-child>a:hover,
  .comercios-page-wrp .right_menu .hs-menu-wrapper>ul>li:first-child>a:hover,
  .cm-empresasautopage-grp .right_menu .hs-menu-wrapper>ul>li:first-child>a:hover{
    color:#0ADEA0 !important;
  }

  .mobile-open .cm-caracteristicas-grp .burger>span:after,
  .mobile-open .cm-caracteristicas-grp .burger>span:before {
    background: #18283b  !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px)  {
  .comercios-page-wrp .burger>span:after,
  .comercios-page-wrp .burger>span:before,
  .comercios-page-wrp .burger>span,
  .cm-empresasautopage-grp .burger>span:after,
  .cm-empresasautopage-grp .burger>span:before,
  .cm-empresasautopage-grp .burger>span,
  .cm-home-grp .burger>span:after,
  .cm-home-grp .burger>span:before,
  .cm-home-grp .burger>span{
    background: #fff;
  }
  .fix .comercios-page-wrp .burger>span:after,
  .fix .comercios-page-wrp .burger>span:before,
  .fix .comercios-page-wrp .burger>span,
  .fix .cm-empresasautopage-grp .burger>span:after,
  .fix .cm-empresasautopage-grp .burger>span:before,
  .fix .cm-empresasautopage-grp .burger>span,
  .fix .cm-home-grp .burger>span:after,
  .fix .cm-home-grp .burger>span:before,
  .fix .cm-home-grp .burger>span{
    background: #18283b;
  }
  .mobile-open .comercios-page-wrp .burger>span:after,
  .mobile-open .comercios-page-wrp .burger>span:before,
  .mobile-open .cm-empresasautopage-grp .burger>span:after,
  .mobile-open .cm-empresasautopage-grp .burger>span:before,
  .mobile-open .cm-home-grp .burger>span:after,
  .mobile-open .cm-home-grp .burger>span:before,
  .mobile-open .cm-caracteristicas-grp .burger>span:after,
  .mobile-open .cm-caracteristicas-grp .burger>span:before{
    background:#18283b;
  }
}
@media (max-width: 1199px) and (min-width: 767px)  {
  .cm-asesores-page-wrp .burger>span:after,
  .cm-asesores-page-wrp .burger>span:before,
  .cm-asesores-page-wrp .burger>span,
  .cm-empresasautopage-grp .burger>span:after,
  .cm-empresasautopage-grp .burger>span:before,
  .cm-empresasautopage-grp .burger>span,
  .cm-home-grp .burger >span:after,
  .cm-home-grp .burger >span:before,
  .cm-home-grp .burger>span{
    background: #fff;
  }
  .fix .cm-asesores-page-wrp .burger>span:after,
  .fix .cm-asesores-page-wrp .burger>span:before,
  .fix .cm-asesores-page-wrp .burger>span,
  .fix .cm-empresasautopage-grp .burger>span:after,
  .fix .cm-empresasautopage-grp .burger>span:before,
  .fix .cm-empresasautopage-grp .burger>span,
  .fix .cm-home-grp .burger>span:after,
  .fix .cm-home-grp .burger>span:before,
  .fix .cm-home-grp .burger>span{
    background: #18283b;
  }
  .mobile-open .cm-asesores-page-wrp .burger>span:after,
  .mobile-open .cm-asesores-page-wrp .burger>span:before,
  .mobile-open .cm-empresasautopage-grp .burger>span:after,
  .mobile-open .cm-empresasautopage-grp .burger>span:before,
  .mobile-open .cm-home-grp .burger>span:after,
  .mobile-open .cm-home-grp .burger>span:before{
    background:#18283b;
  }
}

@media (max-width: 1023px) {
  .header_menu {
    top: 63px !important;
  }
}

@media (max-width: 991px) {
  .header__container,
  .custom-menu-primary, .right_menu{
    max-width: 760px !important;
  }
}

@media (max-width: 767px) {

  .header__container,
  .custom-menu-primary, .right_menu{
    max-width: 540px !important;
  }
  .header_menu {
    background-color: #fff;
    -webkit-box-shadow: inset 0 0.2rem 0.4rem 0 rgba(231, 235, 237, 0.5);
    box-shadow: inset 0 0.2rem 0.4rem 0 rgba(231, 235, 237, 0.5);
    padding-bottom: 7rem;
    margin-top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a,
  .right_menu .hs-menu-wrapper>ul>li>a {
    padding: 2rem 3rem;
  }
  .right_menu .hs-menu-wrapper>ul>li:last-child>a {
    margin: 1.5rem;
  }
  .fix .burger>span,
  .fix .burger>span:after,
  .fix .burger>span:before{
    height: 2px;
  }
  .custom-menu-primary,
  .right_menu {
    max-width: 54rem !important;
    margin: 0 auto;
    left: 0;
  }
  .submenu.level-1>li.has-submenu.child-open>a:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  /* caracteristicas */
  .header-bookmark-section {
    display: none !important;
  }

}

@media (max-width: 575px) {
  .header__container,
  .custom-menu-primary, .right_menu{
    max-width: 100% !important;
  }
  .header_menu {
    top: 62px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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 .icon-phone:before {
  content: "\e917";
}
.footer__main {
  padding: 5.2rem 0 2rem;
  font-size: 16px;
}
.footer__main.lp_footer {
  padding-top: 2rem;
}
.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: center;
  /*margin-top: 4.7rem;*/
}

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

.footer-sub__right img {
  max-width: 100%;
  max-height: 4.3rem;
  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;
}
.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:16px;
  font-weight:400;
  line-height:24px;
}
.footer-sub__left p {
  font: 1.2rem/2.5rem 'Graphik',Arial,Helvetica,sans-serif;
  font-size: 1.2rem;
  margin: 0 0 0px 0;
}
.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: 7.5rem;
}
.footer__info-section {
  /*max-width: 25.9rem;
  margin-right: 0.8rem;
  width: 100%;*/
}
.footer_logo {
  margin-bottom: 3.5rem;
  line-height: 0;
}
.footer_logo img {
  vertical-align: top;
  border: 0;
  max-width: 160px;
}
.phone {
  /*border-bottom: 1px solid rgba(155,168,194,0.21);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  display: block;*/
}
.phone a {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8;
  margin-bottom: 3px;*/
}
.phone a button {
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  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: 2.2rem;
  width: 2.2rem;
  margin-right: 1rem;
  position: relative;
  top: -3px;
  box-shadow: none;
  background: none;
}
[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;
}
.phone a button i {
  font-size: 1.1rem;
  line-height: 2.2rem;
  vertical-align: middle;
  display: inline-block;
}


.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.7rem;
  width: 3.7rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(223, 230, 238, 0.5);
  box-shadow: 0 2px 4px 0 rgba(223, 230, 238, 0.5);
}
.social li a i {
  font-size: 1.9rem;
  line-height: 3.7rem;
  display: inline-block;
}
.footer__nav .hs-menu-wrapper>ul>li>a {
  line-height:2.2rem;
  margin: 0 0 10px;
  font-family: 'gilroy';
  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 {
  line-height: 2.2rem;
}
.footer__nav .hs-menu-wrapper>ul>li>ul>li {
  line-height: 22px;
  padding-right: 1.5rem;
}
.footer__nav .hs-menu-wrapper>ul>li>ul>li:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.footer__nav .hs-menu-wrapper>ul>li>ul>li:last-of-type {
  /*padding-top: 1.5rem;
  border-top: 1px solid rgba(155, 168, 194, 0.21);*/
}
.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: "OpenSans", 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;
    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__container {
    max-width: 760px !important;
  }
  .footer__main {
    font-size: 14px;
  }
  .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_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .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: 0;
    margin-bottom: 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;
  }
  .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;
    width: 100%;
    margin-right: 0;
  }
  .footer__nav .hs-menu-wrapper>ul>li>a {
    margin-bottom: 2rem;
  }
  .footer__container {
    padding-right: 30px;
    padding-left: 30px;
    max-width: 540px !important;
  }
  .footer-sub__right.lp_image {
    display: none;
  }
  .footer__main {
    padding-top: 4rem;
  }

}

@media (max-width: 575px) {
  .footer__container {
    max-width: 100% !important;
  }
  .header_menu {
    top: 59px;
  }
}


@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 */
.content-wrapper {
  margin: 0 auto;
  padding:0 30px;
}
.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;
}
.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;
  margin:0 !important;
}
.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;
}
.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;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #323748;
  margin-right: 30px;
  letter-spacing: .1em;
}
.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: "Lato";
}
.category_menu ul li a:hover {
  color: #2ece90;
}
.icon-search:before {
  content: "\e903";
  font-family: 'icomoon-3' !important;
}
.hs_blog {
  padding: 15px 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%;
  padding-top: 56.25%;
  border-radius: 8px;
  overflow: hidden;
}
.rec_featured_image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 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: "Lato";
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: 600;
  color: #18283b;
  font-size: 32px;
  margin-bottom: 22px;
}
.latest-post-info h4 a {
  color: #18283b;
  transition: none;
  font-family: Lato;
  text-decoration: none;
}
.latest-post-info h4 a:hover {
  text-decoration: underline;
}
.post-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.post-user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  padding-right: 30px;
  border-right: 1px solid #707f91;
}
.post-content {
  padding: 10px 0 0;
  width: calc(100% - 165px);
  padding-left: 30px;
  font-family: "Lato";
}
.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-family: Lato;
  line-height: 1.3;
  font-weight: 600;
  color: rgb(24, 40, 59);
  font-size: 14px;
  margin-bottom: 2px;
  margin-top: 0;
}
.user-info h6 a {
  color: #18283b;
  transition: none;
  text-decoration: none;
  font-family: 'Lato';
}
.user-info h6 a:hover {
  text-decoration: underline;
}

.user-info span {
  font-size: 10px;
  color: rgb(140, 140, 140);
  letter-spacing: 0.83px;
  text-transform: uppercase;
  display: block;
  font-family: Lato;
  font-weight: 400;
  line-height: 1.8;
}
.post-content {
  padding: 10px 0 0;
  width: calc(100% - 165px);
  padding-left: 30px;
}
.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 50px 35px 180px;
  position: relative;
  -moz-transition: .25s all;
  transition: .25s all;
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.article-box.green-bg {
  background-color: #3ac98b;
}
.article-icon {
  position: absolute;
  left: 50px;
  top: 40px;
  margin: 0;
  max-width: 80px;
}
.article-icon img {
  width: 100%;
}

.article-box h4 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 10px;
  font-family: "Lato";
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: 600;
}
.article-box p {
  font-size: 16px;
  margin: 0 0 20px;
  font-family: "Lato";
  line-height: 1.8;
}
.article-box.green-bg p {
  color: #80e6c3;
}
.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: "Lato";
}
.article-box li a:hover {
  text-decoration: none;
}
.article-box.blue-bg {
  background-color: #b1cbff;
}
.article-box.blue-bg p {
  color: #d5e6ff;
}
.blog-index {
  padding-bottom: 0;
  padding-top: 80px;
}
.title-box {
  margin-bottom: 80px;
}
.title-box h2 {
  color: #18283b;
  margin: 0;
  font-family: "Lato";
  font-size: 35px;
  line-height: 1.3;
  font-weight: 600;
}
.title-box h2 a {
  color: #18283b;
  transition: none;
  text-decoration: none;
  font-family: "Lato";
}
.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;
  padding-top: 56.25%;
  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%,#3ac98b 100%);
  background: -o-linear-gradient(45deg,#0adea0 0%,#3ac98b 100%);
  background: linear-gradient(45deg,#0adea0 0%,#3ac98b 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;
  margin-bottom: 10px;
  line-height: 1.2;
  font-family: "Lato";
}
.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: "Lato";
  font-size: 22px;
  margin: 0 0 10px;
  font-weight: 600;
  color: #18283b;
  margin-bottom: 6px;
}
.post-box h2 a {
  color: #18283b;
  text-decoration: none;
}
.post-box h2 a:hover {
  color: #18283b;
  text-decoration: underline;
}
.post-info {
  color: #6b7a8c;
  font-size: 16px;
  font-family: "Lato";
  line-height: 1.8;
}
.post-info p {
  margin: 0 0 20px;
  margin-bottom: 0;
  color: #6b7a8c;
  font-size: 16px;
  font-family: "Lato";
}
.post-info a {
  color: #4440db;
  text-decoration: none;
}
.post-info a:hover {
  color: #4440db;
  text-decoration: underline;
}
.blog-pagination {
  text-align: center; 
  text-align: center;
  padding-bottom: 80px;
}
.blog-pagination a {
  font: 17px 'Open Sans',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: 'Open Sans',Arial,Helvetica,sans-serif;
  border-radius: 5px;
  display: inline-block;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 14px;
  background: #fff;
  border: solid 2px #2ece90;
  color: #2ece90;
  padding: 18px 48px;
}
.blog-pagination a:hover {
  background: #2ece90;
  color: #fff;
}
.blog-pagination svg {
  width: 7px;
}
.blog-pagination svg path {
  fill: #2ece90;
}
.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: #2c3447;
  -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;
}
.cta-section .partners-cta-box:hover {
  background: #13293c;
  -webkit-box-shadow: 0 0 30px rgba(122,126,221,.75);
  box-shadow: 0 0 30px rgba(122,126,221,.75);
}
.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: "Lato";
} 
.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: 'Open Sans',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;
}
.cta-section .st0 {
  opacity: .05;
  fill: #fff;
}
.cta-section .st1 {
  fill: #6a6ed0;
}
.cta-section .st2 {
  fill: #e2eaf4;
}
.cta-section .st3 {
  opacity: .819;
  fill: #fff;
  enable-background: new;
}
.cta-section .st4 {
  fill: #7a7edd;
}
.cta-section .st5 {
  opacity: .643;
  fill: #7a7edd;
  enable-background: new;
}
.cta-section .st6 {
  opacity: .8;
  fill: #fff;
  enable-background: new;
}
.cta-section .st7 {
  opacity: .492;
  fill: #7a7edd;
  enable-background: new;
}
.cta-section .st8 {
  fill: #5a5ec6;
}
.blog-details-section {
  max-width: 1144px;
  margin: 0 auto 80px;
  border-bottom: 0px solid #e2e6e8;
}
.letest-post-row {
  position: relative;
}
.hs_blog .letest-post-row {
  display: block;
}
.blog-detail .latest-post-info {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-bottom: 46px;
  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%;
}
.lastest-post-content {
  margin-top: 47px;
  margin-bottom: 60px;
  padding-bottom: 60px;
}
.post-content-bar_wrapper {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.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;
  margin-top: 60px;
}
.social-icon ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.social-icon li {
  text-align: center;
  margin: 0 15px;
  font-size: 15px  !important;
  line-height: 37px;
  display: inline-block;
}
.social-icon li a {
  width: 35px;
  height: 35px;
  background-color: #6b7a8c;
  border-radius: 50%;
  color: #fff !important;
  text-decoration: none;
  display: block;
}
.post-content-bar  .social-icon li a:hover{
  text-decoration:none;
}
.post-content-bar .icon-twitter:before {
  content: "\e919";
}
.post-content-bar .icon-facebook:before {
  content: "\e90f";
}
.post-content-bar .icon-linkedin-logo:before {
  content: "\e938";
}
.blog-tags {
  margin-top: 60px;
}
.blog-tags span {
  font-family: 'Sailec Medium';
  font-size: 14px;
  letter-spacing: .031em;
  text-transform: uppercase;
}
.blog-tags a {
  color: #5781da;
  margin-left: 5px;
  text-decoration: none;
  font-family: 'Sailec Medium';
  letter-spacing: 0.434px;
}
.founder-box {
  text-align: center;
  margin-bottom: 43px;
  margin-top: 14px;
}
.blog-tags a:hover {
  text-decoration: underline;
  color: #5781da;
}
.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: "Lato";
}
.founder-box p a {
  color: #4440db;
  font-size: 16px;
  line-height: 25px;
  font-family: "Lato";
  text-decoration: none;
}
.founder-box p a:hover {
  color: #4440db;
  text-decoration: underline;
}
.side-box-content {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}
.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: "Lato";
  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: "Lato";
  line-height: 2;
}
.blog_footer .footer-sub__left .hs-menu-wrapper ul li a {
  font-family: "Lato";
}
.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: 'Open Sans',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: "Lato";
}
.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: "Lato";
}
.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 h5 a {
  color: #18283b;
  line-height: 1.44;
  margin-bottom: 6px;
  font-family: "Lato";
  font-size: 22px;
  margin: 0 0 10px;
  font-weight: 600;
  text-decoration: none;
}
.related-post-box h5 a:hover {
  text-decoration: underline;
  color: #18283b;
}
.author-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 630px;
  margin-bottom: 100px;
}
.author_page_image {
  width: 56px;
  height: 56px;
  margin: 0 15px 0 0;
  border-radius: 50%;
  overflow: hidden;
}
.auther-info {
  width: calc(100% - 71px);
}
.auther-info h5 {
  color: #18283b;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0;
  font-family: "Lato";
  margin: 0 0 10px;
  font-weight: 600;
}
.auther-info p {
  font-size: 16px;
  line-height: 1.56;
  color: #6b7a8c;
  margin-bottom: 0;
  margin-top: 3px;
}
.auther-info p a {
  color: #4440db;
  text-decoration: none;
}
.auther-info p a:hover {
  color: #4440db;
  text-decoration: underline;
}
.blog-index.tags_on {
  padding-top: 0;
}
h1.blog-index__tag-heading {
  margin: 0;
  text-align: center;
  margin-bottom: 80px;
  font-family: "Lato";
  font-size: 35px;
  line-height: 1.3;
  font-weight: 600;
}
.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 {
  font-weight: 400;
  letter-spacing: 0;
  font: 17px 'lato',Arial,Helvetica,sans-serif;
  color: #454a4f;
  line-height: 1.6;
  margin-bottom: 30px;
}
.post-content-bar *,
.post-content-bar ul li,
.post-content-bar ul li a{
  font-family: 'Lato';
}
.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: "Lato";
  font-size: 19px;
  line-height: 1.8;
}
.partners-cta-row {
  padding-bottom: 50px;
}
.latest-post-info h1 {
  font-size: 48px;
}
.related_post-row {
  max-width: 1144px;
  margin: 0 auto 80px;
  border-bottom: 1px solid #e2e6e8;
}
.hs-blog-post .hs_blog {
  padding: 30px 0 0;
}
.social-icon li:first-child {
  margin-left: 0;
}
.social-icon ul {
  position: relative;
  right: 20px;
}
.blog_header .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  top: -1px;
}

.post-content-bar p a,
.post-content-bar ul li a{
  color: #00d296;
  text-decoration: none;
}
.post-content-bar p a:hover,
.post-content-bar ul li a:hover{
  color: #00d296;
  text-decoration: underline;
}

@media (min-width: 1200px) {
  .letest-post-row{
    display: flex;
  }
  .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: #323748;
    position: relative;
    -moz-transition: all .4s;
    transition: all .4s;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: .05em;
    font-weight: 600;
    font-size: 12px;
    font-family: "Lato";
  }
  .blog_header .right_menu .hs-menu-wrapper>ul>li:last-child>a {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    line-height: 1.2;
    padding: 18px 32px;
    vertical-align: bottom;
    font-family: 'Open Sans',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%);
    box-shadow: 0 10px 37px -15px rgba(62,90,72,.52);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  }
  .blog_header .right_menu .hs-menu-wrapper>ul>li:first-child {
    line-height: 1.8;
    text-transform: uppercase;
    margin-right: 44px;
    font-size: 14px;
    letter-spacing: .05em;
    position: relative;
  }
  .blog_header .right_menu .hs-menu-wrapper>ul>li:first-child>a {
    color: #323748;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .05em;
    text-transform: uppercase;
    line-height: 1.8;
    font-family: "Lato";
    padding: 0;
  }
  .blog_header .right_menu .hs-menu-wrapper>ul>li:first-child>a:hover {
    color: #2ece90;
  }
  .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) {
  .latest-post-info h1 {
    font-size: 42px;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    top: 0px;
  }
}


@media (max-width: 1200px) {
  .article-box {
    padding: 26px 40px 35px 115px;
  }
  .article-icon {
    max-width: 60px;
    left: 30px;
    top: 35px;
  }
  .blog-index__post {
    padding: 0 10px;
    margin-bottom: 60px;
  }
  .partners-cta-box svg {
    left: -40px;
  }
  .partners-cta-box .button {
    max-width: 210px;
  }
  .latest-post-info h1 {
    font-size: 36px;
  }
  h1.blog-index__tag-heading {
    font-size: 36px;
  }
}

@media (max-width: 1199px) {
  .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: "Lato";
    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: 600;
    text-transform: uppercase;
    color: #323748;
    position: relative;
    -moz-transition: all .4s;
    transition: all .4s;
    line-height: 30px;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: "Lato";
  }
  .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: #2a4d76;
    font-family: 'Sailec Medium';
    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: "OpenSans",Helvetica,Arial,sans-serif;
    font-size: 12px;
  }
  .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: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
  }

  .hs-blog-post, .hs-blog-listing {
    font-size: 19px !important;
  }
  .blog_header .header_menu {
    top: 100px;
    padding-bottom: 50px;
  }
  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 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .blog-index {
    padding-bottom: 0;
    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;
  }
  .hs-blog-post .hs_blog {
    padding: 58px 0 0;
  }
  .post-content-bar p {
    font-size: 18px;
  }
  .blog_header .right_menu .hs-menu-wrapper>ul>li:last-child>a {
    margin: 20px;
    padding: 17px 33px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    -moz-transition: all .4s;
    transition: all .4s;
    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%);
  }
  .blog_header .right_menu .hs-menu-wrapper>ul>li:last-child>a:hover {
    box-shadow: 0 10px 37px -15px rgba(62,90,72,.52);
  }
  .blog-pagination {
    padding-bottom: 60px;
  }
}


@media (max-width: 1023px) {
  .article-box {
    padding: 26px 25px 35px 95px;
  }
  .latest-post-info h4 {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .post-content a {
    font-size: 13px;
  }
  .article-box {
    padding: 26px 25px 35px 95px;
  }
  .article-icon {
    left: 19px;
    top: 32px;
  }
  .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 {
    font-size: 32px;
    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: 50px !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;
  }
  .hs_blog {
    padding: 25px 0 0;
  }
  .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;
  }
  .post-content-bar p {
    font-size: 16px;
  }
  .hs-blog-post .hs_blog {
    padding: 39px 0 0;
  }
  .blog-detail .latest-post-info {
    margin-bottom: 20px;
  }
}

@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;
  }
  .auther-info p {
    font-size: 15px;
  }
  .latest-post-info {
    width: 90%;
    padding: 25px 25px 0 0;
  }
  .header_height.blog_header {
    min-height: 83px;
  }
  .partners-cta-row {
    padding-bottom: 30px;
  }
  .hs-blog-post .hs_blog {
    padding: 50px 0 0;
  }
}



@media (max-width: 767px) {
  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%;
  }
  .article-box {
    padding-left: 111px;
  }
  .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;
  }
  .article-icon {
    max-width: 65px;
    left: 24px;
  }
  .partners-cta-box h3 {
    font-size: 26px;
  }
  .partners-cta-box {
    padding: 34px;
  }
  .latest-post-info h1 { 
    font-size: 28px;
    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: 0;
    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;
    padding-bottom:0;
  }
  .related_post-row {
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
  .blog_header .right_menu .hs-menu-wrapper>ul>li:last-child>a {
    margin: 15px;
  }

  .blog-pagination {
    padding-bottom: 35px;
  }
  .related-post-row {
    padding-top: 50px;
  }
}


@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;
    margin-bottom: 5px;
  }
  .partners-cta-box .button {
    margin: 0;
  }
  .hs-blog-post .letest-post-row .latest-post-info h1 {
    font-size: 24px;
  }
  .post-content-bar p {
    font-size: 15px;
  }
  .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;
  }
  .auther-info p {
    font-size: 14px;
  }
  .header_height.blog_header {
    min-height: 70px;
  }
  .related-post-row {
    padding-top: 30px;
    margin-top: 40px;
  }

}


@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;
  }
  .article-icon {
    max-width: 65px;
    position: relative;
    top: inherit;
    left: inherit;
    margin-bottom: 15px;
    display: block;
  }
  .article-box {
    padding-left: 25px;
  }
  .post-box h2 {
    font-size: 20px;
  }
  .social-icon li {
    line-height: 32px;
    font-size: 13px;
    margin: 0 5px;
  }
  .hs-blog-listing .hs_blog {
    padding: 0;
  }
  .user-info h6 {
    margin-bottom: 2px;
  }
  .social-icon li a {
    width: 30px;
    height: 30px;
  }
  .blog-tags {
    margin-top: 25px;
  }
  .related-post-box h5 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: 27px;
  }
}
@media (max-width: 400px) {
  .hs-blog-listing .header__burger,
  .hs-blog-post .header__burger{
    padding: 1.2rem 0 1.2rem 0.2rem;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("https://www.anfix.com/hubfs/Anfix_January2021/fonts/icomoon.eot") format("embedded-opentype"),
	 url("https://www.anfix.com/hubfs/Anfix_January2021/fonts/icomoon.woff") format("woff"), 
	 url("https://www.anfix.com/hubfs/Anfix_January2021/fonts/icomoon.ttf") format("ttf"),
	 url("https://www.anfix.com/hubfs/Anfix_January2021/fonts/icomoon.svg") format("svg");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
.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";
}
/* ******************************************************************************
*********************************************************************************
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:20rem 0 10rem;
  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: 50px 0px;
}
.systems-page {
  padding-top: 15rem;
}
.systems-page form {
  max-width: 50%;
}
.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;
  }
  .systems-page form {
    max-width: 100%;
  }
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
.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;
}
.blog_header .custom-menu-primary .navigation-primary>ul>li.hs-item-has-children>a:after {
  top: -1px;
}

.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-row form {
  position: relative;
}
.search-row .hs-search-field__input {
  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-row form: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;
}
.search-row form button {
  display: none;
}
body.search-active {
  overflow: hidden;
}
.search-row .hs-search-field__input:focus {
  border: 0;
  border-bottom: solid 2px #2ece90;
  outline: none;
}

.search-row .hs-search-field__input::-webkit-input-placeholder {
  opacity: 1;
  text-transform: uppercase;
  color: #3d454e;
}
.search-row .hs-search-field__input::-moz-placeholder {
  opacity: 1;
  text-transform: uppercase;
  color: #3d454e;
}
.search-row .hs-search-field__input:-ms-input-placeholder {
  opacity: 1;
  text-transform: uppercase;
  color: #3d454e;
}
.search-row .hs-search-field__input:-moz-placeholder {
  opacity: 1;
  text-transform: uppercase;
  color: #3d454e;
}
.right_menu, .right_menu .hs-menu-wrapper > ul{
  position: relative;
}
.subscribe-box {
  position: absolute;
  left: 50%;
  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% + 20px);
  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;
}
.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;
}
.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;
}
.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;
}
.blog_header .header__container {
  max-width: 1310px !important;
  padding-right: 30px;
  padding-left: 30px;
}
.blog_header .header__logo img {
  width: 133.92px !important;
  vertical-align: middle;
}
.subscribe-form-box form>div.hs_policy.hs-policy.hs-fieldtype-booleancheckbox label {
  color: #fff;
}
.hs_policy.hs-policy.hs-fieldtype-booleancheckbox.field.hs-form-field li.hs-form-booleancheckbox span {
  font-size: 12px;
  line-height: 1.4;
  padding-left: 32px;
}

@media (min-width: 1200px) {
  .mobile_suscribete {
    display: none;
  }
  .blog_header .custom-menu-primary .navigation-primary>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 .navigation-primary>ul>li:first-child {
    margin-left: 0;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li>a {
    text-decoration: none;
    padding: 0;
    display: block;
    color: #323748;
    position: relative;
    -moz-transition: all .4s;
    transition: all .4s;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: .05em;
    font-weight: 600;
    font-size: 12px;
    font-family: "Lato";
  }
  .blog_header .right_menu .hs-menu-wrapper>ul>li:last-child>a {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff !important;
    display: inline-block;
    line-height: 1.2;
    padding: 18px 32px;
    vertical-align: bottom;
    font-family: 'Open Sans',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%);
    box-shadow: 0 10px 37px -15px rgba(62,90,72,.52);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    box-shadow: 0 10px 37px -15px rgba(62,90,72,.52);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  }
  .blog_header .right_menu .hs-menu-wrapper>ul>li:last-child>a:hover {
    background-position: 100% 0;
    background-size: 200%;
    color: #fff;
    text-decoration: none;
  }
  .blog_header .right_menu .hs-menu-wrapper>ul>li:first-child {
    line-height: 1.8;
    text-transform: uppercase;
    margin-right: 44px;
    font-size: 14px;
    letter-spacing: .05em;
    position: relative;
  }
  .blog_header .right_menu .hs-menu-wrapper>ul>li:first-child>a {
    color: #323748;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .05em;
    text-transform: uppercase;
    line-height: 1.8;
    font-family: "Lato";
    padding: 0;
  }
  .blog_header .right_menu .hs-menu-wrapper>ul>li:first-child>a:hover {
    color: #2ece90;
  }
  .blog_header .header_menu {
    margin-left: 7px;
  }

  .blog_header .custom-menu-primary .navigation-primary>ul>li.Producto>.sub-menu {
    min-width: 614px;
    margin-left: -300px;
    top: calc(100% + 14px);
  }
  .blog_header .custom-menu-primary .navigation-primary>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 .navigation-primary>ul>li>.sub-menu ul li a p {
    font-family: 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 .navigation-primary>ul>li.Producto>.sub-menu>ul>li:last-child {
    position: relative;
    bottom: 0;
    right: 0;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li.hs-item-has-children>a:after {
    margin-left: .5rem;
  }
  .subscribe-box {  
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .subscribe-form-box form>.hs_check li.hs-form-checkbox label span {
    font-size: 14px;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li.has-submenu>a {
    padding-right: 15px;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li.has-submenu>a:after {
    content: "\e907";
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 5px;
    font-family: 'icomoon-3';
  }
}

@media (max-width: 1400px) {
  .latest-post-info h1 {
    font-size: 42px;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li.hs-item-has-children>a:after {
    top: 0px;
  }
}

@media (max-width: 1199px) {
  .blog_header .header__logo img {
    width: 150px !important;
  }
  .blog_header .header_main {
    padding: 19px 0 22px;
  }
  .blog_header .custom-menu-primary, .blog_header .right_menu {
    max-width: 100% !important;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li>a {
    padding: 30px;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    color: #323748;
    position: relative;
    -moz-transition: all .4s;
    transition: all .4s;
    line-height: 30px;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: "Lato";
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li>.sub-menu>ul>li>a, 
  .blog_header .custom-menu-primary .navigation-primary>ul>li.Producto>.sub-menu>ul>li:last-child>a{
    letter-spacing: 1px;
    color: #2a4d76;
    font-family: 'Sailec Medium';
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 1;
  }
  .blog_header .custom-menu-primary .navigation-primary>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: Helvetica,Arial,sans-serif;
    font-size: 12px;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li>.sub-menu>ul>li {
    max-width: 294px;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li.Producto>.sub-menu>ul>li:last-child {
    display: none;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li.Producto>.sub-menu>ul>li:last-child>a:after {
    display: none;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li.hs-item-has-children>a {
    font-size: 14px;
    line-height: 20px;
    padding: 30px;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
  }

  .blog_header .header_menu {
    top: 100px;
    padding-bottom: 50px;
  }
  body.mobile-open {
    overflow: visible;
  }
  .blog_header .custom-menu-primary .navigation-primary>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 .blog_header .header_menu {
    top: 89px;
  }

  .blog_header .right_menu .hs-menu-wrapper>ul>li:last-child>a {
    margin: 20px;
    padding: 17px 33px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    -moz-transition: all .4s;
    transition: all .4s;
    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%);
  }
  .blog_header .right_menu .hs-menu-wrapper>ul>li:last-child>a:hover {
    box-shadow: 0 10px 37px -15px rgba(62,90,72,.52);
  }
  .blog_header  .submenu.level-2 .menu-item .menu-link:after {
    top: 50%;
    margin-top: -10px;
  }
}
@media (max-width: 1199px) and (min-width:768px) {
  .blog_header .custom-menu-primary .navigation-primary>ul>li.has-submenu>a {
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Lato';
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 1023px) {
  .blog_header .custom-menu-primary .navigation-primary>ul>li>.sub-menu>ul>li {
    max-width: 254px;
  }
  .header_height.blog_header {
    min-height: 94px;
  }
  .blog_header .header_main {
    padding: 17px 0 15px;
  }
  .header_menu {
    top: 72px;
  }
  .blog_header .header_menu {
    top: 50px !important;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li>.sub-menu {
    max-width: 600px;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li.Categorías {
    display: block !important;
  }
  .blog_header .custom-menu-primary .navigation-primary > ul > li.Categorías>.sub-menu {
    max-width: 600px;
    padding-right: 100px;
  }
  .blog_header .custom-menu-primary .navigation-primary > 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 .navigation-primary > 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;
  }
  .subscribe-form-box form>.hs_check li.hs-form-checkbox label span {
    font-size: 13px;
    margin-bottom: 6px;
  }
}

.blog_mobile_menu{
  display:none !important;;
}
@media (max-width: 991px) {
  .blog_desktop_menu{
    display:none !important;;
  }
  .blog_mobile_menu{
    display:block !important;;
  }
}

@media (max-width: 767px) {
  .blog_header .custom-menu-primary .navigation-primary>ul>li>a {
    padding: 20px 30px;
  }
  .blog_header .custom-menu-primary .navigation-primary>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 .navigation-primary>ul>li>.sub-menu {
    max-width: 100%;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li>.sub-menu>ul>li {
    max-width: 100%;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li.Producto>.sub-menu>ul>li>a:after {
    top: 23px;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li>a:hover {
    color: #2ece90;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li.Categorías>.sub-menu {
    max-width: 100%;
    padding-right: 30px;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li.Categorías>.sub-menu>ul>li>a {
    padding-left: 38px;
  }
  .search-box .close-btn {
    right: 40px;
    top: 47px;
    font-size: 29px;
  }
  .search-row form:before {
    font-size: 20px;
    top: 17px;
  }
  .search-row .hs-search-field__input {
    padding-left: 40px;
    height: 55px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .header_height.blog_header {
    min-height: 70px;
  }
  .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) {  
  .blog_footer .footer-sub__left .hs-menu-wrapper ul li {
    line-height: 24px;
  }
  .search-box .close-btn {
    right: 30px;
    top: 34px;
    font-size: 22px;
  }
  .search-row form:before {
    font-size: 17px;
    top: 16px;
  }
  .search-row .hs-search-field__input {
    padding-left: 33px;
    height: 50px;
    font-size: 15px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
@media (max-width: 1400px) {
  .latest-post-info h1 {
    font-size: 42px;
  }
}
@media (max-width: 479px) {  
  .blog_footer .footer-sub__left .hs-menu-wrapper ul li {
    line-height: 24px;
  }
}
@media(min-width: 768px) {  
 
}
@media(max-width: 1199px) {
 
  
  
  
  
  
}




@media(max-width: 767px) {  
  
  
  
  
}


@media(max-width:479px){
  
}