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

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

/*****************************************/
/* Colores   */
/*****************************************/













/*****************************************/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
@import url('https://498405.fs1.hubspotusercontent-na1.net/hubfs/498405/Kardmatch-website-Ene-2020/fonts/georgia/stylesheet.css');
html, body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
body {
  font-size: 16px;
  line-height: 28px;
  color: #282525;
  font-family: 'Lato', sans-serif;;
  margin:0px;
  padding:0px;
}
:focus{outline:none !important;}

/*script ads centrado*/
div[id^=placement]{
  margin: 0 auto;
  text-align: center
}
/*****************************************/

/* Titles   */
/*****************************************/

h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #44464D;
}
.jumbo {
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 32px;
}
h1, .h1 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 15px;
}
h2, .h2 {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 13px;
}
h3, .h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}
h4, .h4 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
  font-weight:bold;
  text-transform:initial;
}
h5, .h5 {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
}
h6, .h6 {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.hero .text h1{
  font-size: 55px;
  line-height: 66px;
  margin-bottom: 22px;
}
.body-container ul, .body-container ol {
  padding-left: 0px;
}

.body-container ul li {
  list-style-type: none;
  padding-left: 18px;
  background-repeat: no-repeat;
  background-position: 0;
  padding-left:0px;
  background-size: 7px;
  font-size: 18px;
  line-height: 30px;
  color: #696969;
  font-family: 'Georgia';
}
.body-container .hs_cos_wrapper_type_rich_text ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #00aeef;
    margin: 5px 8px 5px 0px;
    border-radius: 50%;
}
.hs_cos_wrapper_type_rich_text ul li:before {
  margin-right: 8px;
  margin-bottom: 10px;
}
ol {
  list-style: none;
  counter-reset: contador;
}
ol li * {
  font-size: 18px;
  line-height: 30px;
  color: #696969;
  font-family: 'Georgia';
}
ol li {
  counter-increment: contador;
  font-size: 18px;
  line-height: 30px;
  color: #696969;
  list-style:none;
  font-family: 'Georgia';
  margin-bottom:10px;
}
ol li::before {
  content: counter(contador) ". ";
  color: #00AEEF;
  font-weight: 400;
  font-family: 'Georgia';
}

blockquote {
    padding: 0 37px;
    margin: 0px auto;
    max-width: 100%;
    font-weight: 300;
    background-size: 73px;
    font-size: 26px;
    line-height: 38px;
    color: #5F6168;
    text-align: left;
    border-left: 7px solid #D8D8D8;
    margin-bottom: 65px;
    font-family: 'Georgia';
    font-weight: 400;
    font-style: italic;
}

blockquote p::before {
    content: " ";
    display: block;
    width: 30%;
    border: 3px solid #f4f4f4;
    text-align: center;
    margin: 0 auto 30px;
}

blockquote p {
   font-size: 30px !important;
    line-height: 1.4 !important;
    color: #626262 !important;
    text-align: center;
  font-weight: 300;
}

blockquote p::after {
    content: " ";
    display: block;
    width: 30%;
    border: 3px solid #f4f4f4;
    text-align: center;
    margin: 30px auto;
}

