@charset 'utf-8';
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

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

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

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

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

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

a:hover,
a:active {
    outline: 0
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

#map_canvas img {
    max-width: none
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle
}

button,
input {
    *overflow: visible;
    line-height: normal
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    padding: 0;
    -webkit-appearance: button
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    vertical-align: top
}

body {
    color: #000000;
    min-width: 1100px;
    text-rendering: optimizelegibility
}

body,
input,
textarea,
select,
button {
    font: normal 14px 'Open Sans', sans-serif
}

a {
    color: #000000;
    text-decoration: none
}

a:hover,
a:active {
    color: #0d0d0d
}

b,
strong {
    font-weight: bold
}

i,
em {
    font-style: italic
}

button {
    border: 0;
    cursor: pointer;
    display: block;
    float: right
}

abbr {
    border-bottom: 1px dotted #ffffff;
    cursor: help
}

::selection {
    background: #ffa301;
    color: #ffffff
}

::moz-selection {
    background: #ffa301;
    color: #ffffff
}

.container {
    margin: 0;
    min-width: 1100px;
    overflow: visible;
    position: relative;
    width: 100%
}

.content {
    margin: 0 auto;
    position: relative;
    width: 1100px
}

.animar {
    -webkit-transition: all 350ms cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all 350ms cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all 350ms cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 350ms cubic-bezier(.19, 1, .22, 1);
    transition: all 350ms cubic-bezier(.19, 1, .22, 1)
}

.sombra-box {
    -webkit-box-shadow: -2px 2px 9px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -2px 2px 9px 0 rgba(0, 0, 0, 0.5);
    box-shadow: -2px 2px 9px 0 rgba(0, 0, 0, 0.5)
}

.sombra-texto {
    text-shadow: 2px 2px 3px #000000
}

.centraliza-titulo {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: inline-block;
    left: 50%;
    position: relative
}

.clearfix {
    *zoom: 1
}

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

.clearfix:after {
    clear: both
}

#ows {
    background: url(../images/ows.png) no-repeat 0 0;
    display: block;
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 47px;
    height: 25px
}

#ows:hover {
    background-position: -47px 0
}

form .item-form {
    *zoom: 1;
    position: relative;
    margin-bottom: 12px
}

form .item-form:before,
form .item-form:after {
    display: table;
    content: ""
}

form .item-form:after {
    clear: both
}

form .alertaErro {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    font: bold 10px/22px 'Open Sans', sans-serif;
    padding: 0 10px;
    position: absolute;
    top: -15px;
    left: 30%;
    white-space: nowrap;
    z-index: 20
}

form .alertaErro:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    position: absolute;
    top: 22px;
    left: 15px;
    width: 0;
    height: 0
}

form .validar-erro {
    border-color: #df0000 !important
}

form .validar-sucesso {
    border-color: #606060 !important;
    color: #808080 !important
}

#envies {
    display: none;
    left: 20%;
    top: 30%;
    margin-top: 4%;
    background-color: rgba(0, 0, 0, 0.75);
    box-shadow: 5px 5px 35px 2000px rgba(0, 0, 0, 0.75);
    float: left;
    position: fixed;
    z-index: 1000;
    text-align: center;
    width: 60%
}

#envies img {
    margin-bottom: 10px
}

#envies p {
    color: white;
    font-weight: bold;
    font-size: 30px
}

form.padrao {
    *zoom: 1;
    margin: 20px auto
}

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

form.padrao:after {
    clear: both
}

form.padrao .item-form {
    *zoom: 1;
    position: relative;
    margin-bottom: 12px
}

form.padrao .item-form:before,
form.padrao .item-form:after {
    display: table;
    content: ""
}

form.padrao .item-form:after {
    clear: both
}

form.padrao label {
    clear: left;
    display: block;
    float: left;
    line-height: 30px;
    margin-right: 55px;
    text-align: right;
    width: 110px
}

form.padrao label:after {
    content: ':'
}

form.padrao input,
form.padrao textarea,
form.padrao select {
    -webkit-transition: all 350ms cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all 350ms cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all 350ms cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 350ms cubic-bezier(.19, 1, .22, 1);
    transition: all 350ms cubic-bezier(.19, 1, .22, 1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fafafa;
    border: 1px solid #cccccc;
    color: #000000;
    float: left;
    font-weight: bold;
    height: 30px;
    padding: 5px;
    width: 350px
}

form.padrao input:focus,
form.padrao textarea:focus,
form.padrao select:focus {
    background-color: #ffffff;
    border-color: #606060;
    outline: none
}

form.padrao textarea {
    height: 120px;
    resize: none
}

form.padrao em {
    color: #df0000;
    display: block;
    float: left;
    margin-top: 3px;
    margin-left: 4px
}

form.padrao p.legenda {
    clear: left;
    color: #636363;
    float: left;
    font-size: 12px;
    line-height: 26px
}

form.padrao button {
    -webkit-transition: all 350ms cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all 350ms cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all 350ms cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 350ms cubic-bezier(.19, 1, .22, 1);
    transition: all 350ms cubic-bezier(.19, 1, .22, 1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    background-color: #ffa301;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    font-weight: normal;
    height: 26px;
    margin-right: 7px;
    padding: 3px 15px;
    position: relative;
    vertical-align: top
}

form.padrao button:hover {
    background: #5fbfaf
}

form.padrao button[type="reset"] {
    background-color: #636363
}

form.padrao button[type="reset"]:hover {
    background: #6b6b6b
}

form.padrao fieldset {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    border: 1px solid #ffa301;
    margin-bottom: 20px;
    padding: 15px 0
}

form.padrao fieldset .item-form:last-child {
    margin-bottom: 0
}

form.padrao legend {
    color: #ffa301;
    font-size: 22px;
    font-weight: bold;
    margin-left: 20px;
    padding: 0 10px
}

form.padrao .item-form.multiplo input {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: 0;
    border: 0;
    float: none;
    margin: 0 5px;
    width: auto
}

form.padrao .item-form.multiplo input+label {
    clear: none;
    cursor: pointer;
    display: inline-block;
    float: none;
    font-weight: bold;
    margin-right: 30px;
    text-align: left;
    width: auto !important
}

form.padrao .item-form.multiplo input+label:after {
    display: none
}

form.padrao .item-form.menor input {
    width: 190px
}

form.padrao .item-form.grande input {
    width: 500px
}

#navegacao {
    border-top: 1px solid rgba(96, 96, 96, 0.7);
    clear: both;
    font-size: 11px;
    padding: 5px 0;
    text-align: right
}

#navegacao a {
    color: #ffa301;
    cursor: pointer;
    margin-left: 20px
}

#navegacao .topo:before {
    content: '▲';
    margin-right: 5px
}

