footer .ul-lista-texto span::before/*  GERAIS  */
html{
    overflow-x: hidden;
}

.logoLojaRodape{
    width: 200px;
}

.resize{
    transition: 0s!important;
}
.header-linha-topo{
    width: 100%;
    /*float: left;*/
    position: relative;
    display: block;
    background: #5cc6d0;
    padding: 5px 0;
}
.header-linha-topo p{
    margin: 0;
    float: left;
    font-size: 1.3rem;
    font-family: 'Noto Sans', sans-serif;
    color: #fff;
}
.header-linha-topo #email-topo{
    margin-left: 35px;
}
.header-linha-topo #ajuda-topo{
    margin-right: 35px;
}
.header-linha-topo p img{
    max-width: 15px;
    margin-right: 2px;
    vertical-align: middle;
    display: inline-block;
}
.header-linha-topo p span{
    vertical-align: middle;
    display: inline-block;
}
/*PADRAO SLICK ARROW*/
.slick-arrow{
    position: absolute;
    z-index: 2;
    top:50%;
    transform: translateY(-50%);
    opacity: 1;
}
.slick-arrow.slick-prev,
.slick-arrow.slick-next{
    height: 45px;
    width: 45px;
	background: white;
    border: solid 1px #5cc6d0;
}
.slick-arrow.slick-prev{
    left: -16px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
	border-radius: 5px;
}
.slick-arrow.slick-next{
    right: -16px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	border-radius: 5px;
}
.slick-arrow.slick-prev::before,
.slick-arrow.slick-prev::after,
.slick-arrow.slick-next::before,
.slick-arrow.slick-next::after{
    opacity: 1;
    content: '';
    position: absolute;
    width: 14px;
    height: 3px;
    background: #5cc6d0;
}
/*slick prev*/
.slick-arrow.slick-prev::before,
.slick-arrow.slick-prev::after{
    left: 45%;
}
.slick-arrow.slick-prev::before{
    top: 26px;
    transform: translateX(-50%) rotate(55deg);
}
.slick-arrow.slick-prev::after{
    top: 16px;
    transform: translateX(-50%) rotate(-55deg);
}
/*slick next*/
.slick-arrow.slick-next::before,
.slick-arrow.slick-next::after{
    right: 45%;
}
.slick-arrow.slick-next::before{
    top: 26px;
    transform: translateX(50%) rotate(120deg);
}
.slick-arrow.slick-next::after{
    top: 16px;
    transform: translateX(50%) rotate(-120deg);
}
#map-end{
    height: 14em;
    width: 100%;
}
#dark-menu,
#dark{
    position: fixed;
    z-index: -1;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    transition: all ease-in-out 0.2s;
    height:100vh;
}
#dark-menu.dark-menu-shown,
#dark.dark-shown{
    top: 0;
    z-index: 99;
    opacity: 0.65;
}
#bannerSecundario{
    margin-top: 4em;
}
.unfilled{
    padding: 0!important;
}
.bannerSecundario.div-linha4 .item{
    width: 22%;
    margin: 10px 0.5%;
    height: 16em;
    padding: 0 5px;
    padding-bottom: 1em;
    position: relative;
    float: left;
}
.bannerSecundario.div-linha4 .item .bkg-img{
    transition: all ease-in-out 0.2s;
    position: relative;
    border-radius: 5px;
    height: 13.5em;
}
.bannerSecundario.div-linha4 .item .bkg-img::after{
    border-radius: 5px;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    z-index: 1;
    background: #000;
    transition: all ease-in-out 0.2s;
    opacity: 0;
}
/*a.produto .item .image::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    z-index: 1;
    background: #000;
    transition: all ease-in-out 0.2s;
    opacity: 0;
}*/
/*a.produto .item:hover .image::after{
    opacity: 0.7;
}*/
/*a.produto .item:hover .image .lupa-hover{
    transform: scale(0.8) translateX(50%) translateY(-50%);
}
a.produto .item:hover .btn-prod-container{
    border-top-color: #929292;
}*/
/*.bannerSecundario.div-linha4 .first-linha4:hover .bkg-img .lupa-hover{
    transform: scale(1) translateX(50%) translateY(-50%);
}*/
.bannerSecundario.div-linha4 .first-linha4{
    height: 34em;
    width: 30%;
}
.bannerSecundario.div-linha4 .first-linha4 .bkg-img{
    height: 31em;
}
.bannerSecundario.div-linha4 .titulo-secao{
    padding-left: 15px;
}
.lupa-hover::before{
    transition: all 0.3s 0.25s;
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 17px;
    height: 12px;
    border-top: 4px solid #fff;
    left: 5px;
    top: 5px;
    transform: rotate(-30deg);
}
a.produto .item:hover .image .lupa-hover::before{
    transform: rotate(-70deg);
    top: 8px;
    left: 2px;
}
.lupa-hover{
    width: 45px;
    height: 45px;
    transition: all 0.2s 0.2s;
    border: 5px solid #fff;
    border-radius: 100%;
    z-index: 2;
    position: absolute;
    transform: scale(0) translateX(50%) translateY(-50%);
    right: 50%;
    top: 50%;
}
.lupa-hover::after{
    content: '';
    position: absolute;
    transition: all ease-in-out 0.2s;
    bottom: -28px;
    right: -5px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    transform: rotate(-30deg);
    width: 10px;
    height: 25px;
    background: #fff;
}



.div-linha4 .item .titulo-secao{
    font-size: 1.6rem;
    margin: 5px 0;
    padding: 0 5px;
    /*padding-bottom: 10px;*/
}
.bannerSecundario.div-linha4 .titulo-secao::after{
    left: 15px;
}
.div-linha4 .item .titulo-secao::after{
    display: none;
}
.div-linha4 .item:hover .titulo-secao::after{
    width: 100%;
}
/*.*/
body{
    overflow-x: hidden;
    overflow-y: auto;
    background: transparent;
    font-family: 'Noto Sans', sans-serif;
}
body .zoomContainer {
    overflow: hidden;
}
.inline-block{
    display: inline-block;
    position: relative;
}
.block{
    display: block;
    position: relative;
}
.relative{
    position: relative;
}
img{
    margin: auto;
}
.fancybox-title{
    color: black!important;
    text-align: center!important;
    font-size: 16px!important;
    text-transform: uppercase!important;
    font-family: 'Noto Sans', sans-serif!important;
}
.form-control{
    height: 40px;
}
.bx-wrapper .bx-pager{
    bottom: 0;
}
.aguarda-liberacao{
    display: none;
}
.bx-wrapper{
    margin: 0;
    float: left;
}
.contCatDestSlider .bx-controls{
    width: 100%;
    position: relative;
    float: left;
    bottom: -1.5em;
}
.bx-wrapper .bx-viewport{
    background: transparent;
}
.dropdown-menu .dropdown-menu{
    left: 95%;
    top: 5px;
}
.column-dropdown{
    /*width: 18em;*/
    line-height: 2em;
    /*padding: 5px;*/
    float: left;
    /*border-right: 1px solid #307d2c;*/
}
.column-categoria{
    border-right:none;
}
.column-dropdown a::after{
    display: none;
}

/*#drop-menu{
    column-count: 2;
    column-span: none;
    column-fill: balance;
}
.dropdown-menu{
    column-count: 1;
    column-span: none;
}*/
/*.dropdown-Categorias{
}*/
#fixoWhats{
    z-index: 99;
    top : 50%;
    right: -35px;
    transform: translateY(-50%) translateX(45%);
    position: fixed;
    transition: all ease-in-out 0.2s;   
}
@media(min-width:992px){
    #fixoWhats:hover,
    #fixoWhats:focus{
        right: 0;
        transform: translateY(-50%);
    }

    .paddingZero{padding-left: 0 !important; padding-right: 0 !important;}
    .paddingLeftZero{padding-left: 0 !important; }
    .paddingRightZero{padding-right: 0 !important;}
    .paddingLeft75{padding-left: 7.5px !important;}
    .paddingRight75{padding-right: 7.5px !important;}

}
#fixoWhats span{
    display:inline-block;
    vertical-align: middle;
}
#fixoWhats img{
    width: 30px;
    display:inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
#fixoWhats>a{
    font-family: 'Noto Sans', sans-serif;
    float: left;
    color: white;
    background: #55cd6c;
    border: solid 2px #55cd6c;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 10px;
    transition: 1s all;
}
#modal-whatsapp .topo{
    background: #075e54;
    padding: 15px;
}
#modal-whatsapp .div-icon{
    padding: 10px;
    background: #fff;
    height: 40px;
    display: inline-block;
    width: 40px;
    border-radius: 100%;
}
#modal-whatsapp li img{
    max-width: 20px;
    max-height: 20px;
}
#modal-whatsapp .div-icon img{
    max-height: 100%;
    max-width: 100%;
}
#modal-whatsapp ul{
    margin: 0;
}
#modal-whatsapp li{
    float: left;
}
#modal-whatsapp .icons{
    float: right;
    padding: 6px 0;
}
#modal-whatsapp .icons img{
    margin: 0 15px;
}
#modal-whatsapp .topo li span{
    display: inline-block;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.6rem;
    margin-left: 10px;
}
#modal-whatsapp .whatsapp-body{
    padding: 15px 15%;
}
#modal-whatsapp .whatsapp-body input{
    width: 100%;
    padding: 10px 15px;
    background: #e8ffd4;
    font-family: 'Noto Sans', sans-serif;
    border: 1px solid #e8ffd4;
    border-radius: 5px;
    margin:10px 0;
    color: #6d7962;
    outline: none;
}
#modal-whatsapp .whatsapp-body input::placeholder{
    color: #6d7962;
}
#modal-whatsapp .modal-content{
    box-shadow: none;
    border:none;
    border-radius: 0;
}
#modal-whatsapp .close{
    background: none;
    position: absolute;
    right: -50px;
    color: #fff;
    opacity: 1;
    font-size: 4rem;
    top: 0;
}
#modal-whatsapp .whatsapp-body button{
    width: 50%;
    height: 40px;
    border-radius: 5px;
    display: block;
    border: 1px solid #075e54;
    margin: 25px auto;
    /*margin-top: 50px;*/
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    background: #075e54;
}
#modal-whatsapp .modal-dialog{
    margin-top: 15vh;
}
#modal-whatsapp button img{
    display: inline-block;
    max-height: 20px;
    vertical-align: text-top;
    margin-right: 10px;
}


@media(max-width:991px){
    #fixoWhats{
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        top:unset;
        transform: none;
    }

    #fixoWhats>a{
        text-align: center;
        width: 100%;
    }  
    .paddingZeroMobile{padding-left: 0 !important; padding-right: 0 !important;}
    .paddingLeftZeroMobile{padding-left: 0 !important; }
    .paddingRightZeroMobile{padding-right: 0 !important;}
}
/* BARRA LATERAL */
.barra-lateral{
    overflow-x: hidden;
    position: fixed;
    top: 0px;
    left: -100%;
    z-index: 999999;
    width: 85%;
    height: 100%;
    background: #FFF;
}
#categoria-lateral{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #eee; 
}
#sub-categoria-lateral,
.sub-categoria-lateral{
    width: 100%;
    height: 100%;
    /*left: 100%;*/
    left: -100%;
    background-color: #FFF;
    position: absolute;
    overflow: auto;
}
.barra-lateral #sub-categoria-lateral .titulo-barra-lateral i,
.barra-lateral .sub-categoria-lateral .titulo-barra-lateral i{
    background: #FFF;
    /*    height: 50px;
        width: 50px;*/
    padding: 8px;
    margin-top: -5px;
    margin-left: -10px;
    margin-bottom: -5px;
    border-bottom: 1px solid #e5e5e5;
}
.barra-lateral #sub-categoria-lateral .titulo-barra-lateral span,
.barra-lateral .sub-categoria-lateral .titulo-barra-lateral span{
    margin-left: 0px;
    position: relative;
    top: -3px;
    color: #FFF;
}
/*.barra-lateral .titulo-barra-lateral{
    width: 100%;
    background: white;
    padding: 5px 0px 5px 10px;
    display: table-cell;
    vertical-align: middle;
}*/
.barra-lateral > ul > li > span{
    width: 100%;
    padding: 5px 10px;
    display: table-cell;
    vertical-align: middle;
}
@media(max-width:380px){
    .barra-lateral > ul > li > span{padding: 5px 5px;}   
} 
.barra-lateral > ul > li > i{
    display: block;
    float: right;
    margin-top: 12px;
    margin-right: 5px;
}
.barra-lateral > ul > li{
    display: table;
    width: 100%;
    height: 40px; 
    border-bottom: 1px solid #e5e5e5;
}
.move {
    left: 0%;
}
.background-overlay{
    width: 100%;
    height: 100%;
    background: url('../_image/overlay-background.png');
    left: 0%;
    position: fixed;
    z-index: 9999999;
    display: none;
}
.background-overlay i{
    position: relative;
    top: 0.3em;
    left: 0em;
    font-size: 2.5em;
    color: #eec8f5!important;
}
/*---------------------------------------------------------------------------------------*/
#preloader {
    /*display: none;*/
    display: block;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99999; /* makes sure it stays on top */
}
#preloader-status {
    /*display: none;*/
    display: block;
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../_image/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}
.ttCatDescri{
    font-family: 'Noto Sans', sans-serif;
    color: #e5e5e5;
}
@media(max-width:991px){
    .ttCatDescri{
        padding: 0.5em 1em 0.5em 1em;
    }
}
.txtCatDescri{
    font-family: 'Noto Sans', sans-serif;
}
/*  END GERAIS  */

/* MODAIS */
.modal-content,.modal-header,
.modal-body,.modal-footer{
    float: left;
    width: 100%;
}
/* pagina produtos detalhes */
#indicar{
    font-family: 'Noto Sans', sans-serif;
}
#indicar .modal-content{
    float: left;
}
#indicar .modal-title{
    float: left;
    width: 100%;
}
#indicar .modal-body{
    float: left;
    width: 100%;
}
#indicar .modal-body .leftSide{
    border-right: solid 1px #f0f0f0;
}
@media(max-width:767px){
    #indicar .modal-body .leftSide{
        border-right: solid 1px transparent;
    } 
}

#indicar .modal-body .rightSide{

}
#indicar .modal-body .rightSide .social-links{
    margin-top: 1em;
}
#indicar .modal-footer{
    float: left;
    width: 100%;
}
#indicar .modal-footer .btn-success{
    transition: 1s all;
}
#indicar .modal-footer .btn-success:hover{
    background-color: white;
    color: #252525;
    border-color: #252525;
}
#indicar li {
    margin-bottom: 15px;
    color: #fff;
}
#indicar li a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    width: 100%;
    max-width: 300px;
}
#indicar li a.btn-facebook {
    background: #3b5998;
}
#indicar li a.btn-twitter {
    background: #00acee;
}
#indicar li a.btn-linkedin {
    background: #0e76a8;
}

#formLog{
    display: none;
    position: absolute;
    padding: 1em;
    right: 0;
    width: 20em;
    height: 11.5em;
    z-index: 3;
    background: white;
    border: solid 1px #4e6985;
    border-radius: 5px;
}
/* formas de pagamento */
#FormasPagamento {
    font-size: 14px;
    text-align: initial;
    color: initial;
}
#FormasPagamento .item {
    margin-right: 0.5em;
    width: 7em;
    height: 4em;
}
#FormasPagamento .item a {
    height: 4em;
}
#FormasPagamento .item a img{
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    /*height: 3em;*/
}
#FormasPagamento .contentParcelamento {
    display: none;
    margin-top: 1.5em;
}
@media(max-width:767px){
    #FormasPagamento .contentParcelamento{
        padding: 0;
    }  
}
#FormasPagamento .contentParcelamento b{
    color: #2bb600;
}
#FormasPagamento .loader {
    display: none;
    text-align: center;
    margin-top: 5.5em;
}
#FormasPagamento .section-titulo h2 {
    margin-top: 10px;
    font-size: 18px;
    color: #5cc6d0;
}
#FormasPagamento .cardConteiner {
    height: 50em;
    overflow: hidden;
}
#FormasPagamento .cardConteiner:nth-of-type(odd) {
    border-right: solid 1px lightgray;
}
@media(max-width:767px){
    #FormasPagamento .cardConteiner:nth-of-type(odd) {
        border-right: none;
    }
}
/* dropdown carrinho */
#cartItens{
    text-align: left;
    display: none;
    position: absolute;
    padding: 1em;
    top: 7em; 
    right: 0em;
    width: 25em;
    z-index: 12;
    background: white;
    border: solid 1px #CECECE;
    border-radius: 0px;
}
#cartItens .item{
    height: 11em;
    width: 100%;
    padding: 0.5em;
    margin-bottom: 0.5em;
    background: #f5f5f5;
    float: left;
    overflow: hidden;
    position: relative;
}
#cartItens .item .titulo{
    font-family: 'Noto Sans', sans-serif;
    color: black;
    font-size: 16px;
    height: 3em;
    overflow: hidden;
}
#cartItens .item .image{
    height: 7.2em;
    width: 40%;
    float: left;
    overflow: hidden;
    position: relative;
}
#cartItens .item .image img{
    margin: 0;
}
#cartItens .item .texto{
    font-family: 'Noto Sans', sans-serif;
    color: black;
    text-align: center;
    width: 58%;
    margin: 1%;
    float: left;
    overflow: hidden;
}
#cartItens .total{
    margin-bottom: 0;
    float: left;
    width: 100%;
    margin-top: 1em;
}

#cartItens .total .verCarrinho, #cartItens .total .finalizarCompra {
    margin-top: 1em;
}
/*  END MODAIS  */

/* HEADER */
/*linha 1*/ 
body > header{
    /*float: left;*/
    /*width: 100%;*/
    display: block;
    /*z-index: 101;*/
    position: relative;
    /*height: 165px;*/
}
.header-linha-1{
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
    color: #85c5ce;
    padding: 0.5em;
    background: #475175;
    position: relative;
    /*border-bottom: solid 1px #dcdcdc;*/
}
.ul-linha-1 {
    margin: 0;
    padding: 5px 0;
}
.ul-linha-1 li{
    display: inline-block;
	float: right;	
    margin: 0.5em 0em 0.5em 1.5em;
}
.header-linha-1 li b,
.header-linha-1 li a{
    color: #fff;
    margin: 0em 0.4em 0em 0.4em;
    transition: all ease-in-out 0.2s;
    font-size: 16px;
}
.header-linha-1 li b span,
.header-linha-1 li a{
    font-size: 14px;
	font-weight: 700;
}
.header-linha-1 li a:focus,
.header-linha-1 li a:hover{
    color: #5cc6d0;
}

@media(max-width:1199px){
    .header-linha-1{
        padding: 0.5em;
    }
}
/* linha 2 */
.header-linha-2{
    /*height: 75px;*/
   font-family: 'Noto Sans', sans-serif;
    /*z-index: 100;*/
    position: relative;
    padding: 15px 0;
    /*padding-top: 0.8em;*/
    background: #fff;
    border-bottom: 1px solid #fff;
    width: 100%;
    transition: top 0.2s;
}

.header-linha-2 .logo{
    margin: 0em;
    float: left;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 11;
}
.logo img{
    max-height: 100px;
}
@media(max-width:1199px){
    .header-linha-2 .logo{
        margin: 0.9em 2.5em 0.5em 0em;
        width: 13em;
    } 
}
.header-linha-2 .formBusca{
    margin: 2em 1em 1em 7em;
}
@media(max-width:1199px){
.header-linha-2 .formBusca{
    margin: 3em 1em 3em 1em;
}	
}
.header-linha-2 .input-group{
    width: 100%;
    margin-top: 0.5em;
    margin-left: 1em;
}
.input-group .form-control{
	/*text-align: center;*/
    float: none;
	/*border-right: none;*/
    /*border-radius: 5px !important;*/
}
.header-linha-3 .formBusca{
    /*margin: 0em 0.5em 0em 2   .5em;*/
    top: 50%;
    float: left;
    transform: translateY(-50%);
    position: relative;
    /*width: 46%;*/
}
.header-linha-3 .formBusca input::placeholder { /* Firefox 18- */
    font-family: 'Noto Sans', sans-serif;
    /*font-weight: 900;*/
    color: #7e9199;
}
.header-linha-3 .formBusca input{
    color: #262626;
    height: 45px;
    background: #fff;
    border-color: #c4cfd3;
    padding: 0em 4em 0em 1em;
    margin-left: 30px;
    width: 300px;
    /*    border-top-left-radius: 10em;
        border-bottom-left-radius: 10em;
        border-radius: 10em!important;*/
}


@media(max-width:1199px){
    .header-linha-2{
        padding-top:0;
    }
    .header-linha-3 .formBusca input{width: 230px;}
    .header-linha-3.fixo #logo-fixo{width: 100px;}
}

.header-linha-3 .formBusca .input-group-addon{
    padding: 0em 0em;
    border-color: transparent;
    background: transparent;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 3.5em;
    left: 0px;
    border-right: 1px solid #dadada;
    z-index: 5;
}
.header-linha-2 .login{
    margin-top: 0;
    height: auto;
    margin-right: 0;
}
/*
.header-linha-2 .formBusca .input-group-addon button{
    color: white;
    background: transparent;
    border: solid 1px transparent;
}
*/
.header-linha-3 .input-busca-input{
    border-radius: 4px!important;
}
.header-linha-2 .icon-menu{
    /*border-radius: 100%;*/
    /*    background: #fff;
        transition: all ease-in-out 0.2s;
        border-color: #6e6e6e;
        color:#202428;*/
}
.header-linha-2 .icon-menu:hover{
    /*box-shadow: 0 0px 20px 1px #860e36;*/ 
    /*background: #f1f1f1;*/
}

