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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


/*************************************************************************************************************************/
/*                                                      GENERAL                                                          */
/*************************************************************************************************************************/

body {
    margin:0;
}

.fancybox-slide > * {
  padding: 4px!important;
}

* {
    font-size:16px;
    /*color:#717388;*/
    font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5 {
    font-weight:400;
    text-transform:uppercase;
    /*line-height: 160%;*/
}

h1, h2 {
   /* margin-bottom:30px; */
}

p, li, span {
    font-weight:300;
    line-height: 160%;
    font-size:20px;
}

.scripts {
    background:#ffffff;
    position:absolute;
}

b,strong{
    font-size: inherit;
}

iframe {
    border:none;
}

.mymaps {
    height:550px;
}

.mymaps iframe .i4ewOd-pzNkMb-haAclf {
    background-color:#FFBE60!important;
}

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

.text-white h2 {
    color:#fff!important;
}

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

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


.page-header-padrao { 
  background-image:url('https://www.in1.com.br/hubfs/in/quiz/background-question.jpg');
	height: 350px;
	margin: 0;
	padding: 60px 30px 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position:center bottom;
  position:relative; 
  color: #fff;
}

.page-header-padrao:after {
  background: rgba(0,0,0,.1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-header-padrao .page-center {
  z-index: 999;
  position: relative;
}

.page-header-padrao .section-header h1 {
  font-size: 30px;
}

.dor-wrapper.inner-space h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.box-dor {
  text-align: center;
  position: relative;
}

.box-dor h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.box-dor p {
    text-align: center;
    font-size: 16px;
  margin: 0;
  padding: 0;
}

/*.box-dor .cta {
  position: absolute;
  bottom: 0;
}*/

.content-texto {
  padding: 0 20px 80px;
  color: #878787;
}

.content-texto h3 {
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.content-texto img {
  margin: 40px 0;
}


.header .logo-lp #hs-link-logo {
    width:280px;
    display: block;
    margin:0 auto;
}

.header ul{
    float:right;
}

.header .widget-type-logo{
    margin:30px 0px;
}

.header .widget-type-menu{
    margin-top:30px;
}

.header .widget-type-menu .hs-menu-item a{
  color:#717388;
  font-weight:400;
  font-size:15px;
}

.header .widget-type-menu .hs-menu-depth-1 a:hover{
    color:#98B13A;
    /*border-bottom:4px solid #98B13A;*/
}

.header .widget-type-menu .hs-menu-item .hs-menu-children-wrapper{
    border-top:2px solid #98B13A;
    -webkit-box-shadow: 0px 10px 28px -7px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 10px 28px -7px rgba(0,0,0,0.55);
    box-shadow: 0px 10px 28px -7px rgba(0,0,0,0.55);
    padding:10px 15px;
    background:#fff;
    margin-left:20px;
}

.header .widget-type-menu .hs-menu-item .hs-menu-children-wrapper li {
    background-color:#fff;
    padding:0;
}

.header .widget-type-menu .hs-menu-item .hs-menu-children-wrapper li a {
    font-size:14px;
    padding:10px 50px 10px 0;
    display:inline-block;
    border-bottom:1px solid #E6E6E6;
    color:#808080;
    font-weight:300;
}

.header .widget-type-menu .hs-menu-item .hs-menu-children-wrapper li a:hover{
    color:#98B13A;
}

.header .widget-type-menu .hs-menu-item .hs-menu-children-wrapper li:last-child a{
    border-bottom:1px solid #fff;
}


/*************************************************************************************************************************/
/*                                                      HELP BOX                                                         */
/*************************************************************************************************************************/

.contact-box a {
    position:fixed;
    z-index:99;
    right:0;
    top:50%;
    background: #85d200;
    border-radius: 4px 0 0 4px;
    display:block;
    font-family:inherit;
    font-size:16px;
    line-height:1.17;
    max-width:120px;
    color:#fff;
    min-width: 80px;
    padding: 11px 15px 15px;
    text-align: center;
    text-decoration:none;
}

.contact-box a:hover {
    background:#2d964a;
}

.popup {
    margin: 0;
    overflow: hidden;
    position: fixed;
    top:200px;
    right: 0;
    font-size: 16px;
    line-height: 1.47;
    font-family: inherit;
    z-index: 999; 
    -webkit-transition: all .4s ease-out; 
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out; 
    transition: all .4s ease-out;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.popup-content {
    z-index:999999;
    color:#717388;
    background-color:#fafafa;
    background: -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    padding: 26px 0 26px 16px;
    text-align: center;
    font-size: 14px; 
    line-height: 20px;
    position: relative;
}

.popup-content:before {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 16px;
    background: #2d964a;
}

#hidden-content .cta a {
    margin-bottom:0!important;
}

.btn-close {
    background:none;
    border: 0;
    font-size: 11px;
    color:#717388;
    text-transform:none;
    font-weight:300;
    height: 37px;
    line-height: 52px;
    padding: 0 5px;
    position: absolute;
    right: 14px;
    top: 18px; 
    width:auto;
    padding:0;
}

.btn-close:before {
    color: #717388;
    content: "\f00d";
    font-family:"FontAwesome";
    font-size: 19px;
    left: 0;
    position: absolute;
    right: 0;
    top: -20px;
}

.contact-title {
    color: #98b13a;
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 35px;
    padding: 0 15px;
}

.contact-set {
    padding: 0;
    display: table;
    margin: 0 auto;
    table-layout: fixed;
    content:'';
    display:block;
    clear:both;
}

.contact-set .col {
    padding: 0 20px 4px 30px;
    border-left: 1px solid #ddd;
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-set .col .phone {
    max-width: 220px;
    min-width: 220px;
}

.contact-set .col a {
    color:#98b13a;
}

.contact-set .col:first-child {
    border-left:0;
}

.contactbox-open .popup {
    -webkit-transform:translateX(0);
    -moz-transform:translateX(0);
    -ms-transform:translateX(0);
    -o-transform:translateX(0);
    transform:translateX(0);
}



/*************************************************************************************************************************/
/*                                                      HOME                                                             */
/*************************************************************************************************************************/

/*------------cutoms-------------*/
#hs_cos_wrapper_module_1662735614055178, #hs_cos_wrapper_module_1662735616815180{
    display:flex !important;
    justify-content: center !important;
}




.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  min-height:500px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: url('//www.in1.com.br/hubfs/Site%202017/videos/video-in-qliksense.jpg') no-repeat center top;
}

.video-container .overlay{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color:rgba(0,0,0,0.5);
    z-index:99;
}

.video-container .title-container {
  z-index: 998;
  position: absolute;
  top: 21%;
  width: 100%;
  text-align: center;
  color: #fff;
}

.video-container .description .inner {
  width: 45%;
  margin: 0 auto;

    
}
.video-container .link {
  position: absolute;
  bottom: 3em;
  width: 100%;
  text-align: center;
  z-index: 1001;
  font-size: 2em;
  color: #fff;
}
.video-container .link a {
  color: #fff;
}
.video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0;
}

.video-container video.fillWidth {
  width: 100%;
}

.video-container h1{
    max-width:724px;
    margin:0 auto 50px;
    font-size:32px;
    color:#fff;
    font-weight:400;
    text-align:center;
}

.video-container p{
}

.banner-video-wrapper .widget-type-linked_image{
    display:none;
}

@media only screen and (max-width: 1024px) {
    .video-container video {
        display:none;
    }
}


.banner-home-wrapper{
    text-align:center;
    background-size:cover;
    background-attachment:fixed;
}

.banner-home-wrapper .inner-space{
    padding:120px 0;
}

.banner-home-wrapper h1{
    font-size:32px;
    color:#fff;
    font-weight:400;
}

.banner-home-wrapper span{
    font-size:18px;
    color:#fff;
    font-weight:300;
}

.banner-home-wrapper img{
    display:none;
}


.dor-wrapper{
    background-image:url("//366328.fs1.hubspotusercontent-na1.net/hubfs/366328/Site%202017/bg-pontos-de-dor.png");
    background-repeat:no-repeat;
    background-position:center center;
    color:#717388;
}

.dor-wrapper .widget-type-linked_image {
    text-align:center;
}

.dor-wrapper .widget-type-linked_image img {
    -webkit-box-shadow: 0px 0px 25px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 25px -1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 25px -1px rgba(0,0,0,0.2);
}

.dor-wrapper h2 {
    font-size:22px;
    color:#717388;
    text-align:center;
    text-transform:none;
    font-weight:400;
    margin:30px 0 0 0;
}

.dor-wrapper p{
    text-align:center;
    font-size:16px;
}


.download-gratuito{
    text-align:center;
    color:#fff;
    /*background-attachment:fixed;*/
    background-position: center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.download-gratuito h2{
    font-size:40px;
    /*color:#98b13a;*/
  color:#fff;
    font-weight:600;
  text-transform:none;
  line-height:120%;
  margin-top:0!important;
}

.download-gratuito span{
    font-size:24px;    
    color:#344731;
    font-weight:300;
}

.download-gratuito .cta a {
  margin-top:0!important;
}

.download-gratuito img{
    display:none;
}

.cta-full img{
    display:block;
}

.cta-full{
    text-align:center;
    color:#fff;
    /*background-attachment:fixed;*/
    background-position: center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.cta-full h2{
    font-size:40px;
    /*color:#98b13a;*/
  color:#fff;
    font-weight:600;
  text-transform:none;
  line-height:120%;
  margin-top:0!important;
    margin-bottom:0!important;

}

.cta-full .sub-title {
  margin: 30px 0!important;
}

.cta-full .sub-title span {
    font-size:24px;    
    color:#fff;
    font-weight:600!important;
}

.cta-full .cta a {
  margin-top:0!important;
}

.nossas-solucoes-wrapper{
    text-align:center;
    color:#fff;
    background: #bed74f;
    background: -moz-linear-gradient(left, #bed74f 0%, #26984a 100%);
    background: -webkit-linear-gradient(left, #bed74f 0%,#26984a 100%);
    background: linear-gradient(to right, #bed74f 0%,#26984a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bed74f', endColorstr='#26984a',GradientType=1 );
}

.nossas-solucoes-wrapper .hs_cos_wrapper_type_text{
    color:#fff;
    font-size:20px;
    font-weight:300;
}

.nossas-solucoes-wrapper h2{
    font-size:32px;
    color:#fff;
    font-weight:400;
}

.produto-principal-wrapper{
    color:#717388;
}

.produto-principal-wrapper .product-description{
    text-align:left;
}

.produto-principal-wrapper .product-description p {
    font-size:16px;
}

.produto-principal-wrapper .product-description span.hs_cos_wrapper_type_text,
.product-description h1 {
    font-size:22px;
  font-weight:300;
  text-transform:none;
}


.produto-principal-wrapper .product-description img{
    text-align:center;
    margin:30px 0px;
}

.caracteristicas-wrapper .description span.hs_cos_wrapper_type_text,
.produto-principal-wrapper .product-description span.hs_cos_wrapper_type_text{
    margin:0 0 0 0;
    display:block;
}


.parceria-wrapper .description ul,
.caracteristicas-wrapper .description ul,
.produto-principal-wrapper .product-description ul {
    list-style-type: none;
    margin:0;
    padding:0;
}


.parceria-wrapper .description ul li,
.caracteristicas-wrapper .description ul li,
.produto-principal-wrapper .product-description ul li{
    background: url('//366328.fs1.hubspotusercontent-na1.net/hubfs/366328/Site%202017/bullet.png') no-repeat left 5px;
    min-height: 44px;
    padding-left: 44px;
    margin-bottom:20px;
    font-size:16px;   
}

.produtos-secundarios-wrapper{
    color:#717388;
}

.produtos-secundarios-wrapper .produto{
    text-align:center;
}

.produtos-secundarios-wrapper .produto img{
    margin-bottom:30px;
}

.produtos-secundarios-wrapper .hs_cos_wrapper_type_text {
    font-weight:300;
}


.clientes-wrapper{
    background-color:#F2F2F2;   
}

.clientes-wrapper h2{
    color:#98b13a;
    font-size:32px;
    font-weight:400;
    text-align:center;
    margin-bottom: 60px;    
}

.clientes-wrapper .slide img {
    margin:0 auto;
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

.clientes-wrapper .slide img:hover{
    margin:0 auto;
    filter: gray;
    -webkit-filter: grayscale(0%);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

.clientes-wrapper .slide div {
    padding:25px 0px;
}

/*.clientes-wrapper .slick-prev:before{
    content: '<';
}

.clientes-wrapper .slick-next:before{
    content: '>';
}

.clientes-wrapper .slick-prev:before, 
.clientes-wrapper .slick-next:before{
    color:#CCCCCC;
    font-size:50px;
    font-family: 'Lato', sans-serif;
}*/



.falando-wrapper,
.falando-wrapper .background{
    min-height:600px !important;
}

.falando-wrapper{
    position:relative;
    background: #f7913c;
    background: -moz-linear-gradient(left, #f7913c 0%, #ffc34d 100%);
    background: -webkit-linear-gradient(left, #f7913c 0%,#ffc34d 100%);
    background: linear-gradient(to right, #f7913c 0%,#ffc34d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7913c', endColorstr='#ffc34d',GradientType=1 );
    text-align:center;
    height:auto;
}

.falando-wrapper .background{
    background-image:url('//366328.fs1.hubspotusercontent-na1.net/hubfs/366328/Site%202017/bg-oque-estao-falando.png');
    background-repeat:no-repeat;
    background-position:center center;
}

.falando-wrapper h2{
    color:#fff;
    font-size:32px;
    font-weight:400;
}

.falando-wrapper .titulo h3 {
    color:#fff;
    margin-bottom:40px;
  font-weight: 300;
}

.falando-wrapper .nome,
.falando-wrapper .nome span,
.falando-wrapper .depoimento,
.falando-wrapper .depoimento span{
    color:#fff;
    margin-bottom:28px;
    display:block;
}


.falando-wrapper .depoimento,
.falando-wrapper .depoimento span{
    font-size:20px;
}

.falando-wrapper .nome,
.falando-wrapper .nome span{
    font-size:16px;
}


.falando-wrapper iframe{
    width:680px;
    height:415px;
    /*left:50%;
    transform: translateX(-50%);*/
}

.falando-wrapper .slick-dots li button:before,
.slider-wrapper .slick-dots li button:before{
    font-size:33px;
}

.falando-wrapper .slick-dots,
.slider-wrapper .slick-dots {
    bottom:-52px;
}

.falando-wrapper .slick-next:before,
.clientes-wrapper .slick-next:before,
.cliente-slider-wrapper .slick-next:before,
.slider-wrapper .slick-next:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 40px;
}

.falando-wrapper .slick-prev:before,
.clientes-wrapper .slick-prev:before,
.cliente-slider-wrapper .slick-prev:before,
.slider-wrapper .slick-prev:before {
    content: "\f053";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 40px;
    padding-right: 0.5em;
}

.clientes-wrapper .slick-prev:before, 
.clientes-wrapper .slick-next:before,
.cliente-slider-wrapper .slick-prev:before,
.cliente-slider-wrapper .slick-next:before,
.slider-wrapper .slick-prev:before, 
.slider-wrapper .slick-next:before {
    color:#ccc;
}


.download-wrapper{
    background-color:#F2F2F2;   
    text-align:center;
    color:#717388;
}

.download-wrapper .inner-space{
    padding-bottom:100px;
}

.download-wrapper h2{
    font-size:32px;
    color:#98B13A;
    font-weight:400;
    
}

.download-wrapper .hs_cos_wrapper_type_text {
    font-size:20px;
    font-weight:300;
}

.download-wrapper .box-wrapper {
    max-width: 600px;
    margin:68px auto 0px !important;
    float:none !important;
}

.download-wrapper .box-wrapper .download-box {
    position: relative;
    background-color: #fff;
    border-radius: 25px;
    padding: 45px 45px 60px;
    width: 230px;
    margin: -30px 35px 0;
}

.download-wrapper .box-wrapper .download-box .cta{
    position: absolute;
    left: 3px;
    top: 140px;
}

.download-wrapper .box-wrapper .download-box .cta a{
    padding:10px 30px;
}

.videoplayer {
    margin-top:50px;
}


.ultimos-posts-wrapper {
    text-align:center;
    color:#717388;
}

.ultimos-posts-wrapper h2 {
    color:#717388;
    font-size:32px;
    font-weight:400;
    margin-bottom:60px;
}

.ultimos-posts-wrapper .post-recente > a:first-child {
    min-height:236px;
    display:inline-block;
}

.ultimos-posts-wrapper .post-recente img {
    border-radius:15px;
    min-height:236px;
}

.ultimos-posts-wrapper .post-recente a,
.ultimos-posts-wrapper .post-recente h3 {
    font-size:21px;
    color:#717388;
    text-align:left;
    text-transform:none;
    font-weight:400;
    line-height:130%;
  text-decoration:none!important;
}

.ultimos-posts-wrapper .post-recente a:hover h3 {
  color: #98b13a;
}

.post-recente p a {
  font-size: 16px;
}

.ultimos-posts-wrapper .post-recente a:hover {
  color:#9DC520;
}


.ultimos-posts-wrapper .post-recente p,
.ultimos-posts-wrapper .post-recente .excerpt,
.ultimos-posts-wrapper .post-recente span,
.ultimos-posts-wrapper .post-recente p a,
.ultimos-posts-wrapper .post-recente p strong {
    font-size:16px;
    font-weight:300;
    text-align:left;
}

.ultimos-posts-wrapper .post-recente .leia-mais {
    color:#9DC520;
}

.ultimos-posts-wrapper .post-recente .leia-mais:hover {
    color:#004300;
}

.newsletter-wrapper{
    background: #3e2e6a;
    background: -moz-linear-gradient(left, #3e2e6a 0%, #9864a4 100%);
    background: -webkit-linear-gradient(left, #3e2e6a 0%,#9864a4 100%);
    background: linear-gradient(to right, #3e2e6a 0%,#9864a4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e2e6a', endColorstr='#9864a4',GradientType=1 );
    text-align:center;
}

.newsletter-wrapper h2{
    font-size:32px;
    color:#FEC024;
    font-weight:400;
    margin-bottom:30px;
}

.newsletter-wrapper .form-title {
    color:#fff;
    font-size:20px;
    text-transform:none;
    padding-bottom:30px;
    font-weight:400;
}

.newsletter-wrapper input[type="text"],
.newsletter-wrapper input[type="email"],
.newsletter-wrapper input[type="tel"],
.newsletter-wrapper select,
.newsletter-wrapper textarea,
.unsubscribe input[type="email"] {
    height:40px;
    border-radius:0;
    border:none;
    padding:0px 20px;
    margin-bottom:15px;
    width:50%;
    font-weight:300;
}

.newsletter-wrapper select {

}

.newsletter-wrapper textarea {
  height: 100px; 
  padding-top:15px;
}

.newsletter-wrapper input[type="submit"] {
    margin:15px 0px;
    border:none;
    border-radius:40px;
    padding:15px 65px;
    text-transform:uppercase;
    text-decoration:none;
    display:inline-block;
    color:#fff;
    background: #f7923c;
    background: -moz-linear-gradient(left, #f7923c 0%, #ffc34d 100%);
    background: -webkit-linear-gradient(left, #f7923c 0%,#ffc34d 100%);
    background: linear-gradient(to right, #f7923c 0%,#ffc34d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7923c', endColorstr='#ffc34d',GradientType=1 );
}

.newsletter-wrapper .hs-error-msgs.inputs-list,
.newsletter-wrapper .submitted-message {
  color: #fff;
}



.newsletter-wrapper input:hover[type="submit"],
.landing-page input:hover[type="submit"],
body.lp-padra-2018 input:hover[type="submit"],
.unsubscribe input:hover[type="submit"] {
    background: #ef2100;
    background: -moz-linear-gradient(left, #ef2100 0%, #ff8400 100%);
    background: -webkit-linear-gradient(left, #ef2100 0%,#ff8400 100%);
    background: linear-gradient(to right, #ef2100 0%,#ff8400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef2100', endColorstr='#ff8400',GradientType=1 ); 
}


.newsletter-wrapper .hs-form-required,
.seja-parceiro .hs-form-required,
.fale-conosco .hs.form-required,
.landing-page .hs.form-required,
body.hs-landing-page label span.hs-form-required,
body.lp-padra-2018 .hs.form-required{
    display:none!important;
}

.newsletter-wrapper .invalid.error,
.seja-parceiro .invalid.error,
.fale-conosco .invalid.error,
.landing-page input.invalid.error,
body.lp-padra-2018 input.invalid.error{
    border: 1px solid #E2AFAF;
    background-color:#fff;
    margin-bottom:15px;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url('//366328.fs1.hubspotusercontent-na1.net/hubfs/366328/Site%202017/error-form.png');
}

.landing-page .invalid.error{
	
}

.landing-page .inputs-list,
body.lp-padra-2028 .inputs-list{
    list-style-type:none;
    margin:0;
    padding:0;    
}

.newsletter-wrapper .hs-error-msgs.inputs-list,
.seja-parceiro .hs-error-msgs.inputs-list,
.fale-conosco .hs-error-msgs.inputs-list,
.landing-page .hs-error-msgs.inputs-list,
body.lp-padra-2018 .hs-error-msgs.inputs-list
{
    list-style-type:none;
    display:none;
    margin: -20px 0 20px;
}

.newsletter-wrapper .hs-error-msgs.inputs-list li label,
.seja-parceiro .hs-error-msgs.inputs-list li label,
.fale-conosco .hs-error-msgs.inputs-list li label,
.landing-page .hs-error-msgs.inputs-list li label,
body.lp-padra-2018 .hs-error-msgs.inputs-list li label
    display:none;
    margin:0;
}

ul.hs-error-msgs li label {
    font-size:13px!important;
    line-height:normal!important;
}

.botoes-form {
  list-style: none;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.botoes-form img {
  height: 29px;
}

.botoes-form a {
  text-decoration:none;
  color: #717388;
  cursor: pointer;
}

.botoes-form p {
  font-weight: 400!important;
  margin-top: 0;
  font-size: 15px;
}

.botoes-form li {
   text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,cccccc+100 */
  background: rgb(249,249,249); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(249,249,249,1) 0%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
  border: solid 1px #cccccc;  
  border-radius: 10px;
  display: inline-block;
  padding: 20px 0;
  width:  14.89361702%;
  margin: 0 5px;
}

.botoes-form li.transparent {
   text-align: center;
  background: transparent;
  border: solid 1px #fff;
  border-radius: 10px;
  display: inline-block;
  padding: 20px 0;
  width:  14.89361702%;
  margin: 0 5px;
  color: #fff;
}

.botoes-form a li:hover {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}

.form-faleconosco {
  margin-top: 20px;
}


/* ======================================================================================================================================================================
                                                                                    SUBSCR                                             
   ====================================================================================================================================================================== */
.subscription-box{
  background-color: #3e2e6a;
  padding:30px 0px;
}

.subscription-box h2{
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 12px;
}

.subscription-box label{
  display:none;
}

.hs-form .hs-form-checkbox label,
.hs-form .hs-form-booleancheckbox label,
.hs-form .hs-fieldtype-checkbox label {
  display: block!important;
}

.subscription-box .hs-error-msgs {
	float:left;
  margin: 0;
  padding: 0;  
}

.subscription-box .hs-error-msgs label {
  display:block !important;
  font-size: 13px;
}

.subscription-box ul.hs-error-msgs li  {
  list-style:none;
  color:#fff;
  text-align:left;
  font-size:13px;
  padding: 5px;  
}

.subscription-box input[type="text"],
.subscription-box input[type="email"]{
  height: 40px;
  border: none;
  border-bottom: 1px solid #fff;
  width: 100%;
  color: #ffffff;
  padding-left: 18px;
  background-color: transparent;
}

.subscription-box input[type="submit"]{
  display: inline-block;
  padding: 10px 35px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #f7923c;
  background-color: #f7923c;
  color: #fff;
  cursor: pointer;
  -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;
  position:relative;
}

.subscription-box input[type="submit"]:hover{
  background-color:#f9b781;
  color:#fff;
}

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

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

.subscription-box .submitted-message{
  color:#fff;
}

.hs-form input[type="checkbox"] {
  margin-right: 0;
  margin-top: 7px;
}

.hs-form .legal-consent-container .hs-form-booleancheckbox-display>span {
  display: block;
  margin-left: 30px;
  font-size: 14px;
}

.hs-form ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  width: 100%;
}

.subscription-box .hs-error-msgs label {
  color: #f2545b;
}

/*************************************************************************************************************************/
/*                                                      SOLUCOES                                                             */
/*************************************************************************************************************************/
.header-interno{
    background: #2d964a;
    background: -moz-linear-gradient(left, #2d964a 0%, #bdd654 100%);
    background: -webkit-linear-gradient(left, #2d964a 0%,#bdd654 100%);
    background: linear-gradient(to right, #2d964a 0%,#bdd654 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d964a', endColorstr='#bdd654',GradientType=1 );    
    color:#fff;
}

.header-interno .inner-space {
    padding:70px 0px;
}

.header-interno .img-border {
    background-color: white;
    border: 30px solid #fff !important;
    border-radius: 30px;
    width:189px;
    text-align:center;
}

.margin-left-125 {
    margin-left:85px!important;
}

.header-interno .cta a {
    margin-bottom:0!important;
}


.header-interno.sobre img {
    background-color: transparent;
    border: 0px solid #fff !important;
    border-radius: 0px;
}

.header-interno .solucoes-text {
    margin-top:0; /*30px*/
    /*padding-top:10px;*/
}

.header-interno .solucoes-text p {
    font-size:16px;
}

.header-interno .background {
    /*background-image:url('//366328.fs1.hubspotusercontent-na1.net/hubfs/366328/Site%202017/clientes/bg-banner-interno.png');*/
    background-image:url('www.in1.com.br/hubfs/in/bg-green-degrade.png');
    background-repeat:no-repeat;
    background-position:center 140px;
}

/*WHITEPAPER*/
.download-wrapper.interna .box-wrapper{
    max-width: 290px;
}

.baixe-whitepaper-wrapper{
    text-align:center;
    color:#717388;
    font-size:22px;
}

.baixe-whitepaper-wrapper h2{
    font-size:35px;
    color:#97AD43;
}

.baixe-whitepaper-wrapper span{
    font-size:22px;
}

/*OVERVIEW*/
.overview-wrapper{
    background-color:#F2F2F2;
    text-align:center;
    color:#717388;
    font-size:22px;
}

.overview-wrapper h2{
    font-size:35px;
    color:#6A40A0;
}

.overview-wrapper span{
    font-size:22px;
}

.overview-wrapper .box{
    margin-top:60px;
    font-size:18px;
    color:#717388;
}

.overview-wrapper .box h3{
    font-size:18px;
    color:#717388;
}

.overview-wrapper .box span{
    font-size:16px;
}

/*CARACTERISTICAS*/

.caracteristicas-wrapper {
    background: #3e2e6a;
    background: -moz-linear-gradient(left, #3e2e6a 0%, #9864a4 100%);
    background: -webkit-linear-gradient(left, #3e2e6a 0%,#9864a4 100%);
    background: linear-gradient(to right, #3e2e6a 0%,#9864a4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e2e6a', endColorstr='#9864a4',GradientType=1 );
    color:#fff;
}

.caracteristicas-wrapper.inner-space {
    padding:20px 0;
}

.caracteristicas-wrapper h2{
    font-size:32px;
    color:#fff;
    margin-bottom:0;
}

.caracteristicas-wrapper span{
    font-size:22px;
}

.caracteristicas-wrapper .description ul li{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}


.caracteristicas-wrapper img{
    float:right;
}

.whitepaper-nprinting-wrapper{
    background: #3e2e6a;
    background: -moz-linear-gradient(left, #3e2e6a 0%, #9864a4 100%);
    background: -webkit-linear-gradient(left, #3e2e6a 0%,#9864a4 100%);
    background: linear-gradient(to right, #3e2e6a 0%,#9864a4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e2e6a', endColorstr='#9864a4',GradientType=1 ); 
    
    color:#fff;
    text-align:center;
}

.whitepaper-nprinting-wrapper  h2{
    font-size:35px;
    color:#fff;
}

.whitepaper-nprinting-wrapper  span{
    font-size:22px;
}




.carreira .vagas-filter {
    margin-bottom: 50px;
}

.carreira .vagas-filter ul {
    list-style: none!important;
    text-align: center;
}

.carreira .vagas-filter ul li {
    display:inline-block;
}

.carreira .vagas-filter ul li a {
    display: inline-block;
    color:#4b4c4d;
    border:1px solid #4b4c4d;
    padding:3px 30px;
    background-color:#fff;
    border-radius:20px;
    margin-right:15px;
  text-decoration: none;
  font-weight: 400;
}

.carreira .vagas-filter ul li a:hover {
  background-color: #70B64F; 
  border-color: #70B64F;
  color: #fff;
}

/*************************************************************************************************************************/
/*                                                      SOBRE                                                             */
/*************************************************************************************************************************/
.dados-wrapper{
    background: #f7923c;
    background: -moz-linear-gradient(left, #f7923c 0%, #ffc34d 100%);
    background: -webkit-linear-gradient(left, #f7923c 0%,#ffc34d 100%);
    background: linear-gradient(to right, #f7923c 0%,#ffc34d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7923c', endColorstr='#ffc34d',GradientType=1 );
    color:#fff;
    text-align:center;
}

.dados-wrapper  h2{
    font-size:35px;
    color:#fff;
}

.dados-wrapper  span{
    font-size:22px;
}


.sobre-wrapper{
    color:#717388;
}

.sobre-wrapper h1 {
    font-size:35px;
    color:#717388;
}

.sobre-wrapper  h3,
.sobre-wrapper  h4,
.sobre-wrapper  h5{
    color:#717388;
}


.sobre-wrapper blockquote,
.page-center-sm blockquote {
    margin:55px auto;
    max-width:90%;
    padding:40px 75px;
    font-size:18px;
    color:#98B13A;
    text-align:center;
    border-top:2px solid #E6E6E6;
    border-bottom:2px solid #E6E6E6;
    font-weight:400;
    font-style:italic;
}

.sobre-wrapper .page-center{
    float: none !important;
    max-width: 960px;
    margin: 0 auto !important;
}

/*************************************************************************************************************************/
/*                                                      SEJA PARCEIRO                                                    */
/*************************************************************************************************************************/

.seja-parceiro h1{
    font-size:32px;
    color:#fff;
}

.seja-parceiro .description{
    margin-bottom:85px;
}

.seja-parceiro .description .hs_cos_wrapper_type_text{
    font-size:22px;
    
}

.seja-parceiro .depoimento p {
    text-align:right;
    font-size:16px;
    font-style:italic;
}

.fale-conosco input[type="text"],
.fale-conosco input[type="email"],
.fale-conosco input[type="number"],
.fale-conosco input[type="tel"],
.fale-conosco textarea,
.fale-conosco select,
.seja-parceiro input[type="text"],
.seja-parceiro input[type="email"],
.seja-parceiro input[type="number"],
.seja-parceiro input[type="tel"],
.seja-parceiro textarea,
.seja-parceiro select,
.tk-download input[type="text"],
.tk-download input[type="email"],
.tk-download input[type="number"],
.tk-download input[type="tel"],
.tk-download textarea,
.tk-download select,
.landing-page input[type="text"],
.landing-page input[type="email"],
.landing-page input[type="number"],
.landing-page input[type="tel"],
.landing-page textarea,
.landing-page select,
body.lp-padra-2018 input[type="text"],
body.lp-padra-2018 input[type="email"],
body.lp-padra-2018 input[type="number"],
body.lp-padra-2018 input[type="tel"],
body.lp-padra-2018 textarea,
body.lp-padra-2018 select{
    border-radius:0;
    font-size:16px;
    padding:10px;
    color:#717388;
    border:0;
    background-color:#fff;
    margin-bottom:16px;
    font-weight:300;
    height:38px;
}

.fale-conosco select,
.seja-parceiro select,
.tk-download select,
.landing-page select,
body.lp-padra-2018 select {
      border-radius:0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: .5em;
    padding-right: 1.5em;
}

.fale-conosco textarea,
.seja-parceiro textarea,
.tk-download textarea,
.landing-page textarea,
body.lp-padra-2018 textarea{
    height:113px;
}

.fale-conosco .actions,
.seja-parceiro .actions,
.tk-download .actions,
.landing-page .actions,
body.lp-padra-2018 .actions{
    text-align:center;
}

.fale-conosco input[type="submit"],
.seja-parceiro input[type="submit"],
.tk-download input[type="submit"],
.landing-page input[type="submit"],
body.lp-padra-2018 input[type="submit"]{
    border-radius:40px;
    padding:20px 65px;
    text-transform:uppercase;
    text-decoration:none;
    display:inline-block;
    margin:30px 0px;
    border:none;
    color:#fff!important;
    background: #3e2e6a;
    background: -moz-linear-gradient(left, #3e2e6a 0%, #9864a4 100%);
    background: -webkit-linear-gradient(left, #3e2e6a 0%,#9864a4 100%);
    background: linear-gradient(to right, #3e2e6a 0%,#9864a4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e2e6a', endColorstr='#9864a4',GradientType=1 ); 
    cursor:pointer;
}

.fale-conosco label,
.seja-parceiro label,
.tk-download label{
    display:none;
}

body.lp-label label span {
    display:none;
}

.hs-form-booleancheckbox label span {
  display: block!important;
}

body.lp-label .hs-form-radio-display span {
    display:inline-block;
    font-size: 16px;
   	margin-bottom: 5px;
}
  
.hs-dependent-field {
    margin-top:20px!important;
}

.hs-form-booleancheckbox {
    margin-top:0!important;
}



.hs-form-booleancheckbox label span {
    color:#fff!important;
  margin-bottom: 0;
}

.landing-page label span,
body.lp-padra-2018 label span{
    font-size:18px!important;
    margin-bottom:20px;
}


.fale-conosco .form-columns-1 .hs-input input[type="text"],
.seja-parceiro .form-columns-1 .hs-input input[type="text"],
.tk-download .form-columns-1 .hs-input input[type="text"],
.landing-page .form-columns-1 .hs-input input[type="text"],
body.lp-padra-2018 .form-columns-1 .hs-input input[type="text"]{
    width:100%!important;
}


.parceria-wrapper {
    color:#717388;
}

.parceria-wrapper h2 {
    font-size:35px;
    color:#97AD43;
}

.produto-principal-wrapper .product-description ul {
    list-style-type: none;
    margin:40px 0 0 0;
    padding:0px;
}


.hs-form-checkbox label span {
    display:block!important;
    font-size:16px!important;
    margin-bottom:5px!important;
}

.inputs-list .hs-form-checkbox input[type="checkbox"] {
    width:auto!important;
    float:left!important;
}

.hs-fieldtype-checkbox label span {
    display:block!important;
}

.hs-fieldtype-checkbox label span.hs-form-required {
    display:none!important;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  font-size: 13px;
  color: black;
  line-height: 1.4;
}

.hs-error-msg label {
  color: #e25656!important;
  font-size: 13px;
}

.subscription-box .legal-consent-container .hs-form-booleancheckbox-display p {
  color: white;
}

/*************************************************************************************************************************/
/*                                                      THANK YOU PAGE PADRAO                                            */
/*************************************************************************************************************************/

.tk-padrao h1{
    text-align:center;
    font-size:35px;
    color:#fff;
}

.tk-content{
    color:#717388;
}


.tk-content h2{
    font-size:24px;
    color:#97AD43;
}

.tk-content h3{
    font-size:18px;
    color:#97AD43;
}

/*************************************************************************************************************************/
/*                                             THANK YOU PAGE DOWNLOAD AND LP                                            */
/*************************************************************************************************************************/

.landing-page .header {
    text-align:center;
}

.tk-download h1,
.landing-page h1 {
    font-size:32px;
    color:#fff;
    text-transform:none;
    font-weight:400;
    line-height: 130%;
}

.tk-download h2,
.landing-page h2 {
    font-size:26px;
    color:#fff;
    text-transform:none;
    font-weight:400;
    line-height: 130%;
}

.tk-download h3,
.landing-page h3 {
    font-size:22px;
    color:#fff;
    text-transform:none;
    font-weight:400;
    line-height: 130%;
}


.tk-download, 
.landing-page {
    color:#fff;
}

.tk-download .cta a,
.landing-page .cta a {
    margin-bottom:0;
}

.landing-page .landing-img {
    margin-bottom:30px;
}

.landing-page .description ul {
    list-style-type: none;
    margin:0;
    padding:20px 0px 0px 0px;
}

.landing-page .description ul li {
    background: url('//blog.in1.com.br/hubfs/Site%202017/bullet-check.png') no-repeat left 8px;
    padding-left: 30px;
    padding-top: 4px;
    padding-bottom:20px;
}

.hs-form input[type="checkbox"] {
    width:auto!important;
    float: left!important;
    margin-right: 10px!important;
}

.hs-form-booleancheckbox li label input[type="checkbox"] {
    width:auto!important;
}

/*************************************************************************************************************************/
/*                                                      LANDING PAGE MODELO 2018                                                   */
/*************************************************************************************************************************/
body.lp-2018{
  
}

.logo-margin {
  margin: 40px 0;
}

body.lp-2018 .header{
  text-align:center;
  padding-bottom:175px;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
}

body.lp-2018.tk-2018 .header{
	padding-bottom:65px;
}

body.lp-2018 .header p{
  color:#fff;
}


body.lp-2018 h1{
  font-size:28px;
  color:#ffffff;
  text-transform:uppercase;
  font-weight:700;
}


body.lp-2018 p.secondary-header{
  font-size:22px;
  color:#ffffff;
  font-weight:300;
}

body.lp-2018 .offer-description{
  text-align:center;
  margin-top: -190px;
  padding-bottom:60px;
}

body.lp-2018 .offer-description h2{
  font-size:24px;
  font-weight:700;
  color:#6f7185;
  margin: 20px 0px 45px;
}



body.lp-2018 .form-wrapper{
	background: #4e3770;
  background: -moz-linear-gradient(left, #4e3770 0%, #895b97 100%);
  background: -webkit-linear-gradient(left, #4e3770 0%,#895b97 100%);
  background: linear-gradient(to right, #4e3770 0%,#895b97 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e3770', endColorstr='#895b97',GradientType=1 );
}

body.lp-2018 .form-wrapper h3.form-title{
  font-size:24px;
  color:#f4bb50;
  font-weight:700;
  text-align:center;
  max-width:330px;
  margin:0 auto 55px auto;
}

body.lp-2018 .form-wrapper form{
	max-width:490px;
  margin:0 auto;
}

body.lp-2018 .form-wrapper form label{
	display:none;
}

body.lp-2018 .form-wrapper input[type="text"],
body.lp-2018 .form-wrapper input[type="email"],
body.lp-2018 .form-wrapper input[type="tel"],
body.lp-2018 .form-wrapper input[type="number"],
body.lp-2018 .form-wrapper input[type="password"],
body.lp-2018 .form-wrapper select,
body.lp-2018 .form-wrapper textarea{
	height:37px;
  border:1px solid #fff;
  padding-left:16px;
  color:#6f7185;
  font-size:16px;
  border-radius:0;
  margin-bottom:15px;
}

body.lp-2018 .form-wrapper ul.hs-error-msgs{
  display:none;
}

body.lp-2018 .form-wrapper ul.inputs-list{
	padding:0px;
  margin: 0;
  list-style-type:none;
}

body.lp-2018 .form-wrapper ul.inputs-list label{
	display:block;
}

body.lp-2018 .form-wrapper ul.inputs-list label span{
	font-size:16px !important;
}

body.lp-2018 .form-wrapper .hs-dependent-field{
	margin-top:0px !important;
}

body.lp-2018 .form-wrapper .hs-form input[type="checkbox"]{
	margin-top:14px;
}

body.lp-2018 .form-wrapper input[type="submit"]{
		border:none;
  	border-radius:40px;
    padding:20px 45px;
    text-transform:uppercase;
    text-decoration:none;
    display:inline-block;
    margin:30px 0px;
    cursor: pointer;
    font-weight:400;
  
  
  	color:#fff;
    background: #f7923c;
    background: -moz-linear-gradient(left, #f7923c 0%, #ffc34d 100%);
    background: -webkit-linear-gradient(left, #f7923c 0%,#ffc34d 100%);
    background: linear-gradient(to right, #f7923c 0%,#ffc34d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7923c', endColorstr='#ffc34d',GradientType=1 );
}  

body.lp-2018 .form-wrapper input[type="submit"]:hover{
  background: #ef2100;
  background: -moz-linear-gradient(left, #ef2100 0%, #ff8400 100%);
  background: -webkit-linear-gradient(left, #ef2100 0%,#ff8400 100%);
  background: linear-gradient(to right, #ef2100 0%,#ff8400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef2100', endColorstr='#ff8400',GradientType=1 ); 
}

body.lp-2018 .form-wrapper .actions{
	text-align:center;
}

body.lp-2018 .oferta-item{

}

body.lp-2018 .oferta-item .picture{
	height:90px;
  background-repeat:no-repeat;
  background-position:center top;
  margin-bottom:30px;
}

body.lp-2018 .oferta-item p{
	font-size:16px;
  color:#6f7185;
  margin:0px 0px;
}
/*************************************************************************************************************************/
/*                                                      LANDING PAGE PADRAO 2018                                         */
/*************************************************************************************************************************/

body.lp-padra-2018 {
  /*background-image:url('//www.in1.com.br/hubfs/%5BIN%5D/site_2017/lp/background-padrao-2018.jpg');*/
  background: url(//www.in1.com.br/hubfs/in/bg-green-degrade.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.lp-padra-2018 .logo{
	margin:23px 0px 75px;
}

body.lp-padra-2018 h1{
	color:#ffffff;
  font-size:18px;
}

body.lp-padra-2018 .screenshot{
	margin-top:45px;
}

body.lp-padra-2018 h3{
	text-align:center;
  color:#fff;
  margin: 20px 0px 30px 0px;
}

body.lp-padra-2018 label{
	display:none;
}

body.lp-padra-2018 .hs-form-booleancheckbox label{
	display:block;
}

body.lp-padra-2018 .inputs-list{
	padding:0px;
  list-style-type:none;
}

body.lp-padra-2018 label span{
	margin-bottom:0px;
}
body.lp-padra-2018 input[type="text"], 
body.lp-padra-2018 input[type="email"], 
body.lp-padra-2018 input[type="number"], 
body.lp-padra-2018 input[type="tel"], 
body.lp-padra-2018 textarea, 
body.lp-padra-2018 select{
	border-radius:30px;
  padding-left:15px;
}

body.lp-padra-2018 .lp-padrao-wrapper{
	
}




html {
  height: 100%;
}
body {
  min-height: 100%;
}

@media (max-width: 479px) {
  body.lp-padra-2018 .lp-padrao-wrapper{
		text-align:center;	
	}
}
/*************************************************************************************************************************/
/*                                                      FALE CONOSCO                                                     */
/*************************************************************************************************************************/

.fale-conosco h1{
    text-align:center;
    font-size:35px;
    color:#fff;
}

.fale-conosco h3{
    text-align:center;
    font-size:24px;
    text-transform:none;
}

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

.onde-encontrar-wrapper{
}

.onde-encontrar-wrapper  h1{
    font-size:35px;
    color:#808080;
    text-align:center;
}

.onde-encontrar-wrapper .box-wrapper .widget-type-custom_widget{
    margin:40px 0 0 0;
    width:25%;
}

.onde-encontrar-wrapper .box-wrapper .box{
    background-size:cover;
    width:100%;
    display:inline-block;
    height:auto;
    min-height:320px;
}

.onde-encontrar-wrapper .box-wrapper .box .front h3{
    font-size:22px;
    color:#fff;
    text-align:center;
        margin-top: 140px;
}

.onde-encontrar-wrapper .box-wrapper .box .back{
    color:#fff;
    text-align:center;
    padding: 110px 20px 0;
    height: 210px;
    background-color:rgba(0,0,0,0.5);
}

.onde-encontrar-wrapper .box-wrapper .box .back a{
    color:#fff;
}

/*************************************************************************************************************************/
/*                                                      HOME GRUPO                                                       */
/*************************************************************************************************************************/

body.home-grupo{
    background-color:#F2F2F2;
    background-image:url('//366328.fs1.hubspotusercontent-na1.net/hubfs/366328/Site%202017/bg-grupo.png');
    background-repeat:no-repeat;
    background-position:center center;
    color:#717388;
}

body.home-grupo .header-grupo .widget-type-logo{
    text-align:center;
}

.header-grupo h1 {
	font-weight: 400;
    font-size: 20px;
  text-transform:none;
}

.grupo-wrapper{
    background-image:url("//366328.fs1.hubspotusercontent-na1.net/hubfs/366328/Site%202017/bg-pontos-de-dor.png");
    background-repeat:no-repeat;
    background-position:center center;
    color:#717388;
    text-align:center;
}

.grupo-wrapper .widget-type-linked_image{
    text-align:center;
}


.grupo-wrapper .inner-space{
    padding-top:0px;
}

.grupo-wrapper .widget-type-linked_image{
    -webkit-box-shadow: 0px 0px 33px -1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 33px -1px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 33px -1px rgba(0,0,0,0.4);
    width:240px;
    height:200px;
    background-color:#fff;
    border-radius:33px;
    margin:0px auto !important;
    float:none !important;
}

.grupo-wrapper .widget-type-linked_image.logo-in{
    padding-top:43px;   
}

.grupo-wrapper .widget-type-linked_image.logo-a10{
    padding-top:51px;   
}

.grupo-wrapper .widget-type-linked_image.logo-in-gov{
    padding-top:31px;   
}

.grupo-wrapper .widget-type-linked_image.logo-academia{
    padding-top:73px;   
}

.grupo-wrapper .widget-type-linked_image.logo-academia img{
    max-width:170px;   
}

.grupo-wrapper .widget-type-linked_image.logo-in-gov img{
    max-width:100px;   
}





.grupo-wrapper h2{
    font-size:24px;
    color:#717388;
    text-align:center;
}

.grupo-wrapper p{
    text-align:center;
}

.grupo-wrapper .cta-link{
    margin-top:20px;
}

/*************************************************************************************************************************/
/*                                                      INGov                                                           */
/*************************************************************************************************************************/
body.ingov{
    background-color:#F1F1F1;
}

body.ingov .header-wrapper{
    text-align:center;
    background-image:url('//366328.fs1.hubspotusercontent-na1.net/hubfs/366328/Site%202017/bg-grupo.png');
    background-repeat:no-repeat;
    background-position:center 480px;
}

body.ingov .header-wrapper h1{
    font-size:24px;
    color:#717387;
    font-weight:700;
}

body.ingov .header-wrapper p{
    text-align:left;
}

body.ingov .header-wrapper img{
    margin-bottom:50px;
}

body.ingov .videos-wrapper{
    color:#717387;
    background-color:#fff;
    -webkit-box-shadow: 0px 0px 43px -2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 43px -2px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 43px -2px rgba(0,0,0,0.5);
}

body.ingov .videos-wrapper .hs_cos_wrapper_widget{
    color:#717387;
}

body.ingov .videos-wrapper ul{
    list-style-type:none;
    margin: 0;
    padding: 0;
}

body.ingov .videos-wrapper ul > li > ul{
    margin-left:20px;
    display:none;
}

body.ingov .videos-wrapper ul > li > ul .subitem{
    color:#98B13A;
    text-decoration:underline;
    font-size:16px;
}

body.ingov .cta a {
    margin:0!important;
}



body.ingov .videos-wrapper .hs-menu-item a{
    font-size:18px;
    color:#717387;
    font-weight:700;
    text-decoration:none;
    padding: 10px 20px;
    display:inline-block;
}



body.ingov .footer-wrapper{
    text-align:center;
}

body.ingov .footer-wrapper p{
    text-align:left;
}

body.ingov blockquote {
    font-size:24px!important;
}




.header-bg-ingov {
	padding:150px 0;
  color:#fff
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;      
}

.header-bg-ingov h1 {
	font-size:32px;
  color:#fff;
  font-weight:700;
}

.header-bg-ingov .section-header p.secondary-header .section-subheader {
	font-size:18px;
  color:#fff;
  font-weight:500!important;
}

.section-cases {
  padding:100px 0;
  background:#f8f8f8;
}

.section-cases .box-cases {
	background:#fff;
  border-radius:5px;
  position:relative;
}

.section-cases .box-cases .categoria-icone {
	position:absolute;
  width:26px;
  height:26px;
  left:20px;
  top:190px;
  border:solid 5px #fff;
  border-radius:50px;
  background:#fff;
}

.section-cases .box-cases .conteudo {
	padding:20px;
}

.section-cases .box-cases .conteudo h3 {
	font-size:16px;
  font-weight:700;
  color:#657075;
  text-transform:none;
}

.section-cases .box-cases .conteudo .categoria,
.section-cases .box-cases .conteudo .descricao {
	color:#b3bfc4;
  font-size:14px;
}

.section-cases .box-cases .picture {
  overflow: hidden;  
  position: relative;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
}

.section-cases .box-cases .picture .overlay {
  background:#454545;
	opacity: .4;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.3s ease-in 0s;
	-moz-transition: opacity 0.3s ease-in 0s;
	-o-transition: opacity 0.3s ease-in 0s;
	transition: opacity 0.3s ease-in 0s;
}

.section-cases .box-cases:hover .picture .overlay {
	opacity:.7;
}

.section-cases .box-cases .overlay-logo {
  color: #fff;
	font-size:50px;
  position: absolute;
  top:35%;
  left:45%;
}

.section-cases .caracteristicas {
	margin-top:100px;
}

.section-cases .box-caracteristicas {
	margin-top:50px;
}

.section-cases .box-caracteristicas span {
	color:#8c9497;
  font-size:18px;
}

.section-cases .box-caracteristicas h3 {
	font-size:18px;
  text-transform:none;
  font-weight:600;
  margin-top:40px;
  color:#8c9497;
}

.section-clientes {
	padding:30px 0 60px;
}

.section-clientes .numeros {
  margin-bottom:20px;
}

.section-clientes .group-numeros {
	margin:50px 0;
}

.section-clientes .numeros span {
	color:#eca561;
  font-size:100px;
  font-weight:700;
  border-bottom:solid 16px #f8dec5;
  text-align:center;
}

.section-clientes .cliente-slider-wrapper {
	margin:20px 0 40px;
}

.section-clientes .slide div {
	margin:50px auto;
  text-align:center;
}

.section-clientes .slick-slide img {
  text-align:center;
  display:initial;
}

.section-servicos {
	color:#fff;
}

.section-servicos p {
  font-size:18px;
}

.section-cases h2 {
	font-size:32px;
  color:#657075;
  font-weight:600;
  line-height:130%;
}

.section-clientes h2 {
  color:#657075;
}

.section-servicos h2,
.section-clientes h2 {
	font-size:40px;
  font-weight:600;
}

.section-cta {
	color:#fff;
}

.section-cta h2 {
	font-size:24px;
  font-weight:700;
}

.section-intro .header h2 {
  color:#657075;  
	font-size:40px;
  font-weight:700;
  margin-bottom:0;
}

.section-intro .header span {
  color:#657075;  
	font-size:32px;
  font-weight:300;
  text-transform:uppercase;
}

.section-intro .box-itens {
	margin:60px 0;
  color:#4b5a61;
  padding:0 30px;
}

.section-intro .box-itens h3 {
  font-size:24px;
  color:#86b16e;
  text-transform:none;
}

.section-intro .box-itens h3:before {
  content:url(https://www.in1.com.br/hubfs/ingov/ico-select.png);
  width:20px;
  height:20px;
  padding-right:15px;
}

.materiais-filter {
  margin-top:50px;
    list-style-type: none;
    text-align: center;
}

.materiais-filter li{
    display:inline-block;
}

.materiais-filter li a{
  font-size:12px;
  font-weight:600;
  text-transform:uppercase;
    display: inline-block;
    color:#4b4c4d;
    padding:8px 30px;
    background-color:transparent;
    border-radius:30px;
    margin-right:15px;
  text-decoration:none;
  	border:solid 1px #ccc;

}

.materiais-filter li a:hover {
	border:solid 1px #ccc;
  background-color:#ccc;
  color:#fff;
}

.materiais-filter li a.ebooks {
	border:solid 1px #abce53;
}

.materiais-filter li a.ebooks:hover {
	border:solid 1px #abce53;
  background-color:#abce53;
  color:#fff;
}

.materiais-filter li a.webinars {
	border:solid 1px #FAA155;
}

.materiais-filter li a.webinars:hover {
	border:solid 1px #FAA155;
  background-color:#FAA155;
  color:#fff;
}

.materiais-filter li a.produtos {
	border:solid 1px #8A79A9;
}

.materiais-filter li a.produtos:hover {
	border:solid 1px #8A79A9;
  background-color:#8A79A9;
  color:#fff;
}

/*.materiais-content .material-item{
  margin-left: 2.127659574%;
  margin-bottom: 2.127659574%;  
}

.materiais-content .material-item:nth-child(4n + 1),
.materiais-content .material-item:first-child{
   margin-left:0px;
}*/

.vaga-item {
  margin-bottom:30px;
  padding:30px 30px 100px 30px;
  position:relative;
	border:solid 1px #ccc;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e4e3e3+0,ffffff+100 */
  background: rgb(228,227,227); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(228,227,227,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(228,227,227,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(228,227,227,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e3e3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */  
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.vaga-item p {
  font-size: 16px;
}

.vaga-item h2 {
  color: #463370;
}

.vaga-item .categoria {
 	font-size:11px;
  text-transform:uppercase;
  font-weight:600; 
  margin: 0;
}

.vaga-item .btn-vaga {
  position: absolute;
  left: 30px;
  bottom: 30px;
  border-radius: 30px;
  padding: 15px 30px;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 400;
  background-color:#abce53;
  color: #fff;
}

.vaga-item .btn-vaga:hover {
  background-color: #779a1f;
}

.envia-curriculo input[name="vaga_area"] {
    pointer-events: none;
}

.box-materiais {
  min-height:360px!important;
  margin-bottom:30px;
  position:relative;
	border:solid 1px #ccc;
  padding:30px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e4e3e3+0,ffffff+100 */
  background: rgb(228,227,227); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(228,227,227,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(228,227,227,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(228,227,227,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e3e3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */  
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.box-materiais:hover {
  -webkit-box-shadow: 0px 33px 62px -35px rgba(0,0,0,0.55);
  -moz-box-shadow: 0px 33px 62px -35px rgba(0,0,0,0.55);
  box-shadow: 0px 33px 62px -35px rgba(0,0,0,0.55);
}

.box-materiais h2 {
	color:#727389;
  font-size:22px!important;
  font-weight:700;
}

.box-materiais .cta-btn {
  position:absolute;
  right:30px;
  bottom:30px;
    border-radius:30px;
    padding:8px 30px;
    text-transform:uppercase;
    text-decoration:none;
    cursor: pointer;
    font-weight:400;
}

.box-materiais .cta-btn a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.box-materiais .cta-btn.ebooks {
	background-color:#abce53;
}

.box-materiais .cta-btn.ebooks:hover {
  background-color:#7f9b31;
}

.box-materiais .cta-btn.webinars {
	background-color:#FAA155;
}

.box-materiais .cta-btn.webinars:hover {
	background-color:#ea7210;
}

.box-materiais .cta-btn.produtos {
	background-color:#8A79A9;
}

.box-materiais .cta-btn.produtos:hover {
	background-color:#66518e;
}

.box-materiais .categoria {
 	font-size:11px;
  text-transform:uppercase;
  font-weight:600; 
  background-repeat:no-repeat;
  background-position:left;
  padding: 10px 0 10px 40px;
}

.box-materiais .categoria.ebooks {
	background-image:url('https://www.in1.com.br/hubfs/%5BIN%5D/site_2017/ico-ebook.png');
}

.box-materiais .categoria.webinars {
	background-image:url('https://www.in1.com.br/hubfs/%5BIN%5D/site_2017/ico-webinar.png');
}

.box-materiais .categoria.produtos {
	background-image:url('https://www.in1.com.br/hubfs/%5BIN%5D/site_2017/ico-produto.png');
}

/*************************************************************************************************************************/
/*                                                      CASES - HOME                                                      */
/*************************************************************************************************************************/


.midia-wrapper .hs_cos_wrapper_type_custom_widget .midia-item{
   margin-left: 2.127659574%;
   min-height: 170px;
}

.midia-wrapper .hs_cos_wrapper_type_custom_widget:nth-child(2n + 1) .midia-item,
.midia-wrapper .hs_cos_wrapper_type_custom_widget:first-child .midia-item,
.box-materiais:nth-child(4n + 1) {
   margin-left:0px;
}

.box-listing {
    min-height: 170px!important;
}

.box-listing.na-midia h2 {
    padding:0;
    margin-top: 0!important;
    margin-bottom:10px;
    text-transform:none;
}

.box-listing.na-midia a {
    color:#717388!important;
    text-decoration:none!important;
}

.box-listing.na-midia a h2:hover {
    color:#9DC520;
}

.blog-toolbar h3 {
  display:none;
}

.blog-toolbar ul {
  margin:0;
  padding: 0;
  padding-top: 5px;
}

.blog-toolbar .widget-type-post_filter li {
    list-style:none;
    display:inline-block;
}

.blog-toolbar .widget-type-post_filter .filter-link-count {
    display:none;
}

.blog-toolbar .widget-type-post_filter ul li a {
    color:#fff;
    padding: 0;
  font-weight: 400;
} 

.blog-toolbar .widget-type-post_filter ul li a:hover {
    color:#e3efac;
    text-decoration:none;
}


.cases-filter-bar.blog-toolbar{
    padding: 13px 23px;
}

.cases-filter-bar a{
    text-decoration:none;
}

.case-list{
    
}

.case-list .case-item{
    margin-bottom:90px;
}
.category .hs_cos_wrapper_type_text,
.case-list .case-item .category{
    position:relative;
    margin:0px auto;
    font-size:11px;
    border-radius:40px;
    padding:3px 15px;
    text-transform:uppercase;
    text-decoration:none;
    display:table;
    cursor: pointer;
    
    margin-bottom:15px;
    
    color:#fff;
    background: #2d964a;
    background: -moz-linear-gradient(left, #2d964a 0%, #bdd654 100%);
    background: -webkit-linear-gradient(left, #2d964a 0%,#bdd654 100%);
    background: linear-gradient(to right, #2d964a 0%,#bdd654 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d964a', endColorstr='#bdd654',GradientType=1 );
}

.case-list .case-item img{
    width:100%;
}

.case-list .case-item .image-case{
    width:355px;
    height:270px;
    
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}



.case-list .case-item h2{
    font-weight:600;
    
}

.case-list .case-item h2 a{
    color:#717388;
    text-decoration:none;
    
    font-size: 22px;
    color: #717388;
    font-weight: 400;
    text-transform: none;
}


.case-list .case-item .date{
    font-size:16px;
    color:#717388;
}

.case-list .hs_cos_wrapper_type_custom_widget .case-item{
    margin-left:2.564102564%;
}

.case-list .hs_cos_wrapper_type_custom_widget:nth-child(3n + 1) .case-item{
    margin-left:0;
}

.containermix{
    margin-top:70px;
}

/* =========  FORM ========= */

.form-super .hs-form input[type=date],
.form-super .hs-form input[type=datetime],
.form-super .hs-form input[type=datetime-local],
.form-super .hs-form input[type=email],
.form-super .hs-form input[type=month],
.form-super .hs-form input[type=number],
.form-super .hs-form input[type=password],
.form-super .hs-form input[type=range],
.form-super .hs-form input[type=search],
.form-super .hs-form input[type=tel],
.form-super .hs-form input[type=text],
.form-super .hs-form input[type=time],
.form-super .hs-form input[type=url],
.form-super .hs-form input[type=week],
.form-super .hs-form fieldset.form-columns-1 textarea.hs-input,
.form-super .hs-form fieldset.form-columns-1 .input select,
.form-super .hs-form .input textarea,
.form-super .hs-form .hs-input textarea,
.form-super .hs-form textarea,
.form-super .hs-form .input select,
.form-super .hs-form .hs-input select,
.form-super .hs-form select {
  width: 100%;
  padding: 9px 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left !important;
  letter-spacing: 0px !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  border-color: #e2e2e2 !important;
  color: #636363 !important;
  background-color: #ffffff!important;
  border-style: solid !important;
  border-radius: 0; !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  height: auto !important;  
}

.form-super h3.form-title {
  margin: 0 0 20px;
}

.form-super .hs-form ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.form-super legend.hs-field-desc {
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 10px;
}

.form-super .hs-form fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

.form-super .hs-form fieldset.form-columns-1 input[type="checkbox"],
.form-super .hs-form fieldset.form-columns-1 input[type="radio"] {
  width: auto !important;
  margin-right: 15px !important;
  margin-top: -2px;
}

.form-super .hs-form fieldset {
  max-width: 100% !important;
}

.form-super .hs-form fieldset.form-columns-3 .hs-form-field {
  width: 33.333% !important;
}

.form-super .hs-form fieldset {
  margin-bottom: 0 !important;
}

.form-super .hs-form .hs-form-field {
  margin-bottom: 15px;
}

.form-super .hs-form ul.inputs-list.multi-container {
  margin-bottom: 20px;
}

.form-super .hs-form ul li {
  margin-top: 4px;
  margin-bottom: 0 !important;
  float: left;
  width: 100%;
}

.form-super .hs-form fieldset textarea.hs-input {
  min-height: 200px;
}

.form-super .hs-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px;
  border-radius: 0;
}

.form-super .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-super .hs-form fieldset.form-columns-3 .hs-form-field,
.form-super .hs-form fieldset.form-columns-2 .hs-form-field {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-super .hs-form fieldset .hs-form-field {
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width:400px) {
  .form-super .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
  }
}

.form-super .hs-form label,
.form-super .hs-form label span {
  color: rgba(90, 93, 97, 1)!important;
  font-size: 16px !important;
  letter-spacing: 0px !important;
  font-weight: 400 !important;
  margin-bottom: 6px;
}

.form-super .hs-form label {
  display: none;  
  width: 100% !important;
  float: left !important;
  text-align: left !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.form-super .hs-form .hs-form-checkbox label,
.form-super .hs-form .hs-form-booleancheckbox label,
.form-super .hs-form .hs-fieldtype-checkbox label {
  display: block!important;
}

.form-super .hs-form input::-webkit-input-placeholder,
.form-super .hs-form select::-webkit-input-placeholder {
  color: #999 !important;
  text-align: left !important;
}

.form-super .hs-form input::-moz-placeholder,
.form-super .hs-form select::-moz-placeholder {
  color: #999 !important;
  text-align: left !important;
}

.form-super .hs-form input:-ms-input-placeholder,
.form-super .hs-form select:-ms-input-placeholder {
  color: #999 !important;
  text-align: left !important;
}

.form-super .hs-form input:-moz-placeholder,
.form-super .hs-form select:-moz-placeholder {
  color: #999 !important;
  text-align: left !important;
}

.form-super .hs-form button,
.form-super .hs-form input[type=button],
.form-super .hs-form input[type=reset],
.form-super .hs-form input[type=submit] {
  display: inline-block;
  box-sizing: border-box;
  font-weight: 700;
  padding: 15px 40px;
  color: #fff;
  font-size: 1em;
  line-height: 1.3;
  margin-top: 20px!important;
  border-radius: 40px;  
  white-space: normal;  
  box-sizing: border-box;
  letter-spacing: .64px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear;
  -khtml-transition: all .2s linear;
  background-color: #f7923c;
  border: solid 1px #f7923c;
} 

.form-super .hs-form button:hover,
.form-super .hs-form input[type=button]:hover,
.form-super .hs-form input[type=reset]:hover,
.form-super .hs-form input[type=submit]:hover {
  background-color: #A1AC2B;
  border: solid 1px #A1AC2B;
  color: #fff;
}

.form-super .hs-form .hs-submit {
  display: inline-block;
  width: 100%;
}

.form-super .hs-form .hs-submit .actions {
  width: 100% !important;
  float: left !important;
  clear: both !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /*padding-left: 11px !important;
  padding-right: 17px !important;*/
}

@media screen and (max-width:767px) {
  .form-super .hs-form .form-columns-2>div.hs-form-field,
  .form-super .hs-form .form-columns-3>div.hs-form-field,
  .form-super .hs-form .form-columns-4>div.hs-form-field {
    width: 100% !important;
  }
}

.form-super .hs-richtext {
  float: left !important;
  width: 100% !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  color: #666666 !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  font-size: 12px !important;
}

.form-super .hs-form .hs-error-msgs label,
.form-super .hs-form .hs-error-msgs label span {
  font-size: 12px !important;
  color: #ff7373 !important;
  display: block;
}

.hs_error_rollup {
  display: none;
}

.grecaptcha-badge {
  width: auto !important;
  height: auto !important;
  box-shadow: none !important;
}

.form-super .hs-form input[type="checkbox"] {
  margin-right: 0;
  margin-top: 7px;
}

.form-super .legal-consent-container .hs-form-booleancheckbox-display>span {
  display: block;
  margin-left: 30px;
}

/*************************************************************************************************************************/
/*                                                      CASES - INTERNA                                                      */
/*************************************************************************************************************************/

.case-description{
    
}

.case-description .video-wrapper{
    margin-bottom:80px;    
}

.case-description iframe{
    width:100%;
    height:550px;
}

.case-description h1{
    margin-top:30px !important;
    margin-bottom:30px;
    text-transform:none;
}

.case-description h2 span,
.case-description h2{
    font-weight:400;
    text-transform:none;
    line-height:120%!important;
    padding: 0 20px;
    
    font-size: 24px !important;
    color: #fec024 !important;
    margin: 40px 0 20px 0;
}

.cta-box-cases img{
    display:inline-block;
    margin-left: -30px; 
    margin-top:80px;
}

/*************************************************************************************************************************/
/*                                                      QUEM SOMOS 2018                                                  */
/*************************************************************************************************************************/
.header-interno.quem-somos{
  text-align:center;
}



.header-interno.quem-somos .background {
  /*background-image:url('//www.in1.com.br/hubfs/%5BIN%5D/site_2017/background-quem-somos.jpg');*/
  background-image:url('//www.in1.com.br/hubfs/in/bg-green-degrade.png');
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  position: relative;
}

.header-interno.quem-somos .background:after {
  background-color: rgba(0,0,0,.3);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.header-interno.quem-somos .background .texto {
  position: relative;
  z-index: 9999;
}

.header-interno.quem-somos.ingov .background{
  background-image:url('//www.in1.com.br/hubfs/%5BIN%5D/site_2017/background-quem-somos-ingov.jpg');  
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
}

.header-interno.quem-somos h1{
  text-transform:uppercase;
  font-size:32px;
  margin:0px 0px 70px 0px;
}

.header-interno.quem-somos p,
.header-interno.quem-somos li,
.header-interno.quem-somos a{
  font-size:18px;
}

.ogrupo-wrapper{
  background-color:#f2f2f2;
  text-align:center;
}


.ogrupo-wrapper h1{
  font-size:26px;
  color:#98b13a;
  text-transform:uppercase;
  font-weight:700;
}

.ogrupo-wrapper p{
  font-size:24px;
  font-weight:300;
  color:#5a5b62;
}

.transformacao-wrapper{
  
}

.transformacao-wrapper li,
.transformacao-wrapper p{
  font-weight:300;
  color:#5a5b62;
  font-size:16px;
}

.transformacao-wrapper h1,
.transformacao-wrapper h2{
  font-size:20px;
  color:#5a5b62;
  font-weight:700;
  text-align:center;
  text-transform:none;
}

.transformacao-wrapper h1{
  margin:0px 0px 25px 0px;
}

.transformacao-wrapper h2{
  margin:35px 0px 70px 0px;
}

.transformacao-wrapper ul{
  list-style-type:none;
  
}

.transformacao-wrapper ul li{
  position:relative;
}

.transformacao-wrapper ul li:before{
  display:inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f00c";
  font-size:10px;
  color:#9eaf3a;
  margin-right:7px;
}

.transformacao-wrapper a{
  font-size:16px;
  font-weight:700;
  color:#9eaf3a;
  text-decoration:none;
}

.numbers-wrapper{
  background: #2f1a5f;
  background: -moz-linear-gradient(45deg, #2f1a5f 0%, #8d76c1 100%);
  background: -webkit-linear-gradient(45deg, #2f1a5f 0%,#8d76c1 100%);
  background: linear-gradient(45deg, #2f1a5f 0%,#8d76c1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f1a5f', endColorstr='#8d76c1',GradientType=1 );
}

.numbers-wrapper.ingov{
  background: #f8933d;
  background: -moz-linear-gradient(45deg, #f8933d 0%, #ffc24d 100%);
  background: -webkit-linear-gradient(45deg, #f8933d 0%,#ffc24d 100%);
  background: linear-gradient(45deg, #f8933d 0%,#ffc24d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8933d', endColorstr='#ffc24d',GradientType=1 );
}

.numbers-wrapper .number-box{
  text-align:center;
}

.numbers-wrapper .number-box .number span{
  display:inline-block;
  font-size:60px;
  color:#ffffff;
  font-weight:700;
}

.numbers-wrapper .number-box .description span{
  display:inline-block;
  font-size:18px;
  color:#ffffff;
  text-transform:uppercase;
}

.certificados-wrapper{
  
}

.certificados-wrapper h1{
  font-size:28px;
  color:#5a5b62;
  font-weight:700;
  margin:40px 0px 45px 0px;
  text-align:center;
}

.certificados-wrapper img{
  margin:20px 0px 20px 0px;
}

.certificados-wrapper .description{
  text-align:center;
  
}

.certificados-wrapper .description p{
  font-size:16px;
  font-weight:300;
}
/*************************************************************************************************************************/
/*                                                      FOOTER                                                           */
/*************************************************************************************************************************/

.footer{
    text-align:center;
    background-color:#8A8C8E;
    color:#fff;
    padding-bottom:0;
}

.footer ul{
    margin-bottom:0 !important;
}

.footer ul li a,
.footer ul li{
    color:#fff;
    text-transform:uppercase;
    font-size:12px;
    margin-bottom:0;
    max-width:150px;
}

.footer .hs_cos_wrapper_type_text{
    color:#fff;
    font-size:12px;
    margin-bottom:0;
}

.footer .social-footer {
    text-align:center;
    margin:40px auto 20px !important;
    max-width:414px;
    float:none !important;
}

.footer .social-footer a {
    color:#fff;
    display: block;
    margin-top:10px;
    text-decoration: none;
    font-size:16px
}

.footer a:hover, .footer .social-footer a:hover {
    color:#5f6062;
}

.footer .link-social-blog {
    padding-top:5px;
}

.footer {
    line-height: normal;
}

.footer .inner-space {
    padding-top:40px;
    padding-bottom:10px;
}

.copyright span, 
.copyright a {
  color:#fff;
  font-size:12px;
}

.ouvidoria span {
  color:#fff;
  font-size:15px!important;
  font-weight: 400;
  padding-bottom: 20px;
  display: block;
}

body.erro404 .header {
  border-bottom:1px solid #ccc;
  padding:30px 0;
}

/*************************************************************************************************************************/
/*                                                      SYSTEM                                                            */
/*************************************************************************************************************************/

body.erro404 h1 {
  font-size:60px;
  font-weight:600;
  color:#717388;
}

body.erro404 p.secondary-header {
  font-size:30px;
  color:#717388;
  font-weight:500;
  margin-bottom:60px;
}

body.erro404 .widget-type-rich_text p,
body.erro404 .widget-type-rich_text a {
  font-size:20px;
  color:#717388;
}

body.erro404 .widget-type-rich_text a {
  color:#bdd654!important;
  text-decoration:none;
}

.unsubscribe {
  color:#fff;
  text-align:center;
    background: #2d964a;
    background: -moz-linear-gradient(left,#2d964a 0%,#bdd654 100%);
    background: -webkit-linear-gradient(left,#2d964a 0%,#bdd654 100%);
    background: linear-gradient(to right,#2d964a 0%,#bdd654 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d964a',endColorstr='#bdd654',GradientType=1);
}

.unsubscribe h3 {
	text-transform:none;
  font-weight:100!important;
  font-size:24px;
  margin-bottom:60px;
}

.unsubscribe input[type="email"] {
  padding:30px 20px!important;
}

.unsubscribe input[type="submit"] {
    margin:15px 0px;
    border:none;
    border-radius:40px;
    padding:15px 65px;
    text-transform:uppercase;
    text-decoration:none;
    display:inline-block;
    color:#fff;
    background: #3e2e6a;
    background: -moz-linear-gradient(left, #3e2e6a 0%, #9864a4 100%);
    background: -webkit-linear-gradient(left, #3e2e6a 0%,#9864a4 100%);
    background: linear-gradient(to right, #3e2e6a 0%,#9864a4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e2e6a', endColorstr='#9864a4',GradientType=1 ); 
}

.unsubscribe input[type="submit"]:hover{
    background: #00002a;
    background: -moz-linear-gradient(left, #00002a 0%, #671d7a 100%);
    background: -webkit-linear-gradient(left, #00002a 0%,#671d7a 100%);
    background: linear-gradient(to right, #00002a 0%,#671d7a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00002a', endColorstr='#671d7a',GradientType=1 );    
}

.unsubscribe .logo {
  padding:40px 0;
  border-bottom:solid 1px #B9DB9C;
}


/*.cta-link-box{
  cursor:pointer;
}*/
/*************************************************************************************************************************/
/*                                                      CUSTOM CLASSES                                                   */
/*************************************************************************************************************************/

.page-center{
    float: none !important;
    max-width: 1120px;
    margin: 0 auto !important;
}

.page-center-sm{
    float: none !important;
    max-width: 800px;
    margin: 0 auto !important;
}

.page-center-xs {
    float: none !important;
    max-width: 600px;
    margin: 0 auto !important;
}

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

.inner-space-small {
    padding:0 0 70px 0;
}

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

.cta-link{
    text-align:center;
}

.cta-link.green a{
    color:#9DC520;
}

.cta-link.green a:hover{
    color:#004300;
}

.cta a{
    border-radius:40px;
    padding:10px 45px;
    text-transform:uppercase;
    text-decoration:none;
    display:inline-block;
    margin:30px 0px;
    cursor: pointer;
    font-weight:400;
}

.cta.no-margin-top a{
    margin:10px 0px 30px 0px;
}

.cta.green a{
    color:#fff;
    background: #2d964a;
    background: -moz-linear-gradient(left, #2d964a 0%, #bdd654 100%);
    background: -webkit-linear-gradient(left, #2d964a 0%,#bdd654 100%);
    background: linear-gradient(to right, #2d964a 0%,#bdd654 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d964a', endColorstr='#bdd654',GradientType=1 );    
}

.cta.green a:hover{
    background: #004300;
    background: -moz-linear-gradient(left, #004300 0%, #7eac00 100%);
    background: -webkit-linear-gradient(left, #004300 0%,#7eac00 100%);
    background: linear-gradient(to right, #004300 0%,#7eac00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004300', endColorstr='#7eac00',GradientType=1 );    
}

.cta.white a{
    color:#2d964a;
    background: #fff;
    border-radius:0!important;
}

.cta.white a:hover{
    background: #2d964a;
    color:#fff;
}

.cta.purple a{
    color:#fff;
    background: #3e2e6a;
    background: -moz-linear-gradient(left, #3e2e6a 0%, #9864a4 100%);
    background: -webkit-linear-gradient(left, #3e2e6a 0%,#9864a4 100%);
    background: linear-gradient(to right, #3e2e6a 0%,#9864a4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e2e6a', endColorstr='#9864a4',GradientType=1 );    
}

.cta.purple a:hover{
    background: #00002a;
    background: -moz-linear-gradient(left, #00002a 0%, #671d7a 100%);
    background: -webkit-linear-gradient(left, #00002a 0%,#671d7a 100%);
    background: linear-gradient(to right, #00002a 0%,#671d7a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00002a', endColorstr='#671d7a',GradientType=1 );    
}

.cta.orange a{
    color:#fff;
    background: #f7923c;
    background: -moz-linear-gradient(left, #f7923c 0%, #ffc34d 100%);
    background: -webkit-linear-gradient(left, #f7923c 0%,#ffc34d 100%);
    background: linear-gradient(to right, #f7923c 0%,#ffc34d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7923c', endColorstr='#ffc34d',GradientType=1 );
}

.cta.orange a:hover{
    background: #ef2100;
    background: -moz-linear-gradient(left, #ef2100 0%, #ff8400 100%);
    background: -webkit-linear-gradient(left, #ef2100 0%,#ff8400 100%);
    background: linear-gradient(to right, #ef2100 0%,#ff8400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef2100', endColorstr='#ff8400',GradientType=1 );    
}


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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    z-index:99999 !important;
}


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

.tinynav{
    display:none;
}

/* 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:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* 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:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

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




/* ==========================================================================
   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 
    */
    
    .header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
        padding-left: 45px;
    }

  .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:#9DC520;
  }


  /* 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: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #9DC520;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #9DC520; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #9DC520; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #9DC520; 
    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: #9DC520; /* 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:#9DC520; /* 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: 10px 0 10px 0;
       top:-65px;
       right:20px;
   }

  /* 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: absolute !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;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#fff; /* 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: 130%;
    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:#9DC520; /* 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 */
  }
}


/*************************************************************************************************************************/
/*                                                      MOBILE CLASSES                                                   */
/*************************************************************************************************************************/

/* Portrait and Landscape */
@media only screen and (max-width: 768px) {
  
  .header {
       height: auto;
  }
  
  .header-bg-ingov {
    padding: 50px 20px;
  }
  
  .header-bg-ingov h1 {
    font-size: 1.7em;
  }
 
  .page-center {
    padding: 0 20px;
  }

  
  .slide img {
    height: auto;
  }
  
  .sidebar .cta-mobile img {
    height: auto;
  }
  
    /* For mobile phones: */
    .header .widget-type-logo{
        width:260px;
        margin-left:35px !important;
      margin-top:0!important;
      margin-bottom:0!important;
    }
    
    .banner-home-wrapper, .header-interno {
        padding:0 25px;
    }
    
    .header-interno .inner-space {
        padding:30px 0;
    }
    
    .contact-box a, .popup, .hs-tools-menu {
        display:none;
    }
    
    .inner-space {
        padding:0 20px 50px;
    }
    
    .post-recente {
        margin:20px 0;
    }
    
    .dor-wrapper .widget-type-linked_image img {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    
    .dor-wrapper h2 {
        margin-bottom:10px;
    }
    
    .dor-wrapper .cta-link.green a {
        margin-bottom:30px;
        display:block;
    }
    
    .hs-image-widget {
        padding-top:30px;
    }
    
    .cta a {
        width: 100%;
        padding:20px 0;
        text-align: center;
    }
    /*.cta_button {
        margin:0 20px;
    }*/
    
    .header-interno,
    .sobre-wrapper,
    .header-interno.seja-parceiro h2,
    .header-interno.seja-parceiro .description,
    .header-interno.seja-parceiro .depoimento{
        text-align:center;
    }
    
    .onde-encontrar-wrapper .box-wrapper .widget-type-custom_widget{
        width:100%;
    }
  
  .section-intro .box-itens {
    margin: 0;
    padding: 0;
    text-align:center;
  }
  
  .blog-content .box-cases .topic {
    top:0!important;
  }
  
  .box-cases {
    margin-bottom: 30px!important;
    background: #efefef;
    padding: 20px;
    border-radius: 5px;
}
  
  .blog-list-content .inner-space {
    padding: 20px;
  }
  
  .blog-content h1 {
    font-size: 2em;
  }
    
    /*.fale-conosco .form-columns-1 .hs-input, 
    .seja-parceiro .form-columns-1 .hs-input, 
    .tk-download .form-columns-1 .hs-input, 
    .landing-page .form-columns-1 .hs-input{
        width:95% !important;
    }*/
    
    .download-wrapper .box-wrapper .download-box {
        width:auto;
        margin-bottom:60px;
    }
    
    .download-wrapper .box-wrapper .download-box:after {
        margin-bottom:0;
    }
    
    .download-wrapper .box-wrapper .download-box .cta{
        left: 25px;
        margin-top: 30px;
    }
    
    .download-wrapper .inner-space {
        padding-bottom:0;
        padding-top:50px;
    }
  
    .section-cases h2 {
      font-size: 1.2em;
  }

  .section-clientes .numeros span {
    font-size: 50px;
  }
  
  .section-servicos {
    background-size: cover;
  }
  
  .section-clientes .group-numeros {
    margin: 20px 0;
}
    
  .newsletter-wrapper input[type="text"],
  .newsletter-wrapper input[type="email"],
  .newsletter-wrapper input[type="tel"],
  .newsletter-wrapper select,
  .newsletter-wrapper textarea,
  .unsubscribe input[type="email"] {
    width:100%;
  }

    .newsletter-wrapper .inner-space {
        padding-bottom:50px;
    }
  
  body.ingov .blog-toolbar {
    display:none;
  }
  
  .footer ul li a,
  .footer ul li {
  max-width:100%!important;
  }
  
  .custom-menu-primary.js-enabled {
    top: -55px;
    right: 0;
  }
  
  .blog-content,
  .sidebar {
    padding: 0 20px;
  }
  
  body.ingov.hs-blog-post .inner-space {
    padding-top: 0;
  }
  
  .botoes-form {
    padding: 0;
  }
    
  .botoes-form li,
  .botoes-form li.transparent {
    display: block;
    width: 96%;
    margin-bottom: 20px;
  }
  
  .subscription-box {
    padding: 20px;
  }
    
}


@import url('//cdn.jsdelivr.net/jquery.slick/1.6.0/slick.css')