/* =========================================================
 * HubSpot Requireds
 * ====================================================== */

  /* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

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


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

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

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

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

/* =========================================================
 * InboundCycle Requireds
 * ====================================================== */

/* ------------------------------------------------------------
 * Globals */
	/* @group [ style.globals.css ] ============================= */
/* @group Layout -------------------------------------------- */
* {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	-webkit-box-sizing: border-box;
  box-sizing: border-box;}

html, 
body.tmp,
body {
	margin: 0;
	font-family: var(--default-font-family)!important;
	font-weight: 400;
	color: #666;
	background: transparent;}

.container {
	padding: 60px 15px;
	margin: 0 auto;
}

a,
a:checked,
a:active,
a img {
	outline: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease }

a:hover { outline: none;}

a img {
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease }

.tmp h1,
.tmp h2,
.tmp h3,
.tmp h4,
.tmp h5,
.tmp h6 {
	color: var(--default-title-color);
}

h1 {
	margin: 20px 0;
	font-size: 40px; /*52px;*/
	font-weight: 600;
	letter-spacing: normal;/*-1.5px;*/
	line-height: 48px }

h2 {
	margin: 20px 0;
	font-size: 28px;/*38px;*/
	font-weight: 600;
	letter-spacing: -0.5px }

h3 {
	margin: 20px 0;
	font-size: 21px;/*28px;*/
	font-weight: 600;
	letter-spacing: -0.5px }

.subtitle {
	margin: 0 0 30px 0;
	color: var(--default-title-color);
	font-size: 28px;
	font-weight: 200;
	letter-spacing: -0.5px;
	opacity: 0.5 }

p {
	margin: 0 0 20px 0;
	font-weight: 400;
	color: var(--default-text-color);
	line-height: 150% }

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

button {
	outline: none!important;
}

/* Responsive ---------- */
@media (min-width: 768px) {
	.container,
	.main-wrapper,
	.text-container,
	.main-text__wrapper {
		max-width: 768px;}
}

@media (min-width: 992px) {
	.container,
	.main-wrapper,
	.text-container,
	.main-text__wrapper {
		max-width: 970px;}
}

@media (min-width: 1200px) {
	.container,
	.main-wrapper,
	.text-container,
	.main-text__wrapper {
		max-width: 1200px;}
}
	/* @group [ style.topbar.css ] ============================== */
/* @group Layout -------------------------------------------- */

/* Menu */
.tmp header.module.topbar {
	position: sticky;
	top: 0px;
	z-index: 10;
	width: 100%;
	pointer-events: none;
	transform: translateY(0%);
	transition: all 0.6s ease 0s;
}

.tmp .module#topbar {
	pointer-events: all;
}

.tmp .module#topbar .navbar {
	padding: 0;
	background-color: #D5EFFC;
}

.tmp .module#topbar .navbar-collapse.collapse {
	width: 100%;
}

.module#topbar .navbar-header .navbar-toggle .icon-bar {
	border: 1px solid var(--secondary-color);
	background-color: var(--secondary-color);
}

.tmp .module#topbar #navbar-collapse ul li a {
	line-height: 19px;
	color: var(--default-title-color);
	text-decoration: none;
	padding: 0;
	max-width: unset;
}

.tmp .module#topbar #navbar-collapse ul li a:hover {
	color: var(--primary-color-light);
}

.tmp .module#topbar #navbar-collapse ul li ul {
	padding: 0;
	border: 1px solid var(--border-color);
	background: var(--secondary-color-light);
	/*box-shadow: 0 10px 10px -10px rgba(73,80,87,0.3);*/
	top: 64px;
}

.tmp .module#topbar #navbar-collapse ul li ul:after {
	display: none;
}

.tmp .module#topbar #navbar-collapse ul li.hs-menu-depth-1 {
	margin: 0;
	padding: 0;
}

.tmp .module#topbar #navbar-collapse ul li ul li {
	/*border-bottom: 1px solid rgba(83, 83, 83, .1);*/
	padding: 5px;
	margin: 0;
}

.tmp .module#topbar #navbar-collapse ul li ul li a {
	display: inline-block;
	padding: 15px 10px;
	width: 100%;
	border-radius: 2px;
}

.tmp .module#topbar #navbar-collapse ul li ul li a:hover {
	color: initial;
	background: rgba(83, 83, 83, .1);
}


/* @end */
/* @group Logotype ------------------------------------------ */

	.module#topbar .navbar-header .navbar-brand img {}

/* @end */
/* @group Menu ---------------------------------------------- */

	
/* @end */
/* @group Responsive ---------------------------------------- */
	
	@media (min-width:768px) {
		
		.blog.tmp .module#topbar .navbar {
			padding: 0;
		}
		
		/*.tmp .module#topbar .topbar-wrapper .container {
			display: flex;
			padding: 10px 15px 0;
		}*/
		
		.tmp .module#topbar #navbar-collapse ul li.hs-menu-depth-1 > a {
			padding: 30px 15px;
			overflow: unset;
		}
		
		.tmp .module#topbar #navbar-collapse ul li.hs-menu-depth-1:last-of-type > a {
			padding-right: 0;
		}

	}

	@media (max-width:767px) {
		
		.tmp .module#topbar .topbar-wrapper .container {
			flex-flow: column;
			max-width: unset;
      padding: 0 5px;
		}
		
		.tmp .module#topbar .navbar-collapse.collapse {
			display: none;
			overflow: hidden;
			transition: .4s;
		}
		
		/*.tmp .module#topbar #navbar-collapse ul {
			display: flex;
			flex-flow: column;
			padding: 20px 0 0;
			margin: 0;
		}*/
		
		.module#topbar #navbar-collapse ul > :first-child {
			border-top: 1px solid #ccc;
		}
		
		.tmp .module#topbar #navbar-collapse ul li.hs-menu-depth-1 {
			padding: 15px 0;
		}
		
		/*.tmp .module#topbar #navbar-collapse ul li.hs-menu-depth-1:last-of-type {
			padding-bottom: 0;
		}*/
		
		.tmp .module#topbar #navbar-collapse ul li a {
			font-size: 16px;
			line-height: 18px;
		}
		
		.tmp .module#topbar #navbar-collapse ul li ul {
			margin: 0;
			border: none;
			background: none;
			box-shadow: none;
		}
		
		.tmp .module#topbar #navbar-collapse ul li ul li {
			padding: 0 10px;
			border: none;
		}
		
		.tmp .module#topbar #navbar-collapse ul li ul li a {
			padding: 10px 0;
		}

	}

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

/* TopBar Modifier */
.tmp .module.topbar_menu_active#topbar .navbar {
background-color: var(--secondary-color);
}

.tmp .module.topbar_menu_active#topbar .navbar-header .navbar-toggle .icon-bar {
border: 1px solid var(--primary-color-dark);
}

.tmp .module.topbar_menu_active#topbar .topbar-wrapper .container {
padding: 12px 10px;
grid-gap: 20px;
}

.tmp .module.topbar_menu_active#topbar #navbar-collapse ul li a:hover {
color: #3498db;
background: #f3f8fd;
}

.tmp .module.topbar_menu_active#topbar #navbar-collapse ul li.hs-menu-depth-1 > a {
padding: 20px 12px;
border-radius: 50px;
}

.tmp .module.topbar_menu_active#topbar #navbar-collapse ul li.hs-menu-item a[href*="login"] {
padding: 10px 12px;
border-radius: 50px;
font-weight: 700;
margin: 0 10px;
transition: .5s ease;
color: #3498db;
}

.tmp .module.topbar_menu_active#topbar #navbar-collapse ul li.hs-menu-item	a[href*="signUp"] {
padding: 10px 12px;
background-color: #2ecc71; 
border-radius: 50px;
font-weight: 700;
color: #fff;
transition: .5s ease;
max-width: 120px;
margin: 0 auto;
}

.tmp .module.topbar_menu_active#topbar #navbar-collapse ul li.hs-menu-item a[href*="login"]:hover {
color: var(--generic-black);
}

.tmp .module.topbar_menu_active#topbar #navbar-collapse ul li.hs-menu-item a[href*="signUp"]:hover {
background: #28b363;
color: #fff;
}

/* Search bar/button ------------- */
.tmp .module.topbar_menu_active#topbar .search-btn {
background: none;
border: none;
width: 60px;
}

.tmp .module.topbar_menu_active#topbar .search-btn:hover {
cursor: pointer;
}

.tmp .module.topbar_menu_active#topbar .hs-search-field {
position: relative;
margin: 0 auto;
/*max-width: 1200px;*/
transition: visibility 300ms, opacity 300ms ease-in-out;
visibility: hidden;
opacity: 0;
padding-top: 15px; 
display: none;
}

.tmp .module.topbar_menu_active#topbar .search-visible {
display: flex;
visibility: visible;
align-items: center;
justify-content: center;
padding: 15px 0;
background-color: rgb(213 239 253 / 25%);
opacity: 1;
}

.tmp .module.topbar_menu_active#topbar .hs-search-field__bar {
display: flex;
}

.tmp .module.topbar_menu_active#topbar .search-left-btn {
width: 25px;
margin: 0 10px;
align-self: center;
}

.tmp .module.topbar_menu_active#topbar .hs-search-field__bar form .hs-search-field__input {
width: 270px;
border: 1.2px solid #c4c4c4;
border-radius: 25px;
padding: 6px 12px;
}
/* end --- */
@media (min-width: 1024px) and (max-width: 1200px) {
.tmp .module.topbar_menu_active#topbar #navbar-collapse ul li.hs-menu-depth-1 > a {
    font-size: 15px;
}
}

@media (max-width: 1025px) {
.tmp .module.topbar_menu_active#topbar .navbar-collapse.collapse {
    overflow: hidden !important;
    transition: .4s;
}

.tmp .module.topbar_menu_active#topbar #navbar-collapse ul {
    display: flex;
    padding: 20px 0 0;
    margin: 0;
    align-items: center;
    justify-content: center;
}

.tmp .module.topbar_menu_active#topbar #navbar-collapse ul li a {
    font-size: 14px;
}

.tmp .module.topbar_menu_active#topbar #navbar-collapse .language-switcher li ul {
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.tmp .module.topbar_menu_active#topbar #navbar-collapse ul > :first-child {
    border-top: unset;
}

.tmp .module.topbar_menu_active#topbar #navbar-collapse ul li ul li:not(:last-child) {
    border-bottom: unset !important;
}

.tmp .module.topbar_menu_active#topbar #navbar-collapse ul li.hs-menu-depth-1 > a {
    padding: 8px !important;
    text-align: center;
    font-size: unset;
}

.tmp .module.topbar_menu_active#topbar #navbar-collapse ul li.hs-menu-item a[href*="login"],
.tmp .module.topbar_menu_active#topbar #navbar-collapse ul li.hs-menu-item a[href*="signUp"] {
    padding: 5px;
}

.tmp .module.topbar_menu_active#topbar #navbar-collapse ul li.hs-menu-item a[href*="login"] {
    margin: unset;
}

.tmp .module.topbar_menu_active#topbar #navbar-collapse .language-switcher .has-submenu > a {
    display: none;
}

.tmp .module.topbar_menu_active#topbar #navbar-collapse ul li.hs-menu-depth-1 {
    padding: 8px;
}

.tmp .module.topbar_menu_active#topbar .hs-search-field {
    display: flex;
    visibility: visible;
    opacity: 1;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    background-color: rgb(213 239 253 / 25%);
}

.tmp .module.topbar_menu_active#topbar .search-btn {
    display: none;
}
}

.tmp .module.topbar_menu_active#topbar #navbar-collapse ul li a {
color: var(--generic-black);
font-weight: 600;
}

/* Responsive ---------- */
@media (max-width: 900px) {
.tmp .module.topbar_menu_active#topbar .topbar-wrapper .container {
    grid-gap: 40px;
}
}

@media (max-width: 650px) {
.tmp .module.topbar_menu_active#topbar #navbar-collapse ul {
    flex-flow: column;
}
}

@media (min-width: 1025px) {

.tmp .module.topbar_menu_active#topbar .navbar-toggle {
    display: none !important;
}

.tmp .module.topbar_menu_active#topbar .topbar-wrapper .container {
    display: flex;
    padding: 10px 15px 0;
}
}

@media (min-width: 768px) {
.module.topbar_menu_active#topbar #navbar-collapse ul li:hover ul {
    min-width: 70px;
}
}

/* @end */
/* @end */
  /* @group [ style.hero.css ] ============================== */

