@import url('https://fonts.googleapis.com/css?family=Dosis:300,400,600,700|Lato:300,400,700');

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

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


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

/* Typography */
            /*  */
                         /*  */
                          /*  */
 /*  */
/*'AGaramondPro-Semibold',Helvetica, Arial, Sans-serif */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */











/* ==========================================================================
   Macros                                                  
   ========================================================================== */


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */

 

/** 
  * Example of how to apply the above macro (ignore the jinja comment tags):
  *
  * a {
  *   color: red;
  *   font-size: 12px;
  *    
  * }
  */




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


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

*, *: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;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: #000000;
  font-family: 'Lato', sans-serif; ;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 400;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center {
  position:relative;
  float: none;
  max-width: 1140px;
  margin: 0 auto;
}

a { 
    color: #000000;
    text-decoration: none; 
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;    
}

a:hover, a:focus { color: #31b3e1; }

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

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

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



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


/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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 {
  font-family: 'Dosis', sans-serif;;
  margin:0px;
  padding:0px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {font-weight:300;}
h2 {font-weight:400;}
h3 {font-weight:500;}
h4 {}
h5 {}
h6 {}

/* Lists */
ul, ol {
    margin:0px;
    padding:0px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}



/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:#000;
    border-bottom:2px solid transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color:#31b3e1;
    font-weight: 700;
}

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

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
          z-index:999999;
      }
  }


/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

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

@media (max-width: 767px){


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this 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:#ffffff;
    
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 20px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #000; /* Background color */
    border: 1px solid #000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#000;
    background-color: #ffffff; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #ffffff; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .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:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: -45px 0 10px 0;
   }

  /* 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: relative; /**************************************************************/
    top: 30px;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
    z-index:99999;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* 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: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .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 */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


/* ==========================================================================
   Forms
   ========================================================================== */


/* All Global Forms
   ========================================================================== */

/* Form Field */
body .hs-form-field {}

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

/* Labels */
body label {}
body .hs-form-field > label {}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  font-family: 'Lato', sans-serif; ;
  font-size: 21px;
}

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

/* Separate Styles for Multiple Line Inputs */
body textarea {}
body textarea:focus {}

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

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

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

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

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



/* ==========================================================================
   Buttons                                              
   ========================================================================== */


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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: 'Lato', sans-serif; ;
  font-size: 21px;
  text-decoration: none !important;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;     
}


/* ==========================================================================
   Custom Classes                             
   ========================================================================== */
.container-fluid .row-fluid .page-center-sm {
    max-width:1050px;
    float: none !important;
    margin: 0 auto !important;
}

.container-fluid .row-fluid .page-center-xs {
    max-width:860px;
    float: none !important;
    margin: 0 auto !important;
}

.container-fluid .row-fluid .page-center-xxs {
    max-width:560px;
    float: none !important;
    margin: 0 auto !important;
}

.text-center {
    text-align:center;
}
.text-left {
    text-align:left;
}
.text-right {
    text-align: right;
}

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

.inner-space-sm {
    padding:60px 0px 60px 0px;
} 

.inner-space-xs {
    padding:30px 0px 30px 0px;
} 

