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

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



/* Images */

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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

/* HOOK BOILERPLATE (resets e classes genéricas) AJUSTAR CAMINHO CORRETO*/
/* ==========================================================================
   Variables                                               
   ========================================================================== */


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

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

/* Typography */
            /*  */
                         /*  */
                          /*  */
 /*  */

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








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


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

 

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




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


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

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

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

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

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

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

a { color: #002C73; }
a:hover, a:focus { color: #3E8DDD; }

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

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

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



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


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

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    position:relative;
    margin:0x;
    padding:0px;
    font-weight:700;
    color:#002C73;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
}

h1 {
    font-size:34px;
}
h2 {
    font-size:30px;
}
h3 {}
h4 {}
h5 {}
h6 {}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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

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



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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:#002C73;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:#000;
}

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

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

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


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

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

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000; 
    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: #000000; /* 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;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

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

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

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

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

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


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


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

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

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

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

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

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

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

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

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

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

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

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



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


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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  text-decoration: none !important;
}


/* ==========================================================================
   Custom Classes                             
   ========================================================================== */
.page-center-sm{
    max-width:960px;
}

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

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

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

.pull-right {float:right !important;}

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

/*SLICK THEME*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Colors */







*{
    /*transition: all 0.5s ease;*/
}


html{
  scroll-behavior: smooth;
}
/* ==========================================================================
   HEADER                                             
   ========================================================================== */
.header-container .row-fluid [class*="span"]{
  min-height:unset;
}

.header{
    
}

.header .topbar{
    padding:6px 0px;
    background-color:#3E8DDD;
    
}

.header .topbar .hs_cos_wrapper_type_text a{
    color:#fff;
}

.header .topbar .hs_cos_wrapper_type_text{
    
    display:block;
}

.header .topbar .hs_cos_wrapper_type_text:before{
    content:" ";
    width:19px;
    height:20px;
    display: inline-block;
    background-image:url('//info.opersan.com.br/hubfs/Site2017/ico-phone-toolbar.png');
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

.header .topbar .cta a{
    font-size:16px;
    margin-top:2px;
}

.header .logo img{
    margin-top:10px;
}

.header .menu-wrapper{
    
}
.header .menu-wrapper > .row-fluid-wrapper > .row-fluid {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.header .ctas{
  margin-top: 20px;
}
.header .ctas .new-cta{
  padding: 7px 30px;
  border-radius: 25px;
  border: solid 1px #3e8ddd;
  margin-left: 10px;
  font-size: 16px;
  text-decoration:none;
  display: inline-block;
}
.header .ctas .new-cta.cta-white{
  color: #3e8ddd;
}
.header .ctas .new-cta.cta-blue{
  color: #fff;
  background-color: #3e8ddd;
}
.header .ctas .new-cta.phone:before{
  content: url('https://info.opersan.com.br/hubfs/phone-call.png');
  margin-right: 9px;
}
.header .ctas .new-cta.user:before{
  content: url('https://info.opersan.com.br/hubfs/user.png');
  margin-right: 9px;
}
/*.solucoes img{
  width:89px !important;
}*/

.custom-menu-primary .hs-menu-wrapper > ul li a{
    position:relative;
    line-height: 60px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  line-height: 20px;
}
.custom-menu-primary .hs-menu-wrapper > ul li:last-child a{
    padding:10px 0px 10px 20px;
}

.custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    
}

.custom-menu-primary .hs-menu-wrapper > ul li a:hover:after{
    content:" ";
    width: 86px;
    height: 1px;
    background-color: #3E8DDD;
    position: absolute;
    left: 50%;
    margin-left: -43px;
    bottom: 0px;
}

.custom-menu-primary .hs-menu-wrapper > ul li:last-child a:hover:after{
    margin-left: -29px;
}

.custom-menu-primary ul.hs-menu-children-wrapper li{
    background-color:#fff;
}

.custom-menu-primary ul.hs-menu-children-wrapper li a{
    padding: 10px 20px 10px 20px !important;
  	text-align:center;
}

.custom-menu-primary ul.hs-menu-children-wrapper li:last-child a:hover:after{
    margin-left: -43px;
}

.header .topbar .height{
  display: flex;
  min-height: 56px;
  align-items: center;
}




/* ==========================================================================
   TITLE                                             
   ========================================================================== */
.main-title h1:after,
.main-title h2:after,
.main-title h3:after{
    content:" ";
    width: 86px;
    height: 1px;
    background-color: #3E8DDD;
    position: absolute;
    left: 50%;
    margin-left: -43px;
    bottom: -10px;
}

.secondary-title h1:after,
.secondary-title h2:after,
.secondary-title h3:after,
.secondary-title h4:after{
    content:" ";
    width: 86px;
    height: 1px;
    background-color: #3E8DDD;
    position: absolute;
    left: 0%;
    bottom: -10px;
}


/* ==========================================================================
   HOME                                             
   ========================================================================== */
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    min-height:500px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}

.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:43px;
    color:#002C73;
    text-align:center;
    font-weight: 900;
    
    text-shadow: 2px 1px 0px rgba(255, 255, 255, 0.8);
}

.video-container .sound-control{
    display:block;
    text-align:center;
    margin-bottom:50px;
}

.video-container .botao{
    background-color:#007E3B;
    border-radius:20px;
    font-size:;
    color:#fff;
    text-decoration:none;
    display:inline-block;
    padding:14px;
}


.image-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    min-height:500px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
}

.image-container .title-container {
    z-index: 9;
    position: absolute;
    top: 21%; 
    left: 50%;
    width: 90%;
    text-align: center;
    color: #fff;
    transform: translateX(-50%);
}

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


.image-container h1{
    max-width:724px;
    margin:0 auto 50px;
    font-size:43px;
    color:#fff;
    text-align:center;
    font-weight: 700;
    
    /*text-shadow: 2px 1px 0px rgba(255, 255, 255, 0.8);*/
}


.image-container .botao{
    background-color:#007E3B;
    border-radius:20px;
    font-size:;
    color:#fff;
    text-decoration:none;
    display:inline-block;
    padding:14px;
}

