/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */

@import url('//stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('//fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900,300italic,400italic,700italic|Oswald:100,200,300,400,500,600,700,800,900,300italic,400italic,700italic|Noto+Sans:100,200,300,400,500,600,700,800,900,300italic,400italic,700italic|Merriweather:100,200,300,400,500,600,700,800,900,300italic,400italic,700italic&subset=latin,latin-ext'); 
@font-face {
  font-family: flowplayer;
  src: url("//5195140.fs1.hubspotusercontent-na1.net/hubfs/5195140/RetoKommerling%20August%202019/Fonts/flowplayer.eot") format("embedded-opentype"),
    url("//5195140.fs1.hubspotusercontent-na1.net/hubfs/5195140/RetoKommerling%20August%202019/Fonts/flowplayer.woff") format("woff2"),
    url("//5195140.fs1.hubspotusercontent-na1.net/hubfs/5195140/RetoKommerling%20August%202019/Fonts/flowplayer.woff2") format("woff");
}

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}
.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
    vertical-align: top !important;
}

/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #captcha_wrapper,
  #recaptcha_area,
  #recaptcha_area table#recaptcha_table,
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: auto !important;
    overflow: hidden; 
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
  #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
  max-width: 100%;
  height: auto;
}

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
} 
#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
} 
#caldays {
  margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed)*/
@media only screen and (max-width: 767px){
  .hs-responsive-embed,
  .hs-responsive-embed.hs-responsive-embed-youtube,
  .hs-responsive-embed.hs-responsive-embed-wistia,
  .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-responsive-embed iframe, 
  .hs-responsive-embed object, 
  .hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

/* Forms */
textarea,
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"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
  width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 507px !important;
}
#hs-pwd-widget-password {
  height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
  padding: 0; 
}

/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}

/* Vertical Menu
========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 767px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
  }

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
  background-color: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  top: 40%;
  text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
  color: white;
  font-size: 3em;
  line-height: 1.1em;
  position: absolute;
  padding: 0px 5% 0px 5%;
  width: 90%;
  top: 40%;
  text-align: center;
  background-color: transparent;
}

@media all and (max-width: 400px) {
  .hs_cos_flex-slider .superimpose .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    width: 90%;
    padding: 0px 5% 0px 5%;
    top: 40%;
    text-align: center;
  }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
  word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
  float: left;
  margin: 0 20px 20px 0;
}

.wp-float-right {
  float: right;
  margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */



*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

html{
  -webkit-transition: all 1.3s ease-out;
  -moz-transition: all 1.3s ease-out;
  -o-transition: all 1.3s ease-out;
  -ms-transition: all 1.3s ease-out;
  transition: all 1.3s ease-out;
}


body {
  background-color: #f6f6f6;
  font-family: 'regular', sans-serif;
  color: #807c75;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1100px;
  margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #0078C0;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #0078C0;
  text-shadow: none;
}


/* =============== Typography =============== */

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'regular', sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
  margin:0 0 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 42px;
  line-height: 46px;
}
h2 {
  color: #444038;
  font-size: 34px;
  line-height: 38px;
}
h3 {
  font-size: 24px;
  line-height: 32px;
}
h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}
h5 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
}
h6 {
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
}

/* Anchor Links */
a {
  color: #0078C0; 
  text-decoration:none;
  font-family: 'regular', sans-serif;

}
a:hover, a:focus { color: #0078C0; }

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

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


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}
div#custom-header-menu-sidebar {
  position: fixed;
  width: 290px;
  top: 0;
  left: 0;
  padding: 10px 30px;
  background-color: #fff;
  height: 100%;
  z-index: 101;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  -ms-transition: background-color .3s ease;
  transition: background-color .3s ease;
  outline: 0;
  overflow-y: hidden;
  outline: none;
}
.custom-header-wrapper {
  background-color: #000000;
  color: #ffffff;
  position: fixed;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 9999;
  min-height: 30px;
}

.custom-header-wrapper > .row-fluid-wrapper > .row-fluid {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  padding: 10px 60px;
  line-height: 1.4;
  width: 2080px;
  font-size: 16px;
}
.custom-header-wrapper > .row-fluid-wrapper > .row-fluid > div {
  margin-left: 0;
}
.widget-span.custom-logo img {
  vertical-align: middle;
  float: left;
  margin-top: 13px;
}
.header_search {
  max-width: 300px;
  margin: 0 auto;
  float: right;
  background: black;
  margin-bottom: 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid white;
}
.custom-header-wrapper > .row-fluid-wrapper > .row-fluid > div:last-child {
  float: right;
}
.header_search form#searchform label.screen-reader-text {
  display: none;
}
.header_search form#searchform input#s {
  font-family: regular;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  border: 0;
  outline: 0;
  color: #ffffff;
  background-color: transparent;
  margin: 0;
  padding: 2px 4%;
  width: 74%;
  height: 33px;
  float: left;
  border-radius: 3px;
}
.header_search form#searchform input#searchsubmit {
  width: 37px;
  height: 37px;
  line-height: 37px;
  display: inline-block;
  margin: 0;
  padding: 0 4%;
  outline: 0;
  border: none;
  text-decoration: none;
  background-color: transparent;
  color: #b9b9b9;
  font-family: FontAwesome,sans-serif;
  cursor: pointer;
  white-space: nowrap;
  float: right;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -webkit-appearance: none;
  font-size: 12px;
  border-radius: 3px;
}
.widget-span.custom-logo {
  width: auto;
  float: none;
  display: inline;
}
.widget-span.custom-sidebar-logo {
  z-index: 100;
  text-align: center;
  position: relative;
}
.widget-span.custom-sidebar-logo img {
  padding-top: 70%;
  padding-left: 19px;
  position: relative;
}
.widget-span.custom-menu-primary {
  position: relative;
  z-index: 101;
  margin: 52px 0 0;
}
.header-social-link-wrapper {
  font-size: 13px;
  position: relative;
  margin: 60px 0 0;
  text-align: center;
}
.header-social-link-wrapper .normal_social {
  display: inline-block;
  position: relative;
  font-size: 25px;
  margin: 0 5px 2px 0;
}
.header-social-link-wrapper .normal_social:hover i {
  color: #0078C0 !important;
}

/* =============== Content =============== */

.body-container-wrapper {}
.body-container {
  color: #807c75;
  font-family: 'regular', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 300;
  padding-left: 260px;
}
.body-container-wrapper .page-center {
  padding-left: 15px;
  padding-right: 15px;
}
.site-wrapper {
  position: relative;
  z-index: 1000;
  -webkit-transition: left .33s cubic-bezier(.694,.0482,.335,1);
  -moz-transition: left .33s cubic-bezier(.694,.0482,.335,1);
  -o-transition: left .33s cubic-bezier(.694,.0482,.335,1);
  -ms-transition: left .33s cubic-bezier(.694,.0482,.335,1);
  transition: left .33s cubic-bezier(.694,.0482,.335,1);
  left: 0;
}
.body-container-wrapper {
  z-index: 100;
  position: relative;
  background-color: #f6f6f6;
}
.body-container blockquote {
  quotes: none;
  position: relative;
  padding: 14px 14px 14px 10px;
  border-left: 4px solid transparent;
  margin-bottom: 0;
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.widget-span.custom-footer-wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  -webkit-transition: left .33s cubic-bezier(.694,.0482,.335,1);
  -moz-transition: left .33s cubic-bezier(.694,.0482,.335,1);
  -o-transition: left .33s cubic-bezier(.694,.0482,.335,1);
  -ms-transition: left .33s cubic-bezier(.694,.0482,.335,1);
  transition: left .33s cubic-bezier(.694,.0482,.335,1);
  -webkit-backface-visibility: hidden;
  width: calc(100% - 290px);
}
.custom-footer-top-section {
  background-color: #000000;
  position: relative;
  padding: 72px 0 52px;
  color: #fff;
}
.custom-footer-top-section .page-center>.row-fluid-wrapper>.row-fluid {
  padding-left: 10px;
  padding-right: 5px;
  width: calc(100% + 15px);
}
.custom-footer-top-section .page-center > .row-fluid-wrapper > .row-fluid > div {
  margin-left: 0;
  width: 25%;
}
.widget-span.custom-footer-link-and-footer-logo-wrapper > div {
  padding: 0 15px 0 0 !important;
}
.custom-footer-top-section .page-center > .row-fluid-wrapper > .row-fluid > div > div {
  padding: 0 10px 0 5px;
}
.widget-span.custom-footer-social-link-wrapper > div {
  padding: 0 0 0 15px !important;
}
.custom-footer-link .hs-menu-wrapper > ul {
  display: block;
  line-height: 1.2;
  font-family: 'regular', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}