/* @group Hero ---------------------------------------------------------------*/

#hero,
.hero { 
	position: relative; 
  height: 1200px;
}

#hero .hero-wrapper {
	padding: 60px 30px;
}

#hero:before,
.hero:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.3);
	z-index: 1;
  pointer-events: none;
}

.hero .hero-background {
	position: absolute;
  top: -270px;
  width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Responsive -----*/
@media (max-width: 768px) {
  .hero .hero-background {
    top: -180px;
   }
}

/* @end */
	/* @group [ style.forms.css ]================================ */
/* @group Fields -------------------------------------------- */

	#form .form-wrapper {
    font-family: var(--default-font-family);
	}

	.form-wrap{
		padding: 30px;
		background: #fff;
		border: solid 1px #ddd;
	}

	.form-title {
		margin: 0 0 30px 0;
    font-weight: normal;
    font-size:20px;
		color: #222; }

	#hs_cos_wrapper_suscription_form__title {
		display: none;
	}

	.hs-form-field {
		display: block;
		margin: 0 0 20px 0 }

	.hs-form-field label {
		display: block;
		margin-bottom: 6px;
		font-weight: 600 }

  .hs-form-field legend {
		margin-bottom: 6px;
    padding: 0px;
  }

	.hs-form-field label .hs-form-required {
		margin: 0 0 0 2px }

	.hs-form-field .input {
		margin: 0;
	}

	.hs-input,
  .hs-search-field__input {
		display: inherit;
		margin: 0;
		padding: 10px 10px;
		color: #666;
		font-family: var(--default-font-family);
		font-size: 16px;
		border: 1px solid #ccc;
		border-radius: 3px;
		outline: none;
		background-color: #ffffff;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease;
		width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
	}
  
	.hs-input[type=checkbox]{
    width:auto;
    -webkit-appearance: checkbox;
  }
  .hs-input[type=radio]{
    width:auto;
    -webkit-appearance: radio;
  }

	.hs-fieldtype-select .input{
    position: relative;
	}
  .hs-fieldtype-select .input:after{
		content: "\f0dd";
		font-family: var(--awesome-pro);
		font-weight: bold;
		position: absolute;
		right: 18px;
		top: 11px;
		pointer-events: none;
		background: none !important;
		color: #2d324f;
  }
	.hs-fieldtype-select .input .hs-input{
		cursor: pointer;
    padding-right: 30px;
	}

	select.hs-input {
		height: 44px }

	.hs-input:hover {
		border-color: #ccc }

	.hs-input:focus {
		border-color: #bbb; }


	/* Responsive */
  @media ( max-width: 767px ) {
    .form-wrap{
      padding: 0px;
      background: none;
      border: none;
    }
    .form-title {
      margin: 0 0 30px 0;
      font-weight: normal;
      font-size:20px;
      color: #222; 
    }
	}

/* @end */
/* @group Lists --------------------------------------------- */

	.inputs-list {
		margin: 10px 0;
		padding: 0px;
		list-style: none }

	.inputs-list li {
		margin: 0 0 5px 0 }

	.inputs-list li label {
		display: inline;
		font-weight: 400;
	}

	.inputs-list li.hs-form-radio input,
	.inputs-list li.hs-form-checkbox input,
	.inputs-list li.hs-form-booleancheckbox input {
		display:inline-block;
		margin: 2px 5px 2px 1px }

	.inputs-list.hs-error-msgs {
		margin: 0; }

	.inputs-list.hs-error-msgs li label {
		margin: 0;
		opacity: 1;
		font-size: 14px;
		color: var(--error-msj-color) }

/* @end */
/* @group Buttons ------------------------------------------- */

	.button,
	.hs-button {
		display: inline-block;
		text-decoration: none;
		text-align: center;
		border-width: 2px;
		border-style: solid;
		border-radius: 4px;
		white-space: nowrap;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease;
		cursor: pointer }

	.button {
		padding: 10px 16px }

	.button.primary {
		color: #fff;
		border-color: #666;
		background-color: #666 }

	.button.primary:hover {
		color: #fff;
		border-color: #222;
		background-color: #222 }

	.button.secundary {
		color: #fff;
		border-color: #222;
		background-color: #222 }

	.button.secundary:hover {
		color: #fff;
		border-color: #666;
		background-color: #666 }

	.button.tertiary {
		color: #666;
		border-color: #666;
		background-color: none }

	.button.tertiary:hover {
		color: #fff;
		background-color: #666 }

	.hs-button {
		display: inline-block;
		padding: 16px 60px;
		color: #fff;
		text-transform: uppercase;
		font-size: 16px;
		font-family: "Roboto", sans-serif;
		font-weight: 500;
		background-color: #222  }

	.hs-button:hover {
		border-color: #666;
		background-color: #666 }

	.hs_submit .actions {
		margin: 20px 0 0 0;
		text-align: center }

	/* Responsive */
  @media ( max-width: 400px ) {
    .button,
    .hs-button {
      -webkit-appearance : none;
         -moz-appearance : none;
              appearance : none;
    }
	}

/* @end */
/* @group Columns ------------------------------------------- */

	.form-columns-2,
	.form-columns-3 {
		min-width: 100% }

	.form-columns-2 .hs-form-field,
	.form-columns-3 .hs-form-field {
		padding: 0 10px;
		box-sizing: border-box }

	.form-columns-2 .hs-form-field:first-child,
	.form-columns-3 .hs-form-field:first-child {
		padding-left: 0 }

	.form-columns-2 .hs-form-field:last-child,
	.form-columns-3 .hs-form-field:last-child {
		padding-right: 0px }


	/* Responsive */
  @media ( max-width: 767px ) {
    .form-columns-1{
      min-width: 100%;
    }
	}
  @media ( max-width: 400px ) {
    
		.form-columns-2 .hs-form-field, 
    .form-columns-3 .hs-form-field{
    	padding:0px;
    }
	}	
/* @end */
/* @end */
	/* Follow */
.tmp .module .social-follow {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tmp .module .social-follow a[class*="-social-"] {
	position: relative;
	font-size: 18px;
	color: var(--primary-color);
	background: #fff;
	border-radius: 50%;
	height: 38px;
	width: 38px;
	display: flex;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	padding: 8px;
}

.tmp .module .social-follow a[class*="-social-"]:hover {
	color: #fff!important;
}

.tmp .module .social-follow a[class*="-social-"] i {
	z-index: 1;
}

.tmp .module .social-follow a[class*="-social-"]:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	background: var(--primary-color-light);
	transform: scale(0);
	transition: var(--default-transition);
	z-index: 0;
}

.tmp .module .social-follow a[class*="-social-"]:hover:before {
	transform: scale(.9);
}
/* End */

/* Sharing */
.tmp .module#share-content {
  position: relative;	
}

.tmp .module#share-content .share-content-wrapper {
	background: rgba(83, 83, 83, .8);
}

.tmp .text-wrapper .module#share-content .share-content-wrapper {
	background: none;
}

.tmp .module#share-content .share-content-header h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 16px;
}

.tmp .text-wrapper .module#share-content .share-content-header h3 {
	color: var(--default-title-color);
}

.tmp .module#share-content .share-content-item {
	margin: 0 1px 6px 0;
}

.tmp .module#share-content .share-content-item a {
	border-radius: 10px;
	height: 36px;
	width: 80px;
	transition: var(--cubic-transition);
}

.tmp .module#share-content .share-content-item a:hover {
	opacity: 1;
	transform: scale(1.05);
}

.tmp .module#share-content .share-content-item-facebook a {
	background-color: #1877f2;
}

.tmp .module#share-content .share-content-item-twitter a {
	background-color: #1da1f2;
}

.tmp .module#share-content .share-content-item-linkedin a {
	background-color: #2867b2;
}

.tmp .module#share-content .share-content-item-pinterest a {
	background-color: #bd081c;
}

.tmp .module#share-content .share-content-item-whatsapp a {
	background-color: #4fce5d;
}

.tmp .module#share-content .share-content-item-email a {
	background-color: #069;
}

.tmp .module#share-content .share-content-item a img {
	width: auto;
	height: 100%;
	margin: 0 auto;
}

/* Responsive ----------------- */
@media (min-width: 768px) {
	.tmp .module#share-content {
		margin-top: 60px;
	}
}

@media (min-width: 576px) {
	.tmp .module#share-content .share-content-wrapper {
		padding: 30px 0;}
}
/* End */
	/* ------------------------------------------------------------
 * Footer */
.tmp .module.footerbar .container {
	padding: 0;
}

.tmp .module.footerbar,
.tmp .module.footerbar .footerbar-tint {
	background: rgb(213 239 253 / 25%)!important;
}

.tmp .module.footerbar .footerbar-wrapper {
	display: grid;
	grid-template-columns: 1fr 6fr 1fr;
	padding: 25px 15px;
	align-items: center;
  height: 230px;
}

.tmp .module.footerbar.no-social .footerbar-wrapper {
	grid-template-columns: 20% 1fr;
}

.tmp .module.footerbar .footerbar-legal {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row wrap;
}

.tmp .module.footerbar .footerbar-legal .footerbar-legal--menu ul {
	display: flex;
}

.tmp .module.footerbar .footerbar-legal--menu ul li {
	padding: 0;
	text-overflow: unset;
	max-width: unset;
	line-height: 0;
}

.tmp .module.footerbar .footerbar-legal--menu ul li:not(:last-of-type) {
}

.tmp .module.footerbar .footerbar-legal--menu ul li a,
.module.footerbar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
	padding: 0;
}

.tmp .module.footerbar .footerbar-legal--menu ul li:not(:last-of-type) a {
	margin-right: 15px;
}

.tmp .module.footerbar .footerbar-legal--right {
}

.tmp .module.footerbar .footerbar-social {
	order: 1;
	margin: 0;
}

.tmp .module.footerbar .footerbar-social a {
	font-size: 18px;
	padding: 0;
  margin-bottom: 70px;
}

.tmp .module.footerbar .footerbar-social a:hover {
	opacity: 1;
}

.tmp .module.footerbar .footerbar-legal--copyright,
.tmp .module.footerbar .hs-menu-item a {
	font-family: var(--default-font-family);
	font-size: 13px;
	line-height: 15px;
	color: #fff;
}

.tmp .module.footerbar .hs-menu-wrapper.hs-menu-flow-horizontal ul {
	margin: 0;
}

.tmp .module.footerbar .footerbar-legal--copyright {
	margin: 0 25px 0 0;
}

/* Responsive ------------------ */
@media( min-width: 768px ) {	
	.tmp .module.footerbar.no-social .footerbar-social {
		justify-content: flex-end;
	}
	
	.tmp .module.footerbar.no-social .footerbar-legal {
		flex-flow: row nowrap;
		justify-content: flex-end;
	}
}

@media( max-width: 767px ) {
	
	.tmp .module.footerbar .footerbar-wrapper {
		grid-template-columns: 1fr!important;
		justify-items: center;
		grid-gap: 20px 0;
		padding-bottom: 20px;
	}
	
}

@media( max-width: 380px ) {
	.tmp .module.footerbar .footerbar-wrapper {
		justify-items: flex-start;
	}
	
	.tmp .module.footerbar .footerbar-legal {
		justify-content: flex-start;
	}
	
	.tmp .module.footerbar .footerbar-legal .footerbar-legal--menu ul {
		margin-top: 10px;
		flex-flow: row wrap;
	}
	
	.tmp .module.footerbar .hs-menu-item:first-of-type:before,
	.tmp .module.footerbar .hs-menu-item:not(:last-of-type):after {
		display: none;
	}
}

/* ------------------------------------------------------------
 * Templates */

	/* @group Globals -------------------------------------------- */
.blog section.hero {
  background: url(https://landing.rindegastos.com/hubfs/IC%20-%20Rindegastos/fondo_landing_RG_01.svg);
  background-size: cover;
  background-position-y: bottom;
  max-height: 450px;
}

.blog .hero .hero-background {
  display: none;
}

.blog .hero__wrapper .hero__title span {
  text-shadow: none;
}

.module#hero .hero-wrapper .hero-cta-wrapper {
  margin-top: 30px;
}

.module#hero .hero-wrapper .hero-cta-wrapper .hero-cta {
  padding: 0;
  box-shadow: none;
}

.module#hero .hero-wrapper .hero-cta-wrapper .hero-cta:hover {
  transform: unset;
  box-shadow: none;
}

.module#hero .hero-wrapper .hero-cta-wrapper .hero-cta.secondary {
  color: #aca5a5;
  background: unset;
}

