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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* 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;}


/*****************************************/
/*    General Styles - Jon Díaz V1.0     */
/*****************************************/

/* FONT-FACE */

@font-face {
  font-family: 'FontAwesome';
  src: url('https://273205.fs1.hubspotusercontent-na1.net/hubfs/273205/LAN/font/fontawesome-webfont.eot?v=4.5.0');
  src: url('https://273205.fs1.hubspotusercontent-na1.net/hubfs/273205/LAN/font/fontawesome-webfont.eot#iefix&v=4.5.0') format('embedded-opentype'), 
       url('https://273205.fs1.hubspotusercontent-na1.net/hubfs/273205/LAN/font/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), 
       url('https://273205.fs1.hubspotusercontent-na1.net/hubfs/273205/LAN/font/fontawesome-webfont.woff?v=4.5.0') format('woff'),
       url('https://273205.fs1.hubspotusercontent-na1.net/hubfs/273205/LAN/font/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), 
       url('https://273205.fs1.hubspotusercontent-na1.net/hubfs/273205/LAN/font/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
    font-family: 'logicalis';
    src:url(https://273205.fs1.hubspotusercontent-na1.net/hubfs/273205/LAN/font/logicalis.eot);
    src:url(https://273205.fs1.hubspotusercontent-na1.net/hubfs/273205/LAN/font/logicalis.eot#iefix) format("embedded-opentype"),
    url(https://273205.fs1.hubspotusercontent-na1.net/hubfs/273205/LAN/font/logicalis.woff) format("woff"),
    url(https://273205.fs1.hubspotusercontent-na1.net/hubfs/273205/LAN/font/logicalis.ttf) format("truetype"),
    url(https://273205.fs1.hubspotusercontent-na1.net/hubfs/273205/LAN/font/logicalis.svg#icomoon) format("svg");
    font-weight:400;
    font-style:normal
}
/*font-family: 'EB Garamond', serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
@font-face {
    font-family:'EB Garamond';
    font-weight:400;
    font-style:normal;
    src:url(https://273205.fs1.hubspotusercontent-na1.net/hubfs/273205/LAN/font/EBGaramond12-Regular.eot);
    src:url(https://273205.fs1.hubspotusercontent-na1.net/hubfs/273205/LAN/font/EBGaramond12-Regular.eot#iefix) format("eot"),url(https://273205.fs1.hubspotusercontent-na1.net/hubfs/273205/LAN/font/EBGaramond12-Regular.woff) format("woff")
}
@font-face {
    font-family:'EB Garamond';
    font-weight:400;
    font-style:italic;
    src:url(https://273205.fs1.hubspotusercontent-na1.net/hubfs/273205/LAN/font/EBGaramond12-Italic.eot);
    src:url(https://273205.fs1.hubspotusercontent-na1.net/hubfs/273205/LAN/font/EBGaramond12-Italic.eot#iefix) format("eot"),url(https://273205.fs1.hubspotusercontent-na1.net/hubfs/273205/LAN/font/EBGaramond12-Italic.woff) format("woff")
}

/* GENERAL CONTENT*/

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body {
    background-color: #fff;
    font-family: 'Roboto slab', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.45em;
    color: #333333;
    background-color: #ffffff;
}
.header-container-wrapper, .body-container-wrapper, .footer-container-wrapper {
    background-color: #fff;
}
/* HubSpot Form */

form{margin-bottom:0}
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{background-color:#f4f4f4;border:1px none rgba(0,0,0,0.1);border-radius:0;border-color:rgba(0,0,0,0.1);color:#9b9b9b;font-size:1em;line-height:1.7143em;padding:5px 2px 6px 10px;margin-bottom:15px;width:100%;font-family:'Montserrat',Helvetica,Arial,sans-serif}
input::placeholder,select::placeholder,input::-webkit-input-placeholder,select::-webkit-input-placeholder /* Chrome/Opera/Safari */,input::-moz-placeholder,select::-moz-placeholder /* Firefox 19+ */,input:-ms-input-placeholder,select:-ms-input-placeholder /* IE 10+ */,input:-moz-placeholder,select:-moz-placeholder /* Firefox 18- */{color:rgba(1,1,1,0.6);opacity:1}
textarea{outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;color:rgba(1,1,1,0.6)}
.down_icon::after{content:'\f107';font:29px FontAwesome;color:#e3001b;position:absolute;pointer-events:none;margin:9px 0 0 -33px}
select option,select option:checked{color:#010101}
select option{padding:14px 14px 16px}
label{padding:10px;margin-bottom:0;font-family:'Montserrat',Helvetica,Arial,sans-serif;font-size:.875em;font-weight:400;line-height:1.45;text-transform:uppercase;display:block}
legend{margin-bottom:20px}
.hs_politica_privacidad .hs-form-booleancheckbox{display:block;width:20px!important;margin-top:2px;font-size:14px;line-height:17px;letter-spacing:-.25px;margin-bottom:10px;text-indent:16px;margin-left:-16px;border:2px solid #333}
select{outline:none;width:100%!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;color:rgba(1,1,1,0.6);padding:5px 30px 6px 10px;height:35px}
select option,select option:checked{color:#010101}
.down_icon::after{content:'\f107';font:1.4375em FontAwesome;color:#c9cdd8;position:absolute;pointer-events:none;margin:7px 0 0 -23px}
select option{padding:0}
.inputs-list{padding:0;font-weight:300;margin-top:9px;margin-bottom:9px}
.inputs-list .hs-form-radio{padding:5px 0 6px}
.input-radios + .hs-error-msgs.inputs-list label:not(.label-radio-box):not(.hs-form-booleancheckbox-display),.input-checkboxs + .hs-error-msgs.inputs-list label:not(.label-radio-box):not(.hs-form-booleancheckbox-display){margin:0 0 8px}
fieldset:not(.form-columns-1) > .hs-form-field.smart-field:last-of-type .input + .hs-error-msgs{margin-left:8px}
input[type="submit"], .ctasubmit {
    padding: 10px;
    font-size: 1.1em;
    color: #fff;
    background-color: #ff1414;
    border: 0;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 700;
    cursor: pointer;
    max-width: 100%;
    margin-top: 20px;
    font-family: 'Montserrat',Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    width: 100%;
}
.ctasubmit{text-align:center;text-decoration:none;max-width:246px;float:left}
input[type="submit"]:hover,.ctasubmit:hover{background-color:#ff3b43}
.hs_blog_lantares_blog_subscription label{font-weight:700}
.hs-form .hs-form-booleancheckbox label{color:#010101;font-size:1em;line-height:1.45}
.hs-form .hs-form-booleancheckbox label span{display:inline-block;width:90%;float:left;font-size:.92857em;margin-top:-7px;font-weight:400;vertical-align:middle}
.hs-form .hs-form-booleancheckbox label a{color:#e3001b;font-weight:400;text-decoration:none}
.hs-form .hs-form-booleancheckbox label a:hover{text-decoration:underline}
.hs-form .hs-form-booleancheckbox .hs-form-required{display:none}
.hs-form .form-checkbox-box .hs-error-msgs{margin-top:10px}
.hide-required .hs-form-required,.hs-form .hs_checkbox_politica_privacidad label span.hs-form-required{display:none}
/*.header-container, .body-container, .footer-container, */.content-limit {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: content-box;
}
 .landing.content.box.IBM {
   text-align:center;
   justify-content:center;
}
h1, h2, h3, h4, .blog-title {
    font-family: 'Roboto Slab', serif, 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 500;
   /* padding:0px !important;*/
}
p {
    line-height: 1.35em;
}
a {
    color: #191919;
    text-decoration: none;
    transition: all .5s ease;
}
a:hover {
    color: #E41E26;
}
ul {
    list-style-position: inside;
    margin-bottom: 1.2em;
    margin-left: 0.275em;
}
.clearrow:after {
    content: "";
    clear: both;
    display: block;
}

/*Quitar "..." a los botones de los menús*/
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    overflow: visible;
}
.icon-close:before, .smodal:before, .nav-list li a:after, .modal-footer a:after  {
    font-family: logicalis;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}


/* --- Form --- */
form {
    margin-bottom: 0em;
}
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 {
    background-color: #f4f4f4;
    border: 1px none rgba(0, 0, 0, 0.1);
    border-radius: 0;
    border-color: rgba(0, 0, 0, 0.1);
    color: #9b9b9b;
    font-size: 1em;
    line-height: 1.7143em;
    padding: 5px 2px 6px 10px;
    margin-bottom: 15px;
    width: 100%;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}
input[type="text"].next, input[type="email"].next, input[type="password"].next, input[type="number"].next, input[type="url"].next, input[type="search"].next, input[type="tel"].next {

}
input::placeholder, select::placeholder, input::-webkit-input-placeholder, select::-webkit-input-placeholder /* Chrome/Opera/Safari */ , input::-moz-placeholder, select::-moz-placeholder /* Firefox 19+ */ , input:-ms-input-placeholder, select:-ms-input-placeholder /* IE 10+ */ , input:-moz-placeholder, select:-moz-placeholder /* Firefox 18- */ {
    color: rgba(1,1,1,0.6);
    opacity: 1;
}
textarea {
    outline:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    color: rgba(1,1,1,0.6);
}
.down_icon::after {/*.js!*/
    content: '\f107';
    font: 29px "FontAwesome";
    color: #e3001b;
    position: absolute;
    pointer-events: none;
    margin: 9px 0 0 -33px;
}
select option, select option:checked {
    color: #010101;
}
select option {
    padding: 14px 14px 16px;
}
label {
    padding: 10px;
    margin-bottom: 0px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 0.875em;
    font-weight: 400;
    line-height: 1.45;
    text-transform: uppercase;
    display: block;
}
legend {
    margin-bottom: 20px;
}

/* hubspot forms */
.hs-form {

}
.hs-form-required {

}

.hs_politica_privacidad .hs-form-booleancheckbox {
    display:block;
    width:20px !important;
    margin-top: 2px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.25px;
    margin-bottom: 10px;
    text-indent: 16px;
    margin-left: -16px;
    border:2px solid #333;
}

/* --- Select --- */
select {
    outline:none;
    width:100% !important;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    color: rgba(1,1,1,0.6);
    padding: 5px 30px 6px 10px;
    height: 35px;
}
select option, select option:checked {
    color: #010101;
}
.down_icon::after {
    content: '\f107';
    font: 1.4375em "FontAwesome";
    color: #c9cdd8;
    position: absolute;
    pointer-events: none;
    margin: 7px 0 0 -23px;
}
select option {
    padding: 0;
}

/* --- input list: listas de checkbox o radio */
.inputs-list{
    padding: 0px;
    font-weight: 300;
    margin-top: 9px;
    margin-bottom: 9px;
}
.inputs-list .hs-form-radio {
    padding: 5px 0px 6px;
}


.input-radios + .hs-error-msgs.inputs-list label:not(.label-radio-box):not(.hs-form-booleancheckbox-display), .input-checkboxs + .hs-error-msgs.inputs-list label:not(.label-radio-box):not(.hs-form-booleancheckbox-display){
  margin: 0px 0 8px;
}
fieldset:not(.form-columns-1) > .hs-form-field.smart-field:last-of-type .input + .hs-error-msgs {
    margin-left: 8px;
}

input[type="submit"], .ctasubmit {
    padding: 5px 15px 7px;
    font-size: 1em;
    color: #fff;
    background-color: #ff1414;
    border: 0;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 700;
    cursor: pointer;
    max-width: 100%;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}
.ctasubmit {
    text-align: center;
    text-decoration: none;
    max-width: 246px;
    float: left;
}
input[type="submit"]:hover, .ctasubmit:hover {
    background-color: #ff3b43;
}


/* - form extras styles */

.hs_blog_lantares_blog_subscription label {
    font-weight: 700;
}
.hs-form .hs-form-booleancheckbox label{
    color: #010101;
    font-size: 1em;
    line-height: 1.45;
}

.hs-form .hs-form-booleancheckbox label span {
    display: inline-block;
    width:90%;
    float:left;
    font-size: 0.92857em;
    margin-top: -7px;
    font-weight: normal;
    vertical-align: middle;
}
.hs-form .hs-form-booleancheckbox label a{
    color: #e3001b;
    font-weight: 400;
    text-decoration: none;
}
.hs-form .hs-form-booleancheckbox label a:hover {
    text-decoration: underline;
}
.hs-form .hs-form-booleancheckbox .hs-form-required{
    display: none;
}
.hs-form .form-checkbox-box .hs-error-msgs{
    margin-top: 10px;
}
.hs-form .form-checkbox-box .hs-error-msgs label{
    
}

.hide-required .hs-form-required, .hs-form .hs_checkbox_politica_privacidad label span.hs-form-required {
    display: none;
}

/* FIN - FORM *** */

/* HEADER */
.header-BG { 
  margin:10px;
    background: url('https://recursos.es.logicalis.com/hubfs/New_image_logicalis/Logicalis_shapes_dots_red-1svg') no-repeat right bottom;
}
.header-logo-box {
    background-color: #004AFF;
}
.header-logo-box, .header-nav-box {
    border-bottom: 0px dashed #c6c6c6;
}
.header-logo {
    margin-top: 20px;
    padding-bottom: 20px;
    float: left;
}
.header-text {
    font-family: 'EB Garamond', serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    float: left;
    margin-top: 49px;
    margin-left: 33px;
    /*color: #3f4243;*/
    color: #F5F5F5;
    float: left;
}


/* --- Checkbox --- */
.hs-form-booleancheckbox-display, .hs-form-checkbox-display {

}

.inputs-list input[type="checkbox"] {
    /*display:none;*/
    display: block;
    border:1px solid #333;
    width:20px !important;
    float:left;
}
input[type="checkbox"] + span span {
    display:none !important;
    width:18px;
    height:18px;
    /*background:url('https://273205.fs1.hubspotusercontent-na1.net/hubfs/273205/LAN/image/radiocheckbox.svg') left top no-repeat;*/
    cursor:pointer;
    margin: 7px 9px -7px -1px;
}
input[type="checkbox"]:checked + span span {
    /*background:url('https://273205.fs1.hubspotusercontent-na1.net/hubfs/273205/LAN/image/radiocheckbox.svg') -19px top no-repeat;*/
}

.hs-form-checkbox-display > span, .hs-form-booleancheckbox-display > span {
  padding: 5px 0px 5px 0px;
  display: inline;
  float:left;
}
.hs-form label.checkbox-title{
  margin: 8px 0 -31px;
}
.input-checkboxs {
  margin-top: 40px;
}

.hs-richtext {
    padding:10px;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size:13px;
    font-family: Arial, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: left;
}

/* --- Radio --- */
.radio, .radio-checked {
    display:inline-block;
    width: 18px;
    height: 18px;
    cursor:pointer;
    margin: 3px 9px -4px 0px;
}
.radio {
    background: url('https://273205.fs1.hubspotusercontent-na1.net/hubfs/273205/LAN/image/radiocheckbox.svg') no-repeat 0px -19px / 38px 38px;
}
.radio-checked {
    background: url('https://273205.fs1.hubspotusercontent-na1.net/hubfs/273205/LAN/image/radiocheckbox.svg') no-repeat -19px -19px / 38px 38px;
}
.label-radio-box, .hs-form-checkbox-display, .hs-form-booleancheckbox-display {
  font-weight: normal;
  text-transform: none;
}
.hs-form label.radio-title {
  margin: 8px 0px 9px;
}
/*

/* --- Error Messages --- */
.hs-error-msgs {
    font-weight: 500;
    padding: 0 0 10px;
    margin-top: -5px;
    margin-bottom: 3px;
}

.hs-error-msgs label:not(.label-radio-box):not(.hs-form-booleancheckbox-display) {
    font-weight: normal;
    font-size: 0.875em;
    text-transform: none;
    color: #E41E26;
    margin: -5px 0px -5px;
}


/* - nav */
.header-box .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    max-width: none;
    color: #fff;
    font-size: 0.875em;
    font-weight: 700;
    padding: 12px 24px 7px 0px;
    
}
.header-box .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.active-branch a {
    color: #E41E26;
    font-weight: 700;
    
}
.header-box .hs-menu-wrapper.hs-menu-flow-horizontal > ul:not(.hs-menu-children-wrapper) > li > a:hover {
    color: #E41E26;
}

/* ---children */
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    background-color: #fff;
    border: 1px solid #d8d9d9;
    padding: 5px 0 8px;
    -moz-box-shadow: 0 2px 5px rgba(25,25,25,.5);
    -webkit-box-shadow: 0 2px 5px rgba(25,25,25,.5);
    box-shadow: 0 2px 5px rgba(25,25,25,.5);
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > a:after {
    display: inline-block;
    content: "\e019";
    font-size: .375em;
    color: #9fa0a1;
    font-family: logicalis;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 3.5px;
    position: relative;
    bottom: 1px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper > li:first-of-type:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    margin: 0px auto; 
    border-top: solid 1px #d4d5d5;
    border-right: solid 1px #d4d5d5;
    background-color: #fff;
    border-bottom-left-radius: 100%;
    transform: rotate(-45deg);
    margin-top: -14px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper > li {
    padding: 0 7% 0 10%;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper > li a {
    font-size: 0.875em;
    font-weight: normal;
    color: #E41E26;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper > li a:hover {
    color: #3095B4;
}
/* --- sticky nav */
.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}
.header-nav-box.sticky {
    background-color:#0044FF;
    width:100%;
    margin-left:0px;
    
}
.sticky-logo {
    width: 0;
    opacity: 0;
}
.header-nav-box.sticky .stickymenu .hs-menu-wrapper .sticky-logo {
    content: "";
    display: inline-block;
    background: url("https://273205.fs1.hubspotusercontent-na1.net/hubfs/273205/LAN/image/LANlogo.svg") no-repeat left top;
    width: 37px;
    height: 20px;
    margin-bottom: 15px;
    background-size: 180px auto;
    margin-right: 27px;
    margin-left: 1px;
    opacity: 1;
}

.stickymenu ul {
    padding:10px !important;
}

.stickymenu ul .listnav{
    padding:8px 12px !important;
}

.stickymenu ul li .nav-6 {
    background:#ff1414;
    color:#ffffff !important;
}
.stickymenu ul li .nav-6:hover {
    background:#FF3B43;
}




*/
/* CONTENT */ 

.body-container-wrapper {
    /*background-color: #191919;*/
}
.blog-title h1, .blog-title p {
    font-size: 2.2em;
    font-weight: 600;
    line-height: 1.4em;
    margin: 31px 0px 35px 0px;
    color: #194bff;
}
.row-fluid .col-left[class*="span"] {
    width: 71.7949% !important;
}
.row-fluid .col-right[class*="span"] {
    width: 25.6410% !important;
    margin-left: 2.5641% !important;
}

/* HOME */

.home-title-box .hs_cos_wrapper_type_header * {
    font-size: 2.5rem;
    line-height: 1.2;
    display: block;
    border-bottom: 3px solid #E41E26;
    padding-top: 43px;
    padding-right: 190px;
    padding-bottom: 7px;
    margin-top: -47px;
    margin-bottom: 24px;
    color: #191919;
    background: url('') no-repeat;
    background-size: auto 87%;
    background-position: right 30px bottom;
}
.recent-post-box {
    color: #191919;
    background: #ffffff url('https://273205.fs1.hubspotusercontent-na1.net/hubfs/273205/LAN/image/home_bottom.svg') repeat-x center bottom;
}
.recent-post-wrapper {
    margin-top: 47px;
}
.hs_cos_wrapper.recent-grid {
    /*width: calc(100% + 15px);*/
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}
.flex-col {
    margin-bottom: 27px;
}
.recent-post-wrapper .flex-col > span > div {
    /*width: calc(50% - 15px);*/
    width: 50%;
    float: left;
}
.recent-post-wrapper .flex-col > span > div .recent-box {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.recent-box h3.blog-title {
    font-size: 1.875em;
    letter-spacing: 0.02em;
    margin-bottom: 34px;
}


/* *** doodles de la lista *** */

}
.d-analize:after { background-position: 0px 0px; }
.d-secure:after { background-position: -39px 0px; }
.d-award:after { background-position: -78px 0px; }
.d-coin:after { background-position: -117px 0px; }
.d-write:after { background-position: 0px -39px; }
.d-check:after { background-position: -39px -39px; }
.d-idea:after { background-position: -78px -39px; }
.d-work:after { background-position: -117px -39px; }

.doodle[class*="d-uploaded"]:after {
    background-size: cover;
}
/* *** fin doodles *** */
.recent-box-list .post-img {
    background-size: cover;
    height: 328px;
}
.recent-box-list a .post-title {
    font-family: 'Roboto slab', serif, 'Montserrat', Helvetica, Arial, sans-serif;
    letter-spacing: 0.02em;
    transition: all .2s ease;
}
.recent-box-list a {
    transition: all .2s ease;
}
.recent-box-list.the-recent-one a .post-title {
    /* background-color:  #ff1414; */
    color: #fff;
    /* font-size: 1.75em; */
    line-height: 1.214286em;
    /* padding: 19px 16px; */
    padding: 5px 20px;
    /* margin-bottom: 27px; */
    box-sizing: content-box;
    min-height: 0 !important;
}

/* PGR 17-4-2020 */

.recent-box-list.the-recent-one a .post-title span {
  background-color:  #ff1414;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.5;
  box-shadow: 10px 0 0 1px #FF1414, -10px 0 0 1px #FF1414;

  /* padding: 5px 16px; */
  /* margin-bottom: 27px; */
  /* box-sizing: content-box; */
}

.recent-box-list.the-recent-one {
    position: relative;
    margin-bottom: 27px;
}

.the-recent-one .post-title {
    bottom: 0;
    position: absolute;
    padding: 0 18px;
}


/*
.recent-box-list.the-recent-one a:hover .post-title {
    background-color: #ff3b43;
    padding-bottom: 44px;
    margin-top: -25px;
}
*/
.recent-box a h3.blog-title {
    color: #194bff;
    font-weight:600;
    
} 


.recent-box-list.other-post a .post-title {
    font-size: 1.125em;
    line-height: 1.5em;
    padding: 0px 0px 0px 10px;
    border-left: solid 10px #ff1414;
    margin-bottom: 19px;
}
.recent-box-list.other-post a:hover .post-title {
    border-color: #ff3b43;
    color: #000;
}
.btn {
    padding:  7px 29px 8px;
    font-size: 0.875em;
    color: #fff;
    background-color: #ff1414;
    border: 0;
    border-radius: 0;
    text-transform: capitalize;
    cursor: pointer;
    max-width: 100%;
    font-family: 'Montserrat',Helvetica,Arial,sans-serif;
    display: inline-block;
}
.btn:hover {
    background-color: #ff3b43;
    color: #fff;
}

/* home sidebar */
.home-sidebar {
    margin-top: 64px;
    margin-bottom: 15px;
}
.home-sidebar .form-title {
    color: #ffffff;
    box-shadow:10px 0 0 1px #FF1414, -10px 0 0 1px #FF1414;
    background-color:#ff1414;
    margin-left:10px;
    margin-right: 12px;
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1.4em;
    padding: 0px;
    font-family: 'Roboto Slab', serif, 'Montserrat', Helvetica, Arial, sans-serif;
    text-transform: none;
    letter-spacing: 0.02em;
}

.home-sidebar .form-title: {
    font-family: logicalis;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 1em;
    color: #E41E26;
    content: "\e004";
    margin-left: 9px;
    vertical-align: -2px;

}
.home-sidebar .form-title + div {
    padding-left: 0px;
    padding-right: 0px;
    border-top: 0px solid #E41E26;
    margin-top: 11px;
    padding-top: 10px;
}

/* Home carousel */
.carousel-box {
    padding: 38px 30px 50px;
}
.carousel-slide-content {
    min-height: 150px;
    padding: 0px 15px;
    box-sizing: border-box; 
    display: flex;
    justify-content: center;
    align-items: center;
}
.carousel-slide-content img {
    max-height: 150px !important;
    /*width: auto !important;*/
    margin: 0 auto;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

/* LANDING PAGE */
body.no_nav .header-logo-box {
    border-bottom: none;
}
body.no_nav .header-logo-box:after {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    background: url('https://273205.fs1.hubspotusercontent-na1.net/hubfs/273205/LAN/image/home_bottom.svg') repeat-x center bottom;
    margin: -2px 0px 0px;
    padding: 0;
}
.landing-interview-title {
  background: #ff1414;
    font-family:'Times New Roman';
    font-weight: bold;
    color: #fff;
    width: 230px;
    margin-bottom: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 5px;
  
}
.row-fluid .landing-title-op[class*="span"] {
    min-height: 0px;
}
.landing-content-box .content-col.col-left {
    margin-top: 30px;
    margin-bottom: 40px;
}
.landing-content-box .col-right {
    margin-bottom: 20px;
}

.landing-content-colR > div {
  width:750px;  
  margin-left: 10px;
    margin-right: 20px;
}

.landing-content-box {
    margin-top: 80px;
}
.landing-content-box .content-col > div {
    margin-right: 20px;
}
.landing-title-op.upside > div {
    text-align: center;
    margin: 57px 0px -40px;
}
.landing-title-op.downside > div {
    text-align: left;
    margin-top: -20px;
}

.landing-title {
    font-size: 2.375em;
    line-height: 1.125;
    margin-bottom: 10px;
}
.landing-title-op.upside  .landing-title {
    line-height: 1.15;
    padding: 0px 10%;
    margin-bottom: 22px;
    color: #ff1414;
}
.landing-title-op.downside  .landing-title {
    border-bottom: solid 3px #ff1414;
    padding-bottom: 16px;
    position: relative;
    padding-right: 68px;
}
/*
.landing-title-op.downside  .landing-title:after {
    width: 38px;
    height: 38px;
    right: 0;
    top: 2px;
    content: '';
    display: inline-block;
    width: 46px;
    height: 46px;
    background: url('https://273205.fs1.hubspotusercontent-na1.net/hubfs/273205/LAN/image/doodle-landing.svg') no-repeat 0px 0px;
    margin: 0px 0px -4px 30px;
    position: absolute;
    right: -4px;
    top: -3px;
    background-size: 46px 46px;
*/
}
.landing-subtitle {
    font-size: 1.5em;
    line-height: 1.35;
    margin-bottom: 24px;
    color: #767676;
}
.landing-title-op.upside .landing-subtitle {
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    color: #767676;
    padding: 7px 15% 8px;
    font-size: 1.45em;
}

.landing-content-colL h1, .landing-content-colL h2, .landing-content-colL h3, .landing-content-colL h4 {
    font-family: 'Roboto slab', Montserrat, Times new roman, Helvetica, Arial, sans-serif;
    text-shadow:1px;
    line-height: 1.45;
    font-weight: 700;
    margin-bottom: 0.5em;
}
.landing-content-colL p, .landing-content-colL ul {
    margin-bottom: 0.875em;
} 
.landing-content-colL ul {
    list-style: none;
    margin-left: 0px;
} 
.landing-content-colL ul li:before {
    content: '\f0da';
    font-family: Fontawesome;
    color: #E41E26; 
    margin-right: 6px;
} 
.landing-content-colL a {
    color: #E41E26;
}
.landing-content-colL a:hover {
    color: #3095B4;
}


body.no_nav .footer-bottom {
    border-top: none;
    padding: 0px;
    margin-top: 12px;
    margin-bottom: 14px;
}
body.no_nav .footer-container:before {
    margin-bottom: 33px;
}
body.no_nav .bfooter-col2 {
    width: 100%;
    float: none;
    text-align: center;
    display: block;
}

/* Thankyou page */
.full-width {
    display: flex;
    justify-content: center;
}

/* WEBINARS PAGE */

.wbn-title .cell-wrapper span > * {
    font-size: 2.25em;
    line-height: 1.2em;
    color: #191919;
    border-bottom: 3px solid #E41E26;
    padding-bottom: 16px;
    margin-top: 55px;
    margin-bottom: 0px;
}
.wbn-title .cell-wrapper span > *:after {
    content: "";
    background: url('https://273205.fs1.hubspotusercontent-na1.net/hubfs/273205/LAN/image/doodle-wbn-header.svg') no-repeat right bottom;
    display: inline-block;
    width: 93px;
    height: 58px;
    margin-left: 27px;
    margin-bottom: -4px;
}
.wbn-content-wrapper .page-header.section-header {
    margin-top: 49px;
    margin-bottom: 30px;
}
.wbn-content-wrapper .page-header.section-header > *:not(p) {
    color: #E41E26;
    font-size: 2em;
    line-height: 1.15;
}
.wbn-content-wrapper .page-header.section-header > p {
    margin-top: 10px;
    display: inline-block;
    color: #757575;
    font-size: 1.125em;
    line-height: 1.45em;
}

.video-container {
    background-color: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 50px;
}
.video-box {
    text-align: center;
}

/* YouTube Responsive CSS for HubSpot V2 */
.hs-responsive-embed-youtube {
    overflow: hidden;
    position: relative;
    width:100%;
    margin: 0 auto;
}
.hs-responsive-embed-youtube:after {
    padding-top: 56.25%; /* 16:9 ratio */
    display: block;
    content: '';
}
.hs-responsive-embed-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --- modulo CTA */
.wbn-content-wrapper {
    margin: 0px -24px !important;
    width: calc(100% + 48px) !important;
}
.wbn-content-wrapper > span > div {
    width: calc(50% - 48px);
    float: left;
    margin: 0px 24px;
    box-sizing: border-box;
}
.wbn-content-wrapper > span > .hs_cos_wrapper_type_section_header {
    clear: both;
    width: calc(100% - 48px);
}
.wbn-box {
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 30px;
    padding-bottom: 16px;
}
.wbn-box .wbn-date {
    border-bottom: 1px solid #c6c6c6;
    font-size: 1.25em;
    font-weight: 700;
    color: #757575;
    padding-bottom: 5px;
    margin: 12px 0px 16px;
}
.wbn-box .wbn-date:before {
    content: "\f073";
    display: inline-block;
    margin-right: 10px;
    margin-left: 2px;
    position: relative;
    top: -3px;
    font-family: 'FontAwesome';
    font-size: 0.85em;
    line-height: 1.41176em;
    vertical-align: middle;
    color: #757575;
    font-weight: 300;
}
.wbn-box .wbn-cta-box {
    width: 40%;
    float: left;
}
.wbn-box .wbn-cta {
    margin-right: 30px;
}
.wbn-box .wbn-description-box {
    width: 60%;
    float: right;
    margin-bottom: 10px;
}
.wbn-description-box {
    margin-top: 4px;
}
.wbn-description-box h3 {
    font-size: 1.4375em;
    color: #E41E26;
    margin-bottom: 20px;
}
.noCTA:before {
    content: "";
    padding-top: 100%;
    width: 100%;
    height: auto;
    display: block;
    background-image: url('https://273205.fs1.hubspotusercontent-na1.net/hubfs/273205/LAN/image/wbn-greyBtn.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
    box-sizing: border-box !important;
}
/* Modo lista o full width */
.wbn-content-wrapper > span > .fullwidth {
    width: calc(100% - 48px);
}
.fullwidth .wbn-box .wbn-cta-box {
    width: 14%;
}
.fullwidth .wbn-box .wbn-description-box {
    width: 86%;
}
.fullwidth .wbn-box {
    border-bottom: none;
    margin-bottom: 30px;
    padding-bottom: 0px;
}
.fullwidth .wbn-box .wbn-date {
    border-bottom: 1px solid #c6c6c6;
    font-size: 0.75em;
    font-weight: 400;
    padding-bottom: 1px;
    margin: -13px 0px 15px;
}
.wbn-box .wbn-date:before {
    margin-right: 7px;
    top: -2px;
    font-size: 1.025em;
}


/* - SIDEBAR */

.sidebar-box {
    font-size: 0.875em;
}
.sidebar-box .widget-span {
    line-height: 1.2857142857;
    margin-bottom: 28px;
    width: 100%;
    background: #ffffff;
}
.sidebar-box .widget-span .block > h3, .form-title {
    color: #ffffff;
    width: 270px;
    background: #ff1414;
    font-size: 1.42857em;
    font-weight: 500;
    line-height: 1.5714em;
    margin: 0px 20px 18px 20px;
    padding: 0px 15px 0px;
    /*text-transform: uppercase;*/
    font-family: 'Roboto slab', Helvetica, Arial, sans-serif;
}
.sidebar-box .hs_cos_wrapper:not(.hs_cos_wrapper_type_rich_text) ul:not(.inputs-list) li , .form-title + div {
    padding-left: 20px;
    padding-right: 20px;
}
.sidebar-box .hs_cos_wrapper:not(.hs_cos_wrapper_type_rich_text) ul {
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
}
.sidebar-box .hs_cos_wrapper:not(.hs_cos_wrapper_type_rich_text) ul:not(.inputs-list) li {
    border-top: 1px solid rgb(222, 222, 222);
    padding-top: 12px;
    padding-bottom: 12px;
}
.sidebar-box .hs_cos_wrapper:not(.hs_cos_wrapper_type_rich_text) ul li:not(:first-of-type):last-of-type {
    padding-bottom: 14px;
}
.sidebar-box .filter-link-count {
    font-weight: 700;
}
.sidebar-box .filter-expand-link {
    padding: 14px 25px 15px 30px;
    display: block;
    border-top: 1px dashed #c5c6c6;
    margin-top: 2px;
    color: #E41E26;
}
.sidebar-box .filter-expand-link:hover {
    color: #3095B4;
}
.sidebar-box .hs-form {
    padding-bottom: 30px;
}
.sidebar-box .widget-type-rich_text {
    padding: 25px 20px 25px 20px;
}

/* --- new search widget */

.search-form {
    padding: 0 20px;
    position: relative;
}

.search-input {
    margin-bottom: 0 !important;
}

.search-form:before {
    font-family: logicalis;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 1.4em;
    top: .44444em;
    font-size: 1.35em;
    color: #9fa0a1;
    content: "\e005";
}

/* --- old search widget */
.gsc-control-cse {
    background-color: transparent !important;
    padding: 0px 20px !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0px !important;
}
#gsc-i-id1 {
    margin: 0 !important;
    width: 100% !important;
    background-color: #fff;
    border: 1px none rgba(0, 0, 0, 0.1) !important;
    border-radius: 0;
    color: #9b9b9b;
    font-size: 1em;
    line-height: 1.7143em;
    padding: 5px 30px 6px 10px !important;
    margin-bottom: 15px !important;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    height: auto !important;
    background: #fff !important;
}
#gs_tti50 {
    position: relative;
}
#gs_tti50::before {
    font-family: logicalis;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: .44444em;
    top: .44444em;
    font-size: 1.35em;
    color: #9fa0a1;
    content: "\e005";
}

.sidebar-box .widget-span.twitter-widget-box {
    background: transparent;
    border: solid 1px #f5f5f5;
}



/* FOOTER */

.footer-container-wrapper {
    color: #fff;
}
.footer-container {
    background-color: #ffffff;
    position: relative;
}
.footer-container:before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    /*background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJib3JkZXJfdG9wIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICB3aWR0aD0iNTAwcHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDUwMCAxMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSIjMTkxOTE5IiBkPSJNNTAwLDQuMDhjLTI4LjM2LDAuNTktMjkuMTQsMC4wOC02Mi4yOCwxLjc4QzM4NS42Myw4LjM4LDMyOC4wOSwyLjgyLDI3Niw0LjkyQzE4Mi43MSw4LjI4LDc3LDAuMDgsMCw0LjA4ICBWMTBoNTAwVjQuMDh6Ii8+DQo8L3N2Zz4=") repeat-x 0 0;*/
    margin-top: -10px;
    position: absolute;
}
.footer-top {
    margin-top: 30px;
}
.footer-nav {
    font-size: .875em;
    padding-top: .525em;
    margin-bottom: .75em;
}
.footer-nav:before {
    content: "";
    width: 100%;
    max-width: 174px;
    border-top: 0px dashed #E41E26;
    display: block;
    padding-top: 0px;
}
.footer-nav ul {
    list-style: none;
}
.footer-nav ul a {
    color: #fff;
}
.footer-nav ul a:hover {
    color: #E41E26;
}
.footer-nav ul:not(.hs-menu-children-wrapper) > li > a {
    list-style: none;
    font-weight: 700;
    color: #5b5e5f;
}
.footer-nav ul:not(.hs-menu-children-wrapper) > li > a:hover {
    color: #3095B4;
}
.footer-nav ul:not(.hs-menu-children-wrapper) > li > a + ul {
    padding-top: 9px;
}
.footer-nav ul.hs-menu-children-wrapper li {
    margin-bottom: 0.23214em;
}

/* - Footer nav Column 1 */
.footer-nav-col1 ul.hs-menu-children-wrapper {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
/* - search */
.search-box {
    position: relative;
    text-align: right;
}
.search-field input[type=search] {
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 0;
    height: 2.125em;
    border: 1px solid #d8d9d9;
    font-size: 16px;
    width: 100%;
    padding: 0 .75em;
    margin-bottom: .75em;
    padding-left: 1.875em;
    outline: 0;
    box-shadow:none;
    background:#f5f5f5;
}
.search-field input[type=search]::-webkit-search-cancel-button, .search-field input[type=search]::-webkit-search-decoration {
    -webkit-appearance:none
}
.search-field input[type=search]:focus {
    background:#fff;
}
.search-field:before {
    font-family: logicalis;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: .44444em;
    top: .44444em;
    font-size: 1.125em;
    color: #E41E26;
    content: "\e005";
}   
.social-media {
    list-style-type: none;
    padding: 0;
    font-size: 1.28571em;
    display: table;
    width: 100%;
    max-width: 174px;
    margin: 0;
    float: right;
}
.social-media:after {
    content: "";
    display: block;
    clear: both;
}
.social-media li {
    display: table-cell;
    text-align: center;
}
.img-social-icons {
    width: 25px;
    height: 25px;
}

/* - footer-bottom */
.footer-bottom {
    border-top: 1px dashed #fff;
    padding: 20px 0px 16px;
    margin-top: 33px;
}
.bfooter-col1 {
    width: 30%;
    float: left;
}
.bfooter-col2 {
    width: 70%;
    float: right;
    display: flex;
    justify-content: end;
    align-content: baseline;
    margin-top: 5px;
}
.smodal {
    font-size: 0.75em;
    color: #194bff;
    cursor: pointer;
}
.smodal:before {
    /*color: #3F4243;*/
    color: #fff;
    font-size: 1.33333em;
    margin-right: .3125em;
    vertical-align: -.125em;
    content: "\e01d";
}
#simplemodal-overlay {
    opacity: 0.7; 
    height: 100vh; 
    width: 100vw; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: 1001; 
    background: #3F4243;
}
#simplemodal-container {
    position: fixed; 
    width: 88%; 
    max-width: 804px; 
    display: block; 
    z-index: 1002; 
    max-height: 488px;
    opacity: 1;
    -moz-box-shadow: 0 0 1.875em rgba(25,25,25,.8);
    -webkit-box-shadow: 0 0 1.875em rgba(25,25,25,.8);
    box-shadow: 0 0 1.875em rgba(25,25,25,.8);
    background: #fff;
    min-width: 37.5em;
}

.modal-content {
    padding: .75em 1.5em;
    background: #fff;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}
.modal-titlebar {
    background: #ebecec;
}
.modal-titlebar-heading {
    float: left;
    font-family: 'EB Garamond', serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #E41E26;
    font-size: 1.375em;
    line-height: 1.1em;
    letter-spacing: -0.03571em;
    padding: 12px 12px 8px 12px;
}
.icon-close {
    position: relative;
    z-index: 99;
    color: #9fa0a1;
    float: right;
    padding: .66667em;
    line-height: 1;
    cursor: pointer;
    font-size: 1.125em;
    -moz-transition: color .1s ease-in-out;
    -o-transition: color .1s ease-in-out;
    -webkit-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out;
    float: right;
}
.icon-close:before {
    content: "\e014";
}
.medium-5 {
    width: 20.83333%;
    padding-left: 6px;
    padding-right: 6px;
    float: left;
    position: relative;
}
.medium-5:not(:first-of-type) {
    margin-left: 31.5px;
}
.continent {
    font-size: 1.3125em;
    font-weight: 100;   
    font-family:"HelveticaNeueW01-45Ligh", serif;
    margin-top: 12px;
    margin-bottom: 24px;
    letter-spacing: 0.03571em;
}
.nav-list {
    list-style-type: none;
    border-bottom: 1px solid #d8d9d9;
    margin-bottom: 24px;
}
.nav-list li {
    border-top: 1px solid #d8d9d9;
    position: relative;
}
.nav-list li a {
    font-size: 0.875em;
    line-height: 1.3;
    font-family:"HelveticaNeueW01-55Roma", 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #E41E26;
    padding-top: 4.8px;
    padding-bottom: 4.8px;
    display: block;
}
.nav-list li a:after {
    position: absolute;
    top: 1.25em;
    right: 0;
    font-size: .375em;
    color: #9fa0a1;
    margin-left: .5em;
    content: "\e018";
}
.modal-footer {
    clear: both;
}
.modal-footer a {
    font-size: 0.875em;
    color: #E41E26;
    font-family:"HelveticaNeueW01-55Roma", 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.modal-footer a:after {
    font-size: .375em;
    margin-left: .5em;
    color: #3F4243;
    content: "\e018";
}
.smodal:hover, .nav-list li a:hover, .modal-footer a:hover {
    color: #3095B4;
}

.bfooter-col2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 0px;
    margin-right: 15px;
    font-size: 0.75em;
    font-family:"HelveticaNeueW01-55Roma", 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #E41E26;
}
.bfooter-col2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
    color: #3095B4;
}
.hs-footer-company-copyright {
    color: #fff;
    font-size: 0.75em;
}

/* SOCIAL */

.social-box {
    text-align: left;
    padding: 0px;
}
.social-sharing-box {
    text-align: center;
    margin-top: 60px;
}
.social-sharing-title {
    font-size: 1.375em;
    font-family: 'Times', serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #ff1414;
    margin-bottom: 18px;
    letter-spacing: 0.02em;
}
.social-sharing-title span.hs_cos_wrapper_type_text {
    position: relative;
    padding-right: 76px;
}
.social-sharing-title span.hs_cos_wrapper_type_text:after {
    content: '';
    width: 70px;
    height: 28px;
    position: absolute;
    right: 0px;
    top: -2px;
}

.hs_cos_wrapper_type_social_sharing a {
    margin: 0 6px 0 0; /* margin-right:10; -> Margen minimo para que los circulos se posicionen con margen 0 entre ellos */
    text-decoration: none;
    display: inline-block;
    width: 38px !important;
}

.hs_cos_wrapper_type_social_sharing a img {
  display: none 
}

.hs_cos_wrapper_type_social_sharing a::before {
    display: block;
    color: #fff;
    background-color: #767676;
    font-size: 20px;
    font-family: 'FontAwesome';
    width: 38px;
    height: 38px;
    border-radius: 100%;
    line-height: 1.95;
    text-align: center !important;
}

.hs_cos_wrapper_type_social_sharing a:hover:before {
    background-color: #E2231A;
}

.hs_cos_wrapper_type_social_sharing a.facebook:before   { content: '\f09a'; }
.hs_cos_wrapper_type_social_sharing a.linkedin:before   { content: '\f0e1'; }
.hs_cos_wrapper_type_social_sharing a.twitter:before    { content: '\f099'; }
.hs_cos_wrapper_type_social_sharing a.googleplus:before { content: '\f0d5'; }
.hs_cos_wrapper_type_social_sharing a.pinterest:before  { content: '\f0d2'; }
.hs_cos_wrapper_type_social_sharing a.email:before      { content: '\f0e0'; }
/* hover */
.hs_cos_wrapper_type_social_sharing a.facebook:hover:before   { background-color: #3b5998; }
.hs_cos_wrapper_type_social_sharing a.linkedin:hover:before   { background-color: #007bb5; }
.hs_cos_wrapper_type_social_sharing a.twitter:hover:before    { background-color: #55acee; }
.hs_cos_wrapper_type_social_sharing a.googleplus:hover:before { background-color: #dd4b39; }
.hs_cos_wrapper_type_social_sharing a.pinterest:hover:before  { background-color: #cb2027; }
.hs_cos_wrapper_type_social_sharing a.email:hover:before      { background-color: #E2231A; }

/* SOCIAL end*/

/* MEDIA QUERIES */

@media screen and (max-width: 1280px) {
    .header-text {
        width: 60%;
    }
}
@media screen and (max-width: 1024px) {
    .fullwidth .wbn-box .wbn-cta-box {
        width: 18%;
    }
    .fullwidth .wbn-box .wbn-description-box {
        width: 82%;
    }
}
@media screen and (max-width: 960px) {
    .header-box .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        font-size: 0.765625em;
        padding: 10px 14px 6px 0px;
    }
    /* Webinars */
    .wbn-title .cell-wrapper span > * {
        position: relative;
        padding-right: 120px;
    }
    .wbn-title .cell-wrapper span > *:after {
        position: absolute;
        right: 0;
        top: -15px;
    }
}
@media screen and (max-width: 800px) {
    .recent-box h3.blog-title {
        font-size: 1.5em;
        margin-bottom: 20px;
        position: relative;
        padding-right: 49px;
        line-height: 1.15;
    }
    .doodle::after {
        position: absolute;
        top: -8px;
        right: 0px;
    }
    .recent-box-list .post-img {
        height: 150px;
    }
    .recent-box-list.the-recent-one a .post-title {
        font-size: 1.5em;
    }
    .recent-box-list.other-post a .post-title {
        font-size: 1em;
        line-height: 1.2;
    }
    .carousel-box {
        padding: 28px 30px 8px;
    }

    /* webinars */
    .wbn-content-wrapper {
        margin: 0px -15px !important;
        width: calc(100% + 30px) !important;
    }
    .wbn-content-wrapper > span > .hs_cos_wrapper_type_section_header {
        width: calc(100% - 30px);
    }
    .wbn-content-wrapper > span > div {
        width: calc(50% - 30px);
        margin: 0px 15px;
    }
    .wbn-box .wbn-date {
        font-size: 1em;
    }
    .wbn-box .wbn-description-box {
        font-size: 0.875em;
    }
}
@media screen and (max-width: 767px) {
    .widget-type-space {
        display: none !important;
    }
    .header-logo {
        margin-top: 30px;
        padding-bottom: 19px;
        float: left;
    }
    .header-text {
        width: 100%;
        margin: 0px 0px 17px;
        font-size: 1.2em;
    }
    .header-nav-box.sticky .stickymenu .hs-menu-wrapper .sticky-logo {
        margin-bottom: 25px;
    }
    .btn-nav + ul:not(.hs-menu-children-wrapper) {
        width: 86%;
    }

    /* Sidebar */
    .sidebar-box {
        margin: 33px -30px -17px;
    }
    .sidebar-box > div {
        margin: 0px -30px;
        background-color: #f5f5f5;
    }
    .sidebar-box > div > div {
        padding: 0px 30px;
    }
    .sidebar-box > .row-fluid-wrapper:not(:first-of-type) > .row-fluid > .widget-span {
        border-top: 1px dashed rgb(222, 222, 222);
    }
    .sidebar-box > .row-fluid-wrapper:not(:first-of-type) > .row-fluid > .widget-span.widget-type-cta, .sidebar-box > .row-fluid-wrapper:not(:first-of-type) > .row-fluid > .widget-span.twitter-widget-box {
        padding-top: 30px;
    }
    .sidebar-box .widget-type-cta .hs_cos_wrapper_type_cta {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .sidebar-box .widget-type-cta .hs_cos_wrapper_type_cta > span {
        border: 1px solid rgb(222, 222, 222);
    }
    .sidebar-box .twitter-widget-box .layout-widget-wrapper {
        text-align: center;
    }
    .sidebar-box .twitter-widget-box .layout-widget-wrapper iframe {
        border: 1px solid rgb(222, 222, 222) !important;
        width: 100% !important;
    }

    /* footer */
    .footer-container-wrapper {
        /*margin-top: 20px;*/
    }
    .footer-top .row-fluid .footer-nav-col1 {
        width: 66.6666%;
        float: left;
    }
    .footer-top .row-fluid .footer-nav-col2 {
        width: 33.3333%;
        float: left;
    }
    .footer-top .row-fluid .footer-nav-col2 + div {
        clear: both;
        padding-top: 15px;
    }
    .footer-nav ul.hs-menu-children-wrapper li {
        margin-bottom: 0.75em;
    }
    .social-media {
        max-width: 100%;
        margin-top: 11px;
    }
    .social-media li {
        margin-left: 1em;
        display: inline-block;
        font-size: 10px;
    }
    .img-social-icons {
        width: 4em;
        height: 4em;
    }
    .bfooter-col1 {
        width: 20%;
    }
    .bfooter-col2 {
        width: 80%;
        margin-top: 0px;
    }
    .bfooter-col2 li.hs-menu-item {
        float: left;
        display: inline;
        width: auto;
    }
    .bfooter-col2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        display: inline;
    }
    /* Home */
    .home-title-box .hs_cos_wrapper_type_header * {
        margin-bottom: 40px;
    }
    /* Landing Page */
    .landing-content-box {
        margin-top: 44px;
    }
    .landing-content-colR img {
        max-height: 250px;
        width: auto !important;
        margin: 30px auto 10px;
        display: block;
    }
    body.no_nav .footer-container-wrapper {
        margin-top: -18px;
    }
    .landing-content-box .col-right {
        margin-bottom: 0px;
    }
    .landing-subtitle {
        margin-bottom: 13px;
    }
    .landing-title-op.upside .landing-title, .landing-title-op.upside .landing-subtitle {
        padding-left: 0px;
        padding-right: 0px;
    }
    /* webinars */
    .wbn-content-wrapper {
        margin: 0px 0px !important;
        width: 100% !important;
    }
    .wbn-content-wrapper > span > .hs_cos_wrapper_type_section_header {
        width: 100%;
    }
    .wbn-content-wrapper > span > div {
        width: 100%;
        margin: 0px 0px;
    }
    .wbn-box .wbn-cta-box {
        width: 35%;
    }
    .wbn-box .wbn-description-box {
        width: 65%;
    }

    .wbn-content-wrapper > span > .fullwidth {
        width: 100%;
    }
    .fullwidth .wbn-box .wbn-cta-box {
        width: 30%;
    }
    .fullwidth .wbn-box .wbn-description-box {
        width: 70%;
    }
}

@media screen and (max-width: 568px) {
    .header-text {
        display: none;
    }
    .btn-nav + ul:not(.hs-menu-children-wrapper) {
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > a:after {
        display: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        border: none;
        padding: 5px 0 8px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #f5f5f5;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper > li:first-of-type:before {
        display: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper > li {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        padding: 10px 24px 8px 20px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper > li a {
        font-size: 0.765625em;
        font-weight: 700;
        color: #191919;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper > li a:hover {
        color: #E41E26;
    }
    /* sticky */
    .header-nav-box.sticky {
        width: 100%;
    }
    .header-nav-box.sticky .stickymenu .hs-menu-wrapper .sticky-logo {
        margin-bottom: 0px;
        margin-top: 17px;
    }
    /* menu */
    .advance-nav {
        margin-top: 0px;
        padding-bottom: 7px;
        min-height: 50px !important;
    }

    .advance-nav .hs-menu-wrapper.active-branch {
        position: relative;
    }
    .btn-nav {
        display: block;
        width: 29px;
        height: 29px;
        background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJidG4iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI5IiBoZWlnaHQ9IjI5IiB2aWV3Qm94PSIwIDAgMjkgMjkiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNFNDFFMjYiIGQ9Ik0yNiwwSDNDMS4zLDAsMCwxLjMsMCwzdjIzYzAsMS43LDEuMywzLDMsM2gyM2MxLjcsMCwzLTEuMywzLTNWM0MyOSwxLjMsMjcuNywwLDI2LDB6Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iNyIgeTE9IjgiIHgyPSIyMiIgeTI9IjgiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI3IiB5MT0iMTUiIHgyPSIyMiIgeTI9IjE1Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iNyIgeTE9IjIyIiB4Mj0iMjIiIHkyPSIyMiIvPjwvc3ZnPg==") no-repeat 0 0;
        float: right;
        top: 10px;
        right: 0px;
        position: absolute;
        cursor: pointer;
    }
    .listbtn {
        display: block;
        float: right;
        width: 32px;
        height: 32px;
        background-color: #fff;
        text-align: center;
        margin-top: -33px;
        margin-right: 0px;
        padding-top: 2px;
        border-radius: 3px;
        cursor: pointer;
        border: 3px solid #E41E26;
    }
    .listbtn .chevron-down:after {
        content: "\f0d7";
        font-family: "FontAwesome";
        font-weight: normal;
        font-style: normal;
        color: #E41E26;
    }
    .header-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        margin: 59px -15px -35px 0px !important;
        background-color: #c9cdd8;
    }
    .advance-nav .hs-menu-wrapper > ul {
        padding-bottom: 0px;
    }
    .advance-nav .hs-menu-wrapper  ul {
        display:none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        font-size: 1.125em;
        padding-top: 10px;
        padding-bottom: 8px;
        background-position: right 10px;
        margin-left: 0px;
        color: #fff;
    }
    .listnav + ul.hs-menu-children-wrapper {
        display: none;
    }
    ul.hs-menu-children-wrapper {
        
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity 0s;
        position: relative;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        padding: 10px 24px 8px 36px;
        background-position-y: -32px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover, .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:focus {
        background-position: 0px 4px;
    }
    /* footer */
    .bfooter-col2 {
        display: block;
    }
    #hs_cos_wrapper_bottom_menu {
        text-align: right;
    }
    .bfooter-col2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        margin-left: 15px;
        margin-right: 0px;
    }
    #hs_cos_wrapper_page_footer {
        display: block;
        clear: both;
        padding-top: 18px;
    }
    /* Home */
    .flex-col {
        margin-bottom: 0px;
    }
    .home-title-box .hs_cos_wrapper_type_header * {
        background: none;
        padding-right: 0px;
    }
    .recent-box-list .post-img {
        height: 120px;
    }
    .recent-box-list.the-recent-one a .post-title {
        font-size: 1.25em;
    }
    .carousel-box {
        padding: 32px 30px 3px;
    }
    /* Landing Page */
    body.landing-page #hs_cos_wrapper_page_footer {
        padding-top: 0px;
    }
}
@media screen and (max-width: 533px) {
    /* footer */
    .footer-top .row-fluid .footer-nav-col1 > div {
        margin-right: 20px;
    }
    .footer-nav ul:not(.hs-menu-children-wrapper) > li > a {
        margin-bottom: 7px;
        margin-top: 3px;
    }
    .footer-nav ul.hs-menu-children-wrapper li {
        margin-bottom: 1em;
        font-size: 0.8571em;
        line-height: 1.5;
    }
}
@media screen and (max-width: 480px) {
    .show-tablet{
        display: none;
    }
    .show-movil{
        display: inline;
    }

    /* sidebar */
    .sidebar-box > div {
        margin: 0px -30px;
    }
    .sidebar-box > div > div {
        padding: 0px 0px;
    }
    
    /* form */
    .form-box .hs-form > div:not(.hs_submit) {
        width: 100%;
        float: none;
        min-height: 0px;
    }
    .hs-form input.next[type="text"], .hs-form input.next[type="email"], .hs-form input.next[type="password"], .hs-form input.next[type="number"], .hs-form input.next[type="url"], .hs-form input.next[type="search"], .hs-form input.next[type="tel"] {
        
    }
    .hs-form .input.selectl, .hs-form .input.selectr {
        margin-right: 0px;
        margin-left: 0px;
    }
    .hs-form input[type="submit"] {
        
    }
    .hs-form .hs-error-msgs {
        
    }

    /* footer */
    .footer-top .row-fluid .footer-nav-col1, .footer-top .row-fluid .footer-nav-col2 {
        width: 100%;
        float: none;
    }
    .footer-top .row-fluid .footer-nav-col1 > div {
        margin-right: 0px;
    }
    .social-media {
        text-align: left;
    }
    .social-media li {
        margin-left: 0em;
        margin-right: 1em;
    }
    /* Home */
    .home-title-box .hs_cos_wrapper_type_header * {
        font-size: 1.75rem;
    }
    .sidebar-box.home-sidebar {
        padding: 0px 30px 20px;
        margin-bottom: 0px;
    }
    .recent-post-wrapper .flex-col > span > div {
        width: 100%;
        float: none;
        clear: both;
    }
    .recent-post-wrapper .flex-col > span > div:not(:last-of-type) {
        margin-bottom: 50px;
    }

    /* Landing Page */
    .landing-title-op.upside > div {
        text-align: left;
        margin: 50px 0px -46px;
    }
    .landing-title-op.downside .landing-title {
        padding-right: 50px;
    }
    .landing-title {
        font-size: 2em;
    }
    .landing-subtitle {
        font-size: 1.3em;
    }
    .social-sharing-title span.hs_cos_wrapper_type_text {
        padding-right: 0px;
    }
 /*   .social-sharing-title span.hs_cos_wrapper_type_text:after {
        width: 53px;
        right: -18px;
        top: -24px;
        background-size: auto 100%;
        background-position: right center;
    }
  */
}
@media screen and (max-width: 479px) {
    /* webinars */
    .wbn-title .cell-wrapper span > * {
        position: relative;
        padding-right: 93px;
        font-size: 1.875em;
    }
    .wbn-box .wbn-cta-box, .fullwidth .wbn-box .wbn-cta-box {
        width: 65%;
        margin: 0px auto 0px;
        float: none;
        padding: 8px 0px 16px;
    }
    .wbn-box .wbn-cta {
        margin-right: 0px;
    }
    .wbn-box .wbn-description-box, .fullwidth .wbn-box .wbn-description-box {
        width: 100%;
        float: none;
    }
    .fullwidth:not(:last-of-type) .wbn-box {
        border-bottom: 1px solid #c6c6c6;
        margin-bottom: 25px;
        padding-bottom: 15px;
    }
    .fullwidth .wbn-box .wbn-cta-box {
        width: 50%;
    }
    .fullwidth .wbn-box .wbn-date {
        border-bottom: none;
    }
}
@media screen and (max-width: 360px) {
    .content-limit {
        padding: 0 20px;
    }
    /* Sidebar */
    .sidebar-box > div {
        margin: 0px -20px;
    }
    /* Home */
    .sidebar-box.home-sidebar {
        padding: 0px 20px 20px;
    }
    .carousel-box {
        padding: 15px 0px 0px;
    }
}
@media screen and (max-width: 320px) {
    .hs_cos_wrapper_type_social_sharing a {
        margin: 0 5px 0 0;
        width: 34px !important;
    }

    /* webinars */
    .wbn-title .cell-wrapper span > * {
        padding-right: 0px;
    }
    .wbn-title .cell-wrapper span > *:after {
        display: none;
    }
}