/* Minification failed. Returning unminified contents.
(12050,47): run-time error CSS1046: Expect comma, found '0'
(12050,51): run-time error CSS1046: Expect comma, found '/'
(12051,39): run-time error CSS1046: Expect comma, found '0'
(12051,43): run-time error CSS1046: Expect comma, found '/'
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 20px;
	margin: 0em;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! jQuery UI - v1.11.4 - 2015-08-12
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0; /* support: IE7 */
    font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}

    .ui-accordion .ui-accordion-icons .ui-accordion-icons {
        padding-left: 2.2em;
    }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible; /* removes extra width in IE */
}

    .ui-button,
    .ui-button:link,
    .ui-button:visited,
    .ui-button:hover,
    .ui-button:active {
        text-decoration: none;
    }
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
    padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

/* button sets */
.ui-buttonset {
    margin-right: 7px;
}

    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.3em;
    }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-datepicker {
    width: 260px;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover,
    .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 45%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: 12px;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span,
        .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    /* with multiple calendars */
    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
            .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 20px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 20px;
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin-top: .5em;
        padding: .3em 1em .5em .4em;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-se {
        width: 12px;
        height: 12px;
        right: -5px;
        bottom: -5px;
        background-position: 16px 16px;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}

    .ui-menu .ui-menu {
        position: absolute;
    }

    .ui-menu .ui-menu-item {
        position: relative;
        margin: 0;
        padding: 3px 1em 3px .4em;
        cursor: pointer;
        min-height: 0; /* support: IE7 */
        /* support: IE10, see #8844 */
        list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    }

    .ui-menu .ui-menu-divider {
        margin: 5px 0;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0;
    }

    .ui-menu .ui-state-focus,
    .ui-menu .ui-state-active {
        margin: -1px;
    }

/* icon support */
.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item {
        padding-left: 2em;
    }

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%;
    }

    .ui-progressbar .ui-progressbar-overlay {
        background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
        height: 100%;
        filter: alpha(opacity=25); /* support: IE8 */
        opacity: 0.25;
    }

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

    .ui-selectmenu-menu .ui-menu {
        overflow: auto;
        /* Support: IE7 */
        overflow-x: hidden;
        padding-bottom: 1px;
    }

        .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
            font-size: 1em;
            font-weight: bold;
            line-height: 1.5;
            padding: 2px 0.4em;
            margin: 0.5em 0 0 0;
            height: auto;
            border: 0;
        }

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

    .ui-selectmenu-button span.ui-icon {
        right: 0.5em;
        left: auto;
        margin-top: -8px;
        position: absolute;
        top: 50%;
    }

    .ui-selectmenu-button span.ui-selectmenu-text {
        text-align: left;
        padding: 0.4em 2.1em 0.4em 1em;
        display: block;
        line-height: 1.4;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 20px;
        height: 38px;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }

    /* support: IE8 - See #6727 */
    .ui-slider.ui-state-disabled .ui-slider-handle,
    .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit;
    }

.ui-slider-horizontal {
    height: .8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
    /* need to fix icons sprite */
    background-position: -65px -16px;
}

.ui-tabs {
    position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: .2em .2em 0;
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            margin: 1px .2em 0 0;
            border-bottom-width: 0;
            padding: 0;
            white-space: nowrap;
        }

        .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
            float: left;
            padding: .5em 1em;
            text-decoration: none;
        }

        .ui-tabs .ui-tabs-nav li.ui-tabs-active {
            margin-bottom: -1px;
            padding-bottom: 1px;
        }

            .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
            .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
            .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
                cursor: text;
            }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
    border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

    .ui-widget .ui-widget {
        font-size: 14px;
    }

    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    border: 1px solid #D80D0D;
    color: #333333;
    background-color: #FFF;
}

    .ui-widget-content a {
        color: #333333;
    }

.ui-widget-header {
    border: 1px solid #D80D0D;
    color: #ffffff;
    font-weight: bold;
    background-color: #D80D0D;
}

    .ui-widget-header a {
        color: #ffffff;
    }

    /* Interaction states
----------------------------------*/
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        border: 1px solid #D8D8D8;
        font-weight: bold;
        color: #333333;
        background-color: #FFF;
    }

        .ui-state-default a,
        .ui-state-default a:link,
        .ui-state-default a:visited {
            color: #1c94c4;
            text-decoration: none;
        }

    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-widget-header .ui-state-hover,
    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus {
        border: 1px solid #D80D0D;
        font-weight: bold;
        color: #ffffff;
        background-color: #D80D0D;
    }

        .ui-state-hover a,
        .ui-state-hover a:hover,
        .ui-state-hover a:link,
        .ui-state-hover a:visited,
        .ui-state-focus a,
        .ui-state-focus a:hover,
        .ui-state-focus a:link,
        .ui-state-focus a:visited {
            color: #c77405;
            text-decoration: none;
        }

    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active {
        border: 1px solid #fbd850;
        background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
        font-weight: bold;
        color: #eb8f00;
    }

        .ui-state-active a,
        .ui-state-active a:link,
        .ui-state-active a:visited {
            color: #eb8f00;
            text-decoration: none;
        }

    /* Interaction Cues
----------------------------------*/
    .ui-state-highlight,
    .ui-widget-content .ui-state-highlight,
    .ui-widget-header .ui-state-highlight {
        border: 1px solid #fed22f;
        background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
        color: #363636;
    }

        .ui-state-highlight a,
        .ui-widget-content .ui-state-highlight a,
        .ui-widget-header .ui-state-highlight a {
            color: #363636;
        }

    .ui-state-error,
    .ui-widget-content .ui-state-error,
    .ui-widget-header .ui-state-error {
        border: 1px solid #cd0a0a;
        background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
        color: #ffffff;
    }

        .ui-state-error a,
        .ui-widget-content .ui-state-error a,
        .ui-widget-header .ui-state-error a {
            color: #ffffff;
        }

    .ui-state-error-text,
    .ui-widget-content .ui-state-error-text,
    .ui-widget-header .ui-state-error-text {
        color: #ffffff;
    }

    .ui-priority-primary,
    .ui-widget-content .ui-priority-primary,
    .ui-widget-header .ui-priority-primary {
        font-weight: bold;
    }

    .ui-priority-secondary,
    .ui-widget-content .ui-priority-secondary,
    .ui-widget-header .ui-priority-secondary {
        opacity: .7;
        filter: Alpha(Opacity=70); /* support: IE8 */
        font-weight: normal;
    }

    .ui-state-disabled,
    .ui-widget-content .ui-state-disabled,
    .ui-widget-header .ui-state-disabled {
        opacity: .35;
        filter: Alpha(Opacity=35); /* support: IE8 */
        background-image: none;
    }

        .ui-state-disabled .ui-icon {
            filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
        }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-default .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 0px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 0px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 0px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 0px;
}

/* Overlays */
.ui-widget-overlay {
    background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
    opacity: .5;
    filter: Alpha(Opacity=50); /* support: IE8 */
}

.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: #000000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
    opacity: .2;
    filter: Alpha(Opacity=20); /* support: IE8 */
    border-radius: 5px;
}

.erro {
    color: #E4E4E4;
    font-size: 300px;
    line-height: 200px;
    display: block;
    margin: 60px 0;
    letter-spacing: -5px;
    width: 40%;
    float: left;
    min-width: 300px;
}

.errodiv .titulo {
    font-size: 38px;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    width: 50%;
    margin-left: 10%;
    margin-top: 10%;
    float: left;
    min-width: 300px;
}

.errodiv .text {
    color: #FFF;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    width: 50%;
    margin-left: 10%;
    float: left;
    min-width: 300px;
}

    .errodiv .text a {
        color: #D80D0D;
        text-decoration: none;
    }

@media (max-width: 767px) {
    .erro {
        font-size: 100px;
        line-height: 100px;
        margin: 0px;
    }

    .errodiv .titulo {
        font-size: 30px;
        margin-left: 0;
        margin-top: 0;
    }

    .errodiv .text {
        margin-left: 0;
    }
}

.top67 {
    margin-top: 0px !important;
}

.content {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    min-width: 300px;
}

.maquinacolor {
}

.limpa {
    clear: both;
}

#header {
    width: 100%;
    position: fixed;
    z-index: 9999999;
    background-color: #000;
    top: 0px;
    left: 0px;
}
/*.header01 {
position: fixed;
    z-index: 10000;
    max-width: 1280px;
    background-color: #000;
    top: 0px;
}*/

.topHeader {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}


#header .logo {
    background: url(../i/sprite.png) 0px 0px no-repeat scroll;
    height: 54px;
    width: 182px;
    display: block;
    float: left;
    margin: 12px 0 0 40px;
}

@media only screen and (max-width: 767px) {

    #header .logo {
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -1366px -8px;
        height: 38px;
        width: 132px;
        margin-bottom: 10px;
    }
}

#header .pesquisa {
    float: left;
    width: 40%;
    margin-top: 26px;
    margin-left: 3%;
    height: 35px;
}

    #header .pesquisa .campo {
        float: left;
        width: 73%;
        height: 25px;
        background-color: #FFF;
        padding: 3px;
        border: 1px solid #CECEC6;
    }

    #header .pesquisa .botao {
        float: left;
        width: 120px;
        height: 34px;
        background-color: #D80D0D;
        font-size: 15px;
        color: #FFF;
        text-decoration: none;
        text-align: center;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        margin-left: 4px;
    }

        #header .pesquisa .botao:hover {
            background-color: #FFF;
            color: #D80D0D;
        }

#filtrosdepesquisa .botao {
    float: left;
    width: 120px;
    height: 34px;
    background-color: #D80D0D;
    font-size: 15px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin-left: 10px;
}


#header .icons {
    float: left;
    height: 29px;
    width: 29px;
    margin-left: 8px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    display: none;
}

#header .fb {
    background: url(/assets/i/novos_icones.png) -67px 0 no-repeat scroll;
}

#header .gp {
    background: url(/assets/i/novos_icones.png) -105px 0 no-repeat scroll;
}

#header .tw {
    background: url(/assets/i/novos_icones.png) -144px 0 no-repeat scroll;
}

#header .iconuser {
    float: left;
    height: 29px;
    width: 29px;
    margin-right: 8px;
    margin-left: 8px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background: url(/assets/i/novos_icones.png) -29px 0 no-repeat scroll;
}

#header .iconlogout {
    background: url(/assets/i/novos_icones.png) -240px 0 no-repeat scroll;
}

#header .log {
    color: #ABAEB7;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    margin-left: -10px;
}

#header .iconstand {
    float: left;
    height: 29px;
    width: 29px;
    margin-right: 15px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background: url(/assets/i/novos_icones.png) 0 0 no-repeat scroll;
}

#header .header_pesquisa {
    float: left;
    position: relative;
    height: 29px;
    width: 29px;
}

    #header .header_pesquisa .icon_pesquisa {
        height: 29px;
        width: 29px;
        -webkit-border-radius: 100px;
        border-radius: 100px;
        display: block;
        background: url(/assets/i/novos_icones.png) -175px 0 no-repeat scroll;
    }

#header .pesquisaMain {
    right: 0;
    top: -8px;
    width: 300px;
    height: 38px;
    background: #0A0A0B;
    position: absolute;
    z-index: 999;
    text-align: left;
    display: none;
}

    #header .pesquisaMain button.icon_search {
        background: #0A0A0B;
        line-height: 24px;
        text-decoration: none;
        float: left;
        padding: 3px 5px;
        vertical-align: bottom;
        border: none;
        background: url(/assets/i/novos_icones.png) -175px 0 no-repeat scroll;
        height: 29px;
        width: 29px;
        margin-top: 3px;
    }

    #header .pesquisaMain input {
        width: 75%;
        height: 24px;
        font-size: 12px;
        color: #929497;
        padding: 5px;
        float: left;
        border: 0;
        background: #0A0A0B;
    }

    #header .pesquisaMain .icon_close {
        position: absolute;
        right: 0;
        top: 4px;
        text-decoration: none;
        background: url(/assets/i/novos_icones.png) -207px 0 no-repeat scroll;
        height: 29px;
        width: 29px;
    }

#header .conta {
    float: left;
    height: 30px;
    margin-right: 15px;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    position: relative;
    padding-right: 15px;
    cursor: pointer;
    display: none;
}

    #header .conta ul.sso {
        display: none;
        width: auto;
        position: absolute;
        top: 28px;
        left: 0;
        background-color: #000;
        padding: 10px 10px 5px 10px;
    }

        #header .conta ul.sso li {
            float: none;
            margin: 0;
            text-align: left;
            white-space: nowrap;
        }

            #header .conta ul.sso li a {
                font-size: 10px;
                font-weight: bold;
                color: #ABAEB7;
                text-decoration: none;
                text-transform: uppercase;
                display: block;
                padding: 5px 0;
            }

    #header .conta:hover ul {
        display: block;
    }

    #header .conta .seta_menu {
        position: absolute;
        right: 6px;
        top: 12px;
        width: 10px;
        height: 6px;
        background: url(/assets/i/seta_conta.png) center no-repeat scroll;
    }

#header .stand {
    float: left;
    height: 30px;
    margin-right: 8px;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    line-height: 30px;
    display: none;
}



#header .menu:after {
    content: "";
    clear: both;
    display: block;
}

#header .menu .header_utils {
    float: right;
}

    #header .menu .header_utils:after {
        content: "";
        clear: both;
        display: block;
    }

#header .menu ul {
    margin: 0px;
    padding: 0px;
    float: left;
    display: none;
}

    #header .menu ul:after {
        content: "";
        clear: both;
        display: block;
    }

    #header .menu ul li {
        margin-right: 10px;
        float: left;
        list-style-type: none;
        margin-top: 5px;
        margin-bottom: 5px;
        position: relative;
    }

        #header .menu ul li a {
            font-size: 12px;
            font-weight: bold;
            color: #ABAEB7;
            text-decoration: none;
            text-transform: uppercase;
            display: block;
        }

            #header .menu ul li a.submenu {
                padding-right: 15px;
            }

                #header .menu ul li a.submenu .seta_menu {
                    position: absolute;
                    right: 0;
                    top: 5px;
                    width: 10px;
                    height: 6px;
                    background: url(/assets/i/seta_menu.png) center no-repeat scroll;
                }

            #header .menu ul li a:hover {
                color: #D80D0D;
            }

#header .menu .sub {
    display: none;
    float: none;
    width: auto;
    position: absolute;
    background-color: #000;
    padding: 5px;
}

    #header .menu .sub a {
        font-size: 12px;
        font-weight: bold;
        color: #ABAEB7;
        text-decoration: none;
        text-transform: uppercase;
    }

#header .menu ul li:hover > ul {
    display: block;
}

#header .menu ul li ul li {
    margin-right: 0%;
    margin-left: 0%;
    float: none;
    list-style-type: none;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
}
/*----------------*/

#header .mobileMenu .sub {
    float: none;
    width: auto;
    background-color: #000;
    padding: 5px;
    margin-top: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

    #header .mobileMenu .sub a {
        font-size: 11px;
        font-weight: bold;
        color: #ABAEB7;
        text-decoration: none;
        text-transform: uppercase;
    }

#header .mobile ul li:hover > ul {
}

#header .mobileMenu ul li ul li {
    margin: 0;
    padding: 0;
    float: none;
    list-style-type: none;
    text-align: left;
    width: auto;
}

#headerpa {
    clear: both;
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px solid #343437;
    border-top: 1px solid #343437;
}

    #headerpa #botaofixohp {
        float: left;
        display: none;
    }

    #headerpa .pa .new_select, .efemerides .new_select {
        overflow: hidden;
        padding: 3px;
        border: 1px solid rgba(168,168,168,0.5);
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        background: rgba(51,60,64,0.5) url(/assets/i/seta_select.png) right center no-repeat scroll;
        font-size: 12px;
        color: #ABAEB7;
        text-decoration: none;
        float: left;
        margin-right: 10px;
        min-width: 110px;
    }

.efemerides .new_select {
    margin-top: 3px;
    background: rgba(000,000,000,0.5) url(/assets/i/seta_select.png) right center no-repeat scroll;
}

    #headerpa .pa .new_select select, .efemerides .new_select select {
        background: transparent;
        width: 100%;
        height: 20px;
        padding: 0 5px;
        font-size: 12px;
        line-height: 1;
        border: 0;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        color: #ABAEB7;
    }


        #headerpa .pa .new_select select::-ms-expand, .efemerides .new_select select::-ms-expand {
            display: none;
        }

#headerpa .pa .text {
    float: left;
    font-size: 13px;
    font-weight: bold;
    color: #ABAEB7;
    text-transform: uppercase;
    text-decoration: none;
    height: 28px;
    line-height: 28px;
    position: relative;
    cursor: pointer;
}

    #headerpa .pa .text .setaPesq, .efemerides .setaPesq {
        float: right;
        display: block;
        background: url(/assets/i/setaPesq_novos.png) no-repeat center scroll;
        width: 14px;
        height: 14px;
        margin-top: 6px;
        margin-left: 6px;
    }

.efemerides .setaPesq {
    float: left;
    margin-top: 9px;
    display: none;
}

#headerpa .pa .pesquisaActive .setaPesq {
    background: url(/assets/i/setaPesq_novos_open.png) no-repeat center scroll;
}

@media screen and (max-width:330px) {

    #headerpa .pa .text {
        font-size: 11px;
    }
}

#headerpa .pa .text img {
    margin-left: 10px;
}

#headerpa .pa .campo, .efemerides .campo {
    float: left;
    width: 270px;
    height: 25px;
    padding: 3px;
}

#headerpa .pa .botao, .efemerides .botao {
    float: left;
    height: 28px;
    background-color: #D80D0D;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: none;
    padding: 0 10px;
}

.efemerides .botao {
    margin-top: 3px;
}

    #headerpa .pa .botao:hover, .efemerides .botao:hover {
        background-color: #FFF;
        color: #D80D0D;
    }

#headerpa .pa .styled-select select {
    background: transparent;
    width: 100%;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 25px;
    -webkit-appearance: none;
}

#headerpa .pa .styled-select {
    width: 25%;
    height: 27px !important;
    overflow: hidden;
    padding: 3px;
    border: 1px solid #CECEC6;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-image: url(../i/seta.png);
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    background-color: #FFF;
    float: left;
    margin-right: 10px;
}

#headerpa .pa .styled-select1 {
    width: 25%;
    height: 27px !important;
    overflow: hidden;
    padding: 3px;
    border: 1px solid #CECEC6;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-image: url(../i/seta.png);
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    background-color: #FFF;
    float: left;
    margin-right: 10px;
    margin-left: 2%;
}

    #headerpa .pa .styled-select1 select {
        background: transparent;
        width: 100%;
        padding: 5px;
        font-size: 16px;
        line-height: 1;
        border: 0;
        border-radius: 0;
        height: 27px !important;
        -webkit-appearance: none;
    }

#headerpa .pa .styled-ano select {
    background: transparent;
    width: 100%;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 25px;
    -webkit-appearance: none;
}

#headerpa .pa .styled-ano {
    width: 15%;
    height: 27px !important;
    overflow: hidden;
    padding: 3px;
    border: 1px solid #CECEC6;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-image: url(../i/seta.png);
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    background-color: #FFF;
    float: left;
    margin-right: 5px;
}

#headerpa .pa .ano {
    float: left;
    width: 108px;
    height: 25px;
    padding: 3px;
}

#corpo {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

    #corpo .destaque {
        width: 100%;
        overflow: hidden;
        position: relative;
        height: auto;
        /*min-height: 319px;*/
        margin-bottom: 15px;
    }

        #corpo .destaque img {
            width: 100%;
        }

    #corpo .destaque1 img {
        width: 100%;
    }

    #corpo .destaque .videoicon {
        width: 90px;
        overflow: hidden;
        position: absolute;
        height: 90px;
        background-image: url(../i/sprite.png);
        background-position: 0px -234px;
        left: 18%;
        bottom: 20%;
    }

    #corpo .destaque .pub {
        position: absolute;
        bottom: 15px;
        font-size: 13px;
        right: 15px;
    }

        #corpo .destaque .pub a {
            color: #D80D0D;
            text-transform: uppercase;
            text-decoration: none;
        }

    #corpo .destaque .titulo {
        position: absolute;
        font-size: 38px;
        left: 18%;
        top: 10%;
        color: #FFF;
        text-transform: uppercase;
        text-decoration: none;
    }

        #corpo .destaque .titulo a {
            color: #FFF;
            text-transform: uppercase;
            text-decoration: none;
        }

    #corpo .destaque .lead {
        font-size: 16px;
        float: left;
        color: #FFF;
        text-transform: uppercase;
        text-decoration: none;
    }

        #corpo .destaque .lead a {
            color: #FFF;
            text-transform: uppercase;
            text-decoration: none;
        }

    #corpo .sub1 {
        width: 57%;
        height: 375px;
        overflow: hidden;
        position: relative;
        float: left;
        margin-right: 1%;
    }

        #corpo .sub1 img {
            width: 100%;
        }

    #corpo .mascara {
        width: 100%;
        height: 200px;
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: 0px -1129px;
        position: absolute;
        left: 0px;
        bottom: 0px;
    }

.fluid .worbox {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    padding: 10px;
    background: url(/assets/i//opa35.png) scroll;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .fluid .worbox img {
        margin-left: 0 !important;
    }

.worboxvideo {
    width: 70% !important;
}

#corpo .sub2 .videoicon {
    width: 90px;
    overflow: hidden;
    position: absolute;
    height: 90px;
    background-image: url(../i/sprite.png);
    background-position: 0px -234px;
    right: 20px;
    bottom: 30px;
}

#corpo .mascara .worbox a {
    color: #FFF;
    text-decoration: none;
}

#corpo .worbox a {
    color: #FFF;
    text-decoration: none;
}

.worbox .antetitulo {
    color: #FFF;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    clear: left;
}

#corpo .mascara .antetitulo {
    color: #FFF;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    clear: left;
}

.worbox .titulo {
    color: #FFF;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    float: left;
    clear: both;
    margin-top: 3px;
    margin-bottom: 6px;
}

#corpo .mascara .titulo {
    color: #FFF;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    float: left;
    clear: left;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-right: 15px;
}

#corpo .mascara .data {
    color: #FFF;
    text-decoration: none;
    font-size: 11px;
    line-height: 15px;
    font-weight: normal;
    float: left;
    margin-left: 6px;
}

    #corpo .mascara .data .comment {
        color: #FFF;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
        float: left;
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: 0px -336px;
        width: 25px;
        padding-left: 25px;
        height: 16px;
        margin-left: 15px;
        cursor: pointer;
    }

    #corpo .mascara .data .shares {
        color: #FFF;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
        float: left;
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: 0px -358px;
        width: 25px;
        padding-left: 25px;
        height: 16px;
        margin-left: 15px;
        cursor: pointer;
    }

.worbox .data {
    color: #FFF;
    text-decoration: none;
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
    float: left;
    margin-left: 6px;
}

    .worbox .data .hora {
        color: #FFF;
        text-decoration: none;
        font-size: 11px;
        font-weight: normal;
        float: left;
    }

    .worbox .data .comment {
        color: #FFF;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
        float: left;
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: 0px -336px;
        width: 25px;
        padding-left: 25px;
        height: 16px;
        margin-left: 15px;
        cursor: pointer;
    }

.worbox .shares {
    color: #FFF;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    float: left;
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: 0px -358px;
    width: 25px;
    padding-left: 25px;
    height: 16px;
    line-height: 16px;
    cursor: pointer;
    margin-left: 10px;
}

#corpo .sub2 {
    width: 42%;
    height: 375px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-bottom: 15px;
}

    #corpo .sub2 img {
        width: 100%;
    }

#corpo .sub3 {
    width: 37.25%;
    height: 250px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 1%;
    margin-bottom: 15px;
}

    #corpo .sub3 img {
        width: 100%;
    }

#corpo .sub4 {
    width: 37.25%;
    height: 250px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-left: 1%;
    margin-bottom: 15px;
}

    #corpo .sub4 img {
        width: 100%;
    }

#corpo .sub5 {
    width: 57%;
    height: 375px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-left: 1%;
    margin-bottom: 15px;
}

    #corpo .sub5 img {
        width: 100%;
    }

#corpo .sub6 {
    width: 32.65%;
    height: 250px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 1%;
    margin-bottom: 15px;
}

    #corpo .sub6 img {
        width: 100%;
    }

#corpo .sub7 {
    width: 32.65%;
    height: 250px;
    overflow: hidden;
    position: relative;
    float: left;
    font-size: 14px;
    color: #FFF;
    margin-bottom: 15px;
}

    #corpo .sub7 img {
        width: 100%;
    }