.solucoes{
    background-image: url('//info.opersan.com.br/hubfs/Site2017/bg-lines.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.solucoes .box{
    background-color:#fff;
    padding:35px;
    border-radius:20px;
    
    -webkit-box-shadow: 0px 0px 15px 0px rgba(199,225,247,0.55);
    -moz-box-shadow: 0px 0px 15px 0px rgba(199,225,247,0.55);
    box-shadow: 0px 0px 15px 0px rgba(199,225,247,0.55);
    
    /*-webkit-box-shadow: 0px 10px 5px 0px rgba(199,225,247,0.55);
    -moz-box-shadow: 0px 10px 5px 0px rgba(199,225,247,0.55);
    box-shadow: 0px 10px 5px 0px rgba(199,225,247,0.55);*/
}

.nossos-numeros{
    /*background-image:url('//info.opersan.com.br/hubfs/Site2017/bg-numeros.jpg');*/
    background-color:#0092D0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.nossos-numeros h2{
    color:#fff;
    font-size:30px;
    position:relative;
}

.nossos-numeros .numero{
    
    text-align: center;
    margin-bottom:30px;
}

.nossos-numeros .numero img{
    display:block;
    margin:0 auto;
    max-width:65px;
}

.nossos-numeros .numero .operador{
    color:#C7E1F7;
    font-size:41px;
}

.nossos-numeros .numero .count-value{
    color:#C7E1F7;
    font-size:41px;
}

.nossos-numeros .numero .description{
    color:#fff;
    font-size:14px;
}

.nossos-numeros .row1:after{
    content:" ";
    position:absolute;
    left:0px;
    top:55%;
    width:100%;
    height:1px;
    background-color:#fff;
}


.nossos-numeros .row1 .widget-type-custom_widget:first-child:after{
    content: " ";
    position: absolute;
    left: 34%;
    top: 31%;
    width: 1px;
    height: 50%;
    background-color: #fff;
}

.nossos-numeros .row1 .widget-type-custom_widget:nth-child(2):after{
    content: " ";
    position: absolute;
    left: 68%;
    top: 31%;
    width: 1px;
    height: 50%;
    background-color: #fff;
}
/*
.nossos-numeros .numero{
    width:180px;
    height:180px;
    border-radius: 180px;
    background-color:#fff;
    text-align: center;
    margin:0px auto;
    padding: 40px 10px 0px 10px;
    
    -webkit-box-shadow: 0px 0px 30px 5px rgba(0,9,71,0.65);
    -moz-box-shadow: 0px 0px 30px 5px rgba(0,9,71,0.65);
    box-shadow: 0px 0px 30px 5px rgba(0,9,71,0.65);
}

.nossos-numeros .numero .operador{
    display:inline-block;
    color:#3E8DDD;
    font-size:34px;
}

.nossos-numeros .numero .valor{
    display:inline-block;
    color:#3E8DDD;
    font-size:34px;
}

.nossos-numeros .numero .description{
    display:block;
    color:#002C73;
}
*/
.diferenciais{
    
}

.diferenciais .box{
    position: relative;
    padding:40px;
    margin-bottom:40px;
    min-height:295px;
    
    background-color:#3E8DDD;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
    cursor:pointer;
}

.diferenciais .box .overlay{
    background-color:#3E8DDD;
    opacity:0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.diferenciais .box .overlay.on{
    opacity: 0.8;
}

.diferenciais .box h3{
    margin:0px;
    padding:0px;
    font-size:34px;
    color:#80CAFF;
    z-index: 6;
    position: relative;
}

.diferenciais .box p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    z-index: 6;
    width: 90%;
    font-size: 23px;
    margin: 0 !important;
}

.cta-box{
    background-image:url('//info.opersan.com.br/hubfs/Site2017/CTAs/bg-cta-home.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cta-box h2{
    color:#3E8DDD;
}

.cta-box p{
    font-size:24px;
    color:#fff;
}

.linkbio {
  background-image:url('https://info.opersan.com.br/hubfs/linkbio/img.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cta-banner{
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  margin:30px 0px;
}

.cta-banner .cta-banner-wrapper{
  max-width:750px;
  padding:30px 0px;
}

.cta-banner .cta-banner-wrapper h2{
  color:#3E8DDD;
  font-size:28px;
  margin:0px;
  text-transform:uppercase;
}

.cta-banner .cta-banner-wrapper h2::after{
  content:"";
  background-color:#002C73;
  width:100px;
  height:5px;
  display:block;
  margin-top:20px;
}

.cta-banner .cta-banner-wrapper p{
  color:#3E8DDD;
  font-size:16px;
}

.depoimentos{
    
}

.depoimentos img{
    border-radius: 170px;
    width: 170px;
    margin: 0px auto;
    margin-top:20px;

    -webkit-box-shadow: 0px 0px 30px 5px rgba(199,225,247,1);
    -moz-box-shadow: 0px 0px 30px 5px rgba(199,225,247,1);
    box-shadow: 0px 0px 30px 5px rgba(199,225,247,1);
}

.depoimentos h3{
    font-size:22px;
    color:#3E8DDD;
}

.depoimentos p{
    color:#002C73;
}

.latest-posts{
    background-color:#80CAFF;
}

.latest-posts .post-item{
    position: relative;
    background-color:#fff;
    padding:50px;
    border-radius:20px;
    margin-bottom:30px;
    padding-bottom:80px;
    border:1px solid #cecece;
    -webkit-box-shadow: 0px 10px 5px 0px rgba(85,165,218,0.55);
    -moz-box-shadow: 0px 10px 5px 0px rgba(85,165,218,0.55);
    box-shadow: 0px 10px 5px 0px rgba(85,165,218,0.55);
}


/* .latest-posts .post-item:nth-child(4n+1){
    margin-left: 0px;
} */

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

.latest-posts .post-item figure{
    padding:0px;
    margin: 0px;
}

.latest-posts .post-item .featured-image{
  width: 254px;
  height: 156px;
  background-size:cover;
}

.latest-posts .post-item .featured-image:hover{
  cursor:pointer;
}

.latest-posts .post-item a{
    text-decoration: none;
}

.latest-posts .post-item .picture{
    height:90px;
    width:100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.latest-posts .post-item h3{
    color:#002C73;
    font-size:16px;
    font-weight: 900;
}

.latest-posts .post-item .cta{
  position:absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.latest-posts .post-item .leia-mais{
    
}

.latest-posts .post-item .excerpt{
    color:#979797;
}

.latest-posts .post-item .fonte{
    /*color:#979797;*/
    font-weight: 700;
    font-size: 13px;
}

.contato-box{
    background-image:url('https://info.opersan.com.br/hubfs/opersan-fundo-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

body.hs-content-id-5701774042 .contato-box{
    /*background-image:url('//info.opersan.com.br/hubfs/Site2017/Banners/banner-contato.jpg');*/
    background-image:url('//info.opersan.com.br/hubfs/2019/banner_opersan_formul%C3%A1rio_1.png');
}
body.hs-content-id-5702525378 .contato-box{
    background-image:url('//info.opersan.com.br/hubfs/2019/banner_opersan_formul%C3%A1rio_2.png');

}
body.hs-content-id-5702501503 .contato-box{
    background-image:url('//info.opersan.com.br/hubfs/2019/banner_opersan_formul%C3%A1rio_3.png');

}

body.hs-content-id-5415570142 .contato-box{
  background-image:url('https://info.opersan.com.br/hubfs/Opersan_banner_formulario.png');
}

.contato-box.offiste{
    background-image:url('//info.opersan.com.br/hubfs/Site2017/Opersan%20Jundiai-122.jpg');
}

.contato-box.complementares{
    background-image:url('//info.opersan.com.br/hubfs/opersan-fundo-form-p%C3%A1gina-servi%C3%A7os-complementares.webp');
}

.contato-box p,
.contato-box h2{
    color:#fff;
}


.contato-box label{
    color:#fff;
}

.contato-box legend{
    color:#fff;
    font-style: italic;
}

.contato-box input[type="text"],
.contato-box input[type="email"],
.contato-box input[type="number"],
.contato-box input[type="tel"],
.contato-box textarea,
.contato-box select{
    height:40px;
    border:1px solid #fff;
    border-radius:20px;
    background-color:#fff;
    color:#000;
    margin-bottom:10px;
  width:100% !important;
}

.contato-box textarea{
    height:150px;
}

.contato-box input[type="submit"]{
    position:relative;
    display:inline-block;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 20px;
    padding:10px 35px;
    border:1px solid #3E8DDD;
    background-color:#3E8DDD;
    color:#fff;
}

/* ==========================================================================
   BANNERS                                             
   ========================================================================== */
.banner-wrapper{
    text-align: center;
    min-height:355px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
   display:flex;
  align-items:center;
}

/* body.hs-content-id-6041321850 .banner-wrapper{
  min-height:500px;
} */

body.hs-content-id-6041321850 .banner-wrapper a:hover{
  color:#ffffff;
}

.banner-wrapper .content{
    max-width: 1280px;
    margin:0 auto;
    padding:0px 20px;
}

.banner-wrapper h1{
    margin-top: 0;
    font-size:34px;
    color:#fff;
   /* color:#80CAFF;*/
    text-shadow: 0px 7px 12px rgba(0,0,0,0.37);
  margin-bottom:0px;
}

body.hs-content-id-6041321850 .banner-wrapper h1{
  font-size:34px;
/*   margin-bottom:75px; */
}

body.hs-content-id-6041321850 .banner-wrapper a.ancor{
  margin-top:0px;
}

.banner-wrapper p{
    color:#fff;
    font-size:20px;
    text-shadow: 0px 7px 12px rgba(0,0,0,0.37);
  margin-top:0px;
}

.box-logistica{
  background-color:#398dde;
  padding:40px 30px 60px;
  margin-bottom:60px;
}

.box-logistica .box-logistica-item{
  text-align:center;
}

.box-logistica .box-logistica-item:nth-child(2){
  border:1px solid #ffffff;
  border-bottom:0px;
  border-top:0px;
}

.box-logistica .box-logistica-item h3{
  color:#ffffff;
}

.box-logistica .box-logistica-item p{
  color:#ffffff;
}

.warning{
  background-color:#398dde;
  padding:30px 0px;
  margin-top:60px;
}

.table-locate{
  background-color:#ebebeb;
}

.table-locate .table-locate-wrapper table{
  width:100%;
  border-spacing:0px;
}

.table-locate .table-locate-wrapper table tr th{
  padding:10px 30px 10px 30px;
  font-size:18px;
  color:#ffffff;
  max-width:25%;
  text-align:center;
}

.table-locate .table-locate-wrapper table tr th:first-child{
  text-align:left;
}

.table-locate .table-locate-wrapper table tr th:nth-child(2){
  background-color:#3e8ddd;
    width:25%;
}

.table-locate .table-locate-wrapper table tr td{
  background-color:#ffffff !important;
  border:1px solid #3e8ddd;
  text-align:center;
  width:25%;
}

.table-locate .table-locate-wrapper table tr td:first-child{
  text-align:left;
}

.table-locate .table-locate-wrapper table tr td strong{
  display:block;
}

.button-form-popup{
  text-align:center;
  margin-top:30px;
}

.button-form-popup a{
  padding:10px 30px;
  font-size:16px;
  color:#398dde;
  background-color:#ffffff;
  border-radius:5px;
  border:1px solid #ffffff;
}

.hidden-form p,
.hidden-form h2{
    color:#3E8DDD;
}


.hidden-form label{
    color:#3E8DDD;
}

.hidden-form legend{
    color:#3E8DDD;
    font-style: italic;
}

.hidden-form input[type="text"],
.hidden-form input[type="email"],
.hidden-form input[type="number"],
.hidden-form input[type="tel"],
.hidden-form textarea,
.hidden-form select{
    height:40px;
    border:1px solid #ccc;
    border-radius:20px;
    background-color:#fff;
    color:#000;
    margin-bottom:10px;
  width:100% !important;
}

.hidden-form textarea{
    height:150px;
}

.hidden-form input[type="submit"]{
    position:relative;
    display:inline-block;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 20px;
    padding:10px 35px;
    border:1px solid #3E8DDD;
    background-color:#3E8DDD;
    color:#fff;
}

/* ==========================================================================
   SOLUCOES                                             
   ========================================================================== */

.gallery-wrapper{
    background-color:#fff;
    padding:50px;
    border-radius:20px;
    
    -webkit-box-shadow: 0px 0px 20px 5px rgba(199,225,247,1);
    -moz-box-shadow: 0px 0px 20px 5px rgba(199,225,247,1);
    box-shadow: 0px 0px 20px 5px rgba(199,225,247,1);
}

.tipo-residuos{
    background-color:#C7E1F7;
}


.tipo-residuos .tipo-residuo-item{
    position:relative;
    text-align: left;
    min-height:134px;
    margin-bottom:30px;
}

.tipo-residuos .tipo-residuo-item .icon-wrapper{
    width:122px;
    height:122px;
    background-color: #fff;
    border-radius:200px;
    padding: 25px;
    margin: 0px 15px 0px 0px;
    text-align:center;
    
    -webkit-box-shadow: 0px 0px 20px 5px rgba(199,225,247,1);
    -moz-box-shadow: 0px 0px 20px 5px rgba(199,225,247,1);
    box-shadow: 0px 0px 20px 5px rgba(199,225,247,1);
    
    background-repeat: no-repeat;
    background-position: center;
    
    display: inline-block;
    vertical-align: middle;
}

.tipo-residuos .tipo-residuo-item .content-wrapper{
    max-width: 300px;
    vertical-align: middle;
    display: inline-block;
}

.tipo-residuos .tipo-residuo-item .icon-wrapper img{
    max-width:72px;
    max-height:72px;
}

.tipo-residuos .tipo-residuo-item h3{
    font-size:21px;
    color:#002C73;
    margin:0px;
    /*
    margin-bottom: 10px;
    padding-top:36px;
    */
}

.tipo-residuos .tipo-residuo-item p{
    color:#3E8DDD;
}


.solucao-diferenciais{
    background-image:url('//info.opersan.com.br/hubfs/Site2017/bg-dif-solucoes-offsite.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.solucao-diferenciais h2{
    color:#80CAFF;
}

.solucao-diferenciais p{
    color:#fff;
    font-size:20px;
}

.solucao-diferencial-item .icon-wrapper{
    width:130px;
    height:130px;
    background-color: #fff;
    border-radius:200px;
    max-width: 130px;
    padding: 25px;
    margin: 0px auto;
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,9,71,1);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0,9,71,1);
    box-shadow: 0px 0px 20px 5px rgba(0,9,71,1);
}

.solucao-diferencial-item .icon-wrapper img{
    max-width:80px;
    max-height:80px;
}



.solucao-diferencial-item h3{
    color:#80CAFF;
    font-size:34px;
    line-height:1.2;
}

.solucao-diferencial-item p{
    color:#fff;
    font-size:16px;
}

.onsite-image-wrapper{
    
    /*background-image: url('//info.opersan.com.br/hubfs/Site2017/bg-onsite.jpg');*/
    background-image: url('//info.opersan.com.br/hubfs/Site2017/bg-cta-box.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color:#fff;
}


.onsite-image-wrapper h2,
.onsite-image-wrapper p,
.onsite-image-wrapper span{
    color:#fff;
}

.hs_cos_gallery_slide{
    width:25% !important;
    height:300px !important;
}

body.onsite .table-header h2{
    font-size:22px;
    color:#fff;
    text-align: center;
    background-color:#002C73;
    font-weight: 400;
    padding: 5px 0px;
}

body.onsite table{
    margin-bottom:33px;
}

body.onsite table tr th{
    font-size:22px;
    color:#fff;
    padding:16px;
    background-color:#3E8DDD;
    text-align: left;
}

body.onsite table tr td{
    padding:16px;
    width:48%;
    color:#3E8DDD;
}

body.onsite table tr:nth-child(even) td{
    background-color:#C7E1F7;
}

body.onsite table tr:nth-child(odd) td{
    background-color:#F0F0F0;
}

body.onsite table tr td b,
body.onsite table tr td strong{
    color:#002C73;
}

body.onsite table tr th:nth-child(2),
body.onsite table tr td:nth-child(2){
    background-color:transparent;
    width:4%;
}

body.projetos .solucao-diferenciais,
body.onsite .solucao-diferenciais{
    background-image: none;
    background-color:#002C73;
}

/* ==========================================================================
   GRUPO OPERSAN                                             
   ========================================================================== */
.map-wrapper u{
    color:#002C73;
}

.grupo-wrapper{
    background-image: url('//info.opersan.com.br/hubfs/Site2017/bg-grupo-wrapper.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color:#fff;
}

.grupo-wrapper h2,
.grupo-wrapper p,
.grupo-wrapper span{
    color:#fff;
}

ul.icones-valores{
  padding-left:0px;
}

ul.icones-valores li{
  margin-bottom:15px;
  padding-left:50px;
  position:relative;
}

ul.icones-valores li::marker{
  color:transparent;
}

ul.icones-valores li::before{
  content:"";
  background-image:url('https://info.opersan.com.br/hubfs/opersan-icones-valores-1.png');
  background-size:40px;
  width:40px;
  height:40px;
  position:absolute;
  top:13px;
  left:0px;
}

ul.icones-valores li:nth-child(2)::before{
  background-image:url('https://info.opersan.com.br/hubfs/opersan-icones-valores-2.png');
  top:1px;
}

ul.icones-valores li:nth-child(3)::before{
  background-image:url('https://info.opersan.com.br/hubfs/opersan-icones-valores-3.png');
  top:13px;
}

ul.icones-valores li:nth-child(4)::before{
  background-image:url('https://info.opersan.com.br/hubfs/opersan-icones-valores-4.png');
  top:13px;
}

ul.icones-valores li:nth-child(5)::before{
  background-image:url('https://info.opersan.com.br/hubfs/opersan-icones-valores-5.png');
  top:13px;
}

ul.icones-valores li:nth-child(6)::before{
  background-image:url('https://info.opersan.com.br/hubfs/opersan-icones-valores-6.png');
  top: 1px;
}

/* ==========================================================================
   NOTICIAS                                             
   ========================================================================== */

.noticias{
    background-color:#C7E1F7;
}

.noticias.bg-color{
  background-color:#ffffff;
}

.search-box input[type="text"]{
    height:40px;
    max-width: 410px;
    border-radius: 20px;
    border: 1px solid transparent;
    padding: 0 15px;
    background-image: url('//info.opersan.com.br/hubfs/Site2017/Icons/search.png');
    background-position: 90% center;
    background-repeat: no-repeat;
    float:right;
}

body.hs-blog-id-2687242195 .search-box input[type="text"]{
    border: 1px solid #3E8DDD;
    max-width:355px;
}

.noticias-wrapper{
    
}

.noticias-wrapper .hs_cos_wrapper_type_custom_widget .post-item{
    margin-left: 2.564102564%;
}

.noticias-wrapper .hs_cos_wrapper_type_custom_widget:nth-child(4n+1) .post-item,
.noticias-wrapper .hs_cos_wrapper_type_custom_widget:first-child .post-item{
    margin-left: 0;
}
/* ==========================================================================
   FALE CONOSCO                                             
   ========================================================================== */
.fale-conosco{
    background-image: url('//info.opersan.com.br/hubfs/Site2017/bg-lines.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center 450px;
}


.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{
    height:40px;
    border:1px solid #fff;
    border-radius:20px;
    background-color:#C7E1F7;
    color:#000;
    margin-bottom:10px;
}

.fale-conosco textarea{
    height:150px;
}

.fale-conosco input[type="submit"]{
    position:relative;
    display:inline-block;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 20px;
    padding:10px 35px;
    border:1px solid #3E8DDD;
    background-color:#3E8DDD;
    color:#fff;
}

.fale-conosco .ctas-mobile{
    display: none;
}

.fale-conosco .cta a{
    margin:0 auto;
    margin-bottom:15px;
    width:260px;
    display: inline-block;
    text-align: center;
}

body.hs-content-name-trabalhe-na-opersan #cta_button_138299_490821da-30f4-499c-ba9f-c4a9fa523e5f,
body.hs-content-name-seja-um-fornecedor #cta_button_138299_666fcf70-119c-4d38-92d3-df0fe8d42806,
body.hs-content-name-orçamento-onsite #cta_button_138299_0c5f1a81-e149-4360-94ab-dbed9caa5bab,
body.hs-content-name-orçamento-offsite #cta_button_138299_10483c74-4eaa-4b73-8dfe-fe2d5b9a8abc,
body.hs-content-name-sugestões-e-reclamações #cta_button_138299_4d63e65f-6efe-4184-9ce0-74287ffebe7c,
body.hs-content-name-fale-conosco #cta_button_138299_b6ea0bbe-e55f-40d6-9373-6ceb735ecf87{
  border:1px solid #002C73;
  background-color:#002C73;
  color:#fff;
}

/*cta lightblue square full*/
/* ==========================================================================
   LIMPEZA TECNICA                                             
   ========================================================================== */
.limpeza-por-que-contar .solucao-diferencial-item{
    text-align: center;
}

.limpeza-por-que-contar .solucao-diferencial-item .icon-wrapper{
    -webkit-box-shadow: 0px 0px 20px 5px rgba(87,165,216,1);
    -moz-box-shadow: 0px 0px 20px 5px rgba(87,165,216,1);
    box-shadow: 0px 0px 20px 5px rgba(87,165,216,1);
}

.limpeza-por-que-contar .solucao-diferencial-item h3{
    color:#002C73;
    font-size:26px;
    height: 80px;
}

.limpeza-por-que-contar .solucao-diferencial-item p{
    color:#3E8DDD;
}

.servicos-disponibilizados .solucao-diferencial-item{
    text-align: center;
  
  	background-color: #fff;
    padding: 50px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 15px 0 rgba(199,225,247,0.55);
    -moz-box-shadow: 0 0 15px 0 rgba(199,225,247,0.55);
    box-shadow: 0 0 15px 0 rgba(199,225,247,0.55);
}

.servicos-disponibilizados .solucao-diferencial-item .icon-wrapper{
    -webkit-box-shadow: 0px 0px 20px 5px rgba(87,165,216,1);
    -moz-box-shadow: 0px 0px 20px 5px rgba(87,165,216,1);
    box-shadow: 0px 0px 20px 5px rgba(87,165,216,1);
  	background-color:#bdd0f2;
}

.servicos-disponibilizados .solucao-diferencial-item h3{
    color:#002C73;
    font-size:21px;
}

.servicos-disponibilizados .solucao-diferencial-item p{
    color:#3E8DDD;
}

.contato-box.limpeza-tecnica{
    background-image:url('//info.opersan.com.br/hubfs/shutterstock_230758087.jpg');
}

/* ==========================================================================
   ANALISES LABORATORIAIS                                            
   ========================================================================== */
.beneficios-box{
	text-align:center;
  margin-top:50px;
}

.beneficios-box h3{
	margin:25px 0px 25px 0px;
	font-size:26px;
  font-weight:400;
}

.beneficios-box p{
	margin:0px 0px 0px 0px;
}

.beneficios-box img{
	width:100% !important;
}


/* ==========================================================================
   BLOG LISTING                                             
   ========================================================================== */
.blog-section h2 a{
    color:#002C73;
}

.blog-section h2 span.date{
    display:block;
    font-size:12px;
    color:#979797;
}

.blog-section h2{
    font-size:26px;
    text-transform: uppercase;
    padding-bottom: 40px;
    margin-bottom:40px;
    border-bottom: 1px solid #7DB6D1;
}

.blog-section .post-shadow{
    padding:50px;
    
    -webkit-box-shadow: 0px 0px 20px 5px rgba(199,225,247,1);
    -moz-box-shadow: 0px 0px 20px 5px rgba(199,225,247,1);
    box-shadow: 0px 0px 20px 5px rgba(199,225,247,1);
}

.blog-section .post-excerpt *,
.blog-section .post-excerpt p{
    margin-top:0px;
    color:#979797;
}

.blog-section .hs-featured-image{
    max-width:100%;
    margin:0px;
    float:none;
}

.blog-section #hubspot-topic_data{
    text-align:left;
}

.blog-section #hubspot-topic_data .topic-link{
    display:inline-block;
    font-size:10px;
    text-transform: uppercase;
    color:#002C73;
    border:1px solid #80CAFF;
    padding:5px;
    text-decoration:none;
    margin-right: 7px;
    margin-bottom:5px;
    background-color:#80CAFF;
    border-radius:20px;
}

.blog-section #hubspot-topic_data .topic-link:hover{
    color:#80CAFF;
    border:1px solid #002C73;
    background-color: #002C73;
}

.leia-mais{
    display:inline-block;
    color:#F37021;
    border:2px solid #124680;
    background-color:#fff;
    padding:3px 20px;
    color:#F37021;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    float: right;
}

.leia-mais:hover{
    color:#fff;
    background-color:#F37021;
}

.blog-section .pagination{
    text-align: center;
  	display:block;
    width:100%;
}

.blog-section .pagination a{
    border:1px solid #124680;
    padding: 20px;
    display:inline-block;
    color:#124680;
    background-color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.blog-section .pagination a:hover{
    color:#fff;
    background-color: #124680;
}

.blog-section .pagination{
    
}

.blog-section .pagination{
    
}

.blog-section .pagination{
    
}


body.hs-blog-post #hubspot-topic_data{
    margin:0px; 
}


.blog-comments{
    padding:20px;
    background-color: #F2F2F2;
}

.related-posts-wrapper{
    margin-top: 30px;
    padding-top: 30px;
    border-top:1px solid #124680;
}

.related-posts-wrapper .related-post{
    background-color: #F2F2F2;
    padding:20px;
}


.related-posts-wrapper .related-post img{
    max-width:100%;
    margin-bottom:15px;
}

.related-posts-wrapper h3{
    font-size:28px;
    color:#124680;
    text-transform: uppercase;
    text-align: center;
}

.related-posts-wrapper h4{
    
}

.blog-section .post-body h2{
    margin-top:20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 0px solid #7db6d1;
    font-size:20px;
    text-transform: none;
    color:#002C73;
}


.imagem-listing{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width:100%; 
    height:174px;
}

.imagem-post{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width:100%; 
    height:400px;
}

.blog-section .post-body .icon{
  padding-left:0px;
}

.blog-section .post-body .icon li{
  position:relative;
  list-style-type:none;
  margin-bottom:20px;
  padding-left:45px;
}

.blog-section .post-body .icon.art-20-01 li::before{
  content:"";
  background-image:url('https://info.opersan.com.br/hubfs/opersan-icones-fluxo-1.png');
  width:35px;
  height:35px;
  position:absolute;
  top:9px;
  left:0px;
}

.blog-section .post-body .icon.art-20-01 li:nth-child(2)::before{
  background-image:url('https://info.opersan.com.br/hubfs/opersan-icones-fluxo-2.png');
  top:7px;
}

.blog-section .post-body .icon.art-20-01 li:nth-child(3)::before{
  background-image:url('https://info.opersan.com.br/hubfs/opersan-icones-fluxo-3.png');
  top:-2px;
}

.blog-section .post-body .icon.art-20-01 li:nth-child(4)::before{
  background-image:url('https://info.opersan.com.br/hubfs/opersan-icones-fluxo-4.png');
  top:-2px;
}

.blog-section .post-body .icon.art-20-01 li:nth-child(5)::before{
  background-image:url('https://info.opersan.com.br/hubfs/opersan-icones-fluxo-5.png');
  top:-2px;
}

.blog-section .post-body .icon.art-28-01 li::before{
  content:"";
  background-image:url('https://info.opersan.com.br/hubfs/ICON%2001.png');
  width:35px;
  height:35px;
  position:absolute;
  top:-6px;
  left:0px;
}

.blog-section .post-body .icon.art-28-01 li:nth-child(2)::before{
  background-image:url('https://info.opersan.com.br/hubfs/ICON%2002.png');
  top:-6px;
}

.blog-section .post-body .icon.art-28-01 li:nth-child(3)::before{
  background-image:url('https://info.opersan.com.br/hubfs/ICON%2003.png');
  top:-6px;
}

.blog-section .post-body .icon.art-28-01 li:nth-child(4)::before{
  background-image:url('https://info.opersan.com.br/hubfs/ICON%2004.png');
  top:-6px;
}

.blog-section .post-body .icon.art-28-01 li:nth-child(5)::before{
  background-image:url('https://info.opersan.com.br/hubfs/ICON%2005.png');
  top:-6px;
}

.blog-section .post-body .icon.art-28-01 li:nth-child(6)::before{
  background-image:url('https://info.opersan.com.br/hubfs/ICON%2006.png');
  top:-6px;
}

.blog-section .post-body .icon.art-28-01 li:nth-child(7)::before{
  background-image:url('https://info.opersan.com.br/hubfs/ICON%2007.png');
  top:-6px;
}

.blog-section .post-body .icon.art-28-01 li:nth-child(8)::before{
  background-image:url('https://info.opersan.com.br/hubfs/ICON%2008.png');
  top:-6px;
}


/* ==========================================================================
   BUSCA                                             
   ========================================================================== */
.gsearch{
    display:none !important;
}

.search-term{
  display:none;
}

body.searchable .gsearch{
    display:block  !important;
}

body.searchable .gs-result {
    border-bottom: #ccc solid 1px;
    padding-bottom: 30px;    
}

body.searchable .gs-result:last-child {
    border-bottom:0!important;
}

body.searchable .gsc-control-cse,
body.searchable .gsc-thumbnail-inside,
body.searchable .gsc-table-result,
body.searchable .gsc-thumbnail-inside,
body.searchable .gsc-url-top {
    padding-left:0!important;
    padding-right:0!important;
}

body.searchable .search-term{
  display:block;
  color:#292929;
  font-size:23px;
}

body.searchable .blog-section,
body.searchable .featured-post,
body.searchable .second-featured{
  display:none;
}

body.searchable .gsc-above-wrapper-area,
body.searchable .gcsc-branding,

body.searchable .gsc-url-top,
body.searchable .gsc-adBlock{
  display:none;
}

body.searchable .gs-title,
body.searchable .gs-title b {
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 600 !important;
  color:#124680 !important;
  font-family: 'Raleway', sans-serif !important;
  text-decoration:none!important;
  margin-bottom:10px!important;
}

body.searchable .gs-snippet{
  font-size: 14px !important;
  line-height: 18px !important;
  color: #1e120d !important;
}

body.searchable .gsc-cursor-page,
body.searchable .gsc-cursor-current-page{
    padding:5px 15px!important;
    color:#fff!important;
    border:1px solid #!important;
    border-radius:5px!important;
    background-color:#9dc510!important;
}

body.searchable .gsc-cursor-current-page {
  text-decoration:none !important;
  background-color:#7c9616!important;
} 

body.searchable .gs-image-box.gs-web-image-box.gs-web-image-box-landscape {
    width:200px!important;
    height:120px!important;
}

body.searchable .gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
    width:200px!important;
    height:120px!important;
}

body.searchable .gs-web-image-box-landscape img.gs-image {
    max-width: 180px!important;
    max-height: 200px!important;
}

body.searchable .gs-web-image-box-portrait img.gs-image {
    max-width: 180px!important;
    max-height: 200px!important;    
}

ul.blog-icon{
  margin:50px 0px;
  padding-left:0px;
}

ul.blog-icon li{
  position:relative;
  list-style-type:none;
}

ul.blog-icon li img{
  position:absolute;
  top:50%;
  left:0px;
  transform:translateY(-50%);
  max-width:60px;
  
}

ul.blog-icon li h2,
ul.blog-icon li h3{
  padding-left:70px;
}
/* ==========================================================================
   SIDEBAR                                             
   ========================================================================== */
.sidebar .widget{
    padding:20px;
    
    -webkit-box-shadow: 0px 0px 20px 5px rgba(199,225,247,1);
    -moz-box-shadow: 0px 0px 20px 5px rgba(199,225,247,1);
    box-shadow: 0px 0px 20px 5px rgba(199,225,247,1);
}

.sidebar .widget h3{
    color:#3E8DDD;
    text-transform: uppercase;
    padding-bottom:30px;
    margin-bottom:30px;
    border-bottom:1px solid #7DB6D1;
}

.sidebar .widget p{
    color:#979797;
}


.sidebar .widget input[type="submit"]{
    position:relative;
    display:inline-block;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 20px;
    padding:10px 35px;
    border:1px solid #3E8DDD;
    background-color:#3E8DDD;
    color:#fff;
    float:right;
}

.sidebar .widget input[type="submit"]:hover{
    color:#3E8DDD;
    background-color:#002C73;
}

.sidebar .widget input[type="text"],
.sidebar .widget input[type="email"],
.sidebar .widget input[type="tel"],
.sidebar .widget input[type="number"]{
    border-radius:5px;
    background-color:#C7E1F7;
    border:1px solid #C7E1F7;
    height:30px;
    padding-left:10px;
    color:#002C73;
    font-size:14px;
    margin-bottom:10px;
    border-radius:20px;
}

.sidebar .widget label{
    display:none;
}

.sidebar .widget input[type="email"]{
    background-image: url('//info.opersan.com.br/hubfs/Site2017/Icons/sidebar-mail.png');
    background-repeat: no-repeat;
    background-position: 94% center;
}

.sidebar .widget input[type="text"]{
    background-image: url('//info.opersan.com.br/hubfs/Site2017/Icons/sidebar-search.png');
    background-repeat: no-repeat;
    background-position: 94% center;
}


.sidebar .widget .invalid.error{
    border:1px solid red;
    background-color:#F7A4A4;
}


.sidebar .widget-type-post_listing ul,
.sidebar .widget-type-post_filter ul{
    list-style-image: url('//info.opersan.com.br/hubfs/Site2017/Icons/arrow-sm.png');
}

.sidebar .widget-type-post_listing ul li a,
.sidebar .widget-type-post_filter ul li a{
    color:#124680;
    font-size:14px;
    text-decoration: none;
}

.sidebar .widget .frm-search input[type="text"]{
    margin-bottom:20px;
}

.sidebar .widget input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #002C73;
}
.sidebar .widget input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #002C73;
   opacity:  1;
}
.sidebar .widget input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #002C73;
   opacity:  1;
}
.sidebar .widget input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #002C73;
}
.sidebar .widget input::-ms-input-placeholder { /* Microsoft Edge */
   color:    #002C73;
}