.header-linha-2 .icon-menu i{
    /*color: #FFF;*/
    color: #475175;
    font-size: 2.5em;
}

.login a img,
.icon-menu img{
    max-width: 40px;
	margin-top: 0.3em;
}
.icon-menu span{
    font-size: 2rem;
    font-family: 'Noto Sans', sans-serif;
}
.header-linha-2 .formBusca button{
/*.header-linha-2 .formBusca .input-group-addon{*/
    position: absolute;
    width: 2.9em;
    height: 40px;
    background: #85c5cf;
    border:solid 1px #85c5cf;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.header-linha-2 .formBusca .input-group-addon{
/*.header-linha-2 .formBusca button{*/
    position: absolute;
    right: 1em;
    top: 50%;
    height: 17px;
    border-radius: 100%;
    border: 1px solid #fff;
    width: 17px;
    transform: translateY(-65%);
    background: transparent;
    /*border: none;*/
    /*color: #5cc6d0;*/
    text-align: center;
    /*font-size: 2.5rem;*/
    /*font-family: 'Roboto-Black';*/
    z-index: 4;
    outline: none;
	padding: 0em;
}
.header-linha-2 .formBusca .input-group-addon::after{
/*.header-linha-2 .formBusca button::after{*/
    content: '';
    position: absolute;
    right: 0px;
    bottom: -6px;
    height: 9px;
    width: 1px;
    border-radius: 1px;
    background: #fff;
    transform: rotate(-35deg);
}
@media(max-width:1199px){
    .header-linha-23 .formBusca input{
        padding-right: 50px;
    }
    /*    .header-linha-2 .formBusca button{
            width: 50px;
            right: 0;
            font-size: 10px;
        }*/
    .header-linha-3 .formBusca{
        margin: 0.3em 0em;
    }
}
/* Carrinho */
.cart{
    position: relative;
    /*height: 4.2em;*/
    font-family: 'Noto Sans', sans-serif;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    font-size: 12px;
    margin: 0em 1em 0em 1em;
    color: #9a9b9a;
    /*line-height: 1em;*/
}
.cart a{
    color: #9a9b9a;
    margin: 0em 0em 0em 0em;
    font-size: 12px;
    transition: 0.5s all;
}
.cart a b{
    color: #372854;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
    transition: 0.5s all;
}
.cart a:hover b,
.cart a:focus b{
    color: #372854;
}
/*.cart-rounded{
    background: #2caf51;
    border: 1px solid #227f3c;
    border-radius: 100%;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    width: 45px;
    text-align: center;
}*/
.cart img{
    vertical-align: middle;
    display: inline-block;
    max-width: 40px;
}
/*.cart-rounded.icon-menu span{
    font-family: "Roboto";
    letter-spacing: 0.5px;
    font-size: 1rem;
    text-transform: uppercase;
}
.cart-rounded span{
    display: block;
    height: 100%;
    padding: 4px 0;
    position: relative;
    line-height: 100%;
}
.cart-rounded p{
    font-family: 'Roboto-Black';
    text-align: center;
    margin: 0;
    font-size: 1.8rem;
    line-height: 100%;
    color: #202428;
}*/
.count-cart{
    position: absolute;
    top: -5px;
    right: -5px;
    background: #fff;
    height: 25px;
    width: 25px;
    font-family: 'Noto Sans', sans-serif;
    color: #5cc6d0;
    border-radius: 50%;
    text-align: center;
}
.count-cart span{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
}
#menuFixo2 .icon-menu{
    background: #fff;
    border: 1px solid #a0a0a0;
}
#menuFixo2 .cart > a:last-of-type{
    margin-left: 20px;
}
#menuFixo2 .ul-sair li span,
#menuFixo2 .ul-sair li a{
    padding-bottom: 2px;
}
#menuFixo2 .ul-sair li:first-of-type{
    margin-bottom: 0;
}
#menuFixo2 .ul-sair{
    margin-left: 5px;
    margin-right: 20px;
}
/*.header-linha-2 .login .slash{
    font-size: 1.4rem;
    margin: 0 5px;
    vertical-align: text-top;
}*/
.fixo .right-menu .cart{
    margin: 0;
}
.fixo .login a img,
.fixo .ul-sair a img{
    max-width: 25px;
}
.right-menu{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.right-menu .header-carrinho{
    background: #5cc6d0;
    padding: 6px 0px;
    border-radius: 5px;
    border: none;
    color:#fff;
    width: 165px;
}
.right-menu .header-carrinho p{
    margin-bottom: 0;
    font-size: 1.5rem;
    font-family: 'Noto Sans', sans-serif;
}
.right-menu .header-carrinho span{
    font-size: 1.2rem;
}
.right-menu .header-carrinho img{
    max-width: 30px;
    margin-right: 10px;
}
@media(max-width:1199px){
    .cart{
        margin: 0em 0.2em 0em 0.3em;
    }   
}
.cart a.btn{
    color: white;
}
/* Login */
.login{
    position: relative;
    font-family: 'Noto Sans', sans-serif;
    text-align: left;
    font-size: 12px;
    color: #FFF;
    line-height: 1em;
    float: right;
}
/*
.header-linha-3.fixo .login{
    display: inline-block;
} */
.login .inline-block{
    vertical-align: middle;
}
.login .inline-block.slash{
    vertical-align: top;
}
.login span{
    color: #fff;
    vertical-align: text-top;
    display: inline-block;
    margin-right: 3px;
}
/*
.header-linha-3.fixo .login span{
    vertical-align: middle;
} */
.header-linha-3 #cart-fixo{
    text-align: center;
    position: relative;
    margin-left: 35px;
    margin-right: 0;
}

.header-linha-3 #cart-fixo i{
    color: #000;
    font-size: 4rem;
}

.header-linha-3 #cart-fixo p{
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 1.1em;
    height: 25px;
    text-align: center;
    width: 25px;
    padding: 6px 0;
    margin: 0;
    text-align: center;
    background: #5cc6d0;
    color: #FFF;
    font-family: 'Noto Sans', sans-serif;
}
.login a{
    color: #000;
    /*text-transform: uppercase;*/
    /*text-decoration: underline;*/
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    transition: 0.5s all;
}
.login a:hover{
    text-decoration: none;
}
.login b{
    color: #202428;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
    transition: 0.5s all;
}
/*.login a:hover b,*/
/*.login a:focus b,*/
.login a:hover,
.login a:focus{
    text-decoration: none!important;
}
/*
.header-linha-3.fixo .login{
    height: 100%;
    margin: 0;
    padding: 0 15px;
    vertical-align: middle;
}
.header-linha-3.fixo .login .icon-menu{
    margin-right: 15px;
}
.header-linha-3.fixo .login img{
    max-width: 35px;
} */
@media(max-width:1199px){
    .login{
        margin: 0em 0em 0em 0em;
    }   
}
.ul-sair{
    margin:0 5px;
    margin-right: 2.5em;
    list-style: none;
    margin-left: 5px;
    line-height: 1em;
    /*vertical-align: bottom!important;*/
}
.ul-sair li{
    text-align: left;
    display: block;
    font-family: 'Noto Sans', sans-serif;
}
.ul-sair li:first-of-type{
    display: block;
    margin: 0;
    font-family: 'Noto Sans', sans-serif;
}
.ul-sair li span{
    /* color: #FFF; */
    color: #475175;
    margin: 1em auto 0em 0em;
    vertical-align: baseline;
    /* margin-left: 2px; */
    font-size: 14px;
}

.icon-menu span.quantidade{
    width: 25px;
    height: 25px;
	font-weight: 700;
    text-align: center;
    border-radius: 50%;
    background: #475175;
    color: #7bf2ef;
    top: -7px;
    position: absolute;
    right: -10px;
    padding-top: 4px;
    font-size: 15px;
    margin: 0;
    border: 1px solid #475175;
}

.ul-sair li a{
    margin: 0;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
    overflow: hidden;
}
.ul-sair li p{
    color: #5cc6d0;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 0;
    font-size: 1.5rem;
}
.ul-sair li b,
.ul-sair li a,
.ul-sair li a:hover{
    color: #5cc6d0;
    text-decoration: none!important;
}
/* Linha 3 */
/*.header-linha-3 .iconSubMenuArrow{
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: -1em;
    z-index: 1001;
    opacity: 0;
    transition: 0.5s all;
}*/
.header-linha-3{
    font-family: 'Noto Sans', sans-serif;
    font-weight: normal;
    /* position: relative; */
    height: 50px;
    margin: 0em 0em 0em 0em;
    background-color: #475175;
    transition: all ease-in-out 0.4s;
    z-index: 100 !important;
}

#headerescondido{height: 50px; display: none;}

.header-linha-3 .container{
    height: 100%;
}

.header-linha-3 .logo{
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}


.header-linha-3.fixo.up{
    top: -50%
}
.header-linha-3 #logo-fixo{
    display: none;
    margin-right: 10px;
    vertical-align: middle;
}
.header-linha-3.fixo #logo-fixo{
    display: block;
    padding: 5px 0;
    width: 100px;
    margin-right: 0;
    float: left;
}
.header-linha-3.fixo #logo-fixo img{
    display: block;
    height: 40px;
    /*max-height: 100%;*/
    /*float: left;*/
}
.header-linha-3.fixo{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100 !important;
    padding: 0;
    background: #475175;
    border-bottom: solid 1px #475175;
}
.header-linha-3.fixo > .container{
    /*width: 100%;*/
    padding:0;
}
/*
.header-linha-3.fixo .item{
    max-width: 9.5em;
    height: 100%;
    color: #000;
    padding: 0 0.5em;
  
backface-visibility: hidden;
} */
/*
.header-linha-3.fixo #todos-depart-header{
    display: none;
} */
/*
.header-linha-3.fixo .itens-header{
    height: 70px;
    display: inline-block;
    vertical-align: middle; 
} 
.header-linha-3.fixo .item div span,
.header-linha-3.fixo .item div{
    color: #000;
}
.header-linha-3.fixo .item a{
    width: 100%;
    padding: 0 0.5em;
}
.header-linha-3.fixo .item .dropdown a{
    padding: 1em!important;
} */
/*.header-linha-3.fixo .right-menu .count-cart{
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
}
.header-linha-3.fixo .right-menu .count-cart span{
    font-size: 1.4rem;
}
.header-linha-3.fixo .ul-sair li p{
    font-size: 1.4rem;  
}
.header-linha-3.fixo .ul-sair{
    margin-right: 1em;
}
.header-linha-3.fixo .right-menu{
    width: 20%;
}*/
/*.header-linha-3.fixo .right-menu .icon-menu img,
.header-linha-3.fixo .right-menu .cart img{
    max-width: 25px;
    vertical-align: super;
}
.header-linha-3.fixo .right-menu .cart img{
    vertical-align: middle;
}*/

.header-linha-3 .item:nth-of-type(1){
    /*float: left;*/
    vertical-align: middle;
    display: inline-block;
    width: auto;
    padding: 0em;
    margin: 0em 0em 0em 0em;
    color: white;
}

.header-linha-3.fixo .item:nth-of-type(1){
    margin-left: 0.5em;
	margin-right: 0em;
}

@media(max-width:1199px){
    .header-linha-3{
        margin: 0em 0em 0em 0em;
    }  
    .header-linha-3 .item:nth-of-type(1){
        padding: 0;
    }
}

/*
.header-linha-3.fixo .item:nth-of-type(1){
    padding: 0.6em 1em;
} */
.header-linha-3 .item:nth-of-type(1) a{
    /*float: left;*/
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    /*height: 6.5em;*/
    /*width: auto;*/
    text-align: left;
    color: #000;
    padding: 0px 15px;
}
.header-linha-3 .item{
    /*float: left;*/
    float: left;
    height: 50px;
    padding: 0em;
    margin: 0em 0em 0em 0em;
    color: #202428;
    transition: 0.2s background;
    font-family: 'Noto Sans', sans-serif;
    /*text-transform: uppercase;*/
    /*border-right: solid 1px #d3dadd;*/
}

.header-linha-3.fixo .item{
}

.header-linha-3 .item:hover{
    /*background: #85c5cf;*/
	background: #2a344e;
}

.header-linha-3 .item:hover div span, .header-linha-3 .item:hover div {
    color: #FFF;
}

.header-linha-3 .item:hover div span.burguinho,
.header-linha-3 .item:hover div span#cat-down-icon{
    color: #fff;
}

.header-linha-3 .item a{
    /*float: left;*/
    /*display: table;*/
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    /*height: 6.5em;*/
    /*width: 17.3em;*/
    text-align: center;
    color: white;
    /* padding: 0.5em 1em; */
    padding: 0.5em 0.5em;
    /*border-right: solid 1px #d3dadd;*/
    /*    border-width: 3px 3px 3px 0;
        border-style: solid;*/
    /*    -webkit-border-image:
            -webkit-gradient(linear, 0 0, 100% 0, from(#c5b2da), to(#a188bb)) 1 100%;
        -webkit-border-image: 
            -webkit-linear-gradient(to left, #c5b2da, #a188bb) 1 100%;
        -moz-border-image:
            -moz-linear-gradient(to left, #c5b2da, #a188bb) 1 100%;
        -o-border-image:
            -o-linear-gradient(to left, #c5b2da, #a188bb) 1 100%;
        border-image:
            linear-gradient(to left, #c5b2da, #a188bb) 1 100%;*/
}

/*.header-linha-3.fixo .item a{
    padding: 0.5em 1.3em;  
}*/

.header-linha-3 .item > a div{
    padding: 0em;
    font-size: 1.3rem;
    top: 50%;
    transform: translateY(-50%);
}
.header-linha-3 .item div{
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: text-bottom;
    color: #fff;
}

.header-linha-3.fixo .item div{
    /*color: #FFF;*
    color: #000;*/
}

.header-linha-3 .item div span{
    color: #85c5ce;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}
.header-linha-3 .item div #cat-list-icon{
    /*float: left;*/
    /*margin-right: 5px;*/
    font-size: 2rem;
    margin-bottom: 5px;
    /*margin-top: -2px;*/
}
/*
.header-linha-3.fixo .item div #cat-list-icon{
    font-size: 1.5rem;
    margin: 0;
} */
.header-linha-3 .item div #cat-down-icon{
    margin-top: 3px;
    float: right;
    font-size: 1.1rem;
    color: #fff;
}
/*.header-linha-3 .item:nth-last-of-type(1){
    float: right;
    width: 7.5em;
    height: 7.5em;
    padding: 1em 0em 1em 0em;
    margin: 0em 0em 0em 0em;
    border: none;
}
.header-linha-3 .item:nth-last-of-type(1) a{
    float: left;
    height: 6.5em;
    width: auto;
    text-align: center;
    color: white;
    padding: 0em 1em 0em 1em;
    border: none;
}*/
@media(max-width:1199px){
    .header-linha-3 .item:nth-of-type(1) a{
        padding: 0 0.5em;
    }
    .header-linha-2.fixo .header-linha-3 .item:nth-of-type(1){
        padding: 0.5em 0em 0.5em 0em;
        /*width: 10.7em;*/
    }
    .header-linha-3 .item{
        font-size: 13px;
    }
    .header-linha-3 > .container{
        padding: 0;
    }
    /*    .header-linha-2.fixo .header-linha-3 .item{
            max-width: 8em;
        }
        .header-linha-2.fixo .logo{
            width: 10%;
        }
        .header-linha-2.fixo .header-linha-3{
            width: 60%;
            top: 50%;
            left: 15%;
            transform: translateY(-50%);
        }*/
    .header-linha-3 .item > a div{
        padding: 0;
        font-size: 1.2rem;
    }
    /*    .header-linha-2.fixo .right-menu{
            width: 23%;
        }*/
    .header-linha-3 .item div #cat-list-icon{
        font-size: 1.5rem;
    }
    .header-linha-3 .item:nth-last-of-type(1){
        width: 8.5em;
        padding: 0.5em 0em 0.5em 0em;
    }
    .header-linha-3 .item:nth-last-of-type(1) a{
        padding: 0em 1em 0em 1em;
    }
}
/*.header-linha-3 .item:hover,
.header-linha-3 .item:focus{
    background: #a188bb;
}
.header-linha-3 .item:hover .iconSubMenuArrow,
.header-linha-3 .item:focus .iconSubMenuArrow{
    opacity: 1;
}*/
.header-linha-3 .item a{
    text-align: center;
    /*text-transform: uppercase;*/
    color: #202428;
    width: 100%;
    font-size: 14px;
    position: relative;
    transition: 0.3s background;
}
@media(max-width:1199px){
    .header-linha-3 .item a{
        padding: 0.5em 1.3em;
        word-break: break-word;
    }   
    .header-linha-3.fixo .item a{
        padding: 0.5em 0.5em; 
    }
    .header-linha-3.fixo .item:nth-last-of-type(1){  
        display: none;
    }
}
.header-linha-3 .item:hover a,
.header-linha-3 .item:focus a{
    color: #FFF;
}
.header-linha-3 .item:nth-of-type(1) .dropdown-menu .dropdown a:hover,
.header-linha-3 .item:nth-of-type(1) .dropdown-menu .dropdown a:focus{
    color: white;
    background: #475175;
}
/*.header-linha-3 .item:nth-last-of-type(1):hover a,
.header-linha-3 .item:nth-last-of-type(1):focus a{
    color: #5cc6d0;
    background: transparent;
}*/
.header-linha-3 .item .dropdown-menu a{
    width: 100%;
}
.header-linha-3 .item .dropdown-menu{
    /*background-color: #85c5cf;*/
	background-color: #2a344e;
    padding: 0;
    /*column-count: 2;*/
    border-radius: 0;
    z-index: 99;
    margin: 1px 0;
    width: 25em;
}
.header-linha-3 .item .dropdown-menu li{
    /*padding: 0.5em 0em 0.5em 0em;*/
    float: left;
    width: 100%;
    /*transition: 0.5s all;*/
}
.header-linha-3 .item .dropdown-menu .column-dropdown{
    width: 100%;
}
.header-linha-3 .item .dropdown a{
    float: inherit;
    width: 100%;
    height: auto;
    color: white!important;
    /*background: #85c5cf;*/
    background: #2a344e;
    text-align: left;
    padding: 0.5em 1em 0.5em 1em;
    margin: 0em 0em 0em 0em;
    border: none;
}
.header-linha-3 .item .span-dropdown{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height:100%;
    position: relative;
}
/*
.header-linha-3.fixo .itens-header .item:nth-last-of-type(1){
    display: none;
} */
.header-linha-3 .item .dropdown-menu>div>li:hover>a,
.header-linha-3 .item .dropdown-menu>div>li:hover,
.header-linha-3 .item .dropdown-menu>div>li:focus>a,
.header-linha-3 .item .dropdown-menu>div>li:focus,
.header-linha-3 .item .dropdown .dropdown-menu.nivel-2>div>li:hover>a,
.header-linha-3 .item .dropdown .dropdown-menu.nivel-2>div>li:hover,
.header-linha-3 .item .dropdown .dropdown-menu.nivel-2>div>li:focus>a,
.header-linha-3 .item .dropdown .dropdown-menu.nivel-2>div>li:focus,
.header-linha-3 .item .dropdown .dropdown-menu.nivel-3>div>li:hover>a,
.header-linha-3 .item .dropdown .dropdown-menu.nivel-3>div>li:hover,
.header-linha-3 .item .dropdown .dropdown-menu.nivel-3>div>li:focus>a,
.header-linha-3 .item .dropdown .dropdown-menu.nivel-3>div>li:focus{
    color: white!important;
    background: #475175;
    /*border-bottom: solid 1px #5cc6d0;*/
}