#corpo .subAP {
    width: 32.65%;
    height: 250px;
    float: left;
    background: #000000 url(../i/sprite.png) -799px -282px no-repeat;
}

    #corpo .subAP .auto {
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        color: #FFF;
        text-decoration: none;
        float: left;
        margin-left: 70px;
        margin-top: 25px;
        margin-bottom: 30px;
        width: 83%;
    }

        #corpo .subAP .auto a {
            color: #FFF;
            text-decoration: none;
        }

    #corpo .subAP .titulo {
        font-size: 20px;
        font-weight: bold;
        color: #D80D0D;
        text-decoration: none;
        margin-left: 35px;
        margin-bottom: 10px;
        width: 92%;
        float: left;
    }

        #corpo .subAP .titulo a {
            color: #D80D0D;
            text-decoration: none;
        }

    #corpo .subAP .lead {
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        margin-left: 35px;
        margin-bottom: 20px;
        width: 92%;
        float: left;
    }

    #corpo .subAP .worboxap {
        width: 92%;
        margin-left: 35px;
        float: left;
    }

    #corpo .subAP .data {
        color: #FFF;
        text-decoration: none;
        font-size: 11px;
        line-height: 15px;
        font-weight: bold;
        float: left;
        clear: left;
    }

        #corpo .subAP .data .hora {
            color: #FFF;
            text-decoration: none;
            font-size: 11px;
            font-weight: bold;
            float: left;
        }

        #corpo .subAP .data .comment {
            color: #FFF;
            text-decoration: none;
            font-size: 11px;
            font-weight: bold;
            float: left;
            background-image: url(../i/sprite.png);
            background-repeat: no-repeat;
            background-position: 0px -336px;
            width: 25px;
            padding-left: 25px;
            height: 16px;
            margin-left: 15px;
        }

        #corpo .subAP .data .shares {
            color: #FFF;
            text-decoration: none;
            font-size: 11px;
            font-weight: bold;
            float: left;
            background-image: url(../i/sprite.png);
            background-repeat: no-repeat;
            background-position: 0px -358px;
            width: 25px;
            padding-left: 25px;
            height: 16px;
            margin-left: 15px;
        }
/*.separator{width:100%;
height:15px;
float:left;}           */
.bcomIn {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.separator {
    display: none;
}

.mrec {
    float: left;
    /*height: 250px;*/
    width: 300px;
}

#corpo .opiniao {
    width: 100%;
    background: #000000;
}

    #corpo .opiniao .bloco {
        width: 15%;
        height: auto;
        position: relative;
        margin: 1%;
        float: left;
        overflow: hidden;
    }

        #corpo .opiniao .bloco img {
            width: 100%;
        }

    #corpo .opiniao .bloco1 {
        width: 10%;
        height: auto;
        margin: 1%;
        float: left;
        text-align: center;
    }

        #corpo .opiniao .bloco1 a {
            font-size: 18px;
            text-transform: uppercase;
            color: #D80D0D;
            text-decoration: none;
        }

    #corpo .opiniao .bloco .mascara {
        width: 100%;
        height: 65px;
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: 0px -1800px;
        position: absolute;
        left: 0px;
        bottom: 0px;
        font-size: 20px;
        font-weight: bold;
        color: #FFF;
        text-decoration: none;
        text-align: center;
        /*   line-height: 80px;*/
    }

        #corpo .opiniao .bloco .mascara a {
            color: #FFF;
            text-decoration: none;
        }

#footer {
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #footer .halfl {
        width: 48%;
        float: left;
        margin-top: 20px;
    }

    #footer .halfr {
        width: 52%;
        float: left;
        margin-top: 40px;
    }

    #footer .halfl .bg {
        width: 100%;
        float: left;
    }

        #footer .halfl .bg .sobre {
            width: 90%;
            float: left;
            color: #FFF;
            font-size: 14px;
        }

    #footer .sobre a {
        color: #D80D0D;
        text-decoration: underline;
    }

        #footer .sobre a:hover {
            color: #FFF;
            text-decoration: none;
        }

    #footer .red {
        color: #D80D0D;
        font-size: 18px;
        text-transform: uppercase;
        text-decoration: none;
        line-height: 50px;
    }

    #footer .halfl .bg .news {
        width: 100%;
        float: left;
        margin-top: 100px;
    }

        #footer .halfl .bg .news .campo {
            float: left;
            width: 58%;
            height: 25px;
            background-color: #FFF;
            padding: 3px;
            border-top-width: 1px;
            border-right-width: 0px;
            border-bottom-width: 1px;
            border-left-width: 1px;
            border-top-style: solid;
            border-right-style: none;
            border-bottom-style: solid;
            border-left-style: solid;
            border-top-color: #CECEC6;
            border-bottom-color: #CECEC6;
            border-left-color: #CECEC6;
            font-size: 12px;
            color: #000;
            border-radius: 0px;
        }

        #footer .halfl .bg .news .botao {
            width: 33px;
            height: 33px;
            background-color: #FFF;
            background-image: url(../i/sprite.png);
            background-repeat: no-repeat;
            background-position: 0px -383px;
            border-top-width: 1px;
            border-right-width: 1px;
            border-bottom-width: 1px;
            border-left-width: 0px;
            border-top-style: solid;
            border-right-style: solid;
            border-bottom-style: solid;
            border-left-style: none;
            border-top-color: #CECEC6;
            border-right-color: #CECEC6;
            border-bottom-color: #CECEC6;
            float: left;
            margin-right: 20px;
        }

    #footer .icons {
        float: left;
        height: 35px;
        width: 35px;
        margin-right: 8px;
        margin-left: 8px;
        -webkit-border-radius: 100px;
        border-radius: 100px;
    }

    #footer .fb {
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -35px -181px;
    }

    #footer .gp {
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -70px -181px;
    }

    #footer .tw {
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -105px -181px;
    }

    #footer ul {
        padding: 0;
        margin: 0;
        list-style: none;
        width: 100%;
        display: block;
    }

    #footer li {
        float: left;
        display: block;
        width: 25%;
        text-align: left;
        margin-top: 30px;
    }

        #footer li a {
            font-size: 16px;
            line-height: 18px;
            text-transform: uppercase;
            color: #FFF;
            text-decoration: none;
            font-weight: bold;
        }

            #footer li a:hover {
                color: #D80D0D;
            }

        #footer li ul {
            display: block;
        }

            #footer li ul li {
                clear: both;
                border-style: none;
                width: 100%;
                margin: 0px;
            }

                #footer li ul li a {
                    font-size: 14px;
                    text-transform: uppercase;
                    color: #FFF;
                    text-decoration: none;
                    font-weight: normal;
                }

                    #footer li ul li a:hover {
                        color: #D80D0D;
                    }

    #footer .copy {
        color: #FFF;
        font-size: 12px;
        text-decoration: none;
        width: 80%;
        margin-top: 40px;
        margin-right: auto;
        padding-bottom: 20px;
        margin-left: auto;
    }

    #footer .respostanews {
        width: 100%;
        height: 33px;
        margin-bottom: 15px;
        background-color: #000;
        float: left;
        position: absolute;
        color: #FFF;
        display: none;
        padding: 5px;
        margin-top: -1px;
    }

#contentN #footer .respostanews {
    background-color: #FFF;
    color: #000;
}

#footer .respostanewsB {
    width: 100%;
    height: 33px;
    margin-bottom: 15px;
    background-color: #FFF;
    float: left;
    position: absolute;
    color: #000;
    display: none;
    padding: 5px;
    margin-top: -1px;
}

#footerPedia .respostanewsB {
    width: 100%;
    height: 33px;
    margin-bottom: 15px;
    background-color: #333;
    float: left;
    position: absolute;
    color: #FFF;
    display: none;
    padding: 5px;
    margin-top: -1px;
}

#footer .boxin {
    width: 70%;
    position: relative;
}

#footerPedia .boxin {
    width: 70%;
    position: relative;
}

#footer .halfl .bg .news .campo {
    width: 70% !important;
}

#footerPedia .halfl .bg .news .campo {
    width: 70% !important;
}

#header .mobile {
    position: absolute;
    top: 26px;
    left: 10px;
    z-index: 103;
}

#header .mobileMenu {
    display: none;
    width: 100%;
    padding: 10px;
    background-color: #000;
    padding: 20px;
    border-bottom: 1px solid #343437;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 58px;
    left: 0;
}

    #header .mobileMenu:after {
        content: "";
        display: block;
        clear: both;
    }

#header .mobile button {
    overflow: hidden;
    width: 25px;
    height: 25px;
    outline: none;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    background: url(/assets/i/menu.png) center no-repeat scroll;
    border: 0;
    padding: 0;
    margin: 0;
}

    #header .mobile button.expanded {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        background-color: transparent;
        border: 0;
    }
/*#header  .mobile a {
  display: block;
}
#header  .mobile a {
                text-align: center;
                padding: 20px 0;
                border-bottom: 1px solid #ddd;
                text-decoration: none;
                color: #FFF;
                font-weight: bold;
                background-color: #000;
}*/
/*#header .mobile ul {
    display: block;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #000;
    margin-top: 71px;
    padding-top: 10px;
    padding-bottom: 20px;
                border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999;
}


#header .mobile ul li {

    margin-right: 0%;
    width: 100%;
    margin-left: 0%;
    padding: 8px;
    float: left;
    list-style-type: none;
} */


#header .mobileMenu ul li {
    margin-right: 0%;
    width: 18%;
    margin-left: 0%;
    padding: 8px;
    float: left;
    list-style-type: none;
}

#header .mobileMenu ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

    #header .mobileMenu ul li a {
        font-size: 14px;
        font-weight: bold;
        color: #ABAEB7;
        text-decoration: none;
        text-transform: uppercase;
    }

        #header .mobileMenu ul li a:hover {
            color: #D80D0D;
        }

#header .mobileheader {
    display: none;
}

#header .boxpesqmobile {
    display: none;
}

.Boxcarcard .compararbt {
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    background-color: #c80a1b;
    padding: 2px;
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 4px;
}

#contentNews {
    width: 100%;
    background-color: #FFF;
    /*       margin-top: -10px;*/
    margin-top: -1px;
}


/*NVOFOOTER*/

#contentN {
    background-color: #FFF;
}


    #contentN #footer {
        width: 99%;
        max-width: 1280px;
        margin-right: auto;
        margin-left: auto;
    }

        #contentN #footer .halfl .bg {
            width: 100%;
            float: left;
            /*background-image: url(../i/sprite.png);
                background-repeat: no-repeat;
                background-position: -330px -2278px;*/
        }

            #contentN #footer .halfl .bg .sobre {
                width: 90%;
                float: left;
                color: #000;
                font-size: 14px;
            }

        #contentN #footer .sobre a:hover {
            color: #000000;
            text-decoration: none;
        }

        #contentN #footer li a {
            font-size: 16px;
            line-height: 18px;
            text-transform: uppercase;
            color: #000;
            text-decoration: none;
            font-weight: bold;
        }

        #contentN #footer li ul li a {
            font-size: 14px;
            text-transform: uppercase;
            color: #000;
            text-decoration: none;
            font-weight: normal;
        }

            #contentN #footer li ul li a:hover {
                color: #D80D0D;
            }

        #contentN #footer .copy {
            color: #000;
            font-size: 12px;
            text-decoration: none;
            width: 80%;
            margin-top: 40px;
            margin-right: auto;
            margin-bottom: 20px;
            margin-left: auto;
        }


/*FIMNOVOFOOTER*/



#contentNews #corpoNews {
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

#corpoNews .direita {
    width: 300px;
    margin: 18px;
    float: left;
}

#corpoNews .esquerda {
    /*width:944px;
                float: left;**/
    margin-right: 336px;
    margin-top: 18px;
}

#corpoNews .direita .bloco {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

    #corpoNews .direita .bloco .img {
        width: 100%;
        height: 180px;
        overflow: hidden;
        margin-bottom: 15px;
        position: relative;
    }

        #corpoNews .direita .bloco .img img {
            width: 100%;
        }

    #corpoNews .direita .bloco .worbox {
        width: 100% !important;
        position: static;
        min-width: 300px !important;
    }

#corpoNews .direita .antetitulo {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    clear: left;
}

    #corpoNews .direita .antetitulo a {
        color: #000;
        text-decoration: none;
    }

#corpoNews .direita .titulo {
    font-size: 20px;
    font-weight: bold;
    float: left;
    clear: left;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-right: 15px;
}

    #corpoNews .direita .titulo h4, #corpo .mascara .worbox h4{
        margin: 0;
    }



    #corpoNews .direita .titulo a {
        color: #000;
        text-decoration: none;
    }

#corpoNews .direita .data {
    color: #000;
    text-decoration: none;
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
    float: left;
    clear: left;
}

    #corpoNews .direita .data .hora {
        color: #000;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
        float: left;
    }

    #corpoNews .direita .data .comment {
        color: #000;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
        float: left;
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -133px -336px;
        width: 25px;
        padding-left: 28px;
        height: 16px;
        margin-left: 15px;
    }

    #corpoNews .direita .data .shares {
        color: #000;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
        float: left;
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -133px -358px;
        width: 25px;
        padding-left: 20px;
        height: 16px;
        margin-left: 15px;
    }

#corpoNews .left {
    width: 100%;
    float: left;
    margin-right: -336px;
}

#corpoNews .esquerda .path {
    font-size: 12px;
    color: #FFF;
    background-color: #000;
    padding: 5px;
}

#corpoNews .esquerda .pathOpi {
    font-size: 12px;
    color: #000;
    background-color: #FFF;
    padding: 5px;
}

#corpoNews .esquerda .path a {
    font-size: 12px;
    color: #FFF;
    text-decoration: underline;
}

#corpoNews .esquerda .pathOpi a {
    font-size: 12px;
    color: #000;
    text-decoration: underline;
}

#corpoNews .esquerda .inner {
    font-size: 16px;
    color: #222;
    text-decoration: none;
    width: 86%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    line-height: 23px;
}

#corpoNews #opina .inner {
    font-size: 16px;
    color: #222;
    text-decoration: none;
    width: 95%;
    margin-right: auto;
    margin-left: 0px;
    margin-top: 30px;
    line-height: 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 191px;
    position: relative;
}

#corpoNews .esquerda .video {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    height: auto;
    overflow: hidden;
    cursor: pointer;
}

    #corpoNews .esquerda .video .top {
        display: block;
        position: absolute;
        z-index: 2;
        text-shadow: none;
        left: 0;
        right: 0;
        top: 0;
        margin: 0;
        max-width: none;
        background-image: url(../i/sprite.png);
        background-position: 0 -1359px;
        height: 200px;
        width: 100%;
    }

    #corpoNews .esquerda .video img {
        width: 100%;
    }

#corpoNews .esquerda .videoicon {
    width: 90px;
    overflow: hidden;
    position: absolute;
    height: 90px;
    background-image: url(../i/sprite.png);
    background-position: 0px -234px;
    left: 20px;
    bottom: 20px;
}

#corpoNews .esquerda .video .videoicon, #corpoNews .esquerda .videosub .videoicon, #corpoNews .esquerda .videosub1 .videoicon {
    width: 90px;
    overflow: hidden;
    position: absolute;
    height: 90px;
    background-image: url(../i/sprite.png);
    background-position: 0px -234px;
    right: 20px;
    bottom: 20px;
    left: initial;
}

#corpoNews .esquerda .social {
    width: 86%;
    margin-top: 30px;
    height: 40px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

    #corpoNews .esquerda .social .icons {
        float: left;
        height: 35px;
        width: 35px;
        margin-right: 10px;
        margin-left: 0px;
        -webkit-border-radius: 100px;
        border-radius: 100px;
    }

#corpoNews .tw {
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -105px -181px;
}

#corpoNews .gp {
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -70px -181px;
}

#corpoNews .fb {
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -35px -181px;
}

#corpoNews .mail {
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -140px -181px;
}

#corpoNews .saveNews_lateral {
    background-image: url(../i/lermaistarde.png);
    background-repeat: no-repeat;
    background-position: -2px -2px;
}

#corpoNews .savedNews_lateral {
    background-image: url(../i/lermaistarde.png);
    background-repeat: no-repeat;
    background-position: -64px -2px;
}

.autopediacolor #corpoNews .saveNews_lateral {
    background-image: url(../i/lermaistarde.png);
    background-repeat: no-repeat;
    background-position: -126px -2px;
}

.autopediacolor #corpoNews .savedNews_lateral {
    background-image: url(../i/lermaistarde.png);
    background-repeat: no-repeat;
    background-position: -188px -2px;
}

/*#corpoNews .link {
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -175px -181px;
}*/
#corpoNews .link {
    display: none;
}

#corpoNews .coment {
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -212px -181px;
}

#corpoNews .comentadores {
    float: left;
    width: 161px;
    height: 100%;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
}

#corpoNews .comentador {
    height: 161px;
    width: 161px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    margin-bottom: 15px;
    overflow: hidden;
}

#corpoNews .comentadoresName {
    width: 100%;
    text-align: center;
}

    #corpoNews .comentadoresName a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-weight: bold;
        color: #D80D0D;
        text-decoration: none;
    }

#corpoNews .rui {
    background-image: url(../i/rui.jpg);
}

#corpoNews .comentador img {
    width: 100%;
}

#opina .titulo {
    color: #D80D0D;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 15px;
}

#opina .data {
    margin-left: 15px;
}

    #opina .data .hora {
        color: #000;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
        float: left;
        line-height: 15px;
    }

    #opina .data .comment {
        color: #000;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
        float: left;
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -133px -336px;
        width: 25px;
        padding-left: 28px;
        height: 16px;
        margin-left: 15px;
        line-height: 15px;
    }

    #opina .data .shares {
        color: #000;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
        float: left;
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -133px -358px;
        width: 25px;
        padding-left: 20px;
        height: 16px;
        margin-left: 15px;
        line-height: 15px;
    }

#opina .abrt {
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    min-height: 200px;
}

    #opina .abrt img {
        width: 100%;
    }

#opina .mascara {
    width: 100%;
    height: 200px;
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: 0px -1129px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

#opina .top {
    display: block;
    position: absolute;
    z-index: 2;
    text-shadow: none;
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
    max-width: none;
    background-image: url(../i/sprite.png);
    background-position: 0 -2182px;
    height: 200px;
    width: 100%;
}

#opina .video {
    width: auto !important;
}
/*slideshow*/

#corpoNews .esquerda .galeria {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

#corpoNews .esquerda .rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.esquerda .rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

    .esquerda .rslides li:first-child {
        position: relative;
        display: block;
        float: left;
    }

.esquerda .rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.callbacks_container {
    margin-bottom: 50px;
    position: relative;
    float: left;
    width: 100%;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .callbacks li {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }

    .callbacks img {
        display: block;
        position: relative;
        z-index: 1;
        height: auto;
        width: 100%;
        border: 0;
    }

    .callbacks .top {
        display: block;
        position: absolute;
        z-index: 2;
        text-shadow: none;
        left: 0;
        right: 0;
        top: 0;
        margin: 0;
        max-width: none;
        background-image: url(../i/sprite.png);
        background-position: 0 -1359px;
        height: 200px;
        width: 100%;
    }

    .callbacks .caption {
        display: block;
        position: absolute;
        z-index: 2;
        text-shadow: none;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        max-width: none;
        background-image: url(../i/sprite.png);
        background-position: 0 -1129px;
        height: 200px;
        width: 100%;
    }

        .callbacks .caption .worbox {
            padding: 20px;
            position: absolute;
            bottom: 0px;
        }

        .callbacks .caption .antetitulo {
            color: #FFF;
            text-decoration: none;
            font-size: 13px;
            font-weight: bold;
            text-transform: uppercase;
            float: left;
            clear: left;
        }

        .callbacks .caption .titulo {
            color: #FFF;
            text-decoration: none;
            font-size: 20px;
            font-weight: bold;
            float: left;
            clear: left;
            margin-top: 3px;
            margin-bottom: 3px;
            padding-right: 15px;
        }

        .callbacks .caption .legenda {
            color: #FFF;
            text-decoration: none;
            font-size: 16px;
            font-weight: bold;
            float: left;
            clear: left;
            margin-top: 3px;
            margin-bottom: 3px;
            padding-right: 15px;
            max-width: 92%;
        }

        .callbacks .caption.data {
            color: #FFF;
            text-decoration: none;
            font-size: 11px;
            line-height: 15px;
            font-weight: bold;
            float: left;
            clear: left;
        }

            .callbacks .caption .data .hora {
                color: #FFF;
                text-decoration: none;
                font-size: 11px;
                font-weight: bold;
                float: left;
            }

            .callbacks .caption .data .comment {
                color: #FFF;
                text-decoration: none;
                font-size: 11px;
                font-weight: bold;
                float: left;
                background-image: url(../i/sprite.png);
                background-repeat: no-repeat;
                background-position: 0px -336px;
                width: 25px;
                padding-left: 30px;
                height: 16px;
                margin-left: 15px;
            }

            .callbacks .caption .data .shares {
                color: #FFF;
                text-decoration: none;
                font-size: 11px;
                font-weight: bold;
                float: left;
                background-image: url(../i/sprite.png);
                background-repeat: no-repeat;
                background-position: 0px -358px;
                width: 25px;
                padding-left: 20px;
                height: 16px;
                margin-left: 15px;
            }

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 52%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 100px;
    width: 100px;
    margin-top: -45px;
    background-color: transparent;
    background-image: url(../i/sliders.png);
    background-repeat: no-repeat;
    background-position: left top;
}

    .callbacks_nav:active {
        opacity: 1.0;
    }

    .callbacks_nav.next {
        left: auto;
        background-position: right top;
        right: 0;
    }

.comentariosMain {
    display: none;
    margin-bottom: 35px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000;
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

    .comentariosMain .botao {
        float: right;
        width: 120px;
        height: 34px;
        background-color: #D80D0D;
        font-size: 15px;
        color: #FFF;
        text-decoration: none;
        text-align: center;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        margin-top: 30px;
        margin-right: 30px;
    }

    .comentariosMain .headerSocial_com {
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -212px -181px;
        float: left;
        height: 35px;
        width: 35px;
        margin-right: 10px;
        margin-left: 10px;
        -webkit-border-radius: 100px;
        border-radius: 100px;
    }

.comentariosMainTit {
    float: left;
    font-size: 16px;
    padding-top: 11px;
    text-transform: uppercase;
    font-weight: bold;
}

.comentarTopo {
    padding-bottom: 25px;
    position: relative;
}

#comentarioenviado {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
    background-color: #FFF;
    float: left;
    position: absolute;
    color: #000;
    display: none;
    padding: 5px;
    margin-top: -1px;
    left: 0px;
    top: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.comentarResposta {
    padding-bottom: 25px;
    display: none;
}

    .comentarResposta textarea.comentar {
        border: 1px solid #000;
        padding: 10px;
        font-size: 14px;
        background: #fff;
        width: 100% !important;
        height: 100px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 0px !important;
        margin-top: 20px;
    }

.comentariosMain textarea.comentar {
    border: 1px solid #000;
    padding: 10px;
    font-size: 14px;
    background: #fff;
    width: 92%;
    height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 45px;
}

.comentariosRemain01 {
    float: right;
    text-transform: uppercase;
    font-size: 14px;
    color: #272627;
    margin-right: 30px;
    padding-top: 5px;
}

.comentariosLista {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.comment_item {
    width: 100%;
    float: left;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #D80D0D;
    padding-top: 30px;
    padding-bottom: 30px;
}

.comment_item_resposta {
    float: left;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #D80D0D;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    width: 100%;
}

    .comment_item_resposta .resposta {
        float: left;
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -1441px -3080px;
        padding-left: 70px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.comment_header {
    width: 100%;
    float: left;
    height: 32px;
    padding-bottom: 10px;
    position: relative;
}

.comment_header_id {
    width: 50%;
    float: left;
    height: 22px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.comment_header_int {
    width: 25%;
    float: left;
    height: 22px;
    font-size: 12px;
    text-align: right;
    text-transform: capitalize;
}

.comment_header_int1 {
    width: 25%;
    float: right;
    height: 22px;
    font-size: 12px;
    text-align: right;
    text-transform: capitalize;
}

.comment_header_line {
    width: 100%;
    height: 1px;
    float: left;
    background-color: #000;
}

.comment_header_line1 {
    width: 100%;
    height: 1px;
    float: left;
    background-color: #D80D0D;
}

.comment_content {
    width: 100%;
    margin-top: 15px;
    float: left;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
}

.comment_den {
    width: 100%;
    float: left;
    height: 20px;
    font-size: 12px;
    text-align: right;
    color: #000;
    text-transform: capitalize;
    text-decoration: none;
}

    .comment_den a {
        color: #000;
        text-decoration: none;
    }

#fluid {
    float: left;
    width: 100%;
    margin-right: -300px;
    /* The size of the fixed block. */
}

#inner-block {
    margin-right: 305px;
    /* The size of the fixed block. */
}

#fluidz {
    float: left;
    width: 100%;
    margin-right: -300px;
    /* The size of the fixed block. */
}

#inner-blockz {
    margin-right: 305px;
    /* The size of the fixed block. */
}

.fixed-widthz {
    float: left;
    width: 300px;
    /* The size of the fixed block. */
}

#fluid4 {
    float: left;
    width: 100%;
    margin-right: -300px;
}

#inner-block4 {
    margin-right: 305px;
    /* The size of the fixed block. */
}

.fixed-width {
    float: left;
    width: 300px;
    /* The size of the fixed block. */
}

#fluid .sub3 {
    width: 49.50%;
    /*       min-width:300px;*/
    height: 250px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 0px;
}

#fluidz .sub3 {
    width: 49.50%;
    /*       min-width:300px;*/
    height: 250px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 0px;
}

#fluid4 .sub3 {
    width: 49.50%;
    /*       min-width:300px;*/
    height: 250px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 0px;
}

