/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,800,900');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

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

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

/* These includes are optional, but helpful. */
/* Images */

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

/* Videos */

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

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

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

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

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

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

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

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

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

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

/* Blog Author Section */

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

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

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

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

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

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


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Reset styles */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END Reset styles */

/* General styles */
body {
	font-family: 'Lato', 'Helvetica Neue', Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.64286em;
	color: #000;
}
a {
	text-decoration: none;
	color: #ff4351;
}
a:hover {
	color: #333333;
}
h1 {
	font-size: 2.42857em;
	line-height: 1.1176em;
	font-weight: 900;
	color: #696969;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
p {
	font-size: 1em;
	line-height: 1.64286em;
	letter-spacing: 0.025em;
	color: #000;
}
ul li {
	font-size: 1em;
	line-height: 1.64286em;
}

strong {
    font-weight: 800;
}

.header-container-wrapper, .body-container-wrapper, .footer-container-wrapper {
    background-color: #fff;
}
/*.header-container, .body-container, .footer-container,*/ .content-limit {
    max-width: 1144px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: content-box;
}

.clearrow:after {
    content: "";
    clear: both;
    display: block;
}

/* --- Quitar "..." a los botones de los menús*/
.navigation-box ul.navbar-nav li a {
    overflow: visible;
}

/* END General styles */
/* Form styles */
/* --- Form --- *//*
*/form {
    margin-bottom: 0em;
}/*
form a{
    text-decoration: underline;
}
form a:hover{
    text-decoration: none;
}
*/textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ff4351;
    border-radius: 0;
    color: #000;
    font-size: 1em;
    font-weight: 700;
    padding: 10px 0px;
    margin-bottom: 4px;
    width: 100%;
    font-family: 'Lato', 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

input[type="text"].next, input[type="email"].next, input[type="password"].next, input[type="number"].next, input[type="url"].next, input[type="search"].next, input[type="tel"].next {
   /* border-left: solid 0px #fff;*/
}
input::placeholder, select::placeholder {
    color: #bcbec0;
    opacity: 1;
    text-transform: uppercase;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder /* Chrome/Opera/Safari */ {
    color: #bcbec0;
    opacity: 1;
}
input::-moz-placeholder, select::-moz-placeholder /* Firefox 19+ */ {
    color: #bcbec0;
    opacity: 1;
}
input:-ms-input-placeholder, select:-ms-input-placeholder /* IE 10+ */ {
    color: #bcbec0;
    opacity: 1;
}
input:-moz-placeholder, select:-moz-placeholder /* Firefox 18- */ {
    color: #bcbec0;
    opacity: 1;
}
textarea {
    outline:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    color: #000;
}
.down_icon::after {/*.js!*/
    content: '\f107';
    font: 29px "FontAwesome";
    color: #e3001b;
    position: absolute;
    pointer-events: none;
    margin: 9px 0 0 -33px;
}
select option, select option:checked {
    color: #696969;
    text-transform: none;
}
select option {
    padding: 14px 14px 16px;
}
label {
	margin-top: 7px;
    margin-bottom: 8px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 0.875em;
    font-weight: 700;
    line-height: 1.45;
    text-transform: uppercase;
    display: block;
    color: #696969;
}
legend {
    margin-bottom: 20px;
}

/* hubspot forms */
.hs-form {

}
.hs-form-required {

}

.hs-richtext{
    margin-bottom:0px !important;
}
.form-columns-3 .hs-form-required{
    display:none !important;
}

.hs-form fieldset {
    margin: 0px 0px 11px !important;
    max-width: 100% !important;
}
.hs-form fieldset.form-columns-1 .hs-input {
    width: 100% !important;
}
.hs-form-field > label {
    font-size: 14px;
    margin: 10px 0px 8px -1px;
}
.hs_politica_privacidad .hs-form-booleancheckbox {
    margin-top: 2px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.25px;
    margin-bottom: 10px;
    text-indent: 16px;
    margin-left: -16px;
}/*
label:not(.label-radio-box):not(.hs-form-checkbox-display):not(.hs-form-booleancheckbox-display) {
    font-weight: 600;
}
/* Para formularios ocultos *//*
.hs-dependent-field > div:not(:first-of-type) label{
    margin-top: 16px;
}
form ul {
    list-style: none !important;
}

/* --- General writable Inputs--- *//*
.form-content input::placeholder, .form-content select::placeholder {
  color: #828282;
  opacity: 1;
}
.form-content input::-webkit-input-placeholder, .form-content select::-webkit-input-placeholder { /* Chrome/Opera/Safari *//*
  color: #828282;
  opacity: 1;
}
.form-content input::-moz-placeholder, .form-content select::-moz-placeholder { /* Firefox 19+ *//*
  color: #828282;
  opacity: 1;
}
.form-content input:-ms-input-placeholder, .form-content select:-ms-input-placeholder { /* IE 10+ *//*
  color: #828282;
  opacity: 1;
}
.form-content input:-moz-placeholder, .form-content select:-moz-placeholder { /* Firefox 18- *//*
  color: #828282;
  opacity: 1;
}

/* FIXER para 2 input en la misma fila */
fieldset:not(.form-columns-1) > .hs-form-field.smart-field:last-of-type .input {
    margin-left: 8px;
}
fieldset:not(.form-columns-1) > .hs-form-field.smart-field:last-of-type .input, fieldset.form-columns-1 > .hs-form-field .input, .hs-form fieldset.form-columns-1 .input {
    margin-right: 0px !important;
}
fieldset.form-columns-1 > .hs-form-field .input input, .hs-form fieldset.form-columns-1 .hs-input {
    width: 100% !important;
}

/* --- Select --- */
select {
    outline:none;
    width:100% !important;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    color: #000;
    font-weight: normal;
    padding: 10px 8px;
    border: 1px solid #ff4351;
    text-transform: none;
}
select option, select option:checked {
    color: #000;
}
.down_icon::after {
    content: '\f107';
    font: 1.4375em "FontAwesome";
    color: #ff4351;
    position: absolute;
    pointer-events: none;
    margin: 9px 0 0 -25px;
}
select option {
    padding: 0;
}
/*

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

/* --- Checkbox --- */
.form-checkbox-box {
    margin: -5px 0px -10px;
}
.hs-form-booleancheckbox-display, .hs-form-checkbox-display {
    /*margin-top: -16px;
    text-indent: -20px;
    margin-left: 20px;*/
}

input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + span span {
    display:inline-block;
    width:12px;
    height:12px;
    background:url('https://cdn2.hubspot.net/hubfs/2831960/GRO/images/checkbox-radio.svg') left top no-repeat;
    cursor:pointer;
    margin: 0px 7px -1px -20px;
}
input[type="checkbox"]:checked + span span {
    background:url('https://cdn2.hubspot.net/hubfs/2831960/GRO/images/checkbox-radio.svg') -13px top no-repeat;
}

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

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

/* --- Radio --- */
.radio, .radio-checked {
    display:inline-block;
    width: 13px;
    height: 13px;
    cursor:pointer;
    margin: 0px 4px -2px 0px;
}
.radio {
    background: url('https://cdn2.hubspot.net/hubfs/2831960/GRO/images/checkbox-radio.svg') no-repeat 0px -13px / 28px 27px;
}
.radio-checked {
    background: url('https://cdn2.hubspot.net/hubfs/2831960/GRO/images/checkbox-radio.svg') no-repeat -14px -13px / 28px 27px;
}

.input-radios {
	margin-bottom: 20px;
}
.label-radio-box, .hs-form-checkbox-display, .hs-form-booleancheckbox-display {
	font-weight: normal;
	text-transform: none;
	margin: 0;
}
.hs-form label.radio-title {
	margin: 8px 0px 9px;
}
/*

/* --- Error Messages --- */
.form-checkbox-box + .hs-form-field {
    margin-top: 24px;
}
.hs-form-required, .hs-form-booleancheckbox-display > .hs-form-required {
    text-indent: 4px;
    margin-left: 0px;
}
.hs-error-msgs {
    font-weight: 500;
    padding: 0 0 10px;
    margin-top: -5px;
    margin-bottom: 3px;
}
.hs-error-msgs label:not(.label-radio-box):not(.hs-form-booleancheckbox-display) {
    font-weight: normal;
    font-size: 0.875em;
    text-transform: none;
    color: #E41E26;
    margin: 9px 0px -17px;
}
.input-radios + .hs-error-msgs.inputs-list label:not(.label-radio-box):not(.hs-form-booleancheckbox-display), .input-checkboxs + .hs-error-msgs.inputs-list label:not(.label-radio-box):not(.hs-form-booleancheckbox-display){
  margin: 0px 0 8px;
}
fieldset:not(.form-columns-1) > .hs-form-field.smart-field:last-of-type .input + .hs-error-msgs {
    margin-left: 8px;
}

/* --- Submit --- *//*
.hs_submit {
    text-align: right;
}
.before-submit {
  width: 60% !important;
  float: left;
}
.hs_privacy_policy + .hs_submit, .form-checkboxs + .hs_submit {
    width: 38% !important;
    float: right;
    padding-top: 28px;
}
.hs_privacy_policy + .hs_submit:after, .form-checkboxs + .hs_submit:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}
*/
input[type="submit"], .ctasubmit {
	padding: 14px 15px 14px;
	font-size: 1.42857em;
	color: #fff;
	background-color: #ff4351;
	border: 0;
	border-radius: 0;
	text-transform: capitalize;
	font-weight: 700;
	cursor: pointer;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	margin-top: 18px;
	margin-bottom: 40px;
}
.ctasubmit {
    text-align: center;
    text-decoration: none;
    max-width: 291px;
    float: left;
}
input[type="submit"]:hover, .ctasubmit:hover {
    background-color: #f23630;
}

/* OFERTA BOFU CHECKBOX*/

.hs_checkbox_bofu span{font-weight:bolder !important;color:#ff4351 !important;}


/* END Form styles */
/* Header */
.header-box-img {
	background-size: cover;
	background-position: center center;
}
.header-box {
	min-height: 298px;
	background-color: rgba(0,0,0,0.4);
}
.logo-col, .nav-col {
	float: left;
}
.logo-col {
	width: 20%;
}
.nav-col {
	width: 80%;
}
/* Logo */
.logo-box {
	margin-top: 21px;
	margin-left: 38px
}
/* END Logo */
/* Main Menu */
/* -- General styles for menu dropdown */
.navbar-nav > li {
	display: inline-block;
} 
.menu-item-has-children {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    display: none;
    position: absolute;
	background-color: rgba(0,0,0,0.7);
    box-shadow: none;
    z-index: 1;
}
.navbar-nav > .menu-item-has-children > .dropdown-menu {
	top: 54px;
	left: -26px;
	min-width: 228px;
	padding: 16px 0px 29px;
}
.dropdown-menu > li > a {
    min-width: 160px;
    padding: 12px 16px;
}
.menu-item-has-children .menu-item-has-children .dropdown-menu {
    left: 100%;
    top: 0;
}
@media screen and (min-width: 1025px) {
    .menu-item-has-children:hover > .dropdown-menu {
        display: block;
    }
}
/* -- END General styles for menu dropdown */
.navigation-box {
	margin-top: 24px;
	margin-right: 72px;
	text-align: right;
}
.navigation-box .navbar-nav > li {
	margin-left: 50px;
	padding-bottom: 30px;
}
.navigation-box .navbar-nav > li > a {
	color: #fff;
	font-size: 0.8571em;
	text-transform: uppercase;
}
.navigation-box .navbar-nav > li > a:hover {
	color: #fff;
}
.navigation-box ul ul {
	text-align: left;
}
.dropdown-menu li {
	
}
.dropdown-menu li:hover {
	
}
.dropdown-menu li a {
    display: block;
	color: #fff;
	font-size: 0.857em;
	text-transform: uppercase;
	letter-spacing: 0.025em;
    padding: 6px 18px 6px 28px;
}
.dropdown-menu li:hover a {
	color: #000;
    background-color: #ff4351;
}
/* -- responsive nav */
.navbar-toggle {
    display: none;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
/* -- ENDresponsive nav */
/* END Main Menu */
/* END Header */
/* Content */
.general-content-box {
    margin-top: 61px;
}
.page-header {

}
.secondary-header {
	font-size: 1.42857em;
	line-height: 1.482em;
	color: #747474;
	letter-spacing: 0.025em;
	margin-top: 4px;
	margin-left: 2px;
}
.content-box {
    margin-top: 44px;
    margin-left: 2px;
}
.content-top {
	padding-bottom: 0px;
}
.content-box p, .content-box ul {
    margin-bottom: 1.42857em;
}
.content-text ul li {
	font-weight: 700;
	margin-bottom: 0.5em;
}
.content-text ul li:before{
	content: "\f072";
	font-family: "FontAwesome";
	color: #ff4351;
	font-size: 1.142857em;
	line-height: 1.5em;
	margin-right: 3px;
}
.content-ebook {
    width: 70%;
    margin-left: 0px;
    margin-top: -15px;
}
.content-ebook img {
	width: 100%;
    height: auto !important;
}
/* -- Thank you page content */
.typage .content-box {
    margin-top: 0px;
}
.typage .content-top.ty-top {
	text-align: center;
}
.typage .page-header {
	margin-top: 55px;
}
.typage .cta-box {
	margin-top: 10px;
	margin-bottom: -15px;
}
.typage .cta-box a.cta_button {
	max-width: 113px !important;
}

/* -- END Thank you page content */
/* END Content */
/* Sidebar content */

/* -- sidebar content lateral margin config. */
.form-col form {
	padding: 0px 35px 0px 34px;
	box-sizing: border-box;
}
/* -- END sidebar content lateral margin config. */

.form-col h3, .form-col .form-title, .social-title {
	display: inline-block;
	color: #696969;
	font-size: 1.2857em;
	line-height: 1.3333em;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	text-align: center;
	font-weight: 800;
	background-color: #e3e3e3;
	padding: 18px 34px 20px;
	width: 100%;
	margin-top: 6px;
	box-sizing: border-box;
}
.form-col form {
	background-color: #f5f5f5;
	padding-top: 21px;
}
/* --END Sidebar content */
/* Centro de Recursos content */
.crpage .page-header {
    margin-top: 47px;
    margin-bottom: 58px;
}
.crpage .content-top {
    padding-bottom: 21px;
}
.cr-video-box {
		padding:0 10px;
  	background-color: #DCDCDC !important;
    min-height: 193px;
    display: flex;
    justify-content: center;
    align-items: center;
  	flex-direction: column;
} 
.cr-video-box > .hs_cos_wrapper {
	width: 100%;	
}


.cr-video-box .hs-responsive-embed, 
.cr-video-box .hs-responsive-embed.hs-responsive-embed-youtube, 
.cr-video-box .hs-responsive-embed.hs-responsive-embed-wistia, 
.cr-video-box .hs-responsive-embed.hs-responsive-embed-vimeo{
  	padding-bottom:0;
}

.cr-box-wrapper {
    width: 31.4685%;
    float: left;
    margin-right: 2.7972%
}

.cr-box-wrapper--video{
  	width:30.4685%;
}
.cr-box {
    margin-bottom: 25px;
    background-color: #fcfcfc;
    position: relative;
}

.cr-cat-box-container{
	margin-bottom:40px;
}

.cr-cat-box-container h3{
	padding-bottom:20px;
}


.ic-btn {
  border: none;
  margin: 0;
  padding: 12px 20px;
  font-size: 16px;
  font-family: "Helvetica Neue", san-serif;
  font-weight: 500;
  color: #fff;
  border-radius: 2px;
  background-color: #E64F29;
  cursor: pointer;
  -webkit-transition: ease 200ms;
  -moz-transition: ease 200ms;
  transition: ease 200ms }

.ic-btn:hover {
  background-color: #f55d36 }



/*.cr-box-container > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget .cr-box-wrapper .cr-box {
    margin: 0px 16px;
}*/
@media screen and (min-width: 641px) {
    /*.cr-box-container > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget:first-of-type .cr-box-wrapper, */.cr-box-container > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget:nth-child(3n) .cr-box-wrapper {
        margin-right: 0px;
    }
}
.cr-img-box {
    background-color: #DCDCDC !important;
    padding: 21px 4px 19px 20px;
    min-height: 193px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cr-img {
    width: auto !important;
    height: auto !important;
    max-height: 193px;
    max-width: 100% !important;
    margin: 0 auto;
    display: block;
}	
.cr-content {
    padding: 19px 15px 0px;
}
.cr-name-box {
    font-size: 1.2857em;
    line-height: 1.27778;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
}
.cr-cta-box-wrapper {
    padding: 0 15px;
}
.cr-cta-box {
    text-align: center; 
    padding-top: 20px; /* Altura del boton */
    padding-bottom: 15px;
}
.cr-cta-box .cr-cta {
    position: absolute;
    left: 0;
    bottom: 33px;
    width: 100%;
}
.cr-cta-box .hs-cta-node {
    margin: 0 15px;
    display: block;
}
.cr-cta-box .cta_button {
    padding: 16px 0px !important;
    margin: 0 !important;
    max-width: 261px !important;
}

.cr-button {
    margin:0px auto !important;
    display:block;
    background:#F1615E;
    width:200px;
    font-size:16px;
    padding:15px 12px;
    text-align:center;
    font-weight:bolder !important;
    color:#ffffff;
    text-decoration:none !important;
}

/* END Centro de Recursos content */
/* Email Subscriptions content */
.widget-type-email_subscriptions {

}
.widget-type-email_subscriptions h1 {
    font-size: 1.714286em;
    line-height: 1.3475;
    color: #696969;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.02em;
    margin-bottom: 0px;
}
.widget-type-email_subscriptions h2 {
    font-size: 1.2857em;
    line-height: 1.19778;
    color: #ff4351;
    letter-spacing: 0.025em;
    margin-bottom: 0px;
}
.email-prefs {

}
.email-prefs .item .item-inner * {
    color: #000;
}
.email-prefs p.header {
    margin-left: 0px;
    margin-bottom: 21px;
}
.email-prefs .item {
    padding-bottom: 23px;
    margin: 0px 0px;
}
.email-prefs .item .item-inner {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #f5f5f5;
    margin-top: 0;
    padding: 27px 23px 16px;
    background: #f5f5f5;
}
.email-prefs .item .item-inner.selected {
    background: #fff;
    border: solid 1px #ededed;
}
.checkbox-row span.fakelabel {
    text-transform: normal;
    font-size: 1.14286em;
    font-weight: 700;
    letter-spacing: 0.025em;
}
.checkbox-row span.fakelabel span {
    margin-left: 26px;
}
.checkbox-row span.fakelabel input[type="checkbox"] + span span {
    margin: 6px 6px 0px -18px;
}
.email-prefs .item .checkbox-row + p {
    margin-left: 26px;
    margin-top: 0px;
    font-size: 0.857em;
    letter-spacing: 0.025em;
}
.subscribe-options {
    margin-top: 6px;
}
.subscribe-options p.header {
    margin-bottom: 12px;
}
.subscribe-options label {
    margin-left: 0px;
}
.subscribe-options label span {
    margin-left: 23px;
    display: block;
}
.subscribe-options label input[type="checkbox"] + span span {
    margin: 6px 6px 0px -23px;
}
.email-prefs #submitbutton {
    max-width: 350px;
    margin: 38px auto 70px;
    display: block;
}

/* END Email Subscriptions content */
/* Social content */
.social-title {   
    padding-top: 21px;
    margin-bottom: 27px;
}
.social-box {
	margin-top: 60px;
	margin-bottom: 30px;
    text-align: center;
    padding: 0px;
}
.typage .social-box {
    margin-top: 92px;
}

/* Footer styles *** from original website */
#mk-footer .mk-padding-wrapper {
    padding: 0 20px;
}
#mk-footer .footer-wrapper.mk-grid {
    margin-bottom: 20px;
}
#mk-footer .widgettitle,#mk-footer .widgettitle a {
	color: #959595;
}
#mk-footer,#mk-footer p {
	color: #6f6f6f;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
	letter-spacing: -0.003em;
}
#mk-footer,#mk-footer b {
	font-weight: 700;
}
#mk-footer a {
	color: #afafaf;
}
#mk-footer a:hover {
	color: #ff4351;
}
.mk-footer-copyright,.mk-footer-copyright a {
	color: #666666 !important;
}
.mk-footer-social a {
	color: #666666 !important;
}
.mk-footer-social a:hover {
	color: #ff4351!important;
}
#mk-footer {
	background-color:#191919;
	background-position:right bottom;
	background-attachment:scroll;
	background-repeat:repeat;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
    width: 100%;
    position: relative;
    padding: 70px 0 0;
    margin-bottom: 0px;
}
#mk-footer .widget {
    overflow: hidden;
    margin-bottom: 35px;
}
#mk-footer .widgettitle, #mk-footer .widgettitle a {
    color: #959595;
}
#mk-footer .widgettitle {
	position: relative;
	display: block;
	margin-bottom: 15px;
	line-height: 100%;
	text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

