/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */













































form, .hbspt-form {
  border-radius: 8px;
}
.page_center {
  max-width: 1200px;
  margin: 0 auto;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
}

.dnd-section {
  padding-bottom: 50px;
  padding-top: 50px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #393c43;
}





html {
  background-color: rgb(255, 255, 255);
  font-size: 18px;
  color: #75777c;
  font-family: 'Helvetica 35 Thin';
    font-weight: 400;
}



a {
  color: rgba(2, 57, 159, 1.0);
}

a:hover,
a:focus {
  outline: 0;
  color: rgba(34, 54, 80, 1.0);
}

a:active {
  color: rgba(34, 54, 80, 1.0);
}

h1 {
  color: #393c43;
  font-family: 'Helvetica 85 Heavy';
    font-size: 72px;
  font-weight: 400;
}

@media(max-width: 1300px) and (min-width: 768px) {

  h1 {
    font-size: 50.4px;
  }

}

@media(max-width: 767px) {

  h1 {
    font-size: 61.199999999999996px;
  }

}

h2 {
  color: #393c43;
  font-family: 'Helvetica 85 Heavy';
    font-size: 64px;
}

@media(max-width: 1300px) and (min-width: 768px) {

  h2 {
    font-size: 48.0px;
  }

}

@media(max-width: 767px) {

  h2 {
    font-size: 22px !important;
  }

}

h3 {
  color: #393c43;
  font-family: 'Helvetica 85 Heavy';
    font-size: 48px;
}

@media(max-width: 767px) {

  h3 {
    font-size: 40.8px;
  }

}

h4 {
  color: #393c43;
  font-family: 'Helvetica 85 Heavy';
    font-size: 36px;
  font-weight: 400;
}

@media(max-width: 767px) {

  h4 {
    font-size: 30.599999999999998px;
  }

}

h5 {
  color: #393c43;
  font-family: 'Helvetica 85 Heavy';
    font-size: 30px;
  font-weight: 400;
}

h6 {
  color: #393c43;
  font-family: 'Helvetica Neue Bold';
    font-size: 24px;
  font-weight: 400;
}

blockquote {
  border-left: 10px solid #393c43;;
}





form {
  background-color: rgba(255, 255, 255, 0.0);
}
h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(57, 60, 67, 1.0);
}

.hs-form-field > label,
.field > label {
  color: rgba(117, 119, 124, 1.0);
}

.hs-form legend {
  color: rgba(117, 119, 124, 1.0);
}

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100% !important;
    outline: 0;
    border: 1px solid #cbd6e2;
    background-color: #f5f8fa;
    transition: .2s ease-in-out;
    transition-property: color,background-color,border-color,box-shadow;
    border-radius: 4px;
    padding: 10px 7px;
    margin-bottom: 0;
    width: 100%;
    font-size: 16px;
    font-family: 'Helvetica 35 Thin';
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
 width: 100% !important;
    outline: 0;
    border: 1px solid #cbd6e2;
    background-color: #f5f8fa;
    transition: .2s ease-in-out;
    transition-property: color,background-color,border-color,box-shadow;
    border-radius: 4px;
    padding: 10px 7px;
    margin-bottom: 0;
    width: 100%;
    font-size: 16px;
    font-family: 'Helvetica 35 Thin';
}

.hs-button,
input[type="submit"],
input[type="button"] {
       text-align: center;
    background-color: rgba(0,150,215,1.0);
    border-color: rgba(255,255,255,0.0);
    border-radius: 6px;
    border-width: 1px;
    color: rgba(255,255,255,1.0);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 15px 0;
    line-height: 48px;
    font-family: 'Helvetica 85 Heavy';
    font-size: 17px;
    transition: .1s ease-in-out;
    width: 100%;
}

.hs-button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: rgba(0 0 0 .0);
    background-image: linear-gradient(100deg,rgba(25,177,240,1.0),rgba(1,113,205,1.0));
    border-color: rgba(255,255,255,0.0);
    color: rgba(255,255,255,1.0);
    box-shadow: 0 8px 50px -6px rgb(84 84 120 / 26%);
}


.hs-button:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    background-color: rgba(0 0 0 .0);
    background-image: linear-gradient(100deg,rgba(25,177,240,1.0),rgba(1,113,205,1.0));
    border-color: rgba(255,255,255,0.0);
    color: rgba(255,255,255,1.0);
    box-shadow: 0 8px 50px -6px rgb(84 84 120 / 26%);
}

.hs-button:active,
input[type="submit"]:active,
input[type="button"]:active {
background-color: rgba(0 0 0 .0);
    background-image: linear-gradient(100deg,rgba(25,177,240,1.0),rgba(1,113,205,1.0));
    border-color: rgba(255,255,255,0.0);
    color: rgba(255,255,255,1.0);
    box-shadow: 0 8px 50px -6px rgb(84 84 120 / 26%);
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #75777c;
}

.hs-richtext {
  font-size: 18;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Helvetica 35 Thin;
}

.fn-date-picker td.is-today .pika-button {
  color: #75777c;
}