.slick-prev:before{
    content: "<";
}

.slick-next:before{
    content: ">";
}

.slick-prev:before, .slick-next:before{
    color:#979797;
    font-size: 40px;
}

/* ==========================================================================
   SYSTEM PAGES  PREFERENCES                                           
   ========================================================================== */
.header-preferences{
  border-bottom:1px solid #3e8ddd;
}

.header-preferences img{
  margin-top: 0px;
  margin-bottom: 15px;
  width: 109px !important;
}
.header-preferences span{
  float: right;
  display: block;
  margin-top: 15px;
  font-size:14px;
  color:#002c73;
}

.header-preferences a{
  text-decoration:none;
  font-size:14px;
  color:#002c73;
  font-weight:700;
}

.sub-preferences .page-header h1{
  font-size:20px;
  color:#002c73;
  font-weight:700;
  margin-top:40px;
}

.sub-preferences .page-header h2{
  font-size:20px;
  color:#002c73;
  font-weight:500;
}

.sub-preferences .email-prefs .item .item-inner{
  background-color:#f3f3f3 !important;
}

.sub-preferences .email-prefs p.header{
  margin-left:0;
  color: #002c73;
  font-size: 14px;
}

.sub-preferences .item .item-inner span{
  color: #002c73;
  font-weight: 700;
  font-size: 14px;
}

