









































*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
.dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@font-face {
  font-family: 'Fontawesome';
  src: url('https://7300456.fs1.hubspotusercontent-na1.net/hubfs/7300456/Grupoexcelsior_March_2020/Font/fontawesome-webfont.eot#iefix') format('embedded-opentype'),
    url('https://7300456.fs1.hubspotusercontent-na1.net/hubfs/7300456/Grupoexcelsior_March_2020/Font/fontawesome-webfont.woff2') format('woff'),
    url('https://7300456.fs1.hubspotusercontent-na1.net/hubfs/7300456/Grupoexcelsior_March_2020/Font/fontawesome-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;

}

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

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 0.382em;
  font-weight: 600;
  font-family: Helvetica, Arial, sans-serif;
  color: #494a52;
  word-break: break-word;
}

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
}

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
form {
  max-width: 500px;
  font-family: Lato, sans-serif;
  margin-bottom: 20px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  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;
  font-size: 14px;
  padding: 15px 53px;
  
  text-decoration: none;
  margin-top: 20px;
}

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


.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}
.systems-page #hs_cos_wrapper_password_prompt form input[type="password"],
.hs-input {
  display: inline-block;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #999;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  border-width:1px;
  border-style:solid;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1;
  padding-left: 50px;
  max-width: 100%;
}
.systems-page #hs_cos_wrapper_password_prompt form input[type="password"] {
  height: 40px !important;
}
.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: #999;
}

.hs-input::-webkit-input-placeholder {
  color: #999;
}
.search-form input[type='search']::-webkit-input-placeholder { 
  color: #999;
  opacity: 1;
}
.search-form input[type='search']:-moz-placeholder { 
  color: #999;
  opacity: 1;
}
.search-form input[type='search']::-moz-placeholder { 
  color: #999;
  opacity: 1;
}
.search-form input[type='search']:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}


.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: 8px;
}

.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;
}
#email-prefs-form
p.header {
   position: relative;
   background: transparent;
}
@media (max-width: 767px){
  form {
    max-width: 100%;
  }
}
@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: Lato, serif;
}
.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
/* TODO */
/* Missing Template at Path: \'Grupoexcelsior_March_2020\/css\/_homepage.css\' */
.body-container__landing .dnd-section:nth-child(odd) {
  background-color: transparent
}
.body-container__website .dnd-section:nth-child(odd) {
  background-color: transparent
}
.header {
  background-color: #F8FAFC;
}
.header-no-nav {
  padding-bottom: 59px;
}
.sticky-header.header-no-nav {
  padding-bottom: 0;
}
.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.header__row-2 {
  padding: 7px 0 0;
}
.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  max-width: 200px;
  height: auto;
  margin-left: 22px;
  margin-right: auto;
  overflow: hidden;
}

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

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 20px;
}

/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Lato, serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 42;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Lato, serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

.header__language-switcher:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