.module#hero .hero-wrapper .hero-cta-wrapper .hero-cta.secondary p {
  margin-bottom: 6px;
  font-weight: 500;
  color: #5180B6;
}

.module#hero .hero-wrapper .hero-cta-wrapper .hero-cta.secondary:hover p {
  text-decoration: underline;
}

.module#hero .hero-wrapper .hero-cta-wrapper .hero-cta.secondary path {
  fill: #5180B6;
  transition: all .4s ease;
}

.module#hero .hero-wrapper .hero-cta-wrapper .hero-cta.secondary:hover path {
  transform: scale(1.1);
}

.blog .module#topbar .navbar {
  background-color: var(--secondary-color);
}

.blog .module#topbar .navbar-header .navbar-toggle .icon-bar {
  border: 1px solid var(--primary-color-dark);
}

.blog .module#topbar .topbar-wrapper .container {
  padding: 12px 10px;
  grid-gap: 20px;
}

.blog .module#topbar #navbar-collapse ul li a:hover {
  color: #3498db;
  background: #f3f8fd;
}

.blog .module#topbar #navbar-collapse ul li.hs-menu-depth-1 > a {
  padding: 20px 12px;
  border-radius: 50px;
}

.blog .module#topbar #navbar-collapse ul li.hs-menu-item a[href*="login"] {
  padding: 10px 12px;
  border-radius: 50px;
  font-weight: 700;
  margin: 0 10px;
  transition: .5s ease;
  color: #3498db;
}

.blog .module#topbar #navbar-collapse ul li.hs-menu-item	a[href*="signUp"] {
  padding: 10px 12px;
  background-color: #2ecc71; 
  border-radius: 50px;
  font-weight: 700;
  color: #fff;
  transition: .5s ease;
  max-width: 120px;
  margin: 0 auto;
}

.blog .module#topbar #navbar-collapse ul li.hs-menu-item a[href*="login"]:hover {
  color: var(--generic-black);
}

.blog .module#topbar #navbar-collapse ul li.hs-menu-item a[href*="signUp"]:hover {
  background: #28b363;
  color: #fff;
}

/* Search bar/button ------------- */
.blog .module#topbar .search-btn {
  background: none;
  border: none;
  width: 60px;
}

.blog .module#topbar .search-btn:hover {
  cursor: pointer;
}

.blog .module#topbar .hs-search-field {
  position: relative;
  margin: 0 auto;
  /*max-width: 1200px;*/
  transition: visibility 300ms, opacity 300ms ease-in-out;
  visibility: hidden;
  opacity: 0;
  padding-top: 15px; 
  display: none;
}

.blog .module#topbar .search-visible {
  display: flex;
  visibility: visible;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  background-color: rgb(213 239 253 / 25%);
  opacity: 1;
}

.blog .module#topbar .hs-search-field__bar {
  display: flex;
}

.blog .module#topbar .search-left-btn {
  width: 25px;
  margin: 0 10px;
  align-self: center;
}

.blog .module#topbar .hs-search-field__bar form .hs-search-field__input {
  width: 270px;
  border: 1.2px solid #c4c4c4;
  border-radius: 25px;
  padding: 6px 12px;
}
/* end --- */
@media (min-width: 1024px) and (max-width: 1200px) {
  .blog .module#topbar #navbar-collapse ul li.hs-menu-depth-1 > a {
    font-size: 15px;
  }
}

@media (max-width: 1025px) {
  .blog .module#topbar .navbar-collapse.collapse {
    overflow: hidden !important;
    transition: .4s;
  }
  
  .blog .module#topbar #navbar-collapse ul {
    display: flex;
    padding: 20px 0 0;
    margin: 0;
    align-items: center;
    justify-content: center;
  }
  
  .blog .module#topbar #navbar-collapse ul li a {
    font-size: 14px;
  }

  .blog .module#topbar #navbar-collapse .language-switcher li ul {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  
  .blog .module#topbar #navbar-collapse ul > :first-child {
    border-top: unset;
  }

  .blog .module#topbar #navbar-collapse ul li ul li:not(:last-child) {
    border-bottom: unset !important;
  }
  
  .blog .module#topbar #navbar-collapse ul li.hs-menu-depth-1 > a {
    padding: 8px !important;
    text-align: center;
    font-size: unset;
  }
  
  .blog .module#topbar #navbar-collapse ul li.hs-menu-item a[href*="login"],
  .blog .module#topbar #navbar-collapse ul li.hs-menu-item a[href*="signUp"] {
    padding: 5px;
  }

  .blog .module#topbar #navbar-collapse ul li.hs-menu-item a[href*="login"] {
    margin: unset;
  }
  
  .blog .module#topbar #navbar-collapse .language-switcher .has-submenu > a {
    display: none;
  }
  
  .tmp .module#topbar #navbar-collapse ul li.hs-menu-depth-1 {
    padding: 8px;
  }
  
  .blog .module#topbar .hs-search-field {
    display: flex;
    visibility: visible;
    opacity: 1;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    background-color: rgb(213 239 253 / 25%);
  }
  
  .blog .module#topbar .search-btn {
    display: none;
  }
}

@media (max-width: 320px) {
  .blog .module#hero .hero-wrapper h1 {
    font-size: 48px !important;
  }
  
  .blog .module#hero .hero-wrapper span {
    font-size: 20px !important;
  }
}
/* @group Main Layout -------------------------------------- */
.container,
.main-wrapper {
	margin: 0 auto;
	grid-gap: 40px;
}

.main-wrapper {
	display: grid;
	/* grid-template-columns: minmax(50%, 75%) 1fr; */
  grid-template-columns: 1fr;
	padding: 20px 15px;
}

.blog .module#hero {
  height: 420px;
}

.blog .module#hero .hero-wrapper h1 {
  color: var(--primary-color-light);
  font-size: 55px;
}

.blog .module#hero .hero-wrapper span {
  color: var(--generic-black);
  font-size: 23px;
  font-weight: 500;
}

.blog .module#hero .hero-wrapper,
.blog  .hero__wrapper {
	position: relative;
	padding: 80px 30px;
	z-index: 1;
}

.home.blog .module#hero .hero-wrapper {
	padding: 180px 30px;
}

.blog .module#hero .hero-background-image {
  display: none;
}

.blog .module#topbar #navbar-collapse ul li a {
  color: var(--generic-black);
  font-weight: 600;
}

/* Responsive ---------- */
@media (max-width: 900px) {
  .blog .module#topbar .topbar-wrapper .container {
    grid-gap: 40px;
  }
}

@media( max-width: 767px ) {
	.tmp .main-wrapper {
		grid-template-columns: 1fr;
		justify-items: center;
	}
	
	.tmp .main-aside {
		width: 100%;
	}
}

@media (max-width: 650px) {
  .blog .module#topbar #navbar-collapse ul {
    flex-flow: column;
  }
}

@media (min-width: 1025px) {
  .tmp #navbar-collapse.collapse {
    max-height: unset !important;
    text-align-last: center !important;
  }
  
  .blog .module#topbar .navbar-toggle {
    display: none !important;
  }
  
  .blog .module#topbar .topbar-wrapper .container {
    display: flex;
    padding: 10px 15px 0;
  }
}

@media (min-width: 768px) {
  .module#topbar #navbar-collapse ul li:hover ul {
    min-width: 70px;
  }
}

/* @group Post Hero -------------------------------------- */

.hero__wrapper.container {
	font-size: 40px;
	line-height: 50px;
	text-align: center;
  padding: 50px 30px 80px;
}

/* Meta */
.hero__post-meta {
	display: flex;
	justify-content: space-between;
	align-content: center;
	width: max-content;
	margin: 0 auto;
}

.hero__blog-title {
	position: relative;
	color: var(--generic-black);
	font-size: 0.5em;
	line-height: 0.6em;
	padding: 7px 0;
	text-decoration: none;
  display: none;
}

.hero__blog-title:hover {
	text-decoration: underline;
}

.blog .hero__title {
  margin: 0.5em 0;
  color: var(--primary-color-light);
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
}

.hero__title span {
	text-shadow: 0 0 10px rgba(0,0,0,.5);
}

.hero__wrapper .posts-listing__categories {
	display: flex;
	max-width: 400px;
	margin: 0 auto .5em;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.hero__post-meta-date,
.hero__post-meta-time,
.hero__wrapper .posts-listing__categories .posts-listing__categories-item {
	font-size: 0.4em;
	line-height: 0.6em;
	padding: 0 15px;
	text-decoration: none;
}

.hero__wrapper .posts-listing__categories .posts-listing__categories-item {
	color: var(--generic-black);
	padding: 7px;
	margin: 5px;
}


.hero__wrapper .posts-listing__categories .posts-listing__categories-item:hover {
  color: var(--primary-color-dark);
}

.hero__post-meta-date,
.hero__post-meta-time {
	color: var(--generic-black);
}

.hero__post-meta-date {
	padding-right: 10px;
	border-right: 1px solid var(--generic-black);
}

.hero__post-meta-date i,
.hero__post-meta-time i {
	margin-right: 10px;
}

@media (max-width: 450px) {
  .blog .hero__title {
    line-height: unset !important;
  }
 }

@media (max-width: 1024px) {
  .blog .hero__title {
    font-size: clamp(1.8rem, 5vw, 3rem);
  
  }
}

/* @group Post Listing -------------------------------------- */
.post-body.container {
	padding: 40px 30px;
}

.blog-listing-category {
  margin-bottom: 30px;
}

.posts-listing__grid {
	display: grid;
  grid-template-columns: repeat(auto-fit,minmax(300px, 1fr));
	grid-gap: 40px 34px;
}

.posts-listing__grid .posts-listing__post.card {
	display: flex;
	flex-flow: column;
	padding: 20px;
	/*background: #f2f2f2;*/
	/*border: 1px solid rgba(0,0,0,.05);*/
	border-radius: 8px;
	cursor: pointer;
	overflow: hidden;
	transition: .4s ease; 
  box-shadow: 2px 2px 7px rgb(0 0 0 / 10%);
}

.posts-listing__grid .posts-listing__post.card:hover {
	box-shadow: 0 25px 25px -20px rgba(0,0,0,.3);
	transform: translateY(-10px);
}

.posts-listing__grid .posts-listing__post.card:first-child {
  min-height: 270px;
  grid-column-start: 1;
  grid-column-end: -2;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  margin-right: 80px;
}

.posts-listing__grid .posts-listing__thumbnail {
  position: relative;
  width: auto;
  height: 200px;
  margin: -20px -20px 20px;
  overflow: hidden;
}

.posts-listing__grid .posts-listing__post.card:first-child .posts-listing__thumbnail {
  /*position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 0;*/
  height: 220px;
} 

.posts-listing__grid .posts-listing__thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.posts-listing__grid .posts-listing__categories-item {
	color: var(--primary-color-light);
	padding: 5px 0;
	padding-right: 5px;
	text-decoration: none;
}

.posts-listing__grid .posts-listing__categories-item:hover {
	color: var(--primary-color-dark);
}

.posts-listing__grid .post-listing__title {
	font-size: 20px;
	line-height: 32px;
	margin: 6px 0 0;
}

.posts-listing__grid .post-listing__title a {
	color: var(--default-title-color);
	text-decoration: none;
}

.posts-listing__grid .posts-listing__post.card:first-child .post-listing__title a {
  /*color: #fff;
  position: relative;
  z-index: 2;
  text-shadow: #000000cc 1px 0 10px;*/
  font-size: 32px;
  line-height: 32px;
}

.posts-listing__grid .posts-listing__post.card:first-child .post-listing__title {
  margin: 12px 0 0;
}

.posts-listing__grid .posts-listing__excerpt {
	color: #999;
	margin: 0;
	margin-top: 10px;
}

/* Ajustar CTA en la home del blog */
.posts-listing__grid .posts-listing__post.card:first-child {
  order: 1;
}

.posts-listing__grid .posts-listing__post.card:nth-child(2), 
.posts-listing__grid .posts-listing__post.card:nth-child(3) {
  order: 3;
}

.posts-listing__grid .posts-listing__post.card:nth-child(4) {
  order: 5;
}

.posts-listing__grid .posts-listing__post.card:nth-child(5) {
  order: 6;
}

.posts-listing__grid .posts-listing__post.card:nth-child(6), 
.posts-listing__grid .posts-listing__post.card:nth-child(7) {
  order: 7;
}

.posts-listing__grid .posts-listing__post.card:nth-child(8) {
  order: 9;
}

.posts-listing__grid .posts-listing__post.card:nth-child(9) {
  order: 10;
}

.posts-listing .posts-listing__grid .posts-listing__post.card__cta {
  order: 2;
  display: block;
  box-shadow: unset;
  padding: 0;
  margin: 0 auto;
  align-self: center;
  border-radius: 20px;
  margin-left: -75px;
  height: 360px;
  width: 440px;
}

.posts-listing .posts-listing__grid .posts-listing__post.card__cta img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .posts-listing__grid .posts-listing__post.card__cta {
    order: 2;
  }
  
  .posts-listing__grid .posts-listing__post.card:nth-child(5) {
    order: 3;
  }
  
  .posts-listing__grid .posts-listing__post.card {
    order: 5;
  }
}
/* end */