.custom-footer-link .hs-menu-wrapper > ul > li > a {
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  font-size: 23px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  font-family: 'regular', sans-serif;
}
.custom-footer-link .hs-menu-wrapper > ul > li > ul > li > a {
  word-wrap: break-word;
  color: #dfe1e0;
  font-size: 15px;
  line-height: 25px;
  white-space:normal !important;
}
.custom-footer-link.Reto .hs-menu-wrapper>ul {
  margin: 0 0 0 15px;
}
.custom-footer-link.Acepta .hs-menu-wrapper>ul {
  margin: 0 0 0 15px;
}
.custom-footer-link.Colaboradores .hs-menu-wrapper>ul {
  margin: 0 0 0 5px;
  padding-bottom: 108px;
}
.custom-footer-bottom-section {
  background-color: #48484a;
}
.widget-span.custom-copyright-section {
  display: table-cell;
  font-size: 12px;
  line-height: 22px;
  height: 53px;
  width: 1%;
  vertical-align: middle;
  float: none;
  text-align: center;
}
.widget-span.custom-copyright-section p {
  margin: 0;
  color: #f9f9f9;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 300;
}
.widget-span.custom-copyright-section p i {
  font-style: normal;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
}
.widget-span.custom-copyright-section p i a {
  color: #f9f9f9;
}
.widget-span.custom-copyright-section p i a:hover {
  color: #0078C0;
}
.widget-span.custom-copyright-section p i + i {
  padding-left: 20px;
}
.custom-footer-right-logo img {
  width: 200px;
  max-width: 100%;
}
.custom-footer-right-logo > div {
  padding-bottom: 20px;
  padding-right: 0px;
  padding-left: 12px;
  margin: 0 0 0 5px;
}
.footer-social-link-wrapper {
  font-size: 0;
  position: relative;
  top: 3px;
}
.footer-social-link-wrapper .normal_social {
  font-size: 25px;
  color: #ffffff;
  display: inline-block;
  position: relative;
}
.footer-social-link-wrapper .normal_social a {
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  color: #818181;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
}
.footer-social-link-wrapper .normal_social:first-child a .simple_social {
  margin: 0px 20px 0px 20px;
}
.footer-social-link-wrapper .normal_social a .simple_social{
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  margin: 0px 10px 0px 10px;
  transition: all .3s ease 0s;
}
.footer-social-link-wrapper .normal_social:hover a .simple_social {
  color: #fff !important;
}
.widget-span.custom-footer-left-logo {
  margin-top: 136px;
}
.widget-span.custom-footer-left-logo img {
  width: 250px;
  max-width: 100%;
}
.widget-span.custom-footer-left-logo p {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  margin: 0 0 3px;
  line-height: 1.2;
}
.widget-span.custom-footer-mobile-logo {
  display: none;
}


/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */

@media screen and (min-width:1001px) {
  /* =============== Custom Menu Primary =============== */


  .widget-span.custom-mobile-header {
    display: none;
  }

  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul{
    padding-right: 8px;
    display:block;
    text-align:center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    font-family: 'Noto Sans', sans-serif;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #444038;
    font-family: 'Oswald', sans-serif;
    position: relative;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a > span {
    line-height: 1.4em;
    max-width: 160px;
    display: inline-block;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > a > span.plus {
    float: right;
    width: 20px;
    height: 8px;
    margin: 12px 0 0;
    z-index: 10000;
    display: block;
    position: relative;
    background-image: url('//5195140.fs1.hubspotusercontent-na1.net/hubfs/5195140/RetoKommerling%20August%202019/Images/layer-slider-right@1_5x.png');
    background-repeat: no-repeat;
    background-position: 0%;
    -o-background-size: 8px 8px;
    -webkit-background-size: 8px 8px;
    -moz-background-size: 8px 8px;
    background-size: 8px 8px;
    line-height: 1.4em;
    margin-top: 16px;
  }

  .osx .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > a > span.plus {
    float: right;
    width: 20px;
    height: 8px;
    margin: 12px 0 0;
    z-index: 10000;
    display: block;
    position: relative;
    background-image: url('//5195140.fs1.hubspotusercontent-na1.net/hubfs/5195140/RetoKommerling%20August%202019/Images/vertical_menu_cross@2x.png');
    background-repeat: no-repeat;
    background-position: 0%;
    -o-background-size: 8px 8px;
    -webkit-background-size: 8px 8px;
    -moz-background-size: 8px 8px;
    background-size: 8px 8px;
    line-height: 1.4em;
    margin-top: 16px;
  }



  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.menu-toggled>a>span.plus {
    background-image: url('//5195140.fs1.hubspotusercontent-na1.net/hubfs/5195140/RetoKommerling%20August%202019/Images/vertical_menu_minus.png');
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a>span:first-child {
    padding-left: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
    color: #0078C0;
  }

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    display:none;
    position: relative;
    margin-right: 17%;
    padding: 0;
    z-index: 997;
  }


  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    padding: 5px 0;
    padding-left: 45px;
    font-size: 13px;
    color: #807c75;
    font-family: 'Oswald', sans-serif !important;
    line-height: 12px;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
    white-space:normal !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a span {
    line-height: 1.4em;
    display: inline-block;
    max-width: 180px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #0078C0;
  }

  /* Override max width on menu links */
  .custom-menu-primary .hs-menu-wrapper > ul li a, 
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
  }

  /* Fix menu disappearing on desktop after toggling mobile menu */

  .custom-menu-primary .hs-menu-wrapper{ 
    display:block !important;
  }
}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 1000px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    width: 100%;
    max-width: none;
  }

  /* ===== Mobile Toggle Button ===== */



  /* ===== Mobile Child Toggle Buttons ===== */

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children span.mobile_arrow {
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 46px;
    line-height: 46px;
    margin: 0;
    padding: 0 10px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    width: 50px;
    z-index: 9000;
    -webkit-tap-highlight-color: transparent;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children span.mobile_arrow .fa-angle-down {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children span.mobile_arrow i{
    display:inline-block;
    width:auto;
  }
  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display:none;
  }

  /* Mobile Menu Styles */ 
 
  
  
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul{
    max-width: 798px;
    margin: 0 auto;
    display:block;
    padding:0 15px;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    border-bottom: 1px solid #eaeaea;
    border-color: #ffffff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color: #444038;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 0;
    display: block;
    position: relative;
    line-height: 26px;
    letter-spacing: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.child-open > span.mobile_arrow .fa-angle-right {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.child-open > span.mobile_arrow .fa-angle-down {
    display: inline-block;
  }
  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    margin: 0 0 0 20px;
    border-bottom: 1px solid #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: #444038;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 0;
    display: block;
    position: relative;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a:hover{
    color: #0078C0
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}
.section-post-header p{
  text-align: center;
  line-height:26px;
  margin:0;
  overflow: hidden;
  padding-top: 10px;
  padding-right: 30px;
  padding-left: 30px; 
  font-family: Noto Sans;
  color: #444038;
  font-size: 14px;
  letter-spacing: 0px;
}
.blog .content-wrapper > .row-fluid-wrapper > .row-fluid > div {
  width: auto;
  margin-left: 0;
}
.blog .content-wrapper > .row-fluid-wrapper > .row-fluid .blog-content {
  width: 75%;
  padding: 0 20px 0 0;
}
.blog .content-wrapper > .row-fluid-wrapper > .row-fluid > .blog-sidebar {
  width: 25%;
  padding: 0 0 0 20px;
}
.custombox-content {
  position: fixed;
  overflow: hidden;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  overflow-y: auto;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  display:none;
}

.pop-up-open .custombox-content {
  display: flex !important;
}

.custombox-content .paoc-popup-modal {
  background-color: #FFF;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  width: 60%;
  position: relative;
  line-height: normal;
  max-width: 100%;
  max-height: 95%;
}

.custombox-content .paoc-popup-modal a.paoc-popup-close {
  display: block;
  position: absolute;
  outline: none;
  top: -12px;
  right: -12px;
  z-index: 10000;
  outline: none;
  background: url('//5195140.fs1.hubspotusercontent-na1.net/hubfs/5195140/RetoKommerling%20August%202019/Images/close.png') center center no-repeat;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.custombox-content .paoc-popup-modal .paoc-popup-modal-cnt {
  background-color: #f6f6f6;
  padding: 50px 30px 50px 0px;
}
.custombox-content .paoc-popup-modal .paoc-popup-modal-cnt .popup-modal-cnt-section {
  margin-left: -15px;
  margin-right: -15px;
}
.custombox-content .paoc-popup-modal .paoc-popup-modal-cnt .popup-modal-cnt-section .wpb_column.vc_column_container {
  width: 100%;
}
.custombox-content .paoc-popup-modal .paoc-popup-modal-cnt .popup-modal-cnt-section .wpb_column.vc_column_container .vc_column-inner {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.custombox-content .paoc-popup-modal  .wpb_wrapper {
  padding-left: 2.7%;
}
.custombox-content .paoc-popup-modal .wpb_wrapper p {
  line-height: normal;
  margin: 0 0 20px 0;
  color: #807c75;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}
.custombox-content .paoc-popup-modal .wpb_wrapper p span {
  color: #0078C0;
  font-size: 30px;
  font-weight: 200;
  line-height: 42px;
}
.custombox-content .paoc-popup-modal .wpb_wrapper p:last-child span {
  color: #0078C0;
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
}
.custombox-content .paoc-popup-modal .wpb_wrapper p:last-child {
  margin: 0;
}
.custombox-content .paoc-popup-modal .paoc-popup-modal-cnt .popup-modal-cnt-section .wpb_column.vc_column_container .wpb_wrapper .wpb_text_column.wpb_content_element {
  margin-bottom: 32px;
}
.custombox-content .paoc-popup-modal .paoc-popup-modal-cnt .vc_row.wpb_row.section {
  margin-left: -15px;
  margin-right: -15px;
}
.custombox-content .paoc-popup-modal .paoc-popup-modal-cnt .vc_row.wpb_row.section .wpb_column {
  width: 25%;
  float: left;
  position: relative;
  min-height: 1px;
}
.custombox-content .paoc-popup-modal .paoc-popup-modal-cnt .vc_row.wpb_row.section .wpb_column:nth-child(2) {
  width: calc(50% + 20px);
}
.custombox-content .paoc-popup-modal .paoc-popup-modal-cnt .vc_row.wpb_row.section .wpb_column .vc_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.custombox-content .hs_cos_wrapper_type_form{
  margin:0;
  max-width:100%;
}
.custombox-content .hs_cos_wrapper_type_form form .hs-form-field .hs-input {
  height: 47px;
  width: 100%;
  border: 0px;
  padding: 0;
  padding-left: 20px;
  margin-top: 5px;
  color: #818181;
  margin-bottom: 0;
  display: block;
}
.custombox-content .hs_cos_wrapper_type_form form .hs-form-field span.hs-form-required {
  display: none;
}

.custombox-content .hs_cos_wrapper_type_form form .legal-consent-container {
  padding-top: 15px;
}
.custombox-content .hs_cos_wrapper_type_form form .legal-consent-container .field.hs-form-field {
  margin-bottom: 8px;
}
.custombox-content .hs_cos_wrapper_type_form form .hs-form-field ul.inputs-list{
  padding:0 !important;
}
.custombox-content .hs_cos_wrapper_type_form form .legal-consent-container .hs-form-booleancheckbox-display input {
  float: left;
  margin-top: 6px;
  width: 5%;
  height: 11px;
  border: 0px;
  padding-left: 20px;
  color: #818181;
}


.custombox-content .hs_cos_wrapper_type_form form .hs_submit.hs-submit input.hs-button.primary.large {
  font-family: 'Noto Sans', sans-serif!important;
  letter-spacing: 0px !important;
  Font-size: 18px !important;
  text-transform: capitalize !important;
  width: 40%;
  color: #ffffff;
  border-width: 0px;
  background-color: #0078C0;
  height: 44px;
  margin-top: 20px;
}
.custombox-content .hs_cos_wrapper_type_form form .hs_submit.hs-submit {
  text-align: right;
}
.custombox-content .paoc-popup-modal .paoc-popup-modal-cnt p {
  line-height: normal;
  margin: 0 0 20px 0;
}
.custombox-overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9997;
  opacity: 0;
  transition-delay: 0s;
  transition-timing-function: linear;
  transition-property: opacity;
  background-color: #000;
  display: none;
}
.video-wrapper video {
  width: 100%;
}
.custombox-content .hs_cos_wrapper_type_form form .hs-error-msgs {
  font-family: 'Noto Sans', sans-serif;
  color: #807c75;
}
.pop-up-open .custombox-overlay {
  opacity: 0.48;
  display: block;
}

/* Blog Post */
.hs-blog-post {}

ul.custom-related-inner-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.custom-related-inner-wrapper li.related-post-item {
  float: left;
  width: 33.33%;
  position: relative;
  margin-bottom: 20px;
  padding-right: 20px;
}

ul.custom-related-inner-wrapper li.related-post-item:nth-child(3n + 3) {
  padding-right: 0;
}
.blog-section .section-post-header {
  text-align: center;
}
.blog-section .section-post-header h1 {
  padding-top: 34px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
  margin: 0;
}
.blog-section .section-post-header h1 span {
  color: #444038;
  font-family: 'Oswald', helvetica, sans-serif;
  font-size: 42px;
  line-height: 34px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: initial;
}
.at-share-btn-elements {
  padding-bottom: 10px;
  text-align: center;
  padding-top: 20px;
}
.hs-blog-post .content-wrapper {
  padding-top: 24px;
}
.blog-post-wrapper .post-body .at-share-btn-elements {
  text-align: left;
}
.separator.normal {
  position: relative;
  display: block;
  height: 1px;
  margin: 10px 0;
}
.custom-related-wrapper h3 {
  color: #444038;
}
@keyframes fadeIn {
  from {
    transform: scale(.7);
    transition-property: all
  }

  to {
    transform: scale(1);
    opacity: 1
  }
}




/* Blog Listing */
.hs-blog-listing {}
.hs-blog-post .custom-sidebar-images p {
  max-width: 100% !important;
  width:100% !important;
  padding-right: 0 !important;
}
span.date.entry_date.updated  .single_tags {margin: 26px 0 0;}
span.date.entry_date.updated {
  font-family: 'Oswald', sans-serif;
  color: #807c75;
  font-size: 14px;
  font-weight: 300;
}
span.date.entry_date.updated .single_tags .tags_text {
  font-family: Oswald;
  font-size: 15px;
  padding-bottom: 24px;
}
span.date.entry_date.updated .single_tags .tags_text h5 {
  display: inline-block;
  color: #444038;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: capitalize;
}
span.date.entry_date.updated .single_tags .tags_text a {
  letter-spacing: 1px;
}

.custom-subscribe-section .wpb_button, .custom-subscribe-section .wpb_content_element, .custom-subscribe-section ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0;
}
.hs-blog-listing .blog-content > .row-fluid-wrapper.row-number-4,
.hs-blog-listing .blog-content > .row-fluid-wrapper.row-number-3{
  padding-left: 6.4%;
  margin-left: 0.9%;
  padding-right: 1.6%;
  padding-top: 48px;
}
.custom-sidebar-images p {
  margin: 0 0 24px;
  max-width: 300px;
  width: 100%;
}
.custom-sidebar-images p:first-child {
  padding-top: 48px;
}
.custom-sidebar-images p img {
  vertical-align: top;
}
.hs-listing-featured-image {
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.hs-listing-featured-image .post-entry-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 100;
  left: 0;
  background: rgba(0,82,117,0.73);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.hs-listing-featured-image .post-entry-cover .post-subcategorias-final-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0px solid transparent;
  outline: 0px solid transparent;
  background: rgba(0,82,117,0.73);
  visibility: hidden;
  opacity: 0;
}
.hs-listing-featured-image .post-entry-cover .post-entry {
  left: 0px;
  width: 100%;
  vertical-align: middle;
  height: auto;
  position: absolute;
  font-size: 20px;
  text-align: center;
  top: 50%;
}
.hs-listing-featured-image .post-entry-cover .post-entry .post-entry-final-element {
  display: inline-block;
  float: none;
  clear: both;
  margin: 0px 0px 0px 0px;
  position: relative;
  visibility: hidden;
  opacity: 0;
  transform-origin: 50% 100% 0px;
  transform-style: flat;
  transform: matrix3d(0.8, 0, 0, 0, 0, 0, 0.8, -0.0008, 0, -1, 0, 0, 0, 0, 0.001, 0.999999);
  transition: all 0.4s ease-in-out;
}
.hs-listing-featured-image .post-entry-cover .post-entry .post-entry-final-element a.topic-link {
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 800;
  padding: 5px 10px 5px 10px;
  border-radius: 0px 0px 0px 0px;
  background: rgba(0,0,0,0.25);
  z-index: 2 !important;
  display: inline-block;
  font-family: "Raleway";
  border: none;
  text-decoration: none;
}
.hs-listing-featured-image .post-entry-cover .post-entry .post-entry-final-element a.topic-link:hover{
  background: rgba(0,0,0,1);
  color: #0078C0 ;
}
.post-item-inner-wrapper:hover .post-subcategorias-final-container {
  opacity: 1;
  visibility: visible;
}
.post-item-inner-wrapper:hover .post-entry .post-entry-final-element {
  transform: none;
  opacity: 1;
  visibility: visible;
}
.post-item-inner-wrapper:hover .post-entry-cover {
  visibility: visible;
  opacity: 1;
}
.post-header-content {
  background: #ffffff;
  padding: 30px 30px 30px 30px;
}
.post-header-content h2 {
  line-height: 30px;
  color: #363839;
  font-weight: 300;
  background: rgba(255,255,255,1);
  font-size: 27px;
  margin: 0 0 20px;
}
.post-header-content .post-clear-spacer {
  height: 5px;
}
.post-header-content .post-item-date {
  line-height: 18px;
  color: #535353;
  font-weight: 400;
  display: inline-block;
  float: left;
  clear: none;
  margin: 0px 10px 10px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  z-index: 2;
  font-family: 'Oswald',sans-serif;
  text-transform: capitalize;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-color: #aaaaaa;
  border-style: solid;
}
.post-header-content .post-category {
  line-height: 18px ;
  color: #727272 ;
  font-family: 'Oswald',sans-serif ;
  font-weight: 300 ;
  text-decoration: none ;
  text-transform: capitalize ;
  display: inline-block ;
  float: left ;
  clear: none ;
  margin: 0px 10px 10px 0px;
  position: relative ;
}

.post-header-content .post-category a {
  line-height: 18px ;
  color: #727272 ;
  font-weight: 300 ;
  padding: 0px 0px 0px 10px ;
  border-radius: 0px 0px 0px 0px ;
  background: transparent ;
  z-index: 2 ;
  font-family: 'Oswald',sans-serif ;
  text-transform: capitalize ;
  border-top-width: 0px ;
  border-right-width: 0px ;
  border-bottom-width: 0px ;
  border-left-width: 1.2px ;
  border-color: #727272 ;
  border-style: solid ;
  font-size: 14px ;
  overflow: hidden;
  display:inline-block;
}
.post-header-content .post-category a:hover {
  color: rgb(24, 115, 153);
}
.post-header-content .post-body {
  font-size: 14px ;
  line-height: 19px ;
  color: #aaaaaa ;
  font-weight: 300 ;
  display: inline-block ;
  clear: none ;
  margin: 0px 0px 0px 0px ;
  padding: 0px 0px 0px 0px ;
  border-radius: 0px 0px 0px 0px ;
  background: rgba(255,255,255,1) ;
  position: relative ;
  z-index: 2 ;
  font-family: 'Noto Sans',sans-serif ;
  border-top-width: 0px ;
  border-right-width: 0px ;
  border-bottom-width: 0px ;
  border-left-width: 0px ;
  border-color: #ffffff ;
  border-style: solid ;
}
.post-header-content .post-body p {
  margin: 0;
}
.post-header-content .post-body p {
  margin: 0;
}
.read-more-wrapper {
  clear: right;
  position: relative;
  text-align: right;
  padding-right: 30px;
}
.read-more-wrapper a.more-link {
  font-size: 40px;
  line-height: 27px;
  color: #000000;
  font-weight: 300;
  padding: 17px 17px 17px 17px;
  border-radius: 0px 60px 60px 60px;
  background: transparent;
  z-index: 2 !important;
  display: block;
  font-family: "Raleway";
  border: none;
  text-decoration: none;
}
.read-more-wrapper a.more-link:hover {
  color: #0078C0;
}

.custom-subscribe-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0078C0;
  width: 141%;
  margin-left: -15px;
  margin-right: -15px;
  top: 1px;
}


.custom-subscribe-section .full_section_inner .wpb_column {
  width: 16.66666667%;
  float: left;
  position: relative;
  min-height: 1px;
}
.custom-subscribe-section .full_section_inner .wpb_column.vc_col-sm-6 {
  width: 50%;
}
.custom-subscribe-section .full_section_inner .wpb_column.vc_col-sm-6 .vc_column-inner {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.custom-subscribe-section .full_section_inner .wpb_column.vc_col-sm-6 .vc_column-inner .wpb_wrapper {
  padding-left: 2.7%;
}
.custom-subscribe-section .full_section_inner .wpb_column.vc_col-sm-6 .vc_column-inner .wpb_wrapper p {
  color: #807c75;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 300;
  margin: 0;
}
.custom-subscribe-section .full_section_inner .wpb_column.vc_col-sm-6 .vc_column-inner .wpb_wrapper p span {
  color: #ffffff;
  font-size: 22px;
  font-weight: 100;
  line-height: 42px;
}
.custom-subscribe-section .full_section_inner .wpb_column.vc_col-sm-6 .vc_column-inner .wpb_wrapper p:last-child span {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  line-height: 44px;
  font-weight: 500;
}
.custom-subscribe-section .full_section_inner .wpb_column.vc_col-sm-6 .vc_column-inner .wpb_wrapper .vc_empty_space {
  height: 52px;
}
.custom-subscribe-section .full_section_inner .wpb_column .vc_column-inner {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.custom-subscribe-section .full_section_inner .wpb_column .vc_column-inner .wpb_wrapper {
  padding-left: 2.7%;
}
.custom-subscribe-section .full_section_inner .wpb_column .vc_column-inner .wpb_wrapper .vc_empty_space {
  height: 76px;
}
.custom-subscribe-section .full_section_inner .wpb_column .vc_column-inner .wpb_wrapper .vc_empty_space:last-child {
  height: 52px;
}
.custom-subscribe-section .full_section_inner .wpb_column .vc_column-inner .wpb_wrapper .wpb_raw_code a.paoc-popup.popupaoc-button {
  height: 58px;
  line-height: 58px;
  padding: 0 52px !important;
  color: #0078C0;
  font-weight: 500;
  font-family: Noto Sans, sans-serif;
  text-transform: none;
  font-size: 15px;
  letter-spacing: 0px;
  background-color: #ffffff;
  display: inline-block;
  text-decoration: none;
  font-style: normal;
}
.custom-subscribe-section .full_section_inner .wpb_column .vc_column-inner .wpb_wrapper .wpb_raw_code a.paoc-popup.popupaoc-button:hover {
  background: #555;
  color: #fff;
}
.vc_column-inner::after, .vc_column-inner::before {
  content: " ";
  display: table;
}
.full_section_inner {
  position: relative;
  z-index: 20;
}
.custom-subscribe-section.clearfix {
  position: relative;
}


/* Blog Columns Wrapper */
.blog.hs-blog-listing .content-wrapper {
  max-width:100% !important;
  padding:0 !important;
}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  display: block;
  float: left;
  width: 32.3%;
  padding-right: 20px;
  margin-bottom:30px;
}
.blog-listing-wrapper .post-listing .post-item:nth-child(3n + 3) {
  padding-right: 0;
}
.post-item-inner-wrapper {
  position: relative;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-color: #fff;
}
.post-item-inner-wrapper a.hs-featured-image-link .hs-featured-image-wrapper {
  overflow: hidden;
  position: relative;
}
.post-item-inner-wrapper a.hs-featured-image-link .hs-featured-image-wrapper .hs-featured-image-inner-wrapper {
  padding-bottom: 75%;
  position: relative;
  border: 0px solid transparent;
  outline: 0px solid transparent;
  overflow: hidden;
  width: 100%;
}
.hs-featured-image-inner-wrapper .hs-featured-listing-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}



.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}


/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border: 0px solid #ccc;
  margin-bottom: 0;
  margin-top: 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
#comments-listing.no-comments{
  border: none;
}

.comment-date {
  display: block !important;
  text-align: left !important;
}
.section.post-footer input.hs-button.primary {
  margin: 20px 0!important;
  font-family: 'Noto Sans', sans-serif;
  border-color: #0078C0;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: Capitalize;
  line-height: 45px;
  font-style: normal;
  font-weight: 300;
  background-color: #0078C0;
  padding: 0 30px;
} 

.section.post-footer .hs_error_rollup {
  margin-top: 20px;
}
.section.post-footer form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-y: hidden;
  overflow-x: auto;
}
.section.post-footer h3.form-title {
  color: #444038;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: capitalize;
}
/* Pagination */
.blog-pagination {
  padding: 30px 0;
}
.blog-pagination a {
  display:inline-block;
  padding:0 10px;
}
.comment_number{
  padding-top: 24px;
  border-top: 1px solid #b3b3b3;
  padding: 28px 0 38px;
  margin: 0;
}
.comment_number h5{
  color: #444038;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: capitalize;
}
/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {
  padding-bottom:30px;
}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
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 {
  border: 2px;
  width:100%;
  display:block;
  color: #818181;
  padding:15px 20px;
  margin:0 0 15px;
}
ul.inputs-list {
  padding-bottom: 10px !important;
  margin: 0;
}
/* MARATUM MODIFICACIONES */
.hs-form-booleancheckbox {
  color: white;
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
}