#sub-footer {
	background-color: #262626;
	padding: 30px 0;
}
.mk-footer-copyright, .mk-footer-copyright a {
	font-size: 13px;
	line-height: 16px;
	float: left;
	width: 60%;
    color: #666666;
}
.mk-footer-social {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    width: 40%;
}
.mk-footer-social li {
    margin: 0;
    display: inline-block;
    float: right;
}
.mk-footer-social li a {
	display:block;
	margin:0 10px;
	line-height:16px
}
.mk-footer-social li i {
	font-size:16px;
	line-height:16px
}
@media handheld,only screen and (max-width:767px) {
	.mk-footer-social {
		float:none!important;
		display:block;
		margin:20px 0 0!important;
		text-align:center;
		width:100%
	}
	.mk-footer-social li {
		float:none
	}
}
.mk-subfooter-logos a {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	width:40%;
	opacity:.8
}
.mk-subfooter-logos a:hover {
	opacity:1
}
@media handheld,only screen and (max-width:767px) {
	.mk-subfooter-logos a {
		float:none!important;
		display:block;
		margin:0 auto!important;
		text-align:center;
		width:100%
	}
}
[class*=" mk-icon-"],[class^=mk-icon-] {
	font-family:FontAwesome;
	font-weight:400;
	font-style:normal;
	text-decoration:inherit;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
[class*=" mk-icon-"]:before,[class^=mk-icon-]:before {
	text-decoration:inherit;
	display:inline-block;
	speak:none
}
a [class*=" mk-icon-"],a [class^=mk-icon-] {
	display:inline-block
}
.mk-icon-youtube::before {
    content: "\f167";
}
.mk-icon-linkedin::before {
    content: "\f0e1";
}
.mk-icon-instagram::before {
    content: "\f16d";
}
.mk-icon-google-plus::before {
    content: "\f0d5";
}
.mk-icon-twitter::before {
    content: "\f099";
}
.mk-icon-facebook::before {
    content: "\f09a";
}

.mk-col-1-6, .mk-col-2-12 {
    width: 14.35%;
}
[class*="mk-col-"] {
    float: left;
    padding-right: 25px;
    min-height: 1px;
}
@media handheld,only screen and (max-width:767px) {
    .mk-col-1-6, .mk-col-2-12 {
        width: 100%;
    }
}
/* END Footer styles */

/*  ### RESPONSIVE TIME!!! ### */

/* Tablet Landscape */
@media screen and (max-width: 1281px) {
    .header-box {
        padding: 0px 30px;
    }
    .logo-box {
        margin-left: 0px;
    }
    .navigation-box {
        margin-right: 0px;
    }

    .navigation-box .navbar-nav > li {
        margin-left: 20px;
    }
}
@media screen and (max-width: 1024px) {
    /*.navbar-nav > .menu-item-has-children > .dropdown-menu {
        left: -60px;
    }*/
    .logo-col, .nav-col {
        width: 100%;
    }
    

    /* menu */
    /*.advance-nav {
        margin-top: 0px;
        padding-bottom: 7px;
        min-height: 50px !important;
    }*/
    .header-box, .header-box {
        position: relative;
    }
    .nav-col {
        position: absolute;
        top: 24px;
        right: 30px;
    }
    .btn-nav + ul:not(.dropdown-menu) {
        width: 100%;
    }

    .btn-nav {
        display: block;
        width: 29px;
        height: 29px;
        background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJidG4iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI5IiBoZWlnaHQ9IjI5IiB2aWV3Qm94PSIwIDAgMjkgMjkiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNFNDFFMjYiIGQ9Ik0yNiwwSDNDMS4zLDAsMCwxLjMsMCwzdjIzYzAsMS43LDEuMywzLDMsM2gyM2MxLjcsMCwzLTEuMywzLTNWM0MyOSwxLjMsMjcuNywwLDI2LDB6Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iNyIgeTE9IjgiIHgyPSIyMiIgeTI9IjgiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI3IiB5MT0iMTUiIHgyPSIyMiIgeTI9IjE1Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iNyIgeTE9IjIyIiB4Mj0iMjIiIHkyPSIyMiIvPjwvc3ZnPg==") no-repeat 0 0;
        float: right;
        top: -4px;
        right: 0px;
        position: absolute;
        cursor: pointer;
    }
    .listbtn {
        display: block;
        float: right;
        width: 27px;
        height: 25px;
        background-color: transparent;
        text-align: center;
        margin-top: -45px;
        margin-right: 30px;
        padding-top: 2px;
        border-radius: 2px;
        cursor: pointer;
        border: 1px solid #fff;
    }
    .listbtn .chevron-down:after {
        content: "\f107";
        font-family: "FontAwesome";
        font-weight: normal;
        font-style: normal;
        color: #fff;
    }
    .listbtn:hover {
        border: 1px solid #ff4351;
    }
    .listbtn:hover .chevron-down:after {
        color: #ff4351;
    }
    .navigation-box ul.navbar-nav {
        margin: 59px 0px 0px 30px !important;
        background-color: #333;
        padding-bottom: 0px;
        display: none;
    }
    .navigation-box .navbar-nav > li {
        padding-bottom: 0px;
        margin-left: 0px;
    }
    .menu-item-has-children, .navbar-nav > li {
        position: relative;
        display: block;
        text-align: left;
    }
    .navigation-box ul.navbar-nav li a {
        padding-top: 20px;
        padding-bottom: 18px;
        padding-left: 31px;
        display: block;
    }
    .navigation-box ul.navbar-nav li a:hover {
        color: #000;
        background-color: #ff4351;
    }
    .navigation-box ul.navbar-nav li a:hover + .listbtn {
        border: 1px solid #000;
    }
    .navigation-box ul.navbar-nav li a:hover + .listbtn .chevron-down:after {
        color: #000;
    }
    .navbar-nav > .menu-item-has-children > .dropdown-menu {
        top: 0;
        left: 0;
        min-width: 0;
        padding: 0;
    }
    .listnav + ul.dropdown-menu {
        display: none;
    }
    ul.dropdown-menu {
        position: relative;
        background-color: rgba(0,0,0,0.7);
        box-shadow: none;
        z-index: 1;
    }
    .navigation-box ul.navbar-nav li.hs-item-has-children ul.dropdown-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity 0s;
        position: relative;
    }
    .navigation-box ul.navbar-nav li.hs-item-has-children ul.dropdown-menu li a {
        padding: 10px 24px 8px 36px;
        background-position-y: -32px;
    }
    .navigation-box ul.navbar-nav li.hs-item-has-children ul.dropdown-menu li a:hover, .navigation-box ul.navbar-nav li.hs-item-has-children ul.dropdown-menu li a:focus {
        background-position: 0px 4px;
    }
}