.sub-preferences .item .item-inner p,
.sub-preferences .page-header p{
  color: #002c73;
  font-size: 14px;
}

.sub-preferences .subscribe-options p.header{
  margin-left:0;
  color: #002c73;
  font-size: 14px;
  font-weight: 400;
}

.sub-preferences .subscribe-options p{
  color: #002c73;
  font-weight: 700;
  font-size: 14px;
}

.sub-preferences input[type="submit"]{
  padding: 17px 50px;
  border-radius: 35px;
  border: 1px solid #3e8ddd;
  background-color: #3e8ddd;
  color: #fff;
  font-size: 14px;
  margin-bottom:70px !important;
}
.copyright-preferences{
  border-top:1px solid #3e8ddd;
}

/* ==========================================================================
   SYSTEM PAGES  UNSUBSCRIBE                                           
   ========================================================================== */
.unsubscribe h1{
  font-size:20px;
  color:#002c73;
  font-weight:700;
  margin-top:40px;
}

.unsubscribe h3{
  font-size:14px;
  color:#002c73;
  font-weight:400;
  margin-top:0;
}

.unsubscribe input[type="email"]{
  height:43px;
  padding-left:12px !important;
  border-radius:5px;
  border:1px solid #cccccc;
  color:#3e8ddd;
  font-size:13px !important;
  outline:unset;
  margin-bottom:26px !important;
}