textarea {
  
  height: 60px !important; font-size: 14px; color:#818181;

}

.hs-fieldtype-checkbox.field.hs-form-field > div > ul > li:nth-child(1){
padding-top:10px;
}
.hs-form-checkbox {
padding-top: 10px;
}

.hs-fieldtype-checkbox.field.hs-form-field {
	margin-top:20px;
  font-family: 'Noto Sans',sans-serif;
  color: #ffffff;
  
}


/*ul.inputs-list .hs-input {
  width: auto;
  margin-right: 10px;
  height: 17px;
  margin-top: 6px;
  float: left;
}
ul.inputs-list span p {
  font-size: 11.8px;
  color: #807c75;
  font-family: 'Noto Sans', sans-serif;
  line-height: 24px;
  font-style: normal;
  font-weight: 300;
}
ul.inputs-list span p a {
  color: #0078C0;
}*/

/* FIN MARATUM MODIFICACIONES */

.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form,
.widget-type-google_search,	
.hs-search-field__bar {
  display: block;
  width: 100%;
  max-width: 500px;
  margin-bottom: 30px;
}


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 {}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select { color: #818181;}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {
  font-family: 'Noto Sans';
 
}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
ul.no-list.hs-error-msgs {
  padding-bottom: 35px;
  margin: 0;
  list-style: none;
  padding-left: 0;
  color: #f2545b;
}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {font-family: 'Noto Sans';}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; font-family:'Noto Sans';}
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; font-family:'Noto Sans'; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  font-family: 'Noto Sans', sans-serif;
  letter-spacing: 0px ;
  Font-size: 18px ;
  text-transform: capitalize;
  color: #ffffff;
  border-width: 0px;
  background-color: #000000;
  display:inline-block;
  padding:10px 30px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