.margright {
    margin-right: 1% !important;
}

#fluid3 {
    float: left;
    width: 100%;
    margin-left: -300px;
}

#inner-block3 {
    margin-left: 305px;
}

    #inner-block3 .sub4 {
        width: 49.5%;
        height: 250px;
        overflow: hidden;
        position: relative;
        float: left;
        margin-left: 0px;
        margin-bottom: 15px;
    }

#opina .maisopina {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

#opina .titulo a {
    color: #D80D0D;
    text-decoration: none;
}

#opina .opinas {
    width: 100%;
    margin-bottom: 30px;
    display: table-row;
}

.opinas .data {
    margin-left: 0px !important;
    margin-bottom: 15px;
    height: 25px;
}

.opinas .titulo {
    margin-left: 0px !important;
}

.OpiniaoverMais {
    width: 100%;
    height: 34px;
    background-color: #D80D0D;
    font-size: 15px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin-left: auto;
    font-weight: bold;
    margin-right: auto;
}

#corpoNews .esquerda .innerVid {
    font-size: 16px;
    color: #222;
    text-decoration: none;
    width: 86%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    line-height: 23px;
}

    #corpoNews .esquerda .innerVid .video {
        width: 100%;
        margin-bottom: 10px !important;
        position: relative;
        height: auto;
        overflow: hidden;
        cursor: pointer;
    }

        #corpoNews .esquerda .innerVid .video img {
            width: 100%;
        }

#corpoNews .mascara {
    width: 100%;
    height: 200px;
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: 0px -1129px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

#corpoNews .innerVid .worbox {
    padding: 20px;
    position: absolute;
    bottom: 0px;
    z-index: 1;
}

#corpoNews .innerVid .antetitulo {
    color: #FFF;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    clear: left;
}

#corpoNews .innerVid .titulo {
    color: #FFF;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    float: left;
    clear: left;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-right: 15px;
}

#corpoNews .innerVid .data .hora {
    color: #FFF;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    float: left;
}

#corpoNews .innerVid .data .comment {
    color: #FFF;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    float: left;
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: 0px -336px;
    width: 25px;
    padding-left: 30px;
    height: 16px;
    margin-left: 15px;
}

#corpoNews .innerVid .data .shares {
    color: #FFF;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    float: left;
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: 0px -358px;
    width: 25px;
    padding-left: 20px;
    height: 16px;
    margin-left: 15px;
}

.videoicon {
    width: 90px;
    overflow: hidden;
    position: absolute;
    height: 90px;
    background-image: url(../i/sprite.png);
    background-position: 0px -234px;
    right: 20px;
    bottom: 20px;
    z-index: 1;
}

.direita .videoicon {
    width: 38px;
    overflow: hidden;
    position: absolute;
    height: 38px;
    background-image: url(../i/sprite.png);
    background-position: -140px -234px;
    right: 20px;
    bottom: 20px;
    z-index: 1;
}

#corpoNews .esquerda .innerVid .videosub {
    width: 49.5%;
    margin-bottom: 10px !important;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    float: left;
    height: auto;
}

    #corpoNews .esquerda .innerVid .videosub img {
        width: 100%;
    }

#corpoNews .innerVid .videosub .worbox {
    width: 70%;
}

#corpoNews .esquerda .innerVid .videosub1 {
    width: 49.5%;
    margin-bottom: 10px !important;
    position: relative;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    float: left;
    margin-left: 1%;
}

    #corpoNews .esquerda .innerVid .videosub1 img {
        width: 100%;
    }

#corpoNews .innerVid .videosub1 .worbox {
    width: 70%;
}

.videosverMais {
    width: 100%;
    height: 34px;
    background-color: #D80D0D;
    font-size: 15px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin-left: auto;
    font-weight: bold;
    margin-right: auto;
}

#pesqupreco {
    float: left;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 20px;
}

    #pesqupreco .titulo {
        width: 100%;
        font-size: 30px;
        text-transform: uppercase;
        float: left;
        margin-bottom: 20px;
    }

    #pesqupreco ul {
        width: 100%;
        float: left;
    }

        #pesqupreco ul li {
            width: auto;
            list-style-position: inside;
            list-style-image: url(../i/arrow.png);
            list-style-type: none;
            font-size: 16px;
            margin-bottom: 15px;
        }

            #pesqupreco ul li a {
                color: #000;
                text-decoration: none;
            }

#pesqumarca {
    width: 100%;
    float: left;
}

    #pesqumarca .titulo {
        width: 100%;
        font-size: 30px;
        text-transform: uppercase;
        float: left;
        margin-bottom: 20px;
    }

.brandlist {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 30px;
    padding: 0px;
}

    .brandlist li {
        text-align: center;
        line-height: 1.5em;
        width: 32%;
        height: 100px;
        float: left;
        display: inherit;
        border: 1px solid #D80D0D;
        margin: 3px;
        position: relative;
    }

        .brandlist li a:first-child {
            background: #ffffff;
            margin: 25px 0;
            position: absolute;
            top: 5px;
            left: 0px;
            padding: 5px 7px;
        }

        .brandlist li a {
            display: block;
            margin: 8px 0;
            background: #D80D0D;
            color: #ffffff;
            font-size: 18px;
            position: absolute;
            top: 40%;
            right: 0px;
            padding: 10px;
            margin: 0;
            text-decoration: none;
        }

        .brandlist li img {
            float: left;
        }

.brandlistmarca {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 30px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .brandlistmarca li {
        float: left;
        display: block;
        border: 1px solid #D80D0D;
        margin: 3px;
        position: relative;
        width: 262px;
    }

    .brandlistmarca .namecar {
        display: block;
        margin: 8px 0;
        background: #D80D0D;
        color: #ffffff;
        font-size: 18px;
        position: absolute;
        top: 0px;
        left: 0px;
        padding: 10px;
        margin: 0;
        text-decoration: none;
    }

    .brandlistmarca .imgcar {
        text-align: center;
        margin: 10px;
        height: 180px;
        width: 243px;
        overflow: hidden;
    }

        .brandlistmarca .imgcar img {
            height: 100%;
            width: auto;
        }

    .brandlistmarca .stats {
        font-size: 12px;
        color: #999;
        text-decoration: none;
        float: left;
        width: 36%;
        margin: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 18px;
    }

    .brandlistmarca .price {
        font-size: 14px;
        color: #000;
        text-decoration: none;
        float: left;
        width: 49%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-weight: bold;
        margin-right: 10px;
        margin-top: 7px;
        text-align: right;
    }

.navpesquisa {
    float: right;
    text-align: center;
    height: 25px;
    margin-top: 20px;
    margin-right: 20px;
}

    .navpesquisa ul {
        float: right;
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .navpesquisa ul li {
            float: left;
            margin-right: 1px;
            display: block;
            padding: 3px 0px;
        }

            .navpesquisa ul li strong {
                background: #D80D0D;
                border: 1px solid #D80D0D;
                padding: 3px 6px;
                margin-left: 1px;
                color: #FFFFFF;
            }

            .navpesquisa ul li a:link,
            .navpesquisa ul li a:visited {
                background: #FFFFFF none repeat scroll 0 0;
                border: 1px solid #D80D0D;
                padding: 3px 6px;
                margin-left: 1px;
                color: #000;
                text-decoration: none;
            }

#pesqupreco .titulorel {
    width: auto;
    font-size: 30px;
    text-transform: uppercase;
    float: left;
    margin-bottom: 20px;
}

.BoxOmbra {
    float: left;
    margin: 0 0 10px 0;
    clear: both;
    width: 100%;
    padding-bottom: 2px;
}

.BoxResultSearch {
    border: 1px solid #D80D0D;
    padding: 10px;
    margin-bottom: 10px;
}

.intestazioneBox {
    height: 100px;
}

.BoxResultSearch .sx {
    float: left;
    width: 26%;
}

    .BoxResultSearch .sx img {
        width: 90%;
        max-width: 150px;
    }

.BoxResultSearch .dx {
    float: left;
    width: 74%;
}

    .BoxResultSearch .dx img {
        float: right;
    }

    .BoxResultSearch .dx .name {
        font-size: 30px;
        color: #666;
    }

.BoxResultSearch h3 {
    font-size: 30px;
    border-bottom: 1px solid #D80D0D;
    line-height: 1em;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

    .BoxResultSearch h3 a {
        color: #000;
        text-decoration: none;
    }

.BoxResultSearch p {
    padding: 4px 0;
    margin-right: 60px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.BoxResultSearch table {
    font-size: 14px;
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
}

    .BoxResultSearch table th {
        background: #f2f2f2 !important;
        color: #c80a1b !important;
        font-size: 14px;
        font-weight: bold;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .BoxResultSearch table td {
        padding: 5px 0px 5px 0px;
        white-space: nowrap;
        vertical-align: middle;
        border-bottom: 1px solid #DBE5E9;
    }

        .BoxResultSearch table td a {
            font-size: 14px;
            font-weight: bold;
            color: #000;
            text-decoration: none;
        }

    .BoxResultSearch table th a {
        font-size: 14px;
        font-weight: bold;
        color: #000;
        text-decoration: none;
        padding-right: 50px;
    }

.Boxcarcard .sx {
    float: left;
    width: 26%;
}

    .Boxcarcard .sx img {
        width: 150px;
    }

.Boxcarcard .dx {
    float: left;
    width: 74%;
}

    .Boxcarcard .dx img {
        float: right;
    }

    .Boxcarcard .dx .name {
        font-size: 30px;
        color: #666;
    }

.Boxcarcard h3 {
    font-size: 30px;
    border-bottom: 1px solid #D80D0D;
    line-height: 1em;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

    .Boxcarcard h3 a {
        color: #000;
        text-decoration: none;
    }

.Boxcarcard p {
    padding: 4px 0;
    margin-right: 60px;
    font-size: 16px;
    font-weight: bold;
    color: #666;
}

.Boxcarcard table {
    font-size: 16px;
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
}

    .Boxcarcard table th {
        background: #f2f2f2 !important;
        color: #c80a1b !important;
        font-size: 16px;
        font-weight: bold;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .Boxcarcard table td {
        padding: 8px 0px 8px 0px;
        white-space: normal;
        vertical-align: middle;
        border-bottom-style: none;
    }

.Boxcarcard .bg {
    background-color: #f2f2f2;
}

.Boxcarcard table td a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    font-weight: normal !important;
}

.Boxcarcard table th a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    /*       padding-right:50px;*/
    font-weight: normal !important;
}

.left-align {
    text-align: left;
}

.center-align {
    text-align: center;
}

.right-align {
    text-align: right;
}

a.ico_triangolo {
    padding-left: 15px;
    background-image: url(../i/arrow.png);
    background-repeat: no-repeat;
    background-position: 2px center;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.mostra {
    padding-left: 16px;
    vertical-align: middle;
    background-image: url(../i/plus.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    float: right;
    font-weight: normal !important;
}

.nascondi {
    padding-left: 16px;
    vertical-align: middle;
    background-image: url(../i/less.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    float: right;
    font-weight: normal !important;
}

.filter {
    margin-bottom: 20px;
    margin-top: 10px;
    height: 60px;
    float: left;
    margin-left: 10px;
}

    .filter fieldset {
        float: left;
        padding: 0;
        padding-right: 10px;
        line-height: 30px;
        height: 30px;
        vertical-align: middle;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
    }

        .filter fieldset label {
            float: left;
            font-size: 16px;
            font-weight: bold;
            padding-right: 10px;
            color: #666;
        }

        .filter fieldset select {
            font-size: 16px;
            margin-left: 5px;
            padding: 5px;
            border: 1px solid #D80D0D;
            background-color: #FFF;
        }

.filterCard {
    margin-top: 10px;
    height: 60px;
    float: right;
    margin-left: 10px;
}

    .filterCard fieldset {
        float: left;
        padding: 0;
        padding-right: 10px;
        line-height: 30px;
        height: 30px;
        vertical-align: middle;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
    }

        .filterCard fieldset label {
            float: left;
            font-size: 16px;
            font-weight: bold;
            padding-right: 10px;
            color: #666;
        }

        .filterCard fieldset select {
            font-size: 16px;
            margin-left: 5px;
            padding: 5px;
            border: 1px solid #D80D0D;
            background-color: #FFF;
        }

.vs {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #666;
    height: 60px;
    margin-top: 10px;
    margin-left: 10px;
}

.opcoes {
    float: left;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333;
    padding-bottom: 10px;
}

    .opcoes .titulo {
        float: left;
        width: 100%;
        font-size: 16px;
        font-style: italic;
        color: #000;
        text-decoration: none;
    }

    .opcoes .card {
        float: left;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #333;
        margin-top: 10px;
        min-width: 270px;
        min-height: 120px;
    }

    .opcoes .cards {
        float: left;
        font-size: 12px;
        color: #999;
        margin-top: 25px;
        margin-right: 30px;
        max-width: 117px;
    }

    .opcoes img {
        float: left;
        height: 75px;
        width: 100px;
        margin-top: 20px;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
    }

    .opcoes .cards a {
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        color: #000;
    }

    .opcoes .cards price {
        font-size: 14px;
        font-weight: bold;
        color: #000;
    }
/*------------------TABELAS------------------------------*/

.rTable {
    display: table;
    width: 100%;
}

.rTableRow {
    display: table-row;
}

.rTableHeading {
    display: table-header-group;
    background-color: #f2f2f2;
}

.rTableCell,
.rTableHead {
    display: table-cell;
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #f2f2f2;
    font-size: 14px;
    color: #000;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: center;
}

    .rTableCell a {
        color: #000;
        text-decoration: none;
        text-align: left !important;
    }

.rTableVer {
    width: 100%;
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #f2f2f2;
    font-size: 14px;
    color: #000;
    padding-top: 10px;
    padding-right: 5%;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
}

    .rTableVer a {
        color: #000;
        text-decoration: none;
    }

.rTableHead {
    background: #f2f2f2 !important;
    color: #c80a1b !important;
    font-size: 14px;
    font-weight: bold;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.rTableHeading {
    display: table-header-group;
    background: #f2f2f2 !important;
    color: #c80a1b !important;
    font-size: 14px;
    font-weight: bold;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.rTableFoot {
    display: table-footer-group;
    font-weight: bold;
}

.rTableBody {
    display: table-row-group;
}

.rTable11 {
    width: 11%;
}

.rTable10 {
    width: 10%;
}

.rTableleft {
    text-align: left !important;
}
/*--------------------------------FIM TABELAS-----------------------------------*/

#topcar {
    float: left;
    margin-top: 20px;
}

    #topcar .titulo {
        font-size: 30px;
        text-transform: uppercase;
        float: left;
        margin-top: 10px;
        width: auto;
    }

    #topcar .marca {
        width: 50px;
        float: left;
        height: 50px;
        margin-right: 10px;
    }

.carcard {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
    float: left;
}

    .carcard .carleft {
        width: 300px;
        float: left;
    }

        .carcard .carleft img {
            width: 100%;
        }

    .carcard .carright {
        float: left;
        width: 100%;
        margin-left: -300px;
    }

        .carcard .carright ul {
            float: left;
            margin: 0px;
            padding: 0px;
            margin-left: 325px;
        }

            .carcard .carright ul li {
                float: left;
                font-size: 16px;
                color: #000;
                width: 50%;
                padding-top: 5px;
                padding-bottom: 5px;
                border-top-width: 1px;
                border-top-style: solid;
                border-top-color: #D80D0D;
                list-style-type: none;
            }

        .carcard .carright .noborder {
            border-top-width: 0px !important;
        }

        .carcard .carright .preco {
            font-size: 26px;
            color: #D80D0D;
        }

.autopediacolor {
    background-color: #333333 !important;
}

    .autopediacolor #corpoNews #opina .inner {
        font-size: 16px;
        color: #FFFFFF;
        text-decoration: none;
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 30px;
        line-height: 23px;
        padding-left: 0px;
        position: relative;
    }

#corpoNews .esquerda .pathpedia {
    font-size: 12px;
    color: #FFFFFF;
    background-color: #333333;
    padding: 5px;
}

    #corpoNews .esquerda .pathpedia a {
        font-size: 12px;
        color: #FFFFFF;
        text-decoration: underline;
        background-color: #333333;
        padding: 5px;
    }

.autopediaCab {
    width: 100%;
    height: auto;
}

    .autopediaCab img {
        width: 59%;
        max-width: 560px;
        min-width: 286px;
        margin-top: 25px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 2.6%;
    }

.autopediacolor #opina .top {
    display: block;
    position: absolute;
    z-index: 2;
    text-shadow: none;
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
    max-width: none;
    background-image: url(../i/sprite.png);
    background-position: 0 -768px;
    height: 200px;
    width: 100%;
}

.autopediacolor #opina .titulo {
    color: #D80D0D;
    text-decoration: none;
    font-size: 50px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 15px;
    line-height: 50px;
    text-transform: uppercase;
}

.autopediacolor #opina .data .hora {
    color: #FFF;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    float: left;
}

.autopediacolor #opina .data .comment {
    color: #FFF;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    float: left;
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: 0px -336px;
    width: 25px;
    padding-left: 30px;
    height: 16px;
    margin-left: 15px;
}

.autopediacolor #opina .data .shares {
    color: #FFF;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    float: left;
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: 0px -358px;
    width: 25px;
    padding-left: 20px;
    height: 16px;
    margin-left: 15px;
}

.autopediacolor #opina .abrt .videoicon {
    width: 90px;
    overflow: hidden;
    position: absolute;
    height: 90px;
    background-image: url(../i/sprite.png);
    background-position: 0px -234px;
    left: 45%;
    bottom: 45%;
}

.autopediacolor #opina .abrt {
    cursor: pointer;
}

.autopediacolor #opina .titulo1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: none;
    line-height: 20px;
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -591px -190px;
    padding-left: 40px;
    min-height: 30px;
}

    .autopediacolor #opina .titulo1 a {
        color: #FFFFFF;
        text-decoration: none;
    }

#opina .opinas .subtitulo {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: -10px;
    text-transform: none;
    max-width: 90%;
}

.fotofim {
    margin: 10px;
    width: 50%;
    float: none;
    min-width: 280px;
    margin-left: auto;
    margin-right: auto;
}

.pediafoto {
    margin: 10px;
    width: 50%;
    float: right;
    min-width: 280px;
}

.pediafotoborder {
    width: 100%;
    border: 2px solid #D80D0D;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .pediafotoborder img {
        width: 100%;
        cursor: pointer;
    }

.pediaverMais {
    width: 280px;
    height: 39px;
    font-size: 15px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin-left: auto;
    font-weight: bold;
    margin-right: auto;
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -293px -185px;
    background-color: #333;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-bottom: 6px;
}

.autopediacolor #corpoNews .direita .antetitulo a {
    color: #FFF !important;
}

.autopediacolor #corpoNews .direita .titulo a {
    color: #FFF !important;
}

.autopediacolor #corpoNews .direita .data .hora {
    color: #FFF !important;
}

.autopediacolor #corpoNews .direita .data .comment {
    color: #FFF;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    float: left;
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: 0px -336px;
    width: 25px;
    padding-left: 30px;
    height: 16px;
    margin-left: 15px;
}

.autopediacolor #corpoNews .direita .data .shares {
    color: #FFF;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    float: left;
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: 0px -358px;
    width: 25px;
    padding-left: 20px;
    height: 16px;
    margin-left: 15px;
}

#footerPedia {
    width: 99%;
    margin-left: auto;
    margin-right: auto;
}

    #footerPedia .halfl {
        width: 48%;
        float: left;
        margin-top: 20px;
    }

    #footerPedia .halfr {
        width: 52%;
        float: left;
        margin-top: 40px;
    }

    #footerPedia .halfl .bg {
        width: 100%;
        float: left;
    }

        #footerPedia .halfl .bg .sobre {
            width: 90%;
            float: left;
            color: #FFF;
            font-size: 14px;
        }

    #footerPedia .sobre a {
        color: #D80D0D;
        text-decoration: underline;
    }

        #footerPedia .sobre a:hover {
            color: #FFF;
            text-decoration: none;
        }

    #footerPedia .red {
        color: #D80D0D;
        font-size: 18px;
        text-transform: uppercase;
        text-decoration: none;
        line-height: 50px;
    }

    #footerPedia .halfl .bg .news {
        width: 100%;
        float: left;
        margin-top: 100px;
    }

        #footerPedia .halfl .bg .news .campo {
            float: left;
            width: 58%;
            height: 25px;
            background-color: #FFF;
            padding: 3px;
            border-top-width: 1px;
            border-right-width: 0px;
            border-bottom-width: 1px;
            border-left-width: 1px;
            border-top-style: solid;
            border-right-style: none;
            border-bottom-style: solid;
            border-left-style: solid;
            border-top-color: #CECEC6;
            border-bottom-color: #CECEC6;
            border-left-color: #CECEC6;
            font-size: 12px;
            color: #000;
            border-radius: 0px;
        }

        #footerPedia .halfl .bg .news .botao {
            width: 33px;
            height: 33px;
            background-color: #FFF;
            background-image: url(../i/sprite.png);
            background-repeat: no-repeat;
            background-position: 0px -383px;
            border-top-width: 1px;
            border-right-width: 1px;
            border-bottom-width: 1px;
            border-left-width: 0px;
            border-top-style: solid;
            border-right-style: solid;
            border-bottom-style: solid;
            border-left-style: none;
            border-top-color: #CECEC6;
            border-right-color: #CECEC6;
            border-bottom-color: #CECEC6;
            float: left;
            margin-right: 20px;
        }

    #footerPedia .icons {
        float: left;
        height: 35px;
        width: 35px;
        margin-right: 8px;
        margin-left: 8px;
        -webkit-border-radius: 100px;
        border-radius: 100px;
    }

    #footerPedia .fb {
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -35px -181px;
    }

    #footerPedia .gp {
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -70px -181px;
    }

    #footerPedia .tw {
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -105px -181px;
    }

    #footerPedia ul {
        padding: 0;
        margin: 0;
        list-style: none;
        width: 100%;
        display: block;
    }

    #footerPedia li {
        float: left;
        display: block;
        width: 25%;
        text-align: left;
        margin-top: 30px;
    }

        #footerPedia li a {
            font-size: 16px;
            line-height: 18px;
            text-transform: uppercase;
            color: #FFF;
            text-decoration: none;
            font-weight: bold;
        }

            #footerPedia li a:hover {
                color: #D80D0D;
            }

        #footerPedia li ul {
            display: block;
        }

            #footerPedia li ul li {
                clear: both;
                border-style: none;
                width: 100%;
                margin: 0px;
            }

                #footerPedia li ul li a {
                    font-size: 14px;
                    text-transform: uppercase;
                    color: #FFF;
                    text-decoration: none;
                    font-weight: normal;
                }

                    #footerPedia li ul li a:hover {
                        color: #D80D0D;
                    }

    #footerPedia .copy {
        color: #FFF;
        font-size: 12px;
        text-decoration: none;
        width: 80%;
        margin-top: 40px;
        margin-right: auto;
        padding-bottom: 20px;
        margin-left: auto;
    }
/*COMPARTIVO*/

#comparaTable {
    background: #fff;
    padding: 0;
    margin: 0;
}

table#Scheda td.subheader,
table#Equipaggiamenti td.subheader,
table#Allestimenti td.subheader,
table#Scheda td.subheader-alt,
table#Equipaggiamenti td.subheader-alt,
table#Allestimenti td.subheader-alt {
    text-align: leeft !important;
    font-weight: normal !important;
    font-size: 14px;
    color: #000;
    width: 155px !important;
    padding: 0;
    margin: 0;
    white-space: inherit;
    /* background: #f1f3f5; */
    text-transform: capitalize;
}

table#Scheda td {
    text-align: center !important;
}

#comparaTable table td {
    font-size: 14px;
    padding: 6px 0px !important;
    text-align: center !important;
}

.bordertable_left {
    border-left: 1px solid #DBE5E9 !important;
}

a:link.tornasu,
a:visited.tornasu {
    display: block;
    text-align: right;
    padding-right: 15px;
    background: url(http://auto-nuove.auto.it/images/sort_icon-top.gif) right center no-repeat;
    font-size: 11px;
    font-weight: normal;
}

#Scheda th {
    background: #f2f2f2 !important;
    color: #c80a1b !important;
    font-size: 16px;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #DADADA;
}

#Equipaggiamenti th {
    background: #f2f2f2 !important;
    color: #c80a1b !important;
    font-size: 16px;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #DADADA;
}

#Allestimenti th {
    background: #f2f2f2 !important;
    color: #c80a1b !important;
    font-size: 16px;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #DADADA;
}

#Escolha th {
    background: #ffffff !important;
    color: #000000 !important;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #DADADA;
    font-weight: normal;
    border-left-width: 1px;
    border-left-color: #DADADA;
}

.noleft {
    border-left-style: none !important;
}

.thumb_confronta {
    text-align: left;
    padding: 0px;
    text-align: center;
}

    .thumb_confronta p {
        text-align: right;
        margin-right: 5px;
        margin-bottom: 3px;
    }

.eliminaCar:link,
.eliminaCar:visited {
    color: #666666;
    text-decoration: underline;
}

a.eliminaCar {
    padding-right: 12px;
    font-size: 11px;
}