.margin-top-0 { margin-top: 0; }
.margin-top-10 { margin-top: 10px; }
.margin-top-20 { margin-top: 20px; }
.margin-top-30 { margin-top: 30px; }
.margin-top-40 { margin-top: 40px; }
.margin-top-45 { margin-top: 45px; }
.margin-top-50 { margin-top: 50px; }
.margin-top-60 { margin-top: 60px; }
.margin-top-70 { margin-top: 70px; }
.margin-top-80 { margin-top: 80px; }
.margin-top-90 { margin-top: 90px; }
.margin-top-100 { margin-top: 100px; }
.margin-top-150 { margin-top: 150px; }
.margin-top-200 { margin-top: 200px; }
.margin-bottom-0 { margin-bottom: 0!important; }
.margin-bottom-10 { margin-bottom: 10px; }
.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-30 { margin-bottom: 30px; }
.margin-bottom-40 { margin-bottom: 40px; }
.margin-bottom-50 { margin-bottom: 50px; }
.margin-bottom-60 { margin-bottom: 60px; }
.margin-bottom-70 { margin-bottom: 70px; }
.margin-bottom-80 { margin-bottom: 80px; }
.margin-bottom-90 { margin-bottom: 90px; }
.margin-bottom-100 { margin-bottom: 100px; }
.margin-bottom-120 { margin-bottom: 120px; }
.margin-bottom-150 { margin-bottom: 150px; }
.margin-bottom-200 { margin-bottom: 200px; }
.padding-horizontal-0   { padding-left: 0;     padding-right: 0; }
.padding-horizontal-10  { padding-left: 10px;  padding-right: 10px; }
.padding-horizontal-20  { padding-left: 20px;  padding-right: 20px; }
.padding-horizontal-30  { padding-left: 30px;  padding-right: 30px; }
.padding-horizontal-40  { padding-left: 40px;  padding-right: 40px; }
.padding-horizontal-50  { padding-left: 50px;  padding-right: 50px; }
.padding-horizontal-60  { padding-left: 60px;  padding-right: 60px; }
.padding-horizontal-70  { padding-left: 70px;  padding-right: 70px; }
.padding-horizontal-80  { padding-left: 80px;  padding-right: 80px; }
.padding-horizontal-90  { padding-left: 90px;  padding-right: 90px; }
.padding-horizontal-100 { padding-left: 100px; padding-right: 100px; }
.padding-vertical-0   { padding-top: 0;     padding-bottom: 0; }
.padding-vertical-10  { padding-top: 10px;  padding-bottom: 10px; }
.padding-vertical-20  { padding-top: 20px;  padding-bottom: 20px; }
.padding-vertical-30  { padding-top: 30px;  padding-bottom: 30px; }
.padding-vertical-40  { padding-top: 40px;  padding-bottom: 40px; }
.padding-vertical-50  { padding-top: 50px;  padding-bottom: 50px; }
.padding-vertical-60  { padding-top: 60px;  padding-bottom: 60px; }
.padding-vertical-70  { padding-top: 70px;  padding-bottom: 70px; }
.padding-vertical-80  { padding-top: 80px;  padding-bottom: 80px; }
.padding-vertical-90  { padding-top: 90px;  padding-bottom: 90px; }
.padding-vertical-100 { padding-top: 100px; padding-bottom: 100px; }
.padding-top-0 { padding-top: 0!important; }
.padding-top-10 { padding-top: 10px; }
.padding-top-20 { padding-top: 20px; }
.padding-top-30 { padding-top: 30px; }
.padding-top-40 { padding-top: 40px; }
.padding-top-50 { padding-top: 50px; }
.padding-top-60 { padding-top: 60px; }
.padding-top-70 { padding-top: 70px; }
.padding-top-80 { padding-top: 80px; }
.padding-top-90 { padding-top: 90px; }
.padding-top-100 { padding-top: 100px; }
.padding-right-0 { padding-right: 0; }
.padding-right-10 { padding-right: 10px; }
.padding-right-20 { padding-right: 20px; }
.padding-right-30 { padding-right: 30px; }
.padding-right-40 { padding-right: 40px; }
.padding-right-50 { padding-right: 50px; }
.padding-right-60 { padding-right: 60px; }
.padding-right-70 { padding-right: 70px; }
.padding-right-80 { padding-right: 80px; }
.padding-right-90 { padding-right: 90px; }
.padding-right-100 { padding-right: 100px; }
.padding-bottom-0 { padding-bottom: 0; }
.padding-bottom-10 { padding-bottom: 10px; }
.padding-bottom-20 { padding-bottom: 20px; }
.padding-bottom-30 { padding-bottom: 30px; }
.padding-bottom-40 { padding-bottom: 40px; }
.padding-bottom-50 { padding-bottom: 50px; }
.padding-bottom-60 { padding-bottom: 60px; }
.padding-bottom-70 { padding-bottom: 70px; }
.padding-bottom-80 { padding-bottom: 80px; }
.padding-bottom-90 { padding-bottom: 90px; }
.padding-bottom-100 { padding-bottom: 100px; }
.padding-left-0 { padding-left: 0; }
.padding-left-10 { padding-left: 10px; }
.padding-left-20 { padding-left: 20px; }
.padding-left-30 { padding-left: 30px; }
.padding-left-40 { padding-left: 40px; }
.padding-left-50 { padding-left: 50px; }
.padding-left-60 { padding-left: 60px; }
.padding-left-70 { padding-left: 70px; }
.padding-left-80 { padding-left: 80px; }
.padding-left-90 { padding-left: 90px; }
.padding-left-100 { padding-left: 100px; }
.hidden { display: none !important; }
.visible { display: block !important; }


/************************** GO TO TOP **************************/

.move-up {
    background: rgba(100, 100, 100, 0.4);
    color: #FFF;
    bottom: 4%;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 999;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    width: 35px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}
  
.move-up:hover {
  background-color:#000;
}
  
.move-up i {
  font-size:20px;
  color:#fff;
}


  

/********************************************* HEADER *********************************************/

.header {
  padding: 20px 0;
  -webkit-box-shadow: 0px -3px 33px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px -3px 33px 2px rgba(0,0,0,0.1);
  box-shadow: 0px -3px 33px 2px rgba(0,0,0,0.1);
  position:relative; 
}

.header .hs-menu-wrapper {
  padding-top: 10px;
  text-align: right;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  padding: 10px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
  color: #31b3e1;
}

.widget-type-logo {
  margin-top: 0;
  width :150px!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  font-weight: 400;  
  font-size: 15px;
  max-width: none;
  color: #000;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color:#31b3e1;
  font-weight: 400;
}

.hs-search-field input[type="text"] {
  border: 1px solid #c2c2c2;
  border-radius: 50px;
  background-color: transparent;
  color: #565656;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;  
}

.hs-search-field__input:focus {
    cursor: text;
    outline: none;
}

.hs-search-field {
  margin-top: 10px;  
  width: 100%;
}

.hs-search-field ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #565656;
  opacity: 1; /* Firefox */
  font-weight: 300;
}

.hs-search-field .fa {
  color: #565656;
}

.header .hs-search-field form input[type="text"]::-webkit-input-placeholder,
.header .hs-search-field form input[type="email"]::-webkit-input-placeholder{ /* WebKit, Blink, Edge */
  color: #565656;
}

.header .hs-search-field form input[type="text"]:-moz-placeholder,
.header .hs-search-field form input[type="email"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #565656;
  opacity: 1;
}

.header .hs-search-field form input[type="text"]::-moz-placeholder,
.header .hs-search-field form input[type="email"]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #565656;
  opacity: 1;
}

.header .hs-search-field form input[type="text"]:-ms-input-placeholder,
.header .hs-search-field form input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #565656;
}

.header .hs-search-field form input[type="text"]::-ms-input-placeholder,
.header .hs-search-field form input[type="email"]::-ms-input-placeholder { /* Microsoft Edge */
  color: #565656;
}

.header .hs-search-field form input[type="text"]::placeholder,
.header .hs-search-field form input[type="email"]::placeholder { /* Most modern browsers support this now. */
  color: #565656;
}