.header__language-switcher .lang_list_class:after {
  top: -22px;
  left: 70%;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  font-family: Lato, serif;
  color: #494a52;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}





.header_logo img {
  max-width: 200px;
}
.header_logo {
  float: left;
  margin-left: 95px;
  margin-top: 36px;
  max-width: 200px;
}
.header__contact {
  display: inline-block;
  margin-left: 0px;
  margin-right: 12px;
  vertical-align: top;
  position: relative;
}
.header__contact p {
  font-size: 12px;
  line-height: 15px;
  padding-right: 10px;
  border-right: 3px solid #000;
  padding-top: 10px;
  margin-top: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-left: 10px;
  position: relative;
  color: #000;
}
.header__contact p:after {
  content: "\f095";
  display: block;
  position: absolute;
  font-family: 'Fontawesome';
  top: 16px; 
  font-size: 24px;
  color: #f3a85c;
  left: -10px;
}
.header__contact .direccion-menu1:after, .header__contact .direccion-menu2:after {
  top: 6px;
  font-size: 20px;
  content: "\f041";
  left: -5px;
}
.header__contact.col3 p {
  font-size: 17px !important;
  color: #000;
  padding-top: 20px;
  position: relative;
  padding-left: 15px;
  padding-right: 0;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 16px;
  margin-top: 0;
  margin-right: 6px;
  border: none;
}
.header__contact.col3 p:before {
  content: "\f09e";
  display: block;
  position: absolute;
  font-family: 'Fontawesome';
  top: 18px;
  left: 0px;
  font-size: 14px;
  color: #f3a85c;
}
.header__contact.col2 {
  margin-right: 25px;
}
.header__contact.col1 p {
  margin-right: 6px;
}
.header__contact.col3 p a {
  color: #000;
}
.header__contact.col3 p a:hover {
  color: #f3a85c;
  text-decoration: none;
}
.search-form input[type='search'] {
  background-color: #fff;
  border: 0px solid #ffffff;
  border-radius: 20px;
  padding: 4px 12px;
  width: 100px;
  line-height: 1;
  font-size: 15px;
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
}
.search-form input[type='search']:focus {
  border: none;
  outline: none;
}
.search-form input[type='submit'] {
  display: none;
}
.widget-wrap {
  width: 100px;
  margin-right: 15px;
  line-height: 1;
  font-size: 15px;
  color: #000;
  font-family: Helvetica,Arial,sans-serif;
  margin-top: 23px;
}
.hs-language-wrapper {
  padding-top: 18px;
  display: inline-block;
}
.hs-social-wrapper ul {
  padding: 0;
  list-style: none;
  margin: 0 -3px 0 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hs-social-wrapper ul li {
  display: inline-block;
  margin-right: 0;
  padding-top: 12px;
  float: left;
}
.hs-social-wrapper ul li a {
  padding: 11px 9px 12px 2px;
  font-size: 18px;
  display: block;
}
.hs-social-wrapper ul li a:hover svg {
  fill: #ff5c1c;
}
.hs-social-wrapper ul li svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  font-size: 18px;
}

.hs-social-wrapper ul li svg path {}
.header__contact {
  display: inline-block;
}
.hs-language-wrapper select {
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-size: 15px;
  border-radius: 0.4rem;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 2;
  display: inline-block;
  margin: 7px 0 0;
  text-transform: uppercase;
}
.hs-header-left-column {
  float: right;
}
.hs-social-wrapper.header__contact.col5 {
  margin-right: 3px;
}
.hs-header-left-column {
  display: flex;
  justify-content: flex-end;
}
.header__contact.col4 {
  margin-right: 17px;
}
.header__contact form {
  position: relative;
  padding: 0;
  background: transparent;
}
.search-form:after {
  right: 3px;
  top: 1px;
  content: '\f2eb';
  display: block;
  position: absolute;
  font-family: 'Fontawesome';
  font-size: 2rem;
  pointer-events: none;
  z-index: 555;
  background-image: url(https://7300456.fs1.hubspotusercontent-na1.net/hubfs/7300456/Grupoexcelsior_March_2020/Images/header-search-icon.png);
  background-size: cover;
  background-size: 24px;
  background-repeat: no-repeat;
  width: 26px;
  height: 20px;
}
.header.header {
  position: absolute;
  width: 100%;
  top: 0;
  left:0;
  right:0;
  z-index: 99999;
}




/* Sticket Header */
.header.sticky-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}


.sticky-header .header__row-2 {
  padding: 10px 0 0;
}
.header_logo.onscroll {
  display: none;
}
.sticky-header .header_logo.onscroll {
  display: block;
}
.sticky-header .header_logo {
  display: none;
}
.sticky-header .header_logo {
  margin-left: 20px;
  margin-top: 24px;
}

.menu-open .sticky-header .header_logo img {
  max-width: 100px;
}
.sticky-header .hs-header-left-column {
  display: none;
}

.sticky-header .header__row-2 {
  width: auto;
}
.sticky-header .header_logo.onscroll img {
  max-width: 200px;
}
@media (min-width: 1535px){
  .header_logo img {
    max-width: 236px;
    width: auto !important;
  }
  .hs-social-wrapper ul li svg {
    font-size: 21px;
  }
  .hs-social-wrapper ul li a {
    padding: 12px 8px;
    font-size: 21px;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    width: 1em;
  }
  .hs-social-wrapper.header__contact.col5 {
    margin-right: 12px;
  }

  .widget-wrap {
    width: 190px;
  }

  .search-form input[type='search'] {
    width: 100%;
  }

  .header__contact.col3 p a {
    font-size: 21px;
  }

  .header__contact.col2 {
    margin-right: 114px;
  }

  .header__contact.col2 p {
    border-right: 0;
    font-size: 14px;
    line-height: 17px;
    padding-right: 20px;
  }

  .header__contact.col1 {
    margin-right: 34px;
  }

  .header__contact.col1 p {
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    padding-right: 50px;
  }

  .navigation-primary a {
    padding: 16px 20px 10px 20px;
    font-size: 19px;
  }

  .header__row-2 {
    padding: 0;
  }

  .custom-menu-primary {
    margin-top: -4px;
  }

  .sticky-header .custom-menu-primary {
    margin-top: 0;
  }

  .sticky-header .navigation-primary a {
    font-size: 17px;
    padding: 16px 20px 10px 20px;
    line-height: 1;
  }

  .sticky-header .header__row-2 {
    padding-top: 9px;
  }

  .sticky-header .navigation-primary .solicite-presupuesto >a {
    padding-bottom: 13px;
  }

  .sticky-header .header_logo {
    padding-bottom: 4px;
  }
}

/* Tablet Styles */

@media (max-width: 1250px){
  .header_logo {
    margin-left: 20px;
    margin-top: 23px;
  }
  .hs-social-wrapper.header__contact.col5 {
    display: none;
  }
  .header__navigation {
    padding-top: 40px;
    text-align: center;
    background-color: #dddddd;
  }
  .navigation-primary a {
    display: block;
  }
  .sticky-header .header--toggle {
    bottom: 48px;
  }
  .menu-open .sticky-header .header--toggle {
    bottom: 72px;
  }
  .sticky-header .header__navigation.open{
    top: 0;
  }
  .sticky-header .header__navigation {
    padding-top: 42px;
  }
  .sticky-header .submenu.level-1 > li > a {
    font-size: 19px;
  }
  .sticky-header .header_logo.onscroll {
    margin-left: 0;
    max-width: 100%;
    text-align: center;
    float: none;
  }
  .sticky-header .header_logo img {
    max-width: none;
    width: auto !important;
  }
  .sticky-header .header_logo {
    margin-top: 17px;
  }
  .menu-open .sticky-header .header_logo img {
    max-width: 180px;
    width: 100% !important;
  }
  .menu-open .sticky-header .header_logo {
    margin-top: 24px;
  }
  .sticky-header .header__navigation.open {
    top: 96px;
    height: calc(100vh - 110px);
    overflow-y: auto;
  }
  ul.submenu.level-1 {
    margin-bottom: 40px;
}

  .header-no-nav {
    padding-bottom: 12px !important;
}
}




/* Mobile Styles */

@media (max-width: 1250px) {
  .header__container {
    flex-direction: column;
    padding: 20px 0 0;
  }

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

  .header__logo {
    width: 100%;
    margin: 0 auto;
  }
  .header--toggle {
    position: absolute;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
  }
  .header {
    padding-bottom: 7px;
  }
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open { 
  }


  
.header__navigation.open {
  opacity: 1;
  visibility: visible;
}
.header__navigation {
  display: block;
  position: absolute;
  top: 115px;
  left: 0;
  right: 0;
  height: calc(100vh - 115px);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}

  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-right: auto;
    margin-left: 0;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }
  .header__column {
    /*     position: relative; */
  }
  .header__row-1 {
    padding-top: 0;
  }
  .header__row-2 {
    justify-content: center;
  }
  .header--toggle {
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}
  .header--toggle span {
    display: block;
    float: right;
    position: relative;
    height: 2px;
    height: 0.2rem;
    background: #ffffff;
    -webkit-transition: background 0s 0.2s;
    transition: background 0s 0.2s;
    width: 25px;
    width: 2.5rem;
    margin-left: 0.236em;
    margin-top: 7px;
    margin-top: 0.7rem;
    border-radius: 0.4rem;
  }

  .header--toggle span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    height: 0.2rem;
    background-color: #ffffff;
    border-radius: 0.4rem;
    content: ' ';
    bottom: -0.7rem;
    -webkit-transition: bottom 0.2s 0.2s, -webkit-transform 0.2s 0s;
    transition: bottom 0.2s 0.2s, -webkit-transform 0.2s 0s;
    transition: bottom 0.2s 0.2s, transform 0.2s 0s;
    transition: bottom 0.2s 0.2s, transform 0.2s 0s, -webkit-transform 0.2s 0s;
  }

  .header--toggle span:before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    height: 0.2rem;
    background-color: #ffffff;
    border-radius: 0.4rem;
    content: ' ';
    top: -0.7rem;
    -webkit-transition: top 0.2s 0.2s, -webkit-transform 0.2s 0s;
    transition: top 0.2s 0.2s, -webkit-transform 0.2s 0s;
    transition: top 0.2s 0.2s, transform 0.2s 0s;
    transition: top 0.2s 0.2s, transform 0.2s 0s, -webkit-transform 0.2s 0s;
    pointer-events: none;
  }

  .header--toggle.open span {
    background: none;
  }
  .header--toggle.open span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 0.2s 0s, -webkit-transform 0.2s 0.2s;
    transition: top 0.2s 0s, -webkit-transform 0.2s 0.2s;
    transition: top 0.2s 0s, transform 0.2s 0.2s;
    transition: top 0.2s 0s, transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
  }
  .header--toggle.open span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom 0.2s 0s, -webkit-transform 0.2s 0.2s;
    transition: bottom 0.2s 0s, -webkit-transform 0.2s 0.2s;
    transition: bottom 0.2s 0s, transform 0.2s 0.2s;
    transition: bottom 0.2s 0s, transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
  }
  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 30px;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle.show {
    display: block;
  }
}