/* Styles that do not fit into any of the available sections above can go here. */


.module_1679655415058267countdown_header {
    padding-bottom: 0;
    margin-bottom: -15px;
}



#module_1679655415058267countdown_days, #module_1679655415058267countdown_hours, #module_1679655415058267countdown_minutes, #module_1679655415058267countdown_seconds {
    color: #FFFFFF;
    background-color: #0078c0;
    padding: 20px;
    display: inline-flex;
    font-size: 40px !important;
}

.custom-lp-page .body-container,
.custom-lp-page .body-container-wrapper .page-center{
  padding-left: 0;
}
.custom-lp-banner .custom-lp-banner-content h2 {
  margin-bottom: 10px;
}
.custom-footer-lp-copyright-section {
  background-color: #000000;
  position: relative;
  padding: 10px 0;
}
.custom-lp-copyright-section {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-lp-copyright-section p {
  margin: 0;
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 300;
  padding-left: 1.8%;
}
.custom-lp-copyright-section p i {
  font-style: normal;
}

.custom-lp-footer-wrapper {
  margin-top: -1px;
  margin-bottom: -1px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #187399;
}
.custom-lp-footer-wrapper .custom-lp-footer-content {
  width: 83.33333333%;
  margin-left: 8.33333333%;
  float: left;
  position: relative;
}
.custom-lp-footer-wrapper .custom-lp-footer-content .custom-lp-footer-content-inner {
  padding-left: 15px;
  padding-right: 15px;
}
.custom-lp-footer-wrapper .custom-lp-footer-content .custom-lp-footer-content-inner .custom-lp-footer-content-text {
  padding-left: 1.8%;
}
.custom-lp-footer-content-text span.qode_icon_shortcode {
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
  font-size: 5em;
}
.custom-lp-footer-content-text span.qode_icon_shortcode a.anchor {
  display: block;
  width: 100%;
  height: 100%;
  color: #0078C0;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  position: relative;
  right: 5px;
}
.custom-lp-footer-content-text span.qode_icon_shortcode a.anchor:hover {
  color: #000;
}
.custom-lp-footer-content-text span.qode_icon_shortcode a.anchor .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -ms-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  border: none;
}
.custom-lp-footer-content-text span.qode_icon_shortcode a.anchor i.qode_icon_font_awesome {
  display: block;
  line-height: inherit;
  color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.custom-lp-footer-content-text {
  margin-top: 20px;
}
.custom-lp-footer-content-text .wpb_text_column .wpb_wrapper h2 {margin: 0 0 20px;}
.custom-lp-footer-content-text {
  margin-bottom: 75px;
}
.custom-lp-footer-content-text a.qbutton.big_large {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  font-style: normal;
  font-weight: 400;
  font-family: Oswald;
  text-transform: uppercase;
  font-size: 18px;
  margin: auto;
  background-color: rgba(24, 115, 153, 0.01);
  line-height: 58px;
  line-height: 58px;
  text-align: center;
  display: block;
  width: 45%;
  border: 2px solid #fff;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  letter-spacing: 2px;
  border-width: 1px;
  transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  -webkit-box-sizing: initial!important;
  -moz-box-sizing: initial!important;
}
.custom-lp-footer-content-text a.qbutton.big_large:hover {
  background-color: #fff;
  color: #187399;
}
.custom-lp-page .body-container h2 {
  margin: 0;
  color: #187399;
  font-family: 'Oswald', sans-serif;
  line-height: 25px;
  font-weight: bold;
}
.custom-lp-footer-content-text .lp-footer-main-wrapper p {
  color: #807c75;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 300;
  margin: 0 0 32px;
  padding-left: 0.9%;
}
.custom-lp-banner .custom-lp-banner-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 24px;
  padding-bottom: 12px;
  text-align: center;
}
.custom-lp-banner .custom-lp-banner-content h2, 
.custom-lp-banner .custom-lp-banner-content h1{
  font-size: 56px;
  line-height: 56px;
  color: #0078C0;
  font-family: 'Oswald', helvetica, sans-serif;
  margin-top: 0;
  font-weight: 300;
  margin: 0;
}
.custom-lp-banner .custom-lp-banner-content h1 {
  font-weight: bold;
  margin-bottom: 36px;
  font-family: 'Oswald', helvetica, sans-serif;

}
.custom-lp-banner .custom-lp-banner-content h6 {
  color: #807c75;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 300;
  margin: 0;
}
.simple-banner {
  padding-bottom: 40px;
}
.lp-page-form-wrapper {
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #f6f6f6;
}
.lp-page-form-wrapper .lp-page-form-inner-wrapper {
  padding-left: 0.9%;
}
.lp-page-form-wrapper-content-wrapper {
  position: relative;
  z-index: 20;
  padding: 48px 0 75px;
}
.lp-page-form-wrapper-content-wrapper .lp-page-form-space {
  width: 25%;
  float: left;
  position: relative;
  min-height: 1px;
}
.lp-page-form-wrapper-content-wrapper .lp-form-wrapper {
  width: 50%;
  float: left;
}
.lp-page-form-wrapper-content-wrapper .lp-form-wrapper .lp-form-wrapper-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-top: 25px;
  padding-right: 30px;
  padding-bottom: 45px;
  background-color: #464748;
  text-align: center;
}
.lp-page-form-wrapper-content-wrapper .lp-form-wrapper .lp-form-wrapper-inner .wpb_text_column.wpb_content_element .wpb_wrapper {
  padding-left: 0.9%;
  margin-bottom: 32px;
}
.lp-page-form-wrapper-content-wrapper .lp-form-wrapper .lp-form-wrapper-inner .wpb_text_column.wpb_content_element .wpb_wrapper p {
  color: #807c75;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 300;
  margin: 0;
}
.lp-page-form-wrapper-content-wrapper .lp-form-wrapper .lp-form-wrapper-inner .wpb_text_column.wpb_content_element .wpb_wrapper p span {
  font-size: 28px;
  font-family: oswald;
  color: #ffffff;
}
.lp-page-form-wrapper-content-wrapper .lp-form-wrapper .lp-form-wrapper-inner .hs_cos_wrapper_type_form {
  max-width: 100%;
  margin: 0;
  padding-left: 1.8%;
}
.lp-form-wrapper-inner h3 {
  display: none;
}
.lp-form-wrapper-inner form {
  text-align:left;
}
.lp-form-wrapper-inner form span.hs-form-required {
  display: none;
}
.lp-form-wrapper-inner form .hs-input {
  /*height: 45px*/ /*MODIFICACION MARATUM*/
  border: 0px;
  padding-left: 20px;
  margin-top: 5px;
  color: #818181;
  margin-bottom: 0;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
}
.lp-form-wrapper-inner form .legal-consent-container {
  padding-top: 15px;
}
.lp-form-wrapper-inner form .legal-consent-container ul.inputs-list {
  padding: 0 !important;
  text-align:left;
}
.lp-form-wrapper-inner form .legal-consent-container ul.inputs-list .hs-input {
  float: left;
  margin-top: 6px;
  height: 14px;
  width: 5%;
}
.lp-form-wrapper-inner form .legal-consent-container ul.inputs-list span p {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-style: normal;
  font-weight: 300;
  color: #fff;
}
.lp-form-wrapper-inner form .hs_submit.hs-submit {text-align: right;}