#navegacao .voltar:before {
    content: '◄';
    margin-right: 5px
}

ul.mapa-site {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    *zoom: 1;
    background: rgba(242, 242, 242, 0.2);
    padding: 20px
}

ul.mapa-site:before,
ul.mapa-site:after {
    display: table;
    content: ""
}

ul.mapa-site:after {
    clear: both
}

ul.mapa-site>li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    font-size: 18px;
    margin-bottom: 30px;
    padding-left: 20px;
    width: 25%
}

ul.mapa-site>li:nth-child(4n+1) {
    clear: left
}

ul.mapa-site>li:before {
    color: #ffa301;
    content: '➨';
    display: inline-block;
    font-size: 90%;
    margin-right: 5px;
    margin-left: -20px;
    vertical-align: baseline
}

ul.mapa-site>li>a {
    border-bottom: 1px dotted #606060
}

ul.mapa-site ul {
    margin-left: 20px
}

ul.mapa-site ul li {
    font-size: 80%;
    margin-top: 3px
}

ul.mapa-site a:hover {
    text-decoration: underline
}

::-webkit-scrollbar {
    width: 15px
}

::-webkit-scrollbar-track {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    background: #ffa301;
    padding: 3px
}

::-webkit-scrollbar-thumb {
    background: #ffd284;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.005);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.005);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.005);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 4px solid #ffd284
}

.ao-topo {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #ffa301 url(../images/to-top-branco.png) no-repeat center;
    display: none;
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 45px;
    height: 45px;
    z-index: 1000
}


.whatsapp-floating {
    position: fixed;
    bottom: calc(60px + 8px);
    right: 10px;
    margin: 0px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #32d951;
    z-index: 999;
    border: 5px solid #32d951;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    animation: blink-animation 3s steps(5, start) infinite;
    -webkit-animation: blink-animation 3s steps(5, start) infinite;
}
.whatsapp-floating > img {
    width: 25px;
    height: 25px;
}
.whatsapp-floating:hover {
    color: #fff;
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    -moz-animation-play-state: paused;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

#sprite .telefone {
    background: url(../images/sprite.png) no-repeat -45px -5px;
    display: block;
    width: 23px;
    height: 36px
}

#sprite .seta-menor {
    background: url(../images/sprite.png) no-repeat 0 0;
    display: block;
    width: 26px;
    height: 82px
}

#sprite .seta-menor {
    background: url(../images/sprite.png) no-repeat 0 0;
    display: block;
    width: 26px;
    height: 82px
}

#sprite .horario {
    background: url(../images/sprite.png) no-repeat -34px 0;
    display: block;
    width: 70px;
    height: 70px
}

#sprite .fb {
    background: url(../images/sprite.png) no-repeat -109px 0;
    display: block;
    width: 53px;
    height: 53px
}

#sprite .marcador {
    background: url(../images/sprite.png) no-repeat -171px 0;
    display: inline-block;
    width: 9px;
    height: 9px
}

#sprite .close {
    background: url(../images/sprite.png) no-repeat -187px 0;
    display: block;
    width: 26px;
    height: 26px
}

#sprite .marcador-branco {
    background: url(../images/sprite.png) no-repeat -171px -17px;
    display: block;
    width: 9px;
    height: 9px
}

#sprite .before-carrinho {
    background: url(../images/sprite.png) no-repeat -217px 0;
    display: block;
    width: 25px;
    height: 49px
}

#sprite .carrinho-branco {
    background: url(../images/sprite.png) no-repeat -250px 0;
    display: block;
    width: 42px;
    height: 37px
}

#sprite .close-branco {
    background: url(../images/sprite.png) no-repeat -296px 0;
    display: block;
    width: 35px;
    height: 35px
}

#sprite .seta-carrinho {
    background: url(../images/sprite.png) no-repeat -339px 0;
    display: block;
    width: 20px;
    height: 183px
}

#sprite .carrinho-verde {
    background: url(../images/sprite.png) no-repeat -265px -51px;
    display: block;
    width: 57px;
    height: 51px
}

.gradient-cinza {
    background: #606060;
    background: -moz-linear-gradient(top, #606060 0, #606060 50%, #4b4b4b 51%, #4b4b4b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #606060), color-stop(50%, #606060), color-stop(51%, #4b4b4b), color-stop(100%, #4b4b4b));
    background: -webkit-linear-gradient(top, #606060 0, #606060 50%, #4b4b4b 51%, #4b4b4b 100%);
    background: -o-linear-gradient(top, #606060 0, #606060 50%, #4b4b4b 51%, #4b4b4b 100%);
    background: -ms-linear-gradient(top, #606060 0, #606060 50%, #4b4b4b 51%, #4b4b4b 100%);
    background: linear-gradient(to bottom, #606060 0, #606060 50%, #4b4b4b 51%, #4b4b4b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#606060', endColorstr='#4b4b4b', GradientType=0)
}

body {
    background: #f2f2f2
}

#topo-container {
    margin: 0;
    min-width: 1100px;
    overflow: visible;
    position: relative;
    width: 100%;
    background: #000000
}

#topo-container header {
    margin: 0 auto;
    position: relative;
    width: 1100px;
    height: 82px
}

#topo-container header .logo {
    position: absolute;
    left: 0;
    top: 15px
}

#topo-container header nav {
    position: absolute;
    bottom: 25px;
    left: 185px
}

#topo-container header nav li {
    display: block;
    float: left
}

#topo-container header nav li a {
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 300;
    padding: 0 20px
}

#topo-container header nav li+li {
    border-left: 1px solid rgba(255, 255, 255, 0.35)
}

#topo-container .links {
    background: #ffa301;
    padding: 7px 0
}

#topo-container .links ul {
    margin: 0 auto;
    position: relative;
    width: 1100px;
    text-align: right
}

#topo-container .links li {
    display: inline-block
}

#topo-container .links li+li {
    margin-left: 20px
}

#topo-container .links li a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 300
}

#topo-container .links li.login a {
    font-size: 15px;
    font-weight: 700
}

#quadro-banner {
    margin: 0;
    min-width: 1100px;
    overflow: visible;
    position: relative;
    width: 100%;
    overflow: hidden
}

#quadro-banner .centro {
    position: relative;
    left: 50%;
    margin-left: -1000px;
    height: 550px;
    width: 2000px
}

#quadro-banner .centro img {
    height: 550px;
    width: 2000px;
    object-fit: scale-down;
}

#quadro-banner .bx-controls {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -550px;
    width: 1100px;
    text-align: center
}

#quadro-banner .bx-pager-item {
    display: inline-block;
    line-height: 22px;
    position: relative;
    text-align: center;
    height: 22px;
    width: 22px
}