/* MENU FIXO */
#menuFixo2{   
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #5cc6d0;
    border-bottom: solid 3px #a51242;
    z-index: 20;
    box-shadow: 0 0 10px 0 #690e2b;
    display: none;
}
#menuFixo2>.container>.row>.logo{
    width: 10.5em;
    padding: 0.2em 0;
    margin: 0em 0.5em 0em 0em;
}
@media(max-width:1199px){
    #menuFixo2>.container>.row>.logo{
        width: 6em;
        margin: 1.1em 0.5em 0em 0em;
    }   
}
#menuFixo2>.container>.row>.header-linha-3{
    margin: 0em 0em 0em 2em;
    border-bottom: none;
    vertical-align: top;
    background: transparent;
    border: none;
}
@media(max-width:1199px){
    #menuFixo2>.container>.row>.header-linha-3{
        margin: 0em 0em 0em 0em;
    }
}
#menuFixo2>.container>.row>.header-linha-3 .item:nth-of-type(1){   
    padding: 0em 0em 0em 0em;
    margin: 0;
    width: auto;
    /*height: 3.2em;*/
    /*height: 5em;*/
}
#menuFixo2>.container>.row>.header-linha-3 .item{
    padding: 0em 0em 0em 0em;
    margin: 0;
    width: auto;
    /*height: 3.2em;*/
    /*height: 5em;*/
    border-radius: 0px;
    border: none;
}
#menuFixo2>.container>.row>.header-linha-3 .item:hover,
#menuFixo2>.container>.row>.header-linha-3 .item:focus{
    background: #0e203c;
}
#menuFixo2>.container>.row>.header-linha-3 .item a{
    width: auto;
    height: auto;
    color: #fff;
    padding: 2em 0.8em 2em 0.8em;
    border: none;
}
#menuFixo2>.container>.row>.header-linha-3 .item .dropdown a{
    color: white;
    padding: 1em 1em 1em 1em;
    width: 100%;
}
#menuFixo2>.container>.row>.header-linha-3 .item:hover a,
#menuFixo2>.container>.row>.header-linha-3 .item:focus a{
    color: white;
}
#menuFixo2 .header-linha-3 .item:hover a::after{
    display: none;
}
@media(max-width:1199px){
    #menuFixo2>.container>.row>.header-linha-3 .item:nth-of-type(1){
        width: auto;
        padding: 0em 0em;
        margin: 0em 0em 0em 0em;
    }
    #menuFixo2>.container>.row>.header-linha-3 .item{
        padding: 0em 0em;
        margin: 0em 0em 0em 0em;
    }
}
#menuFixo2>.container>.row>.login{
    /*width: 16em;*/
    font-family: 'Noto Sans', sans-serif;
    color: #9a9b9a;
    font-size: 13px;
    height: auto;
    vertical-align: text-top;
    margin: 0em 0em 0em 0em;
    padding: 0em 1em 0em 1em;
}
#menuFixo2>.container>.row>.login a{
    color: #9a9b9a;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
}
#menuFixo2>.container>.row>.login a:hover,
#menuFixo2>.container>.row>.login a:focus{
    color: #372854;
}
@media(max-width:1199px){
    #menuFixo2>.container>.row>.login{
        margin: 0.5em 0em 0em 0em;
    }
}
#menuFixo2>.container>.row>.cart{
    position: relative;
    margin: 0em 0em 0em 0em;
    float: right;
    padding: 1.2em 0em 0em 0em;
}
#menuFixo2 .header-linha-3 .dropdown-toggle span{
    vertical-align: middle;
    display: inline-block;
}
#menuFixo2 .cart a{
    display: inline-block;
    vertical-align: middle;
}
#menuFixo2 .cart a .cart-rounded{
    vertical-align: text-top;
}
@media(max-width:1199px){
    #menuFixo2>.container>.row>.cart{
        margin: 0.8em 1em 0.1em 0em;
        padding: 0em 0em 0em 0em;
    }   
}
/* TOPO RESPONSIVO */
.barra-lateral{
    color: #5cc6d0;
    overflow-x: hidden;
    position: fixed;
    top: 0px;
    left: -100%;
    z-index: 999999;
    width: 85%;
    height: 100%;
    background: #fff;
}
#categoria-lateral{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #eee;
}
#sub-categoria-lateral,
.sub-categoria-lateral{
    width: 100%;
    height: 100%;
    /*left: 100%;*/
    left: -100%;
    background-color: #eee;
    position: absolute;
    overflow: auto;
}
.barra-lateral .titulo-barra-lateral{
    width: 100%;
    height: 100%;
    background: #5cc6d0;
    padding: 0px 5px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.barra-lateral .titulo-barra-lateral .icon{
    display: inline-block;
    margin-left: 0.3em;
    float: left;
    margin-top: 0.8em;
    vertical-align: sub;
}
@media(max-width:380px){
    .barra-lateral .titulo-barra-lateral .icon{
        margin-left: 0em;
        margin-top: 0em;
    }  
}
.barra-lateral .titulo-barra-lateral .icon i{
    background: #FFF;
    color: #5cc6d0;
    font-size: 14px;
    border-radius: 10em;
    text-align: center;
    padding: 7px;
    margin-top: -6px;
    /*margin-left: -10px;*/
    border-bottom: 1px solid #5cc6d0;
}
.barra-lateral .titulo-barra-lateral .login{
    color: #9a9b9a;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 0.1em;  
    /*width: 85%;*/ 
    color: #fff;
    padding: 0.7em 0em 0em 0em;
}
@media(max-width:380px){
    .barra-lateral .titulo-barra-lateral .login{
        /*margin-left: ;*/
        padding-left: 0.5em;
        margin-top: 0em;
        margin-left: 0 !important;
    }   
    .barra-lateral .titulo-barra-lateral .icon i{margin-top: 2px;}
}
.barra-lateral .titulo-barra-lateral .login{
    font-size: 13px;
    float: none;
    margin-top: -6px;
    margin-left: 1em;
}
.barra-lateral .titulo-barra-lateral .login a{
    color: #fff;
}
.barra-lateral .titulo-barra-lateral .login a b{
    color: #fff;
    font-size: 14px;
}
.barra-lateral #sub-categoria-lateral .titulo-barra-lateral span,
.barra-lateral .sub-categoria-lateral .titulo-barra-lateral span{
    margin-left: 0px;
    position: relative;
    top: -3px;
    color: #FFF;
}
.barra-lateral #sub-categoria-lateral .titulo-barra-lateral i,
.barra-lateral .sub-categoria-lateral .titulo-barra-lateral i{
    background: #5cc6d0;
    color: white;
    padding: 0 8px;
    margin-top: -5px;
    margin-left: -10px;
    margin-bottom: -5px;
    border-bottom: 1px solid #5cc6d0;
    font-size: 1em !important;
}
.barra-lateral > ul > li > span{
    width: 100%;
    padding: 5px 10px;
    font-size: 1rem;
    display: table-cell;
    vertical-align: middle;
    color:#fff;
}
.barra-lateral > ul > li > div{
    color:#5cc6d0!important;
}
.barra-lateral > ul > li > i{
    display: block;
    float: right;
    margin-top: 12px;
    margin-right: 5px;
    color:black;
}
.barra-lateral > ul > li{
    display: table;
    font-size: 1rem;
    width: 100%;
    height: 40px;
    background: #eee;
    color:#5cc6d0!important;
    border-bottom: solid 1px;
}
.barra-lateral > ul > li a{
    color:#5cc6d0!important;
}
#menuFixo{
    font-family: 'Noto Sans', sans-serif;
    position: fixed;
    z-index: 99;
    width: 100%;
    top:0;
    left: 0;
}
.container-header-responsivo{
    padding:1em 15px;
    border-bottom: 3px solid #5cc6d0;
    box-shadow: 0 0 15px 0 #888;
    /*background-color: #5cc6d0;*/
    background-color: #fff;
}
@media(max-width:991px){

    .login span{
        color: #fff;
    }
    /*    .container-header-responsivo .logoR{
            margin: 1.5em 0em 0em 0em;
        }   */
}
/*@media(max-width:767px){
    .container-header-responsivo .logoR{
        margin: 0.2em 0em 0em 0em;
    }   
}
@media(max-width:510px){
    .container-header-responsivo .logoR{
        margin: 0.7em 0em 0em 0em;
    }   
}
@media(max-width:450px){
    .container-header-responsivo .logoR{
        margin: 0.5em 0em 0em 0em;
    }   
}*/
.container-header-responsivo .menu .itens-menu{
    float: right;
    text-align: left;
}
@media(max-width:767px){
    .container-header-responsivo .menu .itens-menu{
        margin: 1em 0em 0em 0em;
        text-align: right;
    }
}
@media(max-width:450px){
    .container-header-responsivo .menu .itens-menu{
        padding: 0;
        margin: 1em 0em 0em 0em;
    }
}
.container-header-responsivo .menu .abreMenu{
    margin: 0em 0em 0em 0em;
    position: relative;
    font-size: 3em;
    display: inline-block;
    vertical-align: text-bottom;
}
@media(max-width:767px){
    .container-header-responsivo .menu .abreMenu{
        /*top: 0.5em;*/
        margin: 0em 0.3em 0em 0.3em;
    }
}
@media(max-width:490px){
    .container-header-responsivo .menu .abreMenu{
        /*top: 0.4em;*/
        margin: 0em 0.2em 0em 0.2em;
    }
}
@media(max-width:429px){
    .container-header-responsivo .menu .abreMenu{
        /*top: 0.1em;*/
        font-size: 2em;
        margin: 0em 0.2em 0em 0.2em;
    }
}

.container-header-responsivo .menu .abreMenu span{
    /*color: #fff;*/
    color: #5cc6d0;
}

.container-header-responsivo .menu .btnBusca{
    position: relative;
    margin: 0em 1em 0em 1em;
    font-size: 3em;
}
@media(max-width:767px){
    .container-header-responsivo .menu .btnBusca{
        /*top: 0.5em;*/
        margin: 0em 0.3em 0em 0.3em;
    }
}
@media(max-width:490px){
    .container-header-responsivo .menu .btnBusca{
        /*top: 0.4em;*/
        margin: 0em 0.2em 0em 0.2em;
    }
}
@media(max-width:429px){
    .container-header-responsivo .menu .btnBusca{
        /*top: 0.1em;*/
        font-size: 2em;
        margin: 0em 0.2em 0em 0.2em;
    }
}

.container-header-responsivo .menu .btnBusca span{
    color: #5cc6d0;
    margin-top: 0.11em;
}

.container-header-responsivo .menu .carrinhoR{
    position: relative;
    margin: 0em 1em 0em 1em;
    font-size: 3em;
}
@media(max-width:767px){
    .container-header-responsivo .menu .carrinhoR{
        /*top: 0.5em;*/
        margin: 0em 0.3em 0em 0.3em;
    }
}
@media(max-width:490px){
    .container-header-responsivo .menu .carrinhoR{
        /*top: 0.4em;*/
        margin: 0em 0.2em 0em 0.2em;
    }
}
@media(max-width:429px){
    .container-header-responsivo .menu .carrinhoR{
        /*top: 0.1em;*/
        font-size: 2em;
        margin: 0em 0.2em 0em 0.2em;
    }
}

.container-header-responsivo .menu .carrinhoR i{
    /*color: #fff;*/
    color: #5cc6d0;
    /*margin-top: 0.11em;*/
}

.container-header-responsivo .menu .form .input-busca{
    margin-top: 0.5em;
}
.container-header-responsivo .menu .form .input-busca input{
    border-radius: 0;
    border-right: transparent; 
}
.container-header-responsivo .menu .form .input-busca span{
    padding: 0px 4px 0px 10px;
    background: transparent;
    border-radius: 0;
    border: none;
}
.container-header-responsivo .menu .form .input-busca span button{
    color: #5cc6d0;
    background: transparent;
    border: #f5f5f5;
    padding: 5px 10px 5px 10px;
    position: absolute;
    right: 25px;
    top: 5px;
    z-index: 45;
}
.container-header-responsivo .form-responsivo{
    display: none;
}
.container-header-responsivo .form-responsivo .input-busca{
    margin-top: 1.5em;
}
.container-header-responsivo .form-responsivo .input-busca input{
    border-radius: 0;
    border-right: transparent; 
}
.container-header-responsivo .form-responsivo .input-busca span{
    padding: 0px 4px 0px 10px;
    background: transparent;
    border-radius: 0;
    border: none;
}
.container-header-responsivo .form-responsivo .input-busca span button{
    color: #5cc6d0;
    background: #f5f5f5;
    border: #f5f5f5;
    padding: 5px 10px 5px 10px;
    right: 25px;
    top: 4px;
    z-index: 50;
    position: absolute;
}
.btn-menu-lateral a{
    color: rgb(255,198,0)!important;
    font-size: 30px;
}
/*  END HEADER  */

/* CORPO DO SITE HOME */
/* PRODUTO */
.contEach{
	width: 33%;
    /*overflow: hidden;*/
    float: left;
    margin: 0em 0em 0.5em 0em;
    /*padding: 0em 0.5em 0em 0.5em;*/
    padding: 0em 0em 0em 0em;
}
.contEach.v2{
    width: 32.1%;
    margin: 0em 0.5em 3em 0.5em;
}
/*.contEach:nth-of-type(4n+1){
    margin: 0em 0% 0em 0em;
}*/
.slide .contEach{
    width: 100%;
    margin: 0em 0% 0em 0%;
    padding: 0;
}
@media(max-width:1199px){

    .contEach{
        width: 50%;
        /*margin: 0em 0.5em 1em 0.5em;*/
        margin: 0em 0em 0em 0em;
    }
    .contEach.v2{
        width: 44.2%;
        margin: 0em 2em 1em 2em;
    }
    .slide .contEach{
        width: 100%;
    }
}
@media(max-width:991px){
    .contEach{
        /*width: 33.3%;*/
        width: 100%;
        margin: 0em 0.5em 1em 0.5em;
        /*margin: 0em 0em 0em 0em;*/
    }
    /*    .contEach:nth-of-type(2n-1){
            margin: 0em 0% 0em 0em;
        }*/
    .contEach.v2{
        width: 48.1%;
        margin: 0em 0.5em 1em 0.5em;
    }
}
@media(max-width:767px){
    a.produto .item .texto .titulo h2{
        line-height: 100%;
    }
    .contEach{
        width: 100%;
        /*margin: 0em 27.4% 3em 27.4%;*/
        margin: 0em 0% 0em 0%;
    }
    /*    .contEach:nth-of-type(2n-1){
            margin: 0em 2% 2em 2%;
        }*/
    .contEach.v2{
        width: 60%;
        margin: 0em 20% 3em 20%;
    }
}
@media(max-width:520px){
    .homePromocoes .slide .contEach{
        width: 
    }
    .contEach{
        width: 80%;
        margin: 0em 10% 3em 10%;
    }
    .contEach.v2{
        width: 90%;
        margin: 0em 5% 3em 5%;
    }
}
@media(max-width:410px){
    .contEach{
        width: 90%;
        margin: 0em 5% 3em 5%;
    }
    .contEach.v2{
        width: 90%;
        margin: 0em 5% 3em 5%;
    }
}
a.produto .item {
    /*overflow: hidden;*/
    font-family: 'Co-Headline';
    position: relative;
    float: left;
    padding: 0;
    width: 95%;
    margin: 0 2.5%;
    border: 1px solid transparent;
    border-radius: 5px;
    /*height: 33.2em;*/
    backface-visibility: hidden;
    /*margin: 0em 0em 2em 0em;*/
    transform: translateZ(0);
    background-color: #fff;
    transition: 0.3s all;
    /*box-shadow: 0px 0px 8px 0px #dddde0;*/
}
a.produto .item:hover{
    border-color: #c7cacc;
    /*box-shadow: 0 0 10px 0 #afafaf;*/
}
.bxslider-categoria-destaque{
    float: left;
    width: 100%;
    position: relative;
}
.bxslider-categoria-destaque .slide{
    width: 25%;
    margin: 25px 0;
    float: left;
    position: relative;
}
.bxslider-produto-visitado .div-img,
.bxslider-produto-semelhantes .div-img,
.homePromocoes .div-img,
.bxslider-categoria-destaque .slide .div-img{
    width: 100%;
    height:100%;
}
/*.bxslider-categoria-destaque .slick-arrow.slick-prev{
    transform: translateY(-50%) translateX(-100%);
    left: 5px;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.bxslider-categoria-destaque .slick-arrow.slick-next{
    transform: translateY(-50%) translateX(100%);
    right: 5px;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}*/
/*a.produto:hover .item,
a.produto:focus .item{
    box-shadow: 0px 0px 50px -10px #e4e3df;
}*/
/*.homePromocoes a.produto:hover .item, 
.homePromocoes a.produto:focus .item{
    box-shadow: 0 0 15px 0 #b5b4b0;
}*/
a.produto .item.v2{
    height: 13em;
}
@media(max-width:991px){
    a.produto .item {
        /*height: 29.2em;*/
        width: 100%;
        /*border: solid 1px #573085;*/
        border: solid 1px transparent;
    }
    a.produto .item.v2{
        height: 15em;
    }
    a.produto .item .texto .titulo{height: 4em;}
}
a.produto .item .detalhe-tag{
    position: absolute;
    text-align: center;
    z-index: 3;
    float: right;
    display: inline-block;
    top: 5px;
    left: 5px;
}
a.produto .item .flag{
    font-family: 'Noto Sans', sans-serif;
    text-transform: uppercase;
    float: left;
    border-radius: 5px;
    width: 50px;
    height: 30px;
    text-align: center;
    color: white;
    margin: 0em 0.1em 0em 0.1em;
}

a.produto .item .flag .centralizarV{
    top: 53%;
}
a.produto .item .flag.freteGratis{
    /* font-weight: 900; */
    background: #263135;
    line-height: 1em;
    font-size: 11px;
    /* font-style: italic; */
    font-family: 'Noto Sans', sans-serif;
}
a.produto .item .flag.percentDesconto{
    /*font-weight: 900;*/
    background: #5cc6d0;
    color: #fff;
    line-height: 0.9em;
    transition: all 0.2s;
    font-size: 12px;
    margin-bottom: 0.5em;
    /*font-style: italic;*/
}
/*a.produto .item:hover .flag.percentDesconto{
    color: #fff;
    background:  #5cc6d0;
}*/
a.produto .item .imageHover{
    display: none;
}
a.produto .item .image{
    position: relative;
    height: 17.5em;
    width: 100%;  
    /*border: 1px solid #e9ecee;*/
    border-right: 0;
    overflow: hidden;
    /*z-index: -1;*/
}
.bxslider-categoria-destaque .slide:last-of-type .item .image{
    border-right: 1px solid #e9ecee;
}
.slick-dotted.slick-slider{
    margin-bottom: 0;
}
.slick-slide{
    outline: none;
}
.slick-dots{
    width: 100%;
    margin-left: 0!important;
}

.slick-dots li{
    margin: 0 2px;
}

.slick-dots li button:before{
    display: none;
}
.slick-dots .slick-active button{
    background: #5cc6d0;
}
.slick-dots li button{
    background: #cccccc;
    width: 20px;
    border-radius: 5px;
    height: 8px;
}
.bx-wrapper .bx-pager{
    margin-top: 10px;
    padding: 0; 
    position: relative;
}
.contCatDestSlider .bx-wrapper .bx-pager{
    margin: 0;
}
.bkg-img{
    height: 100%;
    width: 100%;
    background: transparent no-repeat center;
    transition: all ease-in-out 0.2s;
}
.bkg-img.cover{
    background-size: cover;
}
.bkg-img.contain{
    background-size: contain;
}
.div-img{
    position: relative;
    overflow: hidden;
    display: block;
    backface-visibility: hidden;
}
a.produto .item .image img{
    transition: 0.3s all;
}
/*a.produto:hover .item .image .div-img img,
a.produto:focus .item .image .div-img img{
    transform: scale(1.1);
}*/
a.produto .item .texto{
    float: left;
    width: 100%;
    /*background: #e9ecee;*/
    font-family: 'Noto Sans', sans-serif;
    /*border-top: 1px solid #edebeb;*/
    margin: 0em;
    padding: 10px 15px;
    /*height: 16.1em;*/
    height: 15.1em;
    text-align: left;
    color: #202428;
    transition: all 0.2s;
}
a.produto .item:hover .texto{
    /*background: #dadee0;*/
}
.slider-categorias-home a.produto .item .texto{
    background:transparent;
}
a.produto .item.v2 .texto{
    width: 49%;
    margin: 0em 0em 0em 2%;
    text-align: left;
}
@media(max-width:991px){
    a.produto .item .texto{
        /*text-align: center;*/
    }
}
@media(max-width:767px){

    /*    a.produto .item .texto{
            margin-top: 1em;
        }*/
    footer .conteudo-rodape h2{
        padding-left: 10px;
    }
}
a.produto .item .texto .titulo{
    color: #475175;
    text-align: left;
    /*font-weight: 900;*/
    position: relative;
    width: 100%;
    /*height: 4.5em;*/
    height: 2.6em;
    margin-bottom: 1em;
    float: left;
    overflow: hidden;
    /*margin-bottom: 0.4em;*/
}
a.produto .item .texto .codigo-ref{
    display: none;
}
a.produto .item .texto .codigo-ref p{
    margin: 0;
    font-family: 'Noto Sans', sans-serif;
    color: #6d7375;
}
a.produto .item .texto .titulo b{
    float: left;
    width: 100%;
    height: 1.2em;
    color: #c3a56c;
    font-weight: 100;
    text-transform: uppercase;
}
a.produto .item .texto .titulo h2{
    font-size: 14px;
    font-weight: 700;
    /*text-transform: uppercase;*/
    line-height: 1.3em;
    margin: 0;
    transition: 0.3s all;
}
a.produto:hover .item .texto .titulo,
a.produto:focus .item .texto .titulo{
    color: #5cc6d0;
}
a.produto .item .texto .preco{
    font-family: 'Noto Sans', sans-serif;
    float: left;
    width: 100%;
    height: 6em;
}
a.produto .item .texto .preco .parcelamento{
    /*font-weight: 900;*/
    color: #54515f;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    text-align: left;
}
a.produto .item .texto .preco .parcelamento b{
    color: #5cc6d0;
}
a.produto .item .texto .preco .parcelamento span{
    font-family: 'Noto Sans', sans-serif;
    /*font-weight: 900;*/
    line-height: 20px;
}
a.produto .item .texto .preco .parcelamento b.parc{    
}
a.produto .item .texto .preco div.por{
    font-weight: 700;
    /*color: #5cc6d0;*/
    color: #1599a9;
    font-size: 32px;
    font-family: 'Noto Sans', sans-serif;
    line-height: normal;
    text-align: left;
}
/*a.produto .item .texto .preco div.por span{
    color: #f95200;
    vertical-align: bottom;
    font-size: 28px;
}*/
a.produto .item .texto .preco div.apartir{
    /*color: #6d7375;*/
    color: #475175;
    /*font-size: 14px;*/
    font-size: 12px;
    text-align: left;
}
a.produto .item .texto .preco div.valorDee{
    font-family: 'Noto Sans', sans-serif;
    text-align: left;
}
a.produto .item .texto .preco div.valorDee span{
    /*color: #6d7375;*/
    color: #475175;
    text-decoration: line-through;
    /*font-size: 15px;*/
    font-size: 12px;
}
a.produto .item .texto .preco div.valorDee{
    /*font-weight: 900;*/
    line-height: 100%;
    text-decoration: line-through;
    color: #6d7375;
    font-size: 14px;
    /*margin-top: 5px;*/
}
a.produto .btn-prod-container{
    position: relative;
    width: 100%;
    text-align: center;
    /*display: inline-flex;*/
    /*padding: 0em 25% 0em 25%;*/
    margin: auto;
    transition: all ease-in-out 0.2s;
    /*border-top: 1px solid #d7d7d7;*/
}
a.produto .btn-prod-container.v2{
    padding: 0em 0% 0em 0%;
}
@media(max-width:991px){
    a.produto .btn-prod-container{
        /*padding: 0em 20% 0em 20%;*/
    }
}
@media(max-width:767px){
    a.produto .btn-prod-container{
        /*margin: 1em 0em 0em 0em;*/
        /*width: 100%;*/
    }
}