.unsubscribe input[type="submit"]{
  padding: 17px 50px;
  border-radius: 35px;
  border: 1px solid #3e8ddd;
  background-color: #3e8ddd;
  color: #fff;
  font-size: 14px;
  margin-bottom:70px !important;
}
/* ==========================================================================
   SYSTEM PAGES  SUBSCRIPTION CONFIRMATION                                           
   ========================================================================== */
.subscripton-confirmation h1{
  font-size:20px;
  color:#002c73;
  font-weight:700;
  margin-top:40px;
}

.subscripton-confirmation h2{
  font-size:20px;
  color:#002c73;
  font-weight:500;
}
.subscripton-confirmation a.subscribe{
  padding: 12px 15px;
  border-radius: 35px;
  border: 1px solid #3e8ddd;
  background-color: #3e8ddd;
  color: #fff !important;
  font-size: 14px;
  text-transform:uppercase;
  text-decoration:none !important;
  margin-bottom:40px;
  margin-top:10px;
  display:inline-block;
}
.subscripton-confirmation .success{
  color: #002c73;
  font-weight: 400;
  font-size: 16px;
}

/* ==========================================================================
   PÁGINA DINÂMICA                                             
   ========================================================================== */

body.dinamica{
/*   color:#000000; */
}

body.dinamica a{
  color:#5090cc;
}