@media (max-width: 1078px){
  .header__contact.col3 p a {
    display: block;
  }
  .header__contact.col3 p a:first-child {
    padding-left: 5px;
}
}

@media (max-width: 975px){
  .header__contact.col1, .header__contact.col2 {
    display: none;
  }
}


@media(max-width:767px){
  .header__contact.col4 {
    margin-right: 0;
    max-width: 100px;
    width: 100%;
  }
  .hs-header-left-column {
    float: none;
  }
  .header__contact.col3 p {
    margin-right: 22px;
  }
  .header--toggle {
    right: 65px;
    bottom: 19px;
  }
  .widget-wrap.header__contact.col4 {
    display: none;
  }
  .hs-language-wrapper {
    padding-top: 17px;
}
.menu-open .sticky-header .header--toggle {
  bottom: 77px;
}
.header-no-nav {
  padding-bottom: 27px !important;
}
}

@media only screen and (max-width: 765px){
  .header__contact.col4 form {
    display: none;
  }
  .header_logo img {
    padding-right: 0;
    max-width: 155px;
    width: 100% !important;
  }
  .hs-language-wrapper select {
    margin: 4px 0 0;
  }
}
@media(max-width:567px){
  .header__contact.col3 p {
    margin-right: 0;
  }
}
@media(max-width:510px){
  .header__contact.col3 p {
    font-size: 13px !important;
  }
  .header__contact.col1, .header__contact.col2 {
    font-size: 13px !important;
  }
  .hs-header-left-column {
    float: none;
  }
  .header__contact {
    margin-right: 4px;
  }
  .header__contact.col4 {
    max-width: 30px;
  }
  .header__navigation.header--element.open {
    top: 100%;
    height: calc(100vh - 90px);
  }
  .header {
    padding-bottom: 23px !important;
}
  .menu-open .sticky-header .header--toggle {
    bottom: 88px;
  }
  .sticky-header .header__navigation {
    padding-top: 24px;
    padding-bottom: 50px;
}
.header-no-nav {
  padding-bottom: 30px !important;
}
}


