/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//cdn.jsdelivr.net/fontawesome/4.7.0/css/font-awesome.min.css?ver=4.7.0');
@import url('//fonts.googleapis.com/css?family=Abel%3A400italic%2C400%2C500%2C600%2C700%2C300&#038;subset=latin%2Clatin-ext&#038;ver=4.9.6');
@import url('//fonts.googleapis.com/css?family=Raleway%3A400italic%2C400%2C500%2C600%2C700%2C300&#038;subset=latin%2Clatin-ext&#038;ver=4.9.6');
@font-face {
  font-family: "revicons";
  font-style: normal;
  font-weight: 400;
  src: url("//cdn2.hubspot.net/hubfs/4156360/Dynamic_Air_June2018/Fonts/revicons.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/4156360/Dynamic_Air_June2018/Fonts/revicons.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/4156360/Dynamic_Air_June2018/Fonts/revicons.ttf") format("truetype");
}


/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

.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; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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


/* ==========================================================================
2. Pós Venda                                             
========================================================================== */
.pos-venda{
  font-family:Raleway;
}

.pos-venda .container-fluid .row-fluid .page-center{
  max-width:1200px;
}

.pos-venda .custom-top-header-group{
  display:none;
}

.inner-space{
  padding:80px 0px;
}

.pos-venda .content.inner-space,
.pos-venda .cta-banner.inner-space{
  padding:85px 0px 0px 0px;
}

.pos-venda .body-container .page-center{
  padding-top: 0px;
  padding-bottom: 0px;
}

.pos-venda .custom-banner{
  padding:0px;
  position:relative;
}

.pos-venda .custom-banner .custom-banner-wrapper::before{
  content:"";
  background-color:#ffffff;
  width:1px;
  height:186px;
  position:absolute;
  top:0px;
  left:0px;
}

.pos-venda .custom-banner .custom-banner-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 268px;
  position:relative;
  padding-left:30px;
}

.pos-venda .custom-banner h1{
  font-size: 28px;
  color: #ffffff;
  font-weight:700;
}

.pos-venda .custom-banner h2{
  font-size: 22px;
  color: #ffffff;
  font-weight: 400;
  max-width: 400px;
  position:relative;
}

.pos-venda .custom-banner h2:after{
  content:unset;
}

.pos-venda .content .box-content-wrapper{
  text-align:left;
}

.pos-venda .content .box-content-wrapper p{
  text-align:left;
  color:#333333;
}

.box-content{
  min-height: 320px !important;
  display: flex !important;
  align-items: center;
}

.cta.blue a{
  background-color:#6cabef;
  padding:5px 25px;
  color:#ffffff;
  border:1px solid #6cabef;
  border-radius:4px;
  font-size:16px;
  display:inline-block;
  margin-top:10px;
}

.cta.blue a:hover{
  cursor:pointer;
}

