/*ESTILIZAÇÃO DEFAULT*/

input[type="text"],
input[type="password"] {
    border: 1px solid #bababa;
    border-radius: 3px;
    color: #808080 !important;
    float: left;
    font: 14px lato;
    height: 40px;
    padding: 0 12px;
    position: relative;
}

input.form-error,
select.form-error,
textarea.form-error {
    background: url("../../img/inputAlert.png") no-repeat scroll right top #fff;
    border: 1px solid #d62d00 !important;
}

label {
    display: block;
    height: 40px;
}

.livroAcessivel {
    height: 85px;
    width: 150px;
    padding: 10px;
}

.ui-tooltip,
.arrow:after {
    background: #d62d00;
}

.slideshow.banner div {
    overflow: hidden;
    text-align: center;
}

.ui-tooltip {
    color: #d62d00 !important;
    border-radius: 20px;
    font: 12px/12px lato !important;
    width: 230px;
    border: 1px solid #d62d00 !important;
    background: #f3f3f3 !important;
    padding: 10px 10px;
    text-align: center;
}

.arrow {
    width: 60px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    right: 0;
    margin-left: -35px;
    bottom: -16px;
}

.arrow.top {
    bottom: auto;
}

.arrow:after {
    content: "";
    position: absolute;
    right: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow.top:after {
    bottom: -20px;
    top: auto;
}

.btGray {
    background: #35b5eb;
    color: #fff;
    font: 16px 'Open Sans', sans-serif;
    font-weight: normal;
    padding: 10px 25px;
    margin-top: 10px;
}

.btRed {
    background: none repeat scroll 0 0 #35b5eb;
    color: #fff;
    font: 16px 'Open Sans', sans-serif;
    font-weight: normal;
    padding: 10px 17px;
    text-transform: uppercase;
}

.btBig {
    font-size: 30px;
    padding: 14px 24px;
}

#content {
    width: 1150px;
    margin: 0 auto;
    clear: both;
}

.categorySubTitulo,
.ttDefault {
    border-bottom: 1px solid #ccc;
    clear: both;
    color: #555;
    font: 26px 'Open Sans', sans-serif;
    font-weight: 300;
    /* margin-top: 10px; */
    padding-bottom: 8px;
    padding-top: 35px;
    margin-bottom: 12px;
}

h1.ttDefault.detail-product-kit {
    color: #555;
    font-size: 17px;
    border: none;
}
h1.ttDefault.detailProduct {
    color: #078bcd;
}

.categorySubTitulo {
    color: #078bcd;
    position: relative;
    min-height: 36px;
    width: 98%;
    height: 15px;
    float: right;
    padding-bottom: 10px;
}

.categorySubTitulo span.titleOrder {
    font-size: 12px;
    width: auto;
    font: 14px 'Open Sans', sans-serif;
    font-weight: 300;
    right: 375px;
    top: 40px;
}

span.titleOrder {
    font-size: 12px;
    float: right;
    font: 14px 'Open Sans', sans-serif;
    font-weight: 300;
    position: absolute;
    right: 380px;
    top: 59px;
    color: #35b5eb;
}

p.alerta-erro {
    border: 1px solid;
    border-radius: 3px;
    clear: both;
    color: #d62d00;
    font: 12px lato;
    margin-top: 5px;
    overflow: hidden;
    width: 27%;
    padding: 5px;
    margin: 1px 0px 13px 80px;
    text-align: center;
}

p.mensagem-erro {
    color: #a94442;
    background-color: #f2dede;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    font: 11px Tahoma;
}

p.mensagem-sucesso {
    border: 1px solid;
    border-radius: 3px;
    clear: both;
    color: #53B949;
    font: 12px lato;
    margin-top: 5px;
    overflow: hidden;
    padding: 5px;
}

#TrabalheCandidatosForm>p.mensagem-erro {
    float: none;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

#TrabalheCandidatosForm select {
    border-radius: 3px;
}

#TrabalheCandidatosForm p.mensagem-sucesso {
    float: none;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}


/*BANNERS VITRINES*/

.showcaseSmall,
.showcaseBig {
    overflow: hidden;
}

.showcaseSmall h2,
.showcaseBig h2 {
    font: 25px 'Open Sans', sans-serif;
    font-weight: normal;
    color: #fff;
    position: absolute;
    top: 70px;
    left: 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 999;
}

.showcases .showcaseSmall a {
    margin-left: 30px;
}

.showcases .shadow a {
    float: left;
    margin-left: 27px;
    position: relative;
    margin-bottom: 20px;
}

.banxe:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5) inset;
}

.banxe {
    top: 0;
    left: 0;
    -moz-box-sizing: border-box;
    position: absolute;
    transition: all 0.2s ease 0s;
    width: 100%;
    z-index: 100;
    color: #fff;
    font: 25px lato;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 70px;
    margin-top: 20px;
    text-transform: uppercase;
}

.showcases img.tracking_google {
    float: left;
    padding-top: 20px;
}

.showcases div {
    height: 99.5% !important;
    transition: all 0.2s ease 0s;
    z-index: 100;
    float: left;
}


/*MODAL DE LOADING*/

.modalLoading {
    display: none;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8) url('//i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat;
}
.loadingFreight{
    top: 1050px;
    position: absolute;
}

body.loading {
    overflow: hidden;
}

body.loading .modalLoading {
    display: block;
}


/*ESTILIZAÇÃO DE CHECKBOX*/

.checkboxStyle input {
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    height: 25px;
    width: 25px;
}

