/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Gudea:400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700');

/*

font-family: 'Open Sans', sans-serif;
font-family: 'Gudea', sans-serif;
font-family: 'Source Sans Pro', sans-serif;

*/




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



/* Cores */






/* Transition */

/*Ex: -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; */


/* Animation Delay */


/* Box Shadow */


/* Background Size */


/* Border Radius */

/*Ex: -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px; */

/* User Select */


/* Opacity*/


/*Ex: -webkit-opacity: .3;
    -moz-opacity: .3;
    opacity: .3; */


/* Translate */


/*Ex: -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%); */
/*Ex: -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%); */


    /* Light Box Modal */
    @media screen and (max-width: 768px){
        .modal {
            display: none !important;
        }
    }

     
        #mask {
            position: fixed;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            z-index: 9000;
            background: rgba(0,0,0,.9);
            display: none;
        }

        #boxes .window {
            position: fixed;
            left: 0;
            top: 0;
            /*width: 50% !important;
            max-width: 700px !important;*/
            display: none;
            z-index: 9999;
            padding: 20px !important;
            border-radius: 8px;
            text-align: left;
            background: #fff;
        }

        #boxes #dialog {
            /*width: 50% !important;
            max-width: 700px !important;*/
            padding: 30px;
            background-color: #fff ;
            font-family: 'Open Sans', sans-serif;
            font-size: 15pt;
        }

        #boxes #dialog a.close{opacity: 1 !important;}
        #popupfoot {
            font-size: 16pt;
            position: absolute;
            top: -10px;
            width: 30px;
            right: -10px;
            color: #fff;
            border-radius: 50%;
            height: 20px;
        }
        #popupfoot a{color: #fff; text-decoration: none;}
        
        @media screen and (max-width: 768px){
            #boxes {
            }
           

            #dialog {
                left: 50% !important;
                width: 80vw !important;
                max-width: 80vw !important;
                transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
            }


        }




/*****************************************/
/* Inboud Marketing para Indústrias      */
/*****************************************/

*{font-family: 'Open Sans', sans-serif;}
body,html {margin: 0; padding: 0;overflow-x: hidden;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif}
.text-center {
    text-align: center;
	font-family: 'Open Sans', sans-serif
    
}

p,
h1,
h2,
h3,
a,
span,
bloquote{
    font-family: 'Open Sans', sans-serif
}

h1, h2, h3, h4, h5, h6 {
    text-rendering: optimizelegibility;
}
.space {height: 50px;}

.texto-lp {
    color: #5b5b5b;
}

.texto-lp li, .texto-lp p, .texto-lp {
    font-weight: 100;
    font-size: 18px;
    line-height: 24px;
}

.texto-lp h2 {
    font-size: 19px;
    color: #272727;
}

.texto-lp li {
    margin-bottom: 15px;
}

.texto-lp, .sidebar-form {
    padding-top: 60px;
}

.faixa-section hr {
    width: 100%;
    max-width: 200px;
    background: #fff;
    height: 1px;
    border: 0;
    text-align: center;
    margin: 0 auto;
}

.wrap-text {
    width: 100%;
    max-width: 1046px;
    margin: 0 auto !important;
    float: none !important;
}

@media screen and (max-width: 768px){
    .wrap-text { 
        padding: 0 15px; 
    }
}

.faixa-section {
    padding: 70px 0 50px 0;
}


.faixa-section h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 55px;
    text-align: center;
    margin: 0 0 50px 0;
}
.faixa-section p{
    color: #111111;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 12px;
    
    font-size: 28px;
    line-height: 38px;
    font-weight: 300;
    text-align: center;
    
}
/***************************
* Header
***************************/
.header-container-wrapper {
    padding: 0 !important;
    position: relative;
    background-color: #a81a3e;
    background-size: cover;
    background-position: center center;
    background-repeat; no-repeat;
    margin: 0;
}

.header-container-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image:url(https://4021054.fs1.hubspotusercontent-na1.net/hubfs/4021054/mds/pattern.png);
    z-index: 0;
  opacity: .4;
}