.pos-venda .content .box-content-wrapper .box-video{
  background-image:url('https://www.solucoesdynamicair.com.br/hubfs/imagem-3.png');
  min-height:320px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  border-radius:4px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.cta-pecas-wrapper{
  margin:50px 0px 0px;
}

.cta-pecas-wrapper{
  background-image:url('https://www.solucoesdynamicair.com.br/hubfs/dynamic-site-layout-pos-venda-banner-filtro.png');
  background-repeat:no-repeat;
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  min-height:160px !important;
}

.cta-banner-content{
  background-repeat:no-repeat;
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  min-height:160px !important;
}

.cta-banner-content h2{
  color:#ffffff;
  font-size:36px;
}

.cta-banner-content h3{
  text-align:center;
  font-size:20px;
}

.cta-pecas-wrapper h2{
  text-align:center;
  color:#ffffff;
  margin-top: 40px;
}

.cta-pecas-wrapper h3{
  color:#00a867;
  font-weight:700;
  position:relative;
  padding-left:15px;
}

.cta-pecas-wrapper .small-text h3{
  margin-bottom: -6px;
}

.cta-pecas-wrapper .small-text h3 span{
  display:block;
  margin-bottom:15px;
  font-size:14px;
  color:#333333;
}

.cta-pecas-wrapper h3::before{
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #b8ce15;
  position:absolute;
  top:9px;
  left:0px;
}



.solucoes h2{
  color:#00a867;
  font-weight:400;
  font-size:26px;
  text-align:center;
  margin-bottom:40px;
}

.solucoes .solucoes-wrapper{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
}

.flip-box{
  background-color: transparent;
  width: 365px;
  height: 365px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
  margin-right: 20px;
  margin-bottom:20px;
}

.flip-box:last-child,
.flip-box:nth-child(3){
  margin-right:0px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #bbb;
  color: black;
  display: flex;
  align-items: flex-end;
  border-radius: 4px;

}

.solucoes-simples .flip-box{
  border:0px;
}

.solucoes-simples .flip-box-front{
  min-height: 463px;
}

.solucoes-simples .flip-box-back{
  min-height:463px;
}

.solucoes-simples .flip-box-back p{
  text-align:center;
}

.solucoes-simples .flip-box-back .description{
  min-height: 422px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  
}

.flip-box-back {
  background-color: #00a867;
  color: #ffffff;
  transform: rotateY(180deg);
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:0px 15px;
  border-radius: 4px;

}

.flip-box-back .description{
  border:1px solid #ffffff;
  border-radius:4px;
  padding: 10px 25px;
}

.flip-box-back h3{
  font-size:24px;
  color:#ffffff;
}

.flip-box-back p{
  font-size:16px;
  text-align:left;
}

.flip-box-front h3{
	background-color: rgba(51,51,51,.6);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    height: 60px;
    display: flex;
    padding: 0px 15px;
    align-items: center;
    justify-content: center;
    margin:0px;
}

.vantagens{
  padding-bottom:60px;
}

.vantagens .vantagens-wrapper{}

.vantagens .vantagens-wrapper h2{
  color:#00a867;
  font-size:26px;
  text-align:center;
  margin-bottom:40px;
  font-weight:400;
}

.vantagens .vantagens-wrapper ul{
  padding-left:0px;
}

.vantagens .vantagens-wrapper ul li{
  list-style-type:none;
  position:relative;
  padding-left:30px;
  margin-bottom:20px;
  font-size:16px;
  color:#333333;
}

.vantagens .vantagens-wrapper ul li:last-child{
  margin-bottom:0px;
}

.vantagens .vantagens-wrapper ul li::before{
  content:"";
  background-image:url('https://www.solucoesdynamicair.com.br/hubfs/tick.png');
  width:17px;
  height:17px;
  position:absolute;
  top:5px;
  left:0px;
}

.content-frm.inner-space{
  background-color:#eeeeee;
  padding:60px 0px;
}

.content-frm .form-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.content-frm .form-wrapper h2{
  color:#00a867;
  font-size: 26px;
  margin-top:0px;
  margin-bottom:30px;
  font-weight:400;
}

.content-frm .form-wrapper p{
  color:#727272;
  font-size:16px;
  margin-bottom:30px;
}

.content-frm .form-wrapper form.hs-form fieldset .hs-form-field{
  margin:0px;
}

.content-frm .form-wrapper form{
  width: 900px;
}

.content-frm .form-wrapper form.hs-form fieldset{
  max-width:900px;
}

.content-frm .form-wrapper form input[type="text"],
.content-frm .form-wrapper form input[type="email"],
.content-frm .form-wrapper form input[type="tel"],
.content-frm .form-wrapper form input[type="password"],
.content-frm .form-wrapper form select,
.content-frm .form-wrapper form textarea{
  border:1px solid #cccccc;
  background-color:#ffffff;
  font-size:16px;
  color:#333333;
  border-radius:4px;
  margin:13px 0px 25px 0px;
  padding: 0px 0px 0px 12px;
  height: 36px;
  max-width:100%;
}

.content-frm .form-wrapper form .hs-form-field label{
  font-weight:400;
  color:#727272;
  font-size:16px;
}

.content-frm .form-wrapper form .actions{
  text-align:center;
  padding-right:10px;
}

.content-frm .form-wrapper form input[type="submit"]{
  background-color:#6cabef;
  padding:5px 25px;
  color:#ffffff;
  border:1px solid #6cabef;
  border-radius:4px;
  font-size:16px;
  display:inline-block;
  margin-top:10px;
}

.legal-consent-container p{
  font-size:12px !important;
  text-align:left;
  text-transform:none;
}

.legal-consent-container span{
  font-size:12px !important;
  text-align:left;
}

.cta-banner .cta-banner-wrapper{
  background-size:cover;
  background-position:right;
  background-repeat:no-repeat;
}

.cta-banner .cta-banner-wrapper h2{
  font-size: 22px;
  color: #333333;
  text-align: center;
  margin-bottom: 7px;
  margin-top: 20px;
}

.cta-wrapper .items-wrapper{
  display:flex;
}

.cta-wrapper .items{
  position:relative;
  text-align:center;
  margin-right:50px;
}

.cta-banner .cta-banner-wrapper p{
  font-size:20px;
  color:#333333; 
  margin:0px;
}

.cta-banner .cta-banner-wrapper h3{
  font-size:48px;
  color:#00a867;
  margin:0px;
  font-weight:700;
}

.cta-banner .box-button{
  display: flex;
  min-height: 160px;
  align-items: center;
}

.cta-banner .cta-banner-wrapper .separador{
  position:relative;
}

.cta-banner .cta-banner-wrapper .separador::before{
  content: "";
  background-color:#b8ce15;
  width:2px;
  height:68px;
  position:absolute;
  top:6px;
  left:-25px;
}

.items-wrapper a{
  max-height: 40px;
}

.beneficios{
  padding:50px 0px 100px;
}

.dashboard .dashboard-wrapper .height{
  display: flex;
  min-height: 212px;
  align-items: center;
}

.dashboard .dashboard-wrapper p{
  color:#333333;
  font-size:16px;
}

.industria{
  padding:90px 0px 60px;
}

.industria .industria-wrapper{
  min-height:271px;
  display:flex;
  align-items:center;
  padding:0px 0px 0px 55px;
}

.cta-especialista{
  padding-bottom:100px;
}

.cta-especialista .cta-especialista-wrapper{
  background-repeat:no-repeat;
  min-height:366px;
  align-items:center;
  display:flex;
  padding-left:55px;
}

.cta.green a{
  background-color:#009e59;
  color:#ffffff;
  font-size:16px;
  padding:8px 20px;
  border:1px solid #009e59;
  border-radius:5px;
  display:inline-block;
  margin-top:25px;
}

.cta.dark-blue a {
    background-color: #006a90;
    padding: 5px 25px;
    color: #ffffff;
    border: 1px solid #006a90;
    border-radius: 4px;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
}

body.ted-d .custom-banner h1{
  font-weight:400;
}

body.ted-d .custom-banner .cta.white a{
  background-color:transparent;
  color:#ffffff;
  font-size:16px;
  border:1px solid #ffffff;
  border-radius:5px;
  padding:8px 20px;
}

.how-do-function{
  padding:60px 0px 0px;
}

.how-do-function.mobile{
  display:none !important;
}

/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */


.custom-banner-2 {
  background-size: cover;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.045);
  font-size: 14px;
  padding: 0 0 70px;
  background-color: #f8f8f8;

}