@media (max-width: 480px){
  .header__contact {
    display: block;
    width: 100%;
  }
  .hs-header-left-column {
    display: block;
  }
  .hs-header-left-column {
    display: block;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 130px;
    float: right;
    width: 100%;
  }
  .header__contact.col3 p a {
    display: block;
    text-align: right;
  }
  .header__contact.col3 p {
    padding-left: 15px;
    padding-top: 8px;
    font-size: 13px !important;
    margin-right: 20px;
    margin-bottom: 0;
    padding-bottom: 6px;
  }
  .header__contact.col3 p:before {
    top: 6px;
    left: -1px;
  }
  .header__contact p:after {
    top: 4px;
    left: -9px;
  }
  .header__contact.col4 {
    margin-top: 0;
  }
  .hs-language-wrapper {
    padding-top: 0;
    text-align: right;
  }
  .header--toggle {
    float: right;
    display: block;
    width: auto;
    position: absolute;
    right: 65px;
    bottom: 46px;
    cursor: pointer;
  }
  .hs-language-wrapper select {
    margin: 0px 4px 0;
  }
  .menu-open .sticky-header .header--toggle {
    right: 10px;
}
}

@media (max-width: 360px){  
  .header__contact.col3 p {
    margin-right: 10px;
  }
  .header__contact p:after, .header__contact.col3 p:before {
    transform: translate(20px, 0);
  }
  .hs-header-left-column {
    max-width: 120px;
  }
}
.footer {
  background-color: transparent;
  -webkit-font-smoothing: auto !important;
  -moz-font-smoothing: auto !important;
}
.cntnt-left-col h4 {
  -webkit-font-smoothing: antialiased !important;
}
footer ke liye
.cntnt-left-col h4, .cntnt-right-col a {
  -webkit-font-smoothing: antialiased !important;
}
.footer__container {
  padding: 1rem;
  margin: 0 auto;
}
.footer__copyright {
  font-family: Lato, sans-serif;
  font-size: .7rem;
  margin: .5rem 0;
}

.footer-inner-wrapper {
  font-size: 1.7rem;
}

.cstm-foot-col.footer-address {
  width: 20%;
  background-color: rgba(0,0,0,0.4);
  position: relative;
  margin: 0;
  padding: 21px 10px 50px 40px;
}

.cstm-foot-col.footer-menu {
  width: 20%;
  padding: 48px 10px 50px 40px;
  margin-top: 30px;
}