.destaques {
  padding-top: 60px;
}

/* tamanho padrao, 1 linha e 1 coluna */
.grid-item { 
  width: 38%; 
  height: 480px;
  float: left;
  border-radius: 15px;
  padding: 30px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;  
}

.grid-item .post-header {
  position: absolute;
  z-index: 999;
  bottom: 30px;
  color: #fff;
}

.grid-item .post-header h2 {
  font-size: 24px;
  line-height: 140%;
  font-weight: 400; 
}

.grid-item .post-header a {
  color: #fff;
  background-color: #000;
}

.grid-item .post-header a:hover {
  color:#91E681;
}

.grid-item .post-header .data {
  font-size: 17px;
  font-family: 'Dosis',sans-serif;
}

.grid-item .post-header .data span {
  background-color: #000;
  margin-left: 10px;
}

/* 2 colunas */
.grid-item.grid-item--width1 { 
    width: 48%; 
  margin-right: 20px;  
}

.grid-item.grid-item--width2 { 
    width: 50%; 
  margin-bottom: 20px;
}

/* 2 linhas */
.grid-item.grid-item--height2 {
    height: 230px;
}

.grid .grid-item .overlay {
  background:#37a0ea;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.5s ease-in 0s;
	-moz-transition: opacity 0.5s ease-in 0s;
	-o-transition: opacity 0.5s ease-in 0s;
	transition: opacity 0.5s ease-in 0s;
  border-radius: 15px;
}

.grid .grid-item:hover .overlay {
	opacity:.2;
}

.hs-blog-post .sidebar {
  margin-top: 40px; 
}

.sidebar .news,
.post-body .hbspt-form {
  border-radius: 5px;
  padding: 30px;
  color: #fff;
  margin-bottom: 50px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#29cae7+1,0ebf00+100 */
  background: #29cae7; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #29cae7 1%, #8fe67c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #29cae7 1%,#8fe67c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #29cae7 1%,#8fe67c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29cae7', endColorstr='#0ebf00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */  
}

.sidebar .filtros {
  margin-bottom: 40px;
}

.sidebar .news span {
  font-size: 13px;
}

.sidebar h3 {
  font-size: 32px;
  margin-bottom: 30px;
}

.sidebar .news h3 {
  margin-bottom: 0;
}

.sidebar .filtros ul {
  list-style: none;
  font-size: 16px;
}

.sidebar .filtros ul li a:before {
  content: "–";
  margin-right: 12px;
}

.post-body .hs-form {
  margin-bottom: 0;
}

.sidebar .news label,
.post-body .hbspt-form label {
    display:none!important;
}

.post-body .hbspt-form label.hs-error-msg {
  display: block!important;
  color: red!important;
  font-size: 11px;
  padding: 0 20px;
}

.post-body .content-wrapper .hbspt-form ul li:before {
    display: none!important;
}

.sidebar .news input[type="text"],
.sidebar .news input[type="email"],
.post-body .hbspt-form input[type="email"] {
  height:50px;
  background-color:transparent;
  font-size:16px;
  color:#fff;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 6px;
  padding: 10px 15px;
  margin: 10px 0 20px;
}

.post-body .hbspt-form input[type="email"] {
  box-sizing: border-box;
  max-width: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
}

.sidebar .news input.invalid.error{
    color:red;
}

.sidebar .news input[type="submit"],
.post-body .hbspt-form input[type="submit"] {
  position:relative;
  background-color:#fff;
  border:1px solid #fff;
  padding: 13px 26px;
  border-radius:30px;
  color:#02C4FD;
  text-transform: uppercase;
  text-align:center; 
  font-size: 14px;
  font-weight: 400;
  background-image: none;
  text-shadow: none;
  box-shadow: none;
}

.post-body .hbspt-form .actions {
  margin: 0!important;
  padding: 0!important;
}

.sidebar .news input[type="submit"]:hover,
.post-body .hbspt-form input[type="submit"]:hover {
  background-color:#02C4FD;
  border:1px solid #02C4FD;
  color: #fff;
  box-shadow: none;
}

/*PLACEHOLDERS*/
.sidebar .news input::-webkit-input-placeholder,
.post-body .hbspt-form input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
.sidebar .news input:-moz-placeholder,
.post-body .hbspt-form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
.sidebar .news input::-moz-placeholder,
.post-body .hbspt-form input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
.sidebar .news input:-ms-input-placeholder,
.post-body .hbspt-form input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
   color:    #fff;
}
.sidebar .news input::-ms-input-placeholder,
.post-body .hbspt-form input::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
}
.sidebar .news input::placeholder,
.post-body .hbspt-form input::placeholder { /* Most modern browsers support this now. */
   color:    #fff;
}

/*ERRO*/
.sidebar .news input.invalid.error::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    red;
}
.sidebar .news input.invalid.error:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    red;
   opacity:  1;
}
.sidebar .news input.invalid.error::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    red;
   opacity:  1;
}
.sidebar .news input.invalid.error:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    red;
}
.sidebar .news input.invalid.error::-ms-input-placeholder { /* Microsoft Edge */
   color:    red;
}

.sidebar .news input.invalid.error::placeholder { /* Most modern browsers support this now. */
   color:    red;
}


.sidebar .recomendados h2 {
  margin-bottom: 40px;
}

.sidebar .recomendados .post-listing .post-item .post-body h3 {
  font-size: 18px;
  font-family: 'Dosis', sans-serif;  
}

body form.hs-form .hs-form-field ul.inputs-list {
  margin: 0;
}

.box-lista .post-body a.categoria {
  color: #91e681;
  font-size: 14px;
  font-family: 'Dosis', sans-serif;  
}