.page-center-2{
  max-width:1170px;
  float:none !important;
  padding:0 15px !important;
  margin:0 auto !important;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

.rich-banner{
  padding:70px 0 0;
  border-left:1px #333 solid;
  padding-left:15px;
}

.rich-banner *{
  font-family: 'Roboto', sans-serif !important;
  color: #333 !important;
      line-height: 1.2em;
}

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

html {
  font-size: 14px;
  -webkit-tap-highlight-color: transparent;
}
body {
  background: #fff;
  font-family: Abel,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 1.5em;
  line-height: 26px;
  color: #727272;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  background: #3399FF;
}
::selection {
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  background: #3399FF;
}




/* =============== Typography =============== */

/* Basic text */
p {
  margin: 0 0 10px;
} 
small {}
strong {
  font-weight: bold;
}
em {}
cite {}
code {}
pre {}

p strong{
  color: #000;
}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin-top: 18px;
  margin-bottom: 8px;
  font-family: Raleway;
  color: #000;
  font-weight: 500;
  line-height: 1.35em;
}
h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 31px;
}
h2 {
  font-size: 24px;
  font-weight: bold;
}
h3 {
  font-size: 21px;
}
h2 + h3 {
  margin-top: 0;
}
h4 {   
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 11px;
}

/* Anchor Links */
a {
  color: #292929;
  outline: 0;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #00AA66;
  text-decoration: none;
}
/* Lists */
ul, ol {
  margin-top: 0;
  margin-bottom: 8.5px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}




/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {
  min-height: 175px;
}

.custom-header-group{}

.custom-header-group .page-center{}

.custom-top-header-group{
  font-size: 14px;
  background-color: #E8E8E8;
  color: #c1c1c1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  line-height: 1.62857;
}
.custom-header-contact {
  text-align: right;
  font-family: Raleway;
}

.custom-header-content {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  float: right;
  min-height: 60px;
}


.custom-header-content li{
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  padding: 17px 25px;
  display: table-cell;
  vertical-align: middle;
}
.custom-header-social li:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.custom-header-content li + li {
  margin-left: 13px;
}
.custom-header-address li span {
  display: inline-block;
  vertical-align: middle;
  color: #8a8a8a;
}

.custom-header-address li span.fa {
  padding-right: 12px;
  color: #ffffff;
}
.custom-header-social li a{
  color: #8a8a8a !important;
  text-decoration: none !important;
}

.custom-bottom-header-group{
  transition: all .3s ease-out;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  width: 100% !important;
  z-index: 999;
  left: 0;
  height: 114px;
  top: 0;
}

.fixheader .custom-bottom-header-group{
  padding: 0;
  position: fixed;
  height: 75px;
}

.custom-logo{}

.custom-logo img{
  width: auto;
  transition: all .3s ease-out;
}

body.hs-content-id-25297659593.fixheader .custom-logo img{
  width:150px;
}

.fixheader .custom-logo img{
  width: 226.45px;
}
.custom-header-group .page-center {
  position: relative;
}

.no-nav ul.custom-header-social.custom-header-content {
  display: none !important;
}
.no-nav ul.custom-header-social.custom-header-content {
  padding-left: 6px;
  padding-right: 0;
  display: none !important;
}


/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}
.body-container .page-center{
  padding-top: 60px;
  padding-bottom: 70px;
}

.custom-banner {
  background-size: cover;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.045);
  font-size: 14px;
  padding: 100px 0 100px;
  background-color: #f8f8f8;

}


.custom-banner .page-center{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}


.custom-banner h1{
  font-size: 24px;
  line-height: 34px;
  text-transform: none;
  margin: 0;
}
.hs-main-error-page .hs-search-field {
  max-width: 500px;
  margin: 40px auto 0;
}

/* =============== Full Width Content Website Page =============== */
body.hs-full-width-page .custom-banner {
  box-shadow: none;
}
.custom-image-with-caption {
  padding-bottom: 30px;
}
.custom-image-with-caption img{
  border-radius: 2px;
}

.custom-img-caption{
  text-align: right;
  font-style: italic;
  font-size: 14px;
  line-height: 1.6;
}

.hs-full-width-page .main-content p:last-child,
.hs-contact-us-page .main-content p:last-child,
.hs-home-page .main-content p:last-child{
  margin-bottom: 0;
}


.custom-logo-item-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.custom-logo-item {
  width: 16.66666667%;
  float: left;
  flex: 0 0 16.66666667%;
  -webkit-flex: 0 0 16.66666667%;
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
}
.custom-logo-item-content {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.custom-logo-item-content img{
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  vertical-align: top;
}


/* =============== Contact Us Page =============== */


.contact-left-column-content{
  line-height: 1.7em;
}

.custom-contact-form .hs-form-required {
  display: none;
}
.custom-contact-form .hs-input {
  max-width: 100% !important;
}
.custom-contact-form {
  padding-top: 5px;
}
.custom-map-data {
  padding-top: 32px;
}
.custom-map-data iframe {
  max-width: 100%;
}
.custom-contact-form .hs_segmento_ > label {
  color: #000;
  font-weight: bold;
}
.custom-contact-form .hs_segmento_ .inputs-list li > label {
  cursor: pointer;
  margin-bottom: 7px;
  margin-top: 14px;
  display: inline-block;
}
.custom-contact-form .hs_segmento_ .inputs-list li {
  display: inline-block;
  margin: 0 -1px 0 11px;
}

.custom-contact-form .hs-message {
  padding-top: 25px;
}

.custom-contact-form .hs-button.primary{
  float: right;
}

/* =============== Home Page =============== */
.rec-post-item-wrapper {
  margin: 0 -15px;
}
.rec-post-item{
  padding-bottom: 30px;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33333333%;
  float: left;
}

.rec-post-content-wrapper{
  padding: 10px;
  background-color: #ffffff;
}

.rec-post-title{
  margin-bottom: 15px;
  color: #000 !important;
}
.rec-post-title a{
  color: #000 !important;
}

.rec-post-summary{
  font-size: 14px;
  margin: 0 0 10px !important;
}

.hs-home-page .custom-blog-tag-outer {
  width: 33.33%;
  float: left;
  padding: 0 15px;
}
.hs-home-page .custom-blog-category-with-desc {
  margin: 0 -15px;
}
.hs-home-page .custom-blog-tag {
  margin: 0;
}
.hs-home-page .custom-blog-tag h5 {
  margin-bottom: 0;
}
.hs-home-page .body-container .page-center {
  padding-top: 30px;
  padding-bottom: 30px;
}

.custom-blog-category-with-desc > h1 {
  color: #808080;
  padding: 0 15px;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 31px;
}
.custom-home-row2-wrapper .custom-blog-tag h2 {
  font-size: 31px;
}
.custom-home-row2-wrapper h5 {
  font-size: 18px;
}

.custom-home-row3-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px;
}