a.produto .item .btn-prod{
    font-family: 'Noto Sans', sans-serif;
/*    color: #9f9e9e;*/
    color: #fff;
    /*text-transform: uppercase;*/
    font-size: 16px;
    float: left;
    width: 100%;
    margin: 0 auto;
/*    background-color: #e5e5e4;*/
    background-color: #5cc6d0;
    border:solid 2px #5cc6d0;
    opacity: 1;
    transition: 0.3s all;
    height: 45px;
    line-height: 40px;
    border-radius: 5px;
}
/*a.produto .item:hover .btn-prod{
    color: #FFF;
    background: #5cc6d0;
    -webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.3);
-moz-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.3);
box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.3);
    transform: translate(-3px, -3px);
}*/
a.produto .item .btn-prod img{
    display: inline-block;
    vertical-align: text-bottom;
    max-height: 20px;
    margin-right: 10px;
}
.contCatDestSlider .bx-prev span,
.contCatDestSlider .bx-next span{
    color: #fff;
    top: 0px;
}
/*.bxslider-categoria-destaque .slide{
    width: 23%!important;
    margin: 0 1%!important;
}*/
a.produto .item .btn-prod.v2{
    width: auto;
    padding: 0.5em 0.5em 0.5em 0.5em;
}
@media(max-width:991px){
    a.produto .item .btn-prod{
        /*font-size: 12px;*/
    }
    a.produto .item .btn-prod img{
        display: none;
    }
}
/* END PRODUTO */
/* Conteudo */
#conteudo{
    width: 100%;
    margin:3em 0;
    /*background: #f2f2f2;*/
    float: left;
    position: relative;
}

#conteudo.conteudo-semelhante, #conteudo.conteudo-visitado{
    margin-top: 0;
    margin-bottom: 0;
}

#pagina-interna{
    background: white;  
}
/* Banner Principal */
.bannerPrincipal{
    background: white;
    position: relative;
    transition: 0.5s all;
    /*border-bottom: 2px solid #e9ecee;*/
    /*min-height: 310px;*/
}
@media(max-width:995px){
    .bannerPrincipal{
        margin-top: 0em;
    }  
}
/*.bannerPrincipal .carousel-control.right,
.bannerPrincipal .carousel-control.left{
    background-image: none;
}
.bannerPrincipal .carousel-control.right span{
    float: right;
    top: 40%;
    right: 7%;
    position: relative;
}
.bannerPrincipal .carousel-control.left span{
    float: left;
    top: 40%;
    left: 7%;
    position: relative;
}*/
/*.bannerPrincipal .carousel-indicators{
    bottom: -0em;
}
.bannerPrincipal .carousel-indicators li{
    width: 12px;
    height: 12px;
    margin: 0em 0.2em;
    background-color: #8c8c8c;
    border: 2px solid white;
    border-radius: 5em;
    transition: 1s all;
}
.bannerPrincipal .carousel-indicators li.active{
    background-color: #5cc6d0;
    border: 2px solid #5cc6d0;
}*/
.bannerPrincipal .slick-dots{
    width: 100%!important;
    text-align: left;
    padding-left: 0;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
}
.bannerPrincipal .slick-dots li button{
    border-radius: 100%;
    background: #e9ecee;
    width: 8px;
    height: 8px;
}
.bannerPrincipal .slick-dots .slick-active button{
    background: #5cc6d0;
}
/* Banner Secundario */
.bxslider-bannerS .slide{
    float: left;
    width: 48%;
}
.bxslider-bannerS .slide:nth-child(2n + 2){
    margin-left: 4%;
}
.bannerSecundario{
    /*margin-top: 2em;*/
    float: left;
    position: relative;
    width: 100%;
}
.bannerSecundario.banner-topo3{
background: white;
}
.bannerSecundario .bxslider-bannerS>.slide{
    /*padding: 2em 0em 2em 0em;*/
}
.bannerSecundario .bx-wrapper{
    margin: 0 auto 0px;
}
.bannerSecundario .bx-pager{
    position: absolute;
    bottom: 6em;
    right: 40em;
    width: auto;
}
.bannerSecundario .bx-pager.bx-default-pager a{
    background: white;
    transition: 0.5s all;
}
.bannerSecundario .bx-pager.bx-default-pager a:hover,
.bannerSecundario .bx-pager.bx-default-pager a:focus,
.bannerSecundario .bx-pager.bx-default-pager a.active{
    background: #c3a56c;
}
.bannerSecundario .item{
    position: relative;
    /*margin: ;*/
    float: left;
    width: 100%;
    height: 35px;
    overflow: hidden;
    transition: 0.8s all;
}

.bannerSecundario .item:first-child{
    margin-right: 1%;
}

.bannerSecundario .item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.bannerSecundario.banner-topo3 .item{
    width: 50%;
    padding: 0px;
    height: auto;
    margin-bottom: 2em;
    margin-top: 2em; 
} 

.bannerSecundario.banner-topo3 .item:nth-child(odd){
    margin-right: 0%;
}

.bannerSecundario.banner-topo3 .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    display: block;
}
.bannerSecundario.banner-rodape .item{
    width: 16.6%;
    padding: 15px;
}
.bannerSecundario.banner-rodape .item p{
    font-family: 'Noto Sans', sans-serif;
    color: #202428;
    text-align: center;
    margin-top: 15px;
}
.bannerSecundario.banner-rodape
.bannerSecundario:not(.div-linha4) .item:nth-last-of-type(1){
    margin: 0em 0% 0em 0%;
}

.container-banner-v2{
    background-color: #475175;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.container-banner-v3{
    background-color: #fff;
}

.bannerSecundario .item.v2{
    position: relative;
    float: left;
    width: 100%;
    margin-right: 0%;
    height: auto; /* 20em */
    overflow: hidden;
    transition: 0.8s all;
}

.bannerSecundario .item.v2:last-child{

}

.bannerSecundario.banner-topo3 .item.v4{
    height: 320px;
}

.bannerSecundario.banner-topo3 .item.v5{
    height: auto;
	width: 100%;
}

@media(max-width:767px){
    .bannerSecundario .item.v2{
        margin: 0em 0% 2em 0%;
        width: 100%;
        /*height: 49em;*/
    }  
}
.bannerSecundario .item.hoverON:hover,
.bannerSecundario .item.hoverON:focus{
    /*-webkit-filter: opacity(50%);  Safari */
    /*filter: opacity(50%);*/
    /*box-shadow: 5px 3px 10px 0px #888888;*/
    -webkit-box-shadow: 11px 10px 38px 1px rgba(136,136,136,1);
    -moz-box-shadow: 11px 10px 38px 1px rgba(136,136,136,1);
    box-shadow: 11px 10px 38px 1px rgba(136,136,136,1);
}
.bannerSecundario .item.hoverON:hover img,
.bannerSecundario .item.hoverON:focus img{
    /*-webkit-filter: opacity(50%);  Safari */
    /*filter: opacity(50%);*/
    /*box-shadow: 5px 3px 10px 0px #888888;*/
}
.bannerSecundario .carousel-indicators li{
    width: 12px;
    height: 12px;
    margin: 0em 0.2em;
    background-color: white;
    border: 2px solid #9f9f9e;
    border-radius: 5em;
    transition: 1s all;
}
.bannerSecundario .carousel-indicators li.active{
    background-color: white;
    border: 2px solid #ef5c01; 
}
/* Home promoções */
.homePromocoes .topo{
    position: relative;
    float: left;
    width: 100%;
    margin: 0em 0em 2em 0em;
}
.homePromocoes .topo>.titulo{
    font-family: 'Noto Sans', sans-serif;
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
    padding: 0em 0em 0em 0em;
    border-bottom: solid 1px #e4e4e3;
}
.homePromocoes .topo>.titulo h1{
    float: left;
    /*width: 100%;*/
    position: relative;
    z-index: 0;
    color: #291b43;
    background: white;
    font-size: 17px;
    font-weight: 900;
    /*text-transform: uppercase;*/
    top: 0.4em;
    margin: 0em 0em 0em 0em;
    padding: 0.5em 1.5em 0.5em 1.5em;
    border-bottom: solid 3px #291b43;
}
.homePromocoes .topo>.titulo h1 a{
    color: #291b43;
    /*text-transform: uppercase;*/
}
@media(max-width:991px){
    .homePromocoes .topo>.titulo h1{
        font-size: 17px;
    }
    .container-banner-v2{padding-top: 0;}
}
@media(max-width:767px){
    .homePromocoes .topo>.titulo{
        text-align: center;
    }
    .homePromocoes .topo>.titulo h1{
        font-size: 17px;
    }   
}
.homePromocoes .topo>.titulo h1>b,
.homePromocoes .topo>.titulo h1> a b{
    font-family: 'Noto Sans', sans-serif;
    color: black;
    font-size: 21px;
}
.homePromocoes .topo>.titulo>.detalhe{
    width: 100%;
    height: 3px;
    top: 0.8em;
    background: #c6c6c5;
    position: absolute;
}
.homePromocoes .topo>.titulo .detalhe2{
    display: none;
    width: 50%;
    height: 3px;
    top: 0.9em;
    left: 25%;
    background: #030303;
    position: absolute;
}
.homePromocoes .topo>.titulo>.ordem{
    position: absolute;
    top: 0.4em;
    right: 0;
    z-index: 0;
    background: transparent;
    padding: 0em 0em 0em 1em;
}
@media(max-width:991px){
    .homePromocoes .topo>.titulo>.ordem{
        top: 0em;
    }
}
@media(max-width:767px){
    .homePromocoes .topo>.titulo>.ordem{
        position: relative;
        top: 0;
        margin: 1em;
    }
}
.homePromocoes .topo>.titulo>.ordem div:first-child{
    color: #372854;
    font-size: 23px;
    margin: 0em 0.3em 0em 0em;
}
.homePromocoes>.left{
    overflow: hidden;
    background: white;
    float: left;
    width: 50%;
}
.homePromocoes>.left.v2{
    width: 25%;
}
.homePromocoes>.left .image{
    background: #f2f2f2;
    position: relative;
    transition: 1s all;
    height: 30.1em;
}
.homePromocoes>.left .image:hover,
.homePromocoes>.left .image:focus{
    opacity: 0.7;
}
.homePromocoes>.right{
    background: white;
    float: left;
    overflow: hidden;
    width: 50%;
}
.homePromocoes>.right.v2{
    width: 75%;
}
@media(max-width:991px){
    .homePromocoes>.left,
    .homePromocoes>.right,
    .homePromocoes>.right.v2{
        width: 100%;
    }
    .homePromocoes>.left{
        margin: 0em 0em 1em 0em;
    }
}
.homePromocoes.destaque .contEach{
    width: 25%;
    /*    margin-bottom: 3.5em;*/
}

.homePromocoes .maior{
    width: 50%;
    float: left;
}

.homePromocoes .maior .interno{
    width: 50%;
}

.homePromocoes .maior.grande .image{
    height: 54.7em;
    width: 90%;
    margin: auto;
}

.maior.grande a.produto .item .image img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.homePromocoes .slide{
   /* background: #fff;*/
}
.bxslider-categoria-destaque {
    /*margin-bottom: 3.5em;*/
}
.contCatDestSlider:last-of-type .slider-categorias-home{
    margin: 0;
}
.homePromocoes .slide .contEach{
    width:100%;
}

.homePromocoes.destaque .slide .contEach{
    /*width: 25%;*/
    margin: 15px 0;
}
.homePromocoes .slide .contEach{
    margin: 15px 0;
}

.homePromocoes .titulo-categoria{
    font-family: 'Noto Sans', sans-serif;
    position: relative;
    color: #5cc6d0;
    font-size: 2.5rem;
    padding-left: 10px;
    margin-bottom: 1em;
    float:left;
    line-height: 100%;
}
.homePromocoes .titulo-categoria::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3px;
    height: 100%;
    background: #5cc6d0;
}
.homePromocoes .filtro-categoria-ordem{
    margin-top: 10px;
    float: right;
}
.homePromocoes .filtro-categoria-ordem p{
    margin-bottom: 5px;
    font-family: 'Noto Sans', sans-serif;
    color: #5cc6d0;
    font-size: 1.1em;
}
.homePromocoes .filtro-categoria-ordem select{
    width: 200px;
    height: 40px;
    border: 1px solid #a0a0a0;
    cursor: pointer;
    /*border-radius:*/ 
}
.homePromocoes .container-contEach{
    float: left;
    width: 100%;
    position: relative;
    margin-top: 50px;
}
/* Categorias destaque slider */
.menuCatSlider{
    width: 100%;
    float: left;
    border: solid 1px #d1d1d1;
    font-family: 'Noto Sans', sans-serif;
    padding: 5px;
    border-radius: 10px;
}
.menuCatSlider .catSlider{
    position: relative;
    width: 25%;
    float: left;
    text-align: center;
    cursor: pointer;
    border: solid 3px transparent;
    border-radius: 10px;
    height: 4rem;
    transition: 1s all;
}

.menuCatSlider .catSlider label{
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

.menuCatSlider .catSlider h1{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 900;
    font-size: 17px;
    color: black;
    text-transform: capitalize;
    margin: 0em 0em 0em 0em;
    transition: 1s all;
} 
@media(max-width:991px){
    .menuCatSlider .catSlider{
        width: 100%;
    }
    .homePromocoes.destaque .slide .contEach{width: 100%; margin-bottom: 3em;}
}

@media(max-width: 767px){
    .homePromocoes .contEach.maior{width: 100%; }
    /*.homePromocoes .contEach.maior a.produto .texto .titulo, 
    .contEach.maior a.produto .item .texto .preco div.valorDee,
    .homePromocoes .contEach.maior a.produto .item .texto .preco div.por ,
    .homePromocoes .contEach.maior a.produto .item .texto .preco .parcelamento{text-align: center;} */
    /*.homePromocoes .contEach.maior a.produto .btn-prod-container{width: 50%; margin: auto;}*/
    /*.homePromocoes .contEach.maior .image{height: 20em !important;}*/
    .homePromocoes .maior{width: 100%;}
}

@media(max-width: 600px){
    .homePromocoes.destaque .slide .contEach{width: 100%;}
}

@media(max-width: 480px){
    /*.homePromocoes.destaque .slide .contEach a.produto .item .texto .titulo,
    .homePromocoes.destaque .slide .contEach a.produto .item .texto .preco div.valorDee,
    .homePromocoes.destaque .slide .contEach a.produto .item .texto .preco div.por,
    .homePromocoes.destaque .slide .contEach a.produto .item .texto .preco .parcelamento{text-align: center;}
    .homePromocoes.destaque .slide .contEach a.produto .btn-prod-container{width: 50%; margin: auto;}*/
}

.menuCatSlider .catSlider .menuCatSliderArrow{
    position: absolute;
    width: 100%;
    top: 2em;
    left: 0;
    opacity: 0;
}
.menuCatSlider .catSlider:focus,
.menuCatSlider .catSlider:hover,
.menuCatSlider .catSlider.active{
    background-color: #5cc6d0;
    color: #FFF;
}
.menuCatSlider .catSlider:focus h1,
.menuCatSlider .catSlider:hover h1,
.menuCatSlider .catSlider.active h1{
    color: #291b43;
}
.menuCatSlider .catSlider:focus .menuCatSliderArrow,
.menuCatSlider .catSlider:hover .menuCatSliderArrow,
.menuCatSlider .catSlider.active .menuCatSliderArrow{
    opacity: 1;
}

.contCatDestSlider{
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    background-color: #ffffff;
    /*display: none;*/
}
.contCatDestSlider.active{
    display: block;
}

/* Paginação */
.pagina .pagination li i{
    font-size: 10px;
    vertical-align: baseline;
}
.pagina .pagination li.disabled{
    opacity: 0.3;
}
.pagina .pagination li{
    line-height: 100%;
    font-family: 'Baloo Paaji', cursive;
}
.pagina .pagination li a{
    color: #6e6e6e;
    border-color: #b0b0b0;
    transition: all 0.2s;
}
.pagina .pagination .disabled span{
    border-color: #b0b0b0;
    color: #6e6e6e;
}
.pagina .pagination .active a{
    background: #2caf51;
    border-color: #2caf51;
    color: white;
}
/* Categoria Destaque */
.categoriaDestaque {
	font-family: 'Noto Sans', sans-serif;
    position: relative;
    float: left;
    width: 100%;
    background-color: #fff;
	margin-top: 5em;
}
.categoriaDestaque .filtroProds{
	margin: 5em 0em 1em 0em;
}
.categoriaDestaque .filtroProds .btn-group{
    float: right;
}
.categoriaDestaque .filtroProds .btn-group .btn{

}
.categoriaDestaque .filtroProds .btn-group .btn.active{
    color: white;
    background: #5cc6d0;
    border-color: #5cc6d0;
	box-shadow: none;
}
.categoriaDestaque .dest-cats-list-container{
	
}
@media(max-width: 767px){
.categoriaDestaque .dest-cats-list-container{
    margin: 1em 2em 2em 2em;
}	
}
.categoriaDestaque .dest-cats-list-container p{
	font-size: 18px;
	font-weight: 700;
	color: #475175;
}
.categoriaDestaque .dest-cats-list-container ul.dest-cats-list li.dest-cats-item{
	transition: 0.3s all;
	color: #475175;
	cursor: pointer;
	margin: 0.4em 0em 0.4em 0em;
}
.categoriaDestaque .dest-cats-list-container ul.dest-cats-list li.dest-cats-item.active{
	margin: 0.4em 0em 0.4em 2em;
}
.categoriaDestaque .dest-cats-list-container ul.dest-cats-list li.dest-cats-item.active span{
	transition: 1s all;
}
.categoriaDestaque .dest-cats-list-container ul.dest-cats-list li.dest-cats-item.active span::after{
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background: #5cc6d0;
}


/* categorias destaque slider controls */
.categoriaDestaque .bx-controls-direction-prev{
    position: absolute;
    background: transparent;
    left: -20px;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}
.categoriaDestaque .bx-controls-direction-prev .bx-prev{
    background: #5cc6d0;
    padding: 20px 5px;
    border-top-left-radius: 5px;
    display: block;
    line-height: 100%;
    border-bottom-left-radius: 5px;
}
.catDestSliderPos-0 a{
    line-height: 100%;
}
.catDestSliderPos-0 span{
    color: #7e9199;
}
.catDestSliderPos-3 a.produto .item,
.catDestSliderPos-2 a.produto .item,
.catDestSliderPos-1 a.produto .item{
    border:1px solid #edebeb;
    box-shadow: none;
}
.bx-prev{
    display: inline-block;
    vertical-align: middle;
}
@media(max-width:991px){
    .categoriaDestaque .bx-controls-direction-prev{
        display: none;
    }
    .categoriaDestaque .bx-controls-direction-next{
        display: none;
    }

}
.categoriaDestaque .bx-controls-direction-prev .bx-prev-categoria-destaque{
    margin-top: 0em;
}
.categoriaDestaque .bx-controls-direction-prev .bx-prev-categoria-destaque a{
    color: #f0f0f0;
}
.categoriaDestaque .bx-controls-direction-next{
    position: absolute;
    right: -10px;
    /*top: 56%;*/
    top: 50%;
    transform: translateY(-50%) translateX(50%);
    z-index: 2;
}
.categoriaDestaque .bx-controls-direction-next .bx-next{
    background: #5cc6d0;
    padding: 20px 5px;
    display: block;
    border-top-right-radius: 5px;
    line-height: 100%;
    border-bottom-right-radius: 5px;
}
.categoriaDestaque .bx-controls-direction-next .bx-next-categoria-destaque{
    margin-top: 0em;
}
.categoriaDestaque .bx-controls-direction-next .bx-next-categoria-destaque a{
    color: #f0f0f0;
}
.categoriaDestaque .bx-controls-direction-prev .bx-prev-categoria-destaque a,
.categoriaDestaque .bx-controls-direction-next .bx-next-categoria-destaque a{
    font-size: 30px;
    box-shadow: 0 0 10px 0 #a0a0a0;
    color: #515252;
    opacity: 1;
    line-height: 100%;
    transition: 1s all;
}
.categoriaDestaque .bx-controls-direction-prev .bx-prev-categoria-destaque a.disabled,
.categoriaDestaque .bx-controls-direction-next .bx-next-categoria-destaque a.disabled{
    opacity: 0;
}
/*  END CORPO HOME  */

/* CORPO DO SITE LOGIN E CADASTRO */
.cadastroLogin{
    margin-top: 1em;
    background: white;
    font-family: 'Noto Sans', sans-serif;
}
.cadastroLogin .form-control{
    height: 50px;
    border-radius: 0 !important;
}
.cadastroLogin .tab-identificacao {
    width: 50%;
    float: left;
    background: transparent;
    padding: 20px 0px;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 900;
    color: #313131;
    border-bottom: solid 2px #dadada;
    cursor: pointer;
    /*margin-bottom: 45px;*/
}
.cadastroLogin .identificacao-ativa {
    background: transparent;
    cursor: auto;
    /*color: #5cc6d0;*/
    color: #5cc6d0;
    border-bottom: solid 2px #5cc6d0;
}

.cadastroLogin #cadastro-login .esqSenha{
    cursor: pointer;
}
.cadastroLogin #cadastro-login .esqSenha:hover{
    cursor: pointer;
    text-decoration: underline;
}