/* Responsive------------------ */
@media (min-width: 768px) {
.posts-listing__grid .posts-listing__post.card:first-child {
    grid-column-start: 1;
    grid-column-end: -2;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
  }
}

@media (max-width: 1199px) {
  .posts-listing__grid .posts-listing__post.card:first-child .post-listing__title a {
    font-size: unset !important;
  }
  
  .posts-listing__grid .posts-listing__post.card:first-child {
    margin-right: unset;
  }
  
  .posts-listing .posts-listing__grid .posts-listing__post.card__cta {
    margin-left: unset;
    height: unset;
    width: 453px;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .posts-listing .posts-listing__grid .posts-listing__post.card__cta img {
    width: unset;
  }
  
  .posts-listing .posts-listing__grid .posts-listing__post.card__cta {
    width: unset;
  }
}

@media (max-width: 663px) {
  .posts-listing .posts-listing__grid .posts-listing__post.card__cta {
    margin: 0 auto;
  }
}

/* @end */

/* @group Post Content -------------------------------------- */
.blog-single .post-body__content-wrapper {
	display: grid;
	grid-template-columns: 14% 1fr;
}

.blog-single span.hs-cta-wrapper {
	display: block;
	text-align: center;
}

.blog-single span.hs-cta-wrapper img {
	width: 100%;
	height: auto;
}

/* Lists */
.blog-single .post-body__content > span > ul:not(.ic-post-index__listing) {
	padding-left: 15px;
}

.blog-single .post-body__content ul:not(.ic-post-index__listing) li,
.blog-single .post-body__content ol li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 18px;
}

.blog-single .post-body__content span > ul:not(.ic-post-index__listing) > li:before {
	position: absolute;
	content: '\f111';
	font-size: 7px;
	font-family: var(--awesome-pro);
	font-weight: bold;
	color: #999;
	height: 100%;
	left: 0;
  bottom: -8px;
}

.blog-single .post-body__content ul:not(.ic-post-index__listing) li ul,
.blog-single .post-body__content ol ul {
	margin: 15px 0;
	padding-left: 20px;
	list-style-type: circle;
}

.blog-single .post-body__content span > ul:not(.ic-post-index__listing) > li ul
.blog-single .post-body__content span > ul:not(.ic-post-index__listing) > li ul{
}

.blog-single .post-body__content span > ul:not(.ic-post-index__listing) > li ul li {
	padding-left: 0;
}

/*.blog-single .post-body__content p span a {
  color: var(--primary-color-light) !important;
}*/



/* Responsive------------------ */
@media( max-width: 767px ) {
	.blog-single .post-body__content-wrapper {
		grid-template-columns: 1fr;
	}
}

/* @end */

/* @group Post index ------------------------------------- */
.ic-post-index {
	margin: 10px 0;
	padding: 30px;
	background: #E6F2FB;
}

.ic-post-index__title {
	font-size: 21px;
	line-height: 24px;
	margin-top: 0;
}

.ic-post-index__title:before {
	content: '\f022';
	font-family: var(--awesome-pro);
	margin-right: 10px;
  color: var(--primary-color-light);
}

.ic-post-index__listing-item {
	display: flex;
	align-items: center;
}

/*.ic-post-index__listing-item:before {
	content: '\f111';
	position: relative;
	font-family: var(--awesome-pro);
	font-size: 7px;
	top: -2px;
	margin-right: 10px;
}*/

.ic-post-index__listing-item-link {
	display: inline-block;
	padding: 10px 0;
	text-decoration: none;
	color: var(--generic-black);
  transition: .4s ease;
}

.ic-post-index__listing-item-link:hover {
  color: #707070;
  transform: translateY(-1px);
}
/* @end */

/* @group Related posts & Comments ------------------------------ */
.blog-single .blog-related-posts.ic-module,
.blog-single .post-comments {
	margin: 40px auto;
}

/* Realted posts */
.blog .related-posts {
  background-color: #D4EEFD;
}

.blog-related-posts__item {
  background-color: #fff;
  border: none;
  border-radius: 15px;
}

.blog-related-posts__item:hover {
  box-shadow: 0 25px 25px -20px rgb(0 0 0 / 30%);
  transform: translateY(-10px);
}

.blog-related-posts__item-title {
  color: var(--generic-black);
  font-size: 20px;
  font-weight: 700;
}

.blog .blog-related-posts__title {
  color: var(--primary-color-light) !important;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
  
/* Comments */
.blog-single .post-comments {
  max-width: 900px !important;
}

.post-comments__title {
  color: var(--generic-black);
	font-size: 32px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: -30px;
}

.post-comments form label {
	font-size: 14px;
	font-weight: 400;
	margin-top: 20px;
}

.post-comments .hs_submit .actions {
	margin: 0;
	text-align: right;
}

.post-comments .hs_submit .actions input {
	width: auto;
  font-family: var(--default-font-family);
  background-color: var(--primary-color-light);
  border: none;
  border-radius: 25px;
  text-transform: none;
  font-weight: 600;
  padding: 15px 25px;
  max-width: 280px;
  transition: all .4s ease;
}

.post-comments .hs_submit .actions input:hover {
  background: #78ca76;
}

.post-comments #comments-listing .comment-from h4 {
	font-size: 16px;
	line-height: 19px;
	margin: 0 0 10px;
	color: var(--default-title-color);
}

.post-comments #comments-listing .hs-button {
	position: relative;
	color: var(--secondary-color);
	font-weight: normal;
	background: var(--primary-color-light);
	border: none;
	padding: 15px 40x;
	align-items: right;
	transition: var(--default-transition);
}

.post-comments #comments-listing .hs-button:hover {
	color: var(--primary-color-dark);
}

.post-comments #comments-listing .hs-button:before {
	content: '\f3e5';
	font-family: var(--awesome-pro);
	font-weight: 900;
	position: absolute;
	left: 0;
}

.post-comments .hs-common-confirm-message {
	width: max-content;
	color: #fff!important;
	background-color: #60A561!important;
	border: none!important;
}

.post-comments .comment.depth-0 {
	border: none;
}

/* Responsive --------------------*/
@media (max-width: 767px) {
  .blog .main-wrapper {
      grid-template-columns: unset;
      justify-items: unset;
  }
}


/* Scroll Button */
.post-body__post-scroll-top {
	position: fixed;
	font-size: 20px;
	line-height: 40px;
	z-index: 9999;
	bottom: -100%;
	right: 100px;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0;
	cursor: pointer;
	transition: .9s all cubic-bezier(.63,.05,.13,1.25);
  box-shadow: -1px 3px 36px 10px #d4eefd, -6px -6px 36px #d4eefd;
}

.post-body__post-scroll-top.on {
	bottom: 20px;
	opacity: 1;
}

/* Responsive------------------ */
@media( max-width: 767px ) {
	.post-body__post-scroll-top {
		right: 20px;
	}
	
	.post-body__post-scroll-top.on {
		bottom: 90px;
	}
} 

/* @end */

/* @group Pagination ---------------------------------------- */
.posts-listing__pagination {
	padding: 60px 0;
}

.posts-listing__pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.posts-listing__pagination ul li {
	display: inline-block;
}

.posts-listing__pagination ul span,
.posts-listing__pagination ul li:not(:last-of-type) {
	margin-right: 10px;
}

.posts-listing__pagination ul li a {
	display: inline-block;
	font-size: 18px;
	color: var(--generic-black);
	text-decoration: none;
	padding: 6px 15px;
	border-radius: 6px;
	transition: var(--default-transition);
}

.posts-listing__pagination ul li.active a {
	pointer-events: none;
}

.posts-listing__pagination ul .posts-listing__pagination-pages li:hover a,
.posts-listing__pagination ul li.active a {
	background: var(--secondary-rgba-color);
	color: var(--primary-color-light) !important;
}

.posts-listing__pagination ul .posts-listing__pagination-previous-post-link.hide,
.posts-listing__pagination ul .posts-listing__pagination-last-post-link.hide {
	display: none;
}

.posts-listing__pagination ul .posts-listing__pagination-previous-post-link i,
.posts-listing__pagination ul .posts-listing__pagination-last-post-link i {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	transition: var(--default-transition);
}

.posts-listing__pagination ul .posts-listing__pagination-previous-post-link i {
	left: -10px;
}

.posts-listing__pagination ul .posts-listing__pagination-last-post-link i {
	right: -10px;
}

.posts-listing__pagination ul li.posts-listing__pagination-last-post-link a:hover i {
	right: -15px;
}

.posts-listing__pagination ul li.posts-listing__pagination-previous-post-link a:hover i {
	left: -15px;
}

/*
.posts-listing__grid .posts-listing__post.card:first-child {
  min-height: 270px;
  justify-content: flex-end;
}*/

/* Responsive------------------ */
@media( max-width: 767px ) {
	.posts-listing__pagination ul .posts-listing__pagination-previous-post-link a,
	.posts-listing__pagination ul .posts-listing__pagination-last-post-link a {
		font-size: 0;
	}

	.posts-listing__pagination ul .posts-listing__pagination-previous-post-link i,
	.posts-listing__pagination ul .posts-listing__pagination-last-post-link i {
		font-size: 30px;
	}
}


/* @end */

/* @group Sidebar ------------------------------------------- */
.main-aside__wrapper .widget:not(.widget_cta):not(.widget_categories):not(.widget_suscription) {
	padding: 40px 30px;
	/*border: 1px solid #ccc;*/
  box-shadow: -10px -10px 15px rgb(255 255 255 / 50%), 10px 10px 15px rgb(70 70 70 / 12%);
}

.main-aside__wrapper .widget:not(:last-of-type) {
    margin-bottom: 30px;
}

.main-aside__wrapper .widget_search form {
	display: flex;
	position: relative;
}

.main-aside__wrapper .hs-search-field--open ul.hs-search-field__suggestions {
	background: #fff;
	border-radius: 12px;
	padding: 20px 0 0;
	border: none!important;
	top: 0;
}

.main-aside__wrapper .hs-search-field--open ul.hs-search-field__suggestions > li a {
	line-height: 24px;
	padding: 10px 3px;
}

.main-aside__wrapper .hs-search-field--open ul.hs-search-field__suggestions > li a:hover {
	background: none;
	text-decoration: none;
}

.main-aside__wrapper .widget_search form input[type="text"] {
	padding: 12px 10px;
}

.main-aside__wrapper .widget_social .social-icons__listing {
	display: flex;
	justify-content: space-evenly;
	flex-flow: row wrap;
}

.main-aside__wrapper .widget_social .social-icons__item-link {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: 18px;
	width: 44px;
	height: 44px;
	margin: 0;
	border-radius: 50%;
	text-decoration: none;
	color: var(--primary-color);
	background-color: var(--secondary-color-light);
}

.main-aside__wrapper .widget_social .social-icons__item-link:hover {
	opacity: .9;
}

.main-aside__wrapper .widget_cta img {
	width: 100%;
	height: auto;
}

.main-aside__wrapper .widget h3 {
	margin: 0 0 22px;
	padding: 0;
  font-weight: 700;
  color: var(--primary-color-light);
  font-size: 23px;
}

.main-aside__wrapper .widget_categories {
  padding: 40px 30px;
}

.main-aside__wrapper .widget_categories .hs_cos_wrapper_widget {
  max-width: 600px;
  margin: 0px auto 0;
}

.main-aside__wrapper .widget_categories li {
	position: relative;
}

.main-aside__wrapper .widget_categories a {
	display: inline-block;
	font-size: 16px;
	line-height: 19px;
	padding: 10px 0;
	width: 100%;
	text-decoration: none;
  color: var(--generic-black);
  font-weight: 700;
}