/********************************************* MAIN BANNER *********************************************/


.cta a {
	text-decoration: none;
	display: inline-block;
	padding: 13px 35px;
	border-radius: 30px;
	font-size: 13px;
	font-weight: 700;
  text-transform: uppercase;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;	
}

.cta.blue a {
	border: solid 1px #1ac5f4;
	background-color: #1ac5f4;
	color:#fff;
}

.cta.blue a:hover {
	background-color: #84e388;
	border: solid 1px #84e388;
}

.btn-popup.fancybox-content {
  padding: 0;
}

.btn-popup.fancybox-content .hs-cta-wrapper img {
  vertical-align: inherit!important;
}

/********************************************* SOCIAL MEDIA *********************************************/

.social-media-bar {
  margin-top:30px;
  margin-bottom:60px;
  text-align: left;
}

.social-media-bar ul {
  list-style-type: none;
  display:inline-block;
}

.social-media-bar li:first-child {
  color: #000;
  font-weight: 700;
  margin:0;
}

.social-media-bar li {
  display:inline-block;
  vertical-align: middle;
  padding:15px 0;  
  margin:0 7px;
}

.social-media-bar li i {
  font-size: 18px;
}

.social-media-bar li a {
  padding:0;
  color:#31b3e1;
  box-sizing: border-box; 
  display:block;
}

.social-media-bar li a:hover {
  /*border:#522482 solid 1px;
  background-color:#522482;*/
  color:#000;
}

.social-media-fixed {
  position: fixed;
  right: 0;
  top: 35%;
  transition: opacity 0.5s ease-out;
  opacity: 0;  
}

.social-media-fixed ul {
  list-style-type: none;
}

.social-media-fixed li a {
  padding: 5px 10px 5px;
  display: block;
  color: #fff;
  opacity: 0.6;
}

.social-media-fixed li i {
  font-size: 18px;
}

.social-media-fixed li a[href*="facebook"] {
  background-color:#3B5998;
}

.social-media-fixed li a[href*="linkedin"] {
  background-color:#187BB5;
}

.social-media-fixed li a[href*="wa"] {
  background-color:#33D366;
}

.social-media-fixed li a[href*="twitter"] {
  background-color:#26ACED;
}

.social-media-fixed li a[href*="mailto"] {
  background-color:#FA6601;
}


.social-media-fixed li a[href*="facebook"]:hover,
.social-media-fixed li a[href*="linkedin"]:hover,
.social-media-fixed li a[href*="wa"]:hover,
.social-media-fixed li a[href*="twitter"]:hover,
.social-media-fixed li a[href*="mailto"]:hover {
  opacity: 1;
}

/********************************************* BUSCA *********************************************/

.hs-search-results__listing li {
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
  padding: 10px 0 20px 0;
}

.hs-search-results__title {
	font-size:22px;
}

.hs-search-highlight {
  background-color: rgba(132, 227, 131, .3);
  color: #000;
  font-weight: normal!important;
}

.hs-search-results__listing .hs-search-results__description {
  font-size: 16px;
}


/********************************************* MATERIAIS ESPECIAIS *********************************************/

.box-lista {
  border-radius: 5px;
  padding: 25px;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
}

.box-lista h3 {
  margin-bottom: 30px;
}

.box-lista .post-item {
  background-color:#fff;
  margin-bottom: 20px;
  position: relative;
}

.box-lista .post-item .post-header .picture {
  overflow: hidden;  
  position: relative;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 0; 
  border-radius: 5px;
}

.box-lista .post-item .post-header .picture .overlay {
  background:#37A0EA;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.5s ease-in 0s;
	-moz-transition: opacity 0.5s ease-in 0s;
	-o-transition: opacity 0.5s ease-in 0s;
	transition: opacity 0.5s ease-in 0s;
}

.box-lista .post-item:hover .post-header .picture .overlay {
	opacity:.5;
}

.box-lista .post-item .post-body {
  padding-left: 10px;
}

.box-lista .post-item .post-body h4 {
  font-size: 18px;
  font-weight: 300;
}  


.materiais-especiais h3 {
  text-align: center;
  border-bottom: solid 1px #323232;
  padding-bottom: 30px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-weight: 700;
  color: #323232;
  font-size: 27px;
}

.materiais-especiais a.cta_button .hs-cta-img,
.materiais-especiais a.cta_hover:hover .hs-cta-img {
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  height:auto!important;
}

.materiais-especiais a.cta_button:hover .hs-cta-img, 
.materiais-especiais a.cta_hover:hover .hs-cta-img {
  -moz-transform: translate(0px, -5px);
  -webkit-transform: translate(0px, -5px);
  -o-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  /*-webkit-box-shadow: 0px 10px 36px -10px rgba(117,117,117,1);
  -moz-box-shadow: 0px 10px 36px -10px rgba(117,117,117,1);
  box-shadow: 0px 10px 36px -10px rgba(117,117,117,1);  */
  -webkit-box-shadow: 0px 36px 35px -12px rgba(0,0,0,0.30);
  -moz-box-shadow: 0px 36px 35px -12px rgba(0,0,0,0.30);
  box-shadow: 0px 36px 35px -12px rgba(0,0,0,0.30);
}


.menu-categorias {
  border-top: solid 1px #33d660;
  padding-top: 10px;
  margin-bottom: 70px;
  text-align: center;
}

.menu-categorias ul li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
  font-weight: 100;
}

.menu-categorias ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.menu-categorias ul li a:hover {
  color: #33d660;
}

.menu-categorias .filter-expand-link,
.menu-categorias .filter-link-count{
  display: none;
}

/********************************************* NEWSLETTER *********************************************/