.custom-home-row3-wrapper h4 {
  text-align: center;
  color: #808080;
  padding: 30px 0;
  margin-bottom: 0;
}
.custom-home-row3-wrapper .custom-logo-item-wrapper {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  margin: 10px auto;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-style: solid none;
  flex-wrap: initial;
}

.custom-home-row3-wrapper .custom-logo-item-content {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.custom-home-row3-wrapper .custom-logo-item {
  position: relative;
  -ms-flex: 1;
  flex: 1;
  padding: 25px 20px;
  -webkit-flex: 1;
  width: auto;
  float: none;
}

.cm-rec-slider-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.cm-rec-slider-wrapper ul li {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 550px;
  background-position: center;
  background-color: #8C9093;
}	

.cm-rec-slider-wrapper .slick-prev,
.cm-rec-slider-wrapper .slick-next {
  cursor: pointer;
  background: rgba(0,0,0,0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
  font-size: 0;
  margin-top: -20px;
}
.cm-rec-slider-wrapper .slick-next {
  right: 20px;
}
.cm-rec-slider-wrapper .slick-prev {
  left: 20px;
}
.cm-rec-slider-wrapper .slick-prev:before {
  font-family: "revicons";
  font-size: 20px;
  color: rgb(255, 255, 255);
  display: block;
  line-height: 40px;
  text-align: center;
  content: "\e82c";
  margin-left: -4px;
  opacity: 1;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.cm-rec-slider-wrapper .slick-next:before {
  font-family: "revicons";
  font-size: 20px;
  color: rgb(255, 255, 255);
  display: block;
  line-height: 40px;
  text-align: center;
  content: "\e82d";
  margin-left: 2px;
  opacity: 1;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.cm-rec-slider-wrapper .slick-prev:hover,
.cm-rec-slider-wrapper .slick-next:hover {
  background: rgba(0, 0, 0, 1);
}
.body-container .slider-wrapper .page-center {
  padding-top: 144px ;
  padding-bottom: 90px;
  max-width: 920px !important;
}

.cm-rec-topic {
  line-height: 25px;
  font-size: 23px;
  color: rgb(255, 255, 255);
  font-family: Abel;
  visibility: inherit;
  -webkit-font-smoothing: antialiased!important;
  text-shadow: rgb(0, 0, 0) 0px 0px 10px;
  text-transform: uppercase;
}
.cm-rec-post-title {
  letter-spacing: 0px;
  font-weight: 700;
  font-size: 53px;
  line-height: 56px;
  text-shadow: rgb(0, 0, 0) 0px 0px 10px;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  margin: 16px 0 13px;
}
.cm-rec-post-summary {
  font-weight: 500;
  font-size: 25px;
  text-shadow: rgb(0, 0, 0) 0px 0px 10px;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  line-height: 30px;
}
.cm-rec-post-summary p strong {
  color: inherit;
}
a.cm-rec-more-link {
  white-space: nowrap;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #292929;
  font-family: Raleway;
  background-color: rgb(217, 224, 33);
  border-color: rgb(0, 0, 0);
  padding: 10px 30px;
}
a.cm-rec-more-link:hover {
  color: #000;
  background: rgb(255, 255, 255);
}



a.cm-rec-more-link.tech {
  background-color: rgb(153, 197, 255);
}
a.cm-rec-more-link.tech:hover {
  color: #00AA66;
  background: rgb(255, 255, 255);
}

.cm-rec-more-wrapper {
  margin-top: 50px;
}

.cm-post-by-cat .rec-post-item {
  padding-bottom: 30px;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: none;
}



.cm-post-by-cat a.more-link{
  background-color: #787878;
  text-transform: inherit;
}
.cm-post-by-cat a.more-link:hover{
  background-color: #00AA66;
  color: #f7f7f7;
}
.cm-post-by-cat a.more-link:hover {
  background-color: #00AA66;
  border-bottom: 1px solid #00AA66;
}

a.cm-rec-more-link.ao-seu-lado {
  background: rgb(241, 121, 36);
}
a.cm-rec-more-link.ao-seu-lado:hover {
  background: #fff;
  color: rgb(0, 0, 0);
}



/* =============== Footer =============== */

.footer-container-wrapper {
  font-size: 14px;
}
.footer-container {}

.custom-footer-group{
  line-height: 1.9em;
  color: #ffffff;
  background: #BBBBBB;
  text-align: center;
}

.custom-footer-group .page-center{
  padding-top: 30px;
  padding-bottom: 30px;
}

.custom-footer-logo{
  margin-bottom: 32px;
}

.custom-footer-contact ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-footer-contact ul li{
  display: block;
}
.custom-footer-contact ul li span{
  font-size: 1.2em;
  font-family: Raleway;
  color: #ffffff;
}

.custom-footer-contact ul li a {
  text-decoration: none;
  color: #ffffff;
}

.custom-footer-menu{
  font-size: 1.2em;
  padding-top: .95em;
}
.custom-footer-menu .hs-menu-wrapper > ul{
  display: block;
}
.custom-footer-menu .hs-menu-wrapper > ul > li{
  float: none !important;
  width: 100%;
  display: block;
  padding-bottom: 1.2em;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a{
  color: #ffffff;
  text-decoration: none;
  font-family: Abel;
  display: inline-block;
  width: auto;
}
.custom-footer-menu .hs-menu-wrapper > ul > li:last-child{
  padding-bottom: 0;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a:hover{
  color: #ffffff;
  text-decoration: none;
}
.custom-copyright-group{
  color: #BBBBBB;
  background: #ffffff;
  text-align: center;
}
.custom-copyright-group .page-center{
  padding-top: 22px;
  padding-bottom: 22px;
}

.custom-copyright p{
  line-height: 1.7em;
  margin: 0 0 10px;
}

#scrolltop {
  z-index: 11000;
  background: #ccc;
  display: none;
}
#scrolltop a {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #000;
  bottom: 80px;
  color: #000;
  content: "";
  display: block;
  font-family: FontAwesome;
  font-size: 28px;
  height: 50px;
  position: fixed;
  right: 80px;
  text-align: center;
  transition: all 1s ease 0s;
  width: 50px;
  z-index: 90;
  line-height: 45px;
}
#scrolltop a:hover {
  border-color: #00AA66;
  color: #00AA66;
}

.custom-footer-contact ul li i {
  font-size: 16.8px;
}

.custom-banner h1{
  font-size:38px;
  color:#fff;
  margin:0px 0px 10px 0px;
}

body.hs-content-id-26136383820 .custom-banner h1{
  color:#202020;
  font-weight:400;
  font-family:Raleway;
}

body.hs-content-id-26136383820 .custom-banner{
  background-position:center top;
  padding: 50px 0px 50px;
}

.custom-banner h2{
  font-size:32px;
  color:#fff;
  font-weight:400;
  max-width:400px;
}

.custom-banner h2::after{
  content:"";
  width:120px;
  height:3px;
  display:block;
  background-color:#00AD63;
  margin:15px 0px 20px 0px;
}

.content p{
  text-align:center;
  font-size:16px;
  color:#444444;
}

.card{
  border: 1px solid #eeeeee;
}

.card img{
  display:block;
  margin:0 auto;
}

.card a{
  text-align:center;
  font-size:16px;
  color:#444444;
  display:block;
  padding:26px;
}





/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */

.fixheader .custom-logo-group {
  padding: 0;
}


/* =============== Custom Menu Primary =============== */
@media screen and (min-width:992px) {
  .custom-logo-group {
    display: table !important;
    left: 15px;
    height: 100%;
    position: absolute;
    top: 0;
    width: auto !important;
    float: none !important;
    padding: 15px 0;
    transition: all .3s ease-out;
  }
  .custom-menu-primary.js-enabled {
    display: table;
    height: 100%;
    position: absolute;
    top: 0;
    right: 15px;
    margin: 0 !important;
    float: none !important;
    width: auto !important;
    padding: 15px 0;
    transition: all .3s ease-out;
  }
  .fixheader .custom-menu-primary.js-enabled {
    top: -5px;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper {
    display: table-cell !important;
    vertical-align: middle;
  }

  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul:after,
  .custom-menu-primary .hs-menu-wrapper > ul:before{
    content: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul{
    text-transform: uppercase;
    margin-right: -10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child{
    margin-left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    display: inline-block;
    float: none !important;
    margin-left: 18.5px;
    vertical-align: bottom;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.site-institucional {
    position: relative;
    top: 3px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.site-institucional:last-of-type {
    top: 5px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.site-institucional:last-of-type img{
    max-width: 113px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    display: inline-block;
    padding: 10px;
    position: relative;
    z-index: 1;
    font-family: Raleway;
    color: #000;
    font-weight: bold;
    line-height: 1.62857;
    font-size: 14px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
    content: "";
    left: 0;
    height: 25px;
    position: absolute;
    bottom: -15px;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    background-color: currentColor;
    bottom: 5px;
    content: "";
    left: 10px;
    right: 10px;
    height: 1px;
    opacity: 0;
    position: absolute;
    transition: .3s opacity;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #00AA66;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:after {
    opacity: 1;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
    color: #00AA66;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a:after{
    opacity: 1;
  }

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}


  /* Fix menu disappearing on desktop after toggling mobile menu */

  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  .mobile {
    display: none !important;
  }
  @-moz-document url-prefix() {
    .custom-header-content li {
      padding: 19px 25px 18px;
    }
    .custom-header-address.custom-header-content.desktop li {
      padding-top: 17px;
    }
  }
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 991px){

  .desktop {
    display: none !important;
  }

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger:after {
    content: "\f0c9";
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    line-height: 30px;
  }

  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: -52px;
    right: 15px;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    height: 30px;
    transition: .4s background-color;
    width: 30px;
    padding: 0 !important;
    text-align: center;
    background-color: #292929;
    line-height: 30px;
  }
  .mobile-trigger:hover,
  .mobile-open .mobile-trigger{
    background-color: #00AA66;
  }



  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0;
    margin: 0;
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
  }
  .header-container-wrapper {
    position: relative;
    z-index: 999;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #0f0f0f;
    color: #fff;
    width: 100%; /* Full screen width */
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding: 30px 22px;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    font-size: 14px;
    overflow: visible;
    line-height: 1.62857;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Raleway;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: none;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 4px 0;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #00AA66;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.active > a{
    color: #00AA66;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li + li {
    margin-top: 5px;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a div {
    text-align: left;
    padding-left: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.site-institucional:last-of-type div {
    padding-left: 13px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.site-institucional:last-of-type div img {
    max-width: 113px;
  }
  .mobile-open .custom-bottom-header-group {
    position: relative;
  }
}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post .custom-blog-top-content{
  display: none !important;
}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-feature-image {
  margin-bottom: 20px;
}
.post-feature-image img{
  width: 100%;
}

.post-header h2, h2.post-listing-simple {
  margin-bottom: 10px;
  font-size: 30px;
  color: #ffffff;
  margin-top: 9px;
  font-weight: 500;
}
.post-header h2 a, h2.post-listing-simple a{
  text-decoration: none;
  color: #ffffff;
}
.post-header h2 a:hover, h2.post-listing-simple a:hover{
  text-decoration: none;
  color: #ffffff;
}
.section.post-header h1 {
  font-size: 28px;
  margin-top: 0;
  text-align: center;
}
.post-meta {
  text-align: center;
  font-family: Abel;
  line-height: 1.62857;
}
.post-meta ul {
  padding: 0;
  list-style: none;
}
.post-meta li {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  color: #b8b8b8;
}
.post-meta .fa {
  margin-right: 10px;
  color: #292929;
}

.post-meta li a{
  display: inline-block;
  color: #b8b8b8;
  font-family: Abel;
}
.post-meta li a:hover{
  color: #727272;
}
li.post-meta-categories i {
  margin-right: 0 !important;
}
li.post-meta-categories i:before {
  margin-right: 10px;
}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */

.blog-listing-wrapper .post-listing {
  margin-right: -30px;
}

.blog-listing-wrapper .post-listing .post-item {
  float: left;
  padding-right: 30px;
  padding-bottom: 30px;
  width: 50%;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
  margin-bottom: 10px;
  color: #2B2B2B;
  font-size: 14px;
}
.blog-listing-wrapper .post-listing .post-item .post-body p:last-child{
  margin: 0;
}
.blog-post-wrapper .post-body {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 10px;
}
.related-post-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 10px;
}
.related-content-wrapper {
  line-height: 34px;
}

.custom-blog-top-content {
  padding-bottom: 20px;
  padding-top: 0;
  line-height: 1.7em;
}
/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: inline-block !important;
  float: none;
  margin: 0px;
}

.post-item-content-wrapper{
  background-color: #d2d2d2;
  padding: 10px;
}

/* Read More Link */
.more-btn-wrapper{
  margin-bottom: 21.74px;
  overflow: hidden;
}
a.more-link {
  border: 1px solid transparent;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-size: 14px;
  padding: 14px 20px;
  font-size: 14px;
  padding: 14px 20px;
  background-color: #00AA66;
  text-transform: uppercase;
  background-color: #00AA66;
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px solid transparent;
  border-bottom: none;
  color: #fff;
}
a.more-link:hover {
  color: #f7f7f7;
  background-color: #02603a;
  border-bottom: 1px solid #02603a;
}

/* Blog Topics List */
#hubspot-topic_data {
  margin: 15px 0;
}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */


/* Blog Commments */

.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}

#comments-listing {
  border: none;
  margin-bottom: 0px;
  margin-top: 0px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

#comments-listing.no-comments {
  border: none;
}

#comment-form {
  background: #fff;
  border: none;
  margin: 0;
  padding: 0;
}

.comment-date { font-size: 13px; text-align: right; display: block !important; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
  clear: both;
}
.blog-pagination a {
  display: block;
  margin: 10px 0;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}

.blog-listing-wrapper .post-listing .post-item:nth-child(2n+1) {
  clear: left;
}

/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */

.custom-blog-tag {
  border: 15px solid #99C5FF;
  padding: 25px;
  margin: 30px 0 30px 0;
  text-align: center;
}

.custom-blog-tag h2{
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
.custom-blog-tag h5{
  color: #808080;
}

.hs-blog-listing .custom-blog-tag-outer:nth-child(2) .custom-blog-tag h2 {
  font-size: 31px;
}
.custom-blog-tag-outer:last-child .custom-blog-tag{
  margin: 0;
}

.search-title{
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 25px;
  font-family: Raleway;
}
.custom-sidebar-search form{
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  position: relative;
}

.custom-sidebar-search .hs-search-field__input {
  outline: none !important;
  border: none !important;
  padding: 5px 0 !important;
  margin: 0 !important;
  width: 100%;
  max-width: 100%;
}
.custom-sidebar-search .hs-search-field__input:focus {
  color: #000;
}

.custom-sidebar-search button[type="submit"] {
  background: #fff;
  border: none;
  font-size: 14px;
  padding: 6px 10px;
  position: absolute;
  right: 0;
  top: 2px;
  cursor: pointer;
}

.custom-sidebar-subscription-form h3{
  font-size: 18px;
  margin-bottom: 25px;
  margin-top: 30px;
}
.custom-sidebar-subscription-form .hs-form-required {
  display: none;
}

.custom-sidebar-subscription-form p {
  font-size: 14px !important;
  font-size: 16.8px !important;
  margin: 0 0 13px;
  line-height: 24px !important;
}
.custom-sidebar-subscription-form .hs-input {
  border-radius: 2px !important;
  padding: 8px 16px;
  line-height: 1.428571429;
}
.custom-sidebar-subscription-form .hs-input:focus {
  border-color: #6a6a6a !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(68,68,68,.15) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(68,68,68,.15) !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(68,68,68,.15) !important;
  outline: none !important;
  color: #555 !important;
}
.custom-sidebar-subscription-form form {
  margin: 1em 0;
}
.custom-sidebar-subscription-form .hs-form-field {
  margin: 0 0 10px;
}
.custom-sidebar-subscription-form .hs-button.primary {
  color: #fff;
  background-color: #444;
  border-color: #1e1e1e;
  font-size: 14px;
  text-transform: inherit;
  font-family: Abel;
  margin-top: 0;
  border-radius: 2px;
  padding: 9px 17px;
}

.custom-sidebar-subscription-form .hs-button.primary:hover {
  color: #fff;
  background-color: #1e1e1e;
  border-color: #000;
}

.hs-blog-listing .body-container .page-center {
  padding-bottom: 40px;
}

/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  overflow: hidden;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}

.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 15px 0 9px;
  margin-bottom: 20px;
}




/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {
  margin: 0 0 15px;
}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field label {
  font-size: 14px;
  font-weight: bold;
}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  width: 100%;
  max-width: 500px; 	
  margin: 0;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  border: 1px solid #ccc;
  padding: 8px 19px 7px;
  transition: 0.2s border;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.62857;
  color: #727272;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {}

/* Separate Styles for Multiple Line Inputs */
textarea {
  min-height: 157px;
  padding-top: 10px;
}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {color: #000;} /* Firefox 18- */
::-moz-placeholder {color: #000;} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display:inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  max-width: 500px;
  font-family: Raleway;
  -moz-user-select: none;
  background-image: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.2s ease;
  vertical-align: middle;
  white-space: normal;
  padding: 11px 17px;
  font-size: 14px;
  background: #d54900;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #000;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  background: #000;
}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

.hs-blog-social-share ul li {
  background: none;
  padding-left: 0;
}
form ul li{
  background: none !important;
  padding-left: 0 !important;
}

.hs-form-required {
  color: #f00;
}
.hs-error-msgs.inputs-list{
  margin: 0;
  list-style: none;
  padding: 0;
}

.hs-error-msgs.inputs-list label{
  color: #f00;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}
input.hs-input.error{
  border: 1px solid #d82e21;
}

.hs-search-field--open .hs-search-field__suggestions {
  font-family: inherit;
  font-size: 15px;
  line-height: 1.62857;
  color: #727272;
}
.hs-search-field__suggestions #results-for {
  padding: 5px;
}
.hs-search-field--open .hs-search-field__suggestions li a {
  padding: 5px;
}
.hs-dependent-field .hs-input:focus {
  background: #fff;
}
.hs-dependent-field .hs-input {
  background-color: rgb(235, 235, 228);
  border: none;
}

/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1260px) {
  .cm-rec-slider-wrapper ul li {
    min-height: auto;
  }
  .body-container .slider-wrapper .page-center {
    padding-top: 9.8%;
    padding-bottom: 9.8%;
    max-width: 100% !important;
    padding-left: 185px;
    padding-right: 185px;
  }
}

@media (max-width: 1199px) {
  .container-fluid .row-fluid .page-center {
    max-width: 970px;
  }

}
@media (min-width: 992px) and (max-width: 1199px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: inline-block;
    padding: 10px 4px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-left: 0;
  }
}

@media (max-width: 1040px) {
  .body-container .slider-wrapper .page-center {
    padding-top: 22.8%;
    padding-bottom: 22.8%;
    max-width: 100% !important;
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 991px) {
  .container-fluid .row-fluid .page-center {
    max-width: 750px;
  }
  .custom-header-contact {
    text-align: center;
    padding: 4px 0 0;
    position: relative;
  }
  .custom-header-content {
    display: inline-block;
    float: none;
    min-height: auto;
    padding-top: 15px;
  }
  .custom-header-content li {
    border-left: none;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    margin-left: 4px;
    margin-right: 4px;
  }
  .custom-header-content li + li {
    margin-left: 12px;
  }
  ul.custom-header-social.custom-header-content {
    padding-left: 6px;
    padding-right: 0;
  }
  ul.custom-header-social.custom-header-content li {
    margin-left: 7px;
    padding-right: 5px;
  }
  ul.custom-header-social.custom-header-content li:last-child {
    margin-right: 0;
  }
  .custom-bottom-header-group .page-center {
    max-width: 100% !important;
  }
  .top-bar-close {
    background: none;
    border: none;
    bottom: 0;
    left: 50%;
    padding: 7px 20px;
    position: absolute;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: .4s transform;
  }
  .top-bar-close.active {
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }
  .custom-addr-wrap {
    display: none;
  }
  .top-bar-close:hover {
    color: #000;
    outline: none;
  }
  .top-bar-close-outer.mobile {
    position: relative;
    min-height: 36px;
    cursor: pointer;
    width: 54px;
    margin: 0 auto;
  }
  .custom-logo img {
    max-width: 226.45px;
  }
  .custom-bottom-header-group {
    height: auto;
  }
  .header-container {
    min-height: 114px;
  }
  .custom-banner {
    margin-top: -1px;
  }
  .custom-logo-group {
    width: 100% !important;
    float: none !important;
    padding: 0 15px;
  }
  .custom-bottom-header-group .page-center {
    max-width: 100% !important;
    padding: 0 !important;
  }
  .fixheader .custom-logo img {
    max-width: 226.45px;
  }
  .fixheader .custom-logo-group {
    padding: 0 15px;
  }
  .blog .blog-content {
    width: 100% !important;
    float: none !important;
  }
  .blog .blog-sidebar {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
  }
  .custom-header-social li:last-child {
    border-right: none;
  }
}

/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 768px) {
  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"],
  input[type="file"],
  textarea,
  select {
    max-width: 100%;
  }
  
  .content-frm .form-wrapper form{
    width:auto;
  }
  #scrolltop {
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a div img {
    width: 120.24px;
  }
  .custom-contact-form {
    padding-top: 30px;
  }
  .custom-logo-item-wrapper {
    display: block;
    flex-wrap: initial;
  }
  .custom-logo-item {
    width: 100%;
    float: none;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .cm-rec-post-title {
    font-size: 39px;
    margin: 16px 0 36px;
    line-height: 43px;
  }
  .slider-wrapper {
    text-align: center;
  }
  .cm-rec-post-summary {
    font-size: 21px;
    line-height: 29px;
  }
  .cm-rec-topic {
    margin-bottom: 40px;
    line-height: 24px;
    font-size: 22px;
  }
  .body-container .slider-wrapper .page-center {
    padding-top: 42.8%;
    padding-bottom: 35.8%;
    padding-left: 45px;
    padding-right: 45px;
  }
  .cm-rec-more-wrapper {
    margin-top: 60px;
  }
  .hs-home-page .custom-blog-tag-outer {
    width: 100%;
    float: none;
    padding: 0 15px;
    margin-bottom: 0px;
  }
  .hs-home-page .custom-blog-tag-outer:last-child {
    margin-bottom: 0;
  }
  .rec-post-item {
    width: 100%;
    float: none;
  }
  .custom-home-row3-wrapper .custom-logo-item {
    width: 100%;
    float: none;
    padding: 15px 20px;
  }
  .custom-home-row3-wrapper .custom-logo-item-wrapper {
    display: block;
    display: block;
    overflow: hidden;
  }
  .blog-listing-wrapper .post-listing .post-item {
    float: none;
    padding-right: 0;
    padding-bottom: 30px;
    width: 100%;
  }
  .blog-listing-wrapper .post-listing {
    margin-right: 0;
  }
  .custom-blog-tag {
    height: auto !important;
  }
  .custom-header-content li + li {
    margin-left: 3px;
    margin-top: 4px;
  }
  ul.custom-header-social.custom-header-content {
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
  }
  ul.custom-header-social.custom-header-content li {
    margin-left: 7px;
    padding-right: 5px;
  }
  ul.custom-header-social.custom-header-content li:last-child {
    top: 1px;
    position: relative;
  }
  .main-content {
      margin-bottom: 30px;
  }
  .hs-full-width-page .main-content p:last-child,
  .hs-contact-us-page .main-content p:last-child,
  .hs-home-page .main-content p:last-child{
    margin-bottom: 0;
  }
  
  .how-do-function.desktop{
    display:none !important;
  }

  .how-do-function.mobile{
    display:block !important;
  }
  
  
  
  @-moz-document url-prefix() {
    .mobile-trigger::after {
      line-height: 32px;
    }
  }
}  


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {

  .checkbox-row span.fakelabel span {
    float: none;
  }
  .subscribe-options label {
    margin-left: 0;
    margin-right: 0;
  }
  .custom-contact-details {
    font-size: 16px;
    line-height: 30px;
  }
  
  .content-frm .form-wrapper form{
    width:auto;
  }
  
  .cta-banner .cta-banner-wrapper{
    text-align:center;
  }
  
  .cta-banner .cta-banner-wrapper .box-button{
    justify-content: center;
  }
  
  .cta-pecas .cta-pecas-wrapper{
    background-image:unset;
  }
  
  .cta-pecas-wrapper h2{
    background-color: #00a867;
  }
  
  .cta-banner-content h2{
    background-color: #00a867;
    text-align:center;
  }
  
  .cta-banner-content{
    background-image:unset !important;
  }
  
  .pos-venda .content .box-content-wrapper .box-video{
    min-height:190px;
  }
}
@media (max-width: 350px) {
  .custom-footer-contact ul li a {
    font-size: 12px;
  }
}

/******************FOOTER************/


.wrapper-footer{
  background-color: #00A378;
    padding:50px 0 0;
}

.wrapper-footer .footer-column {
    
  	padding:0px 0 40px;
}
  
.wrapper-footer .container{
  width:100% !important;
  max-width:1250px;
  margin:0 auto !important;
  float:none !important;
  padding:0px 20px;
}

.wrapper-footer h3,
.wrapper-footer h4,
.wrapper-footer h5,
.wrapper-footer h6 {
    color: #F9F9F9;
    font-weight: 600;
    margin-bottom:1em;
  text-transform:uppercase;
}

.wrapper-footer h3{
    font-size:18px !important;
}

.wrapper-footer h5{
    font-size:16px;
}


.wrapper-footer .footer-column ul{
  
  padding-left:00px;
  margin-left:0px;
}

.wrapper-footer p,
.wrapper-footer p > span,
.wrapper-footer span,
.wrapper-footer a,
.wrapper-footer strong{
    color:#FFF !important;
  font-size:16px !important;
}

.wrapper-footer ul{
    list-style: none;
  margin-left:0px;
    padding:0;
    /*border-top: #222 solid 1px;
    border-bottom: #444 solid 1px;*/
}

.wrapper-footer ul > li{
    margin-bottom:10px;
}

.wrapper-footer ul > li > a {
    display:block;
  line-height:1.1em;
    text-decoration:none;
  padding:0;
    padding-bottom: 8px;
    letter-spacing: 1px;
    
}

.wrapper-footer ul > li > a:hover {
    color: ;
}

.medias-icons a{
  color: !important;
}

.medias-icons a:hover{
  color:#FFF !important;
}


.medias-icons a{
   display:inline-block;
  font-size:0;
    text-align:center;
  line-height:1em;
  margin-right:10px;
}

.medias-icons .fab{
    font-size:28px !important;
    width:1em;
    line-height: 1em;
}




.medias-icons a{
  color:#FFF !important;
  font-size:30px !important;
  -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
     display:inline-block;
  margin-top:20px;
  font-size:0;
    text-align:center;
  line-height:1em;
  margin-right:10px;
}

.medias-icons a:hover{
  
}


.medias-icons .fab{
    font-size:28px !important;
    width:1em;
    line-height: 1em;
}