.cadastroLogin #cadastro-formulario .tipoCadastro{
    cursor: pointer;
    padding: 1em;
    margin-bottom: 1em;
    width: 50%;
    text-align: center;
    font-size: 16px;
    color: #cdcdcd;
}
.cadastroLogin #cadastro-formulario .tipoCadastro.active{
    color: #5cc6d0;
}
.cadastroLogin #cadastro-formulario{
    display: none;
}
.cadastroLogin #cadastro-login .btn-success{
    width: 100%;
    background-color: #5cc6d0;
    border-color: #5cc6d0;
    transition: 1s all;
}
.cadastroLogin #cadastro-login .modal-footer .btn-success{
    width: 100px;
    padding: 5px 0;
    margin-top: 0;
    margin-left: 5px;
}
.cadastroLogin #cadastro-login .btn-success:hover{
    background-color: white;
    color: #16b8a6;
    border-color: #16b8a6;
}

.cadastroLogin #cadastro-formuario{
    display: none;
}
.cadastroLogin .btn{
    /*border-radius: 0;*/
}
.cadastroLogin .btn-success,
.cadastroLogin .btn-info{
    font-size: 16px;
    width: 50%;
    float: right;
    padding: 15px 0;
    margin-top: 15px;
    background-color: #5cc6d0;
    border-color: #5cc6d0;
    transition: 1s all;
}
.cadastroLogin .btn-success:hover,
.cadastroLogin .btn-success:focus,
.cadastroLogin .btn-info:hover,
.cadastroLogin .btn-info:focus{
    background-color: white;
    color: #5cc6d0;
    border-color: #5cc6d0;
}
/* END CORPO DO SITE LOGIN E CADASTRO */

/* CORPO DO SITE CADASTRO ENDEREÇO */
.CadastrarEndereco{
    margin-top: 2em;
    background: white;
font-family: 'Noto Sans', sans-serif;
}
.CadastrarEndereco .titulo{
    margin-bottom: 2em;
}
.CadastrarEndereco .titulo span{
    font-size: 18px;
    padding: 0.5em;
    color: #5cc6d0;
    border-bottom: solid 3px #5cc6d0;
}
.CadastrarEndereco .top{
    color: #5cc6d0;
    font-size: 16px;
    margin-bottom: 0.4em;
}
.CadastrarEndereco .top a{
    color: #4aa9f5;
    font-size: 14px;
}
.CadastrarEndereco .top.v2 div{
    color: #979797;
    font-size: 16px;
    margin-bottom: 0.4em;
}
.CadastrarEndereco .bot div{
    color: #979797;
    font-size: 16px;
    margin-bottom: 0.4em;
}
.CadastrarEndereco .bot .cont-titulo{
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    margin: 0em 0em 1.5em 0em;
}
.CadastrarEndereco .bot .cont-titulo span{
    position: relative;
    z-index: 9;
    background: #f7f8f8;
    font-size: 16px;
    padding: 0em 1em 0em 1em;
    color: #4aa9f5;
    top: 0.6em;
}
.CadastrarEndereco .bot .cont-titulo .line{
    float: left;
    width: 100%;
    border-bottom: solid 2px #d2d2d2;
    position: relative;
}
.CadastrarEndereco .bot .form-control{
    height: 50px;
}
.CadastrarEndereco .bot label{
    color: #a2a2a2;
    font-weight: normal;
    margin-left: 1em;
}
.CadastrarEndereco .btn-success{
    font-size: 16px;
    width: 100%;
    background-color: #5cc6d0;
    border-color: #5cc6d0;
    transition: 1s all;
}
.CadastrarEndereco .btn-success:hover,
.CadastrarEndereco .btn-success:focus{
    background-color: white;
    color: #5cc6d0;
    border-color: #5cc6d0;
}
/* END CORPO DO SITE CADASTRO ENDEREÇO */

/* CORPO DO SITE AREA DO CLIENTE */
/* dados do cliente */
.meusDados{
    margin-top: 1em;
    margin-bottom: 1em;
font-family: 'Noto Sans', sans-serif;
    background: white;
    border-bottom: solid 1px white;
}
.meusDados h1{
    margin-top: 0.5em;
    font-size: 22px;
    font-weight: normal;
    background: transparent;
    text-transform: uppercase;
}
/* End meus dados */
.enderecoPrincipal{
    margin-bottom: 1em;
font-family: 'Noto Sans', sans-serif;
    background: white;
    border-bottom: solid 1px white;
}
.enderecoPrincipal h1{
    margin-top: 0.5em;
    font-size: 22px;
    font-weight: normal;
    background: transparent;
    text-transform: uppercase;
}
/* End endereço principal */
.alterarSenha{
    margin-bottom: 1em;
    background: white;
font-family: 'Noto Sans', sans-serif;
}
.alterarSenha h1{
    margin-top: 0.5em;
    font-size: 22px;
    font-weight: normal;
    background: transparent;
    text-transform: uppercase;
}
/* End alterar senha */
.enderecoEntrega{
    margin-top: 1em;
    margin-bottom: 1em;
font-family: 'Noto Sans', sans-serif;
    background: white;
    border-bottom: solid 1px white;
}
.enderecoEntrega h1{
    margin-top: 0.5em;
    font-size: 22px;
    font-weight: normal;
    background: transparent;
    text-transform: uppercase;
}
/* end endereço entrega */
.listaEnderecos{
    margin-bottom: 1em;
    background: white;
font-family: 'Noto Sans', sans-serif;
}
.listaEnderecos h1{
    margin-top: 0.5em;
    font-size: 22px;
    font-weight: normal;
    background: transparent;
    text-transform: uppercase;
}
.listaEnderecos table tbody a{
    color:rgb(130,130,130);
}
.listaEnderecos table tbody a:hover{
    color:black;
}


/* CUPONS DESCONTO CLIENTE */
.cuponsCliente{
    margin-top: 1em;
    margin-bottom: 1em;
    background: white;
font-family: 'Noto Sans', sans-serif;
}
.cuponsCliente h1{
    margin-top: 0.5em;
    font-size: 22px;
    font-weight: normal;
    background: transparent;
    text-transform: uppercase;
}
.cuponsCliente table tbody a{
    color:rgb(130,130,130);
}
.cuponsCliente table tbody a:hover{
    color:black;
}


/* DETALHES PEDIDOS CLIENTE */
.pedidosCliente{
    margin-top: 1em;
    margin-bottom: 1em;
    background: white;
font-family: 'Noto Sans', sans-serif;
}
.pedidosCliente h1{
    margin-top: 0.5em;
    font-size: 22px;
    font-weight: normal;
    background: transparent;
    text-transform: uppercase;
}
.pedidosCliente table tbody a{
    color:rgb(130,130,130);
}
.pedidosCliente table tbody a:hover{
    color:black;
}
.detalhesPedido{
    margin-top: 1em;
    margin-bottom: 1em;
    background: white;
    font-family: 'Noto Sans', sans-serif;
}
.detalhesPedido h1{
    margin-top: 0.5em;
    font-size: 22px;
    font-weight: normal;
    background: transparent;
    text-transform: uppercase;
}
.detalhesPedido .quadro-topo-pedido{
    margin-bottom:1em;
}
.detalhesPedido .quadro-topo-pedido h1{
    margin-top: 0;
    font-size: 16px;
    font-weight: normal;
    background: transparent;
    text-transform: uppercase;
}
.detalhesPedido .quadro-topo-pedido h3{
    font-size: 16px;
    margin: 0em 1em 1em 1em;
    padding: 1em;
    background: #d9d9d9;
}
.detalhesPedido .quadro-topo-pedido span{
    font-size: 16px;
    font-weight: bold;
    color: #5cc6d0;
}
.detalhesPedido .status-pedidos{
    margin-top: 1em;
    text-align: center;
}
.detalhesPedido .status-pedidos h3{
    margin-top: 0;
    font-size: 16px;
    background: transparent;
    text-transform: uppercase;
}
.detalhesPedido .status-pedidos i{
    font-size: 26px;
}
.detalhesPedido .status-pedidos .status-pedidos-sucesso{
    color: #5cc6d0;
}
.detalhesPedido .status-pedidos .status-pedidos-sucesso h3{
    font-weight: bold;
}
/*.detalhesPedido .status-pedidos .progress{
    background: white;
}*/
.detalhesPedido .status-pedidos .progress-bar.active{
    background: #5cc6d0;
}
.thumb-produto {
    width: 135px;
    height: 90px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px;
    background: #FFF;
}


/* MENU LATERAL */
.list-group{
    padding: 0em 1em 0em 1em;
}
.list-group .panel-body{
    padding: 0;
}
.list-group-item{
    border-radius: 0px!important;
}
.list-group-item.active,.list-group-item.active:hover,
.list-group-item.active,.list-group-item.active:focus{
    margin-top: 1em;
    background-color: #5cc6d0;
    border-color: #5cc6d0;
    color: white;
    border-radius: 0px;
    z-index: 1;
}
.bg-primary {
    color: #fff;
    padding: 20px;
    background-color: #e47574;
}
.bg-primary b{
    font-size: 16px;
}
.bg-primary strong{
    font-size: 18px;
    color: #ffcc4e;
}
.quadro-dados-pedido-retorno{
    font-size: 16px;
    line-height: 2em;
}


/* INSTITUCIONAL */
.institucional{
    margin-top: 1em;
    background: white;
    font-family: 'Noto Sans', sans-serif;
}
.institucional .panel-body{
    padding: 0;
}
.institucional .titulo h1{
    margin-top: 0.5em;
    font-size: 22px;
    font-weight: normal;
    background: transparent;
    text-transform: uppercase;
    color: #4a4a4a;
    font-family: 'Noto Sans', sans-serif;
}
.institucional .borda-detalhe{
    border-bottom: #4a4a4a solid 4px;
}
.institucional .texto{
    font-size: 1.1em;
    line-height: 1.7em;
    font-family: 'Noto Sans', sans-serif;
    margin-top: 15px;
}
.institucional .texto p{
    font-family: 'Noto Sans', sans-serif;
}
.institucional .nav-pills>li.active>a, 
.institucional .nav-pills>li.active>a:focus, 
.institucional .nav-pills>li.active>a:hover {
    color: white;
    font-size: 14px;
    background-color:rgb(80, 186, 233);
    border-radius: 0px;
}
.institucional .nav-pills>li>a {
    color: white;
    font-size: 14px;
    border-radius: 0px;
}
.institucional .nav-pills>li>a:hover,
.institucional .nav-pills>li>a:focus {
    background: #f5f5f5;
    border-radius: 0px;
}
@media (max-width: 450px){
    .institucional .nav-pills>li{
        float: none;
        margin-bottom: 1em;
    }   
}


/* CONTATO */
.contato{
    margin-top: 1em;
    padding: 1em;
    background: white;
    font-family: 'Noto Sans', sans-serif;
}
/*.contato .titulo h1{
    margin-top: 0.5em;
    font-size: 22px;
    font-weight: normal;
    background: transparent;
    text-transform: uppercase;
}*/
.contato .texto{
    font-family: 'Noto Sans', sans-serif;
    color: #6e6e6e;
    margin-top: 0;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 1em;
}
.contato address.email a{
    color:rgb(130,130,130);
}
.contato address.email a:hover{
    color: #5cc6d0;
    text-decoration: underline!important;
}
.contato .titulo-contato{
    float: left;
    display: block;
    font-family: 'Noto Sans', sans-serif;
    color: #5cc6d0;
    font-size:3rem;
    padding-bottom: 5px;
    position: relative;
}
.contato .titulo-contato::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 2px;
    background: #5cc6d0;
}
.form-contato textarea::placeholder,
.form-contato input::placeholder{
    color: #6e6e6e;
}
.form-contato input{
    height: 40px;
    border: 1px solid #a0a0a0;
    color: #6e6e6e;
    border-radius: 2px;
    font-family: 'Noto Sans', sans-serif;
}
.form-contato textarea{
    height: 40px;
    border: 1px solid #a0a0a0;
    color: #6e6e6e;
    border-radius: 2px;
    font-family: 'Noto Sans', sans-serif;
    height: 100px;
    resize: none;
}
.form-contato .btn-primary{
    width: 50%;
    border: 1px solid #5cc6d0;
    height: 40px;
    background: #5cc6d0;
}
.form-contato .btn-primary i{
    font-size: 12px;
    /*vertical-align: middle;*/
    margin-right: 6px;
}
.div-endereco-contato{
    padding: 25px;
    padding-left: 50px;
    /*text-align: right;*/
    font-family: 'Noto Sans', sans-serif;
    color: #6e6e6e;
    /*background: #a0a0a0;*/
}
.div-endereco-contato strong{
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.8rem;
    color: #6e6e6e;
}
/* PÁGINA DE PRODUTO */
.produtoDetalhe{
    padding: 1em;
    font-family: 'Noto Sans', sans-serif;
}
@media(max-width:450px){
    .produtoDetalhe{
        margin-top: 0em;
        padding: 1em 1em 1em 1em;
    }  
}
.produtoDetalhe .navegacao .breadcrumb {
    font-family: 'Noto Sans', sans-serif;
    background-color: transparent!important; 
    border-bottom: solid 1px rgb(240,240,240);
    text-transform: uppercase;
    font-size: 1.1rem;
    margin-bottom: 3em;
    letter-spacing: 1.5px;
    padding-left: 0;
}
.produtoDetalhe .navegacao .breadcrumb li a{
    color: #6e6e6e;
}
.produtoDetalhe .navegacao .breadcrumb li.active{
    color: #5cc6d0;
    font-family: 'Noto Sans', sans-serif;
}

.produtoDetalhe .titulo{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: black;
    line-height: 1em;
    padding: 0.5em;
}
.produtoDetalhe .titulo h1{
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}
@media(max-width:450px){
    .produtoDetalhe .titulo h1{
        text-align: center;
        font-size: 18px;
        color: #5cc6d0;
        font-family: 'Noto Sans', sans-serif;
    }  
    .produtoDetalhe .galeria .quadro-galeria .bkg-img{
        background-size: contain;
        height: 100px!important;
    }
}
.produtoDetalhe .titulo span{
    font-size: 14px;
    font-weight: normal;
    color: rgb(130,130,130);
}
.produtoDetalhe .galeria .quadro-galeria{
    margin-top: 2em;
}
.produtoDetalhe .galeria .foto-principal img{
	height: 480px;
}
.produtoDetalhe .galeria .quadro-galeria .slick-arrow{
    width: 100%;
    height: 30px;
    background: transparent;
}
.produtoDetalhe .galeria .quadro-galeria .slick-arrow.slick-prev{
    top: 0px;
    transform: translateY(-100%);
    left: 0;
    /*    border-bottom-right-radius: 0;
        border-top-left-radius: 5px;*/
}
.produtoDetalhe .galeria .quadro-galeria .slick-arrow.slick-next{
    top: unset;
    bottom: 0;
    transform: translateY(100%);
    right: 0;
    /*    border-top-left-radius: 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;*/
}
.produtoDetalhe .galeria .quadro-galeria .slide{
    width: 100%;
    max-height: 100px;
    overflow: hidden;
    position: relative;
}
.produtoDetalhe .galeria .quadro-galeria .slide a{
    height: 100px;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
}
.produtoDetalhe .galeria .quadro-galeria .slide img{
    max-height: 100%;
    max-width: 100%;
    border: none;
}
.produtoDetalhe .galeria .quadro-galeria .slick-arrow.slick-prev::after,
.produtoDetalhe .galeria .quadro-galeria .slick-arrow.slick-prev::before{
    height: 15px;
    width: 3px;
    top: 8px;
    left: 50%;
    background: #2caf51;
}
.produtoDetalhe .galeria .quadro-galeria .slick-arrow.slick-prev::before{
    transform:translateX(-50%) rotate(-35deg);
    left: calc(50% + 5px);
}
.produtoDetalhe .galeria .quadro-galeria .slick-arrow.slick-prev::after{
    left: calc(50% - 3px);
    transform:translateX(-50%) rotate(35deg);
}
.produtoDetalhe .galeria .quadro-galeria .slick-arrow.slick-next::after,
.produtoDetalhe .galeria .quadro-galeria .slick-arrow.slick-next::before{
    height: 15px;
    width: 3px;
    top: 8px;
    left: 50%;
    background: #2caf51;
}
.produtoDetalhe .galeria .quadro-galeria .slick-arrow.slick-next::before{
    transform:translateX(-50%) rotate(35deg);
    left: calc(50% + 5px);
}
.produtoDetalhe .galeria .quadro-galeria .slick-arrow.slick-next::after{
    left: calc(50% - 3px);
    transform:translateX(-50%) rotate(-35deg);
}
.produtoDetalhe #galleria-zoom{
    margin-top: 1em;
}
/*.produtoDetalhe .galeria .arrow-galeria-top{
    text-align: center;
    font-size: 22px;
    color: #515252;
    margin-left: -0.4em;
    border-bottom: solid 1px #f0f0f0;
    margin-bottom: 0.5em;
}
.produtoDetalhe .galeria .arrow-galeria-top a{
    color: #515252;
    transition: 0.5s all;
}
.produtoDetalhe .galeria .arrow-galeria-bot{
    text-align: center;
    font-size: 22px;
    color: #515252;
    margin-left: -0.4em;
    border-top: solid 1px #f0f0f0;
    margin-top: 0.5em;
}
.produtoDetalhe .galeria .arrow-galeria-bot a{
    color: #515252;
    transition: 0.5s all;
}
.produtoDetalhe .galeria .arrow-galeria-top a.disabled,
.produtoDetalhe .galeria .arrow-galeria-bot a.disabled{
    opacity: 0;
}  */ 
@media(max-width:767px){  
    .produtoDetalhe .galeria .arrow-galeria-top,
    .produtoDetalhe .galeria .arrow-galeria-bot{
        font-size: 35px;
        margin: 0em;
    }   
    .produtoDetalhe .galeria .quadro-galeria .slide{height: 250px; min-height: 250px; }
    .produtoDetalhe .galeria .quadro-galeria .slide a{height: 250px;}
    .produtoDetalhe .galeria .quadro-galeria .slick-arrow.next{right:5px; width: auto;}
    .produtoDetalhe .galeria .quadro-galeria .slick-arrow {font-size: 2em;}
    .produtoDetalhe .galeria .quadro-galeria .slick-arrow.prev{left:5px; width: auto; }
}
.produtoDetalhe .galeria .quadro-ampliar-imagem{
    width: 150px;
    height: 40px;
    padding: 10px;
    background: #F6F6F6;
    line-height: 1em;
    font-size: 12px;
    color: #666;
    display: none;
    position: absolute;
    left: 5px;
    top: 0px;
    z-index: 8;
    opacity: 0.5;
    border-radius: 8px;
}
.produtoDetalhe .galeria .quadro-ampliar-imagem .icon{
    float: left !important;
    font-size: 20px;
    padding: 0px !important;
    padding-left: 8px !important;
}
.produtoDetalhe .galeria .quadro-ampliar-imagem .texto{
    float: left !important;
    font-size: 12px;
    padding: 0px !important;
    padding-left: 8px !important;
    margin-left: 5px;
}
.produtoDetalhe .galeria #botao-zoom{
    width: 2.1em;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 1em;
}
.produtoDetalhe .galeria #botao-compartilhar{
    width: 2em;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 1em;
}
.produtoDetalhe .dados{
    background: #fafafa;
    border: 1px solid #d8d8d8;
    padding: 2em 2.5em;
    /*margin-top: 2em;*/
    border-radius: 5px;
}
.zoomContainer{

}
@media(max-width:991px){
    .produtoDetalhe .dados{
        padding: 1em;
    } 
}
.produtoDetalhe .dados .titulo{
    text-align: left;
    font-size: 20px;
    color: black;
    padding: 0;
    line-height: 1em;
    margin-bottom: 0;
    /*border-bottom: 1px solid #252525;*/
}
.produtoDetalhe .dados .titulo h1{
    font-weight: normal;
    line-height: 100%;
    font-size: 25px;
    margin: 0;
    letter-spacing: 0.5px;
    font-family: 'Noto Sans', sans-serif;
    color: #202428;
}
.produtoDetalhe .dados .titulo span{
    font-size: 15px;
    font-weight: normal;
    color: #848484;
}
.produtoDetalhe .dados .valores-prod{
    margin-top: 3em;
    text-align: left;
    line-height: 0.8em;
}
.produtoDetalhe .dados .valores-prod div.por{
    /*color: #5cc6d0;*/
    color: #5cc6d0;
    font-family: 'Baloo Paaji', cursive;
    /*font-weight: bold;*/
    letter-spacing: 0.5px;
    font-size: 32px;  
}
.produtoDetalhe .dados .valores-prod .parcelamento{
    margin-top: 0.9em;
    font-weight: bold;
    color: #848484;
    font-size: 14px;
}
.produtoDetalhe .dados .valores-prod .parcelamento b{
    color: #5cc6d0;
    font-family: 'Baloo Paaji', cursive;
    font-size: 15px;
    font-weight: normal;
}
.produtoDetalhe .dados .valores-prod div.apartir{
    color: rgb(127,127,127);
    font-size: 14px;
}
.produtoDetalhe .dados .valores-prod div.valorDee{
    text-decoration: line-through;
    color: rgb(127,127,127);
    font-size: 14px;
    font-family: 'Noto Sans', sans-serif;
}
.produtoDetalhe .dados .valores-prod span.valorDe{
    text-decoration: line-through;
    /*text-decoration: line-through;*/
    color: #7d858c;
}
.produtoDetalhe .dados .opcionais{
    margin-top: 0.5em;
    font-size: 16px;
    font-weight: bold;
}
.produtoDetalhe .dados .opcionais img{
    margin-left: 0.5em;
}
.produtoDetalhe .dados .variacoes{
    margin-top: 2em;
    text-align: center;
}
@media(max-width:450px){
    .produtoDetalhe .dados .variacoes{
        margin-top: 0em;
        text-align: center;
    }  
    .produtoDetalhe .galeria .quadro-galeria{
        margin-top: 0;
    }
}
.produtoDetalhe .dados .variacoes ul{
    text-align: center;
    float: left;
    width: 100%;
}
.produtoDetalhe .dados .variacoes .cont-vars{
    position: relative;
    float: left;
    width: 3.3em;
}
.produtoDetalhe .dados .variacoes ul li.titulo{
    font-size: 16px;
    font-weight: bold;
    color: rgb(19,19,19);
    line-height: 1.6em;
    border:none;
    text-align: left;
}
.produtoDetalhe .dados .variacoes .variacao-opcao{
    position: relative;
    overflow: hidden;
    display: inline-block;
    line-height: 2em;
    background: #FFF;
    width: 40px;
    height: 40px;
    border: solid 1px #c9c9c9;
    padding: 5px;
    border-radius: 2px;
    cursor: pointer;
}
.produtoDetalhe .dados .variacoes .variacao-opcao>img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.produtoDetalhe .dados .variacoes .variacao-opcao:hover{
    border: solid 1px #000;
}
.produtoDetalhe .dados .variacoes .variacao-opcao.disponivel{
    border: solid 2px #5cb85c;
}
.produtoDetalhe .dados .variacoes .variacao-opcao.indisponivel{
    border: solid 1px #d9534f;
    opacity: 0.5;
}
.produtoDetalhe .dados .quadro-quantidade-produto{
    margin-top: 2em;
    margin-left: 2.6em;
    text-align: center; 
    width: 10em;
}
.produtoDetalhe .dados .btn-comprar{
    margin-top: 1em;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
}
.produtoDetalhe .dados .btn-comprar .btn{
    padding: 0.7em 0;
    font-size: 18px;
    background: #5cc6d0;
    border-color: #5cc6d0;
    width: 50%;
    float: left;
}
@media(max-width:400px){
    .produtoDetalhe .dados .btn-comprar .btn{
        padding: 0.7em 0em;
        width: 100%;
    }    
}