.subscription {
    padding:45px 0px;
    background: #02c3ff;
    background: -moz-linear-gradient(left, #02c3ff 0%, #8fe67b 100%);
    background: -webkit-linear-gradient(left, #02c3ff 0%,#8fe67b 100%);
    background: linear-gradient(to right, #02c3ff 0%,#8fe67b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02c3ff', endColorstr='#8fe67b',GradientType=1 );
}

.subscription h1{
    font-size:40px;
    color:#fff;
    font-weight: 600;
    margin:0px 0px 0px 0px;
    padding-left:0px;
}
.assine-news{
    position:relative;
    padding-left:100px;
}
.assine-news:before{
    position:absolute;
    content:' ';
    background-image:url('//4012262.fs1.hubspotusercontent-na1.net/hubfs/4012262/Blog2019/caracol.png');
    background-repeat: no-repeat;
    width:57px;
    height:56px;
    top:20px;
    left:0px;
    
}

.subscription .hs_cos_wrapper_type_text{
    display:inline-block;
    color:#fff;
    font-size: 16px;
    margin:0px 0px 10px 0px;
}

.subscription .subscription-form-wrapper{
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 6px;
    padding: 10px 0px;
    position: relative;
    margin-top: 10px;
} 

.subscription .subscription-form-wrapper label{
    display:none;
}

.subscription .subscription-form-wrapper input[type="text"],
.subscription .subscription-form-wrapper input[type="email"]{
    height:40px;
    border:none;
    background-color:transparent;
    font-size:16px;
    color:#fff;
    padding-left:20px;
}

.subscription .subscription-form-wrapper input.invalid.error{
    color:red;
}

.subscription .subscription-form-wrapper input[type="submit"]{
    position:relative;
    background-color:#fff;
    border:none;
    border:1px solid #fff;
    padding: 13px 26px;
    border-radius:30px;
    color:#02C4FD;
    text-transform: uppercase;
    text-align:center; 
    font-size:11px;
    float:right;
    margin-top: -41px;
    margin-right: 10px;
}

/*PLACEHOLDERS*/
.subscription .subscription-form-wrapper input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
.subscription .subscription-form-wrapper input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
.subscription .subscription-form-wrapper input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
.subscription .subscription-form-wrapper input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
.subscription .subscription-form-wrapper input::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
}

.subscription .subscription-form-wrapper input::placeholder { /* Most modern browsers support this now. */
   color:    #fff;
}

/*ERRO*/
.subscription .subscription-form-wrapper input.invalid.error::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    red;
}
.subscription .subscription-form-wrapper input.invalid.error:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    red;
   opacity:  1;
}
.subscription .subscription-form-wrapper input.invalid.error::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    red;
   opacity:  1;
}
.subscription .subscription-form-wrapper input.invalid.error:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    red;
}
.subscription .subscription-form-wrapper input.invalid.error::-ms-input-placeholder { /* Microsoft Edge */
   color:    red;
}

.subscription .subscription-form-wrapper input.invalid.error::placeholder { /* Most modern browsers support this now. */
   color:    red;
}

/********************************************* LISTAGEM DE POSTS *********************************************/

.post-listing .post-item {
  background-color:#fff;
  margin-bottom: 40px;
  position: relative;
}

.post-listing .post-item .post-header .picture {
  overflow: hidden;  
  position: relative;
  height: 140px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
}

.post-listing .post-item .post-header .picture .overlay {
  background:#37A0EA;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.5s ease-in 0s;
	-moz-transition: opacity 0.5s ease-in 0s;
	-o-transition: opacity 0.5s ease-in 0s;
	transition: opacity 0.5s ease-in 0s;
}

.post-listing .post-item:hover .post-header .picture .overlay {
	opacity:.2;
}

.post-listing .post-item .post-body {
  padding-left: 10px;
}

.post-listing .post-item .post-body h2 {
  line-height: 140%;
  font-size: 24px;
  font-weight: 400;
  margin-top: 10px;
}  

.post-listing .post-item .categoria,
.post-listing .post-item .date {
  color: #31b3e1;
  font-size: 17px;
  font-family: 'Dosis', sans-serif;
}  

.post-listing .post-item .categoria {
  font-weight: 600;
}

/********************************************* PAGINADOR *********************************************/

.blog-pagination {
  clear: both;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  font-family: 'Dosis',sans-serif;  
  text-transform: uppercase;
  font-size: 16px;    
}
  
.next-posts-link {
  position: relative;
}

.blog-pagination ul li {
  padding:0 15px;
  display:inline-block;
  color:#000;
}

.blog-pagination ul li.active {
	color:#000;
}

.blog-pagination ul li.active a {
  font-weight:400;
  text-decoration:none;
}

.blog-pagination ul li:hover a {
	color:#522d91;
}

.blog-pagination ul li a {
  color:#726983;
  font-family: 'Dosis',sans-serif;  
  text-transform: uppercase;
  font-size: 16px;
}

/********************************************* INTERNA DE POST *********************************************/

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

.blog-post-wrapper{
  padding-top: 0;
}

.blog-post-wrapper .post-title {
  text-align:left;
  margin:0px auto 0px;
}

.blog-post-wrapper .post-title .categoria {
  font-size: 14px;
  font-weight: 400;
}

.blog-post-wrapper .post-title .time .categoria a {
  color: #31b3e1;
}

.blog-post-wrapper .post-title .date{
  font-size: 13px;
  color: #31b3e1;
  margin-bottom: 30px;
}

.blog-post-wrapper .post-title .excerpt{
  color:#000;
  font-style:italic;
}

.blog-post-wrapper .post-title h1 {
  font-size:35px;
  color:#31b3e1;
  font-weight:400;
  line-height: 120%;
}

