/*
Theme Name: sobopram
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sobopram
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

sobopram is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Asides
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
p {
    margin-bottom: 0;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    
    box-sizing: inherit;
}
body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    
    max-width: 100%;
    /* Adhere to container width. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}
select {
    border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    padding: 3px;
}
textarea {
    padding-left: 3px;
    width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: royalblue;
}
a:visited {
    color: purple;
}
a:hover,
a:focus,
a:active {
    color: midnightblue;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active,
a:focus {
    outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
.main-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul ul li {} .main-navigation li:hover > a,
.main-navigation li.focus > a {} .main-navigation ul ul:hover > a,
.main-navigation ul ul .focus > a {} .main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {} .main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {}
/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
/*@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 16px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}
.hentry {
    margin: 0 0 0;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 0 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 0;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
/*** CUSTOM STYLE
============================***/

body,
html {
    font-family: 'Open Sans', sans-serif;
}
*:focus {
    outline: none;
}
.row {
    margin: 0 0 0;
}
.site-header {
    background-color: rgba(96, 148, 197, 0.85);
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
}
.site-header .row {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 0 0;
}
.site-header-inner {
    background-color: rgba(96, 148, 197, 0.85);
    padding: 20px 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
}
.site-header-inner .row {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 0 0;
}
#primary-menu {
    position: absolute;
    right: 0;
    top: 30px;
}
#primary-menu li {
    padding: 0 5px;
}
#primary-menu a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
#primary-menu a:hover {
    border-bottom: 3px solid #fff;
}
.current_page_item a {
    border-bottom: 3px solid #fff;
}
footer {
    background-color: #23587C;
    color: #6094C5;
    font-size: 16px;
    padding: 50px 0;
}
footer .row {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 0 0;
}
footer h3 {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}
footer a {
    color: #6094C5;
    text-decoration: none;
}
#wpcf7-f7-o1 input[type="text"],
#wpcf7-f7-o1 input[type="email"],
#wpcf7-f7-o1 input[type="url"],
#wpcf7-f7-o1 input[type="password"],
#wpcf7-f7-o1 input[type="search"],
#wpcf7-f7-o1 input[type="number"],
#wpcf7-f7-o1 input[type="tel"],
#wpcf7-f7-o1 input[type="range"],
#wpcf7-f7-o1 input[type="date"],
#wpcf7-f7-o1 input[type="month"],
#wpcf7-f7-o1 input[type="week"],
#wpcf7-f7-o1 input[type="time"],
#wpcf7-f7-o1 input[type="datetime"],
#wpcf7-f7-o1 input[type="datetime-local"],
#wpcf7-f7-o1 input[type="color"] {
    color: #6094C5;
    border: none;
    border-bottom: 1px solid #6094C5;
    background: transparent;
    border-radius: 0;
    font-size: 16px;
    width: 100%;
}
#wpcf7-f7-o1 textarea {
    color: #6094C5;
    border: none;
    border-bottom: 1px solid #6094C5;
    background: transparent;
    border-radius: 0;
    font-size: 16px;
    width: 100%;
    height: 100px;
    resize: none !important;
}
#wpcf7-f7-o1::-webkit-input-placeholder {
    color: #6094C5;
}
#wpcf7-f7-o1:-moz-placeholder {
    /* Firefox 18- */
    
    color: #6094C5;
}
#wpcf7-f7-o1::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #6094C5;
}
#wpcf7-f7-o1:-ms-input-placeholder {
    color: #6094C5;
}
#wpcf7-f7-o1 button,
#wpcf7-f7-o1 input[type="button"],
#wpcf7-f7-o1 input[type="reset"],
#wpcf7-f7-o1 input[type="submit"] {
    background: #6094C5;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
    text-shadow: none;
    border: none;
    padding: 10px 10px;
}
.destaque {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    padding: 80px 0 0;
    color: #BBBDBF;
    font-size: 22px;
    line-height: 1.2em;
}
.destaque img {
    margin: 0 0 20px;
    max-width: 200px;
}
.destaque strong {
    font-weight: 700;
}
.innercontent-wrapper-services {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    color: #BBBDBF;
    font-size: 24px;
    line-height: 1.2em;
    margin-top: 150px;
    margin-bottom: 30px;
    margin-left: auto !Important;
    margin-right: auto !Important;
    text-align: justify;
}
.innercontent-wrapper-services img {
    margin: 0 0 20px;
}
.innercontent-wrapper-services strong {
    font-weight: 700;
}
.innercontent-wrapper-services h3 {
    color: #BBBDBF;
    font-size: 56px;
    font-weight: 700;
    margin: 0 0 40px;
}
.panel-grid {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.title-wrapper {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    color: #BBBDBF;
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 80px;
}
.destaque-produtos {
    width: 100%;
    max-width: 870px;
    margin: 0 auto;
}
.destaque-produtos .panel-grid-cell .so-panel {
    margin-bottom: 0 !important;
}
.heroaction-btn-db {
    background: #79aad3;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 30px;
    position: relative;
}
.heroaction-btn-db a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.heroaction-btn-db img {
    position: absolute;
    top: 33px;
    right: 30px;
}
#pg-4-3,
#pg-4-4,
#pg-4-5 {
    background-color: #E6E7E8;
}
.innercontent-wrapper > div {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    padding: 0 0 0;
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.6em;
    text-align: justify;
}
.innercontent-wrapper h3 {
    color: #BBBDBF;
    font-size: 56px;
    font-weight: 700;
    margin: 0 0 40px;
}
.innercontent-wrapper > div p {
    margin: 0 0 20px;
    color: #BBBDBF;
}
#menu-item-125.current_page_item a,
#menu-item-270.current_page_item a {
    border-bottom: none;
}
#menu-item-125.current_page_item a:hover,
#menu-item-270.current_page_item a:hover {
    border-bottom: 3px solid #fff;
}
.prod-wrapper {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.6em;
    text-align: justify;
    padding: 60px 0;
}
.prod-wrapper h3 {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #6096c4;
    padding-top: 100px;
}
.prod-wrapper ul {
    margin: 10px 0 0 0;
    padding: 0 0 0 20px;
    text-align: left;
}
.prodlist {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #6096c4;
}
.inner-menu {
    color: #fff;
    text-transform: uppercase;
    padding: 0 20px;
}
.inner-menu .textwidget {
    text-align: center;
}
.inner-menu a {
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 150px;
    width: 150px;
    height: 150px;
    display: inline-block;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    margin-bottom: 20px;
    padding-top: 52px;
    background: url('http://2016.sobopram.com/protected/wp-content/uploads/2016/05/arrow-more.png') 62px 122px no-repeat;
    background-color: #356b99;
}
.inner-menu a:hover {
    background-color: #2b567b;
    text-decoration: none;
}
.singleprod-wrapper {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6em;
}
.singleprod-badge h3 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 150px;
    width: 80px;
    height: 80px;
    display: inline-block;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    margin-bottom: 20px;
    padding-top: 30px;
    background-color: #356b99;
}
.singleprod-title h3 {
    color: #6096c4;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    top: 45px;
}
.singleprod-docs a {
    color: #6096c4;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}
.singleprod-docs a {
    color: #6096c4;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    background: url('http://2016.sobopram.com/protected/wp-content/uploads/2016/05/pdf-ico.png') 0 0 no-repeat;
    padding: 3px 0 1px 34px;
    margin-bottom: 2px;
    display: inline-block;
    text-transform: uppercase;
}
.singleprod-docs a:hover {
    color: #2b567b;
    text-decoration: none;
}
.singleprod-wrapper ul {
    margin: 5px 0 20px;
    padding: 0 0 0 40px;
}
#pg-131-1 {
    margin-bottom: 0 !important;
}
.singleprod-wrapper-top h3 {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #6096c4;
    padding: 60px 0;
}
div#pg-8-3,
div#pg-8-4,
div#pg-8-5 {
    background: #e6e7e9;
}
.desaturate {
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    
    filter: grayscale(100%);
}
#pgc-8-3-0 .heroaction-btn-db,
#pgc-8-3-2 .heroaction-btn-db,
#pgc-8-4-1 .heroaction-btn-db {
    background: #6094c4;
}
.page-id-173 .singleprod-badge h3 {
    padding-top: 25px;
}
.page-id-173 .inner-menu a {
    padding-top: 40px;
}
.menu-produtos-container {
    background: #356b99;
}
.menu-produtos-container ul {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 0;
}
.menu-produtos-container li {
    display: inline-block;
    text-align: center;
    max-width: 18.3%;
    vertical-align: top;
    margin: 10px 0px;
}
.menu-produtos-container a {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
}
.menu-produtos-container a:hover {
    border-bottom: none;
    text-decoration: none;
    color: #6094c5;
}
.menu-produtos-container .current_page_item a {
    border-bottom: none;
    color: #6094c5;
}
.prod-btn {
    display: none;
}
#pgc-w57612a2e6abdf-0-1 .textwidget {
    margin-top: 16px;
}
#pgc-w57612a2e6abdf-1-1 .textwidget {
    margin-top: 45px;
}
#pgc-w57612a2e6abdf-2-1 .textwidget {
    margin-top: 100px;
}
.destimg {
    float: left;
    width: 33.33%;
    text-align: left;
    padding-right: 15px;
}
div#pg-73-0 p:last-child {
    text-align: justify;
}
.servicos-padding {
    padding: 70px 0 0 0;
}
.page-id-131 .site-header,
.page-id-167 .site-header,
.page-id-169 .site-header,
.page-id-171 .site-header,
.page-id-173 .site-header,
.page-id-175 .site-header,
.page-id-238 .site-header {
    position: relative;
}
.panel-row-style-destaque a {
    color: #BBBDBF;
    text-decoration: none;
}
.errorpagina {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
.errorpagina h1 {
    font-size: 40px;
    margin: 200px 0;
    text-align: center;
}
button.menu-toggle {
    display: none;
}
#pgc-73-0-0 h3 {
    color: #BBBDBF;
    font-size: 56px;
    font-weight: 700;
    margin: 0 0 40px;
}
.current_page_item.menu-item-131 a {
    border-bottom: none;
}
.prod-wrapp {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 14px;
    line-height: 1.6em;
    text-align: justify;
    color: #6b6a6f;
}
.prod-wrapp b {
    font-weight: 700;
}
.prod-wrapp h3.widget-title {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    color: #5e96c9;
    text-align: center;
}
.pr-excerpt h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #5e96c9;
    text-align: left;
    margin: 0 0 10px;
}
.pr-excerpt ul {
    margin: 0 0 0;
    padding: 0 0 0;
    text-align: left;
}
.pr-excerpt ul li {
    list-style: none;
}
article#post-133,
article#post-174,
article#post-194,
article#post-204,
article#post-215,
article#post-228,
article#post-236,
article#post-295,
article#post-297 {
    padding: 50px 0 30px;
}
article#post-215 .prod-badge h4 {
    font-size: 30px;
    padding: 70px 0 0;
}
article#post-215 span.prod-smallbadge {
    font-size: 14px;
    padding: 43px 0 0;
}
.prwide-wrap {
    background-color: rgba(96, 148, 197, 0.85);
    padding: 30px 0;
}
.post-215 ul.link-lista {
    margin: 10px 0 10px;
    padding: 0 0 0;
    position: relative;
    left: 0;
    display: block;
    max-width: 480px;
    float: left;
}
.prod-badge {
    text-align: center;
}
.prod-badge h4 {
    background: url(img/badge-big.png) top center no-repeat;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    font-weight: 700;
    line-height: 1em;
    width: 190px;
    height: 201px;
    padding: 65px 0 0;
    margin: 0 0 0;
}
.prod-badge a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-weight: 700;
    line-height: 1.2em;
    margin: 10px auto 0;
    max-width: 200px;
}
.prod-badge-smaller {
    text-align: center;
}
.prod-badge-smaller h4 {
    background: url(img/badge-big.png) top center no-repeat;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    font-weight: 700;
    line-height: 1em;
    width: 170px;
    height: 201px;
    padding: 65px 0 0;
    margin: 0 0 0;
    background-size: 80%;
    position: relative;
    left: -20px;
}
.prod-badge-smaller a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-weight: 700;
    line-height: 1.2em;
    margin: 10px auto 0;
    max-width: 200px;
}
.prod-wrappwhite {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.6em;
    text-align: justify;
    color: #6b6a6f;
    font-size: 14px;
    line-height: 1.4em;
}
span.prod-smallbadge {
    background: url(img/badge-small.png) top center no-repeat;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    font-weight: 700;
    line-height: 1em;
    width: 105px;
    height: 105px;
    padding: 35px 0 0;
    margin: 0 0 0;
    float: left;
}
.prod-wrappwhite h5 {
    clear: none;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: #5e96c9;
    text-align: left;
    position: relative;
    top: 35px;
    left: 20px;
    width: 100%;
    max-width: 550px;
}
.prod-wrappwhite ul {
    margin: 10px 0 10px;
    padding: 0 0 0;
    position: relative;
    left: 20px;
}
ul.link-lista {
    margin: 10px 0 10px;
    padding: 0 0 0;
    position: relative;
    left: 0;
    display: block;
}
ul.link-lista li {
    list-style: none;
    display: inline-block;
}
.prod-wrappwhite a {
    display: block;
    clear: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #5e96c9;
    background: url(img/pdf-icon.png) top left no-repeat;
    padding: 6px 0 6px 35px;
}
.middle-wrapper {
    width: 100%;
    max-width: 870px;
    margin: 114px auto 114px;
}
.middle-wrapper-inner {
    width: 100%;
    max-width: 870px;
    margin: 50px auto 114px;
    font-size: 14px;
    line-height: 1.6em;
    color: #9e9ea1;
}
.grey-bgrd {
    background: #e6e7e9;
    margin-bottom: 50px;
}
.blue-bgrd {
    background: #6094c4;
}
.middle-wrapper-grey {
    width: 100%;
    max-width: 870px;
    margin: 0 auto;
}
.middle-wrapper-grey > div {
    padding: 0 0 0;
    text-align: center;
}
.astripe {
    display: inline-block;
    background: #6094c4;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    text-align: center;
    min-height: 65px;
    position: relative;
}
.astripe:hover {
    text-decoration: none;
}
.astripe img {
    position: absolute;
    top: -11px;
    right: 20px;
}
.produtos-title {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #999;
    margin: 0 0 50px;
    padding: 0 0 0;
}
.produtos-title-blue {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #6094c4;
    margin: 0 0 50px;
    padding: 0 0 0;
    text-transform: uppercase;
}
h3.widget-title {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #6094c4;
    margin: 0 0 0;
    padding: 0 0 0;
    text-transform: uppercase;
}
.img-responsive {
    display: inline-block;
}
.middle-wrapper-inner-products {
    width: 100%;
    max-width: 870px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.6em;
    color: #9e9ea1;
    padding: 50px 0 50px;
}
.middle-wrapper-inner-products ul {
    margin: 0 0 0;
    padding: 0 0 0;
}
.middle-wrapper-inner-products ul li {
    list-style: none;
}
.middle-wrapper-inner-products h3 {
    text-align: left;
    font-size: 26px;
    font-weight: bold;
    color: #6094c4;
    margin: 0 0 10px;
    padding: 0 0 0;
    text-transform: uppercase;
}
.badges-top > div {
    text-align: center;
}
.badges-top h4 {
        display: inline-block;
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    background: #356b99;
    height: 120px;
    border-radius: 120px;
    width: 120px;
    padding: 50px 0 0;
    font-size: 16px;
}
.badges-top a {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
}
.badges-bottom a {
    color: #5d95c4;
    display: table;
    font-weight: 700;
    text-transform: uppercase;
    background: url(img/pdf-ico.png) top left no-repeat;
    width: auto;
    padding: 3px 0 3px 30px;
    margin: 10px 0 0;
}
.badges-bottom h5 {
    font-size: 28px;
    font-weight: 700;
    color: #6094c3;
    text-transform: uppercase;
}
.last-row {
    margin-bottom: 30px;
    padding-top: 20px;
}
.last-row ul {
    padding: 0 0 0 20px;
    margin: 0 0 10px;
}
.last-row ul li {
    list-style-type: disc;
}
div#map-canvas {
    height: 500px;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 11px;
    display: block;
}
div.wpcf7-validation-errors {
    border: 1px solid #f7e700;
    font-size: 12px;
}
/*--------------------------------------------------------------
# Queries
--------------------------------------------------------------*/