.main-aside__wrapper .widget_categories a:not(last-child) {
  border-bottom: 1.5px solid #e7e0e0;
}

.main-aside__wrapper .widget_categories a:hover {
  transform: translateY(-2px);
  color: var(--generic-grey-darker);
}

/* Responsive------------------ */


/* @end */

/* @group Form ------------------------------------------- */
/*.blog form button {
	position: absolute;
	right: 0;
	height: 100%;
	width: 50px;
	border: none;
	background: none;
	cursor: pointer;
}*/

/* Formulario emergente */
.leadinModal .gdpr-options p {
  vertical-align: text-bottom }

.leadinModal-reset a {
  color: var(--primary-color-light)}

.leadinModal-reset a:hover {
  color: #7a7676}

.leadinModal .leadin-close-button, 
.leadinModal .leadin-footer-link {
  color: var(--primary-color-dark);
  font-weight: bold;
  text-decoration: unset !important;
}

.leadinModal .leadin-close-button:hover, 
.leadinModal .leadin-footer-link:hover {
  font-weight: bold !important }

.leadinModal-4278668 .leadin-button-primary {
  font-family: var(--default-font-family);
    background: #2ecc71 !important;
    border-radius: 50px !important;}

.leadinModal .leadinModal-content input[type=checkbox] {
  top: 1px !important; }
/* End Formulario emergente */


.blog form button svg {
	height: 16px;
}

/* @end */

/* @group Social Share ---------------------------------------- */
.blog.tmp .module#share-content .share-content-wrapper {
	position: sticky;
	top: 6rem;
	padding: 0;
	background: none;
}

.blog.tmp .module#share-content .share-content-listing {
	display: flex;
	flex-flow: column;
	text-align: left;
}

.blog.tmp .module#share-content .share-content-item {
	margin: 0 0 8px;
	width: 100%;
}

.blog.tmp .module#share-content .share-content-item a {
	width: 40px;
	height: 40px;
}

/* Responsive------------------ */
@media (max-width: 768px) {
  .blog #hero, 
  .blog .hero {
    height: unset;
  }
}

@media( max-width: 767px ) {  
	.blog.tmp .module#share-content {
		display: inline-block;
		position: fixed;
		width: 100%;
		height: auto;
		padding-bottom: 0;
		top: unset;
		bottom: 0;
		left: 0;
		z-index: 999;
	}
	
	.blog.tmp .module#share-content .share-content-listing {
		width: 100%;
		flex-flow: row;
		justify-content: space-between;
		position: static;
		max-height: 40px;
	}
	
	.blog.tmp .module#share-content .share-content-item {
		margin: 0;
	}
	
	.blog.tmp .module#share-content .share-content-item a {
		height: 40px;
		width: 100%;
		border-radius: 0;
	}
}

/* @end */

/* @group Categories page -------------------------- */
.tmp.blog-categories {
	margin-top: -2px; 
}
	
.tmp.blog-categories .blog-categories-grid {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px; 
}
	
.tmp.blog-categories .blog-categories-item {
	float: left;
	width: 33.333333%;
	margin: 0 0 90px 0;
	padding: 0 20px;
	box-sizing: border-box; 
}
	
.tmp.blog-categories .blog-categories-item-header {
  padding: 20px;
  background: #E6F2FB;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  text-align-last: center;
}
	
.tmp.blog-categories .blog-categories-item-title {
	margin: 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px; 
}
	
.tmp.blog-categories .blog-categories-item-counter {
	float: right;
	font-size: 20px;
	font-weight: 200; 
}
	
.tmp.blog-categories .blog-categories-item-listing {
	padding: 0;
	margin: 0;
	list-style: none; 
}
	
.tmp.blog-categories .blog-categories-item-listing-item {
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px solid #EBECEC;
  transition: all .4s ease;
}

.tmp.blog-categories .blog-categories-item-listing-item:hover {
  box-shadow: 0 25px 25px -20px rgb(0 0 0 / 30%);
  transform: translateY(-7px);
  cursor: pointer;
}

.tmp.blog-categories .blog-categories-item-listing-item:last-child {
	margin-bottom: 20px;
	border: none; 
}
	
.tmp.blog-categories .blog-categories-item-listing-title {
	display: block;
	margin: 0 0 3px 0;
	color: #878787;
	font-size: 15px;
	line-height: 20px;
	text-decoration: none;
  font-weight: 700;
}
	
.tmp.blog-categories .blog-categories-item-listing-item:hover .blog-categories-item-listing-title {
	color: var(--generic-black);
}
	
.tmp.blog-categories .blog-categories-item-listing-tag {
	padding: 4px;
	color: #aca5a5;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	line-height: 11px;
	border-radius: 2px;
	background-color: #F2F2F3; 	
}
	
.tmp.blog-categories .blog-categories-item-listing-author {
	padding-right: 4px; 
}
	
.tmp.blog-categories .blog-categories-item-listing-author:hover {
	color: #32334F;
	background-color: #D8DAD9; 
}
	
.tmp.blog-categories .blog-categories-item-listing-date {
	color: #b8b8b8;;
	background: no-repeat; 
}

.tmp.blog-categories .blog-categories-item-footer .btn {
  text-decoration: none;
  border-radius: 25px;
  text-transform: none;
  font-weight: 600;
  padding: 10px;
  transition: all .4s ease;
  background-color: var(--primary-color-light);
  color: #fff;
}

.tmp.blog-categories .blog-categories-item-footer .btn:hover {
  opacity: .8;
}
		
/* Responsive */
@media ( max-width: 768px ) {
  .tmp.blog-categories .blog-categories-item {
		float: none;
		width: 100%;
		margin-bottom: 40px!important; 
	}
		
	.tmp.blog-categories .blog-categories-item:last-child {
		margin-bottom: 10px; 
	}		
}
/* @end */

/* @group 404 -------------------------------------- */
.page-404 .search-group {
	max-width: 370px;
	margin: 40px auto!important;
	padding: 0 15px;
	float: none;
}

.page-404 .search-title h3 {
	text-align: center;
	margin-bottom: 30px;
}

.page-404 .blog-related-posts {
	padding-top: 40px;
	border-top: 1px solid #ccc;
}

.page-404 .blog-related-posts__listing-wrapper {
	grid-template-columns: repeat(auto-fit,minmax(200px,250px));
}

/* Responsive------------------ */
@media( min-width: 768px ) {
}

@media( max-width: 575px ) {
	.blog.page-404 .module#hero .hero-wrapper {
    padding: 60px 0;
	}
}
/* @end */


/* @group Search Results -------------------------------------- */
.blog-search .post-body__title {
	margin-bottom: 40px;
}

.blog-search .post-body__title h2 {
	margin: 0;
}

.blog-search .hs-search-results__listing .hs-search-results__title {
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: var(--primary-color);
	font-weight: 600;
	text-decoration: none;
	margin: 15px 0;
}

.blog-search .hs-search-results__listing .hs-search-results__title:hover {
	color: var(--secondary-color);
}

.blog-search .module#topbar #navbar-collapse ul li ul {
  background: unset !important;
}

.blog-search .module#topbar #navbar-collapse ul li ul li:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blog-search .module#topbar #navbar-collapse ul li ul li:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}


.blog-search .module#topbar #navbar-collapse ul li ul li {
  background: #fff !important;
}

.blog-seacrh .module#topbar #navbar-collapse ul li a:hover {
  background: #fff;
}

.blog-search .module#topbar .topbar-wrapper {
 background-color: rgb(213 239 253) !important;
}
/* @end */

/* Widget application ----------------------------------- */
.widget-app-container {
  padding-bottom: 30px !important;
  padding-right: 10px !important;
}

/* @group Footer ---------------------------------------- */
.blog footer {
	margin-top: 60px;
}

/* Responsive------------------ */
@media( max-width: 767px ) {
	.blog-single.tmp .module.footerbar .footerbar-wrapper {
		padding-bottom: 50px;
	}
}

/* @end */
	.landing-page #hero .container {
	display: grid;
	position: relative;
	align-content: start;
	grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
  padding: 60px 15px;
	margin: 0 auto;
	height: auto;
	z-index: 2;
}

.landing-page #hero .container::before {
  content: url(https://3276114.fs1.hubspotusercontent-na1.net/hubfs/3276114/IC%20-%20Rindegastos/clouds.svg);
  position: absolute;
  width: 37%;
  right: 1%;
  bottom: 50%;
  z-index: -1;
}

.landing-page .module#topbar .navbar {
	padding: 20px 0;
}

.landing-page #ebook-viewer .ebook-viewer-listing, 
.landing-page #ebook-viewer .ebook-viewer-wrapper {
  box-shadow: none;
}

.landing-page #hero .hero-wrapper h1 {
	color: var(--primary-color-light);
}

.landing-page #hero .form-container {
	display: inline-block;
	padding: 0 15px;
	height: 0;
}

.landing-page .text-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
  padding: 60px 15px;
  margin: 0 auto;}

.landing-page .module#share-content .share-content-wrapper.beside-title {
  justify-content: left }

.landing-page .module#share-content .share-content-wrapper {
  padding: 50px 0;
}
/*
.landing-page .module#share-content .share-content-wrapper .share-content-header::before {
  content: "";
  display: block;
  height: 1px;
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  background: hsl(206deg 100% 73% / 24%);
}*/

.landing-page #ebook-viewer {
	user-select: none;
}

.landing-page #ebook-viewer .ebook-viewer-listing {
	border-radius: 2px;
	height: 470px;
}

.landing-page #ebook-viewer .ebook-viewer-button {
	line-height: 40px;
}

.ebook-viewer-section:after, .ebook-viewer-section:before {
  content: " ";
  display: table
}

.landing-page .ebook-viewer-section:after {
  clear: both }

.landing-page #ebook-viewer .ebook-viewer-listing img {
	flex: 0 0 100%;
	height: 100%;
	object-fit: cover;
  border-radius: 10px;
}

.landing-page #ebook-viewer .ebook-viewer-listing img.ebook-viewer-last-image { transform: none;}

.landing-page #ebook-viewer .ebook-viewer-navigator {
	padding: 0;
}

/* BOFU */
.landing-page-bofu .ic-module {
	font-family: var(--default-font-family);
}

.landing-page-bofu .module#hero {
	padding: 0;
  height: 480px;
}

.landing-page-bofu .module#hero .hero-wrapper {
	padding: 70px 15px;
	font-size: 60px;
}

.landing-page-bofu .container {
	padding: 40px 15px 60px;
}

.landing-page-bofu #hero:before {
	background: var(--default-rgba-color);
}

.landing-page-bofu .module#hero .hero-wrapper h1 {
	font-size: 1em;
	line-height: 1.15em;
	word-break: break-word;
}

.landing-page-bofu .module#hero .hero-wrapper span {
	font-size: .34em;
	font-weight: 600;
	line-height: 1.48em;
}

.landing-page-bofu .module#hero .hero-background-image {
  height: 125%;
  top: -250px;
}

.landing-page-bofu #ebook-viewer {
	margin: 30px 0;
	padding: 30px 0;
}

.landing-page .text-wrapper {
  margin-top: 0;
  position: relative;
}

.landing-page .text-container {
  display: flex;
  padding: 40px 15px;
  margin: 0 auto;
}

.landing-page .module#main-text, 
.landing-page-bofu .module#main-text {
  color: var(--generic-black);
  margin: 0 auto;
  padding: 0 30px 80px 15px;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.15px;
}

.landing-page .module#main-text {
  margin-top: -670px;
}

.landing-page-bofu .module#main-text {
  margin-top: unset;
}

.landing-page-bofu #main-text:not(:first-of-type) .main-text__wrapper {
	margin: 0 auto;
	padding: 40px 15px;
}

.module#main-text h2,
.module#main-text h3 {
  color: #000000; 
}

.landing-page #main-text p {
  color: var(--generic-black);
  line-height: 1.8;
}

.landing-page-bofu .features-image {
	max-width: 100px;
	max-height: 100px;
}

.landing-page-bofu #features.ic-module .features__wrapper {
  padding: 50px 15px;
}

.landing-page-bofu .cta-button.ic-module {
  margin: 75px 0 40px;
}

.landing-page-bofu .cta-button .cta-button-link:hover {
	opacity: 1;
	background-color: var(--primary-color-light)!important;
  box-shadow: 0 8px 20px -10px rgb(0 0 0 / 50%);
}

.landing-page-bofu #features .features-section-title,
.landing-page-bofu #media.ic-module .media-title {
  color: var(--generic-black);
}