.checkboxStyle {
    cursor: pointer;
    height: 20px;
    width: 25px;
    float: left;
    background: url("../../img/checkbox.png") no-repeat 0 0;
}

.checkboxChecked {
    background: url("../../img/checkbox.png") no-repeat 0 -45px;
    float: left;
}


/*ESTILIZAÇÃO DE RADIO*/

.radioStyle input {
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    height: 25px;
    width: 25px;
}

.radioStyle {
    float: left;
    width: 26px;
    height: 22px;
    cursor: pointer;
    margin-top: 10px;
    background: url("../../img/radio.png") no-repeat 0 0;
}

.radioChecked {
    background: url("../../img/radio.png") no-repeat 0 -24px;
    float: left;
}


/*ESTILIZAÇÃO DE SELECT*/

.selectStyle {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    width: 215px;
    border: 1px solid #bababa;
    background: #fff;
}

.selectStyle span {
    height: 100%;
    background: #ebebeb;
    width: 32px;
    position: absolute;
    right: 0;
    top: 0;
}

.selectStyle small.triangle {
    border-left: 8px solid #ebebeb;
    border-right: 8px solid #ebebeb;
    border-top: 9px solid #bababa;
    height: 0;
    position: absolute;
    right: 10px;
    top: 12px;
    width: 0;
}

.selectStyle select {
    background: none;
    border: none;
    height: 32px;
    padding: 7px;
    position: absolute;
    font: 12px/36px 'Open Sans', sans-serif;
    font-weight: 300;
    color: #808080;
    width: 115%;
}

.mini-busca-ordenacao .selectStyle span,
.categorySubTitulo .mini-busca-ordenacao .selectStyle span {
    height: 100%;
    background: #ebebeb;
    width: 32px;
    position: absolute;
    right: 0;
    top: 0;
}

.mini-busca-ordenacao .selectStyle select,
.categorySubTitulo .mini-busca-ordenacao .selectStyle select {
    background: none;
    border: none;
    height: 40px;
    padding: 7px;
    position: absolute;
    font: 12px/36px 'Open Sans', sans-serif;
    font-weight: 300;
    color: #555;
    width: 115%;
}

.mini-busca-ordenacao .selectStyle small.triangle,
.categorySubTitulo .mini-busca-ordenacao .selectStyle small.triangle {
    border-left: 8px solid #ebebeb;
    border-right: 8px solid #ebebeb;
    border-top: 9px solid #bababa;
    height: 6px;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 0;
}

.mini-busca-ordenacao .selectStyle {
    height: 38px;
    overflow: hidden;
    width: 340px;
    background: #ebebeb;
    border: none;
    margin-right: 20px;
    bottom: 55px;
}

.categorySubTitulo .mini-busca-ordenacao .selectStyle {
    height: 38px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    width: 340px;
    background: #ebebeb;
    border-radius: 0px;
    border: none;
    margin-right: 20px;
    bottom: 40px;
    left: 0px;
}


/*TOPO ESCURO*/

.topDark {
    background: #293a4a;
    height: 220px;
}

#top .topGray {
    border-bottom: 1px solid #fff;
}

.topDark .topGray {
    border-bottom: 1px solid #fff;
}

#top .topContent .phoneTop p strong {
    color: #fff;
}

.topDark .topContent .phoneTop p strong {
    color: #fff;
}


/*TOPO*/

.topGray {
    width: 100%;
    height: 35px;
    background: #fff;
}

.topGray .topWelcome .vendedor,
.topGray .topWelcome p {
    text-align: right;
    float: none;
    font: 12px 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 0;
    padding-top: 10px;
    padding-right: 40px;
    color: #414141;
}

.topGray .topWelcome {
    margin: 0 auto;
    width: 380px;
}

.loginMenu {
    width: 690px;
    margin: 0 auto;
}

.loginMenu p {
    color: #023a78;
    width: 31%;
    float: left;
}

.loginMenu p a {
    color: #023a78;
}

.menuClient {
    float: right;
    width: 95%
}

.menuClient li {
    float: left;
    padding: 10px 0px 10px 0px;
    width: 12%;
    text-align: center;
}

.menuClient li img {
    margin-top: 5px;
}

.menuClient li:first-child {
    width: 17%;
    margin-right: 10px;
    margin-left: 1px;
}

.menuClient li:last-child {
    margin-left: 20px;
    float: left;
    width: 36.5%;
    margin-top: 0px;
    padding: 0px 0px;
}

.menuClient li a {
    color: #023a78;
    font: 14px 'Open Sans', sans-serif;
    font-weight: 300;
}

.menuClient li:first-child:hover {
    background: url("../../img/icoMenuHover.png") no-repeat left;
    background-position: 1px;
}

.menuClient li:hover {
    background: url("../../img/icoMenuHover.png") no-repeat 0 0;
    background-position: 2px;
}

.menuClient li a:hover {
    color: #078bcd;
    text-decoration: none;
}

.topContent {
    width: 1150px;
    margin: 0 auto;
    clear: both;
}

.boxLogo {
    background: url("../../img/logoTop.png") no-repeat 0 0;
    height: 55px;
    width: 360px;
    margin-top: -4px;
    float: left;
    margin-right: -25px;
    margin-left: 21px;
}

.boxLogo a {
    width: 100%;
    height: 100%;
}

.searchTop {
    float: left;
    margin-top: 15px;
}

.searchTop label {
    border-radius: 2px;
    border-radius: 0px;
    background: #ebebeb;
    height: 36px;
}

.searchTop input[type="text"] {
    border: none;
    width: 70%;
    height: 36px;
    background: #ebebeb;
    border-radius: 0px;
    font: 12px 'Open Sans', sans-serif;
    font-weight: 300;
}