@media(max-width: 1199px){
    .produtoDetalhe .dados .btn-comprar .btn{
        width: 100%;
    }
    .homePromocoes .maior.grande .image{height: 51.3em;}
    .bannerSecundario.banner-topo3 .item{height: 150px;}
    .bannerSecundario.banner-topo3 .item.v4{height: 270px;}
    .bannerSecundario.banner-topo3 .item.v5{height: 190px;}
}

.produtoDetalhe .dados .calFrete{
    font-size: 14px;
    margin-top: 2em;
    float: left;
    width: 100%;
    padding: 2em;
    border-top: solid 1px #dddddd;
    /*border-bottom: solid 1px #dddddd;*/
    border-radius: 5px;
    padding: 28px 0;
}
@media(max-width:991px){
    .produtoDetalhe .dados .calFrete{
        padding: 1em;
    } 
    .homePromocoes .maior.grande .image{
        height: 42.7em;
    }
    footer .conteudo-rodape{text-align: center;}
    footer .conteudo-rodape:first-child{border-right: none !important;}
}
@media(max-width:350px){
    .produtoDetalhe .dados .calFrete{
        font-size: 12px;
    } 
}
.produtoDetalhe .dados .calFrete .CFtitulo{
    font-size: 16px;
    font-weight: bold;
    margin-top: 0.5em;
}
.produtoDetalhe .dados .calFrete .CFinput{
    width: 100%;
}
@media(max-width:450px){
    .produtoDetalhe .dados .calFrete .CFtitulo{
        width: 100%;
        text-align: center;
    }
    .produtoDetalhe .dados .calFrete .CFinput{
        width: 100%;
    }  
}
.produtoDetalhe .dados .calFrete .CFreturn{
    float: left;
    /*margin-top: 1em;*/
    width: 100%;
}
#negociar .modal-header{
    color: #5cc6d0;
}
#negociar .modal-header h4{
    font-weight: bold;
    font-size: 20px;
}
#negociar .form-control{
    margin: 1em 0em 1em 0em;
}


.produtoDetalhe .dados .formaPagamento{
    margin-top: 1em;
}
.produtoDetalhe .dados .formaPagamento .FPtitulo{
    font-size: 14px;
}
.produtoDetalhe .dados .formaPagamento .FPtitulo span{
    font-size: 16px;
    font-weight: bold;
}
.produtoDetalhe .dados .formaPagamento .nav-tabs{
    border: none;
    text-align: center;
}

.produtoDetalhe .dados .formaPagamento .nav-tabs>li{
    width:7em;
    height: 5em;
    display: inline-block;
    vertical-align: middle;
    margin: 0em 0em 1em 0em;
    float: none;
    text-align: center;
}
.produtoDetalhe .dados .formaPagamento .nav-tabs>li>a{
    padding: 5px 5px;
    width: 7em;
    height: 5em;
}
.produtoDetalhe .dados .formaPagamento .nav-tabs>li>a img{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.produto-disponivel #buscaCep::placeholder{
    text-transform: uppercase;
    color: #adadad;
}
.produto-disponivel #buscaCep{
    width: 95%;
    font-family: 'Baloo Paaji', cursive;
    border: 1px solid #adadad;
    border-radius: 60px !important;
    position: relative;
    background: #fff;
    color: #202428;
    height: 50px;
}
.produto-disponivel .input-group-btn{
    padding: 0;
}
.produto-disponivel .input-group-btn .btn:hover{
    background:transparent!important;
    color: #7d858c!important;
}
.produto-disponivel .input-group-btn .btn{
    height: 50px;
    width: 80px;
    background: #7d858c;
    font-family: 'Noto Sans', sans-serif;
    transition: all ease-in-out 0.2s;
    color: #fff;
    border: 1px solid #7d858c!important;
}
#alerta-erro,.produto-indisponivel,
#resultado-modal-sucesso,#resultado-modal-erro{
    display: none;
}

/* INFORMAÇOES DO PRODUTO */
.informacoes{
    padding: 1em;
}
@media(max-width:450px){
    .informacoes{
        margin-top: 2em;
        padding: 1em;
    }  
}
.informacoes .titulo-informacao{
    font-size: 16px;
}
.informacoes .infoClose{
    display: none;
    padding: 1em;
    background: transparent;
    border: 1px solid #949494;
    border-top: 0;
}
.infoBTN{
    padding: 1em;
    border: solid 1px #949494;
    margin-top: 1em;
    cursor: pointer;
    background: #949494;
    color:#fff;
    transition: 1s all;
}
.infoBTN span{
    color:#fff!important;
    transition:all 0.2s;
    backface-visibility: hidden;
}
.informacoes .infoBTN:hover{
    background:#827f7f;

}
.informacoes .tab-content{
    border-bottom:solid 1px #ccc;
    border-left:solid 1px #ccc;
    border-right:solid 1px #ccc;
    border-radius: 0px;
    font-size: 12px;
    line-height: 2em;
}
.informacoes .tab-content>.active{
    padding: 1em;
}

/* PRODUTO VISITADO */
.produtoVisitado {
    padding: 1em;
    position: relative;
}
.produtoVisitado h1,
.titulo-semelhante{
    font-family: 'Noto Sans', sans-serif;
    color: #5cc6d0;
    text-transform: uppercase;
    font-size: 24px;
}
@media(max-width:450px){
    .produtoVisitado h1{
        font-size: 25px;
    } 
}
/*.produtoVisitado .bx-wrapper{
    margin: 0px!important;
}*/
/*@media(max-width:768px){
    .produtoVisitado .bx-wrapper{
        margin: auto!important;
    }
}*/
.produtoVisitado .contEach{
    width: 96%!important;
    margin: 0em 2% 3em 2%;
    padding: 15px 0;
}
.bxslider-produto-visitado .contEach{
    padding: 0.8em;
    width: 100%;
}
/*.produtoVisitado .contEach .item{
    height: 29.2em;
}*/
/*.produtoVisitado .bx-controls-direction-prev{
    position: absolute;
    background: transparent;
    left: 88%;
    top: 2em;
    padding: 0em 0.5em 0em 0em;
    z-index: 2;
}*/
@media(max-width:950px){
    .produtoVisitado .bx-controls-direction-prev{
        left: 82%;
    }
}
@media(max-width:450px){
    .produtoVisitado .bx-controls-direction-prev{
        left: 0em;
        top: 0em;
        position: relative;
        float: right;
    }
}
.produtoVisitado .bx-controls-direction-prev .bx-prev-visitado{
    margin-top: 0em;
}
.produtoVisitado .bx-controls-direction-prev .bx-prev-visitado a{
    color: #f0f0f0;
}
.produtoVisitado .bx-controls-direction-next{
    position: absolute;
    background: transparent;
    right: 2%;
    top: 2em;
    padding: 0em 0em 0em 0.5em;
    z-index: 2;
}
@media(max-width:450px){
    .produtoVisitado .bx-controls-direction-next{
        right: 0em;
        top: 0em;
        position: relative;
        float: right;
    }
}
.produtoVisitado .bx-controls-direction-next .bx-next-visitado{
    margin-top: 0em;
}
.produtoVisitado .bx-controls-direction-next .bx-next-visitado a{
    color: #f0f0f0;
}
.produtoVisitado .bx-controls-direction-prev .bx-prev-visitado a,
.produtoVisitado .bx-controls-direction-next .bx-next-visitado a{
    font-size: 30px;
    color: #515252;
    opacity: 1;
    transition: 1s all;
}
.produtoVisitado .bx-controls-direction-prev .bx-prev-visitado a.disabled,
.produtoVisitado .bx-controls-direction-next .bx-next-visitado a.disabled{
    opacity: 0;
}
.produtoVisitado h2.titulo{
    font-family: 'Noto Sans', sans-serif;
    color: #515252;
    padding: 0em 0em 0.5em;
}
@media(max-width:780px){
    .produtoVisitado h2.titulo{
        padding: 0em 4em 0em 1em;
    }
}

/* PRODUTO SEMELHANTE */
.produtoSemelhante {
    padding: 1em;
    position: relative;
}
.produtoSemelhante h1{
    font-size: 26px;
}
@media(max-width:450px){
    .produtoSemelhante h1{
        font-size: 25px;
    } 
}
.produtoSemelhante .bx-wrapper{
    margin: 0px!important;
}
@media(max-width:768px){
    .produtoSemelhante .bx-wrapper{
        margin: auto!important;
    }
}
.produtoSemelhante .contEach{
    margin: 0em;
}
.produtoSemelhante .bx-controls-direction-prev{
    position: absolute;
    background: transparent;
    left: 88%;
    top: 2em;
    padding: 0em 0.5em 0em 0em;
    z-index: 2;
}
@media(max-width:950px){
    .produtoSemelhante .bx-controls-direction-prev{
        left: 82%;
    }
}
@media(max-width:450px){
    .produtoSemelhante .bx-controls-direction-prev{
        left: 0em;
        top: 0em;
        position: relative;
        float: right;
    }
}
.produtoSemelhante .bx-controls-direction-prev .bx-prev-semelhantes{
    margin-top: 0em;
}
.produtoSemelhante .bx-controls-direction-prev .bx-prev-semelhantes a{
    color: #f0f0f0;
}
.produtoSemelhante .bx-controls-direction-next{
    position: absolute;
    background: transparent;
    right: 2%;
    top: 2em;
    padding: 0em 0em 0em 0.5em;
    z-index: 2;
}
.bxslider-produto-semelhantes{
    width: 100%;
    float: left;
}
.bxslider-produto-semelhantes .contEach{
    padding: 0.8em;
    width: 100%;
}
@media(max-width:450px){
    .produtoSemelhante .bx-controls-direction-next{
        right: 0em;
        top: 0em;
        position: relative;
        float: right;
    }
}
.produtoSemelhante .bx-controls-direction-next .bx-next-semelhantes{
    margin-top: 0em;
}
.produtoSemelhante .bx-controls-direction-next .bx-next-semelhantes a{
    color: #f0f0f0;
}
.produtoSemelhante .bx-controls-direction-prev .bx-prev-semelhantes a,
.produtoSemelhante .bx-controls-direction-next .bx-next-semelhantes a{
    font-size: 30px;
    color: #515252;
    opacity: 1;
    transition: 1s all;
}
.produtoSemelhante .bx-controls-direction-prev .bx-prev-semelhantes a.disabled,
.produtoSemelhante .bx-controls-direction-next .bx-next-semelhantes a.disabled{
    opacity: 0;
}
.produtoSemelhante h2.titulo{
    font-family: 'Noto Sans', sans-serif;
    color: #515252;
    padding: 0em 0em 0.5em;
}
@media(max-width:780px){
    .produtoSemelhante h2.titulo{
        padding: 0em 4em 0em 1em;
    }
}

