@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

#cabecalho>.conteiner>.row-fluid {max-width: 1280px;}

.carrinho>a strong {font-size: 14px; color: #fff;background: #378ca7;border-radius: 50px;border: 0;font-weight: 500;}
.minha-conta:hover .btn-group a i, .contato-top:hover .contato-evtop>i, .rastreio-topo:hover i, .carrinho a:hover>i.icon-shopping-cart.fundo-principal {font-size: 25px; color: #378ca7;background: transparent;}

.busca input {border: 1px solid #378ca7; border-radius: 0; height: 45px; background: #378ca724; padding: 10px 15px; box-sizing: border-box;}

.menu.superior {background: #378ca7;box-shadow: none;}
.menu.superior .nivel-um>li {padding: 0 10px 0;}
.menu.superior .nivel-um>li a strong {font-size: 16px;font-weight: 400;padding: 0;color: #F2F2F2;text-transform: initial;}
.menu.superior .nivel-um>li:hover a strong {color: #06161c; font-weight: 400;}

.carrinho-interno li {display: flex;flex-wrap: wrap;align-items: center;padding: 10px 0;}
.carrinho-interno .preco-produto {float: none;margin: 0;display: flex;width: 50%;order: 2;}
.carrinho-interno .imagem-produto {position: relative;width: 50%;height: auto;order: 1;}
.carrinho-interno .imagem-produto img {max-width: 40px;max-height: 40px;position: relative;}
.carrinho-interno .nome-produto {width: 100%;font-size: 13px;line-height: 1.2em;font-weight: 400;padding: 5px;order: 3;}

.rastreio-content p {color: #163e52;}
#OrderTracking {width: 100%; border: 0; background-color: #f2f2f2;box-sizing: border-box;padding: 14px;}
.rastreio {width: 100%;margin-left: 0;color: #fff;font-weight: 500;border: none;}

.span12.banner.tarja {background: #378ca7;}
.span12.banner.tarja img {mix-blend-mode: multiply;}

.titulo-categoria:after, .titulo-categoria:befores {
    background: #215776;
}
.titulo-categoria .titulo, .titulo-categoria strong {
    color: #215776;
    font-weight: 600;
}

.listagem .listagem-item .nome-produto {
    font-weight: 500;
    margin: 0 10px;
    font-size: 18px;
    color: #163e52;
    line-height: 1.2em;
}
.listagem .span3 .listagem-item .nome-produto, .listagem .produtos-carrossel[data-produtos-linha="4"] .listagem-item .nome-produto {
    min-height: 90px;
}
.listagem .listagem-item .nome-produto {
    font-weight: 500;
    margin: 0 10px;
    font-size: 18px;
    color: #163e52;
    line-height: 1.2em;
}
.preco-produto strong.titulo {
    color: #4c4b4b;
    font-weight: 700;
    font-size: 20px;
    margin-top: 10px!important;
    display: block;
}

.acoes-produto.hidden-phone .botao-comprar {
    font-size: 17px;
    background: #db402a;
    padding: 10px 30px;
    border-radius: 0;
    color: #f5f5f5 !important;
    line-height: normal!important;
    border: 0;
    text-transform: uppercase;
    width: 100%;
    box-sizing: border-box;
    font-weight: 600;
    letter-spacing: 2px;
}

.breadcrumbs {
    border-top: none;
    border-bottom: 1px solid #378ca7;
    padding: 10px 15px 0;
    margin-bottom: 30px!important;
}
.breadcrumbs ul li {
    float: left;
    border-left: 1px solid rgb(55 140 167);
    padding-bottom: 5px;
    margin-bottom: 2px;
}
.breadcrumbs i {
    color: #378ca7;
    transform: scale(1.4);
}
.menu .titulo {font-weight: 500;}

#rodape .titulo {color: #f2f2f2; font-weight: 600; border-bottom: 1px solid #f2f2f2;}
#rodape .institucional a {color: #c9d1d9;font-size: 14px;font-weight: 400;width: 100%;}
#rodape .institucional a:before {content: '-'; margin-right: 5px;}
.gateways-rodape li img {width: auto;filter: invert(1);}
a.scrollToTop {left: 1rem;}
article.slick-slide h3+strong {
    display: none;
}


.banner .flexslider .slides>li:nth-child(1){
    background:#2f2f2f;
}
.banner .flexslider .slides>li:nth-child(2){
    background:#1f5675;
}
.banner .flexslider .slides>li:nth-child(3){
    background:#215775;
}
.banner .flexslider .slides>li:before{
    content:"";
    display:block;
    position:absolute;
        width:50%;
    height:100%;
    left:0;
    bottom:0;
    z-index:0;
}
.banner .flexslider .slides>li:nth-child(1):before{
background:#000000;

}
.banner .flexslider .slides>li:nth-child(2):before{
background:#e3fdfa;

}
.banner .flexslider .slides>li:nth-child(3):before{
background:#ffffff;

}
.banner .flexslider .slides>li img{
    position:relative;
    max-width: 1280px;
    margin: 0 auto;
}
.menu.superior .nivel-um>li:first-child, .menu.superior .nivel-um>li:last-child {
    display: none;
}