.thumb_confronta dd {
    border-top: 0px solid #DBE5E9;
    padding: 4px 0;
    margin: 5%;
}

.selCont {
    clear: both;
    margin-bottom: 1px;
    float: left;
}

.thumb_confronta select {
    width: 100%;
    font-size: 14px;
    padding: 5px;
    border: 1px solid #D80D0D;
    background-color: #FFF;
}

.selCont {
    width: 95% !important;
    text-align: left;
    font-size: 16px;
    margin-bottom: 5px;
}

.thumb_confronta .strong {
    font-weight: bold;
}

#comparaTable .bg {
    background-color: #f2f2f2;
}

#comparativos {
    margin-top: 20px;
    margin-bottom: 30px;
    float: left;
}
/*FIMCOMPARTIVO*/

.cronbig {
    background-color: #000;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.cronsub {
    background-color: #000;
    float: left;
    width: 49%;
    margin-bottom: 20px;
    min-height: 315px;
}

.cronbigfotoout {
    float: left;
    width: 210px;
    margin-right: 2%;
}

.cronsubfotoout {
    float: left;
    width: 210px;
    margin-right: 2%;
}

.cronbigfoto {
    width: 100%;
    position: relative;
}

.cronbigfotoname {
    position: absolute;
    left: 0px;
    bottom: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    width: 100%;
}

.cronbigtitulo {
    margin-top: 50px;
    margin-right: 10px;
}

.cronsubtitulo {
    margin-top: 25px;
    margin-right: 10px;
}

.cronbigtitulo a {
    font-size: 25px;
    font-weight: bold;
    color: #D80C0C;
    text-decoration: none;
}

.cronsubtitulo a:hover {
    text-decoration: underline;
}

.cronsubtitulo a {
    font-size: 20px;
    font-weight: bold;
    color: #D80C0C;
    text-decoration: none;
}

.cronbigtitulo a:hover {
    text-decoration: underline;
}

.cronbig .data {
    color: #FFF;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    float: left;
    width: 50%;
}

.cronsub .data {
    color: #FFF;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}

.cronbig .sep {
    text-decoration: none;
    float: left;
    width: 100%;
    background-color: #D80C0C;
    height: 1px;
    margin-bottom: 10px;
}

.cronsub .sep {
    text-decoration: none;
    float: left;
    width: 100%;
    background-color: #D80C0C;
    height: 1px;
    margin-bottom: 10px;
}

.cronbig ul {
    list-style-type: none;
    float: left;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin: 0px;
}

    .cronbig ul li {
        width: 50%;
        min-height: 35px;
        list-style-type: none;
        float: left;
        color: #FFF;
        text-decoration: none;
        font-size: 11px;
        font-weight: normal;
        line-height: 16px;
        margin-bottom: 10px;
    }

        .cronbig ul li a {
            font-size: 16px;
            color: #D80C0C;
            text-decoration: none;
            font-weight: normal;
        }

            .cronbig ul li a:hover {
                text-decoration: underline;
            }

.cronsub ul {
    list-style-type: none;
    float: left;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin: 0px;
}

    .cronsub ul li {
        width: 100%;
        list-style-type: none;
        float: left;
        color: #FFF;
        text-decoration: none;
        font-size: 11px;
        font-weight: normal;
        line-height: 16px;
        margin-bottom: 10px;
    }

        .cronsub ul li a {
            font-size: 16px;
            color: #D80C0C;
            text-decoration: none;
            font-weight: normal;
        }

            .cronsub ul li a:hover {
                text-decoration: underline;
            }

.cronright {
    float: right !important;
}

#cronistas .maisopina {
    width: 80%;
    margin-top: 30px;
    margin-bottom: 30px;
    float: left;
    margin-left: 10%;
    margin-right: 10%;
}

#cronistas .opinascro {
    width: 80%;
    display: table-row;
    margin-left: 20%;
    float: left;
}

#cronistas .titulo {
    color: #D80D0D;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 15px;
}

    #cronistas .titulo a {
        color: #D80D0D;
        text-decoration: none;
    }

#cronistas .data {
    margin-left: 15px;
}

    #cronistas .data .hora {
        color: #000;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
        float: left;
        line-height: 15px;
    }

    #cronistas .data .comment {
        color: #000;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
        float: left;
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -133px -336px;
        width: 25px;
        padding-left: 28px;
        height: 16px;
        margin-left: 15px;
        line-height: 15px;
    }

    #cronistas .data .shares {
        color: #000;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
        float: left;
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -133px -358px;
        width: 25px;
        padding-left: 20px;
        height: 16px;
        margin-left: 15px;
        line-height: 15px;
    }

.utimascro {
    float: left;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D80D0D;
    font-size: 25px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.cronbignome {
    font-size: 50px;
    font-weight: bold;
    color: #D80C0C;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 30px;
    margin-right: 10px;
    line-height: 60px;
}

.cronbigcronica {
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
}

    .cronbigcronica a {
        font-size: 18px;
        font-weight: normal;
        color: #FFF;
        text-decoration: none;
    }

        .cronbigcronica a:hover {
            font-size: 18px;
            font-weight: normal;
            color: #D80C0C;
            text-decoration: underline;
        }

.cronbig .sep1 {
    text-decoration: none;
    float: left;
    width: 100%;
    background-color: #D80C0C;
    height: 1px;
}

.crolead {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
}

.titulocro {
    color: #D80D0D;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 118px;
}

    .titulocro a {
        color: #D80D0D;
        text-decoration: none;
    }

        .titulocro a:hover {
            text-decoration: underline;
        }

.crodate {
    font-size: 11px;
    font-weight: bold;
    color: #000;
    text-align: center;
    float: left;
    height: 15px;
    width: 118px;
    margin-bottom: 50px;
    margin-top: 15px;
}

.maiscronista {
    margin-top: 30px;
    margin-bottom: 30px;
    float: left;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
}

    .maiscronista .opinas {
        float: left;
        width: 100%;
        margin-bottom: 20px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #D80D0D;
    }

#relpesqart {
    margin-bottom: 50px;
}

.relpesq {
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D80C0C;
    padding-bottom: 30px;
}

    .relpesq .foto {
        width: 216px;
        margin: 30px;
        float: left;
    }

    .relpesq .rel {
        padding-top: 30px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 276px;
    }

        .relpesq .rel .type {
            float: left;
            width: 100%;
        }

            .relpesq .rel .type a {
                font-size: 14px;
                font-weight: bold;
                text-transform: uppercase;
                color: #000;
                text-decoration: none;
            }

        .relpesq .rel a {
            color: #D80D0D;
            text-decoration: none;
            font-size: 20px;
            font-weight: bold;
        }

        .relpesq .rel .lead {
            float: left;
            width: 100%;
            font-size: 14px;
            color: #000;
        }

    .relpesq .data {
        width: 100%;
        float: left;
        margin-top: 15px;
    }

        .relpesq .data .hora {
            color: #000;
            text-decoration: none;
            font-size: 11px;
            font-weight: bold;
            float: left;
            line-height: 15px;
        }

        .relpesq .data .comment {
            color: #000;
            text-decoration: none;
            font-size: 11px;
            font-weight: bold;
            float: left;
            background-image: url(../i/sprite.png);
            background-repeat: no-repeat;
            background-position: -133px -336px;
            width: 25px;
            padding-left: 28px;
            height: 16px;
            margin-left: 15px;
            line-height: 15px;
        }

        .relpesq .data .shares {
            color: #000;
            text-decoration: none;
            font-size: 11px;
            font-weight: bold;
            float: left;
            background-image: url(../i/sprite.png);
            background-repeat: no-repeat;
            background-position: -133px -358px;
            width: 25px;
            padding-left: 20px;
            height: 16px;
            margin-left: 15px;
            line-height: 15px;
        }

    .relpesq .relnext {
        float: left;
        margin-top: 30px;
        margin-bottom: 30px;
        width: 100%;
        padding-left: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .relpesq .relnext .type {
            float: left;
            width: 100%;
        }

            .relpesq .relnext .type a {
                font-size: 14px;
                font-weight: bold;
                text-transform: uppercase;
                color: #000;
                text-decoration: none;
            }

        .relpesq .relnext a {
            color: #D80D0D;
            text-decoration: none;
            font-size: 20px;
            font-weight: bold;
        }

        .relpesq .relnext .lead {
            float: left;
            width: 100%;
            font-size: 14px;
            color: #000;
        }

.leader {
    width: 100%;
    /*max-width: 728px;
    height: 125px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    */
    text-align: center;
    clear: both;
    padding-top: 40px;
}

.denuncias {
    width: 100%;
    position: relative;
    float: left;
}

#voto, #voto1, #voto2, #voto3 {
    display: none;
    position: absolute;
    right: 0;
    background-color: #FFF;
}

#den, #den1, #den2, #den3, #den4, #den5 {
    display: none;
    position: absolute;
    right: 0;
    background-color: #FFF;
}


/* ENVIAR AMIGO */

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    /*display:none;*/
    opacity: 0;
}

    .overlay:target {
        visibility: visible;
        /*display:block;*/
        opacity: 1;
        z-index: 10000;
    }

.mailing {
    margin: 70px auto;
    padding: 40px;
    background: #fff;
    border-radius: 5px;
    /*  width: 30%;*/
    min-width: 300px;
    max-width: 900px;
    position: relative;
    transition: all 3s ease-in-out;
}

    .mailing .right {
        width: 300px;
        float: left;
        padding-left: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mailing .left {
        width: 66.66666667%;
        float: left;
        min-width: 300px;
    }

    .mailing .figura {
        width: 144px;
        height: 144px;
        border-radius: 50%;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;
    }

        .mailing .figura img {
            width: 100%;
            height: 100%;
        }

    .mailing .hora {
        color: #000;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
        line-height: 15px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        text-align: center;
    }

    .mailing .titulo {
        color: #000;
        text-decoration: none;
        font-size: 20px;
        font-weight: bold;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        text-align: center;
    }

    .mailing .divider {
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        color: #FFF;
        text-align: center;
        background-color: #999;
        padding: 5px;
        margin-top: 10px;
        margin-right: 5px;
        margin-bottom: 10px;
        margin-left: 5px;
    }

    .mailing .cforms {
        width: 50%;
        float: left;
        padding: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        min-width: 299px;
    }


        .mailing .cforms .form-field {
            border: 1px solid #CECEC6;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            color: #333;
            width: 100%;
            padding-top: 12px;
            padding-right: 0px;
            padding-bottom: 12px;
            padding-left: 12px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 16px;
        }

        .mailing .cforms .t20 {
            margin-top: 20px;
        }

        .mailing .cforms .t110 {
            height: 110px;
        }

    .mailing .botoes {
        margin-top: 20px;
        text-align: center;
        margin-bottom: 20px;
    }

        .mailing .botoes .botao {
            width: 120px;
            height: 34px;
            font-size: 15px;
            text-decoration: none;
            text-align: center;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            border-top-style: none;
            border-right-style: none;
            border-bottom-style: none;
            border-left-style: none;
            font-weight: bold;
            margin: 5px;
        }

        .mailing .botoes .submit {
            background-color: #D80D0D;
            color: #FFF;
        }

        .mailing .botoes .cancel {
            background-color: #FFF;
            color: #D80D0D;
            border: 1px solid #D80D0D;
        }

    .mailing .close {
        position: absolute;
        top: 3px;
        right: 5px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
    }

        .mailing .close:hover {
            color: #D80D0D;
        }


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

#vidcontent {
    display: none;
}

/*.grow { transition: all .2s ease-in-out; cursor:pointer;}
.grow:hover { transform: scale(2); }*/

#largeImgPanel {
    text-align: center;
    display: none;
    position: fixed;
    z-index: 100;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(100,100,100, 0.5);
    z-index: 5000000000000000;
    padding: 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fecha {
    position: absolute;
    right: 5%;
    top: 5%;
    color: #fff;
    background-color: #D80D0D;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 25px;
    line-height: 50px;
    cursor: pointer;
}

.comment_itemMV {
    width: 100%;
    float: left;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #D80D0D;
    padding-top: 10px;
    padding-bottom: 30px;
    background-color: #F3F3F3;
    color: #000;
}

.comment_header_idMV {
    width: 50%;
    float: left;
    height: 22px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding-left: 20px;
}

.comment_headerMV {
    width: 100%;
    float: left;
    height: auto;
    padding-bottom: 10px;
}

.comment_contentMV {
    width: auto;
    margin-top: 15px;
    float: left;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
}

.maisvotado {
    width: 90%;
    float: left;
    height: 22px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #D80D0D;
    margin-bottom: 10px;
    padding-left: 20px;
}

.numfotogal {
    width: auto;
    color: #FFF;
    position: absolute;
    font-size: 12px;
    bottom: 0px;
    right: 0px;
    padding: 20px;
}


#newssites {
    background-color: #FFF;
    width: 100%;
    margin-top: 20px;
    border-top-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #D80D0D;
    border-bottom-width: 1px;
    border-bottom-color: #D80D0D;
}

    #newssites .foonews {
        float: left;
        width: 33.3333%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 30px;
        margin-bottom: 30px;
    }

        #newssites .foonews ul {
            margin: 0 !important;
            padding: 0 !important;
        }

            #newssites .foonews ul li {
                padding-left: 0px !important;
                margin-bottom: 10px !important;
                float: none !important;
                width: auto !important;
                margin-top: 10px !important;
                margin-right: 10px !important;
                margin-left: 0px !important;
            }

                #newssites .foonews ul li a {
                    font-size: 12px !important;
                    line-height: 15px !important;
                    font-weight: normal !important;
                    color: #000 !important;
                    text-transform: none !important;
                }

                    #newssites .foonews ul li a:hover {
                        color: #D80D0D !important;
                    }

.compedia .comentariosRemain01 {
    color: #FFF !important;
}

.compedia .denuncia {
    color: #FFF !important;
}

.denuncia {
    float: right;
    height: 14px;
    margin-top: 5px;
    margin-right: 5px;
}

#amount {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

#slider-range {
    padding: 0px;
    text-align: center;
    width: 98%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    height: 30px;
}


#pesqupreco .botao {
    float: right;
    width: 120px;
    height: 34px;
    background-color: #D80D0D;
    font-size: 15px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin-right: 10px;
}


.btvermaiscom {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 230px;
}

.btvermaisrests {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}


#footer .logofoi {
    float: right;
    margin-bottom: -100px;
    margin-top: 10px;
    height: 89px;
    margin-right: 5%;
    background-image: url(../i/sprite.png);
    background-repeat: repeat;
    background-position: -1205px -3910px;
    width: 294px;
}

#contentN #footer .logofoi {
    float: right;
    margin-bottom: -100px;
    margin-top: 10px;
    height: 89px;
    margin-right: 5%;
    background-image: url(../i/sprite.png);
    background-repeat: repeat;
    background-position: 0px -3910px;
    width: 294px;
}

.leaderpub {
    width: 100%;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

.leaderpubB {
    width: 100%;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 10px;
}

.footicns {
    float: left;
    width: 30%;
    min-width: 158px;
    position: relative;
}

#corpo .subAP .data a {
    color: #FFF;
    text-decoration: none;
}

.maiscomver {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    min-width: 258px;
}

#filtrosdepesquisa select {
    font-size: 16px;
    margin-left: 5px;
    padding: 5px;
    border: 1px solid #D80D0D;
    background-color: #FFF;
    float: left;
}

#filtrosdepesquisa .campospreco {
    float: left;
}

/*#filtrosdepesquisa .labelprecosp{
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
                padding-right:0px;
    color: #666;
}*/
#filtrosdepesquisa .precosp {
    background-color: #FFF;
    border: 1px solid #D80D0D;
    width: 90px;
    height: 31px;
    float: left;
    margin-right: 10px;
}

#filtrosdepesquisa .precosp1 {
    margin-right: 0px !important;
}

#filtrosdepesquisa .precosp .red {
    background-color: #D80D0D;
    width: 32px;
    height: 31px;
    float: right;
    color: #FFF;
    line-height: 32px;
    text-align: center;
}

#filtrosdepesquisa .precosp .field {
    background-color: #FFFFFF;
    width: 58px;
    height: 31px;
    float: right;
    border: 0px;
    padding-left: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#filtrosdepesquisa .limpa {
    margin-bottom: 20px;
}

#filtrosdepesquisa fieldset {
    float: left;
    padding: 0;
    padding-right: 10px;
    line-height: 30px;
    vertical-align: middle;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

#filtrosdepesquisa {
    margin-bottom: 20px;
    height: 85px;
    float: left;
}

.BoxResultSearch table th {
    font-size: 11px;
    padding: 2px !important;
    vertical-align: top;
    text-align: center !important;
}

.BoxResultSearch table td {
    white-space: normal !important;
    vertical-align: top;
}

    .BoxResultSearch table td a {
        font-size: 10px;
    }

.BoxResultSearch table {
    font-size: 11px;
}

.Boxcarcard .col9 {
    display: none;
}


.tags {
    float: right;
    max-width: 60%;
    margin-bottom: 10px;
}

    .tags a {
        float: left;
        font-size: 12px;
        font-weight: bold;
        color: #999;
        text-decoration: none;
        background-color: #FFF;
        margin-left: 5px;
        padding: 0px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        line-height: 30px;
    }

        .tags a:hover {
            color: #D80D0D;
        }

    .tags span {
        float: left;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        color: #D80D0D;
        background-color: #fff;
        margin-left: 5px;
        padding: 0px;
        line-height: 30px;
    }

    .tags a:after, .tags a:before {
        content: " | ";
    }

@media only screen and (min-width: 0px) and (max-width: 700px) {
    #filtrosdepesquisa {
        margin-bottom: 20px;
        height: 200px;
        float: left;
    }

        #filtrosdepesquisa select {
            float: none;
            margin-top: 10px;
        }

    #corpoNews .esquerda .social {
        height: auto !important;
    }

    .tags {
        float: left;
        margin-top: 20px;
        max-width: 100%;
    }

        .tags span {
            margin: 5px;
        }

        .tags a {
            margin: 5px;
        }
}



@media only screen and (min-width: 1261px) and (max-width: 1276px) {
    .content {
        width: 100%;
    }

    #header .pesquisa .campo {
        width: 76%;
    }

    #fluid3 {
        float: left;
        width: 100%;
        margin-left: -300px;
    }

    #inner-block3 {
        margin-left: 305px;
    }

        #inner-block3 .sub4 {
            width: 49.5%;
            height: 250px;
            overflow: hidden;
            position: relative;
            float: left;
            margin-left: 0px;
            margin-bottom: 15px;
        }

    #corpo .sub6 img {
        width: auto;
        height: 100%;
    }

    #corpo .sub7 img {
        width: auto;
        height: 100%;
    }

    .fluid {
        width: 100%;
    }
}

@media only screen and (min-width: 1168px) and (max-width: 1260px) {
    .content {
        width: 100%;
    }

    #header .pesquisa .campo {
        width: 76%;
    }

    #corpo .sub4 {
        width: 36.25%;
    }
    /*#corpo .opiniao .bloco1 {width: 192px;}*/

    #header .mobileheader {
        display: none;
    }

    #header .boxpesqmobile {
        display: none;
    }

    #corpo .sub1 img {
        height: 100%;
    }

    #corpo .sub2 img {
        height: 100%;
        width: auto;
    }

    #corpo .sub4 img {
        height: auto;
        width: 100%;
    }

    #corpo .sub6 img {
        width: auto;
        height: 100%;
    }

    #corpo .sub7 img {
        width: auto;
        height: 100%;
    }

    #fluid3 {
        float: left;
        width: 100%;
        margin-left: -300px;
    }

    #inner-block3 {
        margin-left: 305px;
    }

        #inner-block3 .sub4 {
            width: 49.5%;
            height: 250px;
            overflow: hidden;
            position: relative;
            float: left;
            margin-left: 0px;
            margin-bottom: 15px;
        }

    #header .pesquisa {
        float: left;
        width: 43%;
        margin-top: 26px;
        margin-left: 3%;
        height: 35px;
    }

        #header .pesquisa .campo {
            float: left;
            width: 70%;
            height: 25px;
            background-color: #FFF;
            padding: 3px;
            border: 1px solid #CECEC6;
        }

    .cronsub {
        background-color: #000;
        float: left;
        width: 100%;
        margin-bottom: 20px;
        min-height: 315px;
    }

    .fluid {
        width: 98%;
    }
}

@media only screen and (min-width: 888px) and (max-width: 1167px) {
    .content {
        width: 100%;
    }

    /*#corpo .sub3 {width: 36.25%;}*/

    #corpo .sub4 {
        width: 36.25%;
    }
    /*#corpo .opiniao .bloco1 {width: 192px;}*/

    #header .mobileheader {
        display: none;
    }

    #header .boxpesqmobile {
        display: none;
    }

    #corpo .sub1 img {
        height: 100%;
        width: auto;
    }

    #corpo .sub2 img {
        height: 100%;
        width: auto;
    }

    #corpo .sub21 img {
        height: auto;
        width: 100%;
    }

    #fluid .sub3 img {
        height: 100%;
        width: 100%;
    }

    #fluid .sub4 img {
        height: 100%;
        width: 100%;
    }

    #corpo .sub6 img {
        width: auto;
        height: 100%;
    }

    #corpo .sub7 img {
        width: auto;
        height: 100%;
    }

    #fluid3 {
        float: left;
        width: 100%;
        margin-left: -300px;
    }

    #inner-block3 {
        margin-left: 305px;
    }

        #inner-block3 .sub4 {
            width: 49.5%;
            height: 250px;
            overflow: hidden;
            position: relative;
            float: left;
            margin-left: 0px;
            margin-bottom: 15px;
        }

    #corpo .sub4 img {
        height: 100%;
        width: 100%;
    }

    #corpo .sub3 img {
        height: 100%;
        width: 100%;
    }

    .separator123 {
        clear: both;
    }

    #corpoNews .esquerda .innerVid .videosub {
        width: 100%;
        margin-bottom: 30px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        float: left;
        height: auto;
    }

    #corpoNews .esquerda .innerVid .videosub1 {
        width: 100%;
        margin-bottom: 30px;
        position: relative;
        height: auto;
        overflow: hidden;
        cursor: pointer;
        float: left;
        margin-left: 0px;
    }

    .brandlist li {
        text-align: center;
        line-height: 1.5em;
        width: 45%;
        height: 100px;
        float: left;
        display: inherit;
        border: 1px solid #D80D0D;
        margin: 3px;
        position: relative;
    }

    #header .pesquisa {
        float: left;
        width: 32%;
        margin-top: 26px;
        margin-left: 0%;
        height: 35px;
    }

        #header .pesquisa .campo {
            float: left;
            width: 52%;
            height: 25px;
            background-color: #FFF;
            padding: 3px;
            border: 1px solid #CECEC6;
        }

    .xpto {
        width: 100% !important;
        float: none !important;
        margin-bottom: 15px;
    }

    .cronsub {
        background-color: #000;
        float: left;
        width: 100%;
        margin-bottom: 20px;
        min-height: 315px;
    }

    .fluid {
        width: 98%;
    }
}