.searchTop button {
    font-size: 18px;
    font-weight: bold;
    color: #078BCD;
    height: 36px;
    padding: 0px 0px 0px 20px;
    background: #EBEBEB;
}

.phoneTop {
    float: left;
    margin-left: 20px;
    margin-top: 60px;
    width: 145px;
    padding-left: 55px;
    background: url("../../img/phoneTop.png") no-repeat 0 0;
}

.phoneTop p {
    font: 15px latoItalic;
    color: #d62d00;
    padding-top: 5px;
}

.phoneTop strong {
    font: 20px latoBold;
    color: #34495e;
    display: block;
}

.cartTop {
    float: right;
    position: relative;
    margin-top: 12px;
    width: 95px;
    height: 45px;
    background: url("../../img/cartTop.png") no-repeat bottom;
    background-position: 5px 0px;
}

.cartTop a {
    position: absolute;
    background: url(../../img/cartNumber.png) no-repeat 0 0;
    display: block;
    height: 100%;
    width: 100%;
    color: #fff;
    font: 14px/23px latoBold;
    background-position: 45px;
}

.cartTop a .quantityProduct {
    display: block;
    width: 22px;
    text-align: center;
    position: absolute;
    right: 25px;
    top: 12px;
}

.menuTop>ul {
    width: 1220px;
    margin: 0 auto;
}

.menuTop>ul>li {
    float: left;
    padding: 10px 0;
    width: 171px;
    position: relative;
    height: 112px;
}

.menuTop>ul>li:hover>a {
    color: #428bca;
}

.menuTop {
    background: #fafafa;
    clear: both;
    float: left;
    width: 100%;
    height: 120px;
    margin-top: 45px;
}

.homePage .menuTop {
    margin-top: 0px;
}

.menuTop .centerMenuTop>ul>li {
    cursor: pointer;
    float: left;
    height: 120px;
    text-align: center;
    width: 171px;
}

.menuTop ul li a span.activeSpan {
    overflow: hidden;
    width: 90px;
    height: 70px;
    display: block;
    margin: 0 auto;
}

.menuTop>ul>li>a {
    font: 14px 'Open Sans', sans-serif;
    font-weight: 300;
    color: #555;
    text-align: center;
    float: left;
    width: 100%;
    height: 100%;
    text-decoration: none;
    line-height: 50px;
}

.menuTop .centerMenuTop {
    height: 120px;
    margin: 0 auto;
    width: 1200px;
}

.menuTop .centerMenuTop>ul>li:hover>#dropDownMenuV1 {
    display: block;
}

.menuTop .centerMenuTop>ul>li:hover>#dropDownMenuV2 {
    display: block;
}

.menuTop .centerMenuTop>ul>li:hover>#dropDownMenuV3 {
    display: block;
}

.menuTop .centerMenuTop>ul>li:last-child>#dropDownMenuV2 {
    left: auto;
    right: 0;
}

.menuTop .centerMenuTop .titleMenu {
    text-align: center;
}

.menuTop .centerMenuTop .titleMenu p {
    display: block;
    font: 14px 'Open Sans', sans-serif;
    font-weight: 300;
}

.menuTop .centerMenuTop .imgMenu {
    width: 100%;
    text-align: center;
    min-height: 90px;
}

.menuTop .centerMenuTop .imgMenu img {
    width: 70px;
}

.menuTop .centerMenuTop .titleMenu {
    display: block;
    margin: 8px 12px;
    font: 16px 'Open Sans', sans-serif;
    font-weight: 300;
    color: #555;
}

#dropDownMenuV1 {
    display: none;
    background: #D62D00;
    width: 200px;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 2;
}

#dropDownMenuV1>li {
    display: block;
    position: relative;
}

#dropDownMenuV1>li>a {
    display: block;
    padding: 8px 12px;
    font: 16px latoBold;
    color: #fff;
}

#dropDownMenuV1>li:hover>ul {
    display: block;
}

#dropDownMenuV1>li>ul {
    display: none;
    width: 200px;
    background: #D62D00;
    position: absolute;
    top: 0;
    left: 200px;
}

#dropDownMenuV1>li>ul>li {
    display: block;
    position: relative;
}

#dropDownMenuV1>li>ul>li:hover>ul {
    display: block;
}

#dropDownMenuV1>li>ul>li>a {
    display: block;
    padding: 8px 12px;
    font: 16px latoBold;
    color: #fff;
}

#dropDownMenuV1>li>ul>li>ul {
    display: none;
    width: 200px;
    background: #D62D00;
    position: absolute;
    top: 0;
    left: 200px;
}

#dropDownMenuV1>li>ul>li>ul>li {
    display: block;
    position: relative;
}

#dropDownMenuV1>li>ul>li>ul>li>a {
    display: block;
    margin: 8px 12px;
    font: 16px latoBold;
    color: #fff;
}

#dropDownMenuV2 {
    display: none;
    background: #D62D00;
    width: 470px;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 2;
}

#dropDownMenuV2>li {
    display: inline-block;
    width: 43.5%;
    margin: 0 3% 3%;
}

#dropDownMenuV2>li>a {
    display: block;
    margin: 8px 12px;
    font: 16px latoBold;
    color: #fff;
}

#dropDownMenuV2>li>ul {
    background: #D62D00;
    float: left;
    width: 95%;
    margin-left: 5%;
}

#dropDownMenuV2>li>ul>li {
    display: block;
}

#dropDownMenuV2>li>ul>li>a {
    display: block;
    margin: 8px 12px;
    font: 15px lato;
    color: #fff;
}