.landing-page-bofu #features .features-wrapper .features-item {
  border-radius: 12px;
  transition: all 1s ease-out;
}

.landing-page-bofu #features .features-wrapper .features-item:hover {
  transform: translate(5px, 5px);
}

.landing-page-bofu #media.ic-module .media-image-wrapper img {
  transition: all 1s ease-out;
}

.landing-page-bofu #media.ic-module .media-image-wrapper img:hover {
  transform: scale(1.05);
}

/* Responsive ----------------- */
@media (max-width: 1024px) {
  .landing-page #hero .container::before {
    width: 37%;
    right: 1%;
    bottom: 60%;
    z-index: -1;
  }
}

@media (max-width: 768px) {
  .landing-page #hero .container::before {
    bottom: 67%;
  }
}

@media( max-width: 700px ) {
  .landing-page-bofu .module#hero {
    background-size: cover !important;
  }
}

@media( max-width: 767px ) {
	.landing-page .text-container {
		grid-template-columns: 1fr;
	}
  
  .landing-page-bofu .text-container {
    flex-direction: column;
  }
  
	.text-container.bofu > :first-child {
		order: 1;
	}
  
  .landing-page #hero .container {
    grid-template-columns: none;
  }
  
  .landing-page .module#main-text {
    margin-top: 200px;
  }
  
  .landing-page-bofu .module#main-text {
    padding: 40px 15px;
    margin-top: unset;
  }
  
  .landing-page-bofu .module#main-text h2 {
	  margin-top: 0;
  }
  
  .landing-page #hero .container::before {
    display: none;
  }
}

@media (min-width: 768px) {
  .landing-page .text-wrapper {
    width: 50%;
  }
}

@media (max-width: 425px) {
  .landing-page-bofu .module#hero .hero-wrapper h1 {
    font-size: 3.3rem;
  }
}
/* End */
	.thank-you-page #hero,
.thank-you-page .hero {
  height: unset;
}

.thank-you-page .hero .container {
	grid-template-columns: 1fr;
	padding: 60px 15px 60px;
}

.thank-you-page .module#direct-download .direct-download-wrapper .direct-download-image {
	max-width: unset;
	height: 360px;
}

.thank-you-page .module#direct-download .direct-download-wrapper .direct-download-image img {
	width: auto;
	height: 100%;
  border-radius: 12px;
}

.thank-you-page .module#direct-download {
  position: relative;}

.thank-you-page .module#direct-download .direct-download-wrapper {
	font-family: 'Nunito', sans serif;
	font-size: 20px;
  font-weight: 700;
	max-width: unset;
	padding: 0; }

.thank-you-page .module#direct-download .direct-download-wrapper.ebook {
	display: grid;
	grid-template-columns: 1fr minmax(285px, 27%) }

.thank-you-page .module#direct-download .direct-download-auto {
	margin-top: 20px;
}

.thank-you-page .module#direct-download .direct-download-wrapper .direct-download-title,
.thank-you-page .module#direct-download .direct-download-wrapper .direct-download-loader-status,
.thank-you-page .module#direct-download .direct-download-wrapper .direct-download-auto .direct-download-help-text,
.thank-you-page .module#direct-download .direct-download-wrapper .direct-download-auto .direct-download-loader .direct-download-loader-circle.direct-download-loader-circle-completed:after {
	color: #fff;
}

.thank-you-page .module#direct-download .direct-download-wrapper .direct-download-auto .direct-download-loader .direct-download-loader-circle.direct-download-loader-circle-completed:after {
	font-size: .6em;
}

.thank-you-page .module#direct-download .direct-download-wrapper .direct-download-auto .direct-download-loader .direct-download-loader-circle:after {
	font-size: .2em;
	background: #fff;
}


.thank-you-page .module#direct-download .direct-download-wrapper .direct-download-subtitle::before {
  content: url(https://3276114.fs1.hubspotusercontent-na1.net/hubfs/3276114/IC%20-%20Rindegastos/mail.png);
  display: inline-block;
  width: 32px;
  vertical-align: top;
}

.thank-you-page .module#direct-download .direct-download-wrapper .direct-download-title {
	font-size: 48px;
	line-height: 1.08em;
  color: var(--primary-color-light);
}

.thank-you-page .module#direct-download .direct-download-wrapper .direct-download-subtitle {
	color: #fff;
	font-size: 22px;
  color: var(--generic-black);
  margin: 25px 0 30px;
}

.thank-you-page .module#direct-download .direct-download-wrapper .direct-download-auto .direct-download-help-text {
	font-size: 0.45em;
}

.thank-you-page .module#direct-download .direct-download-wrapper .direct-download-loader-status {
	font-size: 0.5em;
}

.thank-you-page .module#direct-download .direct-download-wrapper .direct-download-button {
  margin-bottom: 30px;
}

.thank-you-page .module#direct-download .direct-download-wrapper .direct-download-button a {
  font-size: .6em;
  letter-spacing: 0.05em;
  padding: 1em 2.5em;
  text-transform: uppercase;
  border: none;
  background: var(--primary-color-light);
  border-radius: 8px;
  font-family: 'Nunito';
  font-weight: 700;
  transition: var(--default-transition);
}

.thank-you-page .module#direct-download .direct-download-wrapper .direct-download-button a:hover {
	background: var(--primary-color-dark);
}

.tmp.thank-you-page .module .direct-download-wrapper .social-follow {
	margin: 20px 0 0;
	justify-content: flex-start;
	flex-flow: row wrap;
}

.thank-you-page.tmp .module .direct-download-wrapper .social-follow .direct-download-social__title {
	width: 100%;
	margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
	line-height: 27px;
	color: var(--generic-black);
  margin-right: 15px;
}

/* Share */
.thank-you-page .module#share-content {
  display: flex;
  align-items: center;
}

.thank-you-page.tmp .share-content-listing {
	display: flex;
	flex-flow: row wrap;
}

.thank-you-page.tmp .module#share-content .share-content-item {
	display: inline-block;
	margin: 0 0px 5px 0;
}

/*
.thank-you-page.tmp .module#share-content .share-content-item:not(:last-of-type) {
	margin-right: 15px;
}*/

.thank-you-page.tmp .module#share-content .share-content-item a {
	display: flex;
  padding: 8px;
  height: 40px;
  width: 40px;
}

/* Follow */
.thank-you-page.tmp .module .direct-download-wrapper .social-follow a[class*="-social-"] {
	position: relative;
	font-size: 18px;
	height: 44px;
	width: 45px;
	margin: 0;
}

.thank-you-page.tmp .module .direct-download-wrapper .social-follow a[class*="-social-"]:not(:last-of-type) {
	margin-right: 15px;
}

.thank-you-page .module#share-content .share-content-wrapper.beside-title {
	justify-content: left;
	max-width: 800px;
	margin: 0 auto;
	padding: 30px;
}

.thank-you-page .text-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
	padding: 60px 16px;
	margin: 0 auto; }

.thank-you-page .related-ebooks-wrapper,
.page-404 .related-ebooks-wrapper {
  background-color: #D4EEFD;
}

.thank-you-page .related-ebooks-item,
.page-404 .related-ebooks-item {
  border-left: unset !important;
  border-radius: 12px;
}

.thank-you-page .related-ebooks-item a::before,
.page-404 .related-ebooks-item a::before{
  top: -2px;
  right: -16px;
  background: transparent;
  height: 25px;
  width: 40px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: all .5s ease-out;
}

.thank-you-page .module#related-ebooks .related-ebooks-item a:hover::before,
.page-404 .module#related-ebooks .related-ebooks-item a:hover::before{
  transform: scale(30);
  background: #d4eefd;
}

.thank-you-page .module#related-ebooks .related-ebooks-item a:hover h3,
.page-404 .module#related-ebooks .related-ebooks-item a:hover h3 {
  color: var(--primary-color-light);
  text-decoration: none;
}

.thank-you-page .module#related-ebooks .related-ebooks-item a,
.page-404 .module#related-ebooks .related-ebooks-item a {
  padding: 20px 20px 10px;
  margin: 0 20px;
  background: #fff;
  border-radius: 10px;
}

.thank-you-page .module#related-ebooks .related-ebooks-header h2 {
  font-family: 'Nunito';
  font-size: 32px;
  color: var(--primary-color-light);
}

.thank-you-page .module#related-ebooks .related-ebooks-item h3,
.page-404 .module#related-ebooks .related-ebooks-item h3{
  font-family: 'Nunito';
}

.thank-you-page .module#related-ebooks .related-ebooks-item-button,
.page-404 .module#related-ebooks .related-ebooks-item-button{
  background-color: var(--primary-color-light);
}

/* Responsive -------------- */
@media (max-width: 998px) {
  .thank-you-page .module#share-content {
    flex-direction: column;
    gap: 25px;
    margin-top: 60px;
    align-items: revert;
  }
  
  .thank-you-page.tmp .module#share-content .share-content-item {
    margin: 0 15px 5px 0;
    padding: 0;
  }
  
  .thank-you-page .hero {
    background-size: cover !important;
  }
}

@media (min-width: 768px) {
  .thank-you-page .module#related-ebooks .related-ebooks-item-cover img,
  .page-404 .module#related-ebooks .related-ebooks-item-cover img  {
    max-width: 190px; 
  }
}

@media( max-width: 767px ) {
	.thank-you-page .module#direct-download .direct-download-wrapper {
    grid-template-columns: 1fr;
	}
	
  .thank-you-page .module#direct-download .direct-download-wrapper > :first-child {
	  order: 1;
  }
  
	.thank-you-page.tmp .share-content-listing {
		justify-content: center;
	}
	
	.thank-you-page .text-container {
		grid-template-columns: 1fr;
	}
	
	.thank-you-page .text-container.bofu .form-container {
		order: -1;
	}
	
	.thank-you-page .module .direct-download-wrapper .social-follow {
		justify-content: center;
	}
  
  .thank-you-page .module#direct-download .direct-download-wrapper.ebook {
    grid-template-columns: auto;
  }
  
  .thank-you-page .module#related-ebooks .related-ebooks-item a,
  .page-404 .module#related-ebooks .related-ebooks-item a {
    margin-bottom: 20px;
  }
  
  .thank-you-page .module#related-ebooks .related-ebooks-item .related-ebooks-item-header,
  .page-404 .module#related-ebooks .related-ebooks-item .related-ebooks-item-header {
    padding: 20px 0 0 0;
  }
}
/* end */
	body.resources-center-page {
  color: var(--generic-black);
}

.resources-center-page #hero, 
.resources-center-page .hero {
  height: unset;
}

.resources-center-page .module#hero .hero-wrapper {
  padding: 90px 30px }

.resources-center-page .module#hero .hero-background-image {
  height: 175%;
  object-fit: cover;
  top: -210px;
}

.resources-center-page  .module#resources-center {
  padding: unset }

.resources-center-page .module#hero .hero-tint {
  height: 420px;
}

.resources-center-page .module#hero .hero-wrapper h1 {
  font-size: 50px;
  color: var(--primary-color-light);
}

.resources-center-page .module#hero .hero-wrapper span {
  font-size: 22px;
  font-weight: 600;
}

.resources-center-page .resources-center-category {
  font-size: 32px;
}

.resources-center-page .resources-center-category a {
  color: var(--primary-color-light);
  text-decoration: none;
}

.resources-center-page .resources-center-category a:hover {
  color: var(--primary-color-dark);
  text-decoration: underline;
}

.resources-center-page .resources-center-listing {
  gap: 25px;
}

.resources-center-page .resources-center-listing-resource-image {
  border-radius: 8px;
}

.resources-center-page .resources-center-listing-resource-title {
  color: var(--generic-black);
}

.resources-center-page .resources-center-listing-resource {
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: 1s all ease;
}

.resources-center-page .resources-center-listing-resource:hover {
  box-shadow: 10px 10px 50px -20px rgb(0 0 0 / 40%);
}

.resources-center-page .resources-center-listing-resource a:hover {
  box-shadow: unset;
}

.resources-center-page .module#blog-suscription {
  font-family: var(--default-font-family);
  margin: 0 auto 60px;
  padding: 30px;
}


/* Responsive -------------- */
@media (max-width: 600px) {
  .resources-center-page .module#hero .hero-tint {
    background-size: cover;
  }
}
  
@media (max-width: 768px) {
  .resources-center-listing {
    padding: 0 15px;
    display: unset;
  }
  .resources-center-listing-resource {
    width: 100%;
  }
  
  .resources-center-page .module#hero .hero-wrapper h1 {
  font-size: 45px;
  }

  .resources-center-page .module#hero .hero-wrapper span {
    font-size: 20px;
  }
  
  .resources-center-page .module#resources-center {
    padding: 60px 40px;
  }
}