#quadro-banner .bx-pager-item a {
    -webkit-transition: all 350ms cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all 350ms cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all 350ms cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 350ms cubic-bezier(.19, 1, .22, 1);
    transition: all 350ms cubic-bezier(.19, 1, .22, 1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #606060;
    color: #ffffff;
    display: block
}

#quadro-banner .bx-pager-item a.active,
#quadro-banner .bx-pager-item a:hover {
    background: #ffa301;
    color: #000000
}

#quadro-banner .bx-pager-item+.bx-pager-item {
    margin-left: 5px
}

#quadro-banner .bx-controls-direction {
    display: none
}

#rodape-container {
    margin: 0;
    min-width: 1100px;
    overflow: visible;
    position: relative;
    width: 100%;
    background: #000000;
    background: -moz-linear-gradient(top, #606060 0, #606060 100%, #4b4b4b 51%, #4b4b4b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #606060), color-stop(50%, #606060), color-stop(51%, #4b4b4b), color-stop(100%, #4b4b4b));
    background: -webkit-linear-gradient(top, #606060 0, #606060 100%, #4b4b4b 51%, #4b4b4b 100%);
    background: -o-linear-gradient(top, #606060 0, #606060 100%, #4b4b4b 51%, #4b4b4b 100%);
    background: -ms-linear-gradient(top, #606060 0, #606060 100%, #4b4b4b 51%, #4b4b4b 100%);
    background: linear-gradient(to bottom, #606060 0, #606060 100%, #4b4b4b 51%, #4b4b4b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#606060', endColorstr='#4b4b4b', GradientType=0);
    height: 195px
}

#rodape-container footer {
    height: 195px
}

#rodape-container .baixo {
    margin: 0 auto;
    width: 1100px;
    clear: both;
    display: block;
    top: 40px;
    position: relative
}

#rodape-container .baixo address {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
    float: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding-left: 20px;
    padding-right: 50px;
    margin-bottom: 50px
}

#rodape-container .baixo address span {
    display: block;
    font-size: 19px
}

#rodape-container .baixo .atendimento {
    color: rgba(255, 255, 255, 0.7);
    float: left;
    font-weight: 300;
    margin-left: 10px;
    padding-left: 100px;
    position: relative;
    text-align: right
}

#rodape-container .baixo .atendimento h3 {
    font-size: 20px;
    margin-bottom: 5px
}

#rodape-container .baixo .atendimento::before {
    background: url(../images/sprite.png) no-repeat -34px 0;
    display: block;
    width: 70px;
    height: 70px;
    content: '';
    position: absolute;
    left: 20px
}

#rodape-container .baixo .fb {
    background: url(../images/sprite.png) no-repeat -109px 0;
    display: block;
    width: 53px;
    height: 53px;
    position: absolute;
    right: 0;
    top: 15px
}

#rodape-container .baixo .logo {
    display: block;
    float: left;
    margin-right: 50px
}

#rodape-container .formas {
    margin: 0 auto;
    position: relative;
    background-color: #000000;
    height: 70px;
    padding: 40px 0 0 220px
}

#rodape-container .formas h3 {
    color: rgba(255, 255, 255, 0.45);
    float: left;
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    margin-right: 30px
}

#rodape-container .formas h3 span {
    display: block;
    font-weight: 700
}

#rodape-container .formas ul {
    *zoom: 1;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    float: left;
    padding-left: 30px
}

#rodape-container .formas ul:before,
#rodape-container .formas ul:after {
    display: table;
    content: ""
}

#rodape-container .formas ul:after {
    clear: both
}

#rodape-container .formas ul li {
    display: block;
    float: left;
    margin-right: 10px
}

#rodape-container #links {
    background: #000000;
    display: block;
    position: absolute;
    height: 50px;
    width: 100%
}

#rodape-container #links ul {
    margin-top: 15px;
    text-align: center
}

#rodape-container #links ul li {
    display: inline-block;
    position: relative
}

#rodape-container #links ul li+li {
    margin-left: 30px
}

#rodape-container #links ul li+li::before {
    color: rgba(255, 255, 255, 0.5);
    content: '-';
    position: absolute;
    left: -18px;
    top: 0
}

#rodape-container #links ul li a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px
}

#rodape-container #ows {
    right: 50%;
    margin-right: -550px
}

.compre-aqui {
    background: #7e7e7e;
    color: #ffa301;
    display: block;
    font-size: 25px;
    font-weight: 300;
    line-height: 25px;
    padding: 16px 20px;
    position: absolute;
    text-align: center;
    right: 0;
    top: 0
}

.compre-aqui:hover {
    color: #ffa301
}

.compre-aqui span {
    display: block;
    font-size: 25px;
    font-weight: 700
}

.compre-aqui::before {
    background: url(../images/sprite.png) no-repeat 0 0;
    display: block;
    width: 26px;
    height: 82px;
    content: '';
    position: absolute;
    left: -25px;
    top: 0
}

.interno {
    padding: 50px
}

.interno .texto p {
    color: #333333;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px
}

.interno .texto p+p {
    margin-top: 25px
}

.interno h1 {
    background: url(../images/bgTitulo.png) no-repeat top left;
    left: 50%;
    margin-left: -1070px;
    position: relative;
    top: -30px;
    height: 172px;
    width: 940px
}

.interno h1 span {
    color: #ffffff;
    display: block;
    float: right;
    font-size: 35px;
    font-weight: 300;
    line-height: 180px;
    margin-right: 130px
}

.interno .content {
    *zoom: 1
}

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

.interno .content:after {
    clear: both
}

#home .avisos {
    margin: 15px auto;
    text-align: center
}

#home .avisos li {
    display: inline-block
}

#home .avisos li+li {
    margin-left: 15px
}

#pulseiras {
    padding: 0;
    padding-top: 50px
}

#pulseiras .content {
    width: 900px
}

.item-pulseira {
    color: rgba(64, 64, 64, 0.85);
    padding: 30px 50px
}

.item-pulseira:nth-child(odd) {
    background: #e5e5e5
}

.item-pulseira h2 {
    font-size: 32px;
    font-weight: 300
}

.item-pulseira h2 span {
    font-size: 23px;
    font-style: italic;
    margin-left: 15px
}

.item-pulseira h3 {
    font-size: 23px;
    margin-bottom: 15px
}

.item-pulseira h4 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px
}

.item-pulseira .bloco {
    display: block;
    float: left;
    margin-right: 45px;
    margin-bottom: 40px
}

.item-pulseira .bloco li {
    cursor: pointer;
    display: inline-block;
    margin-right: 7px;
    height: 35px;
    width: 50px
}

.item-pulseira .cores {
    *zoom: 1;
    position: relative;
    width: 900px
}

.item-pulseira .cores:before,
.item-pulseira .cores:after {
    display: table;
    content: ""
}

.item-pulseira .cores:after {
    clear: both
}