#dropDownMenuV3 {
    display: none;
    background: #fff;
    width: 470px;
    position: absolute;
    left: 0;
    top: 155px;
    z-index: 2;
}

#dropDownMenuV3>li {
    display: inline-block;
    width: 43.5%;
    margin: 0 3% 3%;
}

#dropDownMenuV3>li>a {
    display: block;
    margin: 8px 12px;
    font: 14px 'Open Sans', sans-serif;
    font-weight: 300;
    color: #555;
}

#dropDownMenuV3>li>ul {
    background: #D62D00;
    float: left;
    width: 95%;
    margin-left: 5%;
}

#dropDownMenuV3>li>ul>li {
    display: block;
}

#dropDownMenuV3>li>ul>li>a {
    display: block;
    margin: 8px 12px;
    font: 15px lato;
    color: #fff;
}


/* SLIDES BANNER DESTAQUE*/

.bannerTopo .bx-pager.bx-default-pager {
    width: 950px !important;
}

.bannerTopo .bx-wrapper .bx-controls-direction a {
    position: inherit;
}

.bannerTopo .bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff !important;
}

.bannerTopo .slideshow.banner img {
    max-width: inherit;
    height: 500px;
}


/*BANNER DESTAQUE*/

.bannerTopo {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
    position: relative;
}

.bannerTopo .bx-viewport {
    height: 500px !important;
}

.bannerTopo .bx-wrapper .bx-controls-direction a.bx-next i {
    position: absolute;
    bottom: 250px;
    font-size: 50px;
    font-weight: lighter;
    background: url(../../img/next.png) no-repeat;
    right: 55px;
    color: transparent;
}

.bannerTopo .bx-wrapper .bx-controls-direction a.bx-prev i {
    color: transparent;
    position: absolute;
    bottom: 250px;
    font-size: 50px;
    font-weight: lighter;
    background: url(../../img/prev.png) no-repeat;
    left: 55px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    outline: 0;
    border-radius: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 6px;
    height: 6px;
    margin: 0 4px;
    outline: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 20px;
}


/*CARROSSEL DE MARCAS*/

.carouselFooter h4 {
    font: 20px lato;
    color: #d62d00;
    margin-bottom: 18px;
}

.carouselMark {
    clear: both;
}

.carouselMark ul li {
    border: 1px solid #f9f9f9;
    float: left;
    height: 100px;
    margin-right: 18px;
    width: 150px;
    margin-bottom: 20px;
    box-sizing: border-box;
    text-align: center;
}

.carouselFooter {
    clear: both;
    margin: 0 auto 45px;
    position: relative;
    width: 940px;
}

.carouselMark .bx-controls-direction {
    position: relative;
}

.carouselMark .bx-controls-direction a.bx-prev {
    left: -47px;
    margin-top: -7%;
}

.carouselMark .bx-controls-direction a.bx-next {
    right: -45px !important;
    margin-top: -7% !important;
}

.carouselMark .bx-wrapper {
    float: left;
    margin-bottom: 5% !important;
    margin-left: 5% !important;
}


/*NEWSLETTER*/

.newsFooter {
    background: #d62d00;
    height: 60px;
    overflow: hidden;
    width: 100%;
}

.newsFooter .newsletter {
    width: 1150px;
    margin: 0 auto;
}

.newsFooter .newsletter p {
    color: #fff;
    float: left;
    font: 13px lato;
    margin-right: 30px;
    margin-top: 15px;
    width: 207px;
}

.newsFooter .newsletter label {
    float: left;
    margin-top: 10px;
    margin-right: 20px;
}

.newsFooter .newsletter label input.name {
    width: 240px;
    padding-right: 30px;
}

.newsFooter .newsletter label input.email {
    width: 190px;
    padding-right: 30px;
}


/*RODAPÉ*/

#footer {
    background: #fff;
    width: 100%;
    clear: both;
}

.footerLinks {
    float: left;
    width: 43%;
    margin-left: 3%;
}

#footer .blockLeft {
    float: right;
    width: 25%;
}

#footer .contentFooter {
    width: 1170px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    border-top: 1px solid #ccc;
}

#footer .contentFooter h4 {
    font: 15px 'Open Sans', sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
    color: #575757;
}

#footer .contentFooter ul li {
    float: left;
    margin-right: 15px;
}

#footer .contentFooter ul li:last-child {
    margin-right: 0;
}

#footer .contentFooter .logoAbout {
    float: left;
    margin-top: 2%;
    margin-left: 3%;
    width: 290px;
}

#footer .contentFooter .about {
    margin-top: 5px;
    margin-bottom: 25px;
    width: 245px;
    color: #575757;
    font: 12px 'Open Sans', sans-serif;
    font-weight: 300;
    margin-left: 10px;
}

#footer .contentFooter .payments {
    float: left;
    width: 100%;
    margin-top: 25px;
}

#footer .contentFooter .payments ul {
    float: left;
    width: 173px;
}

#footer .contentFooter .payments ul.billet {
    float: left;
    width: 40px;
}

#footer .contentFooter .payments p.sbutitleCards {
    width: 100%;
}

#footer .contentFooter .payments em.cartText {
    float: left;
    font-family: Tahoma, Geneva, sans-serif;
    color: #999;
    font-size: 11px;
    display: block;
    width: 66%;
}

#footer .contentFooter .payments em.billetText {
    float: left;
    font-family: Tahoma, Geneva, sans-serif;
    color: #999;
    font-size: 11px;
    margin-top: 5px;
    display: block;
    width: 100%;
    text-align: center;
}