@media only screen and (min-width: 980px) {
    #menu-produtos a {
        max-width: 117px;
        display: inline-table;
    }
   

}
@media only screen and (max-width: 980px) {
    .blue-bgrd {
    background: #6094c4;
    display: none;
}
 span.prod-smallbadge {
    display: none;
}
h3.widget-title {
    text-align: left;
    font-size: 36px;
    font-weight: bold;
    color: #6094c4;
    margin: 0 0 0;
    padding: 0 0 0 15px;
    text-transform: uppercase;
}
span.prod-smallbadge {
    display: none;
}
    #masthead .site-branding {
        width: 40%;
    }
    #masthead .right {
        width: 60%;
    }
    .heroaction-btn-db {
        background: #6094C5;
        color: #fff;
        font-size: 16px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        padding: 10px 30px;
        position: relative;
        max-width: 290px;
        margin: 0 auto;
    }
    .innercontent-wrapper > div {
        margin-top: 35px;
    }
    .innercontent-wrapper > div {
        padding: 0 20px 0 !important;
    }
    .innercontent-wrapper-services {
        margin-top: 35px;
    }
    div#pl-57 {
        padding: 0 20px;
    }
    .prod-wrapper {
        width: 100%;
        max-width: 1024px;
        margin: 0 auto;
        font-size: 16px;
        line-height: 1.6em;
        text-align: justify;
        padding: 0 20px;
    }
    .prod-wrapper h3 {
        font-size: 28px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        color: #6096c4;
        padding-top: 35px;
    }
    .inner-menu {
        color: #fff;
        text-transform: uppercase;
        padding: 20px 20px;
    }
    .singleprod-wrapper {
        width: 100%;
        max-width: 1024px;
        margin: 0 auto;
        font-size: 16px;
        line-height: 1.6em;
        padding: 0 20px;
    }
    .main-navigation {
        clear: both;
        display: block;
        float: left;
        width: 100%;
        margin: 30px 0 0;
    }
    .singleprod-title h3 {
        color: #6096c4;
        font-size: 26px;
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
        top: 0;
    }
    button.menu-toggle {
        display: none;
    }
    .menu-principal-container {
        position: relative;
        top: 5px;
    }
    #primary-menu {
        position: relative;
        right: 0;
        top: 0px;
    }
    .main-navigation li {
        float: none;
        position: relative;
        display: inline-block;
        text-align: left;
        line-height: 4em;
    }
    .title-wrapper {
        width: 100%;
        max-width: 1024px;
        margin: 0 auto;
        color: #BBBDBF;
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 20px;
        margin-top: 80px;
    }
    .destaque {
        width: 100%;
        max-width: 1024px;
        margin: 0 auto;
        padding: 35px 20px 30px;
        color: #BBBDBF;
        font-size: 16px;
        line-height: 1.2em;
    }
    .prod-btn {
        display: block;
        margin: 25px 15px;
    }
    .menu-produtos-container li {
        display: inline-block;
        padding: 0 0;
        text-align: center;
    }
    #pgc-w57612a2e6abdf-0-1 .textwidget,
    #pgc-w57612a2e6abdf-1-1 .textwidget,
    #pgc-w57612a2e6abdf-2-1 .textwidget {
        margin-top: 0 !important;
    }
    .innercontent-wrapper-services {
        text-align: center !important;
    }
    .dest-content {
        width: 70%;
        float: right;
    }
    .textwidget .dest-content-one {
        padding-top: 60px;
    }
    .textwidget .dest-content-two {
        padding-top: 80px;
    }
    .textwidget .dest-content-three {
        padding-top: 35px;
    }
}
@media only screen and (max-width: 780px) {

    #masthead .site-branding {
        width: 100%;
    }
    #masthead .right {
        width: 100%;
    }
    .main-navigation li {
        float: none;
        position: relative;
        display: block;
        text-align: left;
        line-height: 4em;
    }
    .main-navigation ul {
        display: none;
    }
    .site-header {
        background-color: rgba(96, 148, 197, 0.85);
        padding: 20px 0;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 500;
    }
    #pg-4-5 .panel-grid-cell {
        margin-bottom: 0;
    }
    #pgc-4-1-0,
    #pgc-4-1-1,
    #pgc-4-1-2 {
        margin-bottom: 30px;
    }
    #primary-menu a:active,
    #primary-menu a:focus {
        border-bottom: none;
    }
    .current_page_item a {
        border-bottom: none;
    }
    button.menu-toggle {
        display: block;
        background: #356b99;
        border: none;
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        padding: 10px 10px;
        box-shadow: 0 0 0;
        border-radius: 0 0 0 0;
    }
    .menu-produtos-container ul {
        padding: 5px 0;
    }
    .menu-produtos-container li {
        display: block;
        padding: 10px 20px;
        text-align: left;
        max-width: 100%;
    }
    #pg-4-3 .panel-grid-cell,
    #pg-4-4 .panel-grid-cell,
    #pg-4-5 .panel-grid-cell {
        margin-bottom: 0;
    }
    .prod-wrapp h3.widget-title {
        font-size: 25px;
        text-transform: uppercase;
        font-weight: 700;
        color: #5e96c9;
        text-align: center;
    }
}
@media only screen and (max-width: 600px) {} 
@media only screen and (max-width: 480px) {} 

span.slb_template_tag.slb_template_tag_item.slb_template_tag_item_title {
    display: none;
}
.clearfix:after {
    content: " ";
    /* Older browser do not support empty content */
    
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}