/* DICAS */
.container-dica-home{
    background: #f2f2f2;
    width: 100%;
    float: left;
    display: block;
    position: relative;
    padding: 25px 0;
}
.container-dica-home .dica-home{
    transition: all ease-in-out 0.2s;
    display: inline-block;
    vertical-align: top;
    padding:10px;
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: #fff;
    height: 425px;
    position: relative;
    font-family: 'Noto Sans', sans-serif;
    backface-visibility: hidden;
    text-align: center;
}
.container-dica-home .dica-home:hover{
    box-shadow: 0 0 10px 0 #cccccc;
    transform: scale(1.03);
}
.container-dica-home a{
    width: 30%;
    margin: 0 1.5%;
    display: inline-block; 
}
.container-dica-home .img-dica-home{
    height: 250px;
    width:100%;
}
.container-dica-home h1 strong{
    font-family: 'Noto Sans', sans-serif;
}
.container-dica-home h2::after{
    content:'';
    width: 60%;
    position: absolute;
    left: 20%;
    top: 0;
    height: 1px;
    background: #edebeb;
}
.container-dica-home h2{
    color: #afacac;
    position: relative;
    font-size: 1.5rem;
    width: 100%;
    display: block;
    margin: 0;
    margin-top: 15px;
    padding-top: 15px;
}
.container-dica-home button{
    color: #2caf51;
    background:transparent;
    font-family: 'Noto Sans', sans-serif;
    border: none;
    position: absolute;
    padding-right: 40px;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.container-dica-home button::after{
    content: '';
    position: absolute;
    right: 20px;
    width: 15px;
    height: 1px;
    background: #2caf51;
    top: 50%;
    transform: translateY(-50%);
}
.container-dica-home button::before{
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: 4px solid transparent;
    border-left: 6px solid #2caf51;
    /*border-left-color: #2caf51;*/
}
.container-dica-home h1{
    color: #5cc6d0;
    font-family: 'Noto Sans', sans-serif;
    font-size: 2.4rem;
    backface-visibility: hidden;
}
.item-institucional{
    height: 350px;
    width: 100%;
}
.noticias{
    margin: 0 -15px;
    margin-bottom: 2em;
    float: left;
    width: 100%;
    position: relative;
}
.noticias h1{
    font-family: 'Noto Sans', sans-serif;
    color: #5cc6d0;    
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}
.noticias h1::before{
    content:'';
    position: absolute;
    bottom: 0px;
    width: 50%;
    height: 2px;
    left: 0;
    background: #5cc6d0;
}

.noticias p{
    margin: 0;
    font-family: 'Noto Sans', sans-serif;
    color: #808080;
    font-size: 1.6rem;
}
.noticias .form{
    padding-left: 0;
}
.noticiasDestaque h3{
    font-family: 'Noto Sans', sans-serif;
    color: #202428;
    font-size: 1.6rem;
    margin-bottom: 5px;
    padding-left: 5%;
}
.noticias .dep-input input{
    height: 100%;
    padding: 10px;
font-family: 'Noto Sans', sans-serif;
    color: #a0a0a0;
}
.noticias .dep-input{
    width: 100%;
    display: block;
    position: relative;
    height: 50px;
}
.noticias .busca-noticia .titulo-destaque{
    width:100%;
    position: relative;
    font-size: 20px;
    margin-top: 0;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.noticias .busca-noticia .titulo-destaque::before{
    display: none;
}
.noticias .dep-input .btn{
    position: absolute;
    right: 0px;
    top: 0;
    border-top-left-radius: 0;
    background:#2caf51;
    color: #fff;
    border: 1px solid #2caf51;
    border-bottom-left-radius: 0;
    transition: all 0.2s!important;
    height: 100%;
}
.noticias .dep-input .btn:hover{
    border-color: #2caf51!important;
    color: #2caf51!important;
}
.noticias .dep-input i{
    transition: all 0.2s;
    color: #fff!important;
}
.noticias .dep-input .btn:hover i{
    color: #2caf51!important;
    transform: scale(1.2);
}
.noticias .container-item-dica{
    width: 95%;
    margin: 20px 0;
    margin-left: 5%;
    float: left;
    height: 200px;
}
.noticias .textoSlider2{
    margin-top: 20px;
}
.noticias .img-dep{
    height: 100%;
    width: 40%;
    float: left;
    position: relative;
}
.noticias .texto-dep{
    float: left;
    width: 60%;
    height: 100%;
    padding: 20px 25px;
    position: relative;
    font-family: 'Noto Sans', sans-serif;
    background: #f7f7f7;
    transition:all ease-in-out 0.2s;
}
.noticias .texto-dep.soTexto{
    width: 100%;
}
.noticias .listaNoticias p{
    color: #757779;
}
.noticias .listaNoticias .titulo-destaque{
    color: #5cc6d0;
    margin-left: 5%;
}
.noticias .listaNoticias .titulo-dicas{
    margin-top: 2em;
    margin-bottom: 0;
    text-align: left;
    font-family: 'Noto Sans', sans-serif;
    width: 100%;
    padding-bottom: 0;
}
.noticias .listaNoticias h1{
    font-size: 25px;
    margin-top: 0;
    color: #6e6e6e;
}
.noticias .listaNoticias h1::before{
    display: none;
}
.noticias .listaNoticias .titulo-destaque::before{
    background: #5cc6d0;
    display: block;
}
.noticias .listaNoticias .titulo-dicas::before{
    display: none;
}
.noticias .busca-noticia h3{
    margin-top: 0;
    font-size: 14px;
}
.bxslider-GaleriaTextos{
    width: 80%;
    float: right;
    position: relative;
}
.bxslider-noticiasDestaque{
    padding: 0;
    padding-bottom: 15px;
}
.bxslider-noticiasDestaque .slick-dots{
    bottom: 0;
}
.bxslider-noticiasDestaque .slide:hover .texto-dep,
.bxslider-noticias .texto-dep:hover{
    background: #d6d6d6;
}
/* NEWSLETTER */
.newsLetter{
	font-family: 'Noto Sans', sans-serif;
    position: relative;
    padding: 0em 0;
    background: #ededed;
    margin: 0em;
}
.conteudo-news {
    width: 67%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.newsLetter img{
    margin-right: 10px;
    max-height: 30px;
}
/*.newsLetter>.container{
    height: 5em;
    padding: 0em 10em 0em 10em;
}*/
@media(max-width: 767px){
    .homePromocoes .container-contEach{
        padding: 0 10px;
    }
    .homePromocoes .container-contEach .contEach{
        width:50%;
        margin-bottom: 25px;
    }
    .homePromocoes .filtro-categoria-ordem{
        width: 90%;
        margin: 0 5%;
    }
    .homePromocoes .filtro-categoria-ordem select{
        width: 100%;
    }
    .homePromocoes .titulo-categoria{
        margin-left: 5%;
        margin-top: 20px;
    }
    .homePromocoes .div-img{
        height: 100%;
        text-align: center;
    }
    .noticias .container-item-dica{
        height: 400px;
    }
    .noticias .img-dep{
        height: 40%;
        width: 100%;
    }
    .noticias .texto-dep{
        height: 60%;
        width: 100%;
    }
    .bxslider-noticias .img-dep{
        background-image: none;
        display: none;
    }
    .bxslider-noticias .container-item-dica{
        height: 300px;
    }
    .noticias .bxslider-noticias .texto-dep{
        height: 100%;
    }
    .noticias .pagina{
        width: 95%;
        margin-left: 5%;
    }
    .newsLetter>.container{
        height: 5em;
        padding: 0em 1em 0em 1em;
    }  
}
.newsLetter .txt{
    /*width: 20em;*/
    /*font-size: 21px;*/
    font-size: 15px;
    display: inline-block;
    line-height: 100%;
    /*padding-right: 10px;*/
    margin-top: 1em;
    margin-bottom: 1.5em;
    /*width: 34.5%;*/
    /*text-align: right;*/
    vertical-align: middle;
    /* text-align: center; */
    /*text-transform: uppercase;*/
    color: #000;
}
.newsLetter .txt strong{
    font-size: 18px;
}
/*.newsLetter .txt p{
    
}*/
.newsLetter .txt p{
    margin: 0;
    margin-bottom: 5px;
    line-height: 100%;
    color: #fff;
    font-size: 17px;
}
@media(max-width: 1199px){
    .newsLetter .txt{       
        margin: 1em 0em 1em 0em;
    }
    .container-dica-home .dica-home{
        height: 450px;
    }
}
@media(max-width: 991px){
    .barra-lateral .titulo-barra-lateral .login a:first-of-type{
        margin-left: 0;
    }
    .noticias{
        margin: 0;
        margin-bottom: 2em;
    }
    .noticias .form{
        padding: 0 25px;
        width: 95%;
        margin-bottom: 50px;
        margin-left: 5%;
    }
    .newsLetter{
        height: auto;
        padding: 15px 0;
        width: 100%;
        margin: 0;
    }
    .newsLetter .centralizarV{
        top: initial;
        transform: none;
    }
    .newsLetter .txt{
        text-align: left;
        width: 100%;
        margin: 0em;
        padding: 0.5em 0em 0.5em 0em;
    }
    .div-news{
        display: inline-block;
        vertical-align: middle;
        float: none!important;
    }
    .div-news.pull-right{
        margin-left: 5%;
    }
    .newsLetter .container{
        padding: 0 5px;
    }
    footer .ul-rodape-texto{
        width: 33%!important;
    }
    footer .ul-rodape-texto.rodape-fb{
        width: 100%!important;
        text-align: center;
        display: block;
        margin: 1em 0;
        margin-top: 2em;
    }
    footer .linha-5{
        padding: 1em;
    }
}

@media(max-width: 767px){

    .newsLetter .txt{
        width: 100%; 
        text-align: center;
    }
    .input #newsletter{
        position: relative;
        display: inline-block;
        width: 100%;
    }
}
.newsLetter .txt>b{
    color: #5cc6d0;
    /*    text-align: right;
        float: left;
        position: relative;*/
}
@media(max-width: 991px){
    .background-overlay i{
        color: #5cc6d0!important;
    }
    .newsLetter .txt>b{
        text-align: center;
        float: none;
        margin: 0;
    }
}

.newsLetter .input{
    position: relative;
    display: inline-block;
    /*width: 65%;*/
    vertical-align: middle;
}
@media(max-width: 1199px){
    .newsLetter .input{
        width: 58%;
    }
}
@media(max-width: 991px){
    .newsLetter .input{
        width: 100%;
        padding: 0em 0em 1em 0em;
    }
}
@media(max-width: 767px){
    .newsLetter .input{
        width: 100%;
        padding: 0em 0em 1em 0em;
    }
}
.newsLetter .inputNews{
    width: 100%;
    /*margin: 0em 0% 0em 0%;*/
    position: relative;
    font-size: 0.95em;
    padding: 0em 6em 1em 6em;
}
.newsLetter .inputNews:nth-of-type(1){
    margin: 0em 0% 0em 0%;
}
@media(max-width: 991px){
.newsLetter .inputNews{
    padding: 0em 0em 1em 0em;
}	
}
.newsLetter .inputNews input::placeholder{
	font-family: 'Noto Sans', sans-serif;
    color: #5c6066;
}

.newsLetter .inputNews input.form-control{
	font-family: 'Noto Sans', sans-serif;
    /*width: 49%;*/
    /* margin-right: 2.5%; */
    height: 3.643em;
    font-size: 14px;
    /* float: left; */
    display: inline-block;
    vertical-align: middle;
    color: #000;
    padding: 0.5em;
    background: #fff;
    border: solid 1px #dadada;
    border-radius: 5px 0 0 5px;
    -webkit-box-shadow: inset 0 1px 1px transparent;
    box-shadow: inset 0 1px 1px transparent;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.newsLetter .termos {
    font-family: 'Noto Sans', sans-serif;
    font-size: 0.85em;
    margin: 0 3%;
    margin-top: 20px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    text-transform: none;
}
.newsLetter .termos #aceitar-termo {
	margin-top: 0;
    margin-right: 5px;
    background: #5cc6d0;
    border: none;
}
.newsLetter .termos span,
.newsLetter .termos input {
    display: inline-block;
    vertical-align: middle;
}
.newsLetter .termos a {
    color: #000;
    font-weight: bolder;
    text-decoration: underline;
}
.newsLetter .campo-news{
    color: #3a4363;
    text-align: center;
    /* text-transform: uppercase; */
}
.newsLetter .campo-news h1{
    font-size: 32px;
    margin: 0;
}

.newsLetter .campo-menor{
    font-size: 11px;
}

.newsLetter .campo-news.campo-input{
    width: 100%;
}
@media(max-width: 1199px){

}
@media(max-width: 991px){
    .newsLetter img{
        max-width:25px;
    }
    .newsLetter .inputNews input.form-control {
        /*margin-top: 15px;*/
        width: 100%;
    }
}

@media(max-width: 767px){
    .newsLetter .inputNews input{width: 80%; /*margin-bottom: 1em;*/}
}

/*.newsLetter .inputNews img{
    position: absolute;
    right: 0.5em;
    top: 0.7em;
}*/
.newsLetter .icon-email{
    position: absolute;
    float: left;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    left: 0.3em;
}
.newsLetter button{
    font-family: 'Noto Sans', sans-serif;
    /* font-weight: 900; */
    white-space: nowrap;
    /* text-transform: uppercase; */
    height: 3.643em;
    font-size: 14px;
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* top: -5px; */
    /* letter-spacing: 2px; */
    /* width: 13%; */
    /* width: 27.6%; */
    outline: none;
    color: #fff;
    background: #5cc6d0;
    border: solid 1px #5cc6d0;
    transition: 0.3s all;
    border-radius: 0 5px 5px 0;
    /* border-radius: 60px 60px 60px 60px; */
	padding: 0em 2em 0em 2em;
}
.newsLetter button:hover{
/*    color: #5cc6d0;
    background: transparent;*/
    /*box-shadow: 0 0 10px 0 #2d8335;*/
    /*border-bottom-color: #79bb61;*/
    -webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.3);
    /*transform: translateX(-50%) translate(-3px, -3px);*/
}
@media(max-width: 991px){
    .newsLetter button{
        /*width: 25%;*/
        margin-left: 0;
        right: 0em;
        /*top: 1em;*/
    }
}
.newsLetter button:hover,
.newsLetter button:focus{
    background-position: top 5px center;
    /*box-shadow: 0 0 10px 0 #9e9e9e;*/
    /*transform: scale(1.08);*/
}
.btn-newsletter{
/*    position: absolute;
    right: 5px;
    top: 5px;*/
}
.div-news{
    width: 80%;
    display: block;
    margin: 0 auto;
}
/* SOCIAL LINKS */
.Social{
    background: white;
}
.Social a{
    float: left;
    background: transparent;
    padding: 0.5em 0.5em 0.5em 0.5em;
    /*transition: 0.3s ease-in-out all;*/
    backface-visibility: hidden;
}
.Social a img{
    transition: 0.3s ease-in-out all;
    backface-visibility: hidden;
}
.Social a:hover img,
.Social a:focus img{
    /*background: #3a3253;*/
    /*border-radius: 3em;*/
    transform: scale(1.15);
    /*box-shadow: 0 0 10px 0 #d0d0d0;*/
}
@media(max-width: 991px){
    .Social a{
        padding: 0.5em 0.5em 0.5em 0.5em;
    }
}

/* Section Marcas */
/* Section Marcas slider controls */
.sectionMarcas .bx-controls-direction-prev{
    position: absolute;
    background: transparent;
    left: -3.5%;
    /*top: 56%;*/
    top: 50%;
    transform: translateY(-50%);
    padding: 0em 0.5em 0em 0em;
    z-index: 2;
}
@media(max-width:991px){
    .sectionMarcas .bx-controls-direction-prev{
        left: -0.5%;
    }
}
.sectionMarcas .bx-controls-direction-prev .bx-prev-marcas{
    margin-top: 0em;
}
.sectionMarcas .bx-controls-direction-prev .bx-prev-marcas a{
    color: #f0f0f0;
}
.sectionMarcas .bx-controls-direction-next{
    position: absolute;
    background: transparent;
    right: -3%;
    /*top: 56%;*/
    top: 50%;
    transform: translateY(-50%);
    padding: 0em 0em 0em 0.5em;
    z-index: 2;
}
@media(max-width:991px){
    .sectionMarcas .bx-controls-direction-next{
        right: 0%;
    }
}
.sectionMarcas .bx-controls-direction-next .bx-next-marcas{
    margin-top: 0em;
}
.sectionMarcas .bx-controls-direction-next .bx-next-marcas a{
    color: #f0f0f0;
}
.sectionMarcas .bx-controls-direction-prev .bx-prev-marcas a,
.sectionMarcas .bx-controls-direction-next .bx-next-marcas a{
    font-size: 30px;
    color: #515252;
    opacity: 1;
    transition: 1s all;
}
.sectionMarcas .bx-controls-direction-prev .bx-prev-marcas a.disabled,
.sectionMarcas .bx-controls-direction-next .bx-next-marcas a.disabled{
    opacity: 0;
}

.sectionMarcas{
    background: transparent;
}
.sectionMarcas .topo{
    float: left;
    width: 100%;
    text-align: center;
}
.sectionMarcas .topo h1{
    font-size: 26px;
    color: #717a7c;
    margin: 2em 0em 1em 0em;
}

.marcas{
    position: relative;
    float: left;
    width: 100%;
    /*margin-top: 3em;*/
    padding: 1em 0em 1em 0em;
	margin: 3em 0em 3em 0em;
    background-color: #fff;
}
.marcas .div-img{
    height: 170px;
    margin: 5px;
    padding: 1em 1em 2.5em 1em;
    border: 1px solid #efefef;
    /* border-right: 1px solid #efefef; */
    outline: none;
	text-align: center;
	border-radius: 10px;
	transition: 0.5s all;
}
.marcas .div-img:hover,
.marcas .div-img:focus{
	-webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.3);
    border: 1px solid #5cc6d0;
}
.marcas .div-img img{
    height: 100%;
}
.marcas p{
	font-family: 'Noto Sans', sans-serif;
    text-align: center;
    color: #475175;
    margin: 1em 0em;
}

/*@media(max-width: 1199px){
    .marcas .item{
        width: 20%;
        height: 6em;
    }
}
@media(max-width: 991px){
    .marcas .item{
        width: 50%;
        height: 10em;
        margin: 0em 0% 1em 0%;
    }  
}*/

.marcas .item:hover,
.marcas .item:focus{
    /*-webkit-box-shadow: 5px 5px 15px 5px rgba(136,136,136,1);*/
    /*-moz-box-shadow: 5px 5px 15px 5px rgba(136,136,136,1);*/
    /*box-shadow: 5px 5px 15px 5px rgba(136,136,136,1);*/
}
.marcas .item img{
    transition: 0.8s all;
    /*-webkit-filter: grayscale(100%);  Safari 6.0 - 9.0 */
    /*filter: grayscale(100%);*/
    z-index: -1;
}
.marcas .item:hover img,
.marcas .item:focus img{
    /*-webkit-filter: grayscale(0%);  Safari 6.0 - 9.0 */
    /*filter: grayscale(0%);*/
}

/* RODAPE */
footer{
    float: left;
    width:100%;
    background: #475175;
    position: relative;
font-family: 'Noto Sans', sans-serif;
}
/*@media(max-width:767px){
    footer .pull-left,
    footer .pull-right{
        width: 100%;
    }
}*/

footer .linha-1{
    position: relative;
    background-color: transparent;
    padding: 2em 0em 2em 0em;
    margin: 0em 0em 0em 0em;
    /*border-top: solid 1px #e5e5e5;*/
}
footer .linha-1 .detalhe{
    position: absolute;
    width: 100%;
    border-top: solid 1px #cbcbca;
}
footer .linha-1.v2{
    padding: 0em 0em 0em 0em;
    width: 100%;
    float: left;
    margin: 0em;
    border-top: solid 1px #e3e3e2;
}

footer .linha-1.v2:before{
    /*background-color: #f1f1f1;*/
    left: -55%;
    width: 100%;
    height: 100%;
    content: ' ';
    position: absolute;
}

footer .conteudo-rodape:first-child{
    /*background-color: #f1f1f1;*/
    border-bottom: solid 1px black;
}

footer .linha-1.v2:after{
    /*background-color: #e5e5e4;*/
    right: 0%;
    width: 100%;
    z-index: -1;
    top: 0;
    height: 100%;
    content: ' ';
    position: absolute;
}

footer .conteudo-rodape:last-child{
    /*background-color: #e5e5e4;*/
    /*padding-left: 15px !important;*/
}

footer .atendimento{
    font-family: 'Noto Sans', sans-serif;
    color: #5cc6d0;
	font-weight: 700;
}
footer .atendimento.v2{
    color: #fff;
}
@media(max-width: 991px){
footer .atendimento.v2{
margin: 0.5em 0em;
}	
}
footer .atendimento b{
	font-size: 24px;
}
footer .atendimento span,
footer .atendimento a{
	color: #fff;
	font-size: 16px;
}

footer .titulo-texto{
    font-family: 'Noto Sans', sans-serif;
    color: #fff;
    display: inline-block;
    font-size: 2.5rem;
    margin: 0;
    margin-bottom: 15px;
    margin-right: 15px;
    vertical-align: sub;
}
footer .conteudo-rodape{
    padding: 35px 0;
}
footer .fale-conosco-footer{
    margin-top: 15px;
}

footer .conteudo-rodape h2,
footer .conteudo-rodape strong{
    font-size: 1.4rem;
    color: #000;
    border: solid 1px #d1d1d1;
    margin: 0;
    display: block; 
    padding: 15px 0;
    padding-left: 15px;
    margin-bottom: 7rem;
}

footer .conteudo-rodape h2 i{
    margin-right: 10px;
    float: left;
}

footer .conteudo-rodape h3{
    font-size: 1.4rem;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
    margin-bottom: 4rem;
}

footer .conteudo-rodape h3~img{
    margin-bottom: 3em;
    margin-left: 0;
}

footer .redes .siga{
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.1em;
}
footer .conteudo-rodape ul{
    margin-left: 0;
}
footer .conteudo-rodape ul li{
    margin-bottom: 0.8rem;
    margin-right: 1.6rem;
    padding: 0;
    transition: all 0.4s;
}

footer .conteudo-rodape ul li:hover{
    font-weight: bold;
}

footer .conteudo-rodape ul li img{
    background-color: #FFF;
}

footer .conteudo-rodape ul li a{
    color: #fff;
}


footer .div-tel-rodape span{
    margin: 0;
    margin-bottom: 25px;
}
/*footer .conteudo-rodape .col-xs-12{
    margin: 15px 0;
    margin-top: 15px;
}*/
footer .sub-rodape{
    /*margin-top: 15px;*/
    float: left;
    width: 50%;
    text-align: center;
    position: relative;
}
footer .sub-rodape img{
    max-width: 50%;
}
footer .rede-rodape{
    display: inline-block;
    vertical-align: middle;
}
footer .rede-rodape img{
    display: inline-block;
    vertical-align: middle;
    max-width: 45px;
    margin: 0 10px;
}
footer strong{
    font-family: 'Noto Sans', sans-serif;
}

footer .sub-rodape img{
    display: inline-block;
    vertical-align: middle;
}
footer .atendimento-titulo strong{
    font-size: 2.3rem;
}
footer .ul-rodape-texto.rodape-fb{
    width: 39%;
}
footer .ul-lista-texto span{
    display: inline-block;
    margin-right: 15px;
    position: relative;
    transition: all 0.2s;
}
footer .ul-lista-texto li a:hover span{
    margin-right: 20px;
}
footer .ul-lista-texto span::after,
footer .ul-lista-texto span::before{
    content: '';
    position: absolute;
    left: 0;
    width: 6px;
    height: 2px;
    background: #fff;
}
footer .ul-lista-texto li:last-child{
    margin-top: 25px;
}
footer .ul-lista-texto li:last-child span::after,
footer .ul-lista-texto li:last-child span::before{
    display: none;
}
footer .ul-lista-texto li{
    margin: 10px 0;
}
footer .ul-lista-texto li a{
    color:#fff;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
}
footer .btn-duvidas{
    margin-top: 15px;
    /*width: 40%;*/
    padding: 0;
    color: #fff;
    transition: all 0.2s;
    /*border-radius: 5px;*/
    border: none;
    background: transparent;
}
footer .btn-duvidas:hover{
    /*background: #5f6e75;*/
    color:#81a0d0;
}
footer .ul-lista-texto li span::before{
    top: 1px;
    transform: translateY(-50%) rotate(-50deg);
}
footer .ul-lista-texto li span::after{
    top: -3px;
    transform: translateY(-50%) rotate(50deg);
}
footer .container-atendimento-rodape{
    width: 100%;
    float: left;
    position: relative;
    padding: 50px 0;
}

.container-rodape-redes {
    font-family: 'Noto Sans', sans-serif;
    text-transform: uppercase;
    margin-top: 3em;
    margin-bottom: 3em;
}

.container-rodape-redes .siga{
    margin-right: 10px;
    margin-top: 3px;
}

.container-rodape-redes li{
    margin-left: 10px;
}

.container-rodape-redes li img{
    background-color: transparent;
    transition: all 1s;
}

.container-rodape-redes li:hover img{
    background-color: #5cc6d0;
}

footer .links-rodape{
    display: inline-block;
    margin-bottom: 20px;
}
footer .links-rodape li{
    display: inline-block; 
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
    line-height: 100%;
}
footer .links-rodape li:last-child{
    border-right: none;
}
footer .links-rodape li a{
    font-size: 2rem;
    color: #fff;
}
footer .container-duvida{
    padding-left: 8%;
}
footer .container-duvida strong{
    margin-bottom: 10px;
}
footer .container-duvida strong span{
    font-family: "Glyphicons Halflings";
    font-size: 10px;
    margin-left: 5px;
    display: inline-block;
}
@media(max-width: 1199px){
    footer .linha-1.v2{
        margin: 0em 0% 0em 0%;
    } 
    footer .ul-lista-texto li button{
        width: 100%;
    }
    footer .conteudo-rodape h2, footer .conteudo-rodape strong{font-size: 1.1rem;}
}
@media(max-width: 991px){
    a.produto .item .detalhe-tag{
        right: 8px; 
    }
    .bxslider-categoria-destaque .slide .div-img{
        height: 100%;
    }
    footer .container-copy{
        padding-bottom: 5em!important;
        margin-top: 2em;
    }
    footer .div-atendimento-rodape{
        width:60%;
        float: none!important;
        display: block;
        margin: 0 auto;
    }
    footer .div-atendimento-rodape:first-of-type{
        margin-bottom: 4em;
    }
    #bannerSecundario{
        margin-top: 0em;
    }
    .bannerSecundario:first-of-type{
        margin-top: 2em;
    }
    .homePromocoes{
        padding-top: 0;
    }
    a.produto .item .image{
        height: 12em;   
    }
    footer .linha-1.v2{
        margin: 0em;
    } 
    footer .conteudo-rodape h2, footer .conteudo-rodape strong{font-size: 2rem; margin-bottom: 3rem;}

    footer .conteudo-rodape h3~img{margin-left: auto; margin-right: auto;}

}
@media(max-width: 767px){
    a.produto .item .texto{
        height: 21em;
    }
    .bannerSecundario.banner-topo3 .item{
        width: 100%;
        margin: 10px 0;
    }
    .bannerSecundario .item{
        width: 100%;
        padding: 10px;
    }
    a.produto .item .texto .codigo-ref{
        height: 2.5em;
    }
    a.produto .item .image{
        height: 13em;   
    }
    .titulo-secao::after{
        width: 20%!important;
    }
    a.produto .item .detalhe-tag{
        top: 0px;
        /*background: t;*/
        right: 0px;
    }
    a.produto .item .texto .preco div.por{
        /*font-size: 1px;*/
    }
    a.produto .item .texto .preco div.por span{
        /*font-size: 18px;*/
    }
    a.produto .item .texto .titulo{
        /*height: 6.5em;*/
    }
    footer .linha-1.v2{
        margin: 0em;
    } 

    .container-header-responsivo .menu{ height: 45px;}
    .container-header-responsivo .menu .logoR{position: relative;
                                              top: 50%;
                                              transform: translateY(-50%);}
    .container-header-responsivo .menu .logoR img{min-width: 120px;}
    .container-header-responsivo .menu .btnBusca span{
        /*color: #fff;*/
        color: #5cc6d0;
        vertical-align: middle;
    }
    .container-header-responsivo .menu a{
        display: inline-block;
        vertical-align: middle;
        margin: 0 0.2em!important;
    }
    .container-header-responsivo .menu .itens-menu{
        margin: 0em 0 0 0!important;
    }
    .form-responsivo{
        padding: 0!important;
    }
    .container-header-responsivo .menu .carrinhoR,
    .container-header-responsivo .menu .carrinhoR i{
        display: inline-block;
        vertical-align: middle;
    }
    .container-header-responsivo .menu .abreMenu{
        vertical-align: middle;
    }
}

@media(max-width: 480px){
    .container-rodape-redes .logo{width: 100%; margin-bottom: 2em;}
    .container-rodape-redes .siga{width:100%; text-align: center;}
    .container-rodape-redes .redes{width: 100%;}
    .container-rodape-redes .redes ul{width: 100%; text-align: center; margin-top: 1em;}
    footer .conteudo-rodape{padding: 0;}
}