@media only screen and (min-width: 631px) and (max-width: 889px) {

    #corpo .destaque img {
        height: auto;
        width: 100%;
    }
    /*#header .pesquisa {
        display: none;
    }*/
    #header .pesquisa {
        float: none;
        width: 100%;
        margin-top: -15px;
        margin-left: 0px;
        padding-left: 3%;
        height: 45px;
        position: absolute;
        top: 100px;
        background-color: #000;
        display: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 10px;
    }

    #corpo .sub4 {
        width: 36.25%;
    }
    /*#corpo .opiniao .bloco1 {width: 192px;height: 364px;}*/

    #corpo .sub1 {
        width: 50%;
    }

    #corpo .sub2 {
        width: 49%;
    }

    #corpo .sub6 {
        width: 49.5%;
    }

    #corpo .sub6new {
        width: 42% !important;
    }

    #corpo .subzad {
        width: 57%;
    }
    /*#corpo .sub7 {width: 49.5%; margin-right:1%;}*/

    #corpo .sub7 {
        width: 100%;
        margin-right: 0%;
    }

    .sub3a {
        width: 49.50% !important;
        margin-right: 0px !important;
    }
    /*.sub3b {
    width: 100%!important;
    margin-right: 0px!important;
}
.sub3b img{
    width: 100%!important;
    height: auto!important;
}*/

    #corpo .subAP {
        width: 100%;
    }

    #corpo .sub6a {
        margin-right: 0px !important;
    }

    #corpo .sub1 img {
        height: 100%;
        width: auto;
        margin-left: -35%;
    }

    #corpo .sub2 img {
        height: 100%;
        width: auto;
        margin-left: -35%;
    }
    /*#corpo .sub3 img {height: 100%; width:100%;}         */

    #corpo .sub3 img {
        height: auto;
        width: 100%;
    }

    #corpo .sub4 img {
        height: auto;
        width: 100%;
    }

    #header .mobileheader {
        display: none;
    }

    #header .boxpesqmobile {
        display: none;
    }

    .icopesq {
        float: right;
        height: 35px;
        width: 35px;
        margin-right: 3px;
        margin-left: 0px;
        -webkit-border-radius: 100px;
        border-radius: 100px;
        background-image: url(../i/search.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        margin-top: 25px;
        display: block;
    }
    /*    #header .boxpesqmobile {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        height: 35px;
        background-color: #000;
        display: none;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }*/
    #header .boxpesqmobile {
        display: none;
    }

        #header .boxpesqmobile .campo {
            width: 69%;
            height: 25px;
            background-color: #FFF;
            padding: 3px;
            border: 1px solid #CECEC6;
        }

        #header .boxpesqmobile .botao {
            width: 80px;
            height: 34px;
            background-color: #D80D0D;
            font-size: 15px;
            color: #FFF;
            text-decoration: none;
            text-align: center;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            border-top-style: none;
            border-right-style: none;
            border-bottom-style: none;
            border-left-style: none;
            margin-left: 4px;
        }

            #header .boxpesqmobile .botao:hover {
                background-color: #FFF;
                color: #D80D0D;
            }

    #headerpa .pa .styled-select1 {
        width: 25%;
        height: 25px;
        overflow: hidden;
        padding: 3px;
        border: 1px solid #CECEC6;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background-image: url(../i/seta.png);
        background-repeat: no-repeat;
        background-position: right center;
        font-size: 16px;
        color: #000;
        text-decoration: none;
        background-color: #FFF;
        float: left;
        margin-right: 10px;
        margin-left: 2%;
        margin-bottom: 10px;
    }

    #headerpa .pa .styled-select {
        width: 25%;
        height: 25px;
        overflow: hidden;
        padding: 3px;
        border: 1px solid #CECEC6;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background-image: url(../i/seta.png);
        background-repeat: no-repeat;
        background-position: right center;
        font-size: 16px;
        color: #000;
        text-decoration: none;
        background-color: #FFF;
        float: left;
        margin-right: 10px;
        margin-left: 2%;
        margin-bottom: 10px;
    }

    #headerpa .pa .styled-ano {
        width: 40%;
        height: 25px;
        overflow: hidden;
        padding: 3px;
        border: 1px solid #CECEC6;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background-image: url(../i/seta.png);
        background-repeat: no-repeat;
        background-position: right center;
        font-size: 16px;
        color: #000;
        text-decoration: none;
        background-color: #FFF;
        float: left;
        margin-right: 10px;
        margin-left: 2%;
        margin-bottom: 10px;
    }

    #inner-block {
        margin-right: 0px;
    }
    /*#inner-blockz {
     margin-right: 0px;
}*/

    .fixed-width {
        float: none;
        width: 300px;
    }

    .fixed-widthz {
        float: left;
        width: 300px;
    }

    .sub2tablet {
        height: 250px !important;
        width: 100% !important;
    }

    #inner-block1 .sub2tablet {
        height: 250px !important;
    }

    .sub2tablet img {
        height: auto !important;
        width: 100% !important;
        margin-left: 0px !important;
    }

    #fluid1 {
        float: left;
        width: 49.50%;
        margin-right: 1%;
        /*width: 100%;*/
        /*    margin-left: -300px; */
    }

    #inner-block1 {
        /*margin-left: 305px;*/
    }

    #fluid2 {
        float: left;
        width: 49.50%;
    }
    /*#inner-block2 {
    margin-right: 305px;
}*/

    #fluid3 {
        float: left;
        width: 100%;
        margin-left: -300px;
    }

    #inner-block3 {
        margin-left: 305px;
    }

    #inner-block2 .sub5 {
        height: 250px;
        overflow: hidden;
        position: relative;
        float: left;
        margin-left: 0px;
        margin-bottom: 15px;
        width: 100%;
    }

    .fixed-width1 {
        float: left;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    #contentNews .fixed-width1 {
        float: none;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }

    #fluid3 {
        float: left;
        width: 100%;
        margin-left: 0px;
    }

    #inner-block3 {
        margin-left: 0px;
    }

        #inner-block3 .sub4 {
            width: 49.5%;
            height: 250px;
            overflow: hidden;
            position: relative;
            float: left;
            margin-left: 0px;
            margin-bottom: 15px;
        }

    #contentNews #inner-block3 .sub4 {
        width: 90%;
        height: 250px;
        overflow: hidden;
        position: relative;
        float: none;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
    }

    #contentNews #corpo .sub7 {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    #contentNews #inner-blockz {
        margin-right: 0px;
    }

    #contentNews #fluidz {
        float: none;
        width: 100%;
        margin-right: 0px;
    }

        #contentNews #fluidz .sub3 {
            width: 90%;
            /* min-width: 300px; */
            height: 250px;
            overflow: hidden;
            position: relative;
            float: none;
            margin-right: auto;
            margin-left: auto;
        }

    #contentNews .margright {
        margin-right: auto !important;
    }

    #contentNews #corpo .sub6a {
        margin-right: auto !important;
    }

    #contentNews #corpo .sub6 {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    #contentNews .fixed-widthz {
        float: none;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .sub3novo .sub3 {
        width: 100% !important;
        height: 250px;
        overflow: hidden;
        position: relative;
        float: left;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .sub3novo .margright {
        margin-right: 1% !important;
    }

    #fluidz .sub3 {
        /*width: 100%;*/
        /* min-width: 300px; */
        /*height: 250px;
        overflow: hidden;
        position: relative;
        float: left;
        margin-right: 0px;*/
    }

    #footer .halfl .bg {
        width: 100%;
        float: left;
    }

        #footer .halfl .bg .news .campo {
            width: 47%;
        }

    #footerPedia .halfl .bg {
        width: 100%;
        float: left;
    }

        #footerPedia.halfl .bg .news .campo {
            width: 47%;
        }

    #header .mobile ul li {
        margin-right: 0%;
        width: 18%;
        margin-left: 0%;
        padding: 8px;
        float: left;
        list-style-type: none;
    }

    #header .mobile ul {
        display: block;
        float: left;
        width: 118%;
        margin: 0px;
        padding: 0px;
        background-color: #000;
        margin-top: 71px;
        padding-top: 30px;
        padding-bottom: 59px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #999;
    }

    #corpoNews .left {
        width: 100%;
        float: left;
        margin-right: 0px;
    }

    #corpoNews .esquerda {
        margin-right: 0px;
        margin-top: 0;
    }

    .mrec1 {
        float: right;
        margin-bottom: 15px;
        margin-left: 15px;
    }

    .autopediacolor .mrec1 {
        float: none;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
    }

    #corpoNews .direita {
        width: 100%;
        margin: 0px;
        float: left;
    }

        #corpoNews .direita .bloco .img {
            width: 100%;
            height: 250px;
            overflow: hidden;
            margin-bottom: 15px;
        }

        #corpoNews .direita .bloco {
            width: 91%;
            float: none;
            height: auto;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 5%;
        }

    .mrec {
        float: none;
        /* height: 250px;*/
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    #fixed-width .mrec {
        clear: both;
    }

    #footer li {
        float: left;
        display: block;
        width: 50%;
        text-align: left;
        margin-top: 30px;
    }

    #footerPedia li {
        float: left;
        display: block;
        width: 50%;
        text-align: left;
        margin-top: 30px;
    }

    #corpoNews .esquerda .innerVid .videosub {
        width: 100%;
        margin-bottom: 30px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        float: left;
        height: auto;
    }

    #corpoNews .esquerda .innerVid .videosub1 {
        width: 100%;
        margin-bottom: 30px;
        position: relative;
        height: auto;
        overflow: hidden;
        cursor: pointer;
        float: left;
        margin-left: 0px;
    }

    .brandlist li {
        text-align: center;
        line-height: 1.5em;
        width: 45%;
        height: 100px;
        float: left;
        display: inherit;
        border: 1px solid #D80D0D;
        margin: 3px;
        position: relative;
    }

    .opcoes .card {
        float: left;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #333;
        margin-top: 10px;
        min-width: 270px;
        min-height: 120px;
        width: 50%;
    }

    #fixed-width {
        width: 100%;
        /* The size of the fixed block. */
    }
    /*#fixed-width1 {
                width: 300px;
                float:left;
                }              */

    #fixed-width1 {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
    /* #fixed-widthz {
        width: 300px;
        float: left;
    }*/
    #fixed-widthz {
        width: 300px;
        /*float: right;*/
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }

    .fixed-widthz {
        float: none !important;
    }

    .grow {
        cursor: auto;
    }

        .grow:hover {
            transform: scale(1);
        }


    .xpto {
        width: 100% !important;
        float: none !important;
        margin-bottom: 15px;
    }

    #opina .top {
        display: block;
        position: relative;
        z-index: 2;
        text-shadow: none;
        left: 0;
        right: 0;
        top: 0;
        margin: 0;
        max-width: none;
        background-image: url(../i/sprite.png);
        background-position: 0 -2182px;
        height: auto;
        margin-bottom: 20px;
        width: 100%;
    }

    .cronsub {
        background-color: #000;
        float: left;
        width: 100%;
        margin-bottom: 20px;
        min-height: 315px;
    }

    .fluid {
        float: left;
        width: 100%;
    }

    .leader {
        /*display: none;*/
    }

    .mailing {
        width: 70%;
    }

    #header {
        margin-top: 0px;
    }

    .brandlistmarca li {
        width: 48%;
    }

    .brandlistmarca .imgcar {
        width: 94%;
    }

    #inner-blockz {
        margin-right: 0;
    }

    #corpo .opiniao .bloco .mascara {
        font-size: 16px;
    }
}

@media only screen and (min-width: 545px) and (max-width: 630px) {
    .opcoes .card {
        float: left;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #333;
        margin-top: 10px;
        min-width: 270px;
        min-height: 120px;
        width: 50%;
    }

    .content {
        width: 100%;
    }

    #corpo .destaque img {
        height: 100%;
        width: auto;
        margin-left: -65%;
    }

    #header .pesquisa {
        display: none;
    }

    /*#corpo .sub3 {width: 36.25%;}*/

    #corpo .sub4 {
        width: 36.25%;
    }
    /*#corpo .opiniao .bloco1 {width: 192px;}*/

    #header .mobileheader {
        display: none;
    }

    #header .boxpesqmobile {
        display: none;
    }

    .icopesq {
        float: right;
        height: 35px;
        width: 35px;
        margin-right: 3px;
        margin-left: 0px;
        -webkit-border-radius: 100px;
        border-radius: 100px;
        background-image: url(../i/search.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        margin-top: 25px;
        display: block;
    }
    /*  #header .boxpesqmobile {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        height: 35px;
        background-color: #000;
        display: none;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }*/
    #header .boxpesqmobile {
        display: none;
    }

        #header .boxpesqmobile .campo {
            width: 69%;
            height: 25px;
            background-color: #FFF;
            padding: 3px;
            border: 1px solid #CECEC6;
        }

        #header .boxpesqmobile .botao {
            width: 80px;
            height: 34px;
            background-color: #D80D0D;
            font-size: 15px;
            color: #FFF;
            text-decoration: none;
            text-align: center;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            border-top-style: none;
            border-right-style: none;
            border-bottom-style: none;
            border-left-style: none;
            margin-left: 4px;
        }

            #header .boxpesqmobile .botao:hover {
                background-color: #FFF;
                color: #D80D0D;
            }

    #headerpa .pa .styled-select1 {
        width: 40%;
        height: 25px;
        overflow: hidden;
        padding: 3px;
        border: 1px solid #CECEC6;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background-image: url(../i/seta.png);
        background-repeat: no-repeat;
        background-position: right center;
        font-size: 16px;
        color: #000;
        text-decoration: none;
        background-color: #FFF;
        float: left;
        margin-right: 10px;
        margin-left: 2%;
        margin-bottom: 10px;
    }

    #headerpa .pa .styled-select {
        width: 40%;
        height: 25px;
        overflow: hidden;
        padding: 3px;
        border: 1px solid #CECEC6;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background-image: url(../i/seta.png);
        background-repeat: no-repeat;
        background-position: right center;
        font-size: 16px;
        color: #000;
        text-decoration: none;
        background-color: #FFF;
        float: left;
        margin-right: 10px;
        margin-left: 2%;
        margin-bottom: 10px;
    }

    #headerpa .pa .styled-ano {
        width: 40%;
        height: 25px;
        overflow: hidden;
        padding: 3px;
        border: 1px solid #CECEC6;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background-image: url(../i/seta.png);
        background-repeat: no-repeat;
        background-position: right center;
        font-size: 16px;
        color: #000;
        text-decoration: none;
        background-color: #FFF;
        float: left;
        margin-right: 10px;
        margin-left: 2%;
        margin-bottom: 10px;
    }

    #headerpa .pa .botao {
        margin-left: 2%;
    }

    #inner-block {
        margin-right: 0px;
    }

    .fixed-width {
        float: none;
        width: 300px;
    }

    .fixed-width1 {
        float: none;
        width: 300px;
    }

    .sub2tablet {
        height: 250px !important;
        width: 100% !important;
    }

        .sub2tablet img {
            height: auto !important;
            width: 100% !important;
            margin-left: 0px !important;
        }

    #fluid1 {
        float: left;
        width: 100%;
        margin-left: -300px;
    }

    #inner-block1 {
        margin-left: 305px;
    }

    #fluid3 {
        float: left;
        width: 100%;
        margin-left: 0px !important;
    }

    #inner-block3 {
        margin-left: 0px !important;
    }

        #inner-block3 .sub4 {
            width: 100%;
            height: 375px;
            overflow: hidden;
            position: relative;
            float: left;
            margin-left: 0px;
            margin-top: 15px;
        }

    .fixed-width {
        float: left;
        width: 300px;
        /* The size of the fixed block. */
    }

    #corpo .sub1 {
        width: 100%;
        height: 375px;
        overflow: hidden;
        position: relative;
        float: left;
        margin-right: 0px;
    }

        #corpo .sub1 img {
            height: 100%;
            width: auto;
            margin-left: 0px;
        }

    #corpo .sub2 {
        width: 100%;
        height: 375px;
        overflow: hidden;
        position: relative;
        float: left;
        margin-bottom: 15px;
    }

    #fluid .sub3 {
        width: 100%;
        height: 375px;
        overflow: hidden;
        position: relative;
        float: left;
        margin-right: 0px;
    }

    #fluid1 {
        float: left;
        width: 100%;
        margin-left: 0px;
    }

    #inner-block1 {
        margin-left: 0px;
    }

    .sub2tablet {
        height: 375px !important;
        width: 100% !important;
        margin-top: 15px;
    }

    .fixed-width {
        float: none;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .fixed-width1 {
        float: none;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    #fluid2 {
        float: left;
        width: 100%;
        margin-right: 0px;
    }

    #inner-block2 {
        margin-right: 0px;
    }

        #inner-block2 .sub5 {
            width: 100%;
            height: 375px;
            overflow: hidden;
            position: relative;
            float: left;
            margin-left: 0px;
            margin-bottom: 15px;
        }

    #fluid3 {
        float: left;
        width: 100%;
        margin-left: -300px;
    }

    #inner-block3 {
        margin-left: 305px;
    }

    #header .mobile ul li {
        margin-right: 0%;
        width: 30%;
        margin-left: 0%;
        padding: 8px;
        float: left;
        list-style-type: none;
    }

    #corpo .sub6 {
        width: 100% !important;
        height: 375px;
        overflow: hidden;
        position: relative;
        float: left;
        margin-right: 0px;
        margin-top: 15px;
    }

    .mrec {
        float: none;
        /*height: 250px;*/
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .widget {
        margin-left: auto;
        margin-right: auto;
        width: 300px;
    }

    #corpo .sub7 {
        width: 100%;
        height: 375px;
        overflow: hidden;
        position: relative;
        float: left;
        font-size: 14px;
        color: #FFF;
        margin-bottom: 15px;
    }

    #fluidz {
        float: left;
        width: 100%;
        margin-right: 0px;
    }

    #inner-blockz {
        margin-right: 0px;
    }

    #fluidz .sub3 {
        width: 100%;
        /* min-width: 300px; */
        height: 375px;
        overflow: hidden;
        position: relative;
        float: left;
        margin-right: 0px;
    }

    .fixed-widthz {
        float: none;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    #corpo .subAP {
        width: 100%;
        height: 250px;
        float: left;
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -799px -282px;
    }

    #corpo .opiniao .bloco {
        width: 31.5%;
        height: auto;
        position: relative;
        margin: 1%;
        float: left;
        overflow: hidden;
    }

    #corpo .opiniao .bloco1 {
        width: 27%;
        height: 241px;
        margin: 1%;
        float: left;
        text-align: center;
    }

    #footer .halfl {
        width: 100%;
        float: left;
        margin-top: 20px;
    }

    #footer .halfr {
        width: 100%;
        float: left;
        margin-top: 40px;
    }

    #footer li {
        float: left;
        display: block;
        width: 20%;
        text-align: left;
        margin-top: 30px;
        margin-left: 5%;
    }

    #footerPedia .halfl {
        width: 100%;
        float: left;
        margin-top: 20px;
    }

    #footerPedia .halfr {
        width: 100%;
        float: left;
        margin-top: 40px;
    }

    #footerPedia li {
        float: left;
        display: block;
        width: 20%;
        text-align: left;
        margin-top: 30px;
        margin-left: 5%;
    }

    #corpoNews #opina .inner {
        font-size: 16px;
        color: #222;
        text-decoration: none;
        width: 95%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 30px;
        line-height: 23px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 0px;
        position: relative;
    }

    #corpoNews .comentadores {
        display: none;
    }

    #corpoNews .left {
        width: 100%;
        float: left;
        margin-right: 0px;
    }

    #corpoNews .esquerda {
        margin-right: 0px;
    }

    .mrec1 {
        float: right;
        margin-bottom: 15px;
        margin-left: 15px;
    }

    #corpoNews .esquerda .innerVid .videosub {
        width: 100%;
        margin-bottom: 30px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        float: left;
        height: auto;
    }

    #corpoNews .esquerda .innerVid .videosub1 {
        width: 100%;
        margin-bottom: 30px;
        position: relative;
        height: auto;
        overflow: hidden;
        cursor: pointer;
        float: left;
        margin-left: 0px;
    }

    #dvideo {
        width: 100% !important;
        margin: 0px !important;
        float: left;
    }

        #dvideo .mrec {
            float: none;
            /*height: 250px;*/
            width: 300px;
            margin-left: auto;
            margin-right: auto;
        }

    .brandlist li {
        text-align: center;
        line-height: 1.5em;
        width: 45%;
        height: 100px;
        float: left;
        display: inherit;
        border: 1px solid #D80D0D;
        margin: 3px;
        position: relative;
    }

    .rTableleft {
        text-align: left !important;
        width: 90%;
    }

    .rTableCell,
    .rTableHead {
        display: table-cell;
        border-bottom-width: 1px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: solid;
        border-left-style: none;
        border-bottom-color: #f2f2f2;
        font-size: 14px;
        color: #000;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        text-align: center;
        float: left;
    }

    .xpto {
        width: 100% !important;
        float: none !important;
        margin-bottom: 15px;
    }

    #opina .top {
        display: block;
        position: relative;
        z-index: 2;
        text-shadow: none;
        left: 0;
        right: 0;
        top: 0;
        margin: 0;
        max-width: none;
        background-image: url(../i/sprite.png);
        background-position: 0 -2182px;
        height: auto;
        margin-bottom: 20px;
        width: 100%;
    }

    .cronsub {
        background-color: #000;
        float: left;
        width: 100%;
        margin-bottom: 20px;
        min-height: 315px;
    }

    .fluid {
        float: left;
        width: 100%;
    }

    .mailing {
        width: 70%;
    }

    #header {
        margin-top: 0px;
    }

    .barraxl {
        display: none;
    }

    #header .pesquisa {
        float: none;
        width: 100%;
        margin-top: -15px;
        margin-left: 0px;
        padding-left: 3%;
        height: 45px;
        position: absolute;
        top: 100px;
        background-color: #000;
        display: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 10px;
        z-index: 500000;
    }

        #header .pesquisa .campo {
            width: 65%;
            height: 25px;
            background-color: #FFF;
            padding: 3px;
            border: 1px solid #CECEC6;
        }

        #header .pesquisa .botao {
            width: 80px;
            height: 34px;
            background-color: #D80D0D;
            font-size: 15px;
            color: #FFF;
            text-decoration: none;
            text-align: center;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            border-top-style: none;
            border-right-style: none;
            border-bottom-style: none;
            border-left-style: none;
            margin-left: 4px;
        }
}

@media only screen and (min-width: 300px) and (max-width: 650px) {
    .Boxcarcard table {
        font-size: 13px;
        margin-bottom: 30px;
    }

        .Boxcarcard table td {
            white-space: inherit;
        }

            .Boxcarcard table td a {
                font-size: 12px;
                font-weight: bold !important;
            }

    .Boxcarcard .col4, .Boxcarcard .col5, .Boxcarcard .col6, .Boxcarcard .col8 {
        display: none;
    }

    .Boxcarcard .col9 {
        display: block;
        min-height: 25px;
    }

        .Boxcarcard .col9 img {
            margin-top: 13px;
            margin-bottom: 13px;
        }

    .Boxcarcard table td {
        padding: 8px 2px 8px 2px;
    }

    .BoxOmbra .col3, .BoxOmbra .col5, .BoxOmbra .col6, .BoxOmbra .col7, .BoxOmbra .col8, .BoxOmbra .col9, .BoxOmbra .col10, .BoxOmbra .col1 {
        display: none;
    }


    .fluid {
        float: left;
        width: 100%;
    }

    .leader {
        display: none;
    }

    .mrec {
        float: none;
        /*height: 250px;*/
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        clear: both;
    }

    .widget {
        margin-left: auto;
        margin-right: auto;
        width: 300px;
    }

    .mailing {
        width: 70%;
    }

    #header {
        margin-top: 0px;
    }

    .barraxl {
        display: none;
    }

    #header .pesquisa {
        float: none;
        width: 100%;
        margin-top: -15px;
        margin-left: 0px;
        padding-left: 3%;
        height: 45px;
        position: absolute;
        top: 100px;
        background-color: #000;
        display: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 10px;
    }


        #header .pesquisa .campo {
            width: 65%;
            height: 25px;
            background-color: #FFF;
            padding: 3px;
            border: 1px solid #CECEC6;
        }

        #header .pesquisa .botao {
            width: 80px;
            height: 34px;
            background-color: #D80D0D;
            font-size: 15px;
            color: #FFF;
            text-decoration: none;
            text-align: center;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            border-top-style: none;
            border-right-style: none;
            border-bottom-style: none;
            border-left-style: none;
            margin-left: 4px;
        }
}