/* End */
	.page-404,
.subscription-page,
.system-page {
  font-family: var(--default-font-family);
}

.subscription-page .wrapper,
.system-page .wrapper,
.system-page .container {
	max-width: 1140px;
	margin: 0 auto!important;
	float: none;
}

.system-page .body-container-wrapper {
  background: #fefefe;
}

.subscription-page .wrapper, 
.system-page .wrapper {
  padding: 110px 15px;
}

.subscription-page .footer-container-wrapper,
.system-page .footer-container-wrapper {
  /*background-color: rgba( 134, 142, 150 , 100% );*/
  padding: 0 }

.subscription-page .module#topbar .topbar-wrapper .container,
.system-page .module#topbar .topbar-wrapper .container {
  max-width: 1140px;
  margin: 0 auto }

.subscription-page .hs-button,
.system-page .hs-button {
  font-family: inherit;
  background-color: #666;
  border-color: #666 }

.system-page .wrapper .page-header h1,
.system-page.subscriptions-update .wrapper .page-header h1,
.subscription-preferences .wrapper .page-header h1 {
  font-size: 40px;
  font-weight: 600; 
  color: var(--generic-black);
}

.system-page .wrapper .page-header h2,
.system-page.subscriptions-update .wrapper .page-header h2,
.subscription-preferences .wrapper .page-header h2 {
	color: var(--generic-black);
	background: none;
	border: 0;
	box-shadow: none;
  font-size: 26px;
  font-weight: 600; 
  margin: 20px 0;
}

.subscription-page .page-header {
  padding: 1em 6px;
}

.subscription-page .subscribe-options label {
  margin-left: 2px;
}

.subscription-page .subscribe-options header {
  font-size: 16px;
}

.subscription-page .hs-button, 
.system-page .hs-button {
  border: none;
  font-family: inherit;
  background: var(--primary-color-light);
  font-weight: 600;
  transition: .3s ease-out;
}

.subscription-page .hs-button:hover, 
.system-page .hs-button:hover {
  background: #78ca76;
}

.system-page .language-switcher { 
  display: none !important;
}

.system-page input.hs-input.email-edit {
  border: 1px solid #D7D7D7;
  border-radius: 0;
  background: transparent;
  color: var(--generic-black);
  padding: 10px 15px!important;
  margin-bottom: 10px;
  border-radius: 10px;
}

.system-page .wrapper h3 {
  color: #000 }

.system-page .hs-input {
	max-width: 400px;
	border: 0;
	box-shadow: none;
	font-size: 16px }

.system-page.subscriptions-update .wrapper .page-header p {
  color: #000 }

/* @group Page 404 ======================== */
	
.page-404 {
  font-family: var(--default-font-family);
}

/* System */
.page-404 .footer-container-wrapper {
  /*background-color: rgba( 134, 142, 150 , 100% );*/
  padding: 0 }

.page-404 .module#topbar.floating {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

.page-404 .module#topbar .topbar-wrapper .container {
  max-width: 1140px;
  margin: 0 auto }

.page-404 .basic-content.module .cta {
  font-family: var(--default-font-family) }

.page-404 .hero-cta p {
  margin-bottom: 0 }

.page-404 .module#hero {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 500px;
  max-height: 450px;
}

.page-404 .module#hero .hero-background-image {
  display: none;  
}

.page-404 .module#hero .hero-wrapper h1 {
  color: var(--primary-color-light);
  font-size: 50px;
  font-weight: 600;
}

.page-404 .module#hero .hero-wrapper .hero-cta-wrapper .hero-cta span {
  padding-top: 4px }

.page-404 .module#hero .hero-wrapper .hero-cta-wrapper {
  margin-top: 40px }

.page-404 .blog-related-posts__wrapper {
	max-width: 900px;
	padding: 0 30px;
}

.page-404 .module#related-ebooks .related-ebooks-item h3 {
  margin: 15px 20px 20px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.page-404 .module#related-ebooks .related-ebooks-header h2 {
  font-family: 'Nunito';
  font-size: 32px;
  color: var(--primary-color-light);
  font-weight: 600;
}

.page-404 .module#related-ebooks .related-ebooks-item-body p {
  font-size: 22px;
  text-align: left;
  margin-left: 20px;
  color: var(--generic-black);
  font-weight: 600;
  font-family: "nunito";
  line-height: 30px;
}

.page-404 div#hs_cos_wrapper_module_1661814038635153 {
  background-color: #d4eefd;
}

.page-404 .search-title h3 {
  color: var(--primary-color-light);
  font-size: 30px;
  font-weight: 600;
}
	
.page-404 .hs-search-field form input[type="text"] {
  border: 2px solid #5f96d7;
  border-radius: 25px;
  padding: 10px;
  width: 70%;
}

.page-404 .search-group {
  max-width: 500px;
}

.page-404 form button {
  right: unset;
  width: unset;
  background-color: var(--primary-color-light);
  border-radius: 25px;
  color: var(--secondary-color);
  margin: 0 8px;
  padding: 10px 40px;
  transition: all .4s ease;
  font-family: "nunito";
  font-weight: 600;
  font-size: 18px;
}

.page-404 form button:hover {
  background: var(--primary-color-dark);
}

/* Responsive -------------------- */
@media (min-width: 768px) {
  .subscription-page .wrapper, 
  .system-page .wrapper {
    min-height: calc(100vh - 198px);
  }
}

@media (max-width: 600px) {
  .page-404 form button {
    margin-top: 20px; 
    position: relative !important;
  }
  
  .page-404 .hs-search-field form {
    text-align: center;
  }
}
/* @end */


/* @group Search Results Page ======================== */
.blog-search .main-wrapper {
  padding: 80px 20px;
}

.blog-search .module#topbar .navbar {
  background: rgb(213 239 253 / 25%)!important;
} 

.blog-search .hs-search-results__listing .hs-search-results__title {
  color: var(--default-title-color);
}

.blog-search .hs-search-results__listing .hs-search-results__title:hover {
  color: var(--primary-color-light);
}

.blog-search .module#topbar #navbar-collapse ul li ul li {
  background-color: rgb(213 239 253 / 25%);
}

.search-results__title {
  line-height: 45px;
}

@media (max-width: 767px) {
  .search-results__title {
    font-size: 25px;
  }
}


/* @end */

/* =========================================================
 * Template Customization
 * ====================================================== */

/* @group Fonts ============================================ */
  @font-face {
    font-family: "Nunito";
    font-weight: 200;
    src: url('https://3276114.fs1.hubspotusercontent-na1.net/hubfs/3276114/Tipograf%C3%ADa/Nunito-Light.ttf') format('truetype');
  }

  @font-face {
    font-family: "Nunito";
    font-weight: 300;
    src: url('https://3276114.fs1.hubspotusercontent-na1.net/hubfs/3276114/Tipograf%C3%ADa/Nunito-Regular.ttf') format('truetype'),
         url('https://3276114.fs1.hubspotusercontent-na1.net/hubfs/3276114/Tipograf%C3%ADa/Nunito-Regular.eot') format('embedded-opentype'),
         url('https://3276114.fs1.hubspotusercontent-na1.net/hubfs/3276114/Tipograf%C3%ADa/Nunito-Regular.woff') format('woff'),
         url('https://3276114.fs1.hubspotusercontent-na1.net/hubfs/3276114/Tipograf%C3%ADa/Nunito-Regular.woff2') format('woff2'),
  }

  @font-face {
    font-family: "Nunito";
    font-weight: 400;
    src: url('https://3276114.fs1.hubspotusercontent-na1.net/hubfs/3276114/Tipograf%C3%ADa/Nunito-SemiBold.ttf') format('truetype');
  }
  
  @font-face {
    font-family: "Nunito";
    font-weight: 500;
    src: url('https://3276114.fs1.hubspotusercontent-na1.net/hubfs/3276114/Tipograf%C3%ADa/Nunito-Medium.ttf') format('truetype');
  }
  
  @font-face {
    font-family: "Nunito";
    font-weight: 600;
    src: url('https://3276114.fs1.hubspotusercontent-na1.net/hubfs/3276114/Tipograf%C3%ADa/Nunito-Bold.ttf') format('truetype');
  }
  
  @font-face {
    font-family: "Nunito";
    font-weight: 700;
    src: url('https://3276114.fs1.hubspotusercontent-na1.net/hubfs/3276114/Tipograf%C3%ADa/Nunito-Black.ttf') format('truetype');
  }

@font-face{ 
  font-family: 'Nunito Sans';
  src: url('https://3276114.fs1.hubspotusercontent-na1.net/hubfs/3276114/NunitoSans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* @end */

/* @group Variables ============================================ */

:root {
	/**
	* Variables base - Modificarlas
	*/
	--default-font-family: "Nunito Sans", sans-serif;
	--awesome-pro: 'Font Awesome 5 Free';
	--awesome-brands: 'Font Awesome 5 Brands';
	--primary-color-light: #5F96D7;
	--primary-color-dark: #5180B6;
	--secondary-color: #FFFFFF;
  --green-color: #2ECC71;
	--generic-grey: #D7D7D7;
  --generic-grey-darker: #aca5a5;
	--generic-black: #494a52;
	--default-text-color: #494a52;
	--default-title-color: #545454;
	--default-boxes-color: ;
	--border-color: #777;
	--error-msj-color: #ff0000;
	--default-transition: .3s all ease;
	--cubic-transition: .4s all cubic-bezier(.4,2,.67,1);
	--default-rgba-color: ;
	--brand-rgba-color: ;
	--secondary-rgba-color: ;
}

/* ============================================================
 * Custom template styles here
 * ========================================================= */
/* @group Base ---------------------------------- */

/* END */
/* @group Layout ---------------------------------- */
body {
  font-family: var(--default-font-family);
}

/* END */
/* @group TopBar ---------------------------------- */
.module#topbar {
  width: 100%;
}

.module#topbar.floating, .module#topbar.smart {
  box-shadow: none;
}

.module#topbar .navbar-header .navbar-brand {
  max-width: 250px;
}

.landing-page .module#topbar .navbar {
  padding: 10px 0 0 0;
}

.landing-page header.module.topbar {
  position: relative;
}

/* Responsive ---------- */

@media( min-width: 768px ) {
}

@media( max-width: 767px ) {

}
/* END */

/* @group Hero ---------------------------------- */
#hero:before, .hero:before {
  background: none;
}

/* Responsive -------- */

/* END */

/* @group Blog Listing ---------------------------------- */
.tmp .module#topbar #navbar-collapse ul li ul {
  border: unset;
  background: #fff;
  top: 40px;
  border-radius: 10px;
}

.tmp .module#topbar #navbar-collapse ul li ul li:not(:last-child) {
  border-bottom: 1px solid rgba(83,83,83,.1);
}

.tmp .module#topbar #navbar-collapse ul li ul li a:hover {
  color: var(--primary-color-light) !important;
  transform: translateY(-1.5px);
  background: unset !important;
}

/* Cards */

/* Pagination */

/* Responsive -------- */

/* END */

/* @group Single Post ---------------------------------- */


/* TOC */


/* Comments */


/* Responsive -------- */
@media( min-width: 768px ) {

}
/* END */

/* @group Related Posts ---------------------------------- */


/* Responsive -------- */
@media( min-width: 992px ) {
}
/* END */

/* @group Sidebar ---------------------------------- */

/* END */


/* @group Blog Suscription ----------------------------- */
.tmp .module#blog-suscription {
  max-width: 1200px !important;
  display: flex;
  justify-content: center;
  border-radius: 12px;
  margin: 40px auto 60px;
  background-image: url(https://3276114.fs1.hubspotusercontent-na1.net/hubfs/3276114/IC%20-%20Rindegastos/img.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
}

.tmp .blog-subscription-wrapper {
  border: 1px solid;
  border-radius: 12px;
  text-align: center;
}

.tmp .blog-suscription-header {
  text-align: center;
}
 
.tmp .blog-suscription-header h3 {
  color: var(--primary-color-light);
  font-size: 34px;
  font-weight: 600;
}

.tmp .blog-suscription-form .input input[type="email"] {
  border: 2px solid #5f96d7;
  border-radius: 25px;
  padding: 10px;
  width: 95%;
}