#footer .contentFooter .security h4 {
    padding-left: 5px;
}

#footer .contentFooter .security ul li {
    float: none;
}

#footer .contentFooter .security .dev ul li {
    float: none;
}

#footer .contentFooter .dev h4 {
    text-align: left;
    padding-left: 15px;
    padding-bottom: 5px;
}

#footer .contentFooter .security {
    float: left;
    margin-right: 0%;
    width: 40%;
    margin-top: 20px;
}

#footer .contentFooter .phone {
    float: left;
    clear: both;
    width: 145px;
    padding-left: 60px;
    margin-top: 20px;
    margin-right: 60px;
    background: url("../../img/phoneTop.png") no-repeat 0 0;
}

#footer .contentFooter .phone h4 {
    margin-bottom: 0;
}

#footer .contentFooter .phone strong {
    font: 20px latoBold;
    color: #fff;
    display: block;
}

#footer .contentFooter .phone small {
    font: 10px tahoma;
    color: #fff;
    width: 145px;
    float: right;
}

#footer .contentFooter .listLinks {
    float: left;
    margin-right: 30px;
    margin-top: 6%;
}

#footer .contentFooter .listLinks:last-child {
    margin-right: 0px;
}

#footer .contentFooter .listLinks.linksFaq {
    max-width: 150px;
    overflow: hidden;
}

#footer .contentFooter .listLinks.clear {
    clear: both;
}

#footer .contentFooter .listLinks li {
    float: none;
}

#footer .contentFooter .listLinks li a {
    font: 12px 'Open Sans', sans-serif;
    font-weight: normal;
    color: #078bcd;
    cursor: pointer;
    line-height: 20px;
}

#footer .contentFooter .social {
    float: right;
    margin-top: 0%;
    width: 95%;
}

#footer .contentFooter address {
    margin-top: 25px;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

#footer .contentFooter address a,
#footer .contentFooter address small {
    font: 12px 'Open Sans', sans-serif;
    font-weight: 300;
    color: #666;
}

#footer .contentFooter .copyright {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font: 12px 'Open Sans', sans-serif;
    font-weight: 300;
    color: #35b5eb;
}

#footer .contentFooter address small:first-child {
    display: block;
    color: #666;
}

#footer .contentFooter .dev {
    float: right;
    margin-top: 22px;
    width: 50%;
}

#footer .contentFooter .whatsapp {
    clear: right;
    float: right;
    margin-right: 20px;
    margin-top: 3%;
    color: #fff;
    font: 15px latoBold;
}

.infoBottom .text-footer {
    width: 100%;
    margin: 0 auto;
    font: 12px/18px 'Open Sans',
    sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
    color: #c3c1c1;
    text-align: center;
}
.infoBottom {
    float: left;
    margin-top: 2%;
    width: 100%;
}


/*COLUNA PRIMÁRIA*/

#primary {
    float: left;
    overflow: hidden;
}

.categories {
    width: 220px;
    float: left;
    clear: left;
    margin-bottom: 20px;
    font-family: lato, sans-serif;
    background: #f8f8f8;
}

#primary .categories h2 {
    background: #f8f8f8;
    border-bottom: 1px solid #d62d00;
    line-height: 24px;
    margin-top: 6px;
    font-weight: normal;
    padding: 5px 12px;
}

#primary .categories>span {
    color: #d62d00;
    display: block;
    font-family: latoItalic, sans-serif;
    font-size: 16px;
    margin: 10px 0 0;
    padding: 0 10px;
}

#primary .categories h2 a {
    color: #d62d00;
    font-family: latoItalic, sans-serif;
    font-size: 16px;
}

.categories * {
    font-family: inherit;
}

.categories .level-1>li>a {
    background: #f8f8f8;
    border-bottom: 1px solid #d62d00;
    color: #d62d00;
    font-family: latoItalic, sans-serif;
    font-size: 13px;
    line-height: 24px;
    padding: 5px 12px;
    margin-top: 6px;
}

.categories ul li a {
    color: #475c6f;
    display: block;
    font-size: 13px;
    padding: 10px;
}

.categories ul.level-1>li {
    margin-bottom: 10px;
    border-bottom: 2px solid #e5e6e6;
    background: #f8f8f8;
}

.categories ul li {
    border-bottom: 1px solid #e5e6e6;
}

.categories ul li.hidden {
    display: none;
}

.categories a.filter {
    font-size: 13px;
    color: #475c6f;
    display: block;
    padding: 10px;
}

.categories a.filter.grade {
    float: left;
    height: 30px;
    width: 30px;
    padding: 0;
    margin: 10px;
    border: 2px solid #f8f8f8;
    text-align: center;
    overflow: hidden;
}

.categories a.filter.grade.checked,
.categories a.filter.grade:hover {
    border: 2px solid #d62d00;
    vertical-align: middle;
    border-radius: 3px;
}

.categories a.filter.limparFiltros {
    float: none;
    clear: both;
    width: auto;
    border: none;
    text-align: left;
    padding-left: 10px;
}

.categories a.filter.limparFiltros:hover {
    border: none;
}

.categories ul .level-3 li {
    margin-bottom: 0;
}

.categories ul .level-3 a {
    padding: 5px;
}

.categories .level-2 li li {
    padding-left: 10px;
}


/*--- ACORDION ---*/

.acordion {
    width: 220px;
    float: left;
    clear: left;
    margin-bottom: 20px;
}

.acordion h2:first-child {
    margin-top: 0;
}