.cstm-foot-col.footer-right-content {
  width: 60%;
  margin: 0 auto 4rem;
  padding: 48px 0px 0px 0px;
  margin-left: 0;
  margin-top: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cstm-foot-col {
  float: left;
}
.cntnt-left-col p {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: grayscale;
}
.footer-inner-wrapper:before,.footer-inner-wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.footer-logo {
  display: block;
  margin: 0 auto 2em;
  margin-bottom: 32px;
}

.footer-logo img {
  height: auto;
  max-width: 100%;
  display:block;
}

.footer-location {
  display: block;
  margin-bottom: 20px;
}

.footer-location >span {
  position: relative;
}

.footer-location  p {
  color: rgba(255,255,255,0.5);
  margin: 0 0 1.382em;
  padding: 0;
  line-height: 18px;
  font-size: 14px;
  max-width: 90%;
  padding-left: 20px;
  background-position: left 4px;
  margin-bottom: 0;
  padding-top: 10px;
  background-repeat: no-repeat;
}

.footer-location p:first-child,.footer-location p:nth-child(2) {
  background-image: url(https://7300456.fs1.hubspotusercontent-na1.net/hubfs/7300456/Grupoexcelsior_March_2020/Images/icono-pie.png);
}
.footer-location p {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  }
.footer-location p span {
  color: #f3a85c;
}

.footer-location p a {
  text-decoration: none;
  color: rgba(255,255,255,0.5);
}

.footer-menu p {
  max-width: 90%;
  color: #000;
  line-height: 1.5;
  font-size: 18px;
  margin: 0;
}

.footer-menu p a {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.footer-social {
  display: inline-block;
  margin: 0 auto 2em;
  margin-left: -12px;
}

.footer-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: -0.5em -0.5em 0 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 7px;
}

.footer-social ul li {
  margin: 0.5em 0.5em 0 0;
  padding: 0;
  margin-right: 0;
  padding-top: 12px;
}

.footer-social ul li a {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  width: 1em;
  padding: 12px 8px;
  font-size: 21px;
  border-radius: 36px;
  color: #bababa;
  border: 0px #ffffff;
  box-sizing: content-box;
}

.footer-social ul li a:hover {
  color: #ff5c1c;
}

.footer-social ul li a svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}


.footer-social ul li.ssi-skype >a {
  background-image: url(https://7300456.fs1.hubspotusercontent-na1.net/hubfs/7300456/Grupoexcelsior_March_2020/Images/skype3.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 20px;
  width: 20px;
  text-decoration: none;
}

.footer-social ul li.ssi-skype >a:hover {
  background-image: url(https://7300456.fs1.hubspotusercontent-na1.net/hubfs/7300456/Grupoexcelsior_March_2020/Images/skype4.png);
}


.footer-copright-menu {
  max-width: 90%;
  color: #a4a8ac;
  position: absolute;
  right: 30px;
  bottom: 10px;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 1.382em;
  margin-bottom: 16px;
}

.footer-container {
  position: relative;
}

.footer-copright-menu p {
  margin: 0;
}

.footer-copright-menu p span {
  padding: 0 20px;
}

.footer-copright-menu p a {
  color: #a4a8ac;
  text-decoration: none;
}

.footer-copright-menu p a:hover {
  color: #f0f1f2;
  text-decoration: none;
}

.footer-location p:nth-child(4) {
  padding: 0;
}


.footer-content-inner {
  text-align: center;
  color: #fff;
  position: relative;
}

.cntnt-left-col {
  float: left;
  width: 50%;
  text-align: right;
  position: relative;
}

.cntnt-right-col {
  float: left;
  width: 50%;
  text-align: left;
  padding-left: 40px;
  padding-top: 10px;
}

.cntnt-left-col h4 {
  max-width: 280px;
  width: 100%;
  font-weight: 300;
  text-align: left;
  display: inline-block;
  margin: 0;
  color: inherit;
  font-size: 1.3em;
  line-height: 1.2;
}

.cntnt-left-col p {
  max-width: 280px;
  width: 100%;
  margin: 0;
  display: inline-block;
  text-align: left;
  font-size: 14px;
  margin-bottom: 30px;
  color: #fff;
  line-height: 1.5;
}

.cntnt-left-col{
  position:relative;
}

.cntnt-left-col:before {
  height: 210px;
  width: 81px;
  content: "";
  display: block;
  position: absolute; 
  right: 306px;
  top: 3px;
  background-image: url(https://7300456.fs1.hubspotusercontent-na1.net/hubfs/7300456/Grupoexcelsior_March_2020/Images/imagenes-pie.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.footer-content-inner:before,.footer-content-inner:after {
  clear: both;
}

.footer-content-inner {
  text-align: center;
  color: #fff;
  position: relative;
}


.cntnt-right-col a {
  position: relative;
  margin-left: 140px;
  margin-bottom: 80px;
  display: inline-block;
  text-decoration: none;
  border-radius: 30px;
  padding: 8px 20px;
  margin-top: 10px;
  font-size: 14px;
  word-wrap: break-word;
  -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  line-height: 1.5;
}

.cntnt-right-col a:before {
  height: 20px;
  width: 112px;
  content: "";
  display: block;
  position: absolute;
  left: -140px;
  top: 9px;
  background-image: url(https://7300456.fs1.hubspotusercontent-na1.net/hubfs/7300456/Grupoexcelsior_March_2020/Images/flecha-pie.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.hs-footer-lp a.back-to-top {
  top: 30px;
  bottom: unset;
}
.back-to-top {
  right: 30px;
  bottom: 450px;
  width: 40px;
  height: 40px;
  background-color: #f3a85c;
  border-radius: 40px;
  position: absolute;
  text-align: center;
  word-wrap: break-word;
  -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  text-decoration: none;
}

.back-to-top:before,.back-to-top:after {
  content: '';
  display: block;
  height: 2px;
  width: 14px;
  background-color: #fff;
  position: absolute;
  top: 17px;
  left: 8px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.back-to-top:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 18px;
}
.back-to-top:hover {
  background-color: #69971f;
}
.footer-social ul li.ssi-skype a.skipe-bot {
  padding-left: 4px;
}
.footer-menu p a {
  font-weight: 400;
}
.footer-copright-menu p {
  font-weight: 400;
}
.footer-menu p a, .footer-copright-menu p {
  -webkit-font-smoothing: antialiased;
}
@media(max-width:1271px) and (min-width:1251px){
  .footer-social ul li a {
    padding: 12px 4px;
  }

  .cntnt-right-col {
    padding-left: 20px;
  }

}

@media(max-width:1250px){


  .cstm-foot-col.footer-address {
    width: 30%;
  }

  .cstm-foot-col.footer-menu {
    width: 25%;
  }

  .cstm-foot-col.footer-right-content {
    width: 45%;
    padding-left: 30px;
  }

  .cntnt-right-col {
    position: absolute;
    top: 80px;
    left: 82px;
    height: auto;
    width: auto;
  }

  .cntnt-right-col a:before {
    display: none;
  }

  .cntnt-right-col a {
    margin-bottom: 114px;
    margin-left: 0;
    margin-top: 16px;
  }

  .cntnt-left-col {
    width: 100%;
    padding-left: 100px;
    text-align: left;
  }

  .cntnt-left-col:before {  
    left: 0px;
    right: auto;
  }

  .cntnt-left-col p {
    margin-bottom: 70px;
  }

  .footer-social ul li a {
    padding: 12px 8px;
  }
  .cntnt-right-col {
    padding-left: 22px;
  }

  .cntnt-right-col a:last-child {
    margin-top: 10px;
  }

}


@media(max-width:975px){
  .cstm-foot-col.footer-address {
    width: 35%;
  }

  .cstm-foot-col.footer-right-content {
    width: 40%;
  }

  .cntnt-left-col {
    padding-left: 0;
  }

  .cntnt-left-col:before {
    display: none;
  }

  .cntnt-right-col {
    width: auto;
    left: 0;
    padding-left: 0;
  }
}

@media(max-width:896px){
  .cstm-foot-col.footer-address {
    width: 37%;
  }

  .cstm-foot-col.footer-menu {
    width: 23%;
    padding: 48px 10px 50px 20px;
  }

  .footer-copright-menu p span {
    padding: 0 10px;
  }

}


@media(max-width:780px){
  .cstm-foot-col.footer-address {
    width: 100%;
  }

  .cstm-foot-col.footer-menu {
    width: 50%;
    padding: 0px 10px 0px 40px;
  }

  .cstm-foot-col.footer-right-content {
    width: 50%;
    padding-bottom: 40px;
    padding-top: 0;
  }

  .cntnt-left-col p {
    display: none;
  }

  .cntnt-right-col {
    top: 45px;
    padding: 0;
  }

  .cntnt-right-col a {
    margin-bottom: 26px;
    margin-top: 20px;
  }

  .cntnt-left-col h4 {
    margin-bottom: 30px;
  }

  .cntnt-right-col a:last-child {
    margin-top: 10px;
  }

  a.back-to-top {
    bottom: 210px;
  }

}


@media(max-width:767px){
  .cntnt-left-col h4 {
    font-size: 1.2em;
  }
  .cntnt-right-col {
    top: 39px;
  }
  .footer-copright-menu {
    max-width: 100%;
    margin-bottom: 0;
  }
  .cstm-foot-col.footer-menu {
    padding-bottom: 40px;
  }
  .footer-copright-menu p span {
    padding: 0 20px;
  }
}

@media (max-width: 630px){
  a.back-to-top {
    bottom: 735px;
  }

  .footer-copright-menu {
    max-width: 100%;
    right: 0;
    padding: 0 10px;
  }

  .cstm-foot-col.footer-menu {
    padding-bottom: 50px;
  }

  .footer-copright-menu p span {
    padding: 0 10px;
  }
}
@media(max-width:510px){
    .footer-menu p a {
      font-size: 13px;
    }

    .cntnt-left-col h4 {
      font-size: 16px;
    }

    .cntnt-right-col a {
      font-size: 10px;
    }

    .cntnt-right-col {
      top: 35px;
    }

    .cstm-foot-col.footer-menu {
      width: 100%;
      padding-bottom: 10px;
    }

    .cstm-foot-col.footer-right-content {
      width: 100%;
      padding-bottom: 70px;
    }

    .footer-copright-menu p a {
      display: inline-block;
    }

    .footer-copright-menu p span {
      display: inline-block;
    }

    .footer-copright-menu {
      padding: 0 30px;
    }

    a.back-to-top {
      bottom: unset;
      top: 20px;
      right: 15px;
    }
}
/* TODO: Find a better place for this */
::selection {
  background-color: #141e28;
  color: #ffffff;
}
.content-wrapper {
  overflow-x: hidden;
  padding: 0;
  width: 90%;
  margin:0 auto;
}
.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}
.hs-blog-post .content-wrapper {
  max-width: 1280px;
}

.hs-blog-post .blog-sidebar {
  float: right !important;
}
/***update ***/
.hs-blog-post .blog-index {
  width: calc(75% - 4rem) !important;
  margin-left: 0 !important;
}
.blog-sidebar-subscrptn form {
   background: transparent;
   padding: 0;
   position: relative;
}

.blog-sidebar-subscrptn-frm .hs-form-field >label {
   font-size: 14px;
   font-weight: bold;
   margin-bottom: 5px;
   display: block;
}

.blog-sidebar-subscrptn-frm .hs-form-required {
   color: #000;
}

.blog-subscrption-inner input:not(.hs-button) {
   border: #979797 1px solid;
   border-radius: 4px;
   color: #000;
   font-size: 14px;
   width: 150px;
   padding: 10px 12px;
   line-height: 2;
}

.blog-subscrption-inner input form {
   position: relative;
}

.blog-subscrption-inner .hs-submit {
   position: absolute;
   top: 110px;
   right: 30px;
}

.blog-subscrption-inner .hs-submit input {
   background: #499600;
   line-height: 1;
   font-weight: 700;
   padding: 16px;
   border-radius: 25px;
   font-size: 14px;
   box-shadow: inset 0 0 0 9rem rgba(255, 255, 255, 0), 0 0 0 -1rem rgba(20, 30, 40, 0);
   -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
   transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.blog-subscrption-inner .hs-submit input:hover {
   box-shadow: inset 0 0 0 9rem rgba(255, 255, 255, 0.1), 0 1.25rem 1rem -0.5rem rgba(20, 30, 40, 0.25);
   -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
   transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
   color: #fff;
}

ul.no-list.hs-error-msgs.inputs-list {
   margin: 0;
   padding: 0;
   list-style: none;
}

ul.no-list.hs-error-msgs.inputs-list li {
   margin: 10px 0;
   padding: 8px 12px;
   background-color: #f37c7b;
   font-size: 14px;
   font-family: arial, sans-serif;
   color: #fff;
   text-align: center;
   text-decoration: none;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   position: relative;
}

ul.no-list.hs-error-msgs.inputs-list li:before {
   top: -5px;
   right: 15px;
   border-left: 5px solid transparent;
   border-right: 5px solid transparent;
   border-bottom: 5px solid #f37c7b;
   position: absolute;
   width: 0;
   height: 0;
   content: '';
   font-size: 14px;
}
ul.no-list.hs-error-msgs.inputs-list li label {
   color: #fff;
}
.blog-sidebar-subscrptn form {
   max-width: 767px;
}

.blog-banner {
   margin-top: 56px;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
.blog-subscrption-inner input:not(.hs-button).error {
   border: #f37c7b 1px solid;
}
.blog-banner {
   margin-top: 56px;
}
.hs-pos-page-wrapper .blog-index {
  padding-top: 0;
}
.hs-pos-page-wrapper {
  padding-bottom: 50px;
}
.hs-pos-page-wrapper .post-page-title h1{
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

@media(max-width:1350px){
  .blog-subscrption-inner input:not(.hs-button) {
     width: 100%;
  }

  .blog-subscrption-inner .hs-submit {
     position: static;
  }
}

.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('https://cdn2.hubspot.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */     
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}



/**** Blog Css ***/


.blog-index {
  padding-top: calc(4% + 35px);
  padding-bottom: 4%;
  width: 75% !important;
}

.custom-all-topics {
  margin-left: -16.5px;
  margin-right: -16.5px;
}

.topics ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.topics ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  flex-basis: 33%;
  padding-left: 15px;
  padding-right: 15px;
}

.topics ul li a {
  color: #000;
  line-height: 1.5;
  margin-bottom: 16px;
  font-size: 22px;
  text-align: center;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.topics ul li p {
  color: #000;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}
.topics ul li p img.active-tag-image {
  display: none;
}
.topics ul li.active p img.active-tag-image {
  display: block;
}
.topics ul li.active p img {
  display: none;
}
.topics ul li p img {
  margin-left: auto;
  margin-right: auto;
  width: 20%;
  height: 50%;
  margin-bottom: 1%;
  display: block;
}
.topics ul li.active a,
.topics ul li a:hover {
  color: #556677;
}

.post-listing-wrapper {
  margin: 0;
  margin-top: 25px;
}

.post-item {
  padding-right: 35px;
  padding-bottom: 35px;
}



.featured-image-wrapper {
  min-height: 400px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-clip: border-box;
  background-color: grey;
}

.post-item-inner {
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 66.66666667%;
  background: #fff;
  padding: 30px 20px 10px 40px;
  margin: 40px 30px 30px 40px;
}

.post-title h2 {
  margin: 0;
  font-weight: 700; 
  font-size: 25px;
}

.post-title {
  margin-bottom: 15px;
  font-weight: 700;
  color: #141e28;
  font-size: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.post-summary {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}

.post-summary {
  font-size: 18px;
  font-weight: 400;
  font-family: Helvetica, Arial, sans-serif;
  color: #000;
  line-height: 1.5;
  margin-bottom: 16px;
}

.read-more {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 21.73913043px;
  max-width: 100%;
}

.read-more a {
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 2em; 
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.1);
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal; 
  text-decoration: none;
}
 
.blog-sidebar {
  margin-left: 0 !important;
  width: 25% !important;
 }

.blog-sidebar-images a {
  display: block;
}

.blog-sidebar-images a img {
  display: block;
  width: 100%;
}


.hs-blog-post .blog-index {
  width: calc(75% - 4rem) !important;
}

.blog-post__body {
  padding-right: 40px;
}


.blog-post__body {
  font-weight: 400;
  font-family: helvetica, arial, sans-serif;
  font-size: 14pt;
}

.blog-post__body a {
  color: #0000ff;
  text-decoration: underline;
}


.blog-sidebar h3 {
  font-size: 1.6rem;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-weight: 400;
  border-bottom: 4px solid #69971f;
  padding-bottom: 2px;
  display: inline-block;
  line-height: 28px;
}

.blog-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-sidebar ul li {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  font-size: 1.6rem;
  line-height: 1.5;
}

.blog-sidebar ul li a {
  color: #141e28;
  word-wrap: break-word;
  -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  text-decoration: underline;
}

.blog-sidebar ul li span {
  display: none;
}

.blog-sidebar ul li a:hover {
  color: #556677;
}

.blog-post-cat-sidebar {
  margin-bottom: 4rem;
}

.blog-post-pagin {
  float: left;
  width: 100%;
  text-align: center;
}

.blog-post-pagin a {
  background-color: rgb(243, 168, 92);
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  background-image: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  background-size: 200%;
  background-position: 0 -100%;
  border: 1px solid transparent;
  text-decoration: none;
  line-height: normal;
}

.blog-post-pagin {
  text-align: center;
  display: block !important;
}
.blog-post-pagin a:hover {
  color: #fff;
}
.blog-post__body img {
  max-width: 100%;
}


@media(max-width:1536px){
  .post-summary {
    font-size: 14px;
    font-weight: 400;
  }
}


@media(max-width:1200px){
  .read-more {
    margin-top: 40px;
  }
}


@media(max-width:895px){
  .blog-index,
  .blog-sidebar ,
  .hs-blog-post .blog-index{
    width: 100% !important;
  }

  .post-item {
    padding-right: 0;
  }

  .blog-sidebar-images a img {
    width: auto;
    max-width: 100%;
  }

  .blog-sidebar {
    margin-top: 0;
  }

  .hs-blog-post .blog-sidebar {
    float: none !important;
    margin-bottom: 80px;
  }

  .blog-post__body {
    padding-right: 0;
  }
  .blog-sidebar {
    margin-bottom: 30px;
  }
}

@media(max-width:767px){
  .topics ul {
    justify-content: center;
  }

  .topics ul li p img {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: auto;
    margin-bottom: 1%;
    display: inline-block;
  }

  .topics ul li p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .topics ul {
     flex-wrap: wrap;
}
  .topics ul li {
    margin-bottom: 35px;
    flex-basis: 100%;
    width: 100%;
  }

  .post-item-inner {
    background: #fff;
    padding: 20px 20px 0px 20px;
    margin: 50px 10px 0px 10px;
    width: auto;
    top: 0;
    height: auto;
  }

  .post-title h2 {
    font-size: 17px;
  }

  .read-more {
    margin-top: 0;
  }

  .hs-blog-listing .content-wrapper {
    width: 100%;
    padding: 0 4%;
  }

  .topics ul li p img {
    width: 20%;
    height: 50%;
}
}


@media(max-width: 667px) and (min-width: 320px){
   .blog-subscrption-inner .hs-submit input {
   font-size: 1.5em;
}
}

@media(max-width:440px){
  .post-summary {
    margin-bottom: 10%;
  }
}



@media(max-width:375px){

  .post-summary {
    margin-bottom: 27%;
  }



}
.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  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: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #cde3cc;
  border: 1.5px solid #4f7d24;
  border-radius: 6px;
  color: #4f7d24;
  padding: .1rem .75rem;
  height: 40px;
  line-height: 1.5;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Helvetica, Arial, sans-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;
}


.no-banner  .content-wrapper {
    margin-top: 173px;
 }

@media(max-width:1250px){
    .no-banner .content-wrapper {
    margin-top: 116px;
}
}