.item-pulseira .cores .compre {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url(../images/compre.png) no-repeat center;
    position: absolute;
    top: 50%;
    right: -120px;
    height: 100px;
    width: 168px
}

.item-pulseira .pulseira {
    display: block;
    margin-bottom: 15px;
    position: relative
}

.item-pulseira .pulseira .infos {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    *zoom: 1;
    background: rgba(242, 242, 242, 0.95);
    display: none;
    left: 50%;
    padding: 40px 50px;
    position: absolute;
    top: 95px;
    width: 900px;
    z-index: 5
}

.item-pulseira .pulseira .infos:before,
.item-pulseira .pulseira .infos:after {
    display: table;
    content: ""
}

.item-pulseira .pulseira .infos:after {
    clear: both
}

.item-pulseira .pulseira .infos::before {
    top: 0;
    margin-left: -30px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid rgba(242, 242, 242, 0.95);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content: '';
    position: absolute;
    left: 50%;
    top: -30px;
    z-index: 100
}

.item-pulseira .pulseira .infos h2 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px
}

.item-pulseira .pulseira .infos .fechar {
    background: url(../images/sprite.png) no-repeat -187px 0;
    display: block;
    width: 26px;
    height: 26px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px
}

.item-pulseira .pulseira .infos .detalhes {
    display: block;
    float: left;
    width: 70%
}

.item-pulseira .pulseira .infos .detalhes li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    font-size: 15px;
    font-weight: 300;
    margin-top: 7px;
    padding-left: 20px;
    position: relative;
    width: 45%
}

.item-pulseira .pulseira .infos .detalhes li::before {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url(../images/sprite.png) no-repeat -171px 0;
    display: inline-block;
    width: 9px;
    height: 9px;
    content: '';
    position: absolute;
    left: 0;
    right: 8px;
    top: 50%
}

.item-pulseira .pulseira .infos .detalhes li:nth-child(even) {
    margin-left: 10%
}

.item-pulseira .pulseira .infos .impressao {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid rgba(96, 96, 96, 0.5);
    display: block;
    float: right;
    padding-left: 50px;
    width: 30%
}

.item-pulseira .pulseira .infos .impressao p {
    font-size: 15px;
    font-weight: 300
}

.item-pulseira .pulseira .infos .pulseira-detalhe {
    display: block;
    margin: 10px auto;
    margin-top: 0;
    margin-bottom: 30px
}

.item-pulseira .pulseira .principal {
    cursor: pointer;
    display: block;
    margin: 0 auto
}

#compreaqui header nav {
    margin-bottom: 15px
}

#compreaqui header nav ul {
    *zoom: 1
}

#compreaqui header nav ul:before,
#compreaqui header nav ul:after {
    display: table;
    content: ""
}

#compreaqui header nav ul:after {
    clear: both
}

#compreaqui header nav li {
    -webkit-transition: all 350ms cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all 350ms cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all 350ms cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 350ms cubic-bezier(.19, 1, .22, 1);
    transition: all 350ms cubic-bezier(.19, 1, .22, 1);
    background: rgba(75, 75, 75, 0.8);
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 23px;
    font-weight: 300;
    line-height: 55px;
    position: relative;
    text-align: center;
    height: 55px;
    width: 25%
}

#compreaqui header nav li:hover,
#compreaqui header nav li.active {
    background: #a5a5a5
}

#compreaqui header nav li+li::before {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: rgba(255, 255, 255, 0.3);
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: 50%;
    width: 1px;
    height: 20px
}

#compreaqui .conteudo .conteudo-elementos {
    *zoom: 1;
    display: none
}

#compreaqui .conteudo .conteudo-elementos:before,
#compreaqui .conteudo .conteudo-elementos:after {
    display: table;
    content: ""
}

#compreaqui .conteudo .conteudo-elementos:after {
    clear: both
}

#compreaqui .conteudo .conteudo-elementos .item {
    color: #606060;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
    width: 33%
}

#compreaqui .conteudo .conteudo-elementos .item.active {
    background: #ee3a43
}

#compreaqui .conteudo .conteudo-elementos .item.active .tit {
    color: #ffffff
}

#compreaqui .conteudo .conteudo-elementos .item.active:hover {
    background: #ee3a43
}

#compreaqui .conteudo .conteudo-elementos .item:nth-child(3n) {
    margin-right: 0
}

#compreaqui .conteudo .conteudo-elementos .item:hover {
    background: #e5e5e5
}

#compreaqui .conteudo .conteudo-elementos .item:hover .info {
    background: #aaaaaa;
    color: #ffffff
}

#compreaqui .conteudo .conteudo-elementos .item .tit {
    display: block;
    padding: 35px;
    padding-bottom: 15px
}

#compreaqui .conteudo .conteudo-elementos .item .tit h2 {
    font-size: 20px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 10px
}

#compreaqui .conteudo .conteudo-elementos .item .tit .cm {
    display: block;
    font-size: 19px;
    font-style: italic;
    font-weight: 300
}

#compreaqui .conteudo .conteudo-elementos .item .img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #EAEAEA;
    display: block;
    padding: 20px 5px;
    width: 100%
}

#compreaqui .conteudo .conteudo-elementos .item .img img {
    max-width: 360px
}

#compreaqui .conteudo .conteudo-elementos .item .info {
    -webkit-transition: all 350ms cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all 350ms cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all 350ms cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 350ms cubic-bezier(.19, 1, .22, 1);
    transition: all 350ms cubic-bezier(.19, 1, .22, 1);
    background: #dddddd;
    display: block;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase
}

#compreaqui .conteudo .conteudo-elementos .item:nth-child(1) .quadro-comprar,
#compreaqui .conteudo .conteudo-elementos .item:nth-child(4) .quadro-comprar,
#compreaqui .conteudo .conteudo-elementos .item:nth-child(7) .quadro-comprar,
#compreaqui .conteudo .conteudo-elementos .item:nth-child(10) .quadro-comprar,
#compreaqui .conteudo .conteudo-elementos .item:nth-child(13) .quadro-comprar {
    left: 0
}

#compreaqui .conteudo .conteudo-elementos .item:nth-child(1) .quadro-comprar::before,
#compreaqui .conteudo .conteudo-elementos .item:nth-child(4) .quadro-comprar::before,
#compreaqui .conteudo .conteudo-elementos .item:nth-child(7) .quadro-comprar::before,
#compreaqui .conteudo .conteudo-elementos .item:nth-child(10) .quadro-comprar::before,
#compreaqui .conteudo .conteudo-elementos .item:nth-child(13) .quadro-comprar::before {
    left: 170px
}

