/* 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;
}
@import url("https://use.typekit.net/rvx3cou.css");

@font-face
{
  font-family: "Tiempos";
  src: url("https://3437373.fs1.hubspotusercontent-na1.net/hubfs/3437373/Archivos%20Generales/Typos/TiemposText-Regular.eot");
  src: url("https://3437373.fs1.hubspotusercontent-na1.net/hubfs/3437373/Archivos%20Generales/Typos/TiemposText-Regular.eot") format("embedded-opentype"),
    url("https://3437373.fs1.hubspotusercontent-na1.net/hubfs/3437373/Archivos%20Generales/Typos/TiemposText-Regular.woff") format("woff"),
    url("https://3437373.fs1.hubspotusercontent-na1.net/hubfs/3437373/Archivos%20Generales/Typos/TiemposText-Regular.ttf") format("truetype");
}
@font-face
{
  font-family: "Tiempos Italic";
  src: url("https://3437373.fs1.hubspotusercontent-na1.net/hubfs/3437373/Archivos%20Generales/Typos/TiemposText-Italic.eot");
  src: url("https://3437373.fs1.hubspotusercontent-na1.net/hubfs/3437373/Archivos%20Generales/Typos/TiemposText-Italic.eot") format("embedded-opentype"),
    url("https://3437373.fs1.hubspotusercontent-na1.net/hubfs/3437373/Archivos%20Generales/Typos/TiemposText-Italic.woff") format("woff"),
    url("https://3437373.fs1.hubspotusercontent-na1.net/hubfs/3437373/Archivos%20Generales/Typos/TiemposText-Italic.ttf") format("truetype");
}

@font-face
{
  font-family: "aktiv-grotesk-bold";
  src: url("https://3437373.fs1.hubspotusercontent-na1.net/hubfs/3437373/Archivos%20Generales/Typos/AktivGrotesk-Bold.eot");
  src: url("https://3437373.fs1.hubspotusercontent-na1.net/hubfs/3437373/Archivos%20Generales/Typos/AktivGrotesk-Bold.eot") format("embedded-opentype"),
    url("https://3437373.fs1.hubspotusercontent-na1.net/hubfs/3437373/Archivos%20Generales/Typos/AktivGrotesk-Bold.woff") format("woff"),
    url("https://3437373.fs1.hubspotusercontent-na1.net/hubfs/3437373/Archivos%20Generales/Typos/Aktiv%20Grotesk%20Bold.ttf") format("truetype");
}
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Oswald:wght@200..700&display=swap" rel="stylesheet">

















/*****************************************/
/* Generales */
/*****************************************/
* {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  max-width: 100vw;
  color: #394f63;
  font-family: aktiv-grotesk,sans-serif;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}
.hs-tools-menu a {
  letter-spacing: 0;
}