.blog-post-wrapper .post-title .time {
  font-size:13px;
  color:#839095;
  padding-top:10px;
}

.blog-post-wrapper .post-title .time span {
  color:#2c1c40;
}

.blog-post-wrapper .post-header {
  margin:40px auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.blog-post-wrapper .post-body {

}

.blog-post-wrapper .post-body h1 {
  text-align: center;
  line-height:130%;
  margin-bottom:50px;
}

.blog-post-wrapper .post-body .categories {
  text-align: center;
}

.blog-post-wrapper .post-body .categories .categoria {
  font-size:13px;
  color:#19498D;
  font-weight: 400;
  margin-bottom:23px;
  margin-top:23px;
}

.blog-post-wrapper .post-body .categories .categoria:hover {
  text-decoration: underline;
}

.blog-post-wrapper .post-body .date {
  font-size:13px;
  color:#bac3e8;
  margin-bottom:30px;
}

.blog-post-wrapper .post-body .date .author {
  color:#bac3e8;
  font-size:14px;
}

.blog-post-wrapper .post-body .date .avatar {
  width:32px;
  height:32px;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 15px;
}

.blog-post-wrapper .post-body .content-wrapper {
  font-size: 16px;
  color: #787878;
  line-height: 160%;
  font-weight: 400;
}

.blog-post-wrapper .post-body .content-wrapper strong {
  font-weight: 700;
} 

.blog-post-wrapper .post-body .content-wrapper h2 {
  color: #31b3e1;
  font-size:24px;
  font-weight: 400;  
}

.blog-post-wrapper .post-body .content-wrapper h3 {
  color: #84e388;  
	font-size:20px;
  font-weight: 400; 
}

.blog-post-wrapper .post-body .content-wrapper h2,
.blog-post-wrapper .post-body .content-wrapper h3 {
  margin:40px 0px 20px 0px;
}

.blog-post-wrapper .post-body .content-wrapper a {
  color:#2090f7;
  text-decoration:underline;
}

.blog-post-wrapper .post-body .content-wrapper a:hover {
  color:#31b3e1;
}

.blog-post-wrapper .post-body .content-wrapper blockquote {
  position: relative;
  margin-bottom: 60px;
  font-size: 18px;
  margin-top: 60px;
  font-weight: 400;
  margin-left: 70px;
  width: 75%;
  line-height: 160%;
}

.blog-post-wrapper .post-body .content-wrapper ul {
  margin: 40px 0 40px 40px;
}

.blog-post-wrapper .post-body .content-wrapper ul li {
  font-weight:400;
  list-style:none;
}

.blog-post-wrapper .post-body .content-wrapper ul li:before {
  content: "–"; 
  padding-right: 20px;
}

.blog-post-wrapper .social-media-bar {
  margin:30px 0;
  font-family: 'Dosis',sans-serif;
}

.hs_cos_wrapper_type_rich_text img {
  /*width: 100%!important;*/
  height: auto;
  margin: 30px 0;
}

/********************************************* POSTS RELACIONADOS *********************************************/
/* MESMA ESTRUTURA DOS MAIS LIDOS */

.related-posts h3 {
  text-align: center;
  border-bottom: solid 1px #323232;
  padding-bottom: 30px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-weight: 700;
  color: #323232;
  font-size: 27px;
}

.related-posts .post-item:nth-child(3n+1){
   margin-left:0px;
}

.related-posts .post-item {
    width: 31.5%;
    margin: 10px;
    border: 1px solid darkgray;
    background-size: cover;
    background-repeat: none;
    background-position: center;
    overflow: hidden;
    position: relative
}

.related-posts .post-item .overlay {
    background: #000;
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.related-posts .post-item,
.related-posts .post-item a {
    color: #fff;
}

.related-posts .post-item a:hover {
    color: #31b3e1;
}

.related-posts .post-item {
    height: 450px;
}

.related-posts .post-item:nth-child(2n+2) {

}

.related-posts .post-item .post-header {
    padding: 0 30px;
    position: absolute;
    z-index: 8;
    bottom: 30px;
}

.related-posts .post-item h2 {
  font-weight: 500;
  font-size: 20px;  
}

.related-posts .post-item .data {
  color: #31b3e1;
  font-size: 14px;
}

/********************************************* COMENTARIOS  *********************************************/

.container-fluid .row-fluid .comments-wrapper {
  position: relative;
  float: none;
  background-color: #fff;
  max-width: 750px!important;
  margin:0px auto 0px!important;  
}

.comments-wrapper h3 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}
 
.comments-wrapper input[type="text"],
.comments-wrapper input[type="number"],
.comments-wrapper input[type="tel"],
.comments-wrapper input[type="password"],
.comments-wrapper input[type="email"],
.comments-wrapper input[type="email"],
.comments-wrapper textarea{
  height: 45px;
  border: 1px solid #e5e7eb;
  padding: 10px;
  font-size: 14px;
  color: #616366;
  margin-bottom: 15px;
}

.comments-wrapper textarea {
  height:195px;
}

.comments-wrapper label {
  display:none;
}

.comments-wrapper .actions {
  margin-top:30px;
}

.comments-wrapper input[type="submit"] {
  display:inline-block;
  font-weight: 400;
  background-color: #31b3e1;
  padding: 15px 30px;
  border: 1px solid #31b3e1;
  border-radius: 40px;
  color:#fff;
  font-size:16px;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;     
}

.comments-wrapper input[type="submit"]:hover {
	background-color: transparent;
  border:solid 1px #31b3e1;
  color: #31b3e1;
}

.comment-from {

}

.comment-from h4 {
  font-size:16px;
  font-weight: 500;
  color:#414250;
}

.comment-reply-to {
  display: none;
}

.comment-body {
  font-size:15px;
  color:#90929c;
}

.new-comments {
	margin:30px 0;
}


/********************************************* NEWSLETTER  *********************************************/
.section-subscription {

}

.section-subscription h3 {
  color:#fff;
  font-size: 20px;
  font-weight:300;
  margin-bottom: 20px;
}

.section-subscription label {
  display:none;
}

.section-subscription .hs-error-msgs {
	float:left;
}

.section-subscription .hs-error-msgs label {
  display:block !important;
}
 
.section-subscription ul.hs-error-msgs li  {
  list-style:none;
  color:#fff;
  text-align:left;
  font-size:13px;
  padding: 10px;  
}

.section-subscription input[type="email"],
.section-subscription input[type="text"] {
  border:none;
  background-color:transparent;
  border-bottom:1px solid #fff;
  font-size:16px;
  color:#fff;
  padding:15px 0;
  font-weight:300;
}

.section-subscription input[type="submit"] {
  border-radius: 50px;
  border:1px solid #31b3e1;
  display: inline-block;
  font-weight: 400;   
  font-size:16px;
  padding: 15px 32px;
  background-color:#31b3e1;
  color:#fff;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  margin-top: 40px;
}

.section-subscription input[type="submit"]:hover {
  border:1px solid #31b3e1;
  background-color:transparent;
  color:#31b3e1;
}

.section-subscription form input[type="text"]::-webkit-input-placeholder,
.section-subscription form input[type="email"]::-webkit-input-placeholder,
.subscription-box form input[type="text"]::-webkit-input-placeholder,
.subscription-box form input[type="email"]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #fff;
}