.acordion h2 {
    background: #f8f8f8;
    border-bottom: 1px solid #357bba;
    color: #357bba;
    cursor: pointer;
    font: 13px/31px latoItalic;
    margin-top: 6px;
    text-indent: 7px;
}

.acordion h2.active {
    background: #f8f8f8;
}

.acordion ul {
    margin-bottom: 10px;
    border-bottom: 2px solid #e5e6e6;
    background: #f8f8f8;
}

.acordion ul li {
    text-indent: 20px;
    border-bottom: 1px solid #e5e6e6;
}

.acordion h2 a {
    padding: 5px 40px 5px 12px;
    display: block;
}

.acordion ul li a {
    font: 13px/40px lato;
    color: #475c6f;
}


/*--- ACORDION C/SETAS---*/

.acordion2 {
    width: 220px;
    float: left;
    clear: left;
    margin-bottom: 20px;
}

.acordion2 h2:first-child {
    margin-top: 0;
}

.acordion2 h2 {
    border-bottom: 1px solid #357bba;
    color: #357bba;
    cursor: pointer;
    font: 13px/31px latoItalic;
    margin-top: 6px;
    text-indent: 7px;
}

.acordion2 h2 a {
    padding: 5px 40px 5px 12px;
    display: block;
    background: url('../../img/down.png') no-repeat 96% center #f8f8f8;
}

.acordion2 h2 a.active {
    background: url('../../img/up.png') no-repeat 96% center #f8f8f8;
}

.acordion2 ul {
    margin-bottom: 10px;
    border-bottom: 2px solid #e5e6e6;
    background: #f8f8f8;
}

.acordion2 ul li {
    text-indent: 20px;
    border-bottom: 1px solid #e5e6e6;
}

.acordion2 ul li a {
    font: 13px/40px lato;
    color: #475c6f;
}

.lateralBanners {
    width: 220px;
    float: left;
    clear: left;
}

.lateralBanners>div {
    margin-bottom: 20px;
}

.lateralBanners .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: 5px;
}

.lateralBanners .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 10%;
}

.lateralBanners .bx-wrapper .bx-controls-direction a.bx-next {
    right: 5%;
}

.bannerShowcase {
    float: right;
    width: 700px !important;
    height: auto;
    overflow: hidden;
}


/*MIGALHA*/

.breadcrumbs {
    margin: 20px 0;
    float: left;
    display: none;
    clear: both;
    width: 100%;
}

.breadcrumbs em {
    font: 14px lato;
    float: left;
    color: #293a4a;
}

.breadcrumbs li:last-child {
    color: #008ACC;
}

.breadcrumbs li {
    float: left;
    margin-left: 5px;
    color: #293a4a;
    font: 14px lato;
}

.breadcrumbs li a {
    font: 14px lato;
    color: #293a4a;
}


/*
    Vitrines temáticas
*/

.tematic-header {
    padding: 23px 40px;
    background-position: center center;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-color: #EEEEEE;
    margin: 20px auto;
    box-shadow: 0 3px 1px rgba(0, 0, 0, .2);
}

.tematic-header h2,
.tematic-header .h2 {
    color: #d62d00;
}

.tematic-header * {
    font-family: inherit;
}

.tematic-header .tematic-logo .image {
    float: left;
    display: block;
    margin: 10px;
    overflow: hidden;
    border: 2px solid #FFF;
}

.tematic-header .tematic-logo .image img {
    max-width: 210px;
    height: auto;
    display: block;
}

.tematic-header .tematic-logo .group-title {
    font-size: 26px;
    font-family: latoBold, sans-serif;
    font-weight: normal;
    float: left;
    max-width: 50%;
    margin-top: 60px;
    margin-left: 48px;
    text-shadow: -2px 1px 6px rgba(0, 0, 0, .2);
}

.tematic-header .tematic-logo .legend {
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    color: #000000;
}

.tematic-header .tematic-logo h4,
.tematic-header .tematic-logo .h4 {
    font-size: .8em;
    font-weight: normal;
    font-style: italic;
    color: #EEE;
    margin-bottom: 12px;
    font-family: lato, sans-serif;
}

.tematic-logo:after,
.tematic-header:after {
    width: auto;
    clear: both;
    float: none;
    display: block;
    content: "  ";
}

.tematic-flush .listProducts,
.tematic-flush .listProducts ul {
    float: none;
    width: auto;
    overflow: hidden;
}

.tematic-flush .listProducts li {
    margin-right: 20px !important;
    overflow: hidden;
}

.tematic-flush .listProducts li:nth-child(4n+4) {
    margin-right: 0 !important;
}

.tematic-flush .listProducts li p {
    width: 100px;
}


/* TELEVENDAS */

.TelevendasEscolhaCliente .divEscolhaCliente {
    width: 600px;
}