footer .left{
    float: left;
    width: 70%;
}
footer .right{
    float: right;
    width: 30%;
}
@media(max-width: 991px){
    footer .left{
        float: left;
        width: 100%;
    }
    footer .right{
        float: right;
        width: 100%;
    }  

}
footer .menuRapido{
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    /*text-transform: uppercase;*/
    width: 50%;
    height: 24em;
    line-height: 1.5em;
    margin: 0em 0% 0em 0em;
    padding: 0em 0em 0em 0em;
    overflow: hidden;
}
footer .menuRapido.FB{
    width: 100%;
}
@media(max-width: 1199px){
    footer .menuRapido{
        width: 50%;
    }
}
@media(max-width: 991px){
    footer .menuRapido{
        width: 100%!important;
        margin: 0em 1em 0em 1em;
    }   
}
footer .menuRapido a{
    color: #6f7a7f;
    transition: 0.5s all;
}
footer .menuRapido a b{
    font-size: 13px;
}
footer .menuRapido a:hover,
footer .menuRapido a:focus{
    text-decoration: underline!important;
}
footer .menuRapido .Social a:hover,
footer .menuRapido .Social a:focus{
    text-decoration: none!important;
}
@media(max-width:991px){
    footer .menuRapido{
        width: 100%;
        height: auto;
        text-align: center;
        margin: 0em 0em 1em 0em;
    }
}
footer .menuRapido ul li.titulo{
    /*text-transform: capitalize;*/
   font-family: 'Noto Sans', sans-serif;
    font-weight: 100;
    font-size: 24px;
    color: black;
    border: none;
    line-height: 1.4em;
    margin: 0em 0em 1em 0em;
}
footer .menuRapido ul li{
    float: left;
    width: 100%;
font-family: 'Noto Sans', sans-serif;
    color: #6f7a7f;
    border: none;
    line-height: 1em;
    margin: 0em 0em 0.5em 0em;
}
footer .menuRapido ul li.TP1{
    line-height: 1.5em;
    margin: 0em 0em 1.4em 0em;
}
footer .menuRapido ul li.TP1 span{
    font-size: 20px;
}
footer .menuRapido ul li.TP1 .duvidas>b a{
    font-size: 16px;
}
footer .linha-5{
    float:left;
    width: 100%;
    padding: 2em 1em;
    border-bottom: solid 1px #ebebeb;
    margin-bottom: 1em;
}
footer .linha-5 .links{
    width: 100%;
    color: #6f7a7f;
    float: left;
    position: relative;
    text-align: left;
    font-size: 18px;
    margin: 0em;
}
footer .linha-5 .links a.Alinks{
    color: #6f7a7f;
    float: left;
    padding: 0.6em 1em 0em 1em;
}
footer .linha-5 .links a.Alinks:nth-of-type(1){
    padding: 0.6em 1em 0em 0em;
}
footer .linha-5 .links a.Alinks:hover,
footer .linha-5 .links a.Alinks:focus{
    text-decoration: underline!important;
}
footer .linha-5 .copyright{
    text-align: justify;
    color: #9a9ea2;
    font-size: 11px;
}
footer .copy{
    float: left;
    width: 100%;
}
footer .container-copy{
    padding-top: 15px;
    padding-bottom: 15px;
    /*background-color: #cecece;*/
    border-top: solid 1px black;
}
footer .copy span{
	font-family: 'Noto Sans', sans-serif;
    color: #fff;
    font-size: 1.3rem;
}
footer .copy img{
    max-width: 15%;
    margin-right: 10px;
}
footer .copy > div.inline-block{
	text-align: center;
    width: 100%;
    vertical-align: middle;
    /*padding-left: 50px;*/

}
footer .copy img{
    float: left;
}
footer .copy img,span{
    vertical-align: middle;
    display: inline-block;
}
footer .container-rede-rodape{
    padding: 40px 0;
    float: left;
    position: relative;
    display: block;
    width: 100%;
    border: solid 1px #d1d1d1;
}
footer .container-rede-rodape .inline-block{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-family: 'Noto Sans', sans-serif;
    color: #000;
}
footer .container-rede-rodape .inline-block img{
    height: 75px;
}
footer .container-rede-rodape .inline-block.televendas{
    font-size: 1.3em;
}

footer .container-rede-rodape .inline-block.info{
    margin-left: 50px;
}
footer .container-rede-rodape  p{
    margin-bottom: 20px;    
}
footer .container-rede-rodape .inline-block h1{
    font-family: 'Noto Sans', sans-serif;
    font-size: 2em;
    margin: 0;
}
footer .container-rede-rodape .rede-rodape{
    padding: 0;
    padding-left: 8%;
    font-family: 'Noto Sans', sans-serif;
    color: #09133b;
    font-size: 1.3em;
}
footer .container-rede-rodape .redes a{
    float: left;
}
footer .container-rede-rodape .redes img{
    margin: 0 5px;
    transition: all ease-in-out 0.2s;
}
footer .container-rede-rodape .redes img:hover{
    box-shadow: 0 0 10px 0 #a0a0a0;
    transform: scale(1.1);
}
@media(max-width:767px){
    footer .linha-5 .copy{
        width: 100%;
    }   
}
footer .linha-5 .copy>.pull-left{
    font-size: 16px;
    width: 100%;
    margin-bottom: 1em;
    color: #434849;
}
footer .linha-5 .copy>.pull-left a{
    color: #434849; 
    margin: 0em 0.5em 0em 0.5em;
}
footer .dev{
    float: right;
    width: 100%;
    text-align: center;
    padding-top: 15px;
    margin-top: 15px;
}
footer .dev img{
    height: 30px;
}
@media(max-width:767px){
    footer .linha-5 .dev{
        width: 100%;
        text-align: center;
        margin: 1em 0em;
    }
    footer .linha-5 .dev img{
        margin: auto;
    }
}

/* PÁGINA DO CARRINHO */
.carrinho{
    padding: 1em;
    margin-top: 1em;
    background: white;
    font-family: 'Noto Sans', sans-serif;
}
.carrinho .titulo h1{
    margin-top: 0;
    font-size: 22px;
    font-weight: normal;
    background: transparent;
    text-transform: uppercase;
}
.carrinho table tbody .alert-info{
    color: rgb(19,19,19);
    background-color:#f0f0f0;
    border-color:#ddd;
}
.carrinho table tbody #valor-total-pedido{
    color: rgb(19,19,19);
    font-size: 22px;
}
.carrinho table tbody .addPresente.active{
    color: green;
}
.carrinho table tbody a{
    color:rgb(130,130,130);
}
.carrinho table tbody a:hover{
    color:black;
}
.botao-carrinho a{
    padding: 15px;
    border-color:#5cb85c;
    background: #5cb85c;
    color: #fff;
    transition: all 0.2s;
}
.botao-carrinho .btn-continuar{
    background: #a0a0a0;
    border-color: #a0a0a0!important;
}
.botao-carrinho .btn-continuar:hover{
    color: #a0a0a0!important;
    background:transparent!important;
}
.botao-carrinho a span{
    vertical-align: baseline;
}
@media(max-width:991px){
    .bxslider-categoria-destaque .slide{
        width: 33.33%;
    }
    .carrinho .botao-carrinho{
        text-align: center!important;
        margin-top: 1em;
    }
    footer .sub-rodape{
        width: 100%;
    }
    footer .sub-rodape:last-of-type{
        margin-top: 50px;
    }
    footer .titulo-texto{
        width: 100%;
    }
    .bxslider-categoria-destaque{
        padding: 0 45px;
    }
    .slick-arrow.slick-prev{
        left: 0;
    }
    .slick-arrow.slick-next{
        right: 0;
    }
    a.produto .item .texto .preco div.por{
        /*font-size: 25px;*/
    }
    footer .container-rede-rodape .inline-block{text-align: center;}
    footer .container-rede-rodape p{margin-top: 20px;}
    footer .copy img{    float: none; display: block; margin: 0 auto; margin-bottom: 15px;}
}
.resposta-quantidade{
    display: none;
}
/* NO-MORE-TABLE (não mudar nada) -------------------------------------------------------------- */
.thumb-lista {
    width: 100px;
    height: 75px;
    border: solid 1px #d4d4d4;
    padding: 5px;
    border-radius: 4px;
    background: #FFF;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
}
td{
    vertical-align: middle!important;
}
#no-more-tables button.btn.btn-default i{
    width: 14px;
    height: 20px;
}
@media (max-width: 450px){
    #no-more-tables #resultado-frete #linhas-resultado-frete td {
        padding-left: 50% !important;
    }
    #no-more-tables #resultado-frete td {
        padding-left: 0 !important;
    }
    #no-more-tables td:before {
        content: attr(data-title);
    }
    #no-more-tables td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    #no-more-tables table, 
    #no-more-tables thead, 
    #no-more-tables tbody, 
    #no-more-tables th, 
    #no-more-tables td, 
    #no-more-tables tr, th {
        display: block;
    }
    #no-more-tables .td-auxiliar-carrinho td {        
        /* display: inline-table; */
        border: none;
        /* border-bottom: 1px solid #eee; */
        position: relative;
        padding-left: 0!important;
        margin: 0em;
        white-space: normal;
        text-align: right;
        line-height: 20px;
    }
    #no-more-tables td {
        border: none;
        /* border-bottom: 1px solid #eee; */
        position: relative;
        padding-left: 50%;
        /*display: inline-block;*/
        white-space: normal;
        text-align: left;
        line-height: 20px;
    }
    #no-more-tables td.faixa-frete-carrinho {
        padding-left: 38%;
    }    
    #no-more-tables td.faixa-frete-carrinho .col-xs-7{
        display: none;
    }    
    #no-more-tables td.faixa-frete-carrinho .col-xs-5{
        width: 100%!important;
    }    
    #no-more-tables .td-auxiliar-produto td {
        display: inline-table;
        border: none;
        /* border-bottom: 1px solid #eee; */
        position: relative;
        padding-left: 50%;
        /*margin: 1em;*/
        margin: 0.5em;
        white-space: normal;
        text-align: left;
        line-height: 20px;
    }
    #no-more-tables .td-auxiliar-produto td {
        font-size: 11px;
    }
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #no-more-tables tr {
        border: 1px solid #ccc;
        margin-bottom: 10px;
        border-radius: 5px;
    }
}
/* NO-MORE-TABLE (não mudar nada) -------------------------------------------------------------- */
/*  END PÁGINA DO CARRINHO  */

/* AGRADECIMENTO PEDIDO REALIZADO */
.agradecimentoCompra{
    padding: 1em;
    margin-top: 1em;
    background: white;
    font-family: 'Noto Sans', sans-serif;
}
.agradecimentoCompra .nav-pills>li.active>a,
agradecimentoCompra .nav-pills>li.active>a {
    color: #5cc6d0;
    font-size: 1em;
    border-radius: 0px;
    background-color: white;
    margin-bottom: 1em;
    border: 1px solid #5cc6d0;
    transition: 1s all;
}
.agradecimentoCompra .nav-pills>li.active>a:focus,
.agradecimentoCompra .nav-pills>li.active>a:hover {
    color: white;
    font-size: 1em;
    background-color: #5cc6d0;
}
.agradecimentoCompra h1{
    margin-top: 0;
    font-size: 22px;
    font-weight: normal;
    background: transparent;
    text-transform: uppercase;
}
.agradecimentoCompra .numPedido p{
    color: white;
    background: #5cc6d0;
    padding: 2em;
    text-align: center;
}
.agradecimentoCompra table tbody a{
    color:rgb(130,130,130);
}
.agradecimentoCompra table tbody a:hover,
.agradecimentoCompra table tbody a:focus{
    color:black;
}
/* END AGRADECIMENTO PEDIDO REALIZADO */


/* PAGINA DE REDIRECIONAMENTO */
.pagRedirecionamento{
    font-family: 'Noto Sans', sans-serif;
    background: white;
    margin-top: 2em; 
}
.pagRedirecionamento h1{
    margin-top: 0.5em;
    font-size: 22px;
    font-weight: normal;
    background: transparent;
    text-transform: uppercase;
}
/* DROPDOWN AUTOCOMPLETE */
ul.ui-menu li{
    float: left;
    width: 100%;
}
ul.ui-menu li div.ui-menu-item-wrapper{
    font-size: 14px;
    width: 100%;
    float: left;
}
ul.ui-menu li div.ui-menu-item-icon{
    float: left;
    height: 100%;
    width: 10%;
    margin: 0em 0.5em 0em 0.5em;
}
ul.ui-menu li div.ui-state-active{
    color: black;
    margin: 0!important;
    padding: 3px 1em 3px .4em!important;
    /*border: none!important;*/
    border-color: #d7d7d7;
    background: #e9e9e9;
}
#ui-id-1{
    max-width: 38.8em;
    z-index: 1002;
} 
@media(max-width:991px){
    footer .container-duvida{
        padding: 0;
        text-align: center;
        margin-top: 50px;
    }
    footer .container-rede-rodape{
        text-align: center;
        margin-top: 50px;
    }
    footer .container-rede-rodape .rede-rodape{
        padding: 0;
        margin-top: 50px;
    }
    footer .rede-rodape .redes{
        text-align: center;
    }
    footer .container-rede-rodape .redes a{
        display: inline-block;
        float: none;
    }
    .categoriaDestaque{
        margin: 0;
    }
    .slick-dotted.slick-slider{
        /*margin-bottom: 30px;*/
    }
    .slick-dots{
        bottom: -40px;
    }
    .item-institucional{
        height: 250px;
    }
    .container-dica-home a{
        width: 32%;
        margin: 0 0.5%;
    }
    .container-dica-home a:last-of-type{
        display: none;
    }
    .container-dica-home .dica-home{
        height: 500px;
    }
    .container-header-responsivo .menu .itens-menu{
        margin: 1.3em 0em 0em 0em;
    }
    .container-header-responsivo .menu a{
        font-size: 2.2em!important;
        line-height: 100%;
    }
    .container-header-responsivo .menu .carrinhoR span{
        left: 50%!important;
        line-height: 100%;
        padding: 0.3em 0em!important;
    }
    .menuCatSlider{
        border-bottom: none;
    }
    /*    .bannerSecundario{
            margin-top:25px;
        }*/
    #ui-id-1{
        position: fixed;
    }   
    .menuCatSlider .catSlider .img-catSlider{
        height: 200px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        width: 100%;
        background-size: cover;
        background: transparent no-repeat center;
        position: relative;
    }
    .menuCatSlider .catSlider{
        margin:5px 0;
    }
    .menuCatSlider .catSlider h1{
        position: relative;
        /*left: 0;*/
        /*bottom: 0;*/
        /*text-transform: uppercase;*/
        letter-spacing: 3px;
        position: relative;
        /*line-height: 160px;*/
        padding:15px 0;
        top: 100%;
        transform: translateY(-50%);
        width: 90%;
        display: block;
        margin: 0 auto;
        border: 1px solid transparent;
        background:rgba(41, 27, 67, 0.7);
        color:#fff;
    }
    .menuCatSlider .catSlider.active{
        border: none;
    }
    .menuCatSlider .catSlider.active h1{
        color: #fff;
        background:rgba(28, 16, 49, 0.93);
    }
    .menuCatSlider{
        padding: 0 15px;
    }
}
@media(max-width:380px){
    #ui-id-1{
        left: 0px!important;
        max-width: 100%;
        width: 100%!important;
    }   
    a.produto .item .btn-prod{
        padding: 0.4em .4em 0.4em .4em;
    }
    /*a.produto .item .texto .preco div.valorDee span{font-size: 13px;}
    a.produto .item .texto .preco div.por span{font-size: 15px;}
    a.produto .item .texto .preco div.por{font-size: 15px;}
    a.produto .item .texto .titulo{height: 4em;}*/
    .newsLetter .campo-news.campo-titulo{padding: 0; }
    .newsLetter .campo-news{padding: 0;}
    .newsLetter .txt{font-size: 15px;}
    .newsLetter .inputNews input{width: 100%;}
    .newsLetter button{width: 50%;}
}
/* CORPO SITE SOCIAL */
.social{
    font-family: 'Noto Sans', sans-serif;
    text-align: center;
    color: #0a548b;
    font-size: 16px;
    margin: 2em 0em;
}
.social .cont{
    margin: 0.4em 0em;
    padding: 0.5em 0em;
    overflow: hidden;
}


@media(max-width: 991px){
    a.produto .item .flag{
        /*width: 50px; height: 50px;
        font-size: 9px !important;*/
    }
}

@media(max-width: 767px){
    a.produto .item .texto .preco{
        height: 8em;
    }
    a.produto .item .texto .preco div.valorDee{
        margin: 5px 0;
    }
    /*a.produto .item .texto .preco div.por{
        font-size: 18px;
    }*/
    .slick-arrow.slick-prev{
        left: -15px;
    }
    .slick-arrow.slick-next{
        right: -15px;
    }
    .bxslider-categoria-destaque{
        padding: 0 15px;    
    }
    .topoFinalizar .logo{
        width: 100%;
        text-align: center;
    }
    .finalizacaoCorpo p{
        text-align: center;
    }
    #area-cupom{
        width: 100%;
    }
    #area-cupom input{
        width: calc(100% - 40px);
    }
    #modal-whatsapp .close{
        top: -65px;
        right: 0;
    }
    #modal-whatsapp .whatsapp-body{
        padding: 15px 5%;
    }
    #modal-whatsapp .whatsapp-body button{
        width:100%;
    }
    footer .copy > div.inline-block{
        max-width: 100%;
        padding: 0;
    }
    footer .links-rodape{
        display: block;
        margin: auto;
        margin-bottom: 20px;
    }
    footer .links-rodape li{
        display: block;
        width: 100%;
        border: none;
        text-align: center;
        margin: 15px 0;
    }
    footer .copy span{
        text-align: justify;
    }
    footer .ul-lista-texto li button{
        width: 100%;
    }
    footer .conteudo-rodape h2, footer .conteudo-rodape strong{
        font-size: 1.6rem;
    }
    .unfilled.conteudo-rodape{
        padding: 0 15px!important;
    }
    footer .container-duvida{
        padding: 0;
    }
    .bxslider-categoria-destaque .slide{
        width: 50%;
    }
    a.produto .item .texto .preco div.valorDee{
        margin-top: 0;
    }
    .titulo-secao{
        margin-top: 2em;
    }
    .slick-dots{
        bottom: -15px;
    }
    .slick-dotted.slick-slider{
        margin-bottom: 15px;
    }
    a.produto .item .texto{
        padding: 10px 15px;
        padding-bottom: 15px;
    }
    .bxslider-GaleriaTextos{
        width:100%;
    }
    .container-dica-home a{
        width: 99%;
        margin: 15px 0.5%;
    }
    footer .copy span{
        width: 100%;
        max-width: 100%;
    }
    footer .copy img{
        float: none;
        display: block;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    footer #atendimento-fone img{
        width: 20px!important;
        vertical-align: super;
    }
    footer .div-atendimento-rodape{
        width: 100%;
    }
    .menuCatSlider .catSlider:focus,
    .menuCatSlider .catSlider:hover,
    .menuCatSlider .catSlider.active{
        border-bottom-color: transparent;
    }
    a.produto .item .flag.percentDesconto{
        color: #fff;
        font-size: 12px;
    }
    a.produto .btn-prod-container{
        padding-top: 0.5em;
        border: none;
    }
    a.produto .item .btn-prod{
        margin-top: 0.5em;
        height: 40px;
        width: 100%;
        line-height: 26px;
    }
    a.produto .item .btn-prod img{
        display: none;
    }
    a.produto .item{
        height: auto;
    }
    footer .ul-rodape-texto .ul-lista-texto li::after{
        display: none;
    }
    footer .ul-rodape-texto{
        width: 100%!important;
        text-align:center;
        margin: 1.5em 0;
    }
    footer .linha-5{
        padding: 1em!important;
    }
    footer .ul-rodape-texto:last-of-type{
        margin-bottom: 0;
    }
    .div-news{
        padding: 1em!important;
        width:100%!important;
        margin: 0!important;
    }
    /*    .div-news:first-of-type{
            display: none;
        }*/
    /*    a.produto .item .image{
            height: 9em;
        }*/
    a.produto .btn-prod-container{
        width: 100%;
        margin:0;
    }
    .contCatDestSlider{
        position: relative;
    }
    .bannerSecundario.banner-rodape .item{
        width: 50%;
    }
    .newsLetter .campo-news.campo-titulo{
        width: 100%;
    }
    .newsLetter .campo-news.campo-input{
        width: 100%;
        margin: 0;
    }
    .newsLetter .campo-news{
        padding: 0 15px;
    }
    .newsLetter .campo-news.campo-input{
        margin-top: 15px;
        padding: 0;
    }
    .container-rede-rodape .inline-block{
        width: 100%;
        display: block;
    }
    footer .container-rede-rodape .inline-block{
        text-align: center;
    }
    footer .container-rede-rodape .inline-block.info{
        margin: 0;
        margin-top: 50px;
    }
    footer .container-rede-rodape .inline-block h1{
        font-size: 1.5em;
    }
}
@media(max-width: 325px){
    .container-header-responsivo .menu a{
        font-size: 2em!important;
    }
}
.titulo-secao{
    backface-visibility: hidden;
    font-size: 2rem;
    /*color: #c3c3c3;*/
    color: #475175;
    /*text-align: center;*/
    text-align: left;
    /*text-transform: uppercase;*/
    margin: 1em 0 1em 0;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
    float: left;
    font-family: 'Noto Sans', sans-serif;
}
.titulo-secao span{
    display: inline-block;
    position: relative;
    z-index: 1;
    /*background: #fff;*/
    /*padding: 0 30px;*/
}
/*.titulo-secao::after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    z-index: 0;
    height: 1px;
    background: #606567;
}*/
@media(min-width: 1399px){
    .header-linha-2.fixo .header-linha-3{
        left: 30%;
    }
}
@media(min-width: 1500px){
    .header-linha-2.fixo .header-linha-3{
        left: 34%;
    }
}
@media(max-width: 1199px){
    .header-linha-3 .item a{

    }
}
@media(max-width: 991px){
    .titulo-secao::after{display: none;} 
}