.lp-livro .header-container-wrapper:before, .lp-livro .header-container-wrapper:after {display: none;}

.header-container-wrapper:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80%;
   background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); 
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); 
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */


}
.menu-top {
    /*background: rgba(207, 16, 28, .3);*/
    width: 100%;
    /*position: fixed;*/
    transition: .5s all ease;
    z-index: 9999;
    padding: 0px 0;
    
}

.menu-top.menu-fixo {background: none !important;}

.menu-fixo .logo-top {
    padding: 11px 0 !important;
}
.menu-fixo .logo-top img {
    width: 76%;
    display: inline-block;
    text-align: right;
    float: right;
}
@media screen and (max-width: 768px){
    .menu-top {
        width: 100vw !important;
    }
    
    .icone-menu {
        right: 13px !important;
        right: auto !important;
    float: none !important;
    position: relative !important;
    margin: 20px auto 0 auto;
    text-align: center;
    }
}

#topo {
    position: relative;
  z-index: 99;
}
#topo .logo-top {
    float: left;
    width: 100%;
    max-width: 240px;
    padding: 30px 0;
  position: relative;
}
#topo .logo-top:before {
content: '';
    position: absolute;
    background: white;
    width: 600px;
    height: 600px;
    z-index: -1;
    bottom: 0px;
    right: -70%;
    transform: rotate(297deg) skew(12deg, 10deg);
}

.icone-menu {
    float: right;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.header-lp {
    padding: 200px 0 130px 0;
    color: #fff;
}

.lp-ebook .header-lp .titulo-topo-lp {
    position: relative;
}


.header-lp h1,
.header-lp h2{
    font-size: 42px;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif
}

.header-lp h1{
    /*
    font-weight: 700;
    padding-bottom: 0;
    */
    font-size: 42px;
    line-height: 140%;
    font-weight: 100;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;

    max-width: 900px;
    margin: 30px auto 0 auto;
}
.lp-livro .header-lp h1 {
  max-width: none;
}
.lp-livro .leadinModal-370468, .lp-livro #hubspot-messages-iframe-container {display: none !important;}
.header-lp h2{
    font-weight: 100;
    font-size: 42px;
    margin-top: 15px;
}
@media screen and (max-width: 768px){
    #topo .logo-top {
        max-width: 250px;
        float: none;
         margin: 0 auto;
    }
    .header-lp h1 {
        font-size: 13vw !important;
        line-height: 140%;
    }
    .pra-quem-e h2,
    .faixa-section h2,
    .o-marketing h2{
        font-size: 11vw !important;
        line-height: 130%;
    }
    .faixa-section p {
        font-size: 20px !important;
        line-height: 130%;
    }
    .quanto-investir .topico .box h2 {
        font-size: 7vw !important;
        line-height: 120%;
        padding: 8px 0 !important;
    }




}
/* Mobile Icone menu */
/* btn */


.btn-baixar {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 27px;
  padding: 20px 40px 20px 40px;
  text-decoration: none;
}

.btn-baixar:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}




.menu-caret {
	position: relative;
	display:  inline-block;
	width: 30px;
	height: 30px;
	margin: 9px 0;
}
.menu-caret span {
	margin: 0 auto;
	position: relative;
	top: 12px;
}
.menu-caret span:before, .menu-caret span:after {
	position: absolute;
	content: '';
}
.menu-caret span, .menu-caret span:before, .menu-caret span:after {
	width: 30px;
	height: 6px;
	background-color: #fff;
	display: block;
}
.menu-caret span:before {
	margin-top: -12px;
}
.menu-caret span:after {
	margin-top: 12px;
}
/* --- btn --- */

.menu-caret span {
	-webkit-transition-duration: 0s; transition-duration: 0s;
	-webkit-transition-delay: 0.2s; transition-delay: 0.2s;
}
.menu-caret:hover span {
	background-color: rgba(0,0,0,0.0);
	-webkit-transition-delay: 0.2s; transition-delay: 0.2s;
}
.menu-caret span:before {
	-webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
	-webkit-transition-duration: 0.2s; transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
	-webkit-transform-origin: 0% 100%; transform-origin: 0% 100%;
}
.menu-caret:hover span:before {
	margin-top: 0;
	-webkit-transform: rotate(22.5deg) skewX(22.5deg); transform: rotate(22.5deg) skewX(22.5deg);
	-webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}