#compreaqui .conteudo .conteudo-elementos .item:nth-child(2) .quadro-comprar,
#compreaqui .conteudo .conteudo-elementos .item:nth-child(5) .quadro-comprar,
#compreaqui .conteudo .conteudo-elementos .item:nth-child(8) .quadro-comprar,
#compreaqui .conteudo .conteudo-elementos .item:nth-child(11) .quadro-comprar,
#compreaqui .conteudo .conteudo-elementos .item:nth-child(14) .quadro-comprar {
    left: -300px
}

#compreaqui .conteudo .conteudo-elementos .item:nth-child(2) .quadro-comprar::before,
#compreaqui .conteudo .conteudo-elementos .item:nth-child(5) .quadro-comprar::before,
#compreaqui .conteudo .conteudo-elementos .item:nth-child(8) .quadro-comprar::before,
#compreaqui .conteudo .conteudo-elementos .item:nth-child(11) .quadro-comprar::before,
#compreaqui .conteudo .conteudo-elementos .item:nth-child(14) .quadro-comprar::before {
    left: 50%
}

#compreaqui .conteudo .conteudo-elementos .item:nth-child(3) .quadro-comprar,
#compreaqui .conteudo .conteudo-elementos .item:nth-child(6) .quadro-comprar,
#compreaqui .conteudo .conteudo-elementos .item:nth-child(9) .quadro-comprar,
#compreaqui .conteudo .conteudo-elementos .item:nth-child(12) .quadro-comprar,
#compreaqui .conteudo .conteudo-elementos .item:nth-child(15) .quadro-comprar {
    left: -670px
}

#compreaqui .conteudo .conteudo-elementos .item:nth-child(3) .quadro-comprar::before,
#compreaqui .conteudo .conteudo-elementos .item:nth-child(6) .quadro-comprar::before,
#compreaqui .conteudo .conteudo-elementos .item:nth-child(9) .quadro-comprar::before,
#compreaqui .conteudo .conteudo-elementos .item:nth-child(12) .quadro-comprar::before,
#compreaqui .conteudo .conteudo-elementos .item:nth-child(15) .quadro-comprar::before {
    left: 85%
}

.quadro-comprar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.2);
    *zoom: 1;
    background: rgba(96, 96, 96, 0.97);
    top: 120px;
    cursor: default;
    display: none;
    left: 0;
    padding: 60px 50px;
    position: absolute;
    width: 980px;
    z-index: 100
}

.quadro-comprar:before,
.quadro-comprar:after {
    display: table;
    content: ""
}

.quadro-comprar:after {
    clear: both
}

.quadro-comprar::before {
    top: 0;
    left: 50%;
    margin-left: -30px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid rgba(96, 96, 96, 0.97);
    content: '';
    position: absolute;
    left: 10%;
    top: -30px
}

.quadro-comprar .fechar {
    background: url(../images/sprite.png) no-repeat -296px 0;
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px
}

.quadro-comprar h3 {
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 5px
}

.quadro-comprar .impressao {
    margin-top: 50px
}

.quadro-comprar .esquerda {
    display: block;
    float: left;
    width: 44%
}

.quadro-comprar .esquerda li {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    margin-top: 10px;
    padding-left: 15px;
    position: relative
}

.quadro-comprar .esquerda li::before {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url(../images/sprite.png) no-repeat -171px -17px;
    width: 9px;
    height: 9px;
    content: '';
    display: block;
    left: 0;
    top: 50%;
    position: absolute
}

.quadro-comprar .esquerda p {
    color: #ffffff;
    font-weight: 300
}

.quadro-comprar .preco {
    color: rgba(255, 255, 255, 0.85);
    float: right;
    font-size: 40px;
    font-weight: 300;
    line-height: 40px;
    margin-top: 50px
}

.quadro-comprar .padrao {
    float: left;
    width: 55%
}

.quadro-comprar .padrao ul {
    *zoom: 1
}

.quadro-comprar .padrao ul:before,
.quadro-comprar .padrao ul:after {
    display: table;
    content: ""
}

.quadro-comprar .padrao ul:after {
    clear: both
}

.quadro-comprar .padrao li {
    display: block;
    float: left;
    margin-right: 10px
}

.quadro-comprar .padrao label,
.quadro-comprar .padrao input {
    float: none;
    font-weight: 400;
    margin: 0;
    padding: 0;
    height: 35px;
    width: 35px
}

.quadro-comprar .padrao label {
    margin-bottom: 10px
}

.quadro-comprar .padrao label::after {
    display: none
}

.quadro-comprar .padrao input {
    text-align: center
}

.quadro-comprar .padrao h4 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 10px
}

.quadro-comprar .padrao .lados {
    margin-top: 15px
}

.quadro-comprar .padrao .lados input {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: left;
    height: 20px;
    width: 20px
}

.quadro-comprar .padrao .lados label {
    clear: none;
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    margin-left: 5px;
    height: auto;
    width: auto
}

.quadro-comprar .baixo {
    *zoom: 1;
    clear: both;
    display: block;
    position: relative;
    top: 20px
}

.quadro-comprar .baixo:before,
.quadro-comprar .baixo:after {
    display: table;
    content: ""
}

.quadro-comprar .baixo:after {
    clear: both
}

.quadro-comprar .baixo .item-final {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(242, 242, 242, 0.8);
    display: block;
    float: left;
    line-height: 80px;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 30px;
    height: 100px;
    width: 285px
}

.quadro-comprar .baixo .item-final+.item-final {
    margin-left: 10px
}

.quadro-comprar .baixo .item-final span {
    border-left: 1px solid rgba(96, 96, 96, 0.4);
    display: inline-block;
    float: right;
    font-size: 25px;
    font-weight: 400;
    line-height: 50px;
    margin-top: 15px;
    padding-left: 20px;
    height: 50px
}

.quadro-comprar .baixo .adc-carrinho {
    background: #7e7e7e;
    color: #ffffff;
    line-height: 15px;
    text-align: left;
    position: relative;
    height: auto
}

.quadro-comprar .baixo .adc-carrinho a {
    color: #ffffff;
    display: block;
    padding: 20px 0;
    padding-left: 50px
}

.quadro-comprar .baixo .adc-carrinho span {
    border-left: 0;
    display: block;
    float: none;
    font-weight: 700;
    line-height: 25px;
    margin: 0;
    padding-left: 0;
    position: relative;
    text-align: left;
    height: auto
}

.quadro-comprar .baixo .adc-carrinho::before {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url(../images/sprite.png) no-repeat -217px 0;
    display: block;
    width: 25px;
    height: 49px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%
}

.quadro-comprar .baixo .adc-carrinho::after {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url(../images/sprite.png) no-repeat -250px 0;
    display: block;
    width: 42px;
    height: 37px;
    content: '';
    position: absolute;
    right: 60px;
    top: 50%
}

#contato {
    text-align: center
}