.intro{
  padding:60px 0px;
}

.diferenca{
  background-image:url('https://info.opersan.com.br/hubfs/agrupar-9.png');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
}

.diferenca .diference-wrapper{
  min-height:503px;
  color:#ffffff;
}

.diferenca .diference-wrapper h2{
  color:#ffffff;
  padding-left:31px;
  position:relative;
  font-size:35px;
}

.diferenca .diference-wrapper h2::before{
  content:"";
  background-color:#ffffff;
  width:9px;
  height: 68px;
  position: absolute;
  top: 21px;
  left: 0px;
}

.tratamento{
  padding:60px 0px;
}

.tratamento .tratamento-wrapper{
  
}

.tratamento .tratamento-wrapper h2{
/*   color:#5d8ddb; */
  font-size:30px;
  text-align:center;
}

.tratamento .tratamento-wrapper h2::after{
  content:"";
  background-color:#3e8ddd;
  width:87px;
  height:1px;
  display:block;
  margin:15px auto 0;
}

.tratamento .tratamento-wrapper .tratamentos-items{
  margin-top:70px;
}

.tratamento .tratamento-wrapper .tratamentos-items .item{
  margin-bottom:60px;
}

.tratamento .tratamento-wrapper .tratamentos-items .item .span8.left{
  margin-left:0px;
}

.tratamento .tratamento-wrapper .tratamentos-items .item h3{
  color:#5d8ddb;
  font-size:20px;
}

.tratamento .tratamento-wrapper .tratamentos-items .item p{
/*   color:#000000; */
}



.conheca{
  padding:80px 0px;
}

.conheca .conheca-wrapper h2{
/*   color:#5d8ddb; */
  font-size:30px;
  text-align:center;
}

.conheca .conheca-wrapper h2::after{
  content:"";
  background-color:#3e8ddd;
  width:87px;
  height:1px;
  display:block;
  margin:15px auto 0;
}

.conheca .conheca-wrapper .number-list{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  margin:70px 0px;
}

.conheca .conheca-wrapper .cta.blue a{
  background-color:#142767;
  border:1px solid #142767;
  color:#ffffff;
  text-decoration:none;
  border-radius:25px;
  padding:12px 80px;
}

.conheca .conheca-wrapper .number-list .item{
  width:20%;
  text-align:center;
}

.conheca .conheca-wrapper .number-list .item h3{
  color:#5d8ddb;
  font-size:46px;
  margin:0px 0px;
}

.conheca .conheca-wrapper .number-list .item h3 span{
  font-size:46px;
}

.conheca .conheca-wrapper .number-list .item span{
  color:#5d8ddb;
  font-size:16px;
}

.list-item .list-item-wrapper .text-spacing{
  padding-left: 370px;
}

.list-item .list-item-wrapper .text-spacing h3{
  color:#5d8ddb;
  font-size:20px;
}

.list-item .list-item-wrapper .text-spacing ul{
  margin-bottom:60px;
}

.list-item .list-item-wrapper .text-spacing ul li{
  color:#3e8ddd;
  font-size:16px;
  margin-bottom:25px;
  font-weight:700;
}

.list-item .list-item-wrapper .text-spacing ul.icon{
  padding-left:0px;
}

.list-item .list-item-wrapper .text-spacing ul.icon li{
  position:relative;
  padding-left:50px;
  list-style-type:none;
}

.list-item .list-item-wrapper .text-spacing ul.icon li::before{
  content:"";
  background-image:url('https://info.opersan.com.br/hubfs/financas.png');
  width:35px;
  height:35px;
  position:absolute;
  top:9px;
  left:0px;
}

.list-item .list-item-wrapper .text-spacing ul.icon li:nth-child(2)::before{
  background-image:url('https://info.opersan.com.br/hubfs/agua.png');
  width:27px;
  height:32px;
  top:9px;
}

.list-item .list-item-wrapper .text-spacing ul.icon li:nth-child(3)::before{
  background-image:url('https://info.opersan.com.br/hubfs/recursos.png');
  width:36px;
  height:35px;
  top:0px;
}

.list-item .list-item-wrapper .text-spacing ul.icon li:nth-child(4)::before{
  background-image:url('https://info.opersan.com.br/hubfs/transferencia.png');
  width:29px;
  height:35px;
  top:0px;
}

.list-item .list-item-wrapper .text-spacing ul.icon li:nth-child(5)::before{
  background-image:url('https://info.opersan.com.br/hubfs/certificado-1.png');
  width:28px;
  height:38px;
  top:5px;
}

.list-item .list-item-wrapper .image{
  display:flex;
  min-height:765px;
  align-items:center;
  justify-content: flex-end;
}

.efluentes-off{
  background-color:#ededed;
  padding:60px 0px;
}

.efluentes-off .efluentes-off-wrapper h2{
/*   color:#5d8ddb; */
  font-size:30px;
  text-align:center;
}

.efluentes-off .efluentes-off-wrapper h2::after{
  content:"";
  background-color:#3e8ddd;
  width:86px;
  height:1px;
  display:block;
  margin:15px auto 0;
}

.efluentes-off .list-item{
  margin:60px 0px 0px;
}

.efluentes-off .list-item .list-item-wrapper .text-spacing ul.icon li::before{
  content:"";
  background-image:url('https://info.opersan.com.br/hubfs/gestao.png');
  width:35px;
  height:35px;
  position:absolute;
  top:-4px;
  left:0px;
}

.efluentes-off .list-item .list-item-wrapper .text-spacing ul.icon li:nth-child(2)::before{
  background-image:url('https://info.opersan.com.br/hubfs/expertise.png');
  width:31px;
  height:32px;
  top:9px;
}

.efluentes-off .list-item .list-item-wrapper .text-spacing ul.icon li:nth-child(3)::before{
  background-image:url('https://info.opersan.com.br/hubfs/target-1.png');
  width:32px;
  height:34px;
  top:-4px;
}

.efluentes-off .list-item .list-item-wrapper .text-spacing ul.icon li:nth-child(4)::before{
  background-image:url('https://info.opersan.com.br/hubfs/suporte.png');
  width:30px;
  height:30px;
  top:-3px;
}

.efluentes-off .list-item .list-item-wrapper .text-spacing ul.icon li:nth-child(5)::before{
  background-image:url('https://info.opersan.com.br/hubfs/riscos.png');
  width:31px;
  height:31px;
  top:0px;
}