@media only screen and (min-width: 300px) and (max-width: 545px) {

    .log {
        display: none;
    }

    #corpo .destaque img {
        height: 100%;
        width: auto;
        margin-left: -45%;
    }

    #header .pesquisa {
        display: none;
    }

    #header .topHeader {
        width: 100%;
    }

    #header .mobile ul {
        display: block;
        float: left;
        width: 118%;
        margin: 0px;
        padding: 0px;
        background-color: #000;
        margin-top: 71px;
        padding-top: 30px;
        padding-bottom: 59px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #999;
    }

    #corpo .sub1 {
        width: 100%;
        margin-right: 0px;
    }

    #corpo .sub2 {
        width: 100%;
        margin-top: 15px;
    }

    #corpo .sub1 img {
        height: 100%;
        width: auto;
    }

    #corpo .sub2 img {
        height: 100%;
        width: auto;
    }
    /*#corpo .sub3 {width: 36.25%;}*/

    #corpo .sub4 {
        width: 100%;
    }
    /*#corpo .opiniao .bloco1 {width: 192px;}*/

    #corpo .sub2 img {
        height: 100%;
    }

    #header .mobileheader {
        display: none;
    }

    #header .boxpesqmobile {
        display: none;
    }

    .icopesq {
        float: right;
        height: 35px;
        width: 35px;
        margin-right: 3px;
        margin-left: 0px;
        -webkit-border-radius: 100px;
        border-radius: 100px;
        background-image: url(../i/search.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        margin-top: 25px;
        display: block;
    }

    #header .boxpesqmobile {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        height: 35px;
        background-color: #000;
        display: none;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }

        #header .boxpesqmobile .campo {
            width: 65%;
            height: 25px;
            background-color: #FFF;
            padding: 3px;
            border: 1px solid #CECEC6;
        }

        #header .boxpesqmobile .botao {
            width: 80px;
            height: 34px;
            background-color: #D80D0D;
            font-size: 15px;
            color: #FFF;
            text-decoration: none;
            text-align: center;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            border-top-style: none;
            border-right-style: none;
            border-bottom-style: none;
            border-left-style: none;
            margin-left: 4px;
        }

            #header .boxpesqmobile .botao:hover {
                background-color: #FFF;
                color: #D80D0D;
            }

    #headerpa .styled-select1 {
        width: 90%;
        height: 25px;
        overflow: hidden;
        padding: 3px;
        border: 1px solid #CECEC6;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background-image: url(../i/seta.png);
        background-repeat: no-repeat;
        background-position: right center;
        font-size: 16px;
        color: #000;
        text-decoration: none;
        background-color: #FFF;
        float: left;
        margin-right: 10px;
        margin-left: 2%;
        margin-bottom: 10px;
    }

    #headerpa .styled-select {
        width: 90%;
        height: 25px;
        overflow: hidden;
        padding: 3px;
        border: 1px solid #CECEC6;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background-image: url(../i/seta.png);
        background-repeat: no-repeat;
        background-position: right center;
        font-size: 16px;
        color: #000;
        text-decoration: none;
        background-color: #FFF;
        float: left;
        margin-right: 10px;
        margin-left: 2%;
        margin-bottom: 10px;
    }

    #headerpa .styled-ano {
        width: 90%;
        height: 25px;
        overflow: hidden;
        padding: 3px;
        border: 1px solid #CECEC6;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background-image: url(../i/seta.png);
        background-repeat: no-repeat;
        background-position: right center;
        font-size: 16px;
        color: #000;
        text-decoration: none;
        background-color: #FFF;
        float: left;
        margin-right: 10px;
        margin-left: 2%;
        margin-bottom: 10px;
    }

    #headerpa .botao {
        margin-left: 2%;
    }


    #inner-block {
        margin-right: 0px;
    }

    .fixed-width {
        float: none;
        width: 300px;
    }

    #fluid {
        float: left;
        width: 100%;
        margin-right: 0px;
    }

        #fluid .sub3 {
            width: 100%;
            height: 250px;
            overflow: hidden;
            position: relative;
            float: left;
            margin-right: 0px;
            margin-bottom: 10px;
        }

    #corpo .sub3 img {
        width: 100%;
        height: auto;
    }
    /*.fixed-width {
    float: none;
    width: 300px;
                margin-left:auto;
                margin-right:auto;
}*/

    .fixed-width {
        float: left;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #header .mobile .sub {
        display: none;
        float: none;
        width: 200px;
        position: relative;
        background-color: #000;
        padding: 5px;
        margin-top: 0px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
    }

    #header .mobile ul li {
        margin-right: 0%;
        width: 100%;
        margin-left: 0%;
        padding: 8px;
        float: left;
        list-style-type: none;
    }

    #corpo .sub6 {
        width: 100% !important;
        height: 375px;
        overflow: hidden;
        position: relative;
        float: left;
        margin-right: 0px;
        margin-top: 15px;
    }

    #corpo .sub7 {
        width: 100%;
        height: 375px;
        overflow: hidden;
        position: relative;
        float: left;
        font-size: 14px;
        color: #FFF;
        margin-bottom: 15px;
    }

    #fluidz {
        float: left;
        width: 100%;
        margin-right: 0px;
    }

    #inner-blockz {
        margin-right: 0px;
    }

    #fluidz .sub3 {
        width: 100%;
        /* min-width: 300px; */
        height: 375px;
        overflow: hidden;
        position: relative;
        float: left;
        margin-right: 0px;
    }

    .fixed-widthz {
        /*    float: none;*/
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #corpo .subAP {
        width: 100%;
        height: 250px;
        float: left;
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -799px -282px;
    }

    #corpo .opiniao .bloco {
        width: 48%;
        height: auto;
        position: relative;
        margin: 1%;
        float: left;
        overflow: hidden;
    }

    #corpo .opiniao .bloco1 {
        width: 100%;
        height: auto;
        margin: 1%;
        float: left;
        text-align: center;
    }

    #footer .halfl {
        width: 100%;
        float: left;
        margin-top: 20px;
    }

    #footer .halfr {
        width: 100%;
        float: left;
        margin-top: 40px;
    }

    #footer li {
        float: left;
        display: block;
        width: 20%;
        text-align: left;
        margin-top: 30px;
        margin-left: 5%;
    }

    #footerPedia .halfl {
        width: 100%;
        float: left;
        margin-top: 20px;
    }

    #footerPedia .halfr {
        width: 100%;
        float: left;
        margin-top: 40px;
    }

    #footerPedia li {
        float: left;
        display: block;
        width: 20%;
        text-align: left;
        margin-top: 30px;
        margin-left: 5%;
    }

    #corpo .sub5 {
        width: 100%;
        height: 250px;
        overflow: hidden;
        position: relative;
        float: left;
        margin-left: 1%;
        margin-bottom: 15px;
    }

    #corpo .sub2 img {
        width: auto;
        /*margin-left:-15%;*/
        height: 100%;
    }
    /*#corpo .sub3 img {
    width: auto;
    height: 100%;
    margin-left: -15%;
}*/

    #corpo .sub5 img {
        width: 100%;
        height: auto;
        /*    margin-left: -15%;*/
    }

    #corpo .sub6 img {
        width: auto;
        height: 100%;
        margin-left: -15%;
    }

    #corpo .sub6 .mrec img {
        margin-left: 0;
    }

    #corpo .sub7 img {
        width: auto;
        height: 100%;
        margin-left: -15%;
    }

    #corpo .destaque img {
        height: 100%;
        width: auto;
        margin-left: -150%;
    }

    #fluid3 {
        float: left;
        width: 100%;
        margin-left: 0px;
    }

    #inner-block3 {
        margin-left: 0px;
    }

    .fixed-width1 {
        float: left;
        margin-bottom: 15px;
        width: 100%;
    }

    #footer .halfl .bg {
        width: 100%;
        float: left;
    }

        #footer .halfl .bg .news .campo {
            float: left;
            width: 79%;
            height: 25px;
            background-color: #FFF;
            padding: 3px;
            border-top-width: 1px;
            border-right-width: 0px;
            border-bottom-width: 1px;
            border-left-width: 1px;
            border-top-style: solid;
            border-right-style: none;
            border-bottom-style: solid;
            border-left-style: solid;
            border-top-color: #CECEC6;
            border-bottom-color: #CECEC6;
            border-left-color: #CECEC6;
            font-size: 12px;
            color: #000;
            border-radius: 0px;
        }

    #footer .icons {
        float: left;
        height: 35px;
        width: 35px;
        margin-right: 8px;
        margin-left: 8px;
        -webkit-border-radius: 100px;
        border-radius: 100px;
        margin-top: 15px;
    }

    #footer li {
        float: left;
        display: block;
        width: 40%;
        text-align: left;
        margin-top: 30px;
        margin-left: 5%;
        margin-right: 5%;
    }

    #footerPedia .halfl .bg {
        width: 100%;
        float: left;
    }

        #footerPedia .halfl .bg .news .campo {
            float: left;
            width: 79%;
            height: 25px;
            background-color: #FFF;
            padding: 3px;
            border-top-width: 1px;
            border-right-width: 0px;
            border-bottom-width: 1px;
            border-left-width: 1px;
            border-top-style: solid;
            border-right-style: none;
            border-bottom-style: solid;
            border-left-style: solid;
            border-top-color: #CECEC6;
            border-bottom-color: #CECEC6;
            border-left-color: #CECEC6;
            font-size: 12px;
            color: #000;
            border-radius: 0px;
        }

    #footerPedia .icons {
        float: left;
        height: 35px;
        width: 35px;
        margin-right: 8px;
        margin-left: 8px;
        -webkit-border-radius: 100px;
        border-radius: 100px;
        margin-top: 15px;
    }

    #footerPedia li {
        float: left;
        display: block;
        width: 40%;
        text-align: left;
        margin-top: 30px;
        margin-left: 5%;
        margin-right: 5%;
    }

    .margright {
        margin-right: 0px !important;
    }

    #corpo .subAP .auto {
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        color: #FFF;
        text-decoration: none;
        float: left;
        margin-left: 70px;
        margin-top: 25px;
        margin-bottom: 30px;
        width: auto;
    }

    #corpo .subAP .titulo {
        font-size: 20px;
        font-weight: bold;
        color: #D80D0D;
        text-decoration: none;
        margin-left: 35px;
        margin-bottom: 10px;
        width: auto;
        float: left;
    }

    #corpo .subAP .lead {
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        margin-left: 35px;
        margin-bottom: 20px;
        width: auto;
        float: left;
    }

    #corpo .subAP .worboxap {
        width: auto;
        margin-left: 35px;
        float: left;
    }



    #corpo .subAP {
        margin-bottom: 15px;
    }

    #corpoNews .left {
        width: 100%;
        float: left;
        margin-right: 0px;
    }

    #corpoNews .esquerda {
        margin-right: 0px;
        margin-top: 0;
    }

    .mrec1 {
        float: none;
        margin-bottom: 15px;
        margin-left: 0px;
        margin-top: 30px;
    }

    #corpoNews .direita {
        width: 100%;
        margin: 0px;
        float: left;
    }

        #corpoNews .direita .bloco .img {
            width: 100%;
            height: auto;
            overflow: hidden;
            margin-bottom: 15px;
        }

        #corpoNews .direita .bloco {
            width: 100%;
            float: none;
            height: auto;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 5%;
        }

    .mrec {
        float: none;
        /*height: 250px;*/
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    #footer li {
        float: left;
        display: block;
        width: 40%;
        text-align: left;
        margin-top: 30px;
    }

    #corpoNews .esquerda .rslides {
        position: relative;
        list-style: none;
        overflow: hidden;
        width: 100%;
        padding: 0;
        margin: 0;
        height: 340px;
    }

    .callbacks .caption {
        display: block;
        position: absolute;
        z-index: 2;
        text-shadow: none;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        max-width: none;
        background-image: none;
        height: 140px;
        width: 100%;
        top: 200px;
        background-color: #000;
    }

        .callbacks .caption .worbox {
            padding: 5px;
            position: absolute;
            top: 0px;
        }

    .callbacks_nav {
        position: absolute;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        top: 52%;
        left: 0;
        opacity: 0.7;
        z-index: 3;
        text-indent: -9999px;
        overflow: hidden;
        text-decoration: none;
        height: 50px;
        width: 50px;
        margin-top: -95px;
        background-color: transparent;
        background-image: url(../i/sliders1.png);
        background-repeat: no-repeat;
        background-position: left top;
    }

    .callbacks .top {
        display: none;
    }

    #corpoNews .esquerda .inner {
        font-size: 16px;
        color: #222;
        text-decoration: none;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        margin-top: -16px;
        line-height: 23px;
    }

        #corpoNews .esquerda .inner p {
            margin-right: 2%;
            margin-left: 2%;
        }

    #corpoNews .esquerda .social {
        width: 90%;
    }

    .comentariosMain textarea.comentar {
        margin-left: 12px;
        margin-top: 12px;
    }

    #corpoNews .direita .bloco .worbox {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        position: static;
    }

    #corpoNews #opina .inner {
        font-size: 16px;
        color: #222;
        text-decoration: none;
        width: 100%;
        margin-right: auto;
        margin-left: 0px;
        margin-top: 30px;
        line-height: 23px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 0px;
        position: relative;
    }

    #corpoNews .comentadores {
        display: none;
    }

    #corpoNews .esquerda .social {
        width: 90%;
        padding: 5%;
    }

    #opina .maisopina {
        width: 95%;
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 5%;
    }

    #corpoNews .esquerda .innerVid .videosub {
        width: 100%;
        margin-bottom: 30px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        float: left;
        height: auto;
    }

    #corpoNews .esquerda .innerVid .videosub1 {
        width: 100%;
        margin-bottom: 30px;
        position: relative;
        height: auto;
        overflow: hidden;
        cursor: pointer;
        float: left;
        margin-left: 0px;
    }

    #corpoNews .innerVid .videoicon {
        width: 38px;
        overflow: hidden;
        position: absolute;
        height: 38px;
        background-image: url(../i/sprite.png);
        background-position: -141px -235px;
        right: 20px;
        top: 20px;
        -webkit-border-radius: 100px;
        border-radius: 100px;
        z-index: 1;
    }

    #corpoNews .innerVid .innerVid .worbox {
        width: auto;
    }

    #corpoNews .esquerda .innerVid {
        font-size: 16px;
        color: #222;
        text-decoration: none;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 30px;
        line-height: 23px;
    }

    .brandlist li {
        text-align: center;
        line-height: 1.5em;
        width: 70%;
        height: 70px;
        float: left;
        display: inherit;
        border: 1px solid #D80D0D;
        margin: 3px;
        position: relative;
    }

    #pesqupreco .titulo {
        width: 100%;
        font-size: 25px;
        text-transform: uppercase;
        float: left;
        margin-bottom: 20px;
    }

    #pesqumarca .titulo {
        width: 100%;
        font-size: 25px;
        text-transform: uppercase;
        float: left;
        margin-bottom: 20px;
    }

    #pesqupreco {
        width: 95%;
        float: left;
        margin-top: 30px;
        margin-left: 10px;
        /* margin-right: auto; */
    }

    #pesqumarca {
        width: 95%;
        float: none;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .brandlist li a:first-child {
        background: #ffffff;
        margin: 0px;
        position: absolute;
        top: 5px;
        left: 0px;
        padding: 5px 7px;
    }

    .brandlist li a {
        display: block;
        margin: 0;
        background: #D80D0D;
        color: #ffffff;
        font-size: 18px;
        position: absolute;
        top: 20%;
        right: 0px;
        padding: 10px;
        margin: 0;
        text-decoration: none;
    }

    .BoxResultSearch .dx {
        float: left;
        width: 100%;
        margin-top: 15px;
    }

    .rTableleft {
        text-align: left !important;
        width: 90%;
    }

    .rTableCell,
    .rTableHead {
        display: table-cell;
        border-bottom-width: 1px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: solid;
        border-left-style: none;
        border-bottom-color: #f2f2f2;
        font-size: 14px;
        color: #000;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        text-align: center;
        float: left;
    }

    .filter fieldset label {
        float: left;
        font-size: 16px;
        font-weight: bold;
        padding-right: 10px;
        color: #666;
        width: 100%;
    }

    .carcard .carright {
        float: left;
        width: 100%;
        margin-left: 0px;
    }

        .carcard .carright ul {
            float: left;
            margin: 0px;
            padding: 0px;
            margin-left: 10px;
            margin-right: 10px;
            margin-top: 10px;
        }

    #topcar .titulo {
        font-size: 30px;
        text-transform: uppercase;
        float: none;
        margin-top: 10px;
        padding-left: 60px;
        line-height: 30px;
    }

    #topcar {
        float: left;
        margin-top: 30px;
    }

    .filterCard fieldset label {
        float: left;
        font-size: 16px;
        font-weight: bold;
        padding-right: 10px;
        color: #666;
        width: 100%;
    }

    .filterCard {
        margin-top: 10px;
        height: 60px;
        float: right;
        margin-left: 10px;
        margin-bottom: 20px;
    }

    .opcoes .titulo {
        float: left;
        width: 100%;
        font-size: 16px;
        font-style: italic;
        color: #000;
        text-decoration: none;
        padding: 10px;
    }

    .opcoes .card {
        float: left;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #333;
        margin-top: 10px;
        min-width: 270px;
        min-height: 120px;
        width: 100%;
    }

    .vs {
        float: left;
        font-size: 20px;
        font-weight: bold;
        color: #666;
        height: auto;
        margin-top: 10px;
        margin-left: 10px;
    }

    .toppedia {
        display: block;
        left: 0;
        right: 0;
        top: 0;
        margin: 0;
        width: 100%;
    }

    .autopediacolor #opina .top {
        display: block;
        position: relative;
        z-index: 2;
        text-shadow: none;
        left: 0;
        right: 0;
        top: 0;
        margin: 0;
        max-width: none;
        background-image: url(../i/sprite.png);
        background-position: 0 -768px;
        height: 200px;
        width: 100%;
    }

    .autopediacolor #opina .abrt .videoicon {
        width: 38px;
        overflow: hidden;
        position: absolute;
        height: 38px;
        background-image: url(../i/sprite.png);
        background-position: -141px -235px;
        right: 20px;
        top: 20px;
        left: auto;
        bottom: auto;
        -webkit-border-radius: 100px;
        border-radius: 100px;
    }

    .xpto {
        width: 100% !important;
        float: left !important;
        margin-bottom: 15px;
    }

    #corpo .sub3 img {
        width: auto;
        /*        height: 100%;*/
        margin-left: -15%;
    }

    #fixed-width {
        /*float: left;*/
        clear: both;
    }

    #headerpa .pa .styled-ano {
        width: 20%;
    }

    #headerpa .pa .styled-select {
        width: 40%;
    }

    #headerpa .pa .styled-select1 {
        width: 40%;
    }

    .pediafoto {
        min-width: 94%;
    }

    #opina .top {
        display: block;
        position: relative;
        z-index: 2;
        text-shadow: none;
        left: 0;
        right: 0;
        top: 0;
        margin: 0;
        max-width: none;
        background-image: url(../i/sprite.png);
        background-position: 0 -2182px;
        height: auto;
        margin-bottom: 20px;
        width: 100%;
    }

    #opina .data .hora {
        color: #000;
        text-decoration: none;
        font-size: 13px;
        font-weight: bold;
        float: left;
        line-height: 28px;
    }

    #opina .data .shares {
        color: #000;
        text-decoration: none;
        font-size: 13px;
        font-weight: bold;
        float: left;
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -20px -2865px;
        width: 25px;
        padding-left: 34px;
        height: 30px;
        margin-left: 15px;
        line-height: 28px;
    }

    #opina .data .comment {
        color: #000;
        text-decoration: none;
        font-size: 13px;
        font-weight: bold;
        float: left;
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -15px -2775px;
        width: 25px;
        padding-left: 44px;
        height: 29px;
        margin-left: 15px;
        line-height: 28px;
    }

    #corpoNews .direita .data .hora {
        color: #000;
        text-decoration: none;
        font-size: 13px;
        font-weight: bold;
        float: left;
        line-height: 28px;
    }

    #corpoNews .direita .data .shares {
        color: #000;
        text-decoration: none;
        font-size: 13px;
        font-weight: bold;
        float: left;
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -20px -2865px;
        width: 25px;
        padding-left: 34px;
        height: 30px;
        margin-left: 15px;
        line-height: 28px;
    }

    #corpoNews .direita .data .comment {
        color: #000;
        text-decoration: none;
        font-size: 13px;
        font-weight: bold;
        float: left;
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -15px -2775px;
        width: 25px;
        padding-left: 44px;
        height: 29px;
        margin-left: 15px;
        line-height: 28px;
    }


    #corpo .mascara .data .shares {
        color: #fff;
        text-decoration: none;
        font-size: 13px;
        font-weight: bold;
        float: left;
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -310px -2865px;
        width: 25px;
        padding-left: 34px;
        height: 30px;
        margin-left: 15px;
        line-height: 28px;
        cursor: pointer;
    }

    #corpo .mascara .data .comment {
        color: #fff;
        text-decoration: none;
        font-size: 13px;
        font-weight: bold;
        float: left;
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -305px -2775px;
        width: 25px;
        padding-left: 44px;
        height: 29px;
        margin-left: 15px;
        line-height: 28px;
        cursor: pointer;
    }

    #Escolha th {
        display: table-row;
    }

    .cronsub {
        background-color: #000;
        float: left;
        width: 100%;
        margin-bottom: 20px;
        min-height: 315px;
    }

    .cronbigfotoout {
        float: none;
        width: 210px;
        margin-left: auto;
        margin-right: auto;
    }

    .cronbig ul li {
        width: 100%;
        min-height: 35px;
        list-style-type: none;
        float: left;
        color: #FFF;
        text-decoration: none;
        font-size: 11px;
        font-weight: normal;
        line-height: 16px;
        margin-bottom: 10px;
    }

    #cronistas .maisopina {
        width: 90%;
        margin-top: 30px;
        margin-bottom: 30px;
        float: left;
        margin-left: 5%;
        margin-right: 5%;
    }

    #cronistas {
        margin-top: 30px !important;
    }

    .maiscronista {
        margin-top: 30px;
        margin-bottom: 30px;
        float: left;
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }

    .crodate {
        font-size: 11px;
        font-weight: bold;
        color: #000;
        text-align: center;
        float: left;
        height: 15px;
        width: 76px;
        margin-bottom: 50px;
        margin-top: 15px;
    }

    .titulocro {
        color: #D80D0D;
        text-decoration: none;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 15px;
        margin-top: 15px;
        margin-left: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 86%;
        padding-left: 76px;
    }

    .relpesq .foto {
        width: 90%;
        margin: 30px;
        float: none;
    }

    .relpesq .rel {
        float: left;
        padding-top: 0px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 30px;
    }

    .fluid {
        float: left;
        width: 100%;
    }

    .leader {
        display: none;
    }

    .maiscomver {
        width: 70%;
    }

    .mailing {
        padding: 30px;
    }

    .mrec {
        float: none;
        /*height: 250px;*/
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .widget {
        margin-left: auto;
        margin-right: auto;
        width: 300px;
    }

    .mailing {
        width: 70%;
    }

    .grow {
        cursor: auto;
    }

        .grow:hover {
            transform: scale(1);
        }

    .numfotogal {
        padding: 5px;
    }

    #header {
        margin-top: 0px;
    }

    .barraxl {
        display: none;
    }

    #header .pesquisa {
        float: none;
        width: 100%;
        margin-top: -15px;
        margin-left: 0px;
        padding-left: 3%;
        height: 45px;
        position: absolute;
        top: 100px;
        background-color: #000;
        display: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 10px;
        z-index: 500;
    }


        #header .pesquisa .campo {
            width: 65%;
            height: 25px;
            background-color: #FFF;
            padding: 3px;
            border: 1px solid #CECEC6;
        }

        #header .pesquisa .botao {
            width: 80px;
            height: 34px;
            background-color: #D80D0D;
            font-size: 15px;
            color: #FFF;
            text-decoration: none;
            text-align: center;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            border-top-style: none;
            border-right-style: none;
            border-bottom-style: none;
            border-left-style: none;
            margin-left: 4px;
        }

    #newssites .foonews {
        width: 100%;
    }

    .brandlistmarca li {
        width: 97%;
    }

    .brandlistmarca .imgcar {
        width: 94%;
    }

    #filtrosdepesquisa .botao {
        float: left;
        width: 80px;
        height: 34px;
        background-color: #D80D0D;
        font-size: 15px;
        color: #FFF;
        text-decoration: none;
        text-align: center;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        margin-left: 10px;
    }

    #filtrosdepesquisa .precosp .field {
        background-color: #FFFFFF;
        width: 50px;
        height: 31px;
        float: right;
        border: 0px;
        padding-left: 12px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #filtrosdepesquisa .precosp {
        background-color: #FFF;
        border: 1px solid #D80D0D;
        width: 85px;
        height: 31px;
        float: left;
        margin-right: 10px;
    }

    .worbox .data .hora {
        width: 100%;
    }

    .worbox .data .comment {
        margin-left: 0px;
    }

    #corpoNews .innerVid .data .comment {
        margin-left: 0px;
    }

    .worbox .data .shares {
        color: #fff;
        text-decoration: none;
        font-size: 13px;
        font-weight: bold;
        float: left;
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -310px -2865px;
        width: 25px;
        padding-left: 34px;
        height: 30px;
        margin-left: 15px;
        line-height: 28px;
        cursor: pointer;
    }

    .worbox .data .comment {
        color: #fff;
        text-decoration: none;
        font-size: 13px;
        font-weight: bold;
        float: left;
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -305px -2775px;
        width: 25px;
        padding-left: 44px;
        height: 29px;
        margin-left: 15px;
        line-height: 28px;
        cursor: pointer;
    }


    @-moz-document url-prefix() {
        .mz {
            width: 100% !important;
            border-left-width: 1px;
            border-left-style: solid;
            border-left-color: #000;
        }
    }
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    #largeImgPanel {
        display: none !important;
    }
}

.header_container {
    padding: 0 10px;
}

#header .mobile button {
    overflow: hidden;
    width: 25px;
    height: 25px;
    outline: none;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    background: url(/assets/i/menu.png) center no-repeat scroll;
    border: 0;
    padding: 0;
    margin: 0;
}

.barraxl {
    display: none;
}

#header .menu {
    position: absolute;
    right: 10px;
    top: 20px;
}

.pesquisaNovos_main {
    padding-top: 10px;
    float: left;
}

    .pesquisaNovos_main:after {
        display: block;
        content: "";
        clear: both;
    }

.m-rec_mobile {
    display: none;
    clear: both;
    margin: 15px auto;
    width: 300px;
}

@media only screen and (max-width: 767px) {
    #creditoautomovel {
        padding: 0 5px !important;
    }

    #header .mobileMenu {
        overflow-x: visible;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        max-height: calc(100vh - 60px);
    }

        #header .mobileMenu ul li {
            width: 98%;
            padding: 8px;
            float: none;
        }

    .widget {
        clear: both;
        display: none;
    }

    .mrec {
        display: none;
    }

    .m-rec_mobile {
        display: block;
    }
}

.content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

#corpo .efemerides {
    width: 100%;
    background: #F0E4CA url(/assets/i/efemerides_bg.jpg) left center no-repeat scroll;
    clear: both;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
}

#corpoNews .efemerides {
    width: 100%;
    background: #F0E4CA url(/assets/i/efemerides_bg.jpg) left center no-repeat scroll;
    clear: both;
    margin-bottom: 0;
    margin-top: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

    #corpoNews .efemerides:after {
        content: "";
        display: block;
        clear: both;
    }

.efemerides .ui-datepicker-trigger {
    cursor: pointer;
}

#corpo .efemerides figure {
    width: 45%;
    margin: 0 15px 10px 0;
    float: left;
}

    #corpo .efemerides figure img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

#corpo .efemerides h1, #corpo .efemerides h2, #corpo .efemerides h3, #corpo .efemerides h4, #corpo .efemerides h5 {
    display: block;
    padding: 0 0 15px 0;
    margin: 0;
    color: #111111;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

    #corpo .efemerides h1 a, #corpo .efemerides h2 a, #corpo .efemerides h3 a, #corpo .efemerides h4 a, #corpo .efemerides h5 a {
        color: #111111;
        text-decoration: none;
    }