input[type="submit"],
button{
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

/**********************************/
/* Error 404 */
/**********************************/
body.error-404 {
  overflow-x: hidden !important;
}
.error-404 .container span {
  height: calc(100vh - 80px);
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-direction: column;
  max-width: 80vw;
  margin: auto;
  position: relative;
  width: 900px;
}
.error-404 .container span:before {
  content: "404";
  font-size: 200px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0.5;
  margin: 0;
  line-height: 0;
}
.error-500 .container span:before {
  content: "500";
  font-size: 200px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0.5;
  margin: 0;
  line-height: 0;
}
.error-404 .container span p {
  margin: 0;
}
.error-404 .container span:after {
  content: "";
  background: url(https://3437373.fs1.hubspotusercontent-na1.net/hubfs/3437373/QANVAS%20NO%20TOCAR/imagenes/concepto-100.jpg);
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  right: calc(-20% - 10vw);
  bottom: -10%;
  z-index: -10;
}

/*****************************************/
/* Generales */
/*****************************************/
.header-container-wrapper {
  position: absolute;
}

div#header {
  position: fixed;
  z-index: 99999;
  min-height: 112px;
  top:0;
  right: 0;
  left: 0;
  width: 100%;
  min-width: 100vw;
  max-width: 100vw;
  background: white;
}

#header > div > .row-fluid {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: aparecer 1s ease-in-out forwards;
  -webkit-animation: aparecer 1s ease-in-out forwards;
  -moz-animation: aparecer 1s ease-in-out forwards;
  -ms-animation: aparecer 1s ease-in-out forwards;
  opacity: 0;
}
@keyframes aparecer {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes aparecer {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes aparecer {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes aparecer {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.header-us > div > .row-fluid {
  display: flex;
  align-items: center;
  height:px;
}

.logo-us .widget-type-logo {
  display: flex;
  justify-content: center;
}
.logo-us img {
  max-width: 200px;
  margin: 25px 0;
}

.logo-proyecto img{
  max-width: 80%;
  position: relative;
  top:-5px;
}
.menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  width: 100%;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > ul.hs-menu-children-wrapper.open-menu-list {
  visibility: hidden;
}
.menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  margin: 10px;
  padding: 0;
  color: #394f63;
  font-size: 14px;
  max-width: unset;
  overflow: visible;
  /*height: 100%;*/
  width: 100%;
  transition: all 0.5s;
}
.menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:hover ul.hs-menu-children-wrapper {
  background: white;
  box-shadow: 0px 20px 20px #00000080;
}
.menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
  color: rgb(247,148,29);;
  transition: all 0.5s;
}
.sub-menu {
  margin-left: 0 !important;
  margin-right: 2.564102564%;
}
.sub-menu .hs_cos_wrapper_type_rich_text {
  display: flex;
  justify-content: center;
}
.sub-menu .hs_cos_wrapper_type_rich_text a {
  margin: 10px;
  padding: 0;
  color: #394f63;
  font-size: 14px;
}
.sub-menu .hs_cos_wrapper_type_rich_text a:first-child {
  color: rgb(247,148,29); !important;
}

.burger {
  display: none;
}

@media (max-width:1024px) {
  #header>div>.row-fluid {
    flex-direction: column-reverse;
    width: calc(100% - 60px);
    margin: auto;
  }
  .span9.widget-span.widget-type-cell.header-us {
    width: 100%;
  }
  .menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    justify-content: flex-end;
  }
  .sub-menu {
    margin-right: 0;
    margin-left: auto !important;
    width: 100% !important;
    transform: translateY(20px);
  }
  .sub-menu .hs_cos_wrapper_type_rich_text {
    justify-content: flex-end;
    max-width: 80%;
    margin: auto;
  }
  .logo-us img {
    margin: 0;
    transform: translateY(-15px);
  }
}
@media (max-width: 768px) {
  #header {
    background: transparent;
  }
  #header>div>.row-fluid {
    align-items: flex-start;
  }
  div#header.header-desplegado {
    height: 100vh;
    transition: all 0.3s ease;
  }
  div#header:before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100vw;
    height: 0vh;
    background: transparent;
    transition: all 0.3s ease;
    transition-delay: 0.7s;
  }
  div#header.header-desplegado:before {
    content: "";
    background: rgb(247,148,29);;
    transition: all 0.3s ease;
    transition-delay: 0.3s;
    top: 0%;
    height: 100vh;
  }
  .post-item:nth-child(1) {
    animation: aparecer 1s ease-in-out forwards;
    -webkit-animation: aparecer 1s ease-in-out forwards;
    -moz-animation: aparecer 1s ease-in-out forwards;
    -ms-animation: aparecer 1s ease-in-out forwards;
    opacity: 0;
  }
  .post-item .post-descriptcion {
    max-width: unset !important;
    margin: 0 auto !important;
  }
  .sub-menu .hs_cos_wrapper_type_rich_text {
    /*margin-right: 60px;*/
    display: none;
  }
  .burger {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 102px;
    position: fixed;
    top: 0;
    right: 30px;
    width: 60px;
    cursor: pointer;
  }
  span.burger-bar {
    height: 2px;
    width: 40px;
    background: rgb(247,148,29);;
    margin: 5px;
    transition: all 0.3s ease;
  }
  .burger:hover span.burger-bar {
    margin: 3px;
  }
  .burger.menu-activo span.burger-bar {
    background: #394f63;
    transition: all 0.3s ease;
  }
  .menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: none;    

    position: absolute;
    top: 112px;
    left: 0;
    height: calc(100vh - 112px);
    z-index: 9999;
    flex-wrap: wrap;
    justify-content: center;
  }
  .menu ul.burger-activo {
    display: flex !important;
  }
  .menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    animation: item-menu 2s ease-in-out forwards;
    -webkit-animation: item-menu 2s ease-in-out forwards;
    -moz-animation: item-menu 2s ease-in-out forwards;
    -ms-animation: item-menu 2s ease-in-out forwards;
    opacity: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:nth-child(1),.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:nth-child(4), .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:nth-child(5) {
    width: 60vw; 
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:nth-child(2),.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:nth-child(3),.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:nth-child(6) {
    width: 40vw; 
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:nth-child(1) {
    animation-delay: 0.3s;
    margin-top: -10px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:nth-child(2) {
    animation-delay: 0.7s;
    margin-top: 0px;
  } 
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:nth-child(3) {
    animation-delay: 0.5s;
    margin-top: 15px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:nth-child(4) {
    animation-delay: 0.9s;
    margin-top: 25px;
  } 
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:nth-child(5) {
    animation-delay: 0.5s;
    margin-top: -20px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:nth-child(6) {
    animation-delay: 0.3s;
    margin-top: -30px;
  } 


  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a {
    transition: all 0.5s;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a:hover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transition: all 0.5s;
    transition-delay: 0;
  }


  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a {  
    font-size: 25px;
  }
  .cont-info {
    width: 100% !important;
  }
  .cont-info > div > .row-fluid {
    justify-content: flex-start !important;
  }
}

@media (max-width: 600px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    margin: 0 !important;
    width: 50vw !important;
  }
  .post-item .post-descriptcion {
    width: calc(90vw - 80px) !important;
    padding: 40px !important;
    margin: 0 auto !important;
    max-width: 100vw !important;
    border-radius: 4px;
    top: -50px !important;
    position: inherit;
  }
}

@media (max-width: 476px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    width: 80vw !important;
    height: 10vh !important;
  }
}


@keyframes item-menu {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes item-menu {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-moz-keyframes item-menu {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-ms-keyframes item-menu {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}

/*****************************************/
/* Blog Listing */
/*****************************************/
body.hs-blog-listing .body-container-wrapper {
  margin-top: 112px;
}

.post-item {
  position: relative;
  margin: 40px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.post-item:nth-child(even) {
  flex-direction: row-reverse;
}
.hs-featured-image-wrapper {
  position: absolute;
  z-index: -1;
  height: calc(100% - 60px);
  margin: auto;
  overflow: hidden;
  top: 50%;
  left: 50%;
  min-width: 100vw;
  transform: translate(-50%,-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
img.hs-featured-image {
  max-width: 100%;
  float: unset !important;
  margin: 0;
  min-width: 100vw;

}
.post-item .post-descriptcion {
  width: 80vw;
  max-width: 400px;
  margin: 0 40px;
  background: #d2cfc6;
  padding: 140px 40px 40px 40px;
}

.blog-pagination {
  display: flex;
  justify-content: center;
}

.blog-pagination a {
  margin: 20px;
  color: rgb(247,148,29);;
}

.social-sharing ul {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #d2cfc6;
  margin-bottom: 30px;
  width: 80vw;
}
h3.social-sharing-title {
  margin-left: 0;
  margin-right: auto;
}
li.social-sharing-icon {
  font-size: 16px !important;
  margin: 0 !important;
}
li.social-sharing-icon i {
  height: 25px !important;
  width: 25px !important;
  color: #394f63;
}



.suscripcion > div > .row-fluid {
  /*background: #d2cfc6;*/
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
}
.cont-suscripcion {
  max-width: 680px;
  width: 80vw !important;
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.cont-suscripcion > div.row-fluid-wrapper:first-child {
  margin-left: 0;
  margin-right: auto;
}
.cont-suscripcion h3 {
  margin: 1px 20px 0 0;
  font-size: 21px;
}
.suscripcion form {
  display: flex;
  align-items: center;
  position: relative;
}
.suscripcion form > div {
  display: flex;
  align-items: center;
}
.suscripcion form input[type=email] {
  padding: 10px;
  min-width: 200px;
  transition: all 0.3s ease-in-out;
  outline: none;
  border: 1px solid #d2cfc6;
}
.suscripcion form input.hs-button.primary.large {
  padding: 10px 20px;
  background: #394f63;
  color: white;
  border: 1px solid #394f63;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-top: 0;
}
.suscripcion form input.hs-button.primary.large:hover {
  background: rgb(247,148,29);;
  border: 1px solid rgb(247,148,29);;
  transition: all 0.3s ease-in-out;
}
.suscripcion form > div label {
  display: none;
}
.suscripcion ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
  bottom: -45px;
  width: 100%;
  color: red;
  padding: 0 0 0 20px;
}
.suscripcion ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg {
  color: red;
  display: block;
  font-size: 13px;
  font-weight: 800;
}

.post-item .post-header h2 a {
  color: #394f63;
}
.post-item .post-header div#hubspot-author_data a, .post-item .post-descriptcion a.more-link {
  color: rgb(247,148,29);;
}

@media (max-width: 820px) {
  .cont-suscripcion {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cont-suscripcion h3 {
    margin: 20px auto;
    width: 80vw;
    text-align: center;
  }
  .suscripcion form {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .blog-section {
    margin-top: 0px !important;
  }
  .post-item {
    flex-wrap: wrap;
    margin-top: 0px !important;
  }
  .hs-featured-image-wrapper {
    position: relative; 
    top: unset !important; 
    left: unset !important; 
    transform: translate(0%,0%);
  }
}

/***********************************************/
/* Blog Post */
/**********************************************/

body.hs-blog-post .blog-section {
  margin-top: 170px !important;
}

.blog-section {
  margin-top: 40px;
}

.section.post-header h1 {
  animation: subir 2s ease-in-out forwards;
  -webkit-animation: subir 2s ease-in-out forwards;
  -moz-animation: subir 2s ease-in-out forwards;
  -ms-animation: subir 2s ease-in-out forwards;
  animation-delay: .5s;
  opacity: 0;
  max-width: 800px;
  margin: auto;
  width: 80vw;
}
div.copete {
  animation: subir 1s ease-in-out forwards;
  -webkit-animation: subir 1s ease-in-out forwards;
  -moz-animation: subir 1s ease-in-out forwards;
  -ms-animation: subir 1s ease-in-out forwards;
  animation-delay: .3s;
  opacity: 0;
  max-width: 800px;
  margin: auto;
  width: 80vw;
}
div#hubspot-author_data {
  opacity: 1;
  max-width: 800px;
  margin: auto;
  width: 80vw;
}
@keyframes subir {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes subir {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-moz-keyframes subir {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-ms-keyframes subir {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
.section.post-header {
  /*max-width: 1450px;*/
  margin: auto;
  /*width: 80vw;*/
  text-align: center;
}
.section.post-header .img-principal {
  height: 60vh;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  animation: aparecer 1s ease-in-out forwards;
  -webkit-animation: aparecer 1s ease-in-out forwards;
  -moz-animation: aparecer 1s ease-in-out forwards;
  -ms-animation: aparecer 1s ease-in-out forwards;
  opacity: 0;

}
.section.post-header .img-principal img.hs-featured-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


@media (max-width: 550px) {
  .section.post-header .img-principal {
    height: auto;
  }
  .section.post-header .img-principal img.hs-featured-image {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;

  }
  .section.post-body p img {
    display: block;
    width: 100%;
  }
}


p#hubspot-topic_data,.section.post-footer,.section.post-body p, .section.post-body h2, .section.post-body h3, .section.post-body h4, .section.post-body h5, .section.post-body h6, .section.post-body code, .section.post-body ul, .section.post-body ol, .section.post-body blockquote {
  max-width: 800px;
  margin: auto;
  width: 80vw;
  line-height: 1.4;
  letter-spacing: 1.2px;
}
a.author-link {
  color: rgb(247,148,29);;
}
.hs-author-avatar img {
  margin-top: 15px;
  border-radius: 50%;
  max-height: 80px;
  max-width: 80px;

}

.imagen-ebook{
  position:relative;
  right:50px;
}
.section.post-body .social-sharing {
  margin-top: 40px;
}
h3.social-sharing-title {
  text-align: left;
}
.section.post-body .social-sharing ul li a i {
  color: #394f63;
  transition: 0.3s all;
}
.section.post-body .social-sharing ul li a:hover i {
  color: rgb(247,148,29);;
  transition: 0.3s all;
}
.hs-author-social-links {
  display: inline-flex !important;
  margin-top: 15px;
}
a.hs-author-social-link {
  text-indent: initial !important;
  color: #d2cfc6;
  transition: 0.3s all;
  font-size: 13px;
}
a.hs-author-social-link:hover {
  color: rgb(247,148,29);;
  transition: 0.3s all;
}
a.topic-link {
  color: #394f63;
  transition: .3s all;
  background: #d2cfc6;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
  font-size: 13px;
}
a.topic-link:hover {
  color: rgb(247,148,29);;
  transition: 0.3s all;
}
p#hubspot-topic_data {
  margin: 40px auto;
}

.section.post-body {
  margin-bottom: 40px;
  animation: aparecer 1s ease-in-out forwards;
  -webkit-animation: aparecer 1s ease-in-out forwards;
  -moz-animation: aparecer 1s ease-in-out forwards;
  -ms-animation: aparecer 1s ease-in-out forwards;
  opacity: 0;
}
.section.post-body > .hs_cos_wrapper_type_rich_text {
  margin-top: 40px;
  display: block;
}
.section.post-body p {
  margin: 20px auto;
}
.section.post-body blockquote {
  font-family: Tiempos;
  letter-spacing: 4px;
  font-size: 1.5em;
  text-align: center;
  margin: 40px auto;
  background: #d2cfc6;
  padding: 40px;
  color: white;
  border-radius: 4px;
}
.section.post-body blockquote code, .section.post-body blockquote div, .section.post-body blockquote span, .section.post-body blockquote strong {
  font-family: Tiempos;
  font-size: .7em;
  letter-spacing: 0px;
  display: block;
  margin-top: 10px;
}

.section.post-body a {
  color: rgb(247,148,29);;      
  transition: 0.3s all;
}
.section.post-body a:hover {
  color: #d2cfc6;      
  transition: 0.3s all;
}
.section.post-body a.cta_button {
  display: inline-block;
  color: rgb(45, 44, 44);
}
.section.post-body a.cta_button:hover {
  color: rgb(247,148,29);;
}


.section.post-body div {
  max-width: 100vw;
  position: relative;
  overflow: hidden;
  text-align: center !important;
}
.section.post-body div img {
  width: auto;
  min-width: 100%;
}
.section.post-body pre {
  position: relative;
  height: 75vh;
  overflow: hidden;
  background: #d2cfc6;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed;
}
.section.post-body pre img {
  display: none;
}



.nav-post {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.prev-post, .next-post {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
	flex: 1 0 320px;
}
.navegador-post {
  text-align: center;
}
.nav-text {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
}
.nav-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
  transition: all 0.3s;
}
.nav-text:hover::before {
  content: "";
  background: #394f63;
  transition: all 0.3s;
}
.nav-post .nav-text a {
  color: rgb(247,148,29);;
  opacity: 0;
  position: relative;
  z-index: 10;
}
.nav-post .nav-text h3 {
  opacity: 0;
  text-align: center;
  position: relative;
  z-index: 10;
  width: 80%;
}
.nav-post .nav-text:hover a, .nav-post .nav-text:hover h3 {
  animation: aparecer 1s ease forwards;
}

.leadinModal-content{ 
  top: 90px !important; 
}

/***********************************************/
/* Landing */
/**********************************************/

div#header.header-landing {
  background: transparent;
}
div#header.header-landing > div {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  div#header.header-landing .logo-us img {
    margin: 0;
    transform: translateY(0px);
  }
}
/***********************************************/
/* Ebook */
/**********************************************/

.background-cover > div > .row-fluid {
  padding-top: 120px;
  background: url("https://3437373.fs1.hubspotusercontent-na1.net/hubfs/3437373/fotofondo.jpg");
  min-height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.background-cover > div > .row-fluid > .span12.widget-span.widget-type-cell.contenedor > div > .row-fluid {
  max-width: 1450px;
  margin: auto;
  width: 80vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.background-cover>div>.row-fluid>.span12.widget-span.widget-type-cell.contenedor>div>.row-fluid>div.ebook-content {
  min-width: 500px;
}
.background-cover>div>.row-fluid>.span12.widget-span.widget-type-cell.contenedor>div>.row-fluid>div.formularios-us {
  min-width: 300px;
}
.background-cover>div>.row-fluid>.span12.widget-span.widget-type-cell.contenedor {
  position: relative;
  padding: 60px 0;
}
.background-cover>div>.row-fluid>.span12.widget-span.widget-type-cell.contenedor:before {
  content: "";
  background: rgba(243,240,233,0.7);
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  height: 100%;
  z-index: 0;
}
.background-cover>div>.row-fluid>.span12.widget-span.widget-type-cell.contenedor>div>.row-fluid>div.ebook-content > div > .row-fluid {
  display: flex;
  align-items: center;
  justify-content: center;
}
.background-cover>div>.row-fluid>.span12.widget-span.widget-type-cell.contenedor>div>.row-fluid > div {
  position: relative;
  z-index: 1;
}
.background-cover>div>.row-fluid>.span12.widget-span.widget-type-cell.contenedor>div>.row-fluid > div h1 {
  font-size: 45px;

}

.background-cover>div>.row-fluid>.span12.widget-span.widget-type-cell.contenedor>div>.row-fluid > div h2.sub-titulo {
  font-size: 24px;
  font-weight: 100;
}
.background-cover>div>.row-fluid>.span12.widget-span.widget-type-cell.contenedor>div>.row-fluid>div h3 {
  font-weight: lighter;
}

form .hs-input {
  padding: 2px;
  transition: all .3s ease-in-out;
  outline: 0;
  border: 1px solid #394f63;

}
input.hs-button.primary.large {
  padding: 4px 10px;
  background: #394f63;;
  color: white;
  border: 1px solid #394f63;;
  outline: 0;
  cursor: pointer;
  transition: all .3s ease-in-out;
  margin-top:20px;
}
input.hs-button.primary.large:hover {
  background: rgb(247,148,29);;
  border: 1px solid rgb(247,148,29);;
  transition: all .3s ease-in-out;
}
ul.inputs-list {
  padding: 0;
  list-style: none;
}
ul.no-list.hs-error-msgs.inputs-list {
  width: 100%;
  color: red;
  padding: 0;
  margin: 0;
  position: relative;
}
ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg {
  color: red;
  display: block;
  font-size: 13px;
  font-family: aktiv-grotesk,sans-serif;
  font-weight: bolder;
}
form .hs-form-field span {
  margin-bottom: 8px;
  display: inline-flex;
  margin-top: 26px;
  font-size: 14px;

}
ul.inputs-list li span {
  margin: 0;
  margin-top: 20px;
}
ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
  font-size: 13px;
  font-weight: bolder;
}

@media (max-width: 1200px) {
  .background-cover>div>.row-fluid>.span12.widget-span.widget-type-cell.contenedor>div>.row-fluid {
    width: 90vw;
  }
  .background-cover>div>.row-fluid>.span12.widget-span.widget-type-cell.contenedor>div>.row-fluid>div.ebook-content > div > .row-fluid {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    width: calc(100% - 80px);
  }
  .background-cover>div>.row-fluid>.span12.widget-span.widget-type-cell.contenedor>div>.row-fluid>div.formularios-us {
    width: 65.74585634900001%;
    margin: 0;
    padding: 0 40px;
  }
  .background-cover>div>.row-fluid>.span12.widget-span.widget-type-cell.contenedor>div>.row-fluid>div h1 {
    font-size: 40px;
  }
  .background-cover>div>.row-fluid>.span12.widget-span.widget-type-cell.contenedor>div>.row-fluid > div.ebook-content {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .background-cover>div>.row-fluid>.span12.widget-span.widget-type-cell.contenedor:before {
    width: 100%;
  }
  .background-cover>div>.row-fluid>.span12.widget-span.widget-type-cell.contenedor>div>.row-fluid>div h1 {
    font-size: 35px;
  }
  .background-cover>div>.row-fluid>.span12.widget-span.widget-type-cell.contenedor>div>.row-fluid>div.ebook-content>div>.row-fluid > div.span6 {
    width: 50%;
  }
  .background-cover>div>.row-fluid>.span12.widget-span.widget-type-cell.contenedor>div>.row-fluid>div.ebook-content {
    min-width: unset;
  }
}
@media (max-width: 600px) {
  .background-cover>div>.row-fluid>.span12.widget-span.widget-type-cell.contenedor>div>.row-fluid>div.ebook-content>div>.row-fluid {
    flex-direction: column;
    width: auto !important;
    padding: 0;
    max-width: 80vw;
    margin: auto;
  }
  .background-cover>div>.row-fluid>.span12.widget-span.widget-type-cell.contenedor>div>.row-fluid>div.ebook-content>div>.row-fluid>div.span6 {
    width: 80%;
  }
  .background-cover>div>.row-fluid>.span12.widget-span.widget-type-cell.contenedor>div>.row-fluid>div.ebook-content>div>.row-fluid>div.span6 img {
    max-width: 250px !important;
    margin: auto;
    display: flex;
  }
  .background-cover>div>.row-fluid>.span12.widget-span.widget-type-cell.contenedor>div>.row-fluid>div h1 ,.background-cover>div>.row-fluid>.span12.widget-span.widget-type-cell.contenedor>div>.row-fluid>div h2 ,.background-cover>div>.row-fluid>.span12.widget-span.widget-type-cell.contenedor>div>.row-fluid>div h3 {
    text-align: center;
  }
  .background-cover>div>.row-fluid>.span12.widget-span.widget-type-cell.contenedor>div>.row-fluid>div.formularios-us {
    width: 80%;
  }
}

@media (max-width: 500px) {
  .background-cover>div>.row-fluid>.span12.widget-span.widget-type-cell.contenedor>div>.row-fluid>div.formularios-us, .background-cover>div>.row-fluid>.span12.widget-span.widget-type-cell.contenedor>div>.row-fluid>div.ebook-content>div>.row-fluid>div.span6 {
    width: 100%;
  }
  .background-cover>div>.row-fluid>.span12.widget-span.widget-type-cell.contenedor>div>.row-fluid>div h1 {
    font-size: 30px;
  }
}




/**************************************/
/* LPA */
/**************************************/

div#lpa {
  margin: 0;
  padding: 0;
}

div#hero-landing {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

div#lpa > div > .row-fluid {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 10vw);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  flex-wrap: wrap;
  width: calc(100% - 20vw);
  padding: 5vw 10vw;

}
div#lpa>div>.row-fluid:after {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
  left: 0;
  top: 0;
  position: absolute;
}

.mensaje-gracias {
  max-width: 768px;
  position: relative;
  z-index: 1;
}
.conoce-mas {
  position: relative;
  z-index: 10;
  max-width: 378px;
  color: white;
}

.mensaje-gracias h1 {
  letter-spacing: 2px;
  color: white;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1;
  text-transform: capitalize;
}
.mensaje-gracias p {
  color: white;
}

.conoce-mas p {
  color: white;
}

.conoce-mas a {
  text-decoration: none;
  color: white;
  padding: 40px;
  border: 1px solid white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.conoce-mas a:hover {
  background: #ffffff54;
  backdrop-filter: blur(3px);
  transition: all 0.3s;
}
.conoce-mas a h2, .conoce-mas a p, .conoce-mas a div {
  width: 100%;
}


/***********************************************/
/* Footer */
/**********************************************/
.footer {
  background: rgb(45, 44, 44);
  position: relative;
  z-index: 10;
}

.footer > div > .row-fluid {
  max-width: 1450px;
  margin: auto;
  width: 80vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 40px 0;
}

.footer ul.info {
  padding: 0;
  list-style: none;
  color: #d2cfc6;
  margin: 0;
}

.footer .info li {
  font-size: 16px !important;
  margin: 6px 0;
}
.footer ul.info a {
  transition: all .2s;
  text-decoration: none;
  color: #d2cfc6;
}
.footer ul.info a:hover {
  transition: all .2s;
  color: rgb(247,148,29);;
}
.footer ul.info a:hover i {
  transition: all .2s;
  color: rgb(247,148,29);;
}
.footer ul.info a i {
  height: 25px !important;
  width: 25px !important;
  color: #d2cfc6;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .2s;
}
.footer .redes {
  display: flex;
  align-items: center;
}
ul.info.redes li {
  margin: 0 6px;
  height: 25px;
}

.logo-footer {
  margin: 20px auto;
}

.cont-info > div > .row-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
}
.cont-info > div > .row-fluid > .span6 {
  width: auto !important;
  margin: 0 !important;
}
ul.info.redes {
  height: auto !important;
  margin: 0;
}

@media (max-width: 768px) {
  .cont-info>div>.row-fluid>.span6:last-child {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}


@media (max-width: 550px) {
  .cont-info>div>.row-fluid>.span6:last-child {
    margin-top: 20px !important;
    margin-left: 0 !important;
  }
  ul.info.redes li:first-child {
    margin: 0 0 0 -6px;
  }
}



/************************************************/
/* Solicitudes */
/*************************************************/
.solicitudes form {
  text-align: -webkit-center;
}
.solicitudes form .hs-form-field {
  text-align: left;
}
.solicitudes .actions {
  max-width: 500px;
  text-align: left;
}
.solicitudes .submitted-message {
  color: white;
}
.solicitudes form .hs-form-field span {
  color: white;
}

.solicitudes form fieldset.form-columns-3 .input {
  margin-right: 0;
  width: 100%;
}

.solicitudes form fieldset.form-columns-3 .hs-form-field {
  width: 32%;
}
.solicitudes form fieldset.form-columns-3 .hs-form-field:nth-child(2) {
  margin: 0 1%;
}

.solicitudes form fieldset.form-columns-1 .hs-input, .solicitudes form fieldset.form-columns-3 .hs-input {
  width: 100%;
}

.solicitudes input.hs-button.primary.large {
  margin-top: 20px;
}


/*******************************************/
/* Lead Flow */
/*******************************************/
.leadinModal-content {
  border-radius: 2px !important;
}
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview h4 {
  font-family: aktiv-grotesk,sans-serif !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  line-height: norma !importantl;
  font-size: 1.25rem !important;
  line-height: 30px !important;
  letter-spacing: .03em !important;
  color: #394f63 !important;
  margin-bottom: 20px !important;
  text-align: center !important;
}
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .advance-wrapper {
  text-align: center !important;
}
button.leadin-button.leadin-advance-button.leadin-button-primary {
  font-family: aktiv-grotesk,sans-serif !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  line-height: normal !important;
  font-size: .75rem !important;
  line-height: 22px !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  background-color: #384f62 !important;
  border-radius: 0 !important;
  color: #fff !important;
  max-width: 260px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 20px!important;
  outline: none !important;
  transition: all 0.3s;
}
button.leadin-button.leadin-advance-button.leadin-button-primary:hover {
  background-color: rgb(247,148,29); !important;
  transition: all 0.3s;
}


.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:nth-child(4) {
  /*display: none !important;*/
}