.tmp .blog-suscription-form .hs-button {
  font-family: var(--default-font0family);
  background-color: var(--primary-color-light);
  border: none;
  border-radius: 25px;
  text-transform: none;
  font-weight: 600;
  padding: 15px;
  max-width: 280px;
  width: 100%;
  transition: all .4s ease;
}

.tmp .blog-suscription-form .hs-button:hover {
  background: #78ca76;
}

.tmp .blog-suscription-form form {
  display: inline-flex;
  flex-wrap: wrap;
  max-width: 720px;
  width: 100%;
}

.blog .blog-suscription-form form .hs_error_rollup {
  display: none;
}

.tmp .module#blog-suscription .hs_email.field {
  display: inline-block;
  text-align: left;
  float: left;
  width: 68%;
}

.tmp .module#blog-suscription .legal-consent-container {
  width: 100%;
  order: 3;
  margin-top: 10px;
}

.tmp .module#blog-suscription .hs_submit.hs-submit {
  display: inline-block;
  width: 27%;
  float: right;
  order: 2;
}

.tmp .module#blog-suscription form ul li label span p span {
  color: var(--primary-color-light);
  cursor: pointer;
}

.tmp .module#blog-suscription form ul li label span p span:hover {
  opacity: .6;
}

.tmp .module#blog-suscription .legal-consent-container .field.hs-form-field {
  margin-left: 8px;
}

.tmp .module#blog-suscription .hs_submit .actions {
  margin: 5px 0 0 0;
}

.tmp .blog-suscription-form .hs-button {
  padding: 12px 16px;
}

.tmp .legal-consent-container .hs-form-booleancheckbox-display>span {
  margin-left: 20px !important;
}

.tmp .module#blog-suscription .legal-consent-container .inputs-list {
  margin: 0 0 10px 0;
}

/* Form checkbox icons -----------------------*/
.tmp .module#blog-suscription form.hs-form [type="checkbox"]:not(:checked)+span:before {
  background: url(https://3276114.fs1.hubspotusercontent-na1.net/hubfs/3276114/IC%20-%20Rindegastos/checkbox.png) no-repeat;  
}

.tmp .module#blog-suscription form.hs-form [type="checkbox"]:checked,
.tmp .module#blog-suscription form.hs-form [type="checkbox"]:not(:checked) {
  display: none;
}

.tmp .module#blog-suscription form.hs-form [type="checkbox"]:not(:checked)+span:before, 
.tmp .module#blog-suscription form.hs-form [type="checkbox"]:checked+span:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  margin: 1px 0 0 -23px;
}

.tmp .module#blog-suscription form.hs-form [type="checkbox"]:not(:checked) + span:before {
  background: url(https://3276114.fs1.hubspotusercontent-na1.net/hubfs/3276114/IC%20-%20Rindegastos/checkbox.png) no-repeat 
}

.tmp .module#blog-suscription form.hs-form [type="checkbox"]:checked + span:before {
  background: url(https://3276114.fs1.hubspotusercontent-na1.net/hubfs/3276114/IC%20-%20Rindegastos/checkbox-active.png) no-repeat 
}

/* Responsive ---------------------------- */
@media (max-width: 600px)  {
  .tmp .module#blog-suscription .hs_submit.hs-submit {
    order: 3 !important;
    width: 100% !important;
  }
  
  .tmp .module#blog-suscription .hs_email.field {
    width: 99% !important;
    margin-right: unset;
  }
 
  .blog .module#blog-suscription {
    margin: 40px 7px 60px;
  }
}

/* END */

/* @group Landing Page ---------------------------------- */

/* BOFU */


/* Responsive -------- */
@media( max-width: 767px ) {
}
/* END */
shh
/* @group Thank You Page ---------------------------------- */

/* Responsive -------- */
@media( min-width: 768px ) {

}

@media( max-width: 767px ) {

}
/* END */

/* @group Search Page ---------------------------------- */

/* END */

/* @group Resources Center ---------------------------------- */

/* Responsive -------- */
@media( max-width: 767px ) {
}
/* END */

/* @group Form ---------------------------------- */
#form .form-wrapper {
  box-shadow: 0 10px 40px -10px rgb(0 0 0 / 30%);
  border: none;
  border-radius: 10px;
}

#form .form-title {
  font-size: 32px;
  padding-bottom: 0;
  color: var(--primary-color-light);
  line-height: 42px;
}

#form .form-description {
  padding-bottom: 40px;
  font-size: 18px;
  font-weight: bold;
  color: var(--generic-black);
}

.hs-form-field label {
  color: var(--generic-grey-darker);
}

#form form label {
  margin-bottom: 5px;
}

#form form fieldset {
  margin-bottom: 5px;
}

#form form input, 
#form form select {
  border: 1px solid var(--generic-grey);
  border-radius: 3px;
}

#form form fieldset .hs_comentario_adicional .input>input {
  height: 100px;
}

#form form input[type=submit] {
  background-color: var(--green-color);
  border-radius: 25px;
  color: #fff;
  border: none;
  text-transform: none;
  padding: 15px 0;
  transition: all .4s ease;
}

#form form input[type=submit]:hover {
  opacity: .6;
}

#form form ul li label span p span {
  color: var(--primary-color-light);
  cursor: pointer;
}

#form form ul li label span p span:hover {
  opacity: .6;
}

#form form ul li label>span a {
  color: var(--primary-color-light);
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
  margin-top: -22px;
  margin-left: 10px !important;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  font-size: 15px;
  color: #aca5a5;
}

.hs-form-booleancheckbox a {
  color: var(--primary-color-light);
}

.hs-form-booleancheckbox a:hover {
  text-decoration: unset;
}

#form form ul li label>span {
  padding-left: unset;
}

#form form ul li label.hs-form-radio-display>span {
  display: flex;
  gap: 8px;
}

.form-columns-2 .hs-form-field {
  padding: unset;
}

/* Form checkbox icons -----------------------*/
#from form.hs-form [type="checkbox"]:not(:checked)+span:before {
  background: url(https://3276114.fs1.hubspotusercontent-na1.net/hubfs/3276114/IC%20-%20Rindegastos/checkbox.png) no-repeat, #FFF;
}

#form form.hs-form [type="checkbox"]:checked,
#form form.hs-form [type="checkbox"]:not(:checked) {
  display: none;
}

#form form.hs-form [type="checkbox"]:not(:checked) + span:before,
#form form.hs-form [type="checkbox"]:checked + span:before {
  content: "";
  top: 5px;
  margin: 0 6px 0 -7px;
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
}

#form form.hs-form [type="checkbox"]:not(:checked) + span:before {
  background: url(https://3276114.fs1.hubspotusercontent-na1.net/hubfs/3276114/IC%20-%20Rindegastos/checkbox.png) no-repeat }

#form form.hs-form [type="checkbox"]:checked + span:before {
  background: url(https://3276114.fs1.hubspotusercontent-na1.net/hubfs/3276114/IC%20-%20Rindegastos/checkbox-active.png) no-repeat }


/* Form radio icons -----------------------*/
form .hs-form-radio input[type=radio]:not(:checked)+span:before {
  background: url(https://3276114.fs1.hubspotusercontent-na1.net/hubfs/3276114/IC%20-%20Rindegastos/icon-elegir.png) no-repeat, #FFF;
}

form .hs-form-radio input[type=radio]:checked,
form .hs-form-radio input[type=radio]:not(:checked) {
  display: none;
}

form .hs-form-radio input[type=radio]:not(:checked) + span:before,
form .hs-form-radio input[type=radio]:checked + span:before {
  content: "";
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  margin: 0;
}

form .hs-form-radio input[type=radio]:not(:checked) + span:before {
  background: url(https://3276114.fs1.hubspotusercontent-na1.net/hubfs/3276114/IC%20-%20Rindegastos/icon-elegir.png) no-repeat }

form .hs-form-radio input[type=radio]:checked + span:before {
  background: url(https://3276114.fs1.hubspotusercontent-na1.net/hubfs/3276114/IC%20-%20Rindegastos/icon-elegir-active.png) no-repeat }


/* Formulario emergente ------------*/
#leadinModal-content-wrapper-4278668,
.leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-content {
  background-color: #fff;
  border-radius: 20px !important;
}

.leadin-preview-wrapper h4,
.leadin-message-wrapper h4 {
  color: var(--primary-color-dark) !important;
}

.advance-wrapper .leadin-button {
  width: 60% !important;
  display: flex !important;
  margin: 25px auto 0 !important;
}

form#hsPopUpForm-224db1d0-787e-4f12-8151-2fba921536b1 {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.leadin-input-wrapper.form-fields {
  width: 70% }

#input-email-224db1d0-787e-4f12-8151-2fba921536b1 {
  border: 1.2px solid #c4c4c4;
  border-radius: 25px;
  padding: 6px 12px;
  font-family: 'Nunito';
}

.thank-you-message span p {
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #494a52 !important;
}

#leadin-close-button {
  background: #5F96D7;
  color: #fff;
  font-family: var(--default-font-family);
  padding: 5px 10px;
  border-radius: 16px;
  transition: var(--default-transition);
}

#leadin-close-button:hover {
  text-decoration: none !important;
  background: var(--primary-color-dark);
}

.leadinModal .leadinModal-close:active:before, 
.leadinModal .leadinModal-close:hover:before {
   color: var(--primary-color-dark);
}

/* End Formulario emergente */

/* Responsive -------- */
@media( max-width: 575px ) {

}

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

/* END */

/* @group Bullet List ---------------------------------- */

/* END */

/* @group Share content ---------------------------------- */
.tmp .module#share-content .share-content-wrapper {
  background: var(--secondary-color);
  padding: 50px 15px;
}

.tmp .module#share-content .share-content-header h3 {
  font-family: 'Nunito', sans serif;
  font-weight: 700;
  text-transform: none;
  color: var(--generic-black);
  margin: 40px 0 20px;
  font-size: 17px;
  letter-spacing: .1px;
}

.tmp .module#share-content .share-content-item a {
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.tmp .module#share-content .share-content-item {
  /*padding: 0 10px;*/
}

.tmp .module#share-content {
  margin-top: unset;
}

.tmp .module#share-content .share-content-wrapper .share-content-header::before {
  content: "";
  display: block;
  height: 1px;
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  background: hsl(206deg 100% 73% / 24%);
}

/* END */


/* @group Social Follow ---------------------------------- */

/* END */

/* @group System pages ---------------------------------- */

/* END */

/* @group Footer ---------------------------------- */
.tmp .module.footerbar .footerbar-wrapper { 
  color: var(--primary-color-light);
  height: 120px;
  display: flex;
  justify-content: space-between;
  flex-direction: inherit;
  padding: 10px 15px
}

.tmp .module.footerbar .hs-menu-item a {
  color: var(--primary-color-light);
}

.tmp .module .social-follow a[class*="-social-"] i {
  color: var(--primary-color-light);
}

.tmp .module .social-follow a:hover[class*="-social-"] i {
  color: var(--secondary-color);
}

.tmp .module.footerbar .footerbar-content {
  flex-direction: column;
  align-items: flex-start;
}

.tmp .module.footerbar .footerbar-legal {
  padding: 15px 10px 55px;
}

.tmp .module.footerbar .footerbar-legal--copyright {
  color: var(--generic-black);
}

.tmp .module.footerbar .footerbar-content--logo img {
  max-height: 85px;
  margin-left: -20px;
}

.tmp .module.footerbar hr.footer-border {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.tmp .module.footerbar hr {
  margin: 0 10px;
}

.tmp .module.footerbar .footerbar-social a {
  margin-bottom: 10px;
}

.tmp .module .social-follow { 
  align-self: self-end;
}

/* Responsive -------- */
@media (max-width: 991px) {
  .tmp .module.footerbar .footerbar-legal--copyright {
    align-self: unset;
}

@media( max-width: 767px ) {
  .tmp .module.footerbar .footerbar-social a {
    margin-bottom: unset;
  }
}
  
@media (max-width: 425px) {
  .tmp .module.footerbar .footerbar-wrapper {
    flex-direction: column;
    height: 190px;
  }  
  
  .tmp .module .social-follow {
    align-self: unset;
  }
}
  
@media (max-width: 380px) {
.tmp .module.footerbar .footerbar-legal {
    justify-content: center;
  }
}
/* END */

/* @group Related Ebooks ---------------------------------- */

/* Responsive -------- */
@media (min-width: 767px) {
}
/* END */

/* @group Search Page ---------------------------------- */

/* Responsive -------- */
/* END */

/* @group 404 ---------------------------------- */

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

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

/* END */