.efluentes-off .list-item .list-item-wrapper .image{
  display:flex;
  min-height:765px;
  align-items:center;
  justify-content: flex-end;
}

body.dinamica .mobile{
    display:none;
}

body.dinamica .footer{
  -webkit-box-shadow: 0px -7px 30px -5px rgba(0,0,0,0.39);
-moz-box-shadow: 0px -7px 30px -5px rgba(0,0,0,0.39);
box-shadow: 0px -7px 30px -5px rgba(0,0,0,0.39);
}

/* ==========================================================================
   SIGOR                                             
   ========================================================================== */
body.sigor .inner-space{
  padding:60px 0px;
}

body.sigor .inner-space.details-module-sigor{
 padding: 18px 0px; 
}

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

.details-module-sigor h2{
  margin-top:0px;
}

.bg-gray details{
  color: #3e8ddd;
  border-bottom: none;
  padding-bottom:40px;
  padding-top:0px;
}

.bg-gray details:before{
  content:'';
  width:90px;
  height:1px;
  background-color:#3e8ddd;
  position:absolute;
  bottom:30px;
  left:50%;
  transform:translateX(-50%);
}

.bg-gray details:first-child{
  border-top:none;
}

.referencia-wrapper{

}

.referencia-wrapper .referencia-box-wrapper{
  padding:0px 30px;
  margin-bottom:70px;
}

.referencia-wrapper .referencia-box-wrapper .referencia-box{
  background-color:#c7e1f7;
  -webkit-box-shadow: 5.8px 6.9px 29px 0px rgba(0,0,0,0.13);
  -moz-box-shadow: 5.8px 6.9px 29px 0px rgba(0,0,0,0.13);
  box-shadow: 5.8px 6.9px 29px 0px rgba(0,0,0,0.13);
  border-radius:30px;
  padding:30px 30px;
  text-align:center;
}

.referencia-wrapper .referencia-box-wrapper .referencia-box h3{
  font-size:16px;
  color:#3e8ddd;
}

.sigor-codigos{

}

.sigor-codigos table{
  border-color:#3e8ddd !important;
}

.sigor-codigos table tr:first-child{

}

.sigor-codigos table tr:first-child td{
  color:#ffffff;
  background-color:#3e8ddd;
  padding:12px 0px;
}

.sigor-codigos table tr{

}

.sigor-codigos table tr td{
  text-align:center;
/*   font-weight:700; */
}

/* ==========================================================================
   POLITICA PRIVACIDADE                                             
   ========================================================================== */

body.politica-privacidade{
  font-size: 16px;
  color: #3e8ddd;
}
body.politica-privacidade h2{
  font-size: 18px;
  color: #002c73;
}
body.politica-privacidade h3{
  font-size: 18px;
  color: #002c73;
/*   margin-bottom: -18px; */
}
body.politica-privacidade a, body.politica-privacidade a:hover, body.politica-privacidade a:visited{
  text-decoration: none;
  color: #3e8ddd;
}

/* ==========================================================================
   Página Dinamica Onsite e Offsite                                             
   ========================================================================== */

.fornecimento{
  padding:45px 0px;
  background-color:#5090cc;
}

.fornecimento .fornecimento-wrapper .main-title h2{
  color:#ffffff;
}

.fornecimento .fornecimento-wrapper .main-title h2::after{
  background-color:#004b8d;
}

.mod-on-off{
/*   background-image:url('https://info.opersan.com.br/hubfs/shutterstock-157752290.png'); */
/*   background-image:url('https://info.opersan.com.br/hubfs/bg-modalidade.jpg'); */
/*   background-image:url('https://info.opersan.com.br/hubfs/bg-modalidade_v2.jpg'); */
  background-image:url('https://info.opersan.com.br/hubfs/bg-modalidade_v3.jpg');
 
  
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  padding:30px 0px;
}

.mod-on-off .mod-on-off-wrapper .main-title h2{
  color:#ffffff;
  position:relative;
  margin-top:0px;
}

.mod-on-off .mod-on-off-wrapper .main-title h2::after{
  left:0px;
  margin-left:0px;
}

.mod-on-off .mod-on-off-wrapper .main-title p{
  color:#ffffff;
}

.when-company{
  background-color:#dddbea;
  padding:45px 0px;
}