/* Tablet Portrait */
@media screen and (max-width: 960px) {

}
@media screen and (max-width: 800px) {
    .space.span1, .space.span2:not(.subscip) {
        display: none !important;
    }
}

/* Smartphone Landscape */
@media screen and (max-width: 767px) {
    .space {
        display: none !important;
    }
    .header-box {
        min-height: 250px;
    }
    .btn-nav + ul:not(.hs-menu-children-wrapper) {
        width: 100%;
    }

    .landing-content-box {
        margin-top: 44px;
    }
    .landing-content-colR img {
        max-height: 250px;
        width: auto !important;
        margin: 30px auto 10px;
        display: block;
    }

    /* landing page */
    .content-ebook {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    
    
    /* END landing page */
}
@media screen and (max-width: 667px) {
    .cr-img-box {
        min-height: 140px;
    }
}
@media screen and (max-width: 640px) {
    /* Centro de recursos*/
    .cr-box-wrapper {
        width: 46.85%;
        margin-right: 6.3%;
    }
    /*.cr-box-container > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget:first-of-type .cr-box-wrapper, */.cr-box-container > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget:nth-child(2n) .cr-box-wrapper {
        margin-right: 0px;
    }
}
@media screen and (max-width: 533px) {

}

/* Smartphone Portrait */
@media screen and (max-width: 479px) {
    /*.show-tablet{
        display: none;
    }
    .show-movil{
        display: inline;
    }*/
    .content-ebook {
        width: 90%;
    }
    .cta-box a.cta_button {
        max-width: 113px !important;
        width: 100% !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    /* Centro de recursos*/
    .cr-box-wrapper {
        width: 100%;
        margin-right: 0%;
    }
}
@media(max-width:420px){
    
}

@media screen and (max-width: 360px) {
    .landing .content-limit {
        margin-top:-210px !important;

    }
    .landing h1, .landing .secondary-header {
        font-size:20px !important;
        color:#ffffff !important;
    }
    
    .landing .secondary-header {
        font-size:18px !important;
        color:#ffffff !important;
    }
    
    .landing .content-top {
        padding-top: 50px;
    }
    .content-limit {
        padding: 0 20px;
    }
}
@media screen and (max-width: 320px) {

}