.lp-form-wrapper-inner form .hs_submit.hs-submit input.hs-button.primary.large {
  font-family: 'Noto Sans', sans-serif;
  letter-spacing: 0px;
  Font-size: 18px;
  text-transform: capitalize;
  color: #ffffff;
  border-width: 0px;
  background-color: #0078C0;
  height: 44px;
  margin-top: 20px;
  width: 40%;
}
.lp-form-wrapper-inner form .hs_submit.hs-submit .actions {
  width: 80%;
}
body:not(.blog) .body-container-wrapper {
  padding: 0px 0;
}

}
.lp-form-wrapper-inner form .legal-consent-container ul.inputs-list span p a {
  color: #AAAEB1;
}
.lp-form-wrapper-inner form .legal-consent-container ul.inputs-list span p a:hover {
  color: #0078C0;
}
.lp-form-wrapper-inner form .hs-error-msgs {
  font-family: 'Noto Sans', sans-serif;
  color: #807c75;
}
.custom-lp-page .hs_cos_wrapper_type_form .hs-button.primary.large {
  background-color: #0078C0;
  color: #ffffff;
}
.lp-form-wrapper-inner form .hs_submit.hs-submit .actions {
    width: 100%;
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
    color: #555555 !important;
}

.custom-lp-footer-content-text a.qbutton.big_large {
    color: #555555 !important;
    background-color: #fff !important;
}

.custom-lp-footer-content-text a.qbutton.big_large:hover {
    color: #ffffff !important;
    background-color: #555555 !important;
}

strong {
    font-family: 'regularsemibold' !important;
}

#hs_cos_wrapper_module_1687353805802106 label:not(.hs-error-msg) p {
    line-height: 16px !important;
    color: #555555;
    font-size: 14px !important;
}

#hs_cos_wrapper_module_1687353805802106 label:not(.hs-error-msg) span {
    line-height: 16px !important;
    color: #555555;
    font-size: 14px !important;
}