.group-opersan .group-opersan-wrapper{
/*   background-image:url('https://info.opersan.com.br/hubfs/img-opersan.png'); */
/*   background-image:url('https://info.opersan.com.br/hubfs/bg-integracao.jpg');
  background-repeat:no-repeat;
  background-position:right;
  background-size:630px 430px; */
}
.group-opersan .group-opersan-wrapper > .row-fluid-wrapper .row-fluid{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.numbers-din{
  background-color:#5090cc;
  padding:75px 0px;
}

.cta-banner-dinamico{
  padding:75px 0px;
}

.cta-banner-dinamico .cta-banner-dinamico-wrapper{
  min-height:272px;
  display:flex;
  align-items:center;
  background-size:cover;
  background-repeat:no-repeat;
  padding:0px 60px;
}

.cta-banner-dinamico .cta-banner-dinamico-wrapper h2{
  margin:0px;
  font-size:22px;
  color:#ffffff;
  padding-left:14px;
  line-height:normal;
  position:relative;
}

.cta-banner-dinamico .cta-banner-dinamico-wrapper h2::before{
  content:"";
  background-color:#5090cc;
  width:4px;
  height:100%;
  position:absolute;
  top:50%;
  left:0px;
  transform:translateY(-50%);
}

.cta-banner-dinamico .cta-banner-dinamico-wrapper p{
  color:#ffffff;
}

.cta-banner-dinamico .cta-banner-dinamico-wrapper .cta-wrapper a{
  background-color: #398dde;
  color: #fff;
  padding: 8px 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  border-radius: 27px;
  display: inline-block;
}

.cta-banner-din{
  background-image:url('https://info.opersan.com.br/hubfs/pgh-55678.png');
  background-repeat:no-repeat;
  background-size:cover;
  padding:40px 0px;
}

.cta-banner-din .cta.blue{
  text-align:center;
}

.offsite-din-wrapper{
  background-image:url('https://info.opersan.com.br/hubfs/bg-fundo-offsite.png');
  background-repeat:no-repeat;
  background-position:left;
  background-size:50%;
}

.cta-banner-din .cta.blue a{
  background-color: #398dde;
  color: #fff;
  padding: 14px 20px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  border-radius: 27px;
  display: inline-block;
  margin-top: 50px;
}

.btn-leia-mais{
  background-color: #398dde;
  border: 1px solid #398dde;
  color: #fff;
  padding: 14px 20px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  border-radius: 27px;
  display: inline-block;
  margin-top: 50px;
}

.hidden-content-form input[type="text"],
.hidden-content-form input[type="email"],
.hidden-content-form input[type="number"],
.hidden-content-form input[type="tel"],
.hidden-content-form select{
  width:100% !important;
}

.hidden-content-form input[type="submit"]{
  background-color: #398dde;
  border: 1px solid #398dde;
  color: #fff;
  padding: 14px 20px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  border-radius: 27px;
  display: inline-block;
  margin-top: 50px;
}

.align-image > .row-fluid-wrapper .row-fluid{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
}

/* ==========================================================================
   10 Motivos                                            
   ========================================================================== */
.intro-reasons{
  padding:75px 20px 20px;
}

.deals-image-bg{
  position:relative;
}

.deals-image-bg::before{
  content:"";
  background-color:#5090cc;
  width: 44.2%;
  height: 298px;
  border-radius: 20px 0px 0px 20px;
  position:absolute;
  top:50%;
  right:0px;
  transform:translateY(-50%);
}

.deals-image-bg.left::before{
  right:unset;
  width: 44.2%;
  left:0px;
  border-radius:0px 20px 20px 0px;
}

.deals-image-bg ul{
  padding-left:30px;
}

.deals-image-bg ul li{
  font-size:18px;
  color:#002c73;
  font-weight:700;
  margin-bottom:40px;
}

.deals .cta.blue{
  text-align:center;
}

.deals .cta.blue a{
  background-color:#004b8d;
  padding:10px 30px;
  color:#ffffff;
  font-size:16px;
  font-weight:700;
  text-transform:uppercase;
  border:1px solid #004b8d;
  border-radius:25px;
}

.number-reasons{
  background-color:#ededed;
  padding:40px 20px;
}

.can-help{
  padding:15px 20px;
}

/* ==========================================================================
   FOOTER                                             
   ========================================================================== */
.footer{
    
}

.footer ul{
    list-style-type: none;
    padding:0px;
    margin:0px;
}

.footer ul li{
    
}

.footer ul li.sub{
    padding-left: 15px;
    color:#002C73;
}

.footer ul li.sub a{
    color:#002C73;
}

.footer ul li a{
    color:#3e8ddd;
}

.footer u{
    color:#002C73;
}

.footer .copyright{
    border-top:1px solid rgba(199,225,247,1);
    /*-webkit-box-shadow: 0px -6px 15px 5px rgba(199,225,247,0.65);
    -moz-box-shadow: 0px -6px 15px 5px rgba(199,225,247,0.65);
    box-shadow: 0px -6px 15px 5px rgba(199,225,247,0.65);*/
}

/* ==========================================================================
   CTA's                                             
   ========================================================================== */

.cta a{
    position:relative;
    display:inline-block;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 20px;
    padding:10px 35px;
}

.cta.white a{
    border:1px solid #ffffff;
    background-color:#ffffff;
    color:#002C73;
}

.cta.lightblue a{
    border:1px solid #3E8DDD;
    background-color:#3E8DDD;
    color:#fff;
}
.cta.lightblue a:hover{
    border:1px solid #002C73;
    background-color:#002C73;
    color:#fff;
}

/* Estilos para o contêiner principal */
.cta-box-linkbio {
    display: flex;
    justify-content: center; /* Centraliza horizontalmente na página */
    align-items: center; /* Centraliza verticalmente na página */
}

.cta-linkbio a {
    display: flex;
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
    flex-direction: column;
    text-align: center;
    background-color: #3E8DDD;
    max-width: 605px; /* Defina a largura máxima desejada */
    width: 50%; /* Para garantir que o botão não exceda a largura máxima */
    border-radius: 200px;
    padding-left: 50px;
    padding-right: 50px;
    min-height: 56px;
    margin: 0 auto; /* Centraliza horizontalmente dentro do contêiner principal */
    margin-bottom: 15px;
    color: #fff;
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    text-decoration: none;
}

.cta-linkbio a:hover {
    background-color: #004B8D;
    color: #fff;
}



.cta.full a{
    display:block;
}

.cta.small a{
    padding:3px 15px;
}


.cta.white a:hover{
    border:1px solid #002C73;
    background-color:#002C73;
    color:#fff;
}

.cta.square a{
    border-radius: 0px;
}


/* ==========================================================================
   UTILITIES                                             
   ========================================================================== */
.lightblue-shadow{
    -webkit-box-shadow: 0px 0px 20px 5px rgba(199,225,247,1);
    -moz-box-shadow: 0px 0px 20px 5px rgba(199,225,247,1);
    box-shadow: 0px 0px 20px 5px rgba(199,225,247,1);
}

.blue-shadow{
    -webkit-box-shadow: 0px 0px 20px 5px rgba(85,165,218,1);
    -moz-box-shadow: 0px 0px 20px 5px rgba(85,165,218,1);
    box-shadow: 0px 0px 20px 5px rgba(85,165,218,1);
}

.rounded-box{
    background-color:#fff;
    padding:50px;
    border-radius:20px;
    
}

.bg-white{
    background-color:#fff;
}

.bg-lighterblue{
    background-color:#C7E1F7;
}

.bg-gray{
    background-color:#f5f5f5;
}

.bg-lightgray{
    background-color:#DDDBEA;
}

.display{
    display:none;
}

.img-desktop{
  display:inline-block !important;
}

.img-mobile{
  display:none !important;
}

.cta-generic.blue a{
  background-color: #398dde;
  color: #fff;
  padding: 14px 20px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  border-radius: 27px;
  display: inline-block;
  margin-top: 50px;
  text-align: center;
}
.flex.align-items-center .row-fluid{
  display: flex;
  align-items: center;
}

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


/* ==========================================================================
   MEDIA QUERY                              
   ========================================================================== */

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

@media (max-width: 1120px) {}

@media (max-width:1500px){
  .list-item .list-item-wrapper .text-spacing{
    padding-left:110px;
  }
  
  .deals-image-bg::before{
    width: 42.4%;
  }
  
  .deals-image-bg.left::before{
    width: 42%;
  }
}

@media (max-width: 1400px){
  
}


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

@media (max-width: 767px) {
    .logo{
        padding-left:15px;
        padding-right:15px;
    }
    
    .header .topbar{
        padding:6px 6px;
    }
    .header .menu-wrapper > .row-fluid-wrapper > .row-fluid {
      flex-direction: column;
      align-items: unset;
    }
    .body-container-wrapper{
        padding-left:15px;
        padding-right:15px;
    }
    
    .image-container{
        min-height:830px;    
    }
    
    .page-center{
        padding-left:15px;
        padding-right:15px;
    }
    
    .body.onsite table tr th:nth-child(2), 
    body.onsite table tr td:nth-child(2){
        
    }
    
    .fale-conosco .ctas-desktop{
        display: none;
    }

    
    .fale-conosco .ctas-mobile{
        display: block;
    }

    
    .footer{
        text-align:center;
    }
    
    .footer .secondary-title h1:after, 
    .footer .secondary-title h2:after, 
    .footer .secondary-title h3:after, 
    .footer .secondary-title h4:after{
        left: 50%;
        transform: translateX(-50%);
    }
    
    body.onsite table tr td{
        width:49.5%;
    }
    
    body.onsite table tr th:nth-child(2),
    body.onsite table tr td:nth-child(2){
        width:1%;
        padding: 0px;
    }
    
    .tipo-residuos .tipo-residuo-item h3{
        font-size:18px;
    }
    
    .nossos-numeros .row1 .widget-type-custom_widget:first-child:after{
        content: none;
    }

    .nossos-numeros .row1 .widget-type-custom_widget:nth-child(2):after{
        content: none;
    }
    
    .nossos-numeros .row1:after{
        content:none;
    }
    
    .solucoes .box{
        margin-bottom:30px;
    }
    
    .image-container .description .inner{
        width:100%;
    }
    
    .fale-conosco .cta a{
        width:auto;
    }
    
    .tipo-residuos .tipo-residuo-item .icon-wrapper{
        display: block;
        margin: 0 auto;
    }
    
    .tipo-residuos .tipo-residuo-item{
        text-align: center;
    }
    
    .custom-menu-primary ul.hs-menu-children-wrapper .hs-menu-depth-2 a{
        color:#fff;
    }
    .diferenciais .box{
        background-image: none !important;
    		background-color: #002c73;
  }
  	.cta-box{
  			background-image: none;
        background-color: #002c73;	
  }
  	.contato-box{
  			background-image: none;
        background-color: #002c73;
  }
  
  .img-desktop{
    display:none !important;
  }

  .img-mobile{
    display:inline-block !important;
  }
  
  .list-item .list-item-wrapper .text-spacing{
    padding:0px;
  }
  
  .list-item .list-item-wrapper .image,
  .efluentes-off .list-item .list-item-wrapper .image{
    min-height: auto;
  }
  
  .conheca .conheca-wrapper .number-list{
        margin: 70px 0px 30px;
  }
  
  .conheca .conheca-wrapper .number-list .item{
    width:47%;
    margin-bottom:30px;
  }
  
  body.dinamica .body-container-wrapper{
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .tratamento,
  .diferenca,
  .efluentes-off{
    padding-left: 15px;
    padding-right: 15px;
  }
  
  body.dinamica .mobile{
    display:block;
  }
  
  body.dinamica .desktop{
    display:none;
  }
  
  .diferenca{
    background-image:unset;
    background-color:#5d8ddb;
  }
  
  .sigor-codigos table tr:first-child td{
    font-size:12px;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{
    background-color:#3e8ddd !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper ul li a{
    padding:15px 10px !important;
  }
  
  .mobile-open .mobile-trigger{
    background-color:#3e8ddd !important;
  }
  
  .mobile-trigger{
    background-color:#3e8ddd !important;
    color:#ffffff;
    border:1px solid #3e8ddd;
  }
  
  .cta-banner-dinamico .cta-banner-dinamico-wrapper{
    padding:0px 20px 20px;
  }
  
  .deals-image-bg::before{
    content:unset;
  }

}

 

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

@media (max-width: 479px) {
  .header .ctas{
    margin-bottom: 55px;
  }
  .header .ctas .new-cta{
    padding: 11px 0px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .topbar,
  .topbar p{
    text-align:center !important;
  }
  .custom-menu-primary.js-enabled{
    padding-top:0px;
    margin:0px;
  }
  .mobile-trigger{
    top:-45px !important;
  }
  
  .imagem-listing{
    background-size: contain;
  }
  
  .imagem-post{
    background-size: contain;
  }
}