.section-subscription form input[type="text"]:-moz-placeholder,
.section-subscription form input[type="email"]:-moz-placeholder,
.subscription-box form input[type="text"]:-moz-placeholder,
.subscription-box form input[type="email"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}

.section-subscription form input[type="text"]::-moz-placeholder,
.section-subscription form input[type="email"]::-moz-placeholder, 
.subscription-box form input[type="text"]::-moz-placeholder,
.subscription-box form input[type="email"]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}

.section-subscription form input[type="text"]:-ms-input-placeholder,
.section-subscription form input[type="email"]:-ms-input-placeholder,
.subscription-box form input[type="text"]:-ms-input-placeholder,
.subscription-box form input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.section-subscription form input[type="text"]::-ms-input-placeholder,
.section-subscription form input[type="email"]::-ms-input-placeholder,
.subscription-box form input[type="text"]::-ms-input-placeholder,
.subscription-box form input[type="email"]::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

.section-subscription form input[type="text"]::placeholder,
.section-subscription form input[type="email"]::placeholder,
.subscription-box form input[type="text"]::placeholder,
.subscription-box form input[type="email"]::placeholder { /* Most modern browsers support this now. */
  color: #fff;
}

.section-subscription .submitted-message{
  color:#fff;
  margin-top: 15px;
}

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

.footer{
    padding:60px 0px; 
}

.menu-section {
  margin-bottom: 50px;
}

.footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  font-size: 14px;
    padding: 8px;  
}

.footer .copyright-wrapper{

}

.footer .copyright-wrapper .copyright{
    color:#8D8987;
    font-size:10px;
    padding-top:25px;
}

.footer .copyright-wrapper .copyright a{
    color:#8D8987;
    text-decoration:underline;
}

.footer .copyright-wrapper .social{
    text-align:right;
}

.footer .copyright-wrapper .social ul{
    list-style-type: none;
}

.footer .copyright-wrapper .social ul li{
    display:inline-block;
    font-size:18px;
    margin-right:10px;
}

.footer .copyright-wrapper .social ul li:last-child{
    margin-right:0px;
}

.footer .copyright-wrapper .social ul li a{
    display:inline-block;
    color:#02C4FD;
    width:40px;
    height:40px;
    line-height:40px;
    border-radius:100%;
    border:1px solid rgba(2, 196, 253, 0.2);
    text-align:center;
}

.footer .copyright-wrapper .social ul li a:hover {
  color: #000;
    border:1px solid rgba(0, 0, 0, 0.2);
}

/********************************************* LP e TYP 2021 *********************************************/