#corpo .efemerides .date {
    padding: 0;
    margin: 0;
    color: #828393;
    font-size: 11px;
    line-height: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

#corpo .efemerides .ic_fb {
    color: #ABADB7;
    font-size: 12px;
    line-height: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background: url(/assets/i/ic_fb.png) 0 0 scroll no-repeat;
    min-height: 19px;
    line-height: 19px;
    display: inline-block;
    padding-left: 24px;
    text-decoration: none;
}

.efemerides_icon {
    padding: 0 15px 0 46px;
    height: 36px;
    margin: 0;
    line-height: 36px;
    display: inline-block;
    background: url(/assets/i/ic_efemerides_m.png) left center no-repeat scroll;
    font-size: 22px;
    font-weight: normal;
    color: #111111;
    text-transform: uppercase;
    font-family: Georgia, Times, 'Times New Roman', serif;
}

#corpoNews .efemerides_icon {
    padding: 0 0 0 46px;
    height: 36px;
    margin: 0;
    line-height: 36px;
    float: left;
    background: url(/assets/i/ic_efemerides_m.png) left center no-repeat scroll;
    font-size: 18px;
    font-weight: normal;
    color: #111111;
    text-transform: uppercase;
    font-family: Georgia, Times, 'Times New Roman', serif;
}

.efemerides_icon a {
    color: #111111;
    text-decoration: none;
}

.efemerides_separador {
    clear: both;
    height: 4px;
    margin: 10px 0;
    border-bottom: 1px solid #C2BAA8;
    border-top: 1px solid #C2BAA8;
}

.efemerides_separador_v {
    height: 28px;
    display: none;
    width: 4px;
    margin: 0 10px;
    border-left: 1px solid #C2BAA8;
    border-right: 1px solid #C2BAA8;
    vertical-align: sub;
}

.efemerides_calendario {
    height: 30px;
    width: 30px;
    display: inline-block;
    text-decoration: none;
    background: url(/assets/i/ic_calendario.png) center no-repeat scroll;
    margin-left: 10px;
    vertical-align: sub;
}


.destaque01 .videoicon {
    width: 90px;
    overflow: hidden;
    position: absolute;
    height: 90px;
    background-image: url(/assets/i/sprite.png);
    background-position: 0 -234px;
    right: 20px;
    bottom: 20px;
}

.destaque02 .videoicon, .destaque03 .videoicon {
    width: 36px;
    overflow: hidden;
    position: absolute;
    height: 36px;
    background-image: url(/assets/i/sprite.png);
    background-position: -141px -235px;
    right: 10px;
    bottom: 10px;
}

.selects_efemerides {
    display: none;
}

.mobileMenu .login-logout, .mobileMenu .user_logout {
    display: none;
}

@media only screen and (max-width: 767px) {

    .selects_efemerides {
        padding-top: 10px;
        clear: both;
    }

        .selects_efemerides:after {
            clear: both;
            content: "";
            display: block;
        }

    .efemerides .setaPesq {
        display: block;
    }

    #corpoNews .efemerides .ui-datepicker-trigger {
        display: none !important;
    }

    .mobileMenu .login-logout {
        position: relative;
        color: #aaa;
        padding: 10px 0;
        font-size: 12px;
        border-bottom: 1px solid #343437;
        border-top: 1px solid #343437;
        margin-bottom: 10px;
        display: block;
    }

        .mobileMenu .login-logout + .login-logout {
            border-top: none;
            padding: 5px 0 15px 0;
        }

        .mobileMenu .login-logout:after {
            content: "";
            clear: both;
            display: table;
        }

        .mobileMenu .login-logout .bt_login-logout {
            display: block;
            width: auto;
            float: left;
            padding: 5px 12px;
            background: #ba2329;
            color: #fff;
            font-size: 11px;
            text-transform: uppercase;
            margin-left: 10px;
            margin-top: 4px;
            text-decoration: none;
        }


        .mobileMenu .login-logout .icon-user {
            float: left;
            height: 29px;
            width: 29px;
            margin-right: 8px;
            margin-left: 8px;
            -webkit-border-radius: 100px;
            border-radius: 100px;
            background: url(/assets/i/novos_icones.png) -29px 0 no-repeat scroll;
        }

        .mobileMenu .login-logout span.nomeUtilizador {
            color: #e5e5e5;
            font-size: 12px;
            padding-left: 15px;
            line-height: 34px;
        }

    .mobileMenu .user_logout {
        padding: 5px 0 10px 0;
        font-size: 12px;
        text-transform: uppercase;
        color: #D80D0D;
        display: block;
        border-bottom: 1px solid #343437;
        margin-bottom: 15px;
    }

        .mobileMenu .user_logout a {
            color: #ABAEB7;
            text-decoration: none;
            padding: 0 10px;
        }
}

@media only screen and (min-width: 890px) {
    #corpo .efemerides {
        width: 32.65%;
        height: 250px;
        clear: none;
        margin-bottom: 0;
        float: left;
    }
}


@media only screen and (min-width: 768px) {

    #header .menu {
        width: 100%;
        margin: 20px auto 10px auto;
        padding: 10px 0 0 0;
        text-align: center;
        border-top: 1px solid #343437;
        position: relative;
        right: auto;
        top: auto;
    }

    #header .mobile {
        top: 37px;
    }

    #header .mobileMenu {
        top: 68px;
    }

    #header .menu ul, #header .stand, #header .conta, #header .icons {
        display: block;
    }

    #header .header_pesquisa {
        margin-right: 15px;
    }

    #header .pesquisaMain {
        top: -3px;
    }

    #headerpa {
        float: right;
        clear: none;
        margin: 0;
        padding: 28px 0 0 0;
        border-bottom: none;
        border-top: none;
    }

    .pesquisaNovos_main {
        padding-top: 0;
    }

        .pesquisaNovos_main:after {
            content: "";
            clear: both;
            display: block;
        }

    #headerpa .pa .text {
        font-size: 11px;
        cursor: default;
        margin-right: 15px;
    }

        #headerpa .pa .text span {
            display: none;
        }

        #headerpa .pa .text img {
            display: none;
        }

    #headerpa #botaofixohp {
        display: block;
    }

    #headerpa #botaofixohp_mobile {
        display: none;
    }

    #headerpa .pa .new_select, .efemerides .new_select {
        min-width: 90px;
    }

    #headerpa .pa .text .setaPesq {
        display: none;
    }

    #corpo .efemerides figure {
        width: 30%;
    }

    .efemerides_icon {
        padding: 0 15px 0 75px;
        height: 58px;
        line-height: 58px;
        background: url(/assets/i/ic_efemerides.png) left center no-repeat scroll;
        font-size: 32px;
    }

    .selects_efemerides {
        display: block;
        float: left;
    }

    .efemerides_separador_v {
        display: inline-block;
    }

    #corpoNews .efemerides_icon {
        padding: 0 15px 0 46px;
    }
}

@media only screen and (min-width: 992px) {

    #header .menu ul li {
        margin-right: 25px;
    }

    #headerpa {
        margin-right: 10px;
    }

        #headerpa .pa .new_select, .efemerides .new_select {
            min-width: 150px;
        }

    #header .menu ul li a {
        font-size: 14px;
    }

    .barraxl {
        display: block;
    }

    .content {
        padding: 0;
    }

    .efemerides_icon {
        padding: 0 15px 0 46px;
        height: 36px;
        margin: 0;
        line-height: 36px;
        display: inline-block;
        background: url(/assets/i/ic_efemerides_m.png) left center no-repeat scroll;
        font-size: 22px;
        font-weight: normal;
    }

    #corpo .efemerides figure {
        width: 45%;
    }
}

@media only screen and (min-width: 1300px) {

    #header .mobile {
        left: 0;
    }

    #footer, .header_container {
        padding: 0;
    }

    #headerpa {
        margin-right: 12%;
    }

    .efemerides_icon {
        padding: 0 15px 0 75px;
        height: 58px;
        line-height: 58px;
        background: url(/assets/i/ic_efemerides.png) left center no-repeat scroll;
        font-size: 32px;
    }

}

.fluid {
    margin-left: auto;
    margin-right: auto;
}



/* novo bloco C-Studio */

.blocoC-studio {
    margin: 30px auto;
    clear: both;
}

    .blocoC-studio:after {
        content: "";
        clear: both;
        display: block;
    }

    .blocoC-studio .topBarMain {
        background: #f2f2f2;
        height: 30px;
        position: relative;
        margin-bottom: 15px;
    }

        .blocoC-studio .topBarMain:after {
            clear: both;
            content: "";
            display: block;
        }

        .blocoC-studio .topBarMain .topBarLeft {
            height: 30px;
            float: left;
            background: #D92121;
            color: #FFFFFF;
            padding: 0 40px 0 10px;
            position: relative;
        }


        .blocoC-studio .topBarMain .topBarRiscas {
            height: 30px;
            float: left;
            background: url(../i/c_studio_riscasDetalhe.png) -72px 0 scroll;
            width: 90px;
        }


        .blocoC-studio .topBarMain .topBarLeft .c-studioSpan {
            display: inline-block;
            margin-right: 10px;
            font-size: 20px;
            text-transform: uppercase;
            color: #ffffff;
            line-height: 30px;
            font-family: "Lato-Light", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
        }

    .blocoC-studio .icon-logo_small {
        width: 51px;
        height: 28px;
        display: inline-block;
        overflow: hidden;
        vertical-align: text-bottom;
    }

    .blocoC-studio article {
        margin: 0 0 30px 0;
        padding: 0 8px;
    }

    .blocoC-studio h5{
        margin:0;
    }

        .blocoC-studio article a {
            color: #333333;
            text-decoration: none;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            line-height: 1;
            font-weight: bold;
            display: inline-block;
        }

        .blocoC-studio article figure {
            margin: 0;
            padding: 0;
        }

            .blocoC-studio article figure img {
                width: 100%;
                height: auto;
            }

.recomendado_c-studio .antetitulo {
    margin-bottom: -8px;
}

@media (max-width: 767px) {
    .blocoC-studio .bloco_cstudio:nth-child(4), .bloco_cstudio-studio .bloco:nth-child(6) {
        clear: left;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .blocoC-studio .bloco_cstudio:nth-child(5) {
        clear: left;
    }

    .blocoC-studio {
        padding: 0 15px !important;
    }
}

@media (min-width: 768px) {
    .blocoC-studio .topBarMain .topBarLeft {
        padding: 0 150px 0 50px;
    }
}


.novos_icons {
    float: right;
    padding: 28px 0 0 0;
}


    .novos_icons .log {
        float: left;
    }

    .novos_icons .stand {
        margin-right: 0 !important;
        margin-left: 15px;
    }


#header .icon_avaliar {
    float: left;
    height: 29px;
    width: 29px;
    margin-right: 15px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background: url(/assets/i/novos_icones.png) 0 -30px no-repeat scroll;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .novos_icons {
        max-width: 170px;
        padding: 15px 0 0 0;
    }

    #headerpa {
        padding: 10px 0 0 0;
    }

        #headerpa .pa {
            margin-right: 40px;
        }

    .pesquisaNovos_main {
        clear: left;
    }
}

@media only screen and (max-width: 767px) {
    #headerpa, .novos_icons {
        display: none;
    }


    .mobileMenu #headerpa {
        display: block;
        margin: 0;
        padding: 0;
        border-bottom: none;
        border-top: none;
    }

    .mobileMenu .pesquisaNovos_main {
        width: 100%;
    }

    .mobileMenu .novos_icons {
        display: block;
        width: 100%;
        float: none;
        padding-top: 0;
    }

        .mobileMenu .novos_icons:after {
            content: "";
            display: block;
            clear: both;
        }

        .mobileMenu .novos_icons .stand {
            display: block !important;
            margin-right: 15px !important;
            margin-left: 0;
        }

            .mobileMenu .novos_icons .stand .log {
                display: block !important;
            }
}


@media only screen and (max-width: 320px) {

    #header .mobileMenu {
        padding: 20px 10px;
    }

}

#iframeAvaliadorAutomoveis {
    height: 650px;
    width: 100%;
    border: none;
    margin-top: 40px;
}

@media only screen and (max-width: 991px) {

    #iframeAvaliadorAutomoveis {
        height: 1050px;
    }
}
@media only screen and (max-width: 991px) {

    #iframeAvaliadorAutomoveis {
        height: 1050px;
    }
}



.header_utils .conta .login_logout {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    position: relative;
    max-width: 32px;
    margin-top: 0 !important;
}

    .header_utils .conta .login_logout .dropdown {
        position: relative;
    }

        .header_utils .conta .login_logout .dropdown .ic_user {
            width: 28px;
            height: 28px;
            border: 2px solid #ABAEB7;
            text-align: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-line-pack: center;
            align-content: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            color: #ABAEB7;
            border-radius: 50%;
            font-size: 14px;
            letter-spacing: 1px;
            -webkit-transition: all 200ms ease-in-out;
            -o-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out;
        }

            .header_utils .conta .login_logout .dropdown .ic_user:hover {
                border-color: #D80D0D;
            }

            .header_utils .conta .login_logout .dropdown .ic_user span {
                padding: 6px 4px;
                display: block;
                font-size: 15px;
            }

#dropdown-menu {
    position: absolute;
    transform: translate3d(-201px, 32px, 0px );
    top: 0px;
    left: 0px;
    will-change: transform;
    min-width: 233px;
    margin-top: 16px;
    padding: 5px 15px;
    -webkit-box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 25%);
    box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 25%);
    background: #000000;
    z-index: 1;
}

    #dropdown-menu .seta {
        position: absolute;
        left: 209px;
        top: -9px;
        background: #000000;
        width: 20px;
        height: 20px;
        -webkit-transform: rotate( 45deg);
        -ms-transform: rotate(45deg);
        transform: rotate( 45deg);
        display: block;
    }

    #dropdown-menu .dropMenuHeader {
        font-size: 13px;
        text-transform: uppercase;
        border-bottom: 1px solid #D80D0D;
        padding: 10px 0;
        text-align: left;
    }

    #dropdown-menu .dropmenuMain a {
        display: block;
        position: relative;
        color: #ABAEB7;
        font-size: 12px !important;
        padding: 4px;
        text-transform: uppercase;
        padding: 10px 0;
        border-bottom: 1px solid #D80D0D;
        text-decoration: none;
        text-align: left;
    }

        #dropdown-menu .dropmenuMain a:last-child {
            border-bottom: none;
        }

        #dropdown-menu .dropmenuMain a span {
            position: absolute;
            right: 5px;
            background-size: auto;
            background-repeat: no-repeat;
            background-position: center;
            width: 17px;
            height: 17px;
            display: inline-block;
        }

    #dropdown-menu .dropmenuMain .savedArticles span {
        background-image: url('../i/nguardadas.svg');
    }

    #dropdown-menu .dropmenuMain .manageAccount span {
        background-image: url('../i/ngerir.svg');
    }

    #dropdown-menu .dropmenuMain .logout span {
        background-image: url('../i/nlogout.svg');
    }


#header .menu .header_utils .entrarBT {
    font-size: 12px;
    letter-spacing: 0px;
    margin-left: 20px;
    margin-top: 2px;
    display: block;
    background: #d80d0d;
    border: 1px solid #d80d0d;
    padding: 5px 10px;
    text-transform: uppercase;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    border-radius: 3px;
}

    #header .menu .header_utils .entrarBT a {
        color: #ffffff;
        font-weight: normal;
    }


    #header .menu .header_utils .entrarBT:hover a {
        color: #000000;
    }

@media only screen and (max-width: 751px) {

    #header .menu .header_utils .conta {
        display: block !important;
    }


    #header .menu ul li .ic_user:hover {
        color: #ABAEB7;
        border-color: #ABAEB7;
    }


    #header .menu .header_utils .entrarBT:hover a {
        color: #ffffff;
    }
}
#corpoNews .subAP {
    background-color: #000000;
}
/* RP 12-04-2016 breadcrumb detalhe autopedia*/
.autopediacolor #breadcrumbContainer > .path {
    font-size: 12px;
    color: #FFFFFF;
    background-color: #333333;
    padding: 5px;
}

    .autopediacolor #breadcrumbContainer > .path a {
        font-size: 12px;
        color: #FFFFFF;
        text-decoration: underline;
        background-color: #333333;
        padding: 5px;
    }
/* RP 12-04-2016 bug fix breadcrumb detalhe opiniao */
.bcwhite #breadcrumbContainer > .path {
    font-size: 12px;
    color: #000;
    background-color: #FFF;
    padding: 5px;
}

    .bcwhite #breadcrumbContainer > .path a {
        font-size: 12px;
        color: #000;
        text-decoration: underline;
    }

/* RP 12-04-2016 textarea color */
.autopediacolor textarea {
    color: #000;
}



/* 12-04-2016 correção de bloco fundo masterpage em detalhe autopédia, div ".sub3.margright" estava com width 100% e foi feito override. */
@media only screen and (min-width: 631px) and (max-width: 889px) {

    .sub3.margright {
        width: 90% !important;
        margin-left: auto;
        margin-right: auto;
        float: none !important;
    }

    #mrec1 {
        display: none;
    }
}


.pediafotolast {
    margin: 10px;
    width: 50%;
    float: none !important;
    min-width: 280px;
    margin-left: auto;
    margin-right: auto;
}

#footerPedia #respostanews {
    width: 100%;
    height: 33px;
    margin-bottom: 15px;
    background: #333;
    float: left;
    position: absolute;
    color: #FFF;
    display: none;
    padding: 5px;
    margin-top: -1px;
}

.videoicon.change {
    pointer-events: auto;
}

.comentariosRemain01 {
    line-height: 1.4;
}

.comentarioenviado {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
    background-color: #FFF;
    float: left;
    position: absolute;
    color: #000;
    display: none;
    padding: 5px;
    margin-top: -1px;
    left: 0px;
    top: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.link_url {
    text-decoration: none;
    color: black;
}

.link_topo {
    text-decoration: none;
    color: white;
}

.toggle_overlay {
    visibility: hidden !important;
    opacity: 0 !important;
    z-index: -1 !important;
}

.msgErro {
    color: red;
}

.b_red {
    border-color: red !important;
}
/* AS - 19-04-2016 */
.abrt .comment {
    cursor: pointer;
}

.abrt .shares {
    cursor: pointer;
}

.compedia .comment_den {
    color: white;
}

#respostanews {
    margin-top: 38px !important;
    display: block !important;
}

.inner .amaq_content a {
    text-decoration: none;
    color: #ff0000;
}

.layer_errors {
    color: red;
    font-size: 10px;
    padding-bottom: 10px;
}
/* AS - 21-04-2016 */

.BoxOmbra .hidded {
    display: none;
}

#corpoNews .subAP {
    background-color: #000000;
}
/* RP 12-04-2016 breadcrumb detalhe autopedia*/
.autopediacolor #breadcrumbContainer > .path {
    font-size: 12px;
    color: #FFFFFF;
    background-color: #333333;
    padding: 5px;
}

    .autopediacolor #breadcrumbContainer > .path a {
        font-size: 12px;
        color: #FFFFFF;
        text-decoration: underline;
        background-color: #333333;
        padding: 5px;
    }
/* RP 12-04-2016 bug fix breadcrumb detalhe opiniao */
.bcwhite #breadcrumbContainer > .path {
    font-size: 12px;
    color: #000;
    background-color: #FFF;
    padding: 5px;
}

    .bcwhite #breadcrumbContainer > .path a {
        font-size: 12px;
        color: #000;
        text-decoration: underline;
    }

/* RP 12-04-2016 textarea color */
.autopediacolor textarea {
    color: #000;
}



/* 12-04-2016 correção de bloco fundo masterpage em detalhe autopédia, div ".sub3.margright" estava com width 100% e foi feito override. */
@media only screen and (min-width: 631px) and (max-width: 889px) {

    .sub3.margright {
        width: 90% !important;
        margin-left: auto;
        margin-right: auto;
        float: none !important;
    }

    #inner-block .sub3.margright, #sub3novo .sub3.margright {
        width: 49.50% !important;
        height: 250px;
        overflow: hidden;
        position: relative;
        float: left !important;
        margin-right: 0px;
    }

    #div-gpt-ad-1459503576076-0-mobile {
        display: block;
        text-align: center;
    }
}

#footerPedia #respostanews {
    width: 100%;
    height: 33px;
    margin-bottom: 15px;
    background: #333;
    float: left;
    position: absolute;
    color: #FFF;
    display: none;
    padding: 5px;
    margin-top: -1px;
}

.videoicon.change {
    pointer-events: auto;
}

.comentariosRemain01 {
    line-height: 1.4;
}

.comentarioenviado {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
    background-color: #FFF;
    float: left;
    position: absolute;
    color: #000;
    display: none;
    padding: 5px;
    margin-top: -1px;
    left: 0px;
    top: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.link_url {
    text-decoration: none;
    color: black;
}

.link_topo {
    text-decoration: none;
    color: white;
}

.toggle_overlay {
    display: none;
    /*  visibility: hidden !important; */
    opacity: 0 !important;
    z-index: -1 !important;
}

.msgErro {
    color: red;
}

.b_red {
    border-color: red !important;
}
/* AS - 19-04-2016 */
.abrt .comment {
    cursor: pointer;
}

.abrt .shares {
    cursor: pointer;
}

.compedia .comment_den {
    color: white;
}

#respostanews {
    margin-top: 38px !important;
    display: block !important;
}

.inner .amaq_content a {
    text-decoration: none;
    color: #ff0000;
}

.layer_errors {
    color: red;
    font-size: 10px;
    padding-bottom: 10px;
}
/* AS - 21-04-2016 */

.BoxOmbra .hidded {
    display: none;
}

.BoxOmbra .show {
    display: table-row;
}

#mail, #addFavModal_logout {
    position: fixed !important;
}



.BoxOmbra .show {
    display: table-row;
}

#mail, #addFavModal_logout {
    position: fixed !important;
}

.mailing {
    margin: 15px auto !important;
}

@media only screen and (max-width: 889px) and (min-width: 631px) {
    #mail, #addFavModal_logout {
        position: absolute !important;
    }

    .mailing {
        padding: 20px !important;
    }
}

@media only screen and (max-width: 545px) and (min-width: 300px) {
    #mail, #addFavModal_logout {
        position: absolute !important;
    }

    .mailing {
        padding: 0px !important;
    }

        .mailing .right {
            padding: 0px !important;
        }
}

#newssites {
    margin-top: 40px;
}

.c_indicator {
    cursor: default !important;
}

.comment, .shares {
    cursor: pointer !important;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.pull-center {
    margin: auto !important;
    float: none;
}

.Boxcarcard table tbody tr:nth-child(even) td {
    background-color: #f2f2f2;
}

#filtrosdepesquisa .precosp .field {
    padding-left: 3px;
}


@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .pediafotoborder img {
        cursor: default;
    }
}

@media only screen and (min-width: 300px) and (max-width: 650px) {
    .Boxcarcard .col3, .Boxcarcard .col4, .Boxcarcard .col5, .Boxcarcard .col6, .Boxcarcard .col8, .Boxcarcard .col11, .Boxcarcard .col12, .Boxcarcard .col13, .Boxcarcard .col10 {
        display: none;
    }
}

@media only screen and (min-width: 650px) and (max-width: 1160px) {
    .Boxcarcard .col3, .Boxcarcard .col4, .Boxcarcard .col6 {
        display: none;
    }
}

.autopediacolor .leader .leaderpubB {
    color: white;
}

.content .leader .leaderpubB {
    color: white;
}

.navpesquisa {
    float: none;
}


@media only screen and (min-width: 0px) and (max-width: 630px) {
    #div-gpt-ad-1459503576076-0-mobile {
        display: block;
        text-align: center;
    }

    #mrec1 {
        display: none;
    }
}

@media only screen and (min-width: 889px) {
    #div-gpt-ad-1459503576076-0-mobile {
        display: none;
    }

    #mrec1 {
        display: block;
    }
}