#contato address {
    color: #333333;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    position: relative;
    margin-left: 50px;
    margin-top: 200px;
    text-align: left;
    vertical-align: top
}

#contato address span {
    display: block;
    font-size: 22px;
    margin-bottom: 10px
}

#contato .legenda {
    float: left
}

#contato .padrao {
    display: inline-block;
    width: 445px
}

#contato .padrao button {
    margin-right: 15px;
    height: 40px;
    width: 150px
}

#contato .padrao input,
#contato .padrao textarea {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-shadow: none;
    background: #ffffff;
    border: 0;
    font-weight: 400;
    text-indent: 10px;
    width: 430px
}

#contato .padrao input {
    height: 40px
}

#contato .padrao p {
    float: left;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px
}

#cartaz .cartaz {
    text-align: center
}

#cartaz .cartaz img {
    display: inline-block;
    position: relative;
    vertical-align: bottom
}

#cartaz .cartaz img+img {
    margin-left: 25px
}

#carrinho-fixo {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 350ms cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all 350ms cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all 350ms cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 350ms cubic-bezier(.19, 1, .22, 1);
    transition: all 350ms cubic-bezier(.19, 1, .22, 1);
    background: #606060;
    color: #ffffff;
    display: block;
    font-weight: 300;
    padding: 50px;
    position: fixed;
    right: -210px;
    top: 125px;
    height: 183px;
    width: 220px;
    z-index: 200
}

#carrinho-fixo:hover {
    right: 0
}

#carrinho-fixo::before {
    content: '';
    background: url(../images/sprite.png) no-repeat -339px 0;
    display: block;
    width: 20px;
    height: 183px;
    position: absolute;
    left: -20px;
    top: 0
}

#carrinho-fixo .final {
    background: #404040;
    color: #ffffff;
    bottom: -35px;
    display: block;
    font-size: 17px;
    left: -20px;
    line-height: 60px;
    position: absolute;
    text-align: center;
    height: 60px;
    width: 240px
}

#carrinho-fixo .valor {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 25px;
    font-weight: 700;
    margin-top: 25px;
    padding: 10px 0;
    position: relative;
    text-align: center;
    width: 115px
}

#carrinho-fixo .valor::before {
    background: url(../images/sprite.png) no-repeat -265px -51px;
    display: block;
    width: 57px;
    height: 51px;
    -webkit-transform: translate(-70%, 0);
    -moz-transform: translate(-70%, 0);
    -ms-transform: translate(-70%, 0);
    -o-transform: translate(-70%, 0);
    transform: translate(-70%, 0);
    content: '';
    left: 50%;
    position: absolute;
    top: -65px
}

#carrinho-fixo .valor small {
    font-size: 20px;
    font-weight: 300;
    margin-right: 3px
}

#carrinho .pagar.boleto {
    background-color: transparent;
    border: 0;
    display: block;
    margin: 10px auto;
    text-indent: -9999px;
    width: 290px;
    height: 70px
}

#carrinho #confirmacao {
    text-align: center
}

#carrinho #confirmacao p {
    font-size: 16px;
    margin-bottom: 10px
}

#carrinho #confirmacao p#numero-pedido {
    font-size: 18px;
    font-weight: 700
}

#carrinho #confirmacao p#numero-pedido strong {
    color: #ffa301
}

#termos-contrato {
    background: #007FCC;
    color: #fff;
    display: none;
    margin-left: -250px;
    margin-top: -250px;
    overflow: auto;
    padding: 15px;
    position: fixed;
    left: 50%;
    top: 50%;
    height: 500px;
    width: 500px;
    z-index: 300;
    -webkit-box-shadow: 0 0 50px 800px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 50px 800px rgba(0, 0, 0, 0.5)
}

#termos-contrato .titulo {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase
}

#termos-contrato p {
    font-size: 17px;
    line-height: 30px
}

#termos-contrato span.ok {
    background: #fff;
    color: #007FCC;
    cursor: pointer;
    display: block;
    float: right;
    font-weight: bold;
    line-height: 30px;
    margin: 15px 0;
    text-align: center;
    width: 100px;
    height: 30px
}

.compre-aqui {
    right: 100px
}

header .carrinho {
    color: #fff;
    position: absolute;
    right: 0;
    top: 15px
}

header .carrinho::before {
    background: url(../images/sprite.png) no-repeat -249px 0;
    content: '';
    display: block;
    position: relative;
    top: 0;
    height: 43px;
    width: 47px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

header .carrinho:hover::before {
    top: -5px
}

.popup {
    width: 100%;
    height: 160%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    z-index: 400;
    overflow: hidden
}

.popup .popup-conteudo {
    position: relative;
    top: 50px;
    width: 550px;
    height: 550px;
    margin: 0 auto;
    background-color: #fff
}

.popup .popup-conteudo img {
    width: 100%;
    height: 100%
}

.popup .fechar {
    background: url(../images/close.png);
    display: block;
    width: 32px;
    height: 32px;
    z-index: 999;
    right: 0;
    position: absolute
}

.popup .fechar:hover {
    cursor: pointer
}

.item-pulseira .cores {
    margin-top: -20px
}

.item-pulseira .bloco li input {
    border: 1px solid #ffffff;
    color: rgba(0, 0, 0, 0.9);
    width: 50px;
    height: 30px;
    margin-top: 40px;
    text-align: center
}

.item-pulseira .bloco li input.corImpressao {
    margin: 5px 0 0 4px
}

.item-pulseira .bloco li label {
    width: 100%;
    height: 100%
}

.item-pulseira .bloco li label:after {
    content: ""
}

.item-pulseira .baixo {
    *zoom: 1;
    clear: both;
    display: block;
    position: relative;
    top: 30px;
    width: 100%;
    padding-bottom: 30px
}

.item-pulseira .baixo:before,
.item-pulseira .baixo:after {
    display: table;
    content: ""
}

.item-pulseira .baixo:after {
    clear: both
}

.item-pulseira .baixo .item-final {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    display: block;
    float: left;
    line-height: 30px;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 30px 10px 10px;
    height: 50px;
    width: 275px
}

.item-pulseira .baixo .item-final+.item-final {
    margin-left: 10px
}

.item-pulseira .baixo .qtd {
    width: 260px
}

.item-pulseira .baixo .item-final span {
    border-left: 1px solid rgba(96, 96, 96, 0.4);
    display: inline-block;
    float: left;
    font-size: 25px;
    font-weight: 400;
    line-height: 50px;
    margin-top: -10px;
    padding-left: 20px;
    height: 50px;
    position: absolute;
    margin-left: 5px
}

.item-pulseira .cores .compre {
    right: 0
}

.adc-carrinho.estilizado {
    position: relative;
    background-color: #7e7e7e !important
}

.adc-carrinho.estilizado a {
    color: #ffffff;
    margin-left: 30px
}

.adc-carrinho.estilizado a span {
    border-left: none !important;
    float: initial !important;
    padding-left: 0 !important;
    font-size: 100% !important;
    font-weight: bold !important
}

.adc-carrinho.estilizado:before {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url(../images/sprite.png) no-repeat -217px 0;
    display: block;
    width: 25px;
    height: 49px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%
}

.adc-carrinho.estilizado:after {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url(../images/sprite.png) no-repeat -250px 0;
    display: block;
    width: 42px;
    height: 37px;
    content: '';
    position: absolute;
    right: 10px;
    top: 50%
}

.bloco.imprime-verso {
    margin-top: 20px;
    margin-bottom: 0;
    position: relative;
    overflow: hidden
}

.bloco.imprime-verso input {
    width: 20px;
    position: relative;
    float: left
}

.bloco.imprime-verso label {
    width: 80px;
    position: relative;
    float: left;
    clear: initial;
    text-align: center
}

.campo-valores {
    position: relative;
    float: left
}

.campo-valores .preco-unitario {
    position: relative;
    float: left;
    clear: both;
    display: none;
    height: 0;
    margin-top: 0;
    overflow: hidden
}

.campo-valores .preco-unitario.empurrar {
    margin-top: 30px !important
}

.botao-switch {
    position: relative;
    float: left;
    clear: both;
    width: 78px;
    height: 28px;
    overflow: hidden;
    border: 1px solid #606060;
    background-color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.botao-switch .circulo {
    position: absolute;
    top: 1px;
    width: 34px;
    height: 24px;
    border: 1px solid #606060;
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.botao-switch .lado {
    position: absolute;
    top: 0;
    color: #ffffff;
    font-weight: bold;
    line-height: 28px
}

.botao-switch .lado.sim {
    left: 10px
}

.botao-switch .lado.nao {
    right: 10px
}

.botao-switch.on {
    background-color: #ffa301
}

.botao-switch.on .circulo {
    left: 41px
}

.botao-switch.off {
    background-color: #7e7e7e
}

.botao-switch.off .circulo {
    left: 1px
}

.impVerso {
    position: absolute !important;
    left: -99999em
}

.transicao {
    -webkit-transition: .5s;
    transition: .5s
}

#modal {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
    transform: scale(0);
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000
}

#modal .content {
    border-radius: 5px;
    width: 750px;
    height: auto;
    overflow-y: scroll;
    padding: 30px;
    box-sizing: border-box;
    background: #ffffff;
    position: relative;
    -webkit-box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.2);
    -ms-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2)
}