.hero-landing-page {
  background: #29cae7!important;
  background: -moz-linear-gradient(-45deg,#29cae7 1%,#8fe67c 100%)!important;
  background: -webkit-linear-gradient(-45deg,#29cae7 1%,#8fe67c 100%)!important;
  background: linear-gradient(135deg,#29cae7 1%,#8fe67c 100%)!important;
}

.hero-content {
  color: #ffffff;
}

.hero-content .logo {
  margin-bottom: 40px;
}

/********************************************* BOOTSTRAP 2 FIVE COLUMNS *********************************************/

.row-fluid-5 {
  width: 100%;
  *zoom: 1;
}
.row-fluid-5:before,
.row-fluid-5:after {
  display: table;
  line-height: 0;
  content: "";
}
.row-fluid-5:after {
  clear: both;
}
.row-fluid-5 [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 1.875%;
  *margin-left: 1.875%;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid-5 .controls-row [class*="span"] + [class*="span"] {

  margin-left: 1.875%;
}
.row-fluid-5 [class*="span"]:first-child{
  margin-left: 0;
}
.row-fluid-5 .span2 {
  width: 18.5%;
  *width: 18.5%;
}

/* responsive ONLY */

@media (max-width: 600px){ /* spans reduce to 100px then go full width */

  .row-fluid-5 [class*="span"]{
    margin-left: 0;
    float: left;
    width: 100%;
    padding: 10px; 
  }
}

  /* YouTube Responsive CSS for HubSpot */ 

.hs-responsive-embed { 
  position: relative; 
  height: 0; 
  overflow: hidden; 
  padding-top: 0; 
  padding-left: 0; 
  padding-right: 0;
  margin: 40px auto!important;
  max-width: none!important; 
  max-height: none!important;
  padding: 5px!important;
  background-color: #ccc;
} 

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

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


/************** MOBILE MEDIA QUERIES ***************/

@media (max-width: 768px) {
  
  .post-listing .post-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }  
  
  .grid-item {
    width: 100%!important;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    float: none;
    margin-bottom: 20px;
  }  
  
  .grid-item.grid-item--height2 {
    height: auto!important;
  }
  
  .grid-item .post-header {
    position: relative;
  }
  
  .box-lista {
    margin-bottom: 30px;
  }
  
  .box-lista .post-item .post-header .picture {
    margin-bottom: 15px;
  }
  
  .sidebar {
    margin-top: 50px;
  }
  .post-listing .post-item .post-header .picture {
    margin-bottom: 15px;
  }
  
  .blog-listing-wrapper h3,
  .materiais-especiais h3,
  .related-posts h3,
  .section-subscription h3 {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
  
  .comment.depth-1 {
      padding-left: 0;
  }
  
  body,
  .comment-body p,
  .comment-date,
  .comment-from {
    font-size: 1.3em;
  }
  
  img {
  	height:auto; 
  }
  
  .footer img {
    margin-bottom: 15px;     
  }
 
  .hs-search-field {
    padding: 20px;
  }
  
  .hs-search-field .fa-search {
    display: none;
  }
  
  .post-item .post-body .categoria {
    margin-bottom: 20px;
  }
  
  .post-item .post-body h4,
  .post-item .post-body h2 {
    font-size: 1.7rem;
  }

  .inner-space,
  .inner-space-sm,
  .inner-space-xs,
  .comments-wrapper,
  .destaques {
    padding: 20px;
  }
  
  .blog-post-wrapper .post-body .content-wrapper ul {
    margin-left: 0;
  }
  
  .blog-section {
  	padding: 0;
  }
  
  .blog-post-wrapper .post-title h1 {
    margin-bottom: 30px;
  }
  
  .header {
  	padding:20px 0;
    height:auto;
    margin-bottom:0;
  }
  
  .header a{
    color:#fff !important;
  }
  
  .header .logo {
      padding-top: 0;
  }  
  
  .post-listing .post-item .post-body h2 {
    font-size: 18px;
  }

  .widget-type-logo {
    padding-left:20px;
  }
  
  .mobile-trigger {
    top:0px;
    background: #fff;
    border: transparent;    
  }
  
  .mobile-trigger:hover {
    background: #fff;
    border: #fff;      	
  }

  .mobile-trigger i,
  .mobile-trigger i:before,
  .mobile-trigger i:after,
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after {
    background-color: #000;
  }
  
  .mobile-open .mobile-trigger i,
  .mobile-open .mobile-trigger i:before,
  .mobile-open .mobile-trigger i:after {
    background-color: #fff;
  }
  
  .mobile-open .mobile-trigger {
    background-color: #31b3e1;
  }
 
  .cta-home {
    padding: 0;
  }
  
  .mais-lidos h3 {
  	margin-bottom: 10px;
  }
  
  .related-posts .post-body {
    padding: 20px;
    background: #fff;
  }  
  
  .blog-post-wrapper {
    padding-top: 0;
  }
  
	.blog-post-wrapper .post-header {
    height: 250px;
    width: auto;
    margin: 50px auto 40px;
  }
  
  .blog-post-wrapper .post-body .content-wrapper blockquote {
    margin-left: 20px;
    width: 80%;  	
  }
  
  .blog-section .social-media-bar li:first-child {
  	display:block;
  }
  
  .blog-post-wrapper .social-media-bar {
    margin-top: 50px;
    text-align: center;
    font-size: 16px;
  }
  
  .social-media-bar li {
    padding: 0;
  }
  
  .img-desk {
    display:none!important;
  }

  .img-mobile {
    display:block!important;
  }
  
  .subscription {
    padding: 20px;
  }
  
  .subscription h1 {
    font-size: 30px;
    margin: 0px 0px 30px 0px;  
  }
  
  .subscription-box {
  	height: auto!important;
    margin: 20px!important;    
  }
  
  .section-subscription {
  	text-align:center;
    padding: 30px 20px 
  }
  
	.section-subscription input[type="email"],
  .section-subscription input[type="text"] {
  	width:90%;
    float:none;
  }
  
  .section-subscription input[type="submit"] {
  	margin-top: 20px;
    margin-left: 0;
    position: relative;
    float: none;
  }
  
  .comments-wrapper {
    margin: 25px 20px 0!important;
  }  
  
  .comments-wrapper input[type="text"],
  .comments-wrapper input[type="number"],
  .comments-wrapper input[type="tel"],
  .comments-wrapper input[type="password"],
  .comments-wrapper input[type="email"],
  .comments-wrapper input[type="email"],
  .comments-wrapper textarea {
    width:100%;
  }
   
  .footer {
    text-align: center;
  	padding:40px 20px;
  }
  
  .footer .social-media-bar {
    margin-bottom: 20px;
  	text-align: center;
  }

  .menu-section {
    margin-bottom: 0;
  }
  
  .footer .copyright-wrapper .social {
    text-align: center;
    margin-top: 20px
  }

  .section-subscription fieldset {
    max-width: 100% !important;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 0 10px;
  } 
  
}