.TelevendasEscolhaCliente .divAvisoTelevenda {
    color: #DA0B13;
    border: solid 1px #DA0B13;
    border-radius: 5px;
    margin: 20px 0px 30px 0px;
    padding: 15px 10px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

.TelevendasEscolhaCliente .divAvisoTelevenda .icoFechar {
    float: right;
    width: 12px;
    height: 15px;
    margin-top: 2px;
    background: url("../../img/ico-fechar.png") no-repeat;
    cursor: pointer;
}

.TelevendasEscolhaCliente .divEscolhaClienteBusca div {
    margin: 0px 10px 0px 10px;
}

.TelevendasEscolhaCliente .divEscolhaClienteBusca .divLabelBuscar {
    float: left;
    vertical-align: middle;
    padding-top: 12px;
    font-weight: bold;
    color: #555;
    font-size: 15px;
}

.TelevendasEscolhaCliente .divEscolhaClienteBusca .buttonBuscar {
    margin-left: 10px;
}

.TelevendasEscolhaCliente .divResultadoBuscaCliente {
    padding: 0px 0px 50px 0px;
}

.TelevendasEscolhaCliente .tableResultadoBusca {
    width: 920px;
    border: solid 1px #ccc;
    font-family: lato;
    font-size: 14px;
}

.TelevendasEscolhaCliente .tableResultadoBusca td {
    padding: 10px;
    border: solid 1px #ccc;
}

.TelevendasEscolhaCliente .tableResultadoBusca thead {
    background-color: #e8e8e8;
}

.TelevendasEscolhaCliente .tableResultadoBusca thead td {
    background-color: #e8e8e8;
    font-weight: bold;
}

.TelevendasEscolhaCliente .tableResultadoBusca tbody td {
    color: #666;
}

.TelevendasEscolhaCliente .btBuscarTelevenda {
    background: none repeat scroll 0 0 #ccc;
    border-radius: 3px;
    color: #000;
    font: 14px latoBold;
    padding: 3px 5px;
}

.divTelevendasEscolha,
.divTelevendasEscolhaCliente {
    padding: 50px 0px 50px 20px;
}

.divTelevendasEscolha form {
    margin-top: 0px;
}

.divTelevendasEscolha div {
    border: solid 1px #ccc;
    width: 400px;
    padding: 20px 0px 20px 0px;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: bold;
}

.divTelevendasEscolha div:hover {
    background-color: #D62D00;
    font-color: #ffffff;
}


/* fim TELEVENDAS */


/*PROCESSO DE COMPRA*/

.processPurchase {
    clear: both;
    height: 70px;
    margin: 0 auto 25px;
    padding-top: 25px;
    width: 90%;
    padding-left: 35px;
    padding-bottom: 35px;
}

.processPurchase li {
    float: left;
    height: 80px;
    position: relative;
    width: 225px;
}

.processPurchase li:last-child {
    width: 45px;
}

.processPurchase li a {
    bottom: 0;
    color: #2a6496;
    display: block;
    font: 18px 'Open Sans', sans-serif;
    font-weight: 300;
    margin-left: -15px;
    position: absolute;
}

.processPurchase li a.active {
    color: #2a6496;
}

.processPurchase li:nth-child(3) a {
    margin-left: -5px;
}

.processPurchase .active a {
    color: #f38f1f;
}

.processPurchase .pass a {
    color: #f38f1f;
}

.processPurchase .circle {
    background: none repeat scroll 0 0 #bababa;
    border-radius: 100%;
    height: 44px;
    position: absolute;
    width: 44px;
    z-index: 99;
}

.processPurchase .circle:before {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    border-radius: 100%;
    color: #fff;
    content: "";
    display: block;
    height: 22px;
    margin: 11px auto;
    width: 22px;
}

.processPurchase .pass .circleActive~a,
.processPurchase .pass .indetificaoActive~a,
.processPurchase .pass .enderecoActive~a,
.processPurchase .pass .pagamentoActive~a
{
    color: #078BCD;
}

.processPurchase .circleActive a,
.processPurchase .indetificaoActive a,
.processPurchase .enderecoActive a,
.processPurchase .pagamentoActive a
{
    color: #078BCD;
}

.processPurchase .circleActive,
.processPurchase .pass .circleActive {
    background: url(../../img/minhaCompra.png)no-repeat;
    height: 60px;
    position: absolute;
    width: 60px;
}

.processPurchase .indetificaoActive,
.processPurchase .pass .indetificaoActive {
    background: url(../../img/IdentificacaoActive.png)no-repeat;
    height: 60px;
    position: absolute;
    width: 60px;
}

.processPurchase .enderecoActive,
.processPurchase .pass .enderecoActive {
    background: url(../../img/EntregaActive.png)no-repeat;
    height: 60px;
    position: absolute;
    width: 60px;
}

.processPurchase .pagamentoActive,
.processPurchase .pass .pagamentoActive {
    background: url(../../img/PagamentoActive.png)no-repeat;
    height: 60px;
    position: absolute;
    width: 60px;
}

.processPurchase .confirmacaoActive,
.processPurchase .pass .confirmacaoActive {
    background: url(../../img/confirmacaoActive.png)no-repeat;
    height: 60px;
    position: absolute;
    width: 60px;
}

.processPurchase .inpass .circleActive {
    background: url(../../img/minhaCompra.png)no-repeat;
    height: 60px;
    position: absolute;
    width: 60px;
    z-index: 9;
}

.processPurchase .inpass .indetificaoActive {
    background: url(../../img/IdentificacaoActive.png)no-repeat;
    z-index: 9;
}

.processPurchase .inpass .indetificao {
    background: url(../../img/indentificacao.png)no-repeat;
    height: 60px;
    position: absolute;
    width: 60px;
}

.processPurchase .inpass .enderecoActive {
    background: url(../../img/EntregaActive.png) no-repeat;
    z-index: 9;
}

.processPurchase .inpass .endereco {
    background: url(../../img/endereco.png) no-repeat;
    height: 60px;
    position: absolute;
    width: 60px;
}

.processPurchase .inpass .pagamentoActive {
    background: url(../../img/PagamentoActive.png) no-repeat;
    z-index: 9;
}

.processPurchase .inpass .pagamento {
    background: url(../../img/pagamento.png)no-repeat;
    height: 60px;
    position: absolute;
    width: 60px;
}

.processPurchase .inpass .confirmacaoActive {
    background: url(../../img/confirmacaoActive.png) no-repeat;
    z-index: 9;
}

.processPurchase .inpass .confirmacao {
    background: url(../../img/confirmacao.png)no-repeat;
    height: 60px;
    position: absolute;
    width: 60px;
}

.processPurchase li span.line {
    border-bottom: 10px solid #fafafa;
    position: absolute;
    right: -11px;
    width: 86%;
    z-index: 1;
    top: 5px;
}

.processPurchase li span.line.active {
    border-bottom: 10px solid #078BCD;
}

.processPurchase li.pass span.line {
    border-bottom: 10px solid #078BCD;
}

.processPurchase li.inpass span.line.active {
    border-bottom: 10px solid #078BCD;
}


/* PAGINADOR */

.paginator {
    clear: both;
    display: inline-block;
    margin: 10px 0 10px 20px;
    float: right;
    text-align: center;
    width: 100%;
}

.paginator>a,
.paginator .disabled {
    display: inline-block;
    vertical-align: top;
}

.paginator .disabled {
    display: none;
}

.paginator a {
    text-decoration: none !important;
}

.paginator em {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #35B5EB;
    margin: 0px 10px 0px 10px;
}

.paginator ol {
    display: inline-block;
    overflow: hidden;
}

.paginator li {
    float: left;
    font: bold 16px/36px 'Open Sans', sans-serif;
    font-weight: normal;
    color: #9a9384;
    width: 38px;
    height: 37px;
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0px;
    border: 1px solid #ddd;
}

.paginator li a {
    display: block;
    font: 16px/36px 'Open Sans', sans-serif;
    font-weight: normal;
    color: #9a9384;
}

.paginator li.current {
    background: #35B5EB;
    color: #fff;
    border: 1px solid #ddd;
}

.paginator li:hover a,
.paginator li:hover {
    background: #eee;
    color: #2a6496;
}

.paginator>span {}

.paginator a .first,
.paginator a .last {
    width: 100px;
    border: 1px solid #ddd;
    float: right;
    height: 37px;
    display: block;
    font: 13px/36px 'Open Sans', sans-serif;
    font-weight: normal;
    color: #2a6496;
    text-transform: uppercase;
}

.paginator span a .first:hover,
.paginator span a .last:hover {
    background: #eee;
}


/* CSS do auto complete */

input.ac-f1search {
    outline: 0
}

div.ac-f1search {
    background: #fff none repeat scroll 0 0;
    border-radius: 0px;
    box-shadow: 0 7px 10px #999;
    display: block;
    font: bold 12px/15px lato;
    margin-top: 41px;
    padding: 5px 2px 10px;
    position: absolute;
    width: 483px !important;
    z-index: 9999999;
}

.ie8 div.ac-f1search {
    left: auto!important;
}

div.ac-f1search ul,
div.ac-f1search li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

div.ac-f1search li.groupbox {
    padding: 3px;
    color: #008acc;
    font: bold 16px/15px lato;
    clear: both;
    width: 100%;
    text-align: left;
}

div.ac-f1search ul.hintoptions {
    background: #fff;
    max-height: 450px;
    overflow: auto;
    overflow-x: hidden;
}

div.ac-f1search div.loading {
    width: 100%;
    background: url("../../img/loading.gif") center center no-repeat;
    height: 20px;
}

div.ac-f1search li.option {
    margin: 2px;
    padding: 2px;
    color: #7c7c7c;
    font: 12px/15px lato;
    border-radius: 4px;
    border: 1px solid #fff;
    cursor: pointer;
}

div.ac-f1search li.option span {
    font: 13px lato;
}

div.ac-f1search li.resultados,
div.ac-f1search li.categorias {
    float: left;
    background: #f3f3f3;
}

div.ac-f1search li.option span.highlight {
    font-weight: bold;
    color: #7c7c7c;
    font-family: lato;
}

div.ac-f1search li.maisvendidos,
div.ac-f1search li.produtos {
    clear: both;
    width: 99%;
}

div.ac-f1search .miniatura-produto {
    height: 71px;
    text-align: left;
}

.ie8 div.ac-f1search .miniatura-produto:hover {
    background: #f0f0f0;
}

div.ac-f1search .miniatura-produto img {
    float: left;
    margin: 8px;
}

div.ac-f1search .miniatura-produto>strong {
    color: #7c7c7c;
    float: left;
    font-family: lato;
    font-weight: normal;
    height: 50px;
    margin-top: 8px;
    padding-left: 10px;
    font-size: 14px;
    padding-right: 10px;
    padding-top: 5px;
    width: 355px;
}

div.ac-f1search li.option:hover .miniatura-produto>strong,
div.ac-f1search li.selected .miniatura-produto>strong {
    background: #F0F0F0;
    color: #7c7c7c;
}

div.ac-f1search .miniatura-produto>span,
div.ac-f1search .miniatura-produto>span>span {
    display: inline-block;
    padding: 5px;
    font-weight: normal !important;
    color: inherit !important;
}

.preload-img {
    background: url("../../img/loading.gif") -1000 no-repeat;
    width: 0px;
    height: 0px;
}


/* fim do CSS do auto complete */

.vitrines {
    margin-top: 50px;
}

.fgv-process-order li span {
    color: #2e2e2e;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
}

#media-product .bx-wrapper .bx-pager.bx-default-pager a:hover, #media-product .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #023a78 !important;
}

#media-product .bx-wrapper .bx-pager.bx-default-pager a {
    background: #078bcd !important;
}

#media-product .bx-wrapper .bx-pager.bx-default-pager a {
    background: #293a4a;
    border-radius: 6px;
    height: 10px;
    width: 10px;
}