.fn-date-picker td.is-selected .pika-button {
  background: #75777c;
}

.fn-date-picker td .pika-button:hover {
  background-color: #393c43 !important;
}





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(117, 119, 124, 1.0);
  color: rgba(117, 119, 124, 1.0);
}

thead th,
thead td {
  background-color: rgba(117, 119, 124, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(117, 119, 124, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(117, 119, 124, 1.0);
}





.custom_header {
  background-color: rgba(255, 255, 255, 1.0);
}

.header__container {
  max-width: 100%;
  margin: 0 auto;
}

.custom-menu-primary .navigation-primary > ul ul.submenu.level-2 > li > a {
  color: rgba(0, 150, 215, 1.0);
}

.custom-menu-primary .navigation-primary > ul ul.submenu.level-2 > li > a:hover {
  color: rgba(#null, 0.0);
}

.custom-menu-primary .submenu.level-2 > li {
  background-color: rgba(#null, 0.0);
}

.custom-menu-primary .submenu.level-2 > li:hover,
.custom-menu-primary .submenu.level-2 > li:focus {
  background-color: rgba(#null, 0.0);
}

.submenu.level-3 {
  background-color: rgba(255, 255, 255, 1.0);
}

.submenu.level-3 .menu-item .menu-link {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(57, 60, 67, 1.0);
}

.submenu.level-3 .menu-item .menu-link:hover {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(0, 150, 215, 1.0);
}

.custom-menu-primary a.active-branch,
.custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: rgba(0, 150, 215, 1.0);
}

.custom-menu-primary .submenu.level-2 > li.active-branch {
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .submenu.level-3 .menu-item .menu-link.active-branch,
.submenu.level-1 > li > ul > li > ul > li > a.active-branch {
  color: rgba(0, 150, 215, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.language_menu .hs-menu-wrapper > ul > li > a {
  color: rgba(57, 57, 57, 1.0);
}

.language_menu .hs-menu-wrapper > ul > li > a:hover {
  color: rgba(0, 150, 215, 1.0);
}

/*================= Other Elements =================*/

.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: rgba(0, 150, 215, 1.0);
}

.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: rgba(#null, 0.0);
}

body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: rgba(#null, 0.0);
}

body .custom-menu-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #75777c;
}

body .header__language-switcher .lang_list_class {
  background-color: rgba(#null, 0.0);
  border-color: rgba(#null, 0.0);
}

body .header__language-switcher .lang_list_class li:hover {
  background-color: rgba(#null, 0.0);
  color: rgba(0, 150, 215, 1.0);
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Helvetica 35 Thin;
}

.header__language-switcher-label-current:after {
  border-top-color: rgba(0, 150, 215, 1.0);
}

@media(max-width: 767px) {

  .header__navigation {
    background-color: rgba(255, 255, 255, 1.0);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(0, 150, 215, 1.0);
  }
}





.custom_footer {
  background-color: rgba(57, 60, 67, 1.0);
  color: rgba(#null, 0.0);
}

.footer__container {
  max-width: 1200px;
  margin: 0 auto;
}

.custom_footer a {
  color: rgba(255, 255, 255, 1.0);
}

.custom_footer a:hover {
  color: rgba(41, 176, 234, 1.0);
}

.bottom_menu .hs-menu-wrapper > ul > li > a:hover {
  color: rgba(255, 255, 255, 0.8);
}





.content-wrapper {
  max-width: 1200px;
}

.blog-post__date {
  border-color: #75777c;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #75777c;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #4d4f54;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #9d9fa4;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #75777c;
}

.blog-pagination__link {
  color: #75777c;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #75777c;
}

.blog-post__title {
  color: #393c43;
  font-family:Helvetica 85 Heavy;
  font-size: 64px;
}

.blog-post__author {
  background-color: #393c43;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}

/* Blog Grid Listing and Post styles */

.blog-header {
  background-color: rgb(#null);
}

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-post__tag-link:hover{
  color: #223650;
}

.blog-post__read-more svg {
  fill: #75777c;
}

.blog-post__read-more a:hover svg {
  fill: #223650;
}

.blog-sidebar a {
  color: #75777c;
}

.blog-sidebar a:hover {
  color: #223650;
}

.blog__subscription-block {
  background-color: rgb(#null);
}

.post-featured-image {
  max-height: px;
}
.blog-post__meta {
    margin-top: 20px;
}

.blog-post__meta a {
  font-size: 16px;
    line-height: 1.25;
    color: #b6b6b6;
}

.blog-post__body, .blog-post__tags a {
  color: #75777c;
}

.blog-post__meta a:hover {
  color: #223650
}

.blog-post__links {
  border-top:  2px solid rgb(#null);
}

.blog-post__back-to-blog {
  color: #75777c;
}

.blog-post__back-to-blog:hover {
  color: #223650;
}

.blog-post__back-to-blog svg {
  fill: #75777c;
}

a.blog-post__back-to-blog:hover svg {
  fill: #223650;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(#null);
}

.comment.depth-1 {
  border-left: 2px solid rgb(#null);
}

.section.post-footer .hs-input {
  border-color: rgb(#null);
}

.blog-recent-posts {
  background-color: rgb(#null);
}










body .icon svg {
  fill: #75777c;
}

body .tns-nav button.tns-nav-active {
  background-color: #75777c;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #75777c;
}

body .social-links__icon {
  background-color: #75777c;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #393c43;
}

.page-center {
  max-width: 1200px;
  margin: 0 auto;
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}



.boton-readmore {
    background-color: rgba(0,150,215,1.0);
    border-color: rgba(255,255,255,0.0);
    color: #fff;
    border: 1px solid transparent;
    overflow: visible;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 20px;
    vertical-align: middle;
    font-size: 17px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    transition: .1s ease-in-out;
    transition-property: color,background-color,background-position,border-color,box-shadow;
    font-family: 'Helvetica 85 Heavy';
    text-transform: uppercase;
    border-radius: 6px;
    background-origin: border-box;
    font-size: 14px !important;
}

.boton-readmore:hover {
	  background-color: #0084be;
    color: #fff;
    border-color: transparent;
    background-image: linear-gradient(100deg,#19b1f0,#0171cd);
    box-shadow: 0 8px 50px -6px rgb(84 84 120 / 26%);
    text-decoration: none;
}

.boton-readmore:active {
	  background-color: #0072a4;
    color: #fff;
    border-color: transparent;
    background-image: linear-gradient(100deg,#19b1f0,#0171cd);
}  

.boton-readmore:focus {
	  background-color: #0072a4;
    color: #fff;
    border-color: transparent;
    background-image: linear-gradient(100deg,#19b1f0,#0171cd);
}  
#hs_cos_wrapper_post_body > div > p:nth-child(19) > strong > img {
  padding-left: 20px;
}
#hs_cos_wrapper_post_body > div > img:nth-child(42) {
  padding-left: 20px;
}
/* junk */
#a_que_hora_prefieres_que_te_llamemos_-0071f377-b440-48f7-be2e-cee9dcf9c145_2400 {
  line-height: 50px !important;
}
#hs_cos_wrapper_main-section-module-4 select {
  height: 50px;
}

body > div.body-wrapper.hs-content-id-40685936966.hs-landing-page.hs-page > div:nth-child(3) > footer {
  border: 10px solid #fff;
}

body > div.body-wrapper.hs-content-id-40685936966.hs-landing-page.hs-page > main > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.main-section-row-0-padding > div > div {
  margin-top: 30px;
}


   #hs_cos_wrapper_ {display: flex; margin-top: 20px;}

   #hs_cos_wrapper_ .related-blog-item {
    display: table-caption;
    float: right;
    padding: 15px;
    width: 33%;
    margin: 0 auto;
  }
  
  #hs_cos_wrapper_ > div > div:nth-child(1) {
    display: table-caption;
    float: left;
    padding: 15px;
    width: 34%;  
  }

.related-blog-item-image {
    height: 200px;
    display: block;
    object-fit: cover;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 19px;
}

.hs-related-blog-byline {
    padding-top: 8px;
}

@media (max-width: 320px) {
  form, .hbspt-form {
    padding: 8px !important;
  }
}

@media (max-width: 479px) {

 #hs_cos_wrapper_ .related-blog-item {
    display: block;
    float: none;
    padding: 15px;
    width: 100%;
    margin: 0 auto;
  }
  
  #hs_cos_wrapper_ > div > div:nth-child(1) {
    display: block;
    float: none;
    padding: 15px;
    width: 100%;  
  }
  
  .related-blog-item-image {
    height: auto;
    display: block;
    width: 100%;
    
}
  #hs_cos_wrapper_module_16109914584323 {
    padding: 50px 15px 20px 15px;
}
  #hs_cos_gallery_module_16109914584324_Gallery {
    padding: 15px;
  }
  #hs_cos_gallery_module_16109914584324_Gallery > div {
    padding: 0px 19px;
  }
}
@media (max-width: 320px) {
  #tipo_de_empresa-baaf16af-2e75-42dc-9b81-be10caead861_3028 {
    height: 50px !important;
}
}

/* FORMULARIO BLOG */
#hsForm_e5768ec7-f89d-4162-8d08-ec052911bad1 > div:nth-child(1) > div > h2 {
  text-align: center;
  margin-top: 0px !important;
}

.hs-custom-style>div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]), .hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
        max-width: 300px !important;
}

 form, .hbspt-form {
   background: white;
    padding: 20px 30px 40px 30px;
    font-size: 1.1rem;
    border-radius: 9px;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    margin: 0 0 .3rem;
    color: #393c43;
    font-size: 16px;
    font-family: 'Helvetica 35 Thin' !important;
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
    display: block;
    margin-left: 20px;
    position: relative;
    top: -3px;
    font-size: 16px;
    color: #393C43;
}

.hs-form-field>label, .field>label {
  color: #393C43 !important;
  padding-bottom: 5px;
  font-family: 'Helvetica 55 Roman';
}