#modal .content-p0 {
    width: 70vw !important;
    padding: 0px !important;
}

@media screen and (max-width:767px) {
    #modal .content {
        width: 95%;
        height: 95%;
        padding: 10px
    }
}

#modal .content #closeModal {
    top: 50px;
    right: 50px;
    position: fixed;
    width: 40px;
    height: 40px;
    background: url(../images/close.svg);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat
}

@media screen and (max-width:767px) {
    #modal .content #closeModal {
        top: 10px;
        right: 10px
    }
}

#modal .content img {
    width: 100%;
}


#modal .content p {
    width: 100%;
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    margin: 20px 0
}

#modal .content b {
    font-weight: bold
}

.opened {
    transform: scale(1) !important
}

/*# sourceMappingURL=style.css.map */

#rodape-container .baixo .whatsapp {
    background: url(../images/sprite.png) no-repeat -109px -52px;
    display: block;
    width: 53px;
    height: 53px;
    position: absolute;
    right: 64px;
    top: 15px;
}
header .whatsapp {
  background: url(../images/sprite.png) no-repeat -109px -52px;
  display: block;
  width: 53px;
  height: 53px;
  position: absolute;
  right: 80px;
  top: 15px;
}
.btn.comprarmais {
    background: #ffa500 url(../images/carrinho-sombraBotoes.png) repeat-x center !important;
}

a.pagseguro {
    font-family: 'Open Sans',sans-serif;
    background-color: rgb(255,227,51);
    color: rgb(0,102,0);
    text-decoration: none;
    font-weight: bold;
    position: relative;
    float: left;
    margin: 20px 0 20px calc(50% - 100px);
    padding: 10px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    -webkit-transition: 0.25s;
    transition: 0.25s;
}
a.pagseguro img {
    background: none !important;
    margin: unset !important;
    padding: unset !important;
}

#carrinho.interno .item-pagamento {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 10px;
    background-color: #30796d;
}
#carrinho.interno .item-pagamento.juntar {
    margin-top: -10px;
}
#carrinho.interno .item-pagamento .fix {
    position: relative;
    float: left;
    width: calc(100% - 20px);
    margin: 10px 0 15px 0;
}
#carrinho.interno .item-pagamento .col7 {
    position: relative;
    float: left;
    width: calc(70% - 20px);
    margin: 0 10px;
}
#carrinho.interno .item-pagamento .col3 {
    position: relative;
    float: left;
    width: calc(30% - 20px);
    margin: 0 10px;
}
#carrinho.interno .item-pagamento .col2 {
    position: relative;
    float: left;
    width: calc(20% - 20px);
    margin: 0 10px;
}
#carrinho.interno .item-pagamento .col1 {
    position: relative;
    float: left;
    width: calc(10% - 20px);
    margin: 0 10px;
}
#carrinho.interno .item-pagamento label.label-pagamento {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
}
#carrinho.interno .item-pagamento input {
    position: relative;
    float: left;
    width: calc(100% - 20px);
    text-align: left;
    padding: 5px 10px;
}
#carrinho.interno .item-pagamento select {
    height: 37px;
    width: 100%;
    padding: 5px;
    border-radius: 3px;
    line-height: 37px;
}

.clearfix {
    clear: both;
}

#calcFrete button[type='submit'] {
    height: 37px;
    padding: 5px 15px;
    position: relative;
    float: left;
    border-radius: 3px;
    border: 1px solid #9e9e9e;
    overflow: hidden;
    background-color: #d6d6d6;
}
#calcFrete button[type='submit']:hover {
    background-color: #dddddd;
}

.item-pagamento #tdFrete label {
    position: relative;
    float: left;
    background-color: #3c9a8b;
    margin: 5px;
    width: 250px;
    padding: 10px;
    border-radius: 3px;
    color: #ffffff;
}
.item-pagamento #tdFrete label input[type='radio'] {
    position: relative;
    float: left;
    width: 20px !important;
    height: 20px;
    margin: 10px 10px 28px 0;
}
.valid-card {
    position: absolute;
    top: 20px;
    right: 0;
    height: 45px;
    overflow: hidden;
}
.valid-card img {
    height: 30px;
    border: none;
    margin: 8px -3px 8px 0 !important;
    background-color: transparent !important;
}

