.flexslider .slides>li,
.mfp-wrap {
    -webkit-backface-visibility: hidden;
}

.mfp-container,
img.mfp-img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.mfp-close,
a {
    text-decoration: none;
}

.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus {
    outline: 0;
}

.flex-control-nav,
.flex-direction-nav,
.slides {
    margin: 0;
    padding: 0;
    list-style: none;
}

@font-face {
    font-family: flexslider-icon;
    src: url(../fonts/flexslider-icon.eot);
    src: url(../fonts/flexslider-icon.eot?#iefix) format("embedded-opentype"),
        url(../fonts/flexslider-icon.woff) format("woff"),
        url(../fonts/flexslider-icon.ttf) format("truetype"),
        url(../fonts/flexslider-icon.svg#flexslider-icon) format("svg");
    font-weight: 400;
    font-style: normal;
}

.flexslider {
    padding: 0;
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    zoom: 1;
}

.flexslider .slides>li {
    display: none;
}

.flex-direction-nav a,
.no-js .slides>li:first-child,
.slides:after,
html[xmlns] .slides {
    display: block;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: "\0020";
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

* html .slides {
    height: 1%;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav a {
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flex-direction-nav .flex-prev {
    left: -50px;
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}

.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 10px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-direction-nav a:before {
    font-family: flexslider-icon;
    font-size: 40px;
    display: inline-block;
    content: "\f001";
}

.flex-direction-nav a.flex-next:before {
    content: "\f002";
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: "\f004";
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: "\f003";
}

.mfp-container:before,
.mfp-figure:after {
    content: "";
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: 0.7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.conteudo-404 a:hover,
.conteudo-500 a:hover,
.mfp-bg {
    opacity: 0.8;
}

@font-face {
    font-family: HelveticaNeueLT-Medium;
    src: url(../../fonts/HelveticaNeueLT-Medium.eot);
    src: url(../../fonts/HelveticaNeueLT-Medium.eot?#iefix) format("embedded-opentype"),
        url(../../fonts/HelveticaNeueLT-Medium.woff2) format("woff2"),
        url(../../fonts/HelveticaNeueLT-Medium.woff) format("woff"),
        url(../../fonts/HelveticaNeueLT-Medium.ttf) format("truetype"),
        url(../../fonts/HelveticaNeueLT-Medium.svg#HelveticaNeueLT-Medium) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: HelveticaNeueLT-Light;
    src: url(../../fonts/HelveticaNeueLT-Light.eot);
    src: url(../../fonts/HelveticaNeueLT-Light.eot?#iefix) format("embedded-opentype"),
        url(../../fonts/HelveticaNeueLT-Light.woff2) format("woff2"),
        url(../../fonts/HelveticaNeueLT-Light.woff) format("woff"),
        url(../../fonts/HelveticaNeueLT-Light.ttf) format("truetype"),
        url(../../fonts/HelveticaNeueLT-Light.svg#HelveticaNeueLT-Light) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: helvetica_thinregular;
    src: url(../../fonts/helvetica_neue_ce_35_thin-webfont.eot);
    src: url(../../fonts/helvetica_neue_ce_35_thin-webfont.eot?#iefix) format("embedded-opentype"),
        url(../../fonts/helvetica_neue_ce_35_thin-webfont.woff2) format("woff2"),
        url(../../fonts/helvetica_neue_ce_35_thin-webfont.woff) format("woff"),
        url(../../fonts/helvetica_neue_ce_35_thin-webfont.ttf) format("truetype"),
        url(../../fonts/helvetica_neue_ce_35_thin-webfont.svg#helvetica_ce_35_thinregular) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: alegreya_sanslight;
    src: url(../../fonts/alegreya_sans_300-webfont.eot);
    src: url(../../fonts/alegreya_sans_300-webfont.svg#alegreya_sanslight) format("svg"),
        url(../../fonts/alegreya_sans_300-webfont.eot?#iefix) format("embedded-opentype"),
        url(../../fonts/alegreya_sans_300-webfont.woff2) format("woff2"),
        url(../../fonts/alegreya_sans_300-webfont.woff) format("woff"),
        url(../../fonts/alegreya_sans_300-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: alegreya_sansmedium;
    src: url(../../fonts/alegreya_sans_500-webfont.eot);
    src: url(../../fonts/alegreya_sans_500-webfont.svg#alegreya_sansmedium) format("svg"),
        url(../../fonts/alegreya_sans_500-webfont.eot?#iefix) format("embedded-opentype"),
        url(../../fonts/alegreya_sans_500-webfont.woff2) format("woff2"),
        url(../../fonts/alegreya_sans_500-webfont.woff) format("woff"),
        url(../../fonts/alegreya_sans_500-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: alegreya_sansregular;
    src: url(../../fonts/alegreya_sans_regular-webfont.eot);
    src: url(../../fonts/alegreya_sans_regular-webfont.svg#alegreya_sansregular) format("svg"),
        url(../../fonts/alegreya_sans_regular-webfont.eot?#iefix) format("embedded-opentype"),
        url(../../fonts/alegreya_sans_regular-webfont.woff2) format("woff2"),
        url(../../fonts/alegreya_sans_regular-webfont.woff) format("woff"),
        url(../../fonts/alegreya_sans_regular-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: alegreya_sansbold;
    src: url(../../fonts/alegreya_sans_700-webfont.eot);
    src: url(../../fonts/alegreya_sans_700-webfont.svg#alegreya_sansbold) format("svg"),
        url(../../fonts/alegreya_sans_700-webfont.eot?#iefix) format("embedded-opentype"),
        url(../../fonts/alegreya_sans_700-webfont.woff2) format("woff2"),
        url(../../fonts/alegreya_sans_700-webfont.woff) format("woff"),
        url(../../fonts/alegreya_sans_700-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
}

.mfp-container {
    text-align: center;
    position: absolute;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #ccc;
}

.mfp-close,
.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none;
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mfp-figure:after,
.mfp-iframe-scaler iframe {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-figure,
img.mfp-img {
    line-height: 0;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent;
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-image-holder .mfp-content,
img.mfp-img {
    max-width: 100%;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block;
}

img.mfp-img {
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}

.mfp-figure:after {
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    background: #444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    background: #fff;
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

* {
    outline-color: transparent;
    outline-style: none;
    outline-width: medium;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

a,
abbr,
address,
article,
aside,
audio,
blockquote,
body,
canvas,
cite,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
input,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
section,
select,
span,
summary,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
video {
    border: 0;
    font-weight: 400;
    font-style: inherit;
    font-size: inherit;
    font-family: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

body {
    background: #fff;
    color: #4c4c4c;
    line-height: 1;
    font-family: "Noto Sans", sans-serif;
}

.conteudo-404,
.conteudo-500 {
    background: url(../../images/error-404.jpg) center top no-repeat;
    width: 100%;
    float: left;
}

a {
    color: #5e5e5e;
}

ol,
ul {
    list-style: none;
}

textarea {
    resize: vertical;
    vertical-align: top;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

td,
th {
    font-weight: 400;
    text-align: left;
}

::-webkit-input-placeholder {
    color: #2c2c2c;
}

::-moz-placeholder {
    color: #2c2c2c;
}

:-ms-input-placeholder {
    color: #2c2c2c;
}

input:-moz-placeholder {
    color: #2c2c2c;
}

::-webkit-textarea-placeholder {
    color: #2c2c2c;
}

:-ms-textarea-placeholder {
    color: #2c2c2c;
}

textarea:-moz-placeholder {
    color: #2c2c2c;
}

.placeholder {
    color: #2c2c2c;
}

.error::-webkit-input-placeholder {
    color: red;
}

.error::-moz-placeholder {
    color: red;
}

.error:-ms-input-placeholder {
    color: red;
}

.error:-moz-placeholder {
    color: red;
}

.error.placeholder {
    color: red;
}

input.error {
    border: 2px solid red;
    border-radius: 3px;
}

.conteudo-404 a,
.conteudo-500 a {
    color: #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
}

body,
html {
    height: 100%;
}

.banners,
.conteudo,
.rodape-copy,
.rodape-faixa,
.topo {
    float: left;
    width: 100%;
}

.conteudo {
    font-family: alegreya_sansregular;
}

.conteudo-404 {
    margin: 160px 0 -70px;
    padding: 180px 0 0;
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    font-family: helvetica_thinregular;
}

.conteudo-404 .tit {
    font-size: 60px;
    line-height: 60px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    float: left;
    width: 100%;
    padding: 0 0 10px;
}

.conteudo-404 p {
    padding: 0 0 10px;
}

.conteudo-404 a {
    padding: 3px 0;
    margin-bottom: 6px;
}

.conteudo-500 {
    color: #fff;
    margin: 140px 0 -70px;
    padding: 90px 0 0;
    font-size: 28px;
    line-height: 32px;
    font-family: helvetica_thinregular;
}

.conteudo-500 .tit {
    font-size: 60px;
    line-height: 60px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    float: left;
    width: 100%;
    padding: 0 0 10px;
}

.conteudo-500 p {
    padding: 0 0 10px;
}

.conteudo-500 a {
    padding: 3px 0;
    margin-bottom: 6px;
}

.error-lista-produtos {
    width: 100%;
    display: block;
    background: #fff;
    margin-top: 60px;
}

.errordiv .lista-produtos {
    margin: 40px 0 20px;
}

.errordiv .lista-produtos li {
    width: 23%;
    color: #5e5e5e;
}

.errordiv .lista-produtos li a {
    color: #5e5e5e;
}

.menu a,
.menu-idioma {
    color: #000;
    font-family: "Noto Sans", sans-serif;
}

.errordiv .lista-produtos li:nth-child(3n + 0),
.errordiv .lista-produtos li:nth-child(4n + 0) {
    margin-right: 2% !important;
}

.errordiv .lista-produtos li.clearfix {
    width: 100%;
    height: 1px;
    clear: both;
    overflow: hidden;
}

.conteudo-azul {
    float: left;
    width: 100%;
    background: #f9f9f9;
    padding: 40px 0;
    margin: 60px 0 0;
}

.centraliza {
    width: 1175px;
    margin: 0 auto;
}

.topo {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 10;
    float: left;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    padding: 30px 0;
}

.logo,
.logo a {
    width: 244px;
    height: 51px;
    float: left;
}

.logo a {
    background: url(../../images/logo_gelopar.png);
    text-indent: -9999px;
}

.menu {
    float: left;
    /**width:810px;**/
    width: auto;
    /**padding:24px 0 0 60px**/
    padding: 24px 0 0 24px;
}

.menu li {
    float: left;
    padding: 0 20px 0 0;
}

.menu a {
    /**font-size:15px;**/
    font-size: 0.9rem;
    transition: all 0.4s;
    padding: 0 0 5px;
    border-bottom: 2px solid transparent;
}

.menu a.ativo,
.menu a:hover {
    border-bottom: 2px solid #f5832c;
}

.menu-idioma {
    float: right;
    width: 55px;
    font-size: 12px;
    font-weight: 700;
    margin: 25px 0 0;
    position: relative;
}

.banner,
.banners,
.menu-idioma li {
    width: 100%;
    float: left;
}

.menu-idioma ul {
    position: absolute;
    top: 0;
    left: 0;
}

.menu-idioma li {
    padding: 0 0 5px 25px;
    line-height: 14px;
    display: none;
}

.lang-en .menu-idioma li.en,
.lang-es .menu-idioma li.es,
.lang-pt .menu-idioma li.pt,
.menu-idioma ul:hover li {
    display: block;
}

.menu-idioma li.pt {
    background: url(../../images/ico-br.png) no-repeat;
}

.menu-idioma li.en {
    background: url(../../images/ico-en.jpg) no-repeat;
}

.menu-idioma li.es {
    background: url(../../images/ico-es.jpg) no-repeat;
}

.banners {
    height: 680px;
    margin: 0 0 55px;
    position: relative;
}

.banner,
.banners-nav,
.barra-cor {
    position: absolute;
}

.banner.com-link {
    cursor: pointer;
}

.banner {
    top: 0;
    left: 0;
    background-position: -2000px top;
    background-repeat: no-repeat;
    height: 567px;
    padding: 355px 0 0;
    transition: background-position 1s linear;
    z-index: 1;
}

.banner.ativo {
    z-index: 5;
    background-position: center center;
}

.banner.esconde {
    background-position: 2000px center;
    z-index: 6;
}

.barra-cor {
    float: left;
    bottom: -119px;
    left: 0;
    width: 0;
    overflow: hidden;
    transition: all 1s;
}

.ativo .barra-cor {
    width: 49%;
}

.esconde .barra-cor {
    width: 0;
}

.barra-cor .conteudo-barra {
    float: right;
    width: 495px;
    height: 330px;
    padding: 0 20px 0 0;
    display: table;
    vertical-align: middle;
}

.barra-cor h2 {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    font-family: helvetica_thinregular;
    font-weight: 400;
}

.barra-cor a {
    font-size: 18px;
    color: #fff;
    font-family: "Noto Sans", sans-serif;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 20px 40px;
    float: left;
    clear: both;
    margin: 15px 0 0;
    transition: all 0.5s;
}

.barra-cor a:hover {
    background: #f48129;
}

.barra-cor .vertical {
    display: table-cell;
    vertical-align: middle;
}

.banners-nav {
    float: right;
    width: 525px;
    left: 50%;
    bottom: -5px;
    margin: 0 0 0 25px;
    overflow: hidden;
}

.banners-nav .seta {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: url(../../images/seta-miniaturas.png) repeat-x;
    transition: all 0.5s;
    z-index: 10;
}

.banners-nav.ativo-0 .seta {
    background-position: -170px top;
}

.banners-nav.ativo-1 .seta {
    background-position: 5px top;
}

.banners-nav.ativo-2 .seta {
    background-position: 180px top;
}

.banners-nav a {
    float: left;
    width: 155px;
    height: 90px;
    overflow: hidden;
    margin: 0 20px 0 0;
    transition: all 0.5s;
    position: relative;
}

.banners-nav a .barra {
    width: 0;
    height: 4px;
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f58733;
    line-height: 1px;
    transition: all 1s;
}

.blocos-linhas a,
.blocos-linhas li {
    height: 200px;
    float: left;
    overflow: hidden;
}

.banners-nav a.ativo {
    transition: none;
}

.banners-nav a.ativo .barra,
.banners-nav a.hover .barra {
    width: 155px;
}

@-webkit-keyframes hoverBloco {
    0% {
        background-position: 0 0;
    }

    25% {
        background-position: right bottom;
    }

    50% {
        background-position: right top;
    }

    75% {
        background-position: left bottom;
    }

    100% {
        background-position: left top;
    }
}

@keyframes hoverBloco {
    0% {
        background-position: 0 0;
    }

    25% {
        background-position: right bottom;
    }

    50% {
        background-position: right top;
    }

    75% {
        background-position: left bottom;
    }

    100% {
        background-position: left top;
    }
}

.blocos-linhas {
    float: left;
    width: 100%;
}

.blocos-linhas li {
    width: 33.3%;
    background-color: #fff;
    background-blend-mode: multiply;
    transition: background-color 1s, background-size 1s;
    background-position: center;
    opacity: 0.9;
    background-size: 100%;
}

.blocos-linhas li:hover {
    background-position: center !important;
    opacity: 1;
}

.blocos-linhas a {
    width: 101%;
    position: relative;
    font-size: 25px;
    color: #fff;
    font-family: "Noto Sans", sans-serif;
    text-align: center;
    display: table;
    vertical-align: middle;
    transition: font-size 0.5s;
    padding: 0 15px;
}

.blocos-linhas li.dupla a {
    text-align: left;
    padding-left: 23%;
}

.blocos-linhas a span.alinha {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.blocos-linhas span.fundo-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/mais-hover.png);
    background-repeat: no-repeat;
    background-position: 95% 90%;
    opacity: 0;
    transition: all 0.5s;
}

.blocos-linhas li:hover span.fundo-link {
    opacity: 1;
}

.blocos-chamadas {
    float: left;
    width: 100%;
    padding: 50px 0 0;
}

.blocos-chamadas .bloco {
    float: left;
    width: 50%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 170px;
    position: relative;
}

.blocos-chamadas .bloco-lk-acesse,
.blocos-chamadas .bloco-lk-play {
    position: absolute;
    left: 310px;
    color: #fff;
    font-family: "Noto Sans", sans-serif;
    float: left;
    line-height: 54px;
    text-transform: uppercase;
    transition: all 0.5s;
}

.blocos-chamadas .bloco-lk-play {
    top: 47px;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 3px;
    background: url(../../images/ico-play.png) 20px center no-repeat;
    padding: 0 25px 0 55px;
}

.blocos-chamadas .bloco-lk-play:hover {
    background-color: #000;
}

.blocos-chamadas .bloco-lk-acesse {
    top: 103px;
    font-size: 16px;
    text-decoration: underline;
    width: 210px;
    text-align: center;
}

.blocos-chamadas .bloco-lk-acesse:hover {
    color: #f48129;
}

.bloco strong {
    font-size: 30px;
    color: #fff;
    font-family: helvetica_thinregular;
    font-weight: 400;
    float: left;
    width: 350px;
    padding: 55px 0 0 45px;
}

.bloco .bloco-lk-simples {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    line-height: 54px;
    float: right;
    padding: 0 60px;
    font-family: "Noto Sans", sans-serif;
    margin: 60px 40px 0 0;
    transition: all 0.5s;
}

.bloco .bloco-lk-simples:hover {
    background: #f48129;
}

.rodape-faixa {
    float: left;
    width: 100%;
    background: #2957a3;
    padding: 30px 0;
    margin: 50px 0 0;
}

.endereco {
    float: left;
    font-size: 13px;
    color: #fff;
}

.rodape-menu .mundi,
.rodape-menu a {
    font-size: 11px;
    line-height: 18px;
    font-family: "Noto Sans", sans-serif;
    padding: 0 0 0 18px;
    margin: 0 0 0 10px;
    color: #fff;
}

.rodape-menu {
    float: right;
}

.rodape-menu a,
.rodape-menu li {
    float: left;
}

.rodape-menu .webmail {
    background: url(../../images/ico-web.png) 0 center no-repeat;
}

.rodape-menu .crm {
    background: url(../../images/ico-crm.png) 0 center no-repeat;
}

.rodape-menu .mundi {
    background: url(../../images/ico-mundi.png) no-repeat;
    float: left;
    width: 80px;
}

.bloco-conteudo,
.rodape-copy,
.rodape-menu .mundi a,
.topo-interna {
    width: 100%;
    float: left;
}

.rodape-menu .mundi a {
    padding: 0 0 5px;
    margin: 0;
    display: none;
}

.lang-en .rodape-menu .mundi a.lang-en,
.lang-es .rodape-menu .mundi a.lang-es,
.lang-pt .rodape-menu .mundi a.lang-pt,
.rodape-menu .mundi:hover a {
    display: block;
}

.rodape-copy {
    text-align: center;
    font-size: 12px;
    padding: 20px 0;
}

.topo-interna {
    height: 370px;
    padding: 235px 0 0;
    background-repeat: no-repeat;
    background-position: center top;
    margin-bottom: 60px;
}

.topo-interna .centraliza {
    position: relative;
}

.topo-interna h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 400;
    font-family: helvetica_thinregular;
}

.topo-claro h2 {
    color: #000;
}

.topo-interna .lk-topo-interna {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -100px;
    font-family: "Noto Sans", sans-serif;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.5s;
}

.topo-interna .lk-topo-interna.lk-play {
    background: url(../../images/play-video.png) 0 center no-repeat;
    line-height: 36px;
    padding: 0 0 0 42px;
}

.topo-interna .lk-topo-interna span {
    border-bottom: 1px solid transparent;
    transition: all 0.5s;
}

.topo-interna .lk-topo-interna:hover span {
    border-bottom: 1px solid #f5832c;
}

.topo-interna .migalha {
    position: absolute;
    top: -70px;
    left: 0;
    color: #cccaca;
    font-size: 11px;
    text-transform: uppercase;
    font-family: alegreya_sansmedium;
}

.topo-interna .migalha a {
    color: #fff;
    font-family: alegreya_sansbold;
    float: left;
    background: url(../../images/migalha.png) right center no-repeat;
    padding: 0 10px 0 0;
    margin: 0 8px 0 0;
}

.bloco-conteudo {
    font-size: 16px;
    color: #6e6e6e;
    line-height: 30px;
    margin: 0 0 60px;
}

.bloco-conteudo p {
    padding: 0 0 25px;
}

.bloco-conteudo.bloco-imagem-direita img {
    float: right;
    margin: 0 0 40px 40px;
    max-width: 40%;
}

.bloco-conteudo .bloco-titulo {
    font-size: 22px;
    color: #2957a3;
    text-transform: uppercase;
    font-family: alegreya_sansmedium;
    font-weight: 400;
}

.bloco-conteudo.bloco-imagem-esquerda img {
    float: left;
    margin: 0 40px 40px 0;
}

.box-cinza,
.meio-ambiente {
    width: 100%;
    margin: 0 0 60px;
    float: left;
}

.bloco-conteudo.bloco-imagem-esquerda ol,
.bloco-conteudo.bloco-imagem-esquerda ul {
    padding: 0 0 0 525px;
}

.bloco-conteudo li {
    padding: 0;
    list-style-type: disc;
}

.meio-ambiente {
    background: url(../../images/bg-meio-ambiente.jpg) no-repeat #3aab6e;
    background-size: 100% auto;
    padding: 295px 45px 45px;
    font-family: alegreya_sansregular;
    color: #fff;
    line-height: 30px;
}

.meio-ambiente p {
    padding: 0 0 25px;
}

.meio-ambiente ul li {
    padding: 0;
    list-style-type: disc;
    list-style-position: inside;
}

.box-cinza {
    padding: 60px;
    background: #f1efef;
    color: #8f8e8e;
    line-height: 26px;
}

.col-icone {
    float: left;
    width: 33%;
    text-align: center;
    padding: 70px 40px 0;
}

.col-icone h4,
.retorno-ok {
    width: 100%;
    padding: 0 0 20px;
    float: left;
}

.col-icone h4 {
    font-size: 30px;
    font-family: alegreya_sansmedium;
    color: #606060;
    font-weight: 700;
}

.bt-trabalhe,
.subtitulo,
.tit-sidebar,
.tit-trabalhe {
    font-weight: 400;
    text-transform: uppercase;
}

.col-icone.ico-posvenda {
    background: url(../../images/ico-posvenda.png) center top no-repeat;
}

.col-icone.ico-certificacao {
    background: url(../../images/ico-certificacao.png) center top no-repeat;
}

.col-icone.ico-politica {
    background: url(../../images/ico-politica.png) center top no-repeat;
}

.retorno-ok {
    font-size: 20px;
    color: #155300;
}

.retorno-ok strong {
    line-height: 30px;
}

.contato {
    float: left;
    width: 840px;
    padding: 50px 50px 50px 60px;
    margin: -30px 0 0;
    background: #fafafa;
    font-family: alegreya_sansregular;
}

.bt-form,
.coluna-contato .endereco,
.coluna-contato .sac,
.coluna-contato a {
    font-family: "Noto Sans", sans-serif;
}

.linha-form {
    float: left;
    width: 100%;
    padding: 0 0 20px;
    position: relative;
}

.linha-form.metade-esq {
    float: left;
    width: 47%;
    margin-right: 6%;
}

.linha-form.metade-dir {
    float: right;
    width: 47%;
}

.linha-form label {
    float: left;
    width: 100%;
    font-size: 17px;
    color: #5b5b5b;
    padding-bottom: 3px;
}

.linha-form.obrigatorio label {
    background: url(../../images/asterisco.png) 0 2px no-repeat;
    padding: 0 0 3px 10px;
}

.linha-form label.error {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: auto;
    font-size: 12px;
    display: none;
    color: red;
    padding: 0 !important;
    background: 0 0 !important;
}

.linha-form input,
.linha-form textarea {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #f3f3f3;
    padding: 8px;
    margin: 5px 0 0;
}

.linha-form .controla-select label.error {
    bottom: -15px;
}

.linha-form input {
    -webkit-box-shadow: 0 0 5px 0 rgba(243, 243, 243, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(243, 243, 243, 0.75);
    box-shadow: 0 0 5px 0 rgba(243, 243, 243, 0.75);
}

.linha-form input.error {
    -webkit-box-shadow: 0 0 5px 0 rgba(255, 0, 0, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(255, 0, 0, 0.75);
    box-shadow: 0 0 5px 0 rgba(255, 0, 0, 0.75);
}

.linha-form textarea {
    height: 120px;
    -webkit-box-shadow: 0 0 5px 0 rgba(243, 243, 243, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(243, 243, 243, 0.75);
    box-shadow: 0 0 5px 0 rgba(243, 243, 243, 0.75);
}

.linha-form textarea.error {
    -webkit-box-shadow: 0 0 5px 0 rgba(255, 0, 0, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(255, 0, 0, 0.75);
    box-shadow: 0 0 5px 0 rgba(255, 0, 0, 0.75);
}

.form-box-azul input,
span.customSelect {
    -webkit-box-shadow: 0 0 5px 0 rgba(243, 243, 243, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(243, 243, 243, 0.75);
}

.coluna-contato {
    float: right;
    width: 320px;
    padding: 20px;
}

.coluna-contato a {
    width: 100%;
    color: #fff;
    font-size: 14px;
    padding: 25px;
    background: #f58733;
    border-radius: 5px;
    /* text-align: center; */
    text-transform: uppercase;
    transition: all 0.5s;
}

.coluna-contato a:hover {
    background: #ff9e1c;
}

.coluna-contato .sac {
    float: left;
    width: 100%;
    background: url(../../images/ico-sac.png) center top no-repeat;
    padding: 80px 0 0;
    margin: 30px 0 0;
    text-align: center;
    font-size: 12px;
    color: #2756a2;
}

.coluna-contato .sac span {
    font-size: 26px;
    line-height: 30px;
}

.coluna-contato .endereco {
    color: #4c4c4c;
    float: left;
    width: 100%;
    padding: 30px 0 0;
    font-size: 12px;
    line-height: 20px;
}

.coluna-contato .endereco span {
    font-size: 16px;
    float: left;
    width: 100%;
    padding: 0 0 10px;
}

.bt-form {
    float: right;
    clear: both;
    background: #f58733;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 100px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.5s;
}

.bt-form:hover {
    background: #ff9e1c;
}

.controla-select {
    float: left;
    width: 100%;
    position: relative;
}

.controla-select select {
    width: 100% !important;
    height: 38px !important;
    top: 0;
    left: 0;
}

span.customSelect {
    background: url(../../images/seta-select.png) right center no-repeat #fff;
    border: 1px solid #f3f3f3;
    padding: 10px;
    margin: 5px 0 0;
    box-shadow: 0 0 5px 0 rgba(243, 243, 243, 0.75);
    float: left;
    width: 100%;
    font-family: alegreya_sansregular;
    font-size: 16px;
}

.error span.customSelect {
    -webkit-box-shadow: 0 0 5px 0 rgba(255, 0, 0, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(255, 0, 0, 0.75);
    box-shadow: 0 0 5px 0 rgba(255, 0, 0, 0.75);
}

span.customSelectInner {
    width: 100% !important;
    float: left;
}

.coluna-trabalhe {
    float: left;
    width: 32%;
    margin-right: 2%;
    background: #f9f9f9;
    padding: 40px;
}

.coluna-trabalhe.last {
    margin-right: 0;
}

.coluna-trabalhe label {
    color: #000;
    font-size: 15px;
    padding: 0 0 7px;
    font-family: alegreya_sansmedium;
}

.tit-trabalhe {
    font-size: 20px;
    color: #5b5b5b;
    font-family: alegreya_sansmedium;
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 30px;
}

.bt-trabalhe,
.tit-trabalhe span {
    color: #fff;
    font-family: alegreya_sansmedium;
}

.tit-trabalhe span {
    font-size: 30px;
    background: #144491;
    padding: 10px 22px 15px;
    margin: 0 0 20px;
    border-radius: 3px;
    display: inline-block;
}

.bt-trabalhe {
    font-size: 18px;
    background: #f58733;
    float: left;
    width: 100%;
    padding: 10px 0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.bt-trabalhe.disabled {
    background: #adadad;
}

.controla-file {
    position: relative;
    float: left;
    width: 100%;
    height: 40px;
}

.controla-file input {
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 40px;
    opacity: 0;
}

.controla-file span {
    float: left;
    width: 100%;
    background: #ececec;
    line-height: 50px;
    color: #000;
    font-size: 15px;
    font-family: alegreya_sansmedium;
    border-radius: 5px;
    text-align: center;
}

.bts-faixa-prod a,
.texto-posbanner {
    font-family: "Noto Sans", sans-serif;
}

.controla-file.preenchido span {
    background: #fff;
}

.controla-file.error span {
    background: #ff3d3d;
}

.coluna-chamado .controla-file span {
    line-height: 40px;
    margin-top: 4px;
}

.faixa-posbanner {
    float: left;
    width: 100%;
    background: #2957a3;
    padding: 25px 0;
    margin: -60px 0 60px;
}

.texto-posbanner {
    background: #f9f9f9;
    padding: 40px 0;
    margin: -60px 0 70px;
    float: left;
    width: 100%;
    color: #2957a3;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.texto-posbanner p {
    padding: 0 80px;
}

.bts-faixa-prod {
    float: right;
}

.bts-faixa-prod a {
    float: left;
    line-height: 50px;
    background: #d4dded;
    padding: 0 20px 0 0;
    margin: 0 0 0 20px;
    font-size: 16px;
    color: #5b5b5b;
    transition: all 0.5s;
}

.bts-faixa-prod .bt-assistencia-faixa:hover {
    background-color: #4fc0ef;
}

.bts-faixa-prod .bt-onde-faixa:hover {
    background-color: #76dcd1;
}

.bts-faixa-prod span {
    float: left;
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 15px 0 0;
}

.faixa-linha,
.form-barra {
    font-family: alegreya_sansregular;
    width: 100%;
    float: left;
}

.bts-faixa-prod .bt-assistencia-faixa span {
    background-image: url(../../images/ico-assistencia-faixa.png);
    background-color: #4fc0ef;
}

.bts-faixa-prod .bt-onde-faixa span {
    background-image: url(../../images/ico-onde-faixa.png);
    background-color: #76dcd1;
}

.faixa-linha {
    padding: 60px 0;
    border-bottom: 1px solid #e5e5e5;
}

.form-barra .bg-form-barra {
    padding: 0 10px 0 20px;
    background: #fff;
    float: left;
    border-radius: 5px;
}

.form-barra .select-form-barra {
    float: left;
    width: 300px;
    margin: 0 20px;
    padding: 0;
    position: relative;
}

.form-barra .select-form-barra select {
    left: 0;
    top: 0;
}

.form-barra .select-form-barra span.customSelect {
    border: none;
    border-radius: 5px;
    padding: 0 0 0 20px;
    float: left;
    margin: 0;
    height: 51px;
    line-height: 51px;
}

.form-barra input {
    padding: 15px 0;
    width: 600px;
    float: left;
}

.form-barra .bg-form-barra button {
    float: right;
    width: 40px;
    height: 40px;
    background: url(../../images/lupa.png) center no-repeat;
    cursor: pointer;
    border: none;
    text-indent: -9999px;
    margin: 5px 0 0;
}

.form-barra .bt-form-barra {
    background: #f58733;
    font-family: alegreya_sansbold;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 12px 0;
    width: 200px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    float: left;
    border: none;
    border-bottom: 4px solid #e47e2f;
    transition: all 0.5s;
}

.form-barra .bt-form-barra:hover {
    background: #ff9e1c;
}

.tit-sidebar {
    float: left;
    width: 100%;
    font-size: 25px;
    color: #5b5b5b;
    padding: 0 0 20px 30px;
}

.sidebar {
    float: left;
    width: 360px;
}

.sidebar ul {
    float: left;
    width: 330px;
    border-top: 1px solid #e5e5e5;
}

.sidebar li {
    float: left;
    border-bottom: 1px solid #e5e5e5;
    background: url(../../images/gradient-sidebar.png) repeat-x;
    background-size: 6px 100%;
    width: 100%;
}

.sidebar li a {
    float: left;
    width: 100%;
    padding: 18px 0 18px 30px;
    font-size: 18px;
    color: #4b4b4b;
    transition: all 0.2s;
}

.sidebar li a:hover {
    color: #f58733;
}

.sidebar li.ativo a {
    background: url(../../images/seta-hover.png) no-repeat;
    background-size: 100% 100%;
    width: 356px;
    color: #fff;
}

.bt-assistencia,
.bt-ondecomprar {
    float: left;
    width: 308px;
    padding: 180px 0 0;
    text-align: center;
    font-size: 20px;
    color: #5b5b5b;
    margin: 70px 0 0;
}

.bt-assistencia {
    background: url(../../images/ico-assistencia.jpg) no-repeat;
}

.bt-ondecomprar {
    background: url(../../images/ico-onde.jpg) no-repeat;
}

.miolo {
    float: right;
    width: 790px;
}

.infos-extras,
.lista-produtos,
.subtitulo {
    width: 100%;
    float: left;
}

.infos-extras {
    font-size: 14px;
    color: #ccc;
    text-align: right;
    padding: 20px 0 0;
}

.subtitulo {
    padding: 0 0 20px;
    font-size: 30px;
    color: #5b5b5b;
}

.lista-produtos li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    transition: all 0.5s;
}

.lista-produtos li:nth-child(3n + 0) {
    margin-right: 0;
}

.lista-produtos li a {
    float: left;
    width: 100%;
}

.lista-produtos li:hover {
    -webkit-box-shadow: 0 0 5px 0 rgba(51, 51, 51, 0.23);
    -moz-box-shadow: 0 0 5px 0 rgba(51, 51, 51, 0.23);
    box-shadow: 0 0 5px 0 rgba(51, 51, 51, 0.23);
}

.lista-produtos .img {
    float: left;
    width: 100%;
    height: 250px;
    text-align: center;
    display: table;
    vertical-align: middle;
    border-bottom: 3px solid #e0e0e0;
    background: #f9f9f9;
    position: relative;
    overflow: hidden;
}

.lista-produtos .alinha {
    display: table-cell;
    vertical-align: middle;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 5px #f9f9f9;
    box-shadow: inset 0 0 0 5px #f9f9f9;
}

.lista-produtos .infos-prod {
    padding: 15px 25px;
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 18px;
}

.lista-produtos .infos-prod span {
    float: left;
    width: 100%;
}

.lista-produtos .infos-prod h3 {
    font-size: 18px;
    color: #2957a3;
    font-family: alegreya_sansmedium;
    font-weight: 700;
    padding: 0 0 5px;
}

.lista-produtos .infos-prod strong {
    clear: both;
    float: right;
    text-align: right;
    color: #f58733;
    font-family: alegreya_sansbold;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
}

.label-downloads,
.linha-representantes a,
.linha-representantes strong {
    font-family: alegreya_sansmedium;
}

.destaque .link-alta,
.lista-produtos .link-alta {
    background: #ececec;
    width: 100%;
    display: block;
    color: #999;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    position: absolute;
    margin: 0;
    left: 0;
    right: 0;
    bottom: -40px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.destaque .link-alta:hover,
.lista-produtos .link-alta:hover {
    color: #000;
}

.destaque:hover .link-alta,
.lista-produtos li:hover .link-alta {
    bottom: 0;
}

.busca-topo-conteudo {
    width: 620px;
    margin: 0 auto 80px;
}

.busca-topo-conteudo div {
    border: 1px solid #2957a3;
    border-radius: 5px;
}

.busca-topo-conteudo input {
    padding: 15px 0 15px 20px;
    width: 550px;
    background: 0 0;
    color: #2b58a3;
}

.busca-topo-conteudo button {
    float: right;
    width: 40px;
    height: 40px;
    background: url(../../images/lupa.png) center no-repeat;
    cursor: pointer;
    border: none;
    text-indent: -9999px;
    margin: 5px 10px 0 0;
}

.label-resultados {
    color: #000;
    font-size: 22px;
    float: left;
    width: 100%;
    text-align: center;
    clear: both;
    padding: 0 0 70px;
}

.label-resultados strong {
    color: #a4a4a4;
}

.linha-representantes {
    float: left;
    width: 100%;
}

.linha-representantes:last-child {
    border: none;
}

@media (max-width: 640px) {
    .linha-representantes {
        border: none;
    }

    .linha-representantes:last-child {
        padding: 0 0 50px;
        margin: 0 0 50px;
    }

    .linha-representantes span {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (min-width: 640px) {
    .linha-representantes {
        padding: 0 0 50px;
        margin: 0 0 50px;
        border-bottom: 1px solid #e5e5e5;
    }

    .linha-representantes span {
        width: 33%;
    }
}

.linha-representantes span {
    float: left;
    padding: 0 20px;
    color: #666;
    font-size: 14px;
    line-height: 25px;
}

.linha-representantes p {
    padding: 0 0 20px;
}

.linha-representantes strong {
    color: #5b5b5b;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    display: block;
    padding: 0 0 10px;
}

.linha-representantes a {
    word-wrap: break-word;
    color: #f48129;
    font-weight: 700;
}

.complemento-subtitulo {
    color: #666;
    font-size: 18px;
    float: left;
    width: 100%;
    text-transform: uppercase;
    margin: -10px 0 20px;
}

.categorias-subtitulo {
    text-transform: none;
}

.imgs-prod {
    float: left;
    width: 425px;
}

.imgs-prod .destaque {
    float: left;
    width: 100%;
    height: 425px;
    border: 1px solid #f1f1f1;
    text-align: center;
    display: table;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.imgs-prod .destaque img {
    max-width: 100%;
    max-height: 400px;
}

.imgs-prod .alinha {
    display: table-cell;
    vertical-align: middle;
}

.miniaturas {
    position: relative;
    float: left;
    width: 380px;
    margin: 13px 0 0 30px;
}

.miniaturas .slides li {
    float: left;
    text-align: center;
}

.miniaturas .slides li a {
    border: 1px solid #f1f1f1;
    float: left;
    padding: 4px 0 0;
    width: 90%;
}

.miniaturas .slides li a img {
    max-height: 75px;
    max-width: 100px;
}

.miniaturas .flex-control-nav {
    display: none;
}

.miniaturas .flex-direction-nav .flex-prev {
    float: left;
    width: 10px;
    height: 14px;
    text-indent: -9999px;
    background: url(../../images/seta-esq.png) no-repeat;
    opacity: 1;
    left: -30px;
    top: 40px;
}

.miniaturas .flex-direction-nav .flex-next {
    float: left;
    width: 10px;
    height: 14px;
    text-indent: -9999px;
    background: url(../../images/seta-dir.png) no-repeat;
    opacity: 1;
    right: -18px;
    top: 40px;
}

.opcoes-prod {
    width: 335px;
    float: right;
}

.label-downloads {
    font-size: 20px;
    color: #9a9a9a;
    text-transform: uppercase;
    font-weight: 400;
    float: left;
    width: 100%;
    padding: 0 0 20px;
}

.lista-downloads-prod,
.lista-downloads-prod li {
    float: left;
    width: 100%;
}

.lista-downloads-prod a {
    float: left;
    width: 100%;
    padding: 30px 10px 30px 100px;
    font-size: 20px;
    color: #4c4c4c;
    text-transform: uppercase;
    margin: 0 0 10px;
    border-radius: 5px;
    font-family: alegreya_sansbold;
    transition: all 0.5s;
    background-color: #dedfe1;
    background-position: left center;
    background-repeat: no-repeat;
}

.lista-downloads-prod a.dl-imagens {
    background-image: url(../../images/dl-imagens.jpg);
}

.lista-downloads-prod a.dl-adesivo {
    background-image: url(../../images/dl-adesivo.jpg);
}

.lista-downloads-prod a.dl-manual {
    background-image: url(../../images/dl-manual.jpg);
}

.lista-downloads-prod a.dl-projeto {
    background-image: url(../../images/dl-projeto.jpg);
}

.lista-downloads-prod a:hover {
    background-color: #2957a4;
    color: #fff;
}

.label-cores {
    font-size: 15px;
    color: #626262;
    text-transform: uppercase;
    float: left;
    width: 100%;
    padding: 40px 0 5px 10px;
    font-weight: 400;
    font-family: "Noto Sans", sans-serif;
}

.cores {
    float: left;
    width: 100%;
}

.cores span {
    float: left;
    width: 42px;
    height: 42px;
    margin: 0 0 0 10px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #ccc;
}

.box-azul-miolo {
    clear: both;
    float: left;
    width: 100%;
    margin: 40px 0 0;
    background: #f9f9f9;
    padding: 25px;
    transition: all 0.5s;
    position: relative;
}

.box-azul-miolo.form-produtos {
    border-radius: 5px;
    border-bottom: 5px solid #e8e8e8;
    cursor: pointer;
}

.box-azul-miolo.form-produtos:hover {
    background: #e8e8e8;
}

.form-box-azul input,
.form-box-azul textarea {
    background: #fff;
    border: 1px solid #f3f3f3;
    float: left;
}

.tit-box-azul {
    font-size: 25px;
    color: #5b5b5b;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-family: alegreya_sansregular;
    text-transform: uppercase;
    padding: 0 0 45px;
    transition: all 0.5s;
}

.form-box-azul button,
.links-auxiliares a {
    font-family: alegreya_sansbold;
    text-transform: uppercase;
}

.tit-box-azul span {
    font-size: 12px;
    float: left;
    width: 100%;
}

.form-box-azul {
    float: left;
    width: 100%;
}

.form-box-azul .coluna-esq {
    float: left;
    width: 46%;
    margin-right: 8%;
}

.form-box-azul .coluna-dir {
    float: left;
    width: 43%;
}

.form-box-azul input {
    width: 100%;
    padding: 12px 8px;
    margin: 15px 0 0;
    box-shadow: 0 0 5px 0 rgba(243, 243, 243, 0.75);
}

.form-box-azul .controla-select {
    margin-top: 15px;
}

.form-box-azul textarea {
    width: 100%;
    height: 120px;
    padding: 8px;
    margin: 14px 0 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(243, 243, 243, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(243, 243, 243, 0.75);
    box-shadow: 0 0 5px 0 rgba(243, 243, 243, 0.75);
}

.form-box-azul span.customSelect {
    padding: 12px 10px;
}

.form-box-azul button {
    float: left;
    width: 100%;
    padding: 10px 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #f58733;
    border-radius: 5px;
    transition: all 0.5s;
    border: none;
    margin: 15px 0 0;
    cursor: pointer;
}

.form-box-azul button:hover {
    background: #ff9e1c;
    border-bottom: 4px solid #d9925c;
}

.form-produtos .form-box-azul {
    height: 0;
    overflow: hidden;
}

.form-produtos .tit-box-azul {
    padding: 0;
}

.fechar-form-prod {
    position: absolute;
    top: 15px;
    right: 15px;
    float: left;
    text-indent: -9999px;
    background: url(../../images/fechar-form-prod.png) center no-repeat;
    width: 20px;
    height: 20px;
}

.links-auxiliares {
    float: left;
    width: 100%;
    text-align: right;
    padding: 20px 0;
}

.links-auxiliares a {
    display: inline-block;
    padding: 0 0 0 20px;
    color: #5b5b5b;
    font-size: 13px;
    text-decoration: none;
    line-height: 20px;
}

.links-auxiliares .lk-imprimir {
    background: url(../../images/ico-imprimir.png) no-repeat;
}

.bloco-desc-prod {
    float: left;
    clear: both;
    width: 440px;
    margin: 0 20px 0 0;
    color: #4c4c4c;
    font-size: 15px;
    line-height: 30px;
}

.tabela-especificacoes {
    width: 330px;
    table-layout: fixed;
}

.tabela-especificacoes td {
    background: #f9f9f9;
    color: #4a4a4a;
    font-size: 15px;
    padding: 7px;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    font-family: alegreya_sansmedium;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.produtos-relacionados {
    float: left;
    width: 100%;
    padding: 40px 0 0;
}

.produtos-relacionados .lista-produtos li {
    width: 23%;
    margin-right: 2%;
}

.categorias-downloads,
.label-relacionados {
    width: 100%;
    float: left;
}

.produtos-relacionados .lista-produtos li:nth-child(3n + 0) {
    margin-right: 2%;
}

.produtos-relacionados .lista-produtos li:nth-child(4n + 0) {
    clear: none;
    margin-right: 0;
}

.categorias-downloads li:nth-child(4n + 1),
.clear,
.clearfix:after {
    clear: both;
}

.label-relacionados {
    font-size: 20px;
    color: #9a9a9a;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 0 20px 35px;
}

.categorias-downloads li {
    float: left;
    width: 25%;
    padding: 0 20px 0 0;
}

.categorias-downloads a {
    float: left;
    width: 100%;
    padding: 16px 10px 16px 55px;
    text-align: center;
    font-size: 16px;
    color: #4c4c4c;
    text-transform: uppercase;
    margin: 0 0 10px;
    border-radius: 5px;
    font-family: alegreya_sansbold;
    transition: all 0.5s;
    background: url(../../images/ico-seta-down.png) 0 center no-repeat #dedfe1;
}

.categorias-downloads a.ativo,
.categorias-downloads a:hover {
    background-color: #2957a4;
    color: #fff;
}

.label-categoria,
.lista-downloads li a {
    float: left;
    color: #5b5b5b;
    font-family: alegreya_sansregular;
}

.label-categoria {
    width: 100%;
    padding: 0 0 40px;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.lista-downloads {
    float: left;
    width: 100%;
}

.lista-downloads li {
    float: left;
    width: 50%;
    padding: 0 2% 0 0;
    text-align: center;
}

.lista-downloads li a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    background: url(../../images/lk-seta-down-baixo.jpg) bottom center no-repeat #dedfe1;
    padding: 17px 20px 47px;
    text-transform: uppercase;
}

.coluna-chamado button,
.tit-chamado {
    font-weight: 400;
    font-family: alegreya_sansmedium;
    text-transform: uppercase;
    float: left;
}

.aviso-home {
    float: left;
    width: 100%;
    background: #19499b;
    padding: 40px 80px 5px;
    color: #fff;
    margin: 0 0 30px;
}

.aviso-home p {
    padding: 0 0 25px;
    line-height: 20px;
    font-size: 20px;
}

.aviso-home strong {
    float: left;
    width: 100%;
    padding: 0 0 10px;
}

.coluna-chamado {
    float: left;
    width: 40%;
    margin-left: 10%;
    background: #f9f9f9;
    padding: 40px;
}

.coluna-chamado.last {
    margin-right: 0;
    margin-left: 0;
}

.coluna-chamado label {
    color: #5b5b5b;
    font-size: 16px;
}

.coluna-chamado button {
    color: #fff;
    font-size: 18px;
    background: #f58733;
    width: 100%;
    padding: 10px 0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.5s;
}

.coluna-chamado button:hover {
    background: #e47e2f;
}

.tit-chamado {
    font-size: 20px;
    color: #5b5b5b;
    width: 100%;
    text-align: center;
    margin: 0 0 30px;
}

.chamadas-assistencia {
    float: left;
    width: 100%;
    text-align: center;
}

.chamadas-assistencia .sac {
    display: inline-block;
    background: url(../../images/ico-sac.png) no-repeat;
    padding: 15px 0 20px;
    margin: 15px 0 0;
    text-align: center;
    font-size: 12px;
    width: 370px;
    color: #2756a2;
    font-family: "Noto Sans", sans-serif;
    vertical-align: top;
}

.chamadas-assistencia .sac strong {
    font-size: 32px;
    line-height: 30px;
    float: left;
    width: 100%;
}

.chamadas-assistencia .bt-abrir-chamado,
.chamadas-assistencia .bt-abrir-chamado-externo {
    display: inline-block;
    width: 325px;
    color: #fff;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    border-bottom: 5px solid #e47e2f;
    text-align: center;
    text-transform: uppercase;
    margin: 40px 0 0;
    transition: all 0.5s;
    padding: 25px;
    border-radius: 5px;
}

.chamadas-assistencia .bt-abrir-chamado {
    background: #f58733;
}

.chamadas-assistencia .bt-abrir-chamado:hover {
    background: #ff9e1c;
}

.chamadas-assistencia .bt-abrir-chamado-externo {
    background: #f58733;
}

.form-chamado,
.overlay {
    display: none;
}

.mac .barra-cor a,
.mac .bloco .bloco-lk-simples,
.mac .bloco-conteudo .bloco-titulo,
.mac .blocos-chamadas .bloco-lk-acesse,
.mac .blocos-chamadas .bloco-lk-play,
.mac .bt-form,
.mac .chamadas-assistencia .bt-abrir-chamado,
.mac .chamadas-assistencia .bt-abrir-chamado-externo,
.mac .coluna-contato .sac,
.mac .coluna-contato a,
.mac .menu-idioma li a,
.mac .topo-interna .lk-topo-interna,
.mac .topo-interna .migalha,
.safari .barra-cor a,
.safari .bloco .bloco-lk-simples,
.safari .bloco-conteudo .bloco-titulo,
.safari .blocos-chamadas .bloco-lk-acesse,
.safari .blocos-chamadas .bloco-lk-play,
.safari .bt-form,
.safari .chamadas-assistencia .bt-abrir-chamado,
.safari .chamadas-assistencia .bt-abrir-chamado-externo,
.safari .coluna-contato .sac,
.safari .coluna-contato a,
.safari .endereco,
.safari .menu-idioma li a,
.safari .rodape-copy,
.safari .topo-interna .lk-topo-interna,
.safari .topo-interna .migalha,
.safari-mac .barra-cor a,
.safari-mac .bloco .bloco-lk-simples,
.safari-mac .bloco-conteudo .bloco-titulo,
.safari-mac .blocos-chamadas .bloco-lk-acesse,
.safari-mac .blocos-chamadas .bloco-lk-play,
.safari-mac .bt-form,
.safari-mac .chamadas-assistencia .bt-abrir-chamado,
.safari-mac .chamadas-assistencia .bt-abrir-chamado-externo,
.safari-mac .coluna-contato .sac,
.safari-mac .coluna-contato a,
.safari-mac .endereco,
.safari-mac .menu a,
.safari-mac .menu-idioma li,
.safari-mac .menu-idioma li a,
.safari-mac .rodape-copy,
.safari-mac .topo-interna .lk-topo-interna,
.safari-mac .topo-interna .migalha,
.safari-mac body {
    font-family: Helvetica;
}

.chamadas-assistencia .bt-abrir-chamado-externo:hover {
    background: #ff9e1c;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.float-video {
    position: fixed;
    top: 20%;
    left: -1000px;
    width: 690px;
    margin: 0 0 0 -345px;
    padding: 25px;
    background: #fff;
    border-radius: 5px;
    z-index: 101;
    transition: all 1s;
}

.paginacao a,
.paginacao a.ativo {
    display: inline-block;
    font-weight: 700;
    padding: 0 4px;
}

.float-video.ativo {
    opacity: 1;
    left: 50%;
}

.fechar-float {
    position: absolute;
    top: -40px;
    right: 0;
    width: 40px;
    height: 40px;
}

.fechar-float span {
    width: 30px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    float: left;
    position: absolute;
    top: 10px;
    left: 0;
    transition: all 0.5s;
}

.fechar-float span.cima {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fechar-float span.baixo {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.fechar-float.close span.baixo,
.fechar-float.close span.cima {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.paginacao {
    float: left;
    width: 100%;
    text-align: right;
    font-size: 24px;
}

.paginacao a {
    color: #f58733;
    line-height: 40px;
    vertical-align: top;
}

.paginacao a:hover {
    color: #2957a3;
}

.paginacao a.ativo {
    color: #2957a3;
    font-size: 30px;
    margin: -2px 0 0;
}

.bt-menu-mobile,
.filtro-mobile {
    display: none;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    content: " ";
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.safari-mac .menu a {
    float: left;
}

.mac .menu a,
.safari .menu a {
    padding: 15px 0 5px;
}