#hs_cos_wrapper_module_168735637548965 hr {
    border-bottom-color: #0078c0 !important;
}

/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */



@media only screen and (max-width: 1919px) and (min-width: 1366px) {
  .custom-sidebar-images p{
    max-width: 80%;
  }
}

@media only screen and (max-width: 1600px){
  .widget-span.custom-footer-left-logo{
    margin-top: 145px;
  }
}

@media only screen and (max-width: 1600px) and (min-width: 1281px){
  .hs-blog-listing .blog-content > .row-fluid-wrapper.row-number-4,
  .hs-blog-listing .blog-content > .row-fluid-wrapper.row-number-3 {
    padding-left: 6.8%;
  }
}

@media only screen and (max-width: 1460px) and (min-width: 1000px){
  .container-fluid .row-fluid .page-center{
    max-width:950px;
  }
}


@media only screen and (max-width: 1440px) and (min-width: 1024px){
  .footer-social-link-wrapper .normal_social {
    font-size: 23px;
  }
}

@media (max-width: 1415px) {
  .blog-listing-wrapper .post-listing .post-item{
    width:49%;
  }
  .blog-listing-wrapper .post-listing .post-item:nth-child(2n + 2){
    padding-right:0;
  }
  .blog-listing-wrapper .post-listing .post-item:nth-child(3n + 3){
    padding-right:20px;
  }
}


@media only screen and (max-width: 1365px) and (min-width: 1280px) {
  .custom-sidebar-images p{
    max-width: 81%;
    padding: 0 20px 0px 10px;
  }
}




@media only screen and (max-width: 1200px) {
  .custom-lp-banner .custom-lp-banner-content h1,
  .custom-lp-banner .custom-lp-banner-content h2{
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 0px;
  }
  .custom-lp-banner .custom-lp-banner-content h2{
    font-weight:300;
  }
  .custom-lp-footer-content-text a.qbutton.big_large {
    font-size: 12px;
    width: 48%;
  }
  .custom-lp-footer-content-text .lp-footer-main-wrapper p {
    text-align: left !important;
  }
  ul.custom-related-inner-wrapper li.related-post-item{
    width:50%;
  }
  ul.custom-related-inner-wrapper li.related-post-item:nth-child(3n + 3) {
    padding-right: 20px;
  }
  ul.custom-related-inner-wrapper li.related-post-item:nth-child(2n + 2) {
    padding-right: 0;
  }
}


@media only screen and (max-width: 1279px) and (min-width: 1024px){
  .body-container-wrapper .page-center {
    padding-left: 3%;
  }
  .widget-span.custom-footer-wrapper .page-center {
    max-width: 768px;
  }
  .container-fluid .row-fluid .page-center{
    max-width: 768px;
  }
  .custom-sidebar-images p {
    width: 150px;
    padding: 0 10px 0px 0px;
  }
  .custombox-content .paoc-popup-modal .wpb_wrapper {
    padding-left: 6%;
  }
}





@media only screen and (max-width: 1115px) and (min-width: 1000px){
  .container-fluid .row-fluid .page-center{
    max-width: 600px;
  }
}