.item-confirmacao.ajuste {
    background-color: #30796d !important;
    color: #ffffff;
    font-weight: bold;
    margin-top: 10px;
}

.pstipopagamento {
    cursor: pointer;
    text-transform: uppercase;
}
.botaopstipo {
    position: relative;
    float: left;
    margin: 0 10px 0 0;
    width: 15px;
    height: 15px;
    background-color: #e0e0e0;
    border: 3px solid #ffffff;
    border-radius: 50%;
}
.botaopstipo.ativo {
    background-color: #ffa301;
}
.pscampos {
    display: none;
}
.pscampos p {
    padding: 0 20px;
    color: #ffff;
    font-style: italic;
}

#envies img {
    background-color: transparent !important;
}
.btn.comprarmais {
    background: #ffa500 url(../images/carrinho-sombraBotoes.png) repeat-x center !important;
}

.baixo .social {
    width: 180px !important;
    position: relative;
    float: left;
}

.baixo .social .social-fb {
    background: url(../images/sprite.png) no-repeat -109px 0;
    position: relative !important;
    float: left !important;
    width: 53px;
    height: 53px;
    margin: 20px 20px 0 0;
}
.baixo .social .social-whatsapp {
    background: url(../images/sprite.png) no-repeat -109px -52px;
    position: relative !important;
    float: left !important;
    width: 53px;
    height: 53px;
    margin: 20px 0 0 0;
}
.baixo .atendimento {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 50px;
    min-height: 130px;
}
.baixo .bandeiras {
    position: relative;
    float: left;
    width: 190px;
    padding-left: 20px;
}
.baixo .bandeiras p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
}
.baixo .bandeiras ul {
    position: relative;
    float: left;
    width: calc(100% + 10px);
}
.baixo .bandeiras ul li {
    position: relative;
    float: left;
    margin-right: 5px;
}
.baixo .bandeiras ul li span {
    background-image: url(../images/psbrands.png);
    display: none;
    width: 60px;
    height: 40px;
    background-size: 460px 400px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 3px;
}
.baixo .bandeiras ul li span.mastercard {
    background-position: -320px -240px;
}
.baixo .bandeiras ul li span.visa {
    background-position: -400px -240px;
}
.baixo .bandeiras ul li span.elo {
    background-position: 0 -240px;
}
.baixo .bandeiras ul li span.cabal {
    background-position: -240px 0;
}
.baixo .bandeiras ul li span.hipercard {
    background-position: -320px 0;
}
.baixo .bandeiras ul li span.hiper {
    background-position: -240px -240px;
}
.baixo .bandeiras ul li span.alelo {
    background-position: -80px 0;
}
.baixo .bandeiras ul li span.americanexpress {
    background-position: -160px -240px;
}
.baixo .bandeiras ul li span.dinersclub {
    background-position: -240px -180px;
}
.baixo .bandeiras ul li span.boleto {
    background-image: url(../images/boletoicon.png);
    background-size: 60px 40px;
}
#rodape-container {
    height: 313px;
}
#rodape-container footer {
    height: 313px;
}

.opcaoendereco {
    position: relative;
    float: left;
    margin: 0 0 10px 0;
    padding: 10px;
    width: calc(100% - 20px);
    background-color: rgba(255,255,255,0.25);
    border-radius: 3px;
}
.opcaoendereco input {
    position: relative;
    float: left;
    width: 24px !important;
    height: 24px !important;
    margin-right: 10px;
}
.opcaoendereco label {
    line-height: 24px;
    position: relative;
    float: left;
    color: #545454;
}

#carrinho #enderecoentrega {
    background: #d7d7d7;
    margin: 10px 0;
}

#carrinho #enderecoentrega .descricao {
    float: left;
    margin: 35px 45px;
    width: 260px;
}

#carrinho #enderecoentrega .container .formulario {
    float: left;
    margin-top: 0;
    margin-left: 35px;
    width: calc(60% - 45px);
    padding: 20px 0;
}

#carrinho #enderecoentrega .container .formulario .linha {
    position: relative;
    float: left;
    width: 100%;
}
#carrinho #enderecoentrega .container .formulario .linha .pequeno {
    position: relative;
    float: left;
    width: calc(30% - 21px);
    margin-right: 20px;
}
#carrinho #enderecoentrega .container .formulario .linha .medio {
    position: relative;
    float: left;
    width: calc(50% - 21px);
    margin-right: 20px;
}
#carrinho #enderecoentrega .container .formulario .linha .grande {
    position: relative;
    float: left;
    width: calc(70% - 21px);
    margin-right: 20px;
}
#carrinho #enderecoentrega .container .formulario .linha input {
    position: relative;
    float: left;
    width: calc(100% - 10px);
    padding: 5px;
    text-align: left;
}
.direitosreservados {
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 50%;
    text-align: center;
    line-height: 50px;
    font-style: italic;
    color: #aeadae;
}
p.mensagempagseguro {
    width: 218px;
    margin-top: 30px;
    font-style: italic;
}

p.entreemcontato {
    background-color: #fff;
    padding: 20px 10px;
    font-size: 16px;
}

span.ajustetamanho {
    max-width: 170px;
    line-height: 40px !important;
    padding-top: 43px;
}

.bloco.imprime-verso {
    margin-right: 0;
}

.arquivogabarito {
    position: relative;
    float: left;
    padding-top: 30px;
}
.arquivogabarito a {
    position: relative;
    float: left;
}
.arquivogabarito a span {
    position: absolute;
    top: 20px;
    height: 28px;
    padding: 0 10px 0 64px;
    line-height: 28px;
    background-color: #7e7e7e;
    border: 1px solid #606060;
    border-radius: 3px;
    font-weight: bold;
    color: #fff;
}
.arquivogabarito a figure {
    position: absolute;
    left: 0;
    width: 64px;
    height: 64px;
}

.temsubmenu {
    position: relative;
}
.temsubmenu .caixasubmenu {
    position: absolute;
    top: 0;
    left: -99999em;
}
.temsubmenu .caixasubmenu ul.submenu {
    position: relative;
    float: left;
    margin-top: 26px;
    margin-left: 2px;
    background-color: #000000;
    border: 1px solid #595959;
    z-index: 99999;
    box-shadow: 0 5px 10px rgba(0,0,0,0.35);
}
.temsubmenu .caixasubmenu ul.submenu li {
    clear: both;
    width: 100%;
    border-left: none !important;
}
.temsubmenu .caixasubmenu ul.submenu li a {
    border-bottom: 1px solid #595959;
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 10px 0px !important;
    position: relative;
    float: left;
}
.temsubmenu .caixasubmenu ul.submenu li:last-child a {
    border-bottom: none;
}
.temsubmenu:hover .caixasubmenu {
    left: 0;
}