.menu-caret span:after {
	-webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
	-webkit-transition-duration: 0.2s; transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
	-webkit-transform-origin: 0% 0%; transform-origin: 0% 0%;
}
.menu-caret:hover span:after {
	margin-top: 0;
	-webkit-transform: rotate(-22.5deg) skewX(-22.5deg); transform: rotate(-22.5deg) skewX(-22.5deg);
	-webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}



/* Lista Menu */
.nav-lp {
    position: fixed;
    right: -500px;
    max-width: 400px !important;
    background: #333;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    transition: .2s all ease;
}
.nav-lp.show {right: 0px;}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0px !important;
}

.nav-lp li a {
    color: #fff;
    border-bottom: 1px solid #000;
    border-top: 1px solid #444;
    padding: 20px 30px !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    position: relative;
    cursor: pointer;
}
/*.nav-lp li:last-child a {border-bottom: 0;}*/
.nav-lp li:first-child a {border-top: 0; font-weight: bold; background: #222;}
.nav-lp li:first-child a:after {
    content: 'X';
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #333333;
    background: #4e4e4e;
    text-align: center;
    padding: 4.666% 10px;
    top: 0;
    right: 0;
    bottom: 0;
    text-shadow: 1px 1px 0px #616161;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
}

.nav-lp li:first-child:hover a:after {
    background: #c4163b;
    color: #fff;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
}
.nav-lp li a:hover:before {
    width: 100%; 
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
}
.nav-lp li a:before {
    background: #222;
    content: ' ';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 0; 
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
}


/* FIM DO MENU */


/* Faixa 1: O Marketing */
.o-marketing .icone-servico {
    padding: 0 0 0 0 !important;
    margin: 80px 0 0 0 !important;
}
.o-marketing .icone-servico:nth-child(2) {
    margin-right: -7px !important;
    margin-left: 52px !important;
}

@media screen and (max-width: 768px){
    .o-marketing .icone-servico:nth-child(2) {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

.o-marketing h2 {
    color: #111111;
    font-size:40px ;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif
    margin-top: 0;
}
.o-marketing .icone-servico h3 {
    margin: 4px 0;
    font-family:'Open Sans', sans-serif
    color: #111111;
    
    font-size: 25px;
    font-weight: bold;
    line-height: 24px;
}
.o-marketing .icone-servico span {
    margin: 4px 0;
    font-family:'Open Sans', sans-serif
    color: #111111;
    
    font-size: 25px;
    font-weight: 300;
    line-height: 24px;
    
}

.o-marketing .icone-servico img {
    width: 93px !important;
    margin-top: -20px !important;
}
.o-marketing .icone-servico p {
    font-family: 'Open Sans', sans-serif;
    color: #111111;
}



/* Faixa 2: Pra quem é */
.pra-quem-e {
    position: relative;
    background-color: black;
    background-image: url('');
    background-size: cover;
    background-position: center center;
    background-repeat; no-repeat;
}

.pra-quem-e .topico p {
    font-size: 18px !important;
    font-weight: 400;
    line-height: 30px;
    padding-right: 20px;
    
    color: #111111;
    text-align: left;
}
.pra-quem-e .topico p strong{
    font-size: 25px !important;
    font-weight: 600;
    
    color: #111111;
    margin: 0;
    line-height: 25px !important;
    padding: 10px 0 10px 0;
}
.pra-quem-e p {
    font-size: 27px;
    color: #111111;
    font-weight: 100;
    line-height: 40px;
    text-align: center;
    padding-bottom: 1em;
}
.pra-quem-e .topico strong {
    line-height: 50px !important;
    font-size: 19px;
    font-weight: 700 !important;
}

.pra-quem-e h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 55px;
    text-align: center;
    margin: 0 0 50px 0;
}

/* Faixa 3: Como Funciona */
.como-funciona .topico {
    margin-bottom: 90px;
}

@media screen and (max-width: 768px){
    .como-funciona .topico img {
        width: 30vw !important;
        min-width: auto !important;
        margin: 0 0 0px 0 !important;
    }
    
    .como-funciona .topico p, .como-funciona .topico h3 {
        text-align: center !important;
        margin: 10px 0 !important;
        padding: 0 0 0 0 !important;
    }
    
    .como-funciona .topico .widget-type-rich_text {
        padding-left: 0 !important;
        text-align: center;
    }
    
    .como-funciona .topico span > span.tooltip {
        margin-right: 5px;
        margin-left: 5px;
    }


}
.como-funciona .topico span > span.tooltip {
    color: #f58233 !important;
    margin-right: 10%;
}


/* Tooltip */
 .tooltip {
    position: relative;
    display: inline-block;
    
}

 .tooltip .tooltiptext strong {
    line-height: 40px;
}
 .tooltip .tooltiptext {
    visibility: hidden;
    width: 500%;
    margin: 0 0 0 0 !important;
    max-width: 400px;
    background-color: #f3f3f3;
    box-shadow: 3px 3px 6px #fcfcfc;
    color: #111111 !important;
    text-align: left;
    border-radius: 3px;
    position: absolute;
    z-index: 1;
    font-weight: lighter;
    bottom: 125%;
    left: 35%;
    font-family: 'Open Sans';
    opacity: 0;
    transition: opacity .2s;
    padding: 10px 10px;
}

 .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 10%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #f3f3f3 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


.como-funciona .topico .widget-type-linked_image {text-align: center;}

.como-funciona .topico img {
    min-width: 80%;
    max-width: 180px;
    height: auto;
    margin: 13px auto 20px 0;
    text-align: center;
}

.como-funciona .topico p {
    text-align: left;
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
}

.como-funciona .topico .widget-type-rich_text {
    padding-left: 40px;
}

.como-funciona .topico h3 {
    text-align: left;
    margin: 25px 0 12px 0;
    font-size: 25px;
    font-weight: 600;
}

.como-funciona .topico.ultimo {
    margin-bottom: 0;
}

/* Faixa 4: Quanto Investir */
.quanto-investir {
    border-top: 1px solid #d6d6d6;
    margin-bottom: 50px;
}

.quanto-investir .topico {
    padding: 0 2px;
}

.quanto-investir .topico .icone {
    margin: 8px auto !important;
    width: 100%;
    max-width: 93px;
    min-height: 93px;
    float: none;
}

.quanto-investir .topico .box {
    background: #fcfcfc;
    margin: 0;
    min-height: 340px;
}

.quanto-investir .topico .box h2 {
    font-weight: 300;
    font-size: 24px;
    text-align: center;
    background: #929292;
    padding: 20px 5px;
    color: #fff;
}

@media screen and (max-width: 768px){
    .quanto-investir .topico .box h2 {
        line-height: 28px;
    }
}


.quanto-investir .topico .box .texto {
    padding: 0 15px;
    font-size: 14px;
}

.quanto-investir .topico .box .texto p{
        font-size: 18px;
    text-align: left;
    line-height: 25px;
    margin: -18px 0 0 0;
    padding: 0 0 0 0 !important;
}




/* Faixa 5: Depoimentos */
.depoimentos {
    background: #c4163b;
}

.depoimentos h3 {
    color: #fff;
    margin: -39px 0 18px 0;
    font-weight: 300;
    font-size: 26px;
}

.depoimento-item {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto;
}
.depoimentos .testimonial-headshot{
    float: left;
}

.depoimentos .quote-box {
    float: left;
    width: 100%;
    padding: 10px 0px 0 20px;
    max-width: 600px;
}
.depoimentos p.details {
    color: #fff;
    font-size: 15px;
    line-height: 100%;
    font-style: italic;
    margin-left: 15px;
    margin-top: 15px;
    text-align: left;
}

.depoimentos p.details .name {
        font-size: 20px !important;
}
.depoimentos blockquote.quote {
    padding: 0 !important;
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: lighter;
    font-family: 'Open Sans', sans-serif;
    line-height: 150%;
    position: relative;
    border:0;
    font-style: italic;
}

.depoimentos blockquote.quote:before {
    content: ' ';
    background-image: url('https://715629.fs1.hubspotusercontent-na1.net/hubfs/715629/Landing_Pages/mkt-integrado-industrias/quote.png');
    background-repeat: no-repeat;
    background: position: center center;
    width: 101px;
    height: 101px;
    position: absolute;
    top: -20px;
    right: -104px;
}

.depoimentos .testimonial-headshot .foto-depoimento img {
    border-radius: 50%;
    max-width: 140px;
    height: auto;
    border: 7px solid rgba(0,0,0,.2);
}

.depoimentos .testimonial-headshot .logo-empresa-depoimento img {
    margin-top: 15px;
    height: auto !important;
    max-width: 100px;
}
@media screen and (max-width: 768px){
    .depoimentos .testimonial-headshot {
        float: none;
        position: relative;
    }
    .depoimentos .quote-box {
        padding: 0;
    }
    
    .depoimentos blockquote.quote:before {
        right: 0;
        top: 100%;
    }

    .foto-depoimento img{width: 70% !important; margin-left: -15px;}
    
    .foto-depoimento {
        float: left;
        max-width: 50vw;
    }
    .depoimentos .testimonial-headshot .logo-empresa-depoimento {
        float: right;
        margin-top: 50px;
        right: 0;
        top: 50%;
        max-width: 40vw;
        position: absolute;
        transform:translateY(-50%);
        -webkit-transform:translateY(-50%);
    }
}

/* Faixa 6: Formulário */
.formulario {
    position: relative;
    background-color: black;
    background-image: url('');
    background-size: cover;
    background-position: center center;
    background-repeat; no-repeat;
}

.formulario h1,
.formulario h2,
.formulario h3,
.formulario p,
.formulario a,
.formulario input {
    color: #fff;
}

.formulario h2 {
    padding: 0;
    width: 100%;
    max-width: 860px;
    margin: 0 auto 35px auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 44px;
}

.formulario h3 {
    padding: 0;
    width: 100%;
    max-width: 410px;
    margin: 8px auto 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    font-size: 22px;
}

.cta-ebook {
    background: rgba(0,0,0,.3);
    padding: 20px;
    border-radius: 10px;
    width: 100% !important;
    max-width: 550px;
    margin: 50px auto 0 auto !important;
    float: none !important;
}

.cta-ebook p {
    font-weight: lighter;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    text-align: left;
    line-height: 160%;
}

.cta-ebook img {
    margin-left: 20px;
}
@media screen and (max-width: 768px){
    .cta-ebook img {
        margin-left: 0px;
        margin: 0 auto;
        float: none !important;
    }
}
.formulario form {margin-top: -5px;}
.formulario .field,
.formulario .hs_submit {
    position: relative;
    margin: 0 auto !important;
    width: 100%;
    max-width: 390px;
}

.formulario ul.hs-error-msgs.inputs-list {
    position: absolute;
    top: 2px;
    font-size: 11px;
    right: 3px;
    margin: 0;
    padding: 0;
    text-align: right;
    color: red;
    font-weight: lighter;
    font-family: 'Open Sans', sans-serif;
    list-style: none;
}

.formulario span.hs-form-required {
    position: absolute;
    top: -5px;
    margin: 0;
    padding: 0;
    color: #fff;
    left: -9px;
}

.formulario input[type="text"],
.formulario input[type="email"],
.formulario input[type="tel"],
.formulario input[type="submit"],
.formulario textarea {
	border: 0 none;
    box-sizing: border-box;
    color: #111111;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: 0px 0 12px 0;
    padding: 16px 20px;
    resize: none;
    width: 100%;
    border-radius: 5px;
}
.formulario textarea {
	height: 140px;
}
.formulario input[type="submit"] {
	color: #fff;
	cursor: pointer;
	background: #c4163b;
	font-size: 16px;
}

/* Roda pe */
.rodape {padding: 20px 0 0 0; margin-top: 50px;}

.schema {
    postition: absolute;
    top: -1000px;
}

/************************************
* CSS Complementar para LP de Ebook *
************************************/
body.lp-ebook {
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lp-ebook .header-lp {
    padding: 150px 0 30px 0;
}

.lp-ebook.lp-livro .header-lp {
  padding: 100px 0;
}

.lp-ebook .header-lp hr {
    max-width: 250px;
    width: 30%;
    height: 1px;
    border: 0;
    background: rgba(255,255,255,.5);
    margin: 40px auto;
}

.lp-ebook .header-lp h1 {
    font-size: 42px;
    padding: 0 0 0 0;
    position: relative;
    z-index:3;
}

.lp-ebook .header-lp p {
    font-size: 25px;
    font-weight: 100;
}


.lp-ebook .header-lp p, .lp-ebook .header-lp hr,.lp-ebook .header-lp .icone-enviado, .lp-ebook .header-lp .titulo-topo-lp {
    position: relative;
    z-index: 3;
}

/* Thank You Page */
.ty-lp-ebook .header-container-wrapper {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 109vh !important;
    height: auto;
}
.ty-lp-ebook .footer-container-wrapper {
    display: none;
}

.lp-ebook .header-lp h3 {
    font-size: 30px;
    font-weight: 400;
    max-width: 700px;
    margin: 21px auto 0 auto;
}
.lp-ebook .faixa-colorida {
    padding: 35px 0;
}

.lp-ebook .sidebar-texto {
    padding: 50px 0;
}
.lp-ebook .sidebar-form {
    background: #f8f8f8;
    padding: 80px 20px;
}
.lp-ebook .sidebar-form form label ,
.lp-ebook .form-lp form label {
    display: none;
}

.lp-ebook .sidebar-form ul.inputs-list {
    min-height: 22px;
    padding: 0;
}

.lp-ebook .sidebar-form  .sub-label,
.lp-ebook .form-lp   .sub-label {
    color: #777;
    margin: 0 5px;
    display: inline-block;
    position: relative;
    bottom: -10px;
    font-weight: bold;
}


.lp-ebook .sidebar-form ul.inputs-list li label ,
.lp-ebook .form-lp ul.inputs-list li label {
   font-size: 13px;
    color: #777;
    margin: 0 0 0 0 !important;
    display: inline-block !important;
}
.lp-ebook .sidebar-form ul.inputs-list li.hs-form-radio, 
.lp-ebook .form-lp ul.inputs-list li.hs-form-radio {
    list-style: none;
    float: left;
    display: inline-block;
    padding: 0 2.4%;
}

.lp-ebook .sidebar-form form ul.hs-error-msgs label,
.lp-ebook .form-lp form ul.hs-error-msgs label {
    display: block;
}

.leadinModal {display: none !important;}

.lp-ebook .form-lp fieldset.form-columns-1 textarea {
    width: 100%;
}
.lp-ebook .sidebar-form fieldset, 
.lp-ebook .form-lp fieldset {
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
}
.coface-orcamento form {
    max-width: 600px;
    margin: 0 auto;
}
.lp-ebook .sidebar-form input, 
.lp-ebook .sidebar-form select,
.lp-ebook .sidebar-form textarea,
.lp-ebook .form-lp input, 
.lp-ebook .form-lp select , 
.lp-ebook .form-lp textarea {
    font-size: 16px;
    font-weight: 300;
    color: #979797;
    padding: 14px 11px;
    border-radius: 5px;
    border: 1px solid #dadada;
    box-shadow: 0 0 7px rgba(0,0,0,0.1) inset;
    background: #fff;
}
.lp-ebook .sidebar-form select,
.lp-ebook .form-lp select {
    height: 50px;
}

.lp-ebook .sidebar-form li.hs-form-checkbox,
.lp-ebook .form-lp li.hs-form-checkbox {
   
    list-style: none;
    display: inline;
    margin: 0px 30px 0 0;
    padding: 0;
    font-size: 15px !important;
}

ul.inputs-list.multi-container {
    padding: 0;
    margin: 10px 0 18px 0;
  text-align: justify;
}


.lp-ebook .sidebar-form input[type=submit],
.lp-ebook .form-lp input[type=submit] {
    color: #fff !important;
    width: 100%;
    border-radius: 5px !important;
    box-shadow: 0 0 7px rgba(0,0,0,0.1) inset;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
}

.lp-ebook .sidebar-form input[type=submit]:hover,
.lp-ebook .form-lp input[type=submit]:hover {
    background-color: #333 !important;
    
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
}

.lp-ebook .sidebar-form ul.hs-error-msgs,
.lp-ebook .form-lp ul.hs-error-msgs {
    list-style: none;
    padding: 1px 5px !important;
    font-size: 13px;
    margin: 0;
    color: #333;
}

.lp-ebook .sidebar-form ul.hs-error-msgs,
.lp-ebook .form-lp ul.hs-error-msgs li {position: relative; padding-left: 6px !important;}
.lp-ebook .sidebar-form ul.hs-error-msgs li:before,
.lp-ebook .form-lp ul.hs-error-msgs li:before{
    content: '↑';
    position: absolute;
    left: -4px;
}

.lp-ebook .sidebar-form .hs-form-field,
.lp-ebook .form-lp .hs-form-field {
    margin-bottom: 10px !important;
}

.lp-ebook .faixa-colorida p {
    color: #fff;
    font-size: 25px;
    font-weight: 300 !important;
}

.lp-ebook .telefone-top a,
.lp-ebook .telefone-top a:hover,
.lp-ebook .telefone-top {
    color: #fff;
    font-size: 20px;
    font-weight: 400 !important;
    text-decoration: none;
}

.lp-ebook .telefone-top span {
    font-size: 16px;
}

.lp-ebook .sidebar-texto h3 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
}
.lp-ebook .sidebar-texto ol {padding: 0 18px;}
.lp-ebook .sidebar-texto ol li {
    font-size: 20px;
    font-weight: 300;
    color: #555;
    line-height: 150%;
}

.lp-ebook .sidebar-form h3,
.lp-ebook .form-lp h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #4d4b4b;
    text-transform: uppercase;
    width: 100%;
    max-width: 318px;
    margin: 0 auto 30px auto;
}


.lp-ebook p.links-blog a:hover {
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    background: #333;
        padding-left: 35px;
}

.lp-ebook p.links-blog a:hover:before { 
    opacity:1;
    -webkit-opacity:1;
    -moz-opacity:1;
}

.lp-ebook p.links-blog a:before { 
    content: 'Ler';
    background-image: url(//lp.advantagemarketing.com.br/hubfs/Landing_Pages/mkt-integrado-industrias/view.svg?t=1500564565729);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center top;
    display: inline;
    padding: 6px 6px 4px 6px;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    font-size: 10px;
    text-align: center;
    letter-spacing: 1px;
    position: absolute;
    top: 4px;
    bottom: 0;
    left: 3px;
    text-transform: uppercase;
    max-height: 20px !important;
    opacity:0;
    -webkit-opacity:0;
    -moz-opacity:0;
}
.lp-ebook p.links-blog a {
    text-decoration: none;
    color: #fff;
    background: #777;
    padding: 2px 10px;
    border-radius: 4px;
    margin: 10px 0;
    display: inline-block;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    position: relative;
}

.lp-ebook .sidebar-texto p {
    font-size: 22px;
    font-weight: 500;
    color: #555;
    line-height: 150%;
}

.lp-ebook .header-lp .icone-enviado {
    margin: 0 auto;
    text-align: center;
}

.lp-ebook .header-lp .icone-enviado img {
    max-width: 75px;
}


/* Pilar Page */
.pilar-page .header-lp {
    padding: 80px 0 60px 0;
}

.pilar-page .header-lp h1 span, .pilar-page .header-lp h1 {
    font-size: 46px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    line-height: 111% !important;
}
.pilar-page .faixa-section {
    padding-top: 0;
}

.pilar-page .faixa-section h2,
.pilar-page .faixa-section p {
    text-align: left !important;
}
.pilar-page .faixa-section p {
    text-align: left !important;
    margin-top: 5px !important;
}
.pilar-page .faixa-section h2 {
    font-size: 27px !important;
    margin: 50px 0 10px 0 !important;
    padding: 0 0 0 0 !important;
    line-height: 120%;
    color: #444;
}
.pilar-page .faixa-section h3 {
    font-size: 24px !important;
    margin:0 0 10px 0 !important;
    margin: 50px 0 10px 0 !important;
    padding: 0 0 0 0 !important;
    line-height: 120%;
    color: #444;
}
.pilar-page .faixa-section h4 {
    font-size: 20px !important;
    margin:0 0 10px 0 !important;
    margin: 50px 0 10px 0 !important;
    padding: 0 0 0 0 !important;
    line-height: 120%;
    color: #444;
}

.pilar-page .faixa-section h2 a ,
.pilar-page .faixa-section h3 a, 
.pilar-page .faixa-section h4 a {
    color: #444;
    text-decoration: none;
    border-bottom: 1px dashed #666;
    padding-bottom: 0px;

}
.pilar-page .faixa-section p {
    color: #666;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    text-align: left;
    margin-bottom: 15px;
}

.pilar-page .faixa-section .wrap-text ol {
    margin: 30px 0 0 0 !importortant;
    padding: 0 15px;
    color: #666;
    font-size: 18px;
}

.pilar-page .faixa-section .wrap-text  p a,
.pilar-page .faixa-section .wrap-text ol a{
    color: #666;
    text-decoration: none;
    border-bottom: 1px dashed #666;
    padding-bottom: 0px;
}

.pilar-page .faixa-section .wrap-text p a ,
.pilar-page .faixa-section .wrap-text li a {
	background-image: url(https://715629.fs1.hubspotusercontent-na1.net/hubfs/715629/external-link.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 100% 65%;
    padding-right: 13px;
    transition: .2s all ease;
    -webkit-transition: .2s all ease;
}

.pilar-page .faixa-section .wrap-text a:hover {
    border-bottom: 1px dashed rgba(207, 16, 28, 1);
    color: rgba(207, 16, 28, 1);
    transition: .2s all ease;
    -webkit-transition: .2s all ease;
}

.pilar-page h2.sub-titulo-page {
    text-align: center !important;
    font-size: 35px !important;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px !important;
    color: #222;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: bold;
}

.pilar-page .btn {
    color: #fff !important;
    background-image: none !important;
    padding: 10px 20px 10px 20px !important;
    border-bottom: 0 !important;
    display: inline-block;
    margin: 10px auto;
    text-decoration: none;
}

.pilar-page .btn-large {
    font-size: 22px;
} 
.pilar-page a.btn:hover,
.pilar-page .btn:hover {
    color: #fff !important;
    border-bottom: 0;
    box-shadow: 0 0 25px rgba(0,0,0,.3) inset;
    text-decoration: none;
}

.pilar-page .btn-primary {
    
    background: #c4163b;
}

.tabela-precos .table {
    border: 1px solid #ebebeb !important;
    padding: 20px;
    width: 100%;
    border-spacing: 0;
}

.tabela-precos thead.thead-dark ,
.tabela-precos thead.thead-dark tr {
    color: #FFF;
    background: #666666;
}

.tabela-precos thead.thead-dark th,
.tabela-precos tbody td{
    padding: 15px !important;
    border: 0 !important;
    margin: 0;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.tabela-precos thead.thead-dark th:first-child,
.tabela-precos  tbody tr td:first-child {
    text-align: left;
}

.tabela-precos tbody tr td:first-child {
    text-align: left;
    text-transform: initial;
    letter-spacing: 0;
}

.tabela-precos tbody tr td {
    padding: 8px 15px !important;
    border: 0 !important;
    margin: 0;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.tabela-precos tbody tr td p {
    padding: 0 !important;
    margin: 5px 0;
}


.tabela-precos tbody tr {
    box-shadow: 0px 1px #f5f5f5;
}

.tabela-precos tbody tr:last-child {
    box-shadow: none;
}
.mapa-coface  {
  margin-top: 60px;
}
.mapa-coface p {
    font-size: 18px;
    font-weight: lighter;
}