@media  (max-width: 1023px){
  .custombox-content .paoc-popup-modal .wpb_wrapper {
    padding-left:0;
  }
  .blog-section .section-post-header{
    text-align: left;
  }
  .at-share-btn-elements {
    text-align: left;
  }
  .section-post-header p {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
  .blog-section .section-post-header h1 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}
}


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1000px) {
  .body-container {
    padding-left: 0;
  }
  .hs-blog-listing .blog-content > .row-fluid-wrapper.row-number-4, .hs-blog-listing .blog-content > .row-fluid-wrapper.row-number-3{
    margin-left: 0.9%; 
  }
  .post-header-content .post-item-date {  
    font-size: 13px;
  }
  .post-header-content .post-category a {
    font-size: 13px;
  }
  .custom-footer-top-section .page-center>.row-fluid-wrapper>.row-fluid{
    width:100%;
  }
  .blog-listing-wrapper {
    padding: 0;
  }
  .container-fluid .row-fluid .page-center{
    max-width: 798px;
    padding: 0 15px;
  }
  div#custom-header-menu-sidebar {
    display: none;
  }
  .widget-span.custom-footer-wrapper {
    position: relative;
    width: 100%;
  }
  .body-container-wrapper {
    margin: 0 !important;
  }
  .footer-social-link-wrapper .normal_social {
    font-size: 14px;
  }
  .widget-span.custom-footer-left-logo {margin-top: 0;}
  .widget-span.custom-mobile-logo {
    text-align: center;
    padding: 33px 0;
    width: auto;
    position: absolute;
    left: 50%;
  }
  .widget-span.custom-mobile-logo img {
    height: 32px;
  }
  .widget-span.custom-mobile-header {
    background-color: #fff;
  }
  .widget-span.custom-mobile-logo a {
    display: block;
    left: -78%;
    position: relative;
    height: 32px;
  }
  .mobile_menu_button {
    float: left;
    height: 100px;
    margin: 0 20px 0 0;
    display: table;
  }
  .mobile_menu_button span {
    width: 19px;
    height: 17px;
    font-size: 14px;
    z-index: 50;
    display: table-cell;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    color: #444038;
  }
  .mobile_menu_button span:hover i.qode_icon_font_awesome{
    color: #3283A2;
  }
  .footer-social-link-wrapper {
    font-size: inherit;
  }
  .footer-social-link-wrapper .normal_social a .simple_social {
    margin: 0px 8px 0px 8px;
  }
  .custom-sidebar-images p {
    width: 150px;
    padding: 0px 10px 0px 0px;
  }
  .custom-footer-top-section {
    padding: 72px 0 55px;
  }
  

}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .custom-subscribe-section .full_section_inner .wpb_column.vc_col-sm-6 .vc_column-inner .wpb_wrapper {
    padding-top: 15px;
  }
  .custom-subscribe-section .full_section_inner .wpb_column.vc_col-sm-6 .vc_column-inner .wpb_wrapper {
    padding-left: 0;
  }
  .blog-post-wrapper .post-body img {
    width: 100% !important;
  }
  .custombox-content .paoc-popup-modal .paoc-popup-modal-cnt .vc_row.wpb_row.section .wpb_column {
    width: 100%;
  }
  .custom-subscribe-section .full_section_inner .wpb_column.vc_col-sm-6 .vc_column-inner .wpb_wrapper p:last-child span {
    font-size: 30px;
    line-height: 44px;
  }
  .custombox-content .paoc-popup-modal .paoc-popup-modal-cnt .vc_row.wpb_row.section .wpb_column:nth-child(2) {
    width: 100%;
  }
  .custombox-content .paoc-popup-modal .paoc-popup-modal-cnt .vc_row.wpb_row.section {
    margin: 0;
  }
  .custombox-content .paoc-popup-modal .paoc-popup-modal-cnt {
    padding-right: 20px;
  }
  .custom-lp-footer-wrapper .custom-lp-footer-content {
    width: 100%;
    margin-left: 0;
  }
  .custom-lp-footer-wrapper .page-center {
    padding: 0 !important;
  }
  .custom-lp-footer-wrapper .custom-lp-footer-content .custom-lp-footer-content-inner .custom-lp-footer-content-text {
    padding: 0;
  }
  .custom-subscribe-section .full_section_inner .wpb_column {
    width: 100% !important;
  }
  .custom-subscribe-section .full_section_inner .wpb_column.vc_col-sm-6 .vc_column-inner .wpb_wrapper .vc_empty_space {
    display: none;
  }
  .custom-subscribe-section .full_section_inner .wpb_column .vc_column-inner .wpb_wrapper .vc_empty_space {
    height: 40px;
  }
  .custom-subscribe-section .full_section_inner .wpb_column .vc_column-inner .wpb_wrapper {
    text-align: center;
  }
  .custom-subscribe-section {
    width: 100%;
    margin: 0;
  }
  .custom-subscribe-section .full_section_inner .wpb_column.vc_col-sm-6 .vc_column-inner .wpb_wrapper p {
    text-align: center !important;
  }
  .container-fluid .row-fluid .page-center{
    max-width: 630px;
    padding: 0 15px;
  }
  .hs-blog-listing .blog-content > .row-fluid-wrapper.row-number-4,
  .hs-blog-listing .blog-content > .row-fluid-wrapper.row-number-3 {
    padding-left: 25px;
    padding-right: 25px;
    margin: 0;
  }
  .custom-footer-top-section .page-center>.row-fluid-wrapper>.row-fluid{
    width:100%;
  }
  .lp-page-form-wrapper .lp-page-form-inner-wrapper {
    padding: 10px 0;
  }
  .custom-header-wrapper > .row-fluid-wrapper > .row-fluid {
    width: 100%;
  }
  .custom-header-wrapper {
    width: 100% !important;
  }
  .custom-header-wrapper > .row-fluid-wrapper > .row-fluid > div:last-child {
    display: none;
  }
  .custom-lp-footer-content-text a.qbutton.big_large {
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    font-style: normal;
    font-weight: 400;
    font-family: Oswald;
    text-transform: uppercase;
    font-size: 18px;
    margin: auto;
    background-color: rgba(24, 115, 153, 0.01);
    width: auto;
    line-height: 50px;
    white-space:nowrap;
    display: inline-block;
    padding:0 20px;
  }
  .widget-span.custom-logo {
    width: 100%;
    text-align: center;
    display: block;
  }
  .widget-span.custom-logo img {
    float: none;
    margin: 6px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    max-width: 630px;
  }
  .custom-footer-top-section .page-center > .row-fluid-wrapper > .row-fluid > div {
    width: 100%;
    margin: 0 0 25px;
  }
  .custom-footer-top-section .page-center > .row-fluid-wrapper > .row-fluid > div > div {
    padding: 0 !important;
  }
  .custom-footer-link .hs-menu-wrapper > ul {
    margin: 0 !important;
  }
  .custom-footer-right-logo > div {
    margin: 0;
  }
  .footer-social-link-wrapper .normal_social {
    font-size: 25px;
  }
  .custom-footer-top-section .page-center > .row-fluid-wrapper > .row-fluid > .custom-footer-social-link-wrapper {
    margin: 0;
  }
  .hs_cos_wrapper_type_password_prompt,
  .hs_cos_wrapper_type_blog_subscribe,
  .hs_cos_wrapper_type_email_simple_subscription,
  .hs_cos_wrapper_type_form,
  .widget-type-google_search,	
  .hs-search-field__bar {
    max-width: 100%;
  }
  .widget-span.custom-mobile-logo a {
    display: block;
    left: -45%;
    position: relative;
    height: 32px;
  }
  .widget-span.custom-mobile-logo img {
    max-width: 140px;
    height: 48px;
    vertical-align: top;
    position: relative;
    top: -7px;
  }
  .lp-page-form-wrapper-content-wrapper .lp-page-form-space {
    display: none;
  }
  .lp-page-form-wrapper-content-wrapper .lp-form-wrapper {
    width: 100%;
  }
  .lp-page-form-wrapper-content-wrapper {
    width: 600px;
    margin: 0 auto;
  }
  .blog-listing-wrapper .post-listing .post-item{
    width:100%;
    padding:0 !important;
  }
  .blog .content-wrapper > .row-fluid-wrapper > .row-fluid .blog-content {
    width: 100%;
    padding:0;
  }
  .custom-sidebar-images p {
    padding: 30px 15px 10px 25px;
    width: 100%;
    max-width: 100%;
  }
  .custom-sidebar-images p img {
  }
  .blog .content-wrapper > .row-fluid-wrapper > .row-fluid > .blog-sidebar {
    width: 100%;
    padding:0;
  }
  .widget-span.custom-footer-mobile-logo {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .custom-footer-link.Colaboradores .hs-menu-wrapper>ul {
    padding: 0;
  }
  .widget-span.custom-footer-mobile-logo p {
    margin: 0;
  }
  .widget-span.custom-footer-mobile-logo p img {
    width: 250px;
    max-width: 100%;
  }
  .widget-span.custom-footer-left-logo {
    display: none;
  }
  ul.custom-related-inner-wrapper li.related-post-item{
    width:100%;
    padding:0 !important;
  }
}


@media (max-width: 600px) {
  .container-fluid .row-fluid .page-center{
    max-width:450px;
  }
  .lp-page-form-wrapper-content-wrapper {
    width: 420px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul{
    max-width: 480px;
    padding:0;
  }

  .widget-span.custom-footer-mobile-logo {
    display: block;
    padding-top: 41px;
    padding-bottom: 42px;
  }
  .hs-blog-listing .blog-content > .row-fluid-wrapper.row-number-3 {
    padding: 0 !important;
  }
  .hs-blog-listing .blog-content > .row-fluid-wrapper.row-number-4,
  .hs-blog-listing .blog-content > .row-fluid-wrapper.row-number-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 480px) {
  .container-fluid .row-fluid .page-center {
    max-width: 330px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul{
    max-width: auto;
  }
  .widget-span.custom-mobile-header .page-center {
    max-width: 100% !important;
    padding: 0 25px !important;
  }
  .lp-page-form-wrapper-content-wrapper{
    width: 300px;
  }


}


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 420px) {
  
html {
    font-family: 'regularregular';
    line-height: 1.5 !important;
  }

body {
    font-family: 'regularregular';
    color: #555555;
    line-height: 1.5;
  
  }
  
  h1 { 
      
    font-family: 'regularregular';
    font-size: 58px;
    color: #292929;
    line-height: 1.2 !important;
  }

  h2 { 
      
    font-family: 'regularsemibold' !important;
    font-size: 30px;
    color: #0078c0 !important;
    line-height: 1.2 !important;
    font-style: semibold !important;
    
  }

  h3 { 
      
    font-family: 'regularregular';
    font-size: 30px;
    color: #0078c0;
  }

  h4 { 
      
    font-family: 'regularsemibold';
    font-size: 26px;
    color: #292929;
  }

h6 {
  font-size: 30px !important;
  font-family: 'regularsemibold' !important;
  color: #0078c0 !important;
}

  
  p {
    font-family: 'regularregular';
    font-size: 22px;
    color: #555555;
  }

  .widget-span.custom-mobile-header{
    padding: 0 15px;
  }
  
 .module_1679655415058267countdown_clock_inner {
       column-count: 2 !important;
  }
  
  .module_1679655415058267countdown_header {
    display: inline-flex;
    padding-top: 20px;
 
}
  
  .textclock {
  padding-top: 14% !important;
  }
  
  .module_1679655415058267countdown_clock {
    padding-bottom: 10%;
}
  .custom-lp-page .body-container h2 {

    font-weight: normal;
    font-family: 'regularsemibold' !important;
}
   
  .lp-form-wrapper-inner form .hs_submit.hs-submit input.hs-button.primary.large {
    font-family: 'regularsemibold';
    letter-spacing: 0px;
    Font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    border-width: 0px;
    background-color: #0078c0;
    height: 100%;
    margin-top: 20px;
    width: 100% !important;
    display: block;
    justify-content: center;
    margin: auto;
  }
  
strong {
    font-family: 'regularsemibold' !important;
    font-weight: normal;
}