.leaderpub {
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

.contentN .leaderpub {
    /*color: #000;*/
}

.content .leaderpub, .autopediacolor .leaderpub {
    color: #FFF;
}


/* Correções enviadas por e-mail sobre o header mobile 31/05/2016 */
@media only screen and (max-width: 545px) and (min-width: 300px) {

    .icopesq {
        float: right;
        height: 35px;
        width: 35px;
        margin-right: 3px;
        margin-left: 0px;
        -webkit-border-radius: 100px;
        border-radius: 100px;
        background-image: url(../i/search.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        margin-top: 12px;
        display: block;
    }

    #header .pesquisa {
        float: none;
        width: 100%;
        margin-top: -30px;
        margin-left: 0px;
        padding-left: 3%;
        height: 45px;
        position: absolute;
        top: 100px;
        background-color: #000;
        display: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 10px;
        z-index: 500;
    }
}

.cronsub {
    min-height: 0px !important;
}

/*acerto MastHead ROS*/

.corpoPub {
    padding-bottom: 10px;
    text-align: center;
}

    .corpoPub .destaque {
        width: 100%;
        overflow: hidden;
        position: relative;
        height: auto;
        /*min-height: 319px;*/
        margin-bottom: 5px;
    }

        .corpoPub .destaque img {
            width: 100%;
        }

    .corpoPub .destaque1 img {
        width: 100%;
    }

    .corpoPub .destaque .videoicon {
        width: 90px;
        overflow: hidden;
        position: absolute;
        height: 90px;
        background-image: url(../i/sprite.png);
        background-position: 0px -234px;
        left: 18%;
        bottom: 20%;
    }

    .corpoPub .destaque .pub {
        color: #D80D0D;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 11px;
        text-align: right;
    }



    .corpoPub .destaque .titulo {
        position: absolute;
        font-size: 38px;
        left: 18%;
        top: 10%;
        color: #FFF;
        text-transform: uppercase;
        text-decoration: none;
    }

        .corpoPub .destaque .titulo a {
            color: #FFF;
            text-transform: uppercase;
            text-decoration: none;
        }

    .corpoPub .destaque .lead {
        font-size: 16px;
        float: left;
        color: #FFF;
        text-transform: uppercase;
        text-decoration: none;
    }

        .corpoPub .destaque .lead a {
            color: #FFF;
            text-transform: uppercase;
            text-decoration: none;
        }

#botaofixohp {
    font-weight: bold;
}

.cookies {
    background: rgba(0,0,0,.7);
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #ABAEB7;
    font-size: 13px;
    border-bottom: 3px solid #ed1c24;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cookiesMain {
    position: relative;
}

    .cookiesMain a.moreAbout {
        color: #fff;
        background: #ed1c24;
        text-transform: uppercase;
        font-size: 10px;
        text-decoration: none;
        display: inline;
        padding: 1px 2px;
        margin-left: 4px;
    }

        .cookiesMain a.moreAbout:hover {
            color: #ed1c24;
            background: #fff;
            transition: all .2s ease-out;
            -webkit-transition: all .2s ease-out;
            -moz-transition: all .2s ease-out;
            -ms-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
        }

    .cookiesMain .close {
        text-decoration: none;
        line-height: 28px;
        font-size: 28px;
        font-weight: 400;
        opacity: 1;
        text-shadow: none;
        position: absolute;
        top: 0;
        right: 10px;
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        color: #ffffff;
    }

        .cookiesMain .close:hover {
            text-decoration: none;
            color: #D80D0D;
        }

    .cookiesMain p {
        margin-right: 30px;
        margin-top: 0;
    }

.headercook {
    margin-top: 146px !important;
}

.conteudoMaq {
    padding-top: 158px;
}

.espaco_cookies .conteudoMaq {
    padding-top: 275px;
}

#contentFooter {
    background: #000000;
    margin-top: 15px;
}

@media screen and (max-width:991px) {
    .headercook {
        margin-top: 95px !important;
    }
}

@media screen and (max-width:767px) {
    .headercook {
        margin-top: 154px !important;
    }
}

.contcruzados {
    background: #e6e6e6 !important;
}

@media only screen and (min-width: 768px) {

    .conteudoMaq {
        padding-top: 145px;
    }

    .espaco_cookies .conteudoMaq {
        padding-top: 225px;
    }
}

@media only screen and (min-width: 992px) {

    .conteudoMaq {
        padding-top: 200px;
    }

    .espaco_cookies .conteudoMaq {
        padding-top: 280px;
    }

    .ef-error-msg {
        color: red;
        margin-top: 5px;
        text-align: center;
        margin-bottom: 5px;
        font-size: 11px;
    }
}


@media only screen and (min-width: 1300px) {
    .espaco_cookies .conteudoMaq {
        padding-top: 265px;
    }
}

.pediafoto {
    width: 55%;
}

#mail, #addFavModal_logout {
    z-index: 10000000;
}

.recomendados_content .bloco_recomendado .titleBox {
    height: 60px !important;
}

.ef-error-msg {
    color: red;
    margin-top: 5px;
    text-align: center;
    margin-bottom: 5px;
    font-size: 11px;
    display: block;
}

.ef-error-msg-hidden {
    display: none;
}

.ef-error .efemerides_separador {
    margin: 7px 0;
}

.efemeridesDet .ef-error-msg {
    font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .ef-error-msg {
        font-size: 16px;
        text-align: initial;
    }
}

.ui-datepicker-year {
    display: none;
}


.disclamer {
    margin: 20px auto;
    font-size: 14px;
    color: #000000;
    line-height: 1;
    text-align: left;
    padding: 20px;
    background: #f0f0f0;
    text-align: center;
}
.col-md-2, .col-sm-4, .col-md-3, .col-xs-6, .col-xs-12 {
    position: relative;
    min-height: 1px;
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-6 {
    width: 50%;
}

.contcruzados {
    background: #e6e6e6;
    border-bottom: 2px solid #D80D0D;
    border-top: 2px solid #D80D0D;
    margin: 0;
    margin-bottom: 20px;
}

    .contcruzados .outras_noticias {
        padding: 0 30px 30px 30px;
    }

        .contcruzados .outras_noticias:after {
            clear: both;
        }

        .contcruzados .outras_noticias article {
            margin: 0 5px;
        }

            .contcruzados .outras_noticias article figure {
                margin: 0;
                position: relative;
                max-height: 150px;
                min-height: initial;
                overflow: hidden;
            }

            .contcruzados .outras_noticias article a {
                color: #333333;
                text-decoration: none;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
                line-height: 1;
                font-weight: bold;
                display: inline-block;
            }

    .contcruzados .margintop {
        margin-top: 5px;
    }

    .contcruzados .outras_noticias article figure img {
        width: 100%;
        height: auto;
    }

    .contcruzados .clearfix {
        clear: both;
        height: 20px;
    }

@media (min-width: 768px) {
    /*.contcruzados .outras_noticias {
        padding: 0 30px 30px 30px;
    }

    .contcruzados .outras_noticias article {
        margin: 0 20px;
    }*/

    .contcruzados .outras_noticias article h2 {
        margin:0;
    }

    .contcruzados .outras_noticias article a {
        font-size: 14px;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }
}

@media (min-width: 992px) {
    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .contcruzados .outras_noticias article {
        margin: 0 20px;
    }

    .contcruzados .clearfix {
        clear: inherit;
        height: inherit;
    }
}

/*.patrocinio {
    float: left;
    height: 30px;
    margin-right: 15px;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    position: relative;
    padding-right: 15px;
    cursor: pointer;
}
.patrocinio a img{
    max-height :30px;
    position:absolute;
    top:0;
    right:15px;
    z-index: 2;
}

    .patrocinio a .slidepatrocinio {
        background-image: linear-gradient(to right, #CD0986 92%, #000000 8%);
        color: #ffffff;
        font-size: 0px;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: bold;
        height: 19px;
        position: absolute;
        top: 0;
        right: 15px;
        width: 0px;
        line-height: 22px;
        padding: 5px 38px 5px 5px;
        z-index: 1;
        transition: ease-in-out .5s;
        opacity: 0;
    }

    .patrocinio a:hover .slidepatrocinio {
        font-size:12px;
        width: 160px;
        opacity: 1;
    }

.mobilepatrocinio{
    display:none;
}

#header .mobileMenu{
    z-index:3;
}

}*/

.patrocinio {
    float: left;
    height: 30px;
    margin-right: 15px;
    color: #FFF;
    text-decoration: none;
    position: relative;
    padding-right: 15px;
    cursor: pointer;
    background: #CD0986;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    height: 19px;
    padding: 5px;
    transition: all 0.5s ease;
    font-size: 11px;
    line-height: 22px;
}

@media (max-width: 768px) {
    .patrocinio {
        display: none;
    }

    .mobilepatrocinio {
        color: #CD0986;
        text-decoration: none;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 10px;
        margin-left: 15px;
        display: inline-block;
        position: relative;
    }

        
}


@media (max-width: 375px) {

    .mobilepatrocinio {
        color: #CD0986;
        text-decoration: none;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 10px;
        margin-left: 45px;
        display: block;
        position: relative;
        margin: 30px;
        width: 200px;
        text-align: center;
    }
}

#contentFooter {
    background: none;
}

    #contentFooter .leaderpub {
        color: #000;
    }

    #contentFooter .simplificado {
        background: #000;
        color: white;
        margin-top: 60px;
        position: relative;
    }

        #contentFooter .simplificado .sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border: 0;
        }

        #contentFooter .simplificado a {
            outline: none;
            text-decoration: none;
        }

            #contentFooter .simplificado a:hover {
                color: white !important;
            }

        #contentFooter .simplificado .first_row, #contentFooter .simplificado .second_row {
            background: #000;
        }

            #contentFooter .simplificado .first_row .container, #contentFooter .simplificado .second_row .container {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 20px;
                width: 100%;
                margin-right: auto;
                margin-left: auto;
                max-width: 1280px;
            }

                #contentFooter .simplificado .first_row .container .logo, #contentFooter .simplificado .second_row .container .logo {
                    display: block;
                    background: url(/assets/i/logo_aquelamaq.png) no-repeat 42% scroll;
                    background-size: contain;
                    flex: 0 0 160px;
                    max-width: 160px;
                    height: 80px;
                    border: none;
                }

                #contentFooter .simplificado .first_row .container .livroReclamacoes, #contentFooter .simplificado .second_row .container .livroReclamacoes {
                    display: inline-block;
                    flex: 0 0 80px;
                    width: 80px;
                    height: 40px;
                    background: url(/assets/i/livro_reclamacoes_branco2021.png) no-repeat 50% scroll;
                    background-size: contain;
                    margin-right: 60px;
                }

                #contentFooter .simplificado .first_row .container .footer_social, #contentFooter .simplificado .second_row .container .footer_social {
                    padding: 0;
                    background: #000;
                    text-align: center;
                }

                    #contentFooter .simplificado .first_row .container .footer_social .socialIcon, #contentFooter .simplificado .second_row .container .footer_social .socialIcon {
                        display: inline-block;
                        margin: 0 10px;
                        width: 42px;
                        height: 42px;
                        border-radius: 50%;
                    }

                    #contentFooter .simplificado .first_row .container .footer_social .ic_facebook, #contentFooter .simplificado .second_row .container .footer_social .ic_facebook {
                        background: url(/assets/i/ic_fb2021.png) white no-repeat 50% scroll;
                        background-size: 54%;
                    }

                    #contentFooter .simplificado .first_row .container .footer_social .ic_twitter, #contentFooter .simplificado .second_row .container .footer_social .ic_twitter {
                        background: url(/assets/i/ic_tw2021.png) white no-repeat 50% scroll;
                        background-size: 54%;
                    }

                #contentFooter .simplificado .second_row .container .linksContainer {
                    margin-right: auto;
                    margin-left:auto;
                }

                    #contentFooter .simplificado .second_row .container .linksContainer a {
                        outline: none;
                        text-decoration: none;
                        text-transform: uppercase;
                        font-size: 12px;
                        margin-right: 5px;
                        padding-right: 5px;
                        position: relative;
                        display: inline-block;
                        color: white;
                    }

                        #contentFooter .simplificado .second_row .container .linksContainer a:not(:last-child):after {
                            content: "";
                            width: 1px;
                            height: 12px;
                            background: rgba(255, 255, 255, .2);
                            position: absolute;
                            right: -3px;
                            top: 3px;
                        }

                    #contentFooter .simplificado .second_row .container .linksContainer .cookiesact {
                        color: #000;
                        background: white;
                        padding: 0 5px;
                    }

                        #contentFooter .simplificado .second_row .container .linksContainer .cookiesact:hover {
                            color: #000 !important;
                        }



    #contentFooter .simplificado_copyright {
        font-size: 10px;
        color: gray;
        text-align: center;
        background: #000;
    }

        #contentFooter .simplificado_copyright .container {
            padding-top: 25px;
            padding-bottom: 15px;
            max-width: 100%;
        }

            #contentFooter .simplificado_copyright .container a {
                outline: none;
                color: #858585;
                text-decoration: underline;
            }



@media (max-width: 767px) {
    #contentFooter .simplificado .first_row .container {
        justify-content: center;
        padding: 20px;
        width: initial;
    }

        #contentFooter .simplificado .first_row .container .logo {
            display: none;
        }

        #contentFooter .simplificado .first_row .container .footer_social {
            padding: 0;
        }

        #contentFooter .simplificado .first_row .container .livroReclamacoes {
            margin-right: 10px;
        }

    #contentFooter .simplificado .second_row .container {
        flex-direction: column;
        align-content: center;
        padding: 20px 0;
    }

        #contentFooter .simplificado .second_row .container .linksContainer {
            text-align: center;
            padding: 0 10px 10px;
            margin-bottom: 10px;
            margin-right: 0;
        }

            #contentFooter .simplificado .second_row .container .linksContainer a {
                margin-bottom: 10px;
                display: inline-block;
            }

        #contentFooter .simplificado .second_row .container .egoi {
            padding: 0 10px;
        }
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/assets/i/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/Content/Slick/Fonts/slick.eot');
    src: url('/Content/Slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/Content/Slick/fonts/slick.woff') format('woff'), url('/Content/Slick/fonts/slick.ttf') format('truetype'), url('/Content/Slick/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;
    margin-top: -10px\9; /*lte IE 8*/
    -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-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 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;
}


#footer .respostanews {
    /*height: 0px;
    padding: 5px;
    margin: 3px !important;
    color: #000 !important;
    background: none;
    text-align: center;*/
    position: relative;
    margin-top: 0 !important;
    font-size: 12px;
    height: inherit;
}

.news .newslegal {
    float: left;
    width: 100%;
    padding-bottom: 8px;
    color: #fff;
}

    .news .newslegal label:first-child {
        padding: 0;
        margin: 0;
    }

    .news .newslegal label {
        font-family: 'PT Sans', sans-serif;
        display: block;
        font-size: 11px;
        padding-bottom: 5px;
    }

    .news .newslegal input[type="checkbox"] {
        margin: 4px 4px 0 0;
        line-height: normal;
    }

    .news .newslegal label a {
        color: #D80D0D;
        text-decoration: underline;
    }

.news .recaptcha {
    float: left;
    width: 100%;
}


.newsletterBox .newslegal {
    float: left;
    width: 60%;
    padding-bottom: 8px;
    color: #000;
}

    .newsletterBox .newslegal label:first-child {
        padding: 0;
        margin: 10px 0 0 0;
    }

    .newsletterBox .newslegal label {
        font-family: 'PT Sans', sans-serif;
        display: block;
        font-size: 11px;
        padding-bottom: 5px;
    }

.news .newslegal input[type="checkbox"] {
    margin: 4px 4px 0 0;
    line-height: normal;
}

.newsletterBox .newslegal label a {
    color: #D80D0D;
    text-decoration: underline;
}

.newsletterBox .recaptcha {
    float: left;
    width: 38%;
    margin-left: 2%;
    text-align: right;
    margin-top: 10px;
}

@media (max-width: 450px) {
    .newsletterBox .newslegal {
        width: 100%;
    }

    .newsletterBox .recaptcha {
        float: left;
        width: 100%;
        margin-left: 0;
        text-align: left;
        margin-top: 10px;
    }

    .footicns {
        min-width: initial;
        position: absolute;
        right: 5px;
        margin-top: -16px;
        width: auto;
    }
}

@media (max-width: 320px) {
    #footer .icons {
        margin-right: 0px;
        margin-left: 3px;
    }
}

.video-js-podcast .vjs-control-bar{transform:none;background-color:transparent}.video-js-podcast{width:100%;height:100%}.video-js.vjs-mouse .vjs-big-play-button{background:none}.video-js-podcast .vjs-dock-text{border-radius:1em 1em 0 0}.vjs-podcastContainer{width:100%;padding:5px;height:80px;display:-ms-flexbox;display:flex;-ms-flex-line-pack:end;align-content:flex-end;background:#0a0a0a;overflow:hidden}.vjs-podcastContainer>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;display:block;height:inherit;background:url(https://cdn.xl.pt/static/audioplayer_bg.jpg) #0a0a0a center -25px no-repeat scroll;background-size:cover}.vjs-podcastContainer .vjs-big-play-button{border:2px solid #666;font-size:30px;line-height:56px}.vjs-podcastContainer .downloadStyle{order:9;-webkit-box-ordinal-group:9;-moz-box-ordinal-group:9;-webkit-order:9;-ms-flex-order:9;padding-top:7px!important}@media only screen and (max-width:991px){.vjs-podcastContainer{height:64px}}.video-js .vjs-overlay-background{width:100%!important;right:0!important;bottom:0!important;left:0!important;top:0!important;background-color:rgba(0,0,0,.9)!important;z-index:9!important}.bc-sugeridos{width:100%;height:100%;position:relative;padding:30px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.bc-sugeridos .closeSugeridos{cursor:pointer;position:absolute;top:0;right:0;text-decoration:none;width:auto;padding:0 8px;color:#fff;font-weight:700;font-size:26px;transition:.25s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:8;display:block}.bc-sugeridos .titleSugeridos{position:absolute;top:5px;left:30px;padding:0 8px;color:#ccc;font-size:17px;z-index:8;display:block;text-transform:uppercase}.bc-sugeridos .slideshow-container{position:relative;margin:auto;height:100%}.bc-sugeridos .slideshow-container .sugeridosItem{display:none;height:100%}.bc-sugeridos .slideshow-container .sugeridosItem .sugeridosMain{display:-ms-flexbox;display:flex;height:100%}.bc-sugeridos .slideshow-container .sugeridosItem .sugeridosMain .sugeridoCover{border:1px solid #555;background-position:50%;background-repeat:no-repeat;background-size:cover;overflow:hidden;display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:end;align-items:flex-end;position:relative;margin:10px;transition:all .25s ease}.bc-sugeridos .slideshow-container .sugeridosItem .sugeridosMain .sugeridoCover .videoSeguinte{display:block;padding-bottom:10px;color:#ccc;font-size:18px;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bc-sugeridos .slideshow-container .sugeridosItem .sugeridosMain .sugeridoCover .videoTitle{position:absolute;right:10px;bottom:10px;left:10px;top:0;display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:end;align-content:flex-end;z-index:2}.bc-sugeridos .slideshow-container .sugeridosItem .sugeridosMain .sugeridoCover:after{transition:all .25s ease;position:absolute;right:0;bottom:0;left:0;z-index:1;pointer-events:none;content:"";display:block;height:80%;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.85) 60%)}.bc-sugeridos .slideshow-container .sugeridosItem .sugeridosMain .sugeridoCover a{color:#fff;font-size:14px;line-height:1.2;text-decoration:none;font-weight:700;display:block;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bc-sugeridos .slideshow-container .sugeridosItem .sugeridosMain .sugeridoCover a:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:auto;content:"";background-color:transparent}.bc-sugeridos .slideshow-container .sugeridosItem .sugeridosMain .sugeridoSeguinte{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%}.bc-sugeridos .slideshow-container .sugeridosItem .sugeridosMain .sugeridoSeguinte article{-ms-flex:0 0 calc(100% - 20px);flex:0 0 calc(100% - 20px);max-width:calc(100% - 20px);height:calc(100% - 20px)}.bc-sugeridos .slideshow-container .sugeridosItem .sugeridosMain .sugeridoSeguinte article a{font-size:20px}.bc-sugeridos .slideshow-container .sugeridosItem .sugeridosMain .sugeridosProximos{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%}.bc-sugeridos .slideshow-container .sugeridosItem .sugeridosMain .sugeridosProximos article{-ms-flex:0 0 calc(50% - 20px);flex:0 0 calc(50% - 20px);max-width:calc(50% - 20px);height:calc(33.33333% - 20px)}.bc-sugeridos .slideshow-container .sugeridosItem .sugeridosMain .sugeridosOutros{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;display:-ms-flexbox;display:flex;height:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:start;align-content:flex-start}.bc-sugeridos .slideshow-container .sugeridosItem .sugeridosMain .sugeridosOutros article{-ms-flex:0 0 calc(33.33333% - 20px);flex:0 0 calc(33.33333% - 20px);max-width:calc(33.33333% - 20px);height:calc(33.33333% - 20px)}.bc-sugeridos .slideshow-container .next,.bc-sugeridos .slideshow-container .prev{cursor:pointer;position:absolute;top:50%;width:auto;padding:8px;margin-top:-25px;color:#fff;font-weight:700;font-size:28px;transition:all .25s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:rgba(0,0,0,.5);z-index:8;display:block}.bc-sugeridos .slideshow-container .next{right:-30px}.bc-sugeridos .slideshow-container .prev{left:-30px}.bc-sugeridos .fadesugeridos{-webkit-animation-name:a;-webkit-animation-duration:1.5s;animation-name:a;animation-duration:1.5s}@keyframes a{0%{opacity:.4}to{opacity:1}}@media only screen and (max-width:767px){.bc-sugeridos{padding:20px}.bc-sugeridos .titleSugeridos{top:0;left:15px;font-size:13px}.bc-sugeridos .closeSugeridos{top:-8px;right:-8px;padding:0 8px;font-size:24px}.bc-sugeridos .slideshow-container .sugeridosItem .sugeridosMain .sugeridosOutros{overflow-x:auto;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.bc-sugeridos .slideshow-container .sugeridosItem .sugeridosMain .sugeridosOutros article{-ms-flex:0 0 calc(80% - 10px);flex:0 0 calc(80% - 10px);max-width:calc(80% - 10px);height:calc(100% - 10px);scroll-snap-align:center}.bc-sugeridos .slideshow-container .sugeridosItem .sugeridosMain .sugeridosOutros .sugeridoCover{margin:5px}.bc-sugeridos .slideshow-container .sugeridosItem .sugeridosMain .sugeridosOutros .sugeridoCover .videoTitle{bottom:10px;top:10px}.bc-sugeridos .slideshow-container .sugeridosItem .sugeridosMain .sugeridosOutros .sugeridoCover .videoTitle a{font-size:14px;line-height:1.2}}@media only screen and (min-width:1024px){.bc-sugeridos .slideshow-container .sugeridosItem .sugeridosMain .sugeridoCover:hover{border:1px solid #fff}.bc-sugeridos .slideshow-container .sugeridosItem .sugeridosMain .sugeridoCover:hover:after{height:100%;background:linear-gradient(180deg,transparent 0,#000 80%)}.bc-sugeridos .next:hover,.bc-sugeridos .prev:hover{color:#245fd5}}.vjs-progress-control:hover{position:absolute;left:0;right:0;width:100%;height:.5em;top:0}.bc-iframe,.bc-iframe body,.bc-player-GkocFhNXi_default,.bc-player-GkocFhNXi_default .vjs-poster{background-color:#fff}.bc-player-GkocFhNXi_default .vjs-big-play-button{background-color:rgba(222,38,38,.5)}.bc-player-GkocFhNXi_default .vjs-big-play-button:active,.bc-player-GkocFhNXi_default .vjs-big-play-button:focus,.bc-player-GkocFhNXi_default .vjs-play-progress,.bc-player-GkocFhNXi_default .vjs-volume-level,.bc-player-GkocFhNXi_default:active .vjs-big-play-button,.bc-player-GkocFhNXi_default:hover .vjs-big-play-button{background-color:#de2626}.videoNoticia{padding:20px 0}.vjs-next-endscreen,.vjs-next-overlay,.vjs-playlist{font-family:Raleway-Light,Geneva,Verdana,sans-serif;margin-top:20px;padding-top:20px;padding-bottom:20px;border-top:1px solid #ccc;border-bottom:1px solid #de2626}.vjs-playlist .vjs-selected{background-color:#de2626}.vjs-playlist .vjs-selected .vjs-playlist-title-container{font-size:14px}.vjs-playlist .vjs-playlist-duration{position:absolute;top:.5rem;left:.5rem;padding:2px 5px 3px;margin-left:2px;background-color:rgba(222,38,38,.5)}.vjs-playlist .vjs-up-next-text{padding:.1rem 2px;background-color:rgba(222,38,38,.5);font-size:0;text-transform:uppercase}.vjs-playlist .vjs-playlist-name{font-size:14px;text-shadow:none}.vjs-playlist.vjs-mouse .vjs-selected{background-color:#de2626}.vjs-playlist-now-playing-text{font-size:0}.vjs-playlist-now-playing-text:after{font-size:14px;content:"A TOCAR"}.vjs-up-next-text:after{font-size:14px;content:"PROXIMO"}.video-js .vjs-slider{position:relative;cursor:pointer;padding:0;margin:0 .45em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#ccc;background-color:hsla(0,0%,80%,.5)}.video-js .vjs-load-progress,.video-js .vjs-load-progress div{background:hsla(0,0%,80%,.5)}.video-js .vjs-overlay-background{background-color:transparent}.bc-sugeridos{font-family:Raleway-Light,Geneva,Verdana,sans-serif}.bc-sugeridos .titleSugeridos{color:#fff}.bc-sugeridos .slideshow-container .sugeridosItem .sugeridosMain .sugeridoCover{border:none}.bc-sugeridos .slideshow-container .sugeridosItem .sugeridosMain .sugeridoCover:after{background:linear-gradient(180deg,transparent,rgba(222,38,38,.8))}.bc-sugeridos .slideshow-container .next,.bc-sugeridos .slideshow-container .prev{background-color:transparent;text-decoration:none}.bc-sugeridos .closeSugeridos{background-color:rgba(0,0,0,.5)}