.quote-especial{
  background-color: #f5f5f5;
  border-left: 0px;
  position: relative;
  text-align: center;
  display: block;
  padding: 10px 37px;
  padding-left: 68px;
  min-height: 60px;
}
.quote-especial:after{
  content: '';
  display: block;
  width: 37px;
  height: 50px;
  background: url(https://498405.fs1.hubspotusercontent-na1.net/hubfs/498405/Kardmatch-website-Ene-2020/quote-sign.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -7px;
  left: 17px;
}
.quote-especial *{
  color:#5F6168;
  font-family:'Georgia';
}

.link-especial {
    width: auto;
    max-width: 100%;
    height: auto;
    padding: 10px 50px;
    display: block;
    background-color: #f5f5f5;
    border-radius: 7px;
    text-align: center;
    color: #5f6168;
    position: relative;
    font-family: 'Lato',sans-serif;
    font-weight: 400;
    font-size: 18px;
}
.link-especial:after{
  content: '';
    background-image: url(https://498405.fs1.hubspotusercontent-na1.net/hubfs/498405/Kardmatch-website-Ene-2020/go.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    right: -25px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.link-especial:hover{cursor:pointer;}
.link-especial:hover:after{
  background-image: url(https://498405.fs1.hubspotusercontent-na1.net/hubfs/498405/Kardmatch-website-Ene-2020/go-h.svg);
}
em *{color:#5F6168;}
pre {
    overflow-x: unset;
    overflow: auto;
    background: #e8e8e8;
    padding: 10px 10px;
    border-radius: 6px;
    display: inline-block;
    width: 100%;
    white-space: inherit;
}
p {
  margin: 0 0 23px 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #5F6168;
  font-family: 'Georgia';
}

a {
  color: #1A455B;
  -webkit-transition: all 0s ease-in-out;
     -moz-transition: all 0s ease-in-out;
      -ms-transition: all 0s ease-in-out;
       -o-transition: all 0s ease-in-out;
          transition: all 0s ease-in-out;
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}
.more-section{
  text-align: center;
    padding: 30px 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.more-section .show-more {
  display: none;
  cursor: pointer;
  display: inline-block;
  background: #00aeef;
  border: 1px solid #00aeef;
  padding: 8px 30px;
  color: #fff;
  font-family: 'Lato',sans-serif;
  font-size: 16px;
  border-radius: 7px;
  transition:all .4s;
}
.more-section .show-more:hover{
  background:#fff;
  color:#00aeef;
  transition:all .4s;
}
/*****************************************/

@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.bg2{background-color:#F5F5F5;}
.hs-responsive-embed { 
	position: relative; 
	height: 0; 
	overflow: hidden; 
	padding-top: 0; 
	padding-left: 0; 
	padding-right: 0; 
}
.hs-responsive-embed iframe,
.hs-responsive-embed object,
.hs-responsive-embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.hs-responsive-embed, 
.hs-responsive-embed.hs-responsive-embed-youtube, 
.hs-responsive-embed.hs-responsive-embed-wistia, 
.hs-responsive-embed.hs-responsive-embed-vimeo { 
	padding-bottom: 56.25%; 
}

/*****************************************/

.container {
  display: block;
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  float: none !important;
  margin: 0 auto !important;
}

.hs-landing-page .container  {max-width: 1200px;}
.gris{
  background-color:#F4F4F4;
}
.container-blog{
  display: block;
  max-width: 1500px;
  padding-right: 15px;
  padding-left: 15px;
  float: none !important;
  margin: 0 auto !important;
}

.container-blog.container-post{

  max-width: 1200px;
 
} 
/* MENU */
.menu {
	background-color: #fff;
	padding: 0px
}
img {
  aspect-ratio: auto 16 / 9;
}
.menu img {
	padding: 18px 0px;
	max-width: 274px !important;
  float:right;
  padding-right:15px;
  position: relative;
  top: 4px;
}

ul.menu {
	display: table;
	float: right;
	padding: 0px 0px;
	list-style: none;
	margin: 0px;
}
ul.menu li {
	padding-right: 15px;
	display: table-cell;
	vertical-align: middle;
}
ul.menu li a {
	color: #fff;
	font-family: 'Catamaran', sans-serif;
	font-weight: 700;
	padding: 21px 2px;
	display: block;
	font-size: 18px;
}
ul.menu li:nth-child(2) a {
	margin-left:0px;
}
ul.menu li:nth-child(2) a:after {
	content: ''; background: url(https://498405.fs1.hubspotusercontent-na1.net/hubfs/498405/Kardmatch-website-Ene-2020/menu-hamburger.svg); position: relative; margin-left: 9px; width: 31px; height: 20px; background-size: contain; display: inline-block; top: 3px;}
	nav * {
		color: #44464D !important;
	}
	nav h2 {
		font-family: 'Catamaran', sans-serif;
	}
	nav h2 i {
		font-style: normal;
		cursor: pointer;
	}
	nav ul,
	nav h2 {
		display: block !important;
		padding-left: 0px;
		list-style: none;
		width: 70%;
		margin: 0 auto !important;
		padding-top: 10px !important;
	}
	nav ul li {
		display: block;
		width: 100%;
		border-bottom: 1px solid #fff;
		padding-bottom: 6px;
		padding-top: 10px;
	}
	nav ul li a {
		font-family: 'Lato', sans-serif !important;
		font-weight: 400 !important;
		font-size: 18px !important;
	}
	.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
		padding: 0px !important;
	}
	body,
	html {
		height: 100%;
		padding: 0;
		margin: 0;
	}
	nav {
		z-index: 2;
		width: 400px;
		position: fixed;
		right: 0;
		top: 77px;
		z-index: 1;
    height:calc(100% - 167px);
    overflow:auto;
		/*-webkit-transform: translateX(400px);
		-moz-transform: translateX(400px);
		-ms-transform: translateX(400px);
		-o-transform: translateX(400px);
		transform: translateX(400px);*/
      -webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		background-color: #F5F5F5;
		padding-top: 30px;
    padding-bottom: 60px;
		-webkit-transition: transform .7s ease-in-out;
		-moz-transition: transform .7s ease-in-out;
		-ms-transition: transform .7s ease-in-out;
		-o-transition: transform .7s ease-in-out;
		transition: transform .7s ease-in-out;
	}
	nav h2 i {
		background: url(https://498405.fs1.hubspotusercontent-na1.net/hubfs/498405/Kardmatch-website-Ene-2020/close-menu.svg) no-repeat center;
		color: transparent !important;
		background-size: 100%;
		margin-left: 10px;
    float:right;
	}
	nav.active {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-o-transform: translateX(0px);
		transform: translateX(0px);
	}
	.sidebar-menu-overlay {
		opacity: 0;
		position: fixed;
		top: 0;
		left: 0;
		-webkit-transition: opacity .15s ease-in-out;
		-moz-transition: opacity .5s ease-in-out;
		-ms-transition: opacity .5s ease-in-out;
		-o-transition: opacity .5s ease-in-out;
		transition: opacity .5s ease-in-out;
	}
	.sidebar-menu-overlay.active {
		opacity: 1;
		background: rgba(0, 0, 0, 0.65);
		width: 100%;
		height: 100%;
		z-index: -1;
		-webkit-transition: opacity .15s ease-in-out;
		-moz-transition: opacity .5s ease-in-out;
		-ms-transition: opacity .5s ease-in-out;
		-o-transition: opacity .5s ease-in-out;
		transition: opacity .5s ease-in-out;
	}
.search-icon{}
.search-icon svg{
  position:relative;
  top:3px;
  
}
.close-search{
  width: 25px;
  height: 25px;
  background-image: url(https://498405.fs1.hubspotusercontent-na1.net/hubfs/498405/Kardmatch-website-Ene-2020/close-menu.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: invert(1) brightness(1.5);
  position: absolute;
  right: 0px;
  top: 23px;
  opacity: .7;
  transition:all .6s;
}
.close-search:hover,.close-search:focus,.close-search:active{
  opacity:1;
  transition:all .6s;
  cursor:pointer;
}
.search-icon svg path{transition:all .6s;}
.search-icon svg:hover path{fill:#00AEEF;transition:all .6s;}
.search-content{
	-webkit-transform: translateY(-78px);
		-moz-transform: translateY(-78px);
		-ms-transform: translateY(-78px);
		-o-transform: translateY(-78px);
		transform: translateY(-78px);
  transition:all .6s;
  position:fixed;
  top:0;
  left:0px;
  right:0px;
  background: #44464D;
  z-index: 10;
}
.search-content.active{
  -webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
  transition:all .6s;
}
.search-content form{
  display:flex;
}
.search-content form input[type="text"]{
     border-radius: 7px;
    height: 42px !important;
    margin-top: 18px;
    margin-bottom: 18px !important;
  padding-left:15px;
}
.search-content form button{
background:transparent;
  border: none;
}
button,input[type="submit"]{
-webkit-appearance:none !important;
}
.search-content form button span{
 background: url(https://498405.fs1.hubspotusercontent-na1.net/hubfs/498405/Kardmatch-website-Ene-2020/arrow-2.svg) no-repeat center;
  width: 34px;
  height: 24px;
  display: inline-block;
}

.search-content form button span svg{
  display:none;
}
.hs-search-field--open .hs-search-field__suggestions{
  border:0px solid transparent;
}
.hs-search-field__suggestions #results-for{
  color:#fff;
}
.hs-search-field__suggestions li:last-child{margin-bottom:20px;}
.hs-search-field__suggestions li a{color:#fff;text-decoration:none;font-size:17px;line-height:32px;transition:all .4s;}
.hs-search-field__suggestions li a:hover{color:#00aeef;background-color:transparent;transition:all .4s;}
/*****************************************/

.header-container-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 9999;
  /*border-bottom: 1px solid #D8D8D8;*/
  background-color: #fff;
}
.header-container {
  padding: 0;
}
.header-container-wrapper .container {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
}
.header-container .menu .span3:first-child{position:relative;}
.header-container .menu .span3:first-child:after{
    content: '';
    width: 1px;
    height: 70%;
    margin: auto;
    background: #5F6168;
    display: inline-block;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
.header-container .menu .span4{margin-left:0px;}
.header-container .menu .title-header{margin:25px 10px;}
.header-container .menu .title-header span{
  color:#5F6168;
  font-size:17px;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  padding-top: 0px;
  display: flex;
  align-items: center;
  padding: 19px 0px;
  text-align: center;
  justify-content: center;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  text-transform: none;
  margin-right: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {
  display: none;
}
.hs-search-field--open .hs-search-field__suggestions{}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  margin-top: -4px;
  /*visibility:visible;*/
  position:relative;
 /* opacity:1;*/
  background-color:transparent;
  border:none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper>li {
 
    opacity: 0;
    visibility: hidden;
  height:0px;
} /* setting hover to invisible? */
  
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children.active > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children.active > ul.hs-menu-children-wrapper>li{
    opacity: 1;
    visibility: visible;
  height:auto;
  width:100%;
}  

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
  max-width: none;
  font-size: 16px;
  color: #282525;
  padding: 10px 20px;
  color: #264b76;
  font-size: 15px;
  font-weight: 600;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children {
 margin-right: 7px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: right 3px top 23px;
    background-image: url(https://498405.fs1.hubspotusercontent-na1.net/hubfs/498405/Kardmatch-website-Ene-2020/arrow-down.svg);
  margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children a{
  display:block;
}
.footer-menu-section .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children{
 margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.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 ul {
  background-color: #EAF3E3;
  border-radius: 10px;
  float: left;
  margin-left: 0px;
  border: 1px solid #EAF3E3;
  min-width: 140px;
  border-radius: 8px;
  padding: 0px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul ul li {
  text-align: center;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul ul li:hover {
  background-color: transparent;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul ul li:hover{
   color: #00AEEF;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul ul li:hover:first-child {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul ul li:hover:last-child,
.hs-menu-wrapper.hs-menu-flow-horizontal ul ul li:hover:last-child a {
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul ul li:hover a {
  color: #fff;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul ul li a {
  color: #00AEEF;
  padding: 6px 9px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
width: 100%;
    text-align: left;
    padding-left: 17px !important;
    font-size: 16px !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover,
.custom-menu-primary .hs-menu-wrapper > ul ul li:last-child:hover,
.hs-menu-wrapper.hs-menu-flow-horizontal ul ul li:last-child a:hover {
  background-color: transparent !important;
  color: #00AEEF;
}

/*****************************************/

.body-container-wrapper {
  padding-top: 0px;
}

/*****************************************/

.hs_cos_wrapper_type_module {
  display: block;
  float: left;
  position: relative;
  margin: 0 auto;
  width: 100%;
}

/*****************************************/

.btn-primary, .btn-secondary, .btn-alternative {
  display: block;
  width: fit-content;
  border-radius: 8px;
  padding: 7px 26px;
  font-size: 18px;
  line-height: 28px;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0);
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 600;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  text-decoration: none;
}
.btn-primary {
  border: 1px solid #00AEEF;
  background-color: #00AEEF !important;
  color: #FFF !important;
}
.btn-primary:hover {
  color: #FFF;
}
.btn-secondary {
  border: 1px solid #00AEEF;
  background-color: transparent;
  color:#00AEEF;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.btn-secondary:hover {
  color: #FFF;
}
.btn-alternative {
  border: 2px solid #00AEEF;
  background-color: transparent;
  color: #00AEEF !important;
}
.btn-alternative:hover {
  color: #00AEEF;
}

.btn-primary:hover, .btn-secondary:hover, .btn-alternative:hover {
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.15) !important;
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
}
.btn-primary:hover, .btn-secondary:hover, .btn-alternative:hover,
.btn-primary:focus, .btn-secondary:focus, .btn-alternative:focus,
.btn-primary:active, .btn-secondary:active, .btn-alternative:active{
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  text-decoration: none !important;
}
a.cta_button:hover{
background-image:none !important;
  background-color:#fff;
  transition:all .6s;
}
a#cta_button_1962491_07e792e6-a980-4132-bc08-7b864aa74d2d:hover {
    background-image: none !important;
    background-color: #fff !important;
    transition: all .6s;
    color: #0471f3 !important;
}

.want-a-demo{
 position: relative;
    top: 0;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 15px;
    background-color: #4aad5a;
    color: #fff;
    margin-top: 28px;
    display: table;
    float: right;
    margin-right: 25px;
    font-size: 15px;
    font-weight: 600;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: box-shadow 500ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 500ms cubic-bezier(.215, .61, .355, 1);
    transition: box-shadow 500ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 500ms cubic-bezier(.215, .61, .355, 1);
    transition: box-shadow 500ms cubic-bezier(.215, .61, .355, 1), transform 500ms cubic-bezier(.215, .61, .355, 1);
    transition: box-shadow 500ms cubic-bezier(.215, .61, .355, 1), transform 500ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 500ms cubic-bezier(.215, .61, .355, 1);
    font-family: proxima-nova, sans-serif;
}
.want-a-demo:hover{
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-transform: translate(0px, -3px);
    -ms-transform: translate(0px, -3px);
    transform: translate(0px, -3px);
}
/*****************************************/
.request-demo-cta{margin: -10px 0px;}
/*.request-demo-cta>div>span{float:right;display:inline-block;}*/
/*****************************************/

.form-content{
  border-top: 7px solid #0471f3;
    padding: 50px 40px;
    background: #fff;
    box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.22);
    width: 93% !important;
    display: block !important;
    float: right !important;
}
form label{
  font-size:15px;
  font-weight:600;
  line-height: 26px;
  color: #00AEEF;
  font-family: 'Lato', sans-serif;
  display:inline-block;
  margin-bottom:8px;
}
form label{
  color: #5F6168;
    font-weight: 400;
    font-size: 16px;font-family:'Lato',sans-serif;}

form input[type="text"],form input[type="email"],form textarea {
    font-size: 16px;
    background: #F5F5F5;
    box-shadow: none !important;
    border: 1px solid #F5F5F5;
    border-radius: 7px;
}
form input, form select {
  height: 45px !important;
  width: 100% !important;
  border: 1px solid #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25) !important;
  transition: all .6s;
  margin-bottom: 15px;
  background:#fff;
}
form select{
  border-radius: 0px;
  -webkit-appearance: none;
  background:url(https://1962491.fs1.hubspotusercontent-na1.net/hubfs/1962491/GisPlanning-Hint-2019/arrow.svg) no-repeat 97% 55%;
  font-size:13px;
  padding-left:15px;
  
}
form textarea{
  width: 100% !important;
  border: 1px solid #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25) !important;
  min-height:100px;
  margin-bottom:15px;
}
form input:focus{
    box-shadow: 0px 4px 16px rgba(0,0,0,0.20) !important;
    transition: all .6s;
}
form .hs_recaptcha{
  margin-top:10px;
  margin-bottom:25px;
}
.hs-error-msgs {
  margin: 0;
}
.hs-error-msgs li {
  list-style-image: none;
  margin-left: 0px;
  color: #ff0000;
}
.hs-error-msgs li label:not(.hs-error-msg) {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  margin-top: -10px;
  display: list-item;
  color: #f00;
}
.inputs-list li {
  list-style-image: none;
  margin-left: 0px;
}
form .hs-input[type="checkbox"] {
  width: auto;
  margin: 0 5px 0 0;
  padding: 0;
  height: auto !important;
}
form input[type="submit"] {
     border: 1px solid #00AEEF !important;
    background-color: #00AEEF !important;
    width: 100% !important;
    height: auto !important;
    padding: 14px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    font-family: 'Lato',sans-serif;
    box-shadow: none !important;
}
form input[type="submit"]:hover {
  cursor:pointer;
  border: 1px solid #00AEEF !important;
  background-color: #FFF !important;
  color: #00AEEF !important;
}
.ads-kardmatch br{display:none;}
/*****************************************/
.pt0{padding-top:0px;}
.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}
.pt60{padding-top:60px;}
.pt70{padding-top:70px;}
.pt80{padding-top:80px;}
.pt90{padding-top:90px;}

.pb0{padding-bottom:0px;}
.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}
.pb50{padding-bottom:50px;}
.pb60{padding-bottom:60px;}
.pb70{padding-bottom:70px;}
.pb80{padding-bottom:80px;}
.pb90{padding-bottom:90px;}
.pb130{padding-bottom:130px;}

.mt0{margin-top:0px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.mt80{margin-top:80px;}
.mt90{margin-top:90px;}
.mt120{margin-top:120px;}

.mb0{margin-bottom:0px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb90{margin-bottom:90px;}
/*****************************************/

.footer {
  background-color: #00AEEF;
  color: #fff;
  padding: 30px 0;
  font-size: 14px;
  padding-top:60px;
  padding-left:100px;
  padding-right:100px;
  padding-bottom:20px;
}
.footer *{color:#fff;font-weight:400;font-size:13px;}
.footer .legend {padding-top:30px;}
.footer .legend *{color:#859CA8;font-size:11px;}
.footer .legend *{color:#859CA8;}
.footer h2 a{
  font-size: 26px;
  font-weight: 500;
  text-decoration: none;
}
.footer ul{padding-top:10px !important;}
.footer ul li a{padding:0px 0px !important;;}
.footer .pr100{padding-right:100px;}
.supfooter{text-align:center;background:#E8E8E8;padding-bottom:60px;padding-top:60px;}
.footer .bold span{font-weight:600;}
.mobile-trigger, .child-trigger {
  display: none !important; /* Hide button on Desktop */
}
.supfooter .social-icons-fa{margin-bottom:14px;display:inline-flex !important;}
.supfooter .social-icons-fa a{text-decoration:none;}
.supfooter .social-icons-fa a img{margin:0px 5px;}
.footer ul li a{position:relative;display:inline-block !important;}
.footer ul li a:after {
    content: '';
    width: 0%;
    height: 1px;
    background: #fff;
    display: inherit;
    position: absolute;
    bottom: 0;
    left: 0;
  transition:all .6s;
}

.footer ul li a:hover:after {
  content:'';
    width: 100%;
  transition:all .6s;
}
.social-icons .footer-icon{display:block;}
.social-icons .footer-icon a{text-decoration:none;}
.social-icons .footer-icon a .icon{width: 20px; height: 20px; background-repeat: no-repeat; background-position: center; background-size: contain; display: inline-block; margin: 5px 7px;}
.social-icons .footer-icon a .icon.fb{background-image:url('https://498405.fs1.hubspotusercontent-na1.net/hubfs/498405/Kardmatch-website-Ene-2020/fb-icon.svg');}
.social-icons .footer-icon a .icon.fb:hover{background-image:url('https://498405.fs1.hubspotusercontent-na1.net/hubfs/498405/Kardmatch-website-Ene-2020/fb-icon-h.svg');}
.social-icons .footer-icon a .icon.tw{background-image:url('https://498405.fs1.hubspotusercontent-na1.net/hubfs/498405/Kardmatch-website-Ene-2020/tw-icon.svg');}
.social-icons .footer-icon a .icon.tw:hover{background-image:url('https://498405.fs1.hubspotusercontent-na1.net/hubfs/498405/Kardmatch-website-Ene-2020/tw-icon-h.svg');}
.social-icons .footer-icon a .icon.in{background-image:url('https://498405.fs1.hubspotusercontent-na1.net/hubfs/498405/Kardmatch-website-Ene-2020/in-icon.svg');}
.social-icons .footer-icon a .icon.in:hover{background-image:url('https://498405.fs1.hubspotusercontent-na1.net/hubfs/498405/Kardmatch-website-Ene-2020/in-icon-h.svg');}
.social-icons .footer-icon a .icon.yt{background-image:url('https://498405.fs1.hubspotusercontent-na1.net/hubfs/498405/Kardmatch-website-Ene-2020/yt-icon.svg');}
.social-icons .footer-icon a .icon.yt:hover{background-image:url('https://498405.fs1.hubspotusercontent-na1.net/hubfs/498405/Kardmatch-website-Ene-2020/yt-icon-h.svg');}

.logo-header img{
  padding: 23px 23px 20px 21px;
  max-height: 36px;
}
.logo-header a {
  display:flex;
}

/* GLOBAL STYLES */
.container-nav{
  width:100%;
  max-width:1500px;
  float:inherit !important;
  margin-left:auto;
  margin-right:auto;
  margin:0 auto !important;
  padding-left: 15px;
  padding-right: 15px;
}

/* FORMS */

form input {font-size:16px;}

/* LP - SUSCRIBE BLOG*/
.people{
  background:url('https://1962491.fs1.hubspotusercontent-na1.net/hubfs/1962491/GisPlanning-Hint-2019/img-team-blog-big.jpg') no-repeat bottom center;
  padding-bottom: 429px;
  background-size: contain;
}

/* LP - WEBINAR REGISTRATION */
.webinar-box-image {
  margin:0px 0px 40px 0px;
}

.webinar-box-image img {
  border:1px solid #eee;
border-radius: 20px;
}
/* RESULTS */
ul#hsresults{
  width: 100%;
    vertical-align: top;
    display: table;
    padding-top: 60px;
}
ul#hsresults li{
    width: calc(100% / 3 - 30px);
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    margin-bottom: 30px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
ul#hsresults li:nth-child(3n){margin-right:0px;}
ul#hsresults li .hs-search-results__featured-image{width:100%;}
ul#hsresults li .hs-search-results__featured-image img{
    max-width: 100%;
    min-height: 160px;
    max-height: 160px;
    margin: 0 auto;
    display: block;
}
ul#hsresults li a.hs-search-results__title{
    width: calc(100% - 40px);
    display: block;
    padding: 8px 20px;
    max-width: 100%;
    text-decoration: none;
    color: #44464d;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    font-family: 'Lato',sans-serif;
    clear: both;
    position: relative;
      height: 44px;
    overflow: hidden;
    /* max-width: 100%;*/
}
ul#hsresults li p.hs-search-results__description{
height: 100px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #5f6168;
    font-family: 'Georgia';
    overflow: hidden;
    padding: 0px 25px;
}

/** BLOG POST */

.hero-blog .container {max-width:1200px;}
/*.section.post-body p:first-child img:first-child{display:none;}
.section.post-body div:first-child img{display:none;}
.section.post-body p:first-child img{display:none;}*/
.section.post-body table.tabla-especial{width:100%;border:none !important;border-color:transparent !important;}
.section.post-body table.tabla-especial {border:none !important;border-color:transparent !important;}
.section.post-body table.tabla-especial tr:first-child td{
background-color: #5f6168 !important;
    color: #fff !important;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 5px;
  font-family: 'Lato',sans-serif;
}
.section.post-body table.tabla-especial tr td{
width: 50%;
    color: #5F6168 !important;
    font-family: Georgia;
    padding: 10px 10px;
}
.section.post-body table.tabla-especial tr:nth-child(even){background-color:transparent !important;}
.section.post-body table.tabla-especial tr:nth-child(odd){background-color:#F5F5F5 !important;}
.section.post-body table.tabla-especial tr{}
.section.post-body table.tabla-especial tr{}
.post-body p {font-size: 18px; line-height:30px; color:#696969;}
.post-body a {color:#00AEEF; text-decoration:none;}
a.btn-pill { padding:10px 20px; color:#fff; border-radius:10px; margin-bottom:10px;}
a.btn-pill.pill-zp {background-color:#0571f4;}
a.btn-pill.pill-ic {background-color:#e86a15;}
a.btn-pill.pill-dm {background-color:#9d3636;}
.hs-blog-post .post-header{}
.hs-blog-post .post-header #hubspot-author_data *{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #44464D;
}
.hs-blog-post .post-header #hubspot-author_data a{color:#00AEEF}
.social-icons-blog-post{display:block;margin-top:20px !important;}
.social-icons-blog-post a{text-decoration:none;display:inline-block;margin-right:6px;}
.social-icons-blog-post img{max-width:30px;}
/** BLOG LISTING */

.post-item{
  width: calc(100% / 4 - 19px);
  display: inline-block;
  margin: 0px 7.5px;
  vertical-align: top;
  background: #F5F5F5;
  margin-bottom: 40px;
  border-radius:7px;
}
.post-item:first-child{width:49%;margin-left:0px;}
.post-item:nth-child(2){width:49%;margin-right:0px;}
.post-item .content-box{
  box-shadow: 0px 8px 10px rgba(0,0,0,0.26);
  border-bottom:13px solid #0572F4;
  margin:0px 10px 20px 10px;
}
.post-item p{display:none;}
.post-item a.btn-leer-mas{border:none;padding: 0px;}
a.btn-leer-mas:hover{box-shadow:none !important;color:#00aeef}
a.btn-leer-mas.btn-secondary:hover{box-shadow:none !important;color:#00aeef}
a.btn-leer-mas.btn-secondary:hover{box-shadow:none !important;color:#00aeef}
a.btn-leer-mas {border: 0;padding: 0px;}

.post-item:first-child{clear:both;}
.post-item:first-child p{display:block;}
.post-item:nth-child(2) p{display:block;}
.post-item .post-body .bg-image,.post-item .hs-featured-image-wrapper .bg-image{width:100%;height:198px;background-size:cover;background-position:center;background-repeat:no-repeat;}
.post-item .hs-featured-image-wrapper .bg-image img{width:100%;visibility:hidden;}
.post-item:first-child .post-body .bg-image{height:300px;}
.post-item:first-child h2,.post-item:nth-child(2) h2{
font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
}
.post-item:nth-child(2) .post-body .bg-image{height:300px;}
.post-item .post-body .bg-image img{visibility:hidden;width:100%;}
.blog-pagination {text-align:center;}
.blog-pagination a{
  background: #00AEEF;
  color: #fff;
  padding: 6px 17px;
  border-radius: 20px;
  text-decoration: none;
}
.blog-pagination a.previous-posts-link{float:left;}
.blog-pagination a.next-posts-link{float:right}
.slider2 .title i{width:9%;}
.slider2 .title h1{width:100%;font-size: 22px;letter-spacing: 1px;padding:0px;}
.slider2 .title{padding-bottom:15px;}

.title-post{
    display: block;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 60px;
    padding-bottom: 17px;
}
.title-post span{
    color: #00aeef;
    font-size: 24px;
    letter-spacing: 2px;
}
.title-post a{
float: right;
    border: 1px solid #00AEEF;
    padding: 3px 30px;
    border-radius: 7px;
    text-decoration: none;
    color: #00AEEF;
    font-size: 16px;
    position: relative;
    top: -2px;
}

/*.post-item:nth-child(3n+0){
  margin-right:0px;
}
.post-item:nth-child(3n+1){
  margin-left:0px;
}*/
.post-item .bg-content {width:100%;height:auto;overflow:hidden;border-bottom: 1px solid #eee;}
.post-item .bg-content .bg-blog{width:100%;height:220px;background-position:center;background-size:cover;background-repeat:no-repeat;transition:all .6s;}
.post-item .bg-content .bg-blog img{visibility:hidden;max-height:220px;max-width:100%;}
.post-item .bg-content:hover .bg-blog{transition:all .6s;transform:scale(1.1);}

.post-item h2{font-size:16px;line-height:22px;/*height:65px;*/margin-bottom:20px;font-weight:400;}
.post-item h2 a{text-decoration:none;}
.post-item h2.hiddentxt{height:66px;overflow:hidden;}
.post-item #hubspot-topic_data .topic-link,a.topic-link {
 /*   background-color: #4aad5a;
    color: #fff;
    text-decoration: none;
    padding: 8px 15px;
    height: auto;
    border-radius: 20px;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;*/
}
.post-item .post-header{padding:30px 30px 20px 30px;}
.post-item .post-header .publish-date{
font-size: 12px;
    color: #626262;
    line-height: normal;
    margin-bottom: 3px;
}
.post-item #hubspot-topic_data{
  padding:0px 30px;
    /*display: flex;
    height: 40px;*/
    overflow: auto;
  margin-bottom:10px;
}
.post-item .description-content{
    font-size: 15px;
    line-height: 1.5;
    color:#626262;
}
.post-item .author-content {
    padding: 10px 30px 15px 30px;
    display: flex;
}
.post-item .author-content p {
    color: #1a455b;
    margin-left: 20px;
    height: 43px;
    /*overflow: hidden;*/
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 600;
    font-size:13px;
}
.post-item .author-content p span {
    color: #626262;
    max-height: 20px;
    overflow: hidden;
    text-transform: none;
    font-weight: 300;
}
.post-item .author-content .author-bg {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
  background-repeat: no-repeat;
}

.topics-section{
padding-top:120px;
padding-bottom:120px;
}
.topics-section{}

.section-comments {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding: 16px 0px;
    margin-top: 30px;
    margin-bottom: 0px;
}
.section-comments h2{
    color: #00aeef;
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 0px;
}
.new-comments .comment:first-child{
  border-top:0px !important;
}
/*comments*/
.comment-from h4{font-size:18px;}
.comment-date{font-size:12px;font-style:italic;}
.comment-body p{font-family:'Lato',sans-serif;font-size:16px;color:#575757;}
/**/

.pane-blog{background-color:#fff;border-radius:0px;border-top-left-radius: 10px;border-top-right-radius: 10px;margin-bottom:30px}
.pane-blog h3 {
    background-color: #0572f4;
    color: #fff;
    text-align: left;
    padding: 0px 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.pane-blog ul{
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;}
.pane-blog ul li{}
.pane-blog.tags a {
    background-color: #4aad5a;
    color: #fff;
    text-decoration: none;
    padding: 3px 9px;
    height: auto;
    border-radius: 20px;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    text-align: left;
    text-transform: capitalize;
}
.pane-blog.archives a {
    text-decoration: none;
    font-weight: 400;
    line-height: 2;
    font-size: 14px;
}
.pane-blog ul li a span{}
.pane-blog a.filter-expand-link{
  background: #0572f4;
    display: table;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    padding: 1px 16px;
    margin-bottom: 20px;
    border-radius: 22px;
    border: 1px solid #0572f4;
    transition: all .6s;
    font-size: 14px;
    text-transform: uppercase;
  transition: all .6s;
}
.pane-blog .filter-expand-link:hover{
  background-color:#fff;
  color:#0572f4;
  transition: all .6s;
}


/* FORCED STYLES */
a.cta_button{
	-moz-box-sizing:content-box !important;
	-webkit-box-sizing:content-box !important;
	box-sizing:content-box !important;
	vertical-align:middle}

.hs-breadcrumb-menu{
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px
}

.hs-breadcrumb-menu-item{
	float:none !important;
	padding:0px !important;
}
.hs-breadcrumb-menu-divider:before{
	content:'';
	padding-left:0px;
	display: none;
}
.hs-featured-image-link{
	border:none !important;
}
.hs-featured-image{
	float:none;
	margin:0px !important;
	max-width:100% !important;
}


@media (max-width: 568px){
	.hs-featured-image{
		float:none !important;
		margin:0 !important;
		width:100% !important;
		max-width:100% !important;
	}
}

.hs-screen-reader-text{
	clip:none !important;
	height:auto !important;
	overflow:auto !important;
	position:relative !important;
	width:auto !important;
}


/* END FORCED STYLES*/


 /* .bg-avatar{
width: 137px;
    height: 137px;
    border-radius: 50%;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: -68.5px;
}
  .bg-avatar img{margin-top:0px;visibility:hidden;}
.date-publish{
    position: absolute;
    top: 10px;
    right: 0px;
    color: #626262;
    font-weight: 300;
}
.next-posts-link, .previous-posts-link,.all-posts-link {
    background: #0572f4;
    text-decoration: none;
    color: #fff;
    padding: 6px 21px;
    margin-bottom: 20px;
    border-radius: 22px;
    border: 1px solid #0572f4;
    transition: all .6s;
    font-size: 14px;
    text-transform: uppercase;
  transition: all .6s;
}
.blog-pagination{
      display: block;
    text-align: center;
    padding-top: 30px;
}
.hs-blog-post .blog-section .all-posts-link{
    position: absolute;
    top: 10px;
    left: 0px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    background: transparent;
    color: #0572f4;
    text-transform: capitalize;
    border: none;
}
.hs-blog-post .blog-section li.hs-blog-social-share-item-twitter{
    position: relative;
    top: 8px;
}

.hs-blog-listing .all-post-link{
  display:none;
    background: #0572f4;
    display: table;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    padding: 1px 16px;
    margin-bottom: 20px;
    border-radius: 22px;
    border: 1px solid #0572f4;
    transition: all .6s;
    font-size: 14px;
    text-transform: uppercase;
    transition: all .6s;
}
.post-header #hubspot-author_data{text-align:center;margin-top: 14px;}
.post-header #hubspot-author_data .author-link{text-decoration:none;text-transform:uppercase;color:#1A455B;font-weight:600;}
.post-header .author-bio{
    text-align: center;
    font-weight: 300;
    color: #626262;
    height: 30px;
    display: inline-block;
    overflow: hidden;
    line-height: 30px;
    font-size: 17px;
}
.hs-blog-social-share{height:auto;text-align:center;}
.hs-blog-social-share .hs-blog-social-share-list{display:inline-flex;}
.hs-blog-social-share .hs-blog-social-share-list li{float:none;}
.topic-link a{
    background-color: #4aad5a;
    color: #fff;
    text-decoration: none;
    padding: 3px 9px;
    height: auto;
    border-radius: 20px;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    text-align: left;
    text-transform: capitalize;
}*/
/* HEADER */
/*****************************************/


/* FOOTER */
/*****************************************/
.newsletter-section{background-color:#5F6168;padding-top:40px;padding-bottom:50px;}
.newsletter-section h2 {
    color: #fff;
    display: flex;
    font-weight: 400;
    font-size: 34px;
    padding-right: 30px;
}
.newsletter-section h2 img{
margin-right: 20px;
}
.newsletter-section h5 {
    color: #ffff;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-right: 40px;
}
.newsletter-section form{display:flex;}
.newsletter-section form label:not(.hs-error-msg){display:none;}
.newsletter-section form input[type="submit"]{border-radius:0px;background-color:#00AEEF !important;width:100% !important;border-top-right-radius:7px;border-bottom-right-radius:7px;padding:20.5px 20px;border:1px solid #00aeef !important;}
.newsletter-section form input[type="email"]{border-radius:0px;border-top-left-radius:7px;border-bottom-left-radius:7px;width:100%;margin-bottom:0px;height:65px !important;padding-left: 30px}
.newsletter-section .hs_email{width:60%;}
.newsletter-section .hs_submit{width:40%;}
.newsletter-section .container>.row-fluid-wrapper>.row-fluid{display:flex;align-items:center;}


.footer-menu-section{background-color:#F5F5F5}
.footer-menu-section .container>div>div{
    display: flex;
    align-items: center;
}
.footer-menu-section .footer-menu{}
.footer-menu-section .footer-menu>div>span>div>ul{
    padding-left: 0px;
    width: 100%;
    text-align: justify;
    display: flex;
    justify-content: space-between;
}

.footer-menu-section .footer-menu ul li.hs-item-has-children{margin-top:0px;background-image: none;}
.footer-menu-section .footer-menu ul li.hs-item-has-children>a{
    color: #44464D;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 13px 20px 0px 0px !important;
    display: inline-block;
  background-image: url(https://498405.fs1.hubspotusercontent-na1.net/hubfs/498405/Kardmatch-website-Ene-2020/caret.svg);
  background-position: right 1px top 23px;
  background-position: 100% 68%;
  background-repeat:no-repeat;
}
.footer-menu-section .footer-menu ul li.hs-item-has-children>ul.hs-menu-children-wrapper>li>a{
  color: #5F6168;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    width: 100%;
    transition:all .5s;
}
.footer-menu-section .footer-menu ul li.hs-item-has-children>ul.hs-menu-children-wrapper>li>a:hover{color:#00AEEF;transition:all .5s;}
.footer-menu-section .footer-menu ul li .hs-menu-children-wrapper{color:#44464D;}
.footer-menu-section .footer-menu ul li .hs-menu-children-wrapper li{margin-top:0px;}
.footer-menu-section .footer-menu ul li .hs-menu-children-wrapper li a{color:#44464D;}
.footer-text{background-color:#000;text-align:center;}
.footer-text *{color:#fff;}
.footer-text .legal{}
.footer-text .legal ul{
    display: table;
    text-align: center;
    padding-left: 0px;
    margin: 14px auto;
    list-style: none;
}
.footer-text .legal ul li{
display: inline-block;
    list-style: none;
}
.footer-text .legal ul li a{
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin: 10px 20px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 2px;
  transition:all .6s;
}
.footer-text .legal ul li a:hover{color:#00AEEF;transition:all .6s;}
.footer-text .texto{
  padding-bottom: 60px;
  padding-top: 20px;
}
.footer-text .texto p{font-family:'Lato',sans-serif;font-size:14px;line-height:24px;margin-bottom:0px;}



@media screen and (max-width: 1280px) {
  
}

@media screen and (max-width: 1080px) {
}


@media (max-width: 767px) {
   .header-container .menu .span5>.hs_cos_wrapper_type_module{float:right;}
  h1{font-size:36px;line-height:normal}
  h2{font-size:27px;line-height:normal}
  h3{line-height:normal}
  h4{line-height:normal}
  h5{line-height:normal}
  .container{padding-right:15px;padding-left:15px;}
  #link-contact-header {
  	display: none;
  }
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #1a455b;
    font-weight: 400;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    margin-top: 48px
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-top: 0px;
    padding-bottom: 30px;
  }
  .footer {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer .pr100{padding-right:0px;}
  /*.custom-menu-primary .hs-menu-wrapper > ul {
    height: 100vh;
  }*/
  
  /* Toggle Button
  ========================================================================== */

  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: -53px;
    right: -3px;
    width: 52px;
    height: auto;
    padding: 0;
    margin-top: 0;
    z-index: 99999999999;
	}
  .mobile-trigger: hover {
    text-decoration: none;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger {}

  /* Toggle Button Icon & Animations
  ========================================================================== */

  .mobile-trigger i {
    display: inline;
    position: relative;
    top: 0;
  }
  .mobile-trigger i:before, .mobile-trigger i:after {
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
    width: 25px;
    height: 2px;
    background-color: #484DA2;
    display: inline-block;
  }
  .mobile-trigger i:before {
    margin-top: -6px;
  }
  .mobile-trigger i:after {
    margin-top: 6px;
  }

  /*BLOG STYLES RESPONSIVE*/
  .container-blog{padding-right:15px;padding-left:15px;}
  .post-item{width:100%;margin:0px;margin-bottom:30px;}
  .post-item h2{line-height:1.3}
  .post-item .description-content,.post-item h2,.post-item #hubspot-topic_data{height:auto;}
  .post-item h2.hiddentxt{height:auto;overflow:inherit;}
  .post-item #hubspot-topic_data{display:block;}
  .post-item #hubspot-topic_data .topic-link,a.topic-link{padding:3px 7px;font-size:11px;}
  .post-item .post-header {padding: 15px 15px 0px 15px;}
  /*BLOG STYLES RESPONSIVE*/
  ul#hsresults{
  width: 100%;
    vertical-align: top;
    display: table;
    padding-top: 20px;
  }
  ul#hsresults li{
      width: 100%;
      margin-right: 0px;
  }
  .section-topic{background-size:cover !important;}
  .section-topic h1{font-size:28px !important;}
  .hero-content,.hero-image{height:322px;margin-bottom:40px;}
  .hero-image h5{line-height:20px;}
  .hero-image h1{font-size:33px;line-height: 38px;}
  blockquote{
    padding: 0px 7px;
    font-size: 20px;
    line-height: 29px;
    margin-top: 30px;
  }
  blockquote p{
    font-size: 20px !important;
    line-height: 29px !important;
  }
  .link-especial{
   max-width: 92%;
    display: block;
    width: 59%;
  }
.post-item.related:first-child, .post-item.related:nth-child(2), .post-item.related {
    width: 100% !important;
  margin: 0px 0px 20px 0px;
} 
.section.post-body table.tabla-especial{
  width:100% !important;
}
  .comment.depth-1{
    padding-left: 0px;
  }
  .comment.depth-2{
    padding-left:15px;
  }
  .comment.depth-3{
  padding-left:30px;
  }
  .comment.depth-4{
  padding-left:45px;
  }
  .comment.depth-5{
     padding-left:60px;
  }
  .comment.depth-6{
     padding-left:75px;
  }
  .comment.depth-7{
     padding-left:90px;
  }
  .comment.depth-8{
     padding-left:105px;
  }
  .comment.depth-9{
     padding-left:120px;
  }
  
}

@media screen and (max-width: 540px) {
  
}

/* medias */
/* XS */
@media (max-width: 767px){
  
.ads-kardmatch br{display:block;}
  .ads-kardmatch{
  display:block;
    margin:0 auto;
    text-align:center;
  }
  .search-content{
  -webkit-transform: translateY(-156px);
    -moz-transform: translateY(-156px);
    -ms-transform: translateY(-156px);
    -o-transform: translateY(-156px);
    transform: translateY(-156px);
  }
  .menu img{
  height: auto;
    width: 170px;
    padding: 13px 0px;
    padding-right: 6px;
    float: left;
  }
  .header-container .menu .title-header span{
  font-size: 14px;
    line-height: 1;
  }
  ul.menu {
    display: inline-block;
    float: inherit;
}
  .logo-header img {
    padding: 26px 7px 26px 7px;
    max-height: 23px;
  }
  .header-container .menu .title-header{display:none;}
  .header-container .menu .span3:first-child{
  width: 65%;
    display: inline-block;
    float: left;
  }
  .header-container .search-content.menu .span3,  .header-container .search-content.menu .span1{display:none !important;}
  .header-container .search-content.menu .span6{width:80%;}
  .header-container .search-content.menu .span2{width:10%;float:right;}
  .header-container .search-content.menu .span2 .close-search{top:0px;}
  .header-container .menu .span5{
  width: 33%;
    display: inline-block;
    float: right;
  }
  ul.menu li a{padding:15px 2px;}
  .hs-menu-wrapper.hs-menu-flow-horizontal ul li:last-child a{float:inherit !important;margin:5px 0px;}
  .custom-menu-primary{margin-top:0px;}
  .want-demo{display:none !important;}
  .content-menu{box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);}
  .mobile-trigger{}
  .mobile-trigger img{}
  .hero .text{padding-right:15px;padding-left:15px;}
  .hero p{font-size:19px;}
  .pt60{padding-top:40px;}
  .content-time .box{padding: 8px 15px;font-size:17px;line-height:1.4;}
  .form-content{
    width: 100% !important;
    float: none !important;
    padding: 20px 20px;
    margin-top:30px;
  }
  .hero-blog h1{font-size:28px;}
  .request-demo-cta{display:none !important;}
  .hidexs{display:none !important;}
  .people{padding-bottom:200px;}
  .all-posts-link{position:relative;}
  .date-publish{position:relative;float: right;display:inline-block;}
  .post-listing, .post-listing-simple {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .post-item .content-box{
    margin: 0px 0px 20px 0px;
  }
  /*MENU*/
  nav{width: 100%; top: 65px; height: calc(100% - 65px); overflow: auto; position: fixed; display: block; padding-bottom: 0; padding-top: 0;}
  nav h2{line-height: 1; padding-top: 0px !important; display: inline-block !important; float: right; width: auto; position: absolute; top: 9px; right: 17px;}
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul{padding-right: 15px; padding-left: 15px;padding-top: 40px !important;}
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{text-align:center;}
  .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children{margin-top:0px !important;margin-bottom:0px !important;display:inline-block;}
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{padding-top: 15px; padding-bottom: 15px; border-bottom: 1px solid #D8D8D8;}
  /*Slide Listing page*/
  .swiper-hero-slider .custom-listing{display:block;}
  .swiper-hero-slider .custom-listing .hs-rss-item,.swiper-hero-slider .custom-listing .hs-featured-image-wrapper{width:100%;}
  .swiper-hero-slider .custom-listing .hs-rss-item{display: table-footer-group;}
  .swiper-hero-slider .custom-listing .hs-featured-image-wrapper{display: table-header-group;}
  .swiper-hero-slider .custom-listing .hs-rss-item h1 {color: #fff; font-size: 23px; line-height: 30px; text-align: center;margin-bottom: 30px;}
  .swiper-hero-slider .custom-listing .hs-rss-item .hs-rss-item-text {padding: 20px 15px; text-align: center;padding-bottom: 40px; }
  .swiper-hero-slider .custom-listing .hs-rss-item a.btn{padding: 7px 21px;}
  .swiper-hero-slider .custom-listing .hs-featured-image-wrapper .bg-image{height:185px;}
  .slider2 .swiper-container {padding-bottom: 50px; }
  .swiper-hero-slider.swiper-container-horizontal>.swiper-pagination-bullets{width:100%;}
  /*POST LISTING*/
  .post-item:first-child,.post-item:nth-child(2),.post-item{width:100%;}
  .post-item:first-child .post-body .bg-image,.post-item:nth-child(2) .post-body .bg-image,.post-item .post-body .bg-image{height:180px;}
  .title-post span{font-size: 20px;}
  .title-post a{display:none;}
  .title-post {margin-bottom: 30px; padding-bottom: 7px; }
  .post-item p{font-size:14px;}
  .post-item a.btn-leer-mas{margin-bottom:15px;}
  .topics-section {padding-top: 50px; padding-bottom: 50px; }
  .top-content{padding-top:20px;}
  /*FOOTER*/
  .newsletter-section .container>.row-fluid-wrapper>.row-fluid{display:block;}
  .newsletter-section h2{display:block;text-align:center;padding-right:0px;}
  .newsletter-section h2 img{display:block;margin:15px auto;}
  .newsletter-section h5{padding-right: 0px; text-align: center; font-size: 14px; line-height: 1.5; margin-bottom: 25px; margin-top: 25px;}
  .newsletter-section form{display:block;}
  .newsletter-section .hs_email,.newsletter-section .hs_submit{width:100%;}
  .newsletter-section form input[type="email"]{border-radius:7px;margin-bottom:15px;}
  .newsletter-section form input[type="submit"]{border-radius:7px;}
  .footer-menu-section .footer-menu>div>span>div>ul{display:block;padding: 0px 15px;}
  .footer-menu-section .container>div>div{display:block;}
  .footer-menu-section .social-icons{text-align: center; padding-top: 20px; padding-bottom: 20px; float: inherit; display: inline-block; width: 100%;}
  .footer-text .texto{display:inline-block;}
  .slider3 .title i{display:none;}
  .slider3 .title h1{width:100%;padding:0px;}
  
}
/* SM */
@media (min-width:768px) and (max-width:991px){
  /*MENU*/
  .header-container .menu .span3:first-child{width:36%;}
  .header-container .menu .title-header{width:27%;margin:9px 10px;line-height: 23px;}
  .swiper-hero-slider .custom-listing .hs-rss-item .hs-rss-item-text{padding:20px 25px;}
  .swiper-hero-slider .custom-listing .hs-rss-item h1 {color: #fff; font-size: 32px; line-height: 41px; margin-bottom: 27px; }
  .header-container .menu .span5{width:30%;}
  .search-content {
    -webkit-transform: translateY(-105px);
    -moz-transform: translateY(-105px);
    -ms-transform: translateY(-105px);
    -o-transform: translateY(-105px);
    transform: translateY(-105px);
  }
  .post-item:first-child{width:48.4%;}
  .post-item{width:calc(100% / 3 - 19px);}
  /*SLIDER*/
  .swiper-hero-slider .custom-listing .hs-featured-image-wrapper .bg-image{height:425px;}
  nav{width: 100%; top: 65px; height: calc(100% - 65px); overflow: auto; position: fixed; display: block; padding-bottom: 0; padding-top: 0;    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);}
  nav h2{line-height: 1; padding-top: 0px !important; display: inline-block !important; float: right; width: auto; position: absolute; top: 9px; right: 17px;}
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul{padding-right: 15px; padding-left: 15px;padding-top: 40px !important;}
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{text-align:center;}
  .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children{margin-top:0px !important;margin-bottom:0px !important;display:inline-block;}
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{padding-top: 15px; padding-bottom: 15px; border-bottom: 1px solid #D8D8D8;}
  
  h1{font-size:45px;line-height:1.3;}
  h2{font-size:26px;line-height:1.3;}
  h3{font-size:24px;line-height:1.3;}
  p{font-size:17px;line-height:24px;}
  a#cta_button_1962491_48304fde-ff10-48aa-9d70-fe4b993ecb54{margin-top:22px !important;margin-right: 0px !important;}
  .hs-menu-flow-horizontal{display:block !important;}
  .hs-menu-flow-horizontal ul li:last-child{display:none !important;}
  .logo-header img{padding: 23px 4px 20px 0px;}
  .hs-menu-wrapper.hs-menu-flow-horizontal ul li a{padding:10px 7px;}
  .want-a-demo{
    padding: 5px 10px !important;
    margin-right: 0px;
    }
  .hero p{font-size:23px;}
  .hero .text,.container{padding-right:15px;padding-left:15px;}
  .form-content{
    width: 100% !important;
    float: none !important;
    padding: 20px 20px;
    margin-top:30px;
  }
  .content-time .box{
    padding: 13px 13px;
    margin-right: 9px;
    font-size: 19px;
  }
  .pane-blog ul {
    margin-left: 15px;
    margin-right: 15px;
  }
  .container-blog{padding-right:15px;padding-left:15px;}
  .pane-blog.tags a{padding: 1px 10px;font-size:9px;}
  .pane-blog h3{font-size:14px;padding:10px 15px;}
  .popular-post{padding:5px 15px 21px 15px;}
  .supfooter{padding-left:15px;padding-right:15px;}
  .footer h2 a{font-size:23px;}
  .footer {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer .pr100{padding-right:0px;}
  .footer *{font-size:14px;}
  .footer ul li a {
    padding: 0px 0px !important;
  }
  .footer ul{padding-top:10px !important;}
  .footer .legend *{font-size:14px;line-height:1.4;}
  .slider3 .title i{display:none;}
  .slider3 .title h1{width:100%;padding:0px;}
}

/* MD */
@media (min-width:992px) and (max-width:1199px){

  .hero .text,.container{padding-right:15px;padding-left:15px;}
  .post-item:first-child{width:48.4%;}
  .post-item{width:calc(100% / 3 - 19px);}
}


/* fixes*/
.popular-post .hs-rss-module .hs-with-featured-image .hs-rss-item-text h5 a {
  color: #1A455B;
  font-size: 14px;
  font-weight: 400;
}
body .hs-search-results__pagination { 
    position: relative;
    top: inherit;
    bottom: inherit;
}