@charset "UTF-8";
@font-face {
    font-family: 'MyriadSetPro';
    font-weight: 700;
    src: url("../fonts/MyriadSetPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadSetPro-Bold.woff") format("woff"), url("../fonts/MyriadSetPro-Bold.ttf") format("truetype"), url("../fonts/MyriadSetPro-Bold.svg#MyriadSetPro-Bold") format("svg"); }
@font-face {
    font-family: 'MyriadSetPro';
    font-weight: 400;
    src: url("../fonts/MyriadSetPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadSetPro-Medium.woff") format("woff"), url("../fonts/MyriadSetPro-Medium.ttf") format("truetype"), url("../fonts/MyriadSetPro-Medium.svg#MyriadSetPro-Medium") format("svg"); }
@font-face {
    font-family: 'MyriadSetPro';
    font-weight: 500;
    src: url("../fonts/MyriadSetPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadSetPro-Semibold.woff") format("woff"), url("../fonts/MyriadSetPro-Semibold.ttf") format("truetype"), url("../fonts/MyriadSetPro-Semibold.svg#MyriadSetPro-Semibold") format("svg"); }
@font-face {
    font-family: 'MyriadSetPro';
    font-weight: 300;
    src: url("../fonts/MyriadSetPro-Text.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadSetPro-Text.woff") format("woff"), url("../fonts/MyriadSetPro-Text.ttf") format("truetype"), url("../fonts/MyriadSetPro-Text.svg#MyriadSetPro-Text") format("svg"); }
@font-face {
    font-family: 'MyriadSetPro';
    font-weight: 200;
    src: url("../fonts/MyriadSetPro-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadSetPro-Thin.woff") format("woff"), url("../fonts/MyriadSetPro-Thin.ttf") format("truetype"), url("../fonts/MyriadSetPro-Thin.svg#MyriadSetPro-Thin") format("svg"); }
@font-face {
    font-family: 'MyriadSetPro';
    font-weight: 100;
    src: url("../fonts/MyriadSetPro-Ultralight.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadSetPro-Ultralight.woff") format("woff"), url("../fonts/MyriadSetPro-Ultralight.ttf") format("truetype"), url("../fonts/MyriadSetPro-Ultralight.svg#MyriadSetPro-Ultralight") format("svg"); }

* {font-family: "MyriadSetPro";
    list-style: none;
    text-decoration: none;}
body {
    overflow-x: hidden;
    font-family: "MyriadSetPro";
    background-color: #f7f7f7;
}
* a:visited {
    color: #fff;
}
* a {
    color: #fff;
    font-family: "MyriadSetPro";
}
* a:hover {
    text-decoration: none;
}
* img {
    max-width: 100%;
}

* ul {
    padding: 0;
}

* p {
    margin-top: 0px;
}
* section {
    min-height: 420px;
}
.pl30{
    padding-left: 30px;
}
.pl0 {
    padding-left: 0px;
}
.pr0 {
    padding-right: 0px;
}

.mr0 {
    margin-right: 0!important;
}
.ml0{
    margin-left: 0!important;
}

.clear{
    clear: both;
}
/********** INICIO TOPO ************/
.top {
    background-image: url(../img/bg_topo.png);
    background-position: top center;
    background-repeat: no-repeat;
}
.menu-bg {
    margin-top: 15px;
    height: 52px;
    overflow: hidden;
    background-color: #b01d1c;
}
.logo{
    margin-top: 28px;
    display: block;
    min-height: 75px;
    min-width: 150px;
}
.menu-icone img{
    float: right;
    margin: 0 auto;
    margin-top: 10px;
}
.menu-principal {
    height: 52px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    list-style: none;
    bottom: 0;
    text-transform: uppercase;
    margin-top: 0px;
}
.menu-principal .ativo a{
    background: #ea2328;
    margin: 0;
    height: 52px;
/*    padding: 13px 32px;*/ 
    margin-top: 0px;
    color: #fff;
}
.menu-principal li {
    display: inline;
    overflow: hidden;
    padding-right: 11px;
    position: relative;
}
.menu-principal li a {
    padding: 13px 10px;
    height: 52px;
    display: inline-block;
    font-size: 22px;
    font-weight: 400;

    /* visual do link */
    background-color:transparent;
    color: #ffffff;
    text-decoration: none;
}
.menu-principal li:hover a:before {
    height: 12px;
    width: 12px;
    content: ' ';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    background: #fff;
    margin-top: -19px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.phone-call {
    float: right;
    display: inline-block;
    margin-top: 36px;
}
.phone-call span {
    color: #ffce04;
    font-size: 20px;
    padding-right: 5px;
}
.phone-call img {
    vertical-align: sub;
    padding-right: 6px;
}
.phone-top {
    display: inline-block;
}
.phone-top a {
    color: #7c7c7c;
    font-weight: 300;
    font-size: 20px;
}
.cart {
    float: right;
    margin-top: 22px;
}
.cart span {
    position: absolute;
    top: 12px;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    background-color: #ea2328;
    text-align: center;
    padding: 1px;
    right: 12px;
    color: #fff;
    font-weight: 600;
}
.cart:hover {
    cursor: pointer;
}
.search {
    float: right;
    margin-top: 22px;
    border-radius: 3px;
    margin-right: 10px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.6);
}
.search form .bar{
    width: 380px;
    border: 0;
    outline: none;
    background-color: #fbfbfb;
    border-radius: 3px;
    height: 38px;
    display: inline-block;
    padding-left: 10px;
    padding-bottom: 3px;
    border-color: #e0e0e0;
}

.search form .bar::-webkit-input-placeholder{
    color: #989797;
    border-right: 4px solid #c2c2c2;
    padding-bottom: 5px;
}
.search form .sub-search {
    border: 0;
    background-image: url(../img/icons/search-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 26px;
    padding-left: 28px;
    background-color: #fbfbfb;
    border-radius: 3px;
    display: inline-block;
    height: 38px;
    margin-left: -6px;
    vertical-align: bottom;
}
.search form::-webkit-input-placeholder {
    padding-top: -20px;
    color: #989797;
}
.icons-top {
    float: right;
    margin-top: 22px;
    margin-right: 10px;
}
@media(min-width: 1024px) and (max-width: 1199px){
    .search{
        margin-top: 60px;
    }
    .cart{
        margin-top: 60px;
    }
}
@media(max-width: 1023px){
    .search{
        width: 100%;
        margin-right: 0;
    }
    .search form .bar{
        width: 93%;
    }
    .search form .sub-search{
        width: 7%;
    }
    .cart{
        margin-top: 50px;
    }
}
@media(max-width: 568px){
    .search form .bar{
        width: 86%;
    }
    .search form .sub-search{
        width: 14%;
    }
}
/********** FIM TOPO ************/
.categoria-menus {
    height: 130px;
    background-color: #6e120b;
}
.categorias-img{
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 22px;
}
.title-categorias {
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    display: inline-block;
    margin-top: 10px;
    margin-left: 50%;
    transform: translateX(-50%);
    width: 180px;
    transition: 0.3s ease;
}
.title-categorias:hover{
    color: #ea2328;
}
.cate:after {
    content: '';
    border-right: 2px solid #962e1f;
    width: 1px;
    height: 76px;
    position: absolute;
    display: inline-block;
    left: 182px;
    top: 26px;
}
.dicas .title-categorias {
    color: #000;
}

/********** BANNER PRINCIPAL ************/
.banner-principal {
    overflow: hidden;
}
.banner-principal .slick-arrow {
    position: absolute;
    width: 44px;
    height: 70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    color: transparent;
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
    cursor: pointer;
}
.banner-principal .slick-next {
    right: 17%;
    background-image: url(../img/icons/next-banner.png);
}
.banner-principal .slick-prev {
    left: 17%;
    background-image: url(../img/icons/prev-banner.png);
}
.banner-principal .slick-prev:hover {
    opacity: 0.5;
}

.banner-principal .slick-next:hover {
    opacity: 0.5;
}
.banner-principal .slick-dots {
    margin-left: 48%;
    top: 89%;
    z-index: 9999;
}
.banner-principal .slick-dots button {
    color: transparent;
    background-color: transparent;
    border:0px;
    outline: none;
}
.banner-principal .slick-dots li{
    display: inline-block;
    background-image: url(../img/icons/slick-dot.png);
    height: 30px;
    background-color: transparent;
    width: 30px;
    background-repeat: no-repeat;
    border: 0;
}

.banner-principal .slick-dots .slick-active {
    height: 30px;
    background-color: transparent;
    background-repeat: no-repeat;
    width: 30px;
    background-image: url(../img/icons/active-banner.png);
    border: 0;
}

/********** FIM BANNER PRINCIPAL ************/


.valor-produto p{
    margin-bottom:0;
}

/********** PRODUTOS PAGINA PRINCIPAL ************/
.nossos-produtos img {
    margin: 50px auto 5px;
    display: block;
}
.titulo-home{
    color: #ea2328;
    font-weight: 600;
    text-align: center;
    margin-top: 0;
    font-size: 36px;
}
.titulo-home span {
    font-weight: 400;
    color: #4e4e4e;
}
.subtitle-home {
    font-weight: 200;
    font-size: 20px;
    text-align: center;
    width: 440px;
    margin: 0 auto;
    color: #002b52;
    margin-bottom: 24px;
}
.box-produto {
    background-color: #fff;
    height: 458px;
    border:1px solid #c2c2c2;
    border-radius: 2px;
    transition: 0.3s ease-in;
    margin-bottom: 35px;
    overflow: hidden;
}
.box-produto .lancamento{
    background-color: #666666;
    width: 146px;
    height: 146px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    float: right;
    transform: rotate(50deg);
    margin-top: -85px;
    margin-right: -85px;
}
.box-produto .lancamento p {
    margin-left: 46px;
    margin-top: 91px;
    transform: rotateZ(-50deg);
    color: #fff;
}
.box-produto img {
    width: 100%;
    margin-top: -60px;
}
.box-produto:hover {
    cursor: pointer;
}
.box-produto:hover .prod-price {
    color: #d00e13;
    transition: 0.3s ease-in;
}
.box-produto:hover .prod-price .valor {
    color: #ea2328;
    transition: 0.3s ease-in;
}
.box-produto:hover .prod-button {
    background-color: #d00e13;
    cursor: pointer;
    transition: 0.3s ease-in;
}
.pg-produto-interno .info-produto .marca-avalie {
    float: left;
    margin-top: 10px; }
.pg-produto-interno .info-produto .marca-avalie .marca {
    color: #c61d23;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 5px; }
.pg-produto-interno .info-produto .marca-avalie .marca b {
    color: #333;
    font-weight: 700; }
.pg-produto-interno .info-produto .marca-avalie .avalie {
    text-transform: uppercase; }

.pg-produto-interno .info-produto .preco-interna {
    font-weight: 700;
    font-size: 16px;
    color: #ea2328;
    margin: 20px auto 0px auto;
    transition: 0.3s ease-in;
    display: inline-block;
}
.pg-produto-interno .info-produto h2 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.preco-interna .price {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
}
.preco-interna h2 {
    display: inline-block;
}
.prod-name{
    font-size: 16px;
    color: #ea2328;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    height: 44px;
    padding: 0 1px;
}
.prod-price {
    font-weight: 700;
    font-size: 24px;
    color: #ea2328;
    text-align: center;
    margin: 28px auto 20px auto;
    height: 39px;
    transition: 0.3s ease-in;
    background-color: #f8f8f8;
    width: 100%;
}
.prod-price .promo {
    font-size: 12px;
    color: #828282;
    text-align: center;
    font-weight: 300;
    text-transform: none;
    display: block;
    margin-bottom: -7px;
    margin-top: 0;
}
.prod-price h4 {
    font-weight: 300;
    text-decoration: line-through;
    margin: 0;

}
.prod-price span {
    font-size: 16px;
    color: #4b4b4b;
    font-weight: 700;
}
.consulta {
    width: 100%;
    margin: 28px auto;
    height: 39px;
    background-color: rgb(248, 248, 248);
    margin-bottom: 20px;
}
.sob-consulta {
    font-size: 16px;
    color: #4b4b4b;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    line-height: 17px;
}
.sob-consulta span{
    font-size: 14px;
    color: #828282;
    text-align: center;
    font-weight: 300;
    text-transform: none;
}
.prod-button {
    background-color: #ea2328;
    width: 163px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    height: 41px;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    transition: 0.3s ease-in;
}
.prod-button:hover {
    background-color: #ca1519;
    cursor: pointer;

}
.button-text {
    margin-right: 15px;
}
.prod-principal .detalhes::after{
    content: '';
    background-image: url(../img/icons/after-arrow.png);
    width: 30px;
    height: 50px;
    position: absolute;
    background-repeat: no-repeat;
    right: 55px;
    top: 400px;
}
.prod-price .valor {
    font-weight: 700;
    font-size: 24px;
    color: #ea2328;
    text-align: center;
    display: inline-block;
    margin-top: -8px;
}
/********** FIM PRODUTOS PAGINA PRINCIPAL ************/

/********** PRODUTOS INTERNAS ************/
.prod-button::after {
    top: 368px;
}

.produtos .box-produto .lancamento{
    background-color: #ca1519;
    width: 146px;
    height: 146px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    float: right;
    transform: rotate(50deg);
    margin-top: -85px;
    margin-right: -85px;
}

.produtos .title-interna span {
    color: #ea2328;
    font-weight: 300;
}
.produtos .title-interna {
    color: #ea2328;
    margin-top: 0;
}
.produtos .title-interna::after {
    content: ' ';
    background-image: url(../img/icons/line-title.png);
    width: 100%;
    float: right;
    display: block;
    height: 2px;
    margin-top: -5px;
}
.produtos .prod-button::after {
    content: '';
    background-image: url(../img/icons/after-arrow.png);
    width: 30px;
    height: 50px;
    position: absolute;
    background-repeat: no-repeat;
    right: 50px;
    top: 400px;
}
.produtos a {
    text-decoration: none;
}


/********** DICAS PAGINA PRINCIPAL ************/
.institucional .title-interna span {
    color: #ea2328;
    font-weight: 300;
}
.institucional h2{
    color: #ea2328;
}
.institucional .title-interna {
    color: #ea2328;
    margin-top: 0px;
}
.institucional .title-interna::after {
    content: ' ';
    background-image: url(../img/icons/line-title.png);
    width: 100%;
    float: right;
    display: block;
    height: 2px;
    margin-top: -5px;
}
.text-dicas {
    font-size: 16px;
    width: 335px;
    color: #002b52;
    margin: 18px auto;
    text-align: center;
    font-weight: 200;
}
.text-dicas .dica {
    font-size: 16px;
    width: 335px;
    color: #002b52;
    margin: 18px auto;
    text-align: center;
    font-weight: 200;
}
.button-dicas {
    background-color: #cfdce9;
    border: 2px solid #ea2328;
    width: 136px;
    text-align: center;
    border-radius: 30px;
    height: 40px;
    padding-top: 9px;
    padding-right: 10px;
    margin: 0 auto;
    margin-bottom: 90px;
    font-size: 16px;
    color: #ea2328;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.button-dicas::after {
    content: '';
    background-image: url(../img/icons/after-arrow-dicas.png);
    width: 15px;
    height: 18px;
    position: absolute;
    background-repeat: no-repeat;
    right: 134px;
    top: 356px;
}
.button-dicas:hover {
    background-color: #ea2328;
    cursor: pointer;
    color: #fff;
}
.button-dicas:hover::after {
    background-image: url(../img/icons/after-arrow.png);
}
.paginacao-botao {
    float: right;
    width: 50%;
}
.paginacao-botao li:hover {
    color: #ea2328;
    background: #e2e2e2;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.paginacao-quantidade{
    float: left;
    width: 50%;
    margin-top: 15px;
}
.paginacao-quantidade span {
    color: #ea2328;
    font-weight: 600;
}
.paginacao-quantidade p{
    font-weight: 500;
    font-size:16px;
}
.paginacao-botao li {
    width: 34px;
    height: 30px;
    padding: 2px;
    margin-left: 3px;
    margin-right: 3px;
    background: #d3d3d3;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.paginacao-botao li.ativo{
    background:#ea2328;
    color:#fff;
    cursor: default;
}
.paginacao-botao span {
    font-weight: 500;
    font-size: 15px;
    vertical-align: bottom;
    font-weight: 500;
}
.paginacao-botao ul {
    float: right;
}
.paginacao{
    margin-top: 5px;
}
.paginacao-botao li a:hover {
    color: #fff;
    text-decoration: underline;
}
.paginacao-botao li img {
    margin-top: -8px;
}
.pg-produto-interno .breadcumbs li {  }
.pg-produto-interno a, .pg-produto-interno p, .pg-produto-interno .nav-tabs li {
    color: #4e4e4e;
    width: 100%;
    }
.pg-produto-interno h1, .pg-produto-interno h2, .pg-produto-interno h3, .pg-produto-interno h4, .pg-produto-interno h5, .pg-produto-interno h6 {
    color: #4e4e4e; }
.pg-produto-interno .slide-for {
    height: 50px;
    display: block;
}
.pg-produto-interno .slide-for .thumb {
    width: 90px!important;
    height: 90px;
    margin-bottom: 10px;
    background-size: cover;
    background-position: center; }
.pg-produto-interno .slide-for .slick-arrow {
    color: transparent;
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0px solid transparent;
    outline: none;
    display: block !important;
    width: 23px;
    height: 14px;
    margin: 0 auto; }
.pg-produto-interno .slide-for .slick-next {
    background-image: url(../img/icons/next-down.png); }
.pg-produto-interno .slide-for .slick-prev {
    background-image: url(../img/icons/prev-top.png);
    margin-bottom: 10px; }
.pg-produto-interno .slide-main {
    width: 430px;
    float: right;
    margin-top: 30px;
    overflow: hidden;
}
@media (min-width: 990px) and (max-width: 1199px) {
    .pg-produto-interno .slide-main {
        width: 245px; } }
@media (max-width: 989px) {
    .pg-produto-interno .slide-main {
        width: 100% !important;
        max-width: 520px !important; }
    .pg-produto-interno .slide-main .cover {
        background-size: cover !important; } }
.pg-produto-interno .slide-main .cover {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative !important;}
.pg-produto-interno .info-produto .titulo-produto {
    font-size: 26px;
    text-transform: uppercase; }
.pg-produto-interno .info-produto .titulo-produto:after {
    display: none; }
.pg-produto-interno .info-produto .ref {
    text-transform: uppercase; }
.pg-produto-interno .info-produto .disponibilidade {
    border-bottom: 1px solid rgba(225, 225, 225, 0.44);
    padding: 10px 0;
    margin-bottom: 0px;}
.pg-produto-interno .info-produto .disponibilidade img {
    display: inline-block;
    margin-right: 6px;
    vertical-align: baseline; }
.pg-produto-interno .info-produto .disponibilidade span {
    color: #0a9c18;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    vertical-align: bottom; }
.pg-produto-interno .info-produto .marca-avalie {
    float: left;
    margin-top: 10px; }
.pg-produto-interno .info-produto .marca-avalie .marca {
    color: #ea2328;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 5px; }
.pg-produto-interno .info-produto .marca-avalie .marca b {
    color: #333;
    font-weight: 700; }
.pg-produto-interno .info-produto .marca-avalie .avalie {
    text-transform: uppercase; }
.pg-produto-interno .info-produto .valor-produto {
    float: right;
    margin-top: 18px;}
.pg-produto-interno .info-produto .valor-produto span {
    font-size: 24px;
    display: block;
    text-transform: uppercase; }
.pg-produto-interno .info-produto .barra {
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(225, 225, 225, 0.44);
    clear: both;
    margin-top: 20px;
    margin-bottom: 73px; }
.pg-produto-interno .info-produto .compartilhe-pontos {
    float: left;
    margin-top: 36px;
    margin-bottom: 36px;
    margin: 0 auto;
}
.pg-produto-interno .info-produto .compartilhe-pontos p {
    text-transform: uppercase;
    margin: 0px;
    font-size: 16px;}
.pg-produto-interno .info-produto .pontos-venda {
    text-align: right; }
.pg-produto-interno .info-produto .pontos-venda a {
    width: 225px;
    height: 45px;
    display: inline-block;
    background-color: #eaeaea;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    text-align: center;
    padding-top: 9px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 5px; }
.pg-produto-interno .prod-description {
    font-size: 16px;
    color: #4e4e4e;
    font-weight: 400;
    margin-top: 18px;
    line-height: 26px;
}
.relacionados-tab h2{
    color:#ea2328 !important;
    margin-top: 30px;
    margin-bottom: 30px;
}
.relacionados-tab .prod-title h3 {
    color: #ea2328;
    font-weight: 500;
}
.relacionados-tab .prod-disponivel p {
    color: #0a9c18;
}
.relacionados-tab .prod-indisponivel p {
    color: #ff0404;
}
.pg-produto-interno .info-produto .pontos-venda a img {
    vertical-align: text-top; }
.pg-produto-interno .info-produto .pontos-venda a b {
    color: #ea2328; }
.pg-produto-interno .info-produto .botao-contato {
    margin-top: 0; }
.pg-produto-interno .info-produto .botao-contato a {
    width: 100%;
    height: 80px;
    display: inline-block;
    background-color: #eaeaea;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    text-align: center;
    padding-top: 25px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 24px;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 400;
    box-shadow: 3px 3px 7px #cdcdcd;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
.pg-produto-interno .info-produto .botao-contato a:hover {
    opacity: 0.7; }
.pg-produto-interno .info-produto .botao-contato a img {
    vertical-align: text-top;
    margin-right: 10px; }
.pg-produto-interno .barra-secao {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
    clear: both;
    margin-top: 50px;
    margin-bottom: 40px; }
.pg-produto-interno .nav-tabs {
    padding-bottom: 1px; }
.pg-produto-interno .info-produto .valor-produto .preco-title {
    font-size: 16px;
    font-weight: 600;
    color: #4e4e4e;
}
.pg-produto-interno .nav-tabs a {
    color: #4e4e4e !important;
    background-color: transparent !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px; }
.pg-produto-interno .nav-tabs a:hover {
    background-color: #transparent !important; }
.pg-produto-interno .nav-tabs a img {
    vertical-align: top;
    margin-right: 8px; }
.pg-produto-interno .nav-tabs .active a {
    color: #4a4242 !important;
    background-color: #transparent !important; }
.pg-produto-interno .nav-tabs .active a img {
    -webkit-filter: brightness(15);
    filter: brightness(15); }
.pg-produto-interno .tab-content .tab-pane {
    padding-top: 20px;
    margin-left: 16px;}
.pg-produto-interno .tab-content .tab-pane p {
    font-size: 16px; }
.pg-produto-interno .tecnica-tab {
    margin-top: 20px; }
.pg-produto-interno .tecnica-tab .lista-tecnica {
    list-style: none;
    padding: 0;
    border: 1px solid #ececec;
    display: inline-block; }
.pg-produto-interno .tecnica-tab .lista-tecnica li {
    background-color: #f5f5f5;
    padding: 25px;
    width: 50%;
    float: left; }
.pg-produto-interno .tecnica-tab .lista-tecnica li.odd {
    background-color: #ebebeb; }
.pg-produto-interno .videos-tab {
    margin-top: 30px; }
.pg-produto-interno .videos-tab .slick-arrow {
    display: block;
    margin: 0 auto;
    border: none;
    color: transparent;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    outline: none; }
.pg-produto-interno .videos-tab .slick-prev {
    background-image: url("../img/icons/prev-top.png");
    margin-bottom: 4px; }
.pg-produto-interno .videos-tab .slick-next {
    background-image: url("../img/icons/next-down.png");
    margin-top: -15px;
    position: relative;
    z-index: 20; }
.pg-produto-interno .videos-tab .slide-main-video {
    margin-top: 26px;
    margin: 0 auto;
    margin-bottom: 40px;
    height: 375px;
    overflow: hidden;
}
.pg-produto-interno .videos-tab .slide-main-video iframe {
    height: 374px;
    margin-left: 124px; }
@media (max-width: 568px) {
    .pg-produto-interno .videos-tab .slide-main-video iframe {
        height: 300px; } }
.pg-produto-interno .videos-tab .slide-nav-video {
    margin-top: 40px; }
.pg-produto-interno .videos-tab .slide-nav-video iframe {
    width: 100%;
    height: 100%; }
.pg-produto-interno .videos-tab .slide-nav-video img {
    margin-bottom: 20px; }
.pg-produto-interno .videos-tab .slide-nav-video .thumb {
    width: 165px !important;
    height: 90px;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
    outline: none; }
.pg-produto-interno .videos-tab .slide-nav-video .thumb:hover:before {
    background-color: transparent; }
.pg-produto-interno .videos-tab .slide-nav-video .thumb:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(247, 247, 247, 0.23);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
.pg-produto-interno .fb-comments {
    max-width: 100%; }
.pg-produto-interno .prod-button {
    background-color: #ea2328;
    width: 163px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    height: 41px;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 3px;
    transition: 0.3s ease-in;
}
.pg-produto-interno .prod-button:hover {
    background-color: #ca1519;
    cursor: pointer;
}
.pg-produto-interno ..button-text {
    margin-right: 15px;
}
.pg-produto-interno .prod-button::after {
    content: '';
    background-image: url(../img/icons/after-arrow.png);
    width: 30px;
    height: 50px;
    position: absolute;
    background-repeat: no-repeat;
    right: 50px;
    top: 419px;
}
.pg-produto-interno .prod-button p {
    color: #fff;
}
.pg-produto-interno .box-produto {
    height: 468px;
}
.pg-produto-interno .box-produto .prod-name {
    color: #ea2328!important;
}
.pg-produto-interno .box-produto .lancamento{
    background-color: #666666;
    width: 146px;
    height: 146px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    float: right;
    transform: rotate(50deg);
    margin-top: -85px;
    margin-right: -85px;
}
.pg-produto-interno .box-produto .lancamento p {
    margin-left: 40px;
    margin-top: 75px;
    transform: rotateZ(-50deg);
    color: #fff;
}
.pdf-prod{
    height: 46px;
    width: 184px;
    text-align: center;
    background-color: #ea2328;
    border: 1px solid #ea2328;
    border-radius: 3px;
    margin-left: 38px;
    margin-top: 30px;
}
.pdf-prod img {
    padding-top: 10px;
    padding-left: 5px;
    float: left;
}
.pdf-prod h3{
    color: #ffffff;
    margin-top: 12px;
}
/********** FIM DICAS PAGINA PRINCIPAL ************/
/********** BREADCUMBS ****************/
.breadcumbs {
    margin-top: 10px;
    margin-bottom: 20px; }
.breadcumbs li {
    display: inline-block; }
.breadcumbs li:after {
    content: '';
    background-image: url("../img/icons/seta-breadcumbs.png");
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 8px;
    width: 8px;
    margin-left: 10px;
    margin-right: 5px; }
.breadcumbs li:last-child a {
    color: #8a8989; }
.breadcumbs li:last-child:after {
    display: none; }
.breadcumbs li .icone {
    margin-right: 7px;
    vertical-align: baseline; }
.breadcumbs li a {
    font-size: 12px;
    font-weight: 600;
    color: #ea2328; }

/********** PAGINA DE CONTATO ***********/
.contato .breadcumbs {
    margin-top: 10px;
    margin-bottom: 20px; }
.contato .breadcumbs li {
    display: inline-block; }
.contato .breadcumbs li:after {
    content: '';
    background-image: url("../img/icons/seta-breadcumbs.png");
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 8px;
    width: 8px;
    margin-left: 10px;
    margin-right: 5px; }
.contato .breadcumbs li:last-child a {
    color: #8a8989; }
.contato .breadcumbs li:last-child:after {
    display: none; }
.contato .breadcumbs li .icone {
    margin-right: 7px;
    vertical-align: baseline; }
.contato .breadcumbs li a {
    font-size: 12px;
    font-weight: 600;
    color: #ea2328;
    display: inline-block;}
.contato .title-interna {
    color: #ea2328;
    margin-top: 0px;
}
.contato .title-interna::after {
    content: ' ';
    background-image: url(../img/icons/line-title.png);
    width: 100%;
    float: right;
    display: block;
    height: 2px;
    margin-top: -5px;
}
.contato .text-contato {
    font-size: 16px;
    color: #4e4e4e;
    font-weight: 200;
}
.contato a{
    font-size: 16px;
    display: block;
    font-weight: 200;
    color: #4e4e4e;
}
.contato .contato-acessos {
    min-height: 180px;
}
@media(max-width: 767px){
    .contato .contato-acessos {
        min-height: auto;
    }
}
.contato .contato-subtitles {
    font-size: 16px;
    color: #ea2328;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 8px;
    margin-bottom: 2px;
}
.contato input {
    width: 100%;
    height: 33px;
    border: 1px solid #dddddd;
    margin-bottom: 18px;
    padding-left: 11px;
    padding-top: 7px;
    font-size: 16px;
    font-weight: 200;
}
.contato textarea {
    width: 100%;
    height: 140px;
    border: 1px solid #dddddd;
    margin-bottom: 16px;
    padding-left: 11px;
    padding-top: 7px;
    font-weight: 200;
    font-size: 16px;}
form button#load {
    width: 232px;
    float: right;
    height: 77px;
    background: #ea2328;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 40px;
    font-weight: 600;
    transition: 0.3s ease;
}
form button img {
    margin-right: 10px;
}
.contato .icons-contato {
    display: inline-block;
    vertical-align: sub;
}
.map {
    width: 100%;
    margin-top: 95px;
    pointer-events: none;}
#mapa {
    width: 100%;
    height: 490px;
    }
.scrolloff{
    pointer-events: none;
}

/********** MARCAS ******************/
.titulo-marcas {
    margin: 0 auto;
    background-color: #f7f7f7;
    z-index: 3;
    position: relative;
    padding: 20px;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    color: #4e4e4e;
}
.marcas-block span{
    background-color: #ea2328;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    left: 0;
}
.marcas-block{
    position: relative;
    margin-top: 50px;
}
.img-marcas {
    display: block;
    margin: 0 auto;
    padding: 5px;
    margin-bottom: 15px;
}
.marcas .marcas-img {
    margin-bottom: 30px;
}
.marcas .title-interna span {
    color: #ea2328;
    font-weight: 300;
}
.marcas .title-interna {
    color: #ea2328;
    margin-top: 0px;
}
.marcas .title-interna::after {
    content: ' ';
    background-image: url(../img/icons/line-title.png);
    width: 100%;
    float: right;
    display: block;
    height: 2px;
    margin-top: -5px;
}
/********** ASSISTENCIA *************/
.bg-assistencia {
    background-image: url(../img/bg-assistencia.png);
    background-size: cover;
    min-height: 508px;
    border-top: 8px solid #ea2328;
    margin-top: 60px;
}
.bg-assistencia h2 {
    color: #fff;
    text-align: center;
    padding-top: 148px;
    font-size: 50px;
    margin-bottom: 4px;
}

.bg-assistencia span {
    font-weight: 200;
}
.assistencia-text {
    color: #fff;
    text-align: center;
    width:566px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 300;
}
.button-assist {
    margin: 0 auto;
    display: block;
    width: 137px;
    border: 2px solid red;
    height: 44px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-right: 12px;
    font-size: 16px;
    margin-top: 40px;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    background-color: rgba(0, 0, 0, 0.39);
}
.cat-interna {
    background-color: #e7e7e7;
    height: 127px;
    margin-bottom: 24px;
    width: 100%;
}
.text-interna .text-red{
    color: #ea2328;
}
.assist-buttons:nth-child(1) {
    margin-left: 24%;
    margin-top: 4%;
    margin-bottom: 5%;
}
.buttons-container .assist-buttons:last-child{
    padding-top: 15px;

}
.assist-buttons a:hover {
    color: #fff;
    text-decoration: underline;
}
.buttons-container img{
    margin: 0 auto;
}
.assist-buttons {
    background-color: #a40400;
    width: 165px;
    height: 93px;
    display: inline-grid;
    color: #fff;
    text-align: center;
    padding-top: 18px;
    line-height: 16px;
    margin: 0 auto;
    margin-right: 36px;
}
.title-assistencia {
    margin: 0 auto;
    background-color: #f7f7f7;
    z-index: 3;
    position: relative;
    padding: 20px;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    color: #4e4e4e;
}
.assist-block{
    position: relative;
    text-align: center;
}
.tittle-bar {
    background-color: #ea2328;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    left: 0;
}
.galery {
    width:100%;
}
.galery img {
    margin-bottom: 30px;
}
.assist-buttons h3 {
    margin-bottom: 5px;
    margin-top: 5px;
}
.button-assist:hover {
    background-color: rgba(0, 0, 0, 1);
}
.button-assist span {
    margin-left: 12px;
    padding-top: 5px;
}
.button-assist span:after {
    content: ' ';
    width: 20px;
    height: 20px;
    position: absolute;
    background-repeat:no-repeat;
    margin-top: 2px;
    background-image: url(../img/icons/after-arrow.png);
}
.text-interna {
    font-size: 16px;
    font-weight: 200;
    margin-top: 20px;
}
/********** DICAS *******************/
.dicas .title-interna span {
    color: #ea2328;
    font-weight: 300;
}
.dicas .title-interna {
    color: #ea2328;
    margin-top: 0px;
}
.dicas .title-interna::after {
    content: ' ';
    background-image: url(../img/icons/line-title.png);
    width: 100%;
    float: right;
    display: block;
    height: 2px;
    margin-top: -5px;
}
.dicas .text-dicas-interna {
    font-size: 16px;
    color: #4e4e4e;
    text-align: left;
    font-weight: 200;
}
.dicas .dicas-img {
    margin-bottom: 20px;
    margin-left: 20px;
}
.dicas .side-bar {
    color: #6e120b;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #6e120b;
    margin-bottom: 20px;
    margin-top: 8px;
}
.dicas .side-bar .side-title {
    font-size: 18px;
    font-weight: 700;
    background-color: #6e120b;
    height: 40px;
    margin-top: 0;
    padding-left: 12px;
    color: #fff;
    padding-top: 10px;
    text-transform: uppercase;
    margin-bottom:0;
}
.dicas .side-bar nav .side-list {
    margin-top: 0;
    margin-bottom: 0;
}
.dicas .side-bar nav .side-list li {
    padding: 12px;
    height: 40px;
    border-bottom: 1px solid #c2c2c2;
}
.dicas .side-bar nav .side-list li a {
    color: #ea2328;
        height: 40px;
}
.dicas .side-bar nav .side-list .side-active {
    background-color: #ea2328;
}
.dicas .side-bar nav .side-list .side-active a{
    color: #fff;
}
/********** RODAPÉ ******************/
#rodape {
    background-image: url(../img/bg-footer.png);
    background-size: cover;
    padding-top: 40px;
    background-repeat: no-repeat;
}
.icons {
    margin-right: 8px;
    display: inline-block;
    vertical-align: sub;
}
.title-footer {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    font-weight: 200;
    margin-bottom: 0;
}
.title-footer::after{
    display: block;
    background-image: url(../img/icons/bg-title.jpg);
    content: ' ';
    background-repeat: repeat-x;
    height: 2px;
}
.menus {
    padding-left: 32px;
}
.menus li a{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
}
.menus li a:hover {
    text-decoration: underline;
}
.footer-address {
    margin-top: 14px;
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    padding-left: 37px;
}
.plug-fb{
    margin-top: 22px;
}
.bg-admin {
    height: 48px;
    margin-top: 15px;
}
.text-admin {
    padding-top: 17px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 200;
}
.text-admin:hover a, .text-acessos:hover a {
    color: #fff;
}
.text-acessos{
    float: right;
    padding-top: 17px;
    color: #fff;
    margin-bottom:10px;
    font-weight: 200;
}
.footer-tel {
    color: #fff;
    margin-top: 14px;
    font-size: 18px;
    font-weight: 200;
    padding-left: 37px;
}
.footer-tel a {
    color: #fff;
}

/****************** FIM RODAPE *********************/

/****************** Institucional***********************/
.institucional .title-interna span {
    color: #ea2328;
    font-weight: 300;
}
.institucional .title-interna {
    color: #ea2328;
    margin-top: 0px;
}
.institucional .title-interna::after {
    content: ' ';
    background-image: url(../img/icons/line-title.png);
    width: 100%;
    float: right;
    display: block;
    height: 2px;
    margin-top: -5px;
}
.institucional p {
    font-size: 16px;
    margin: 18px auto;
    font-weight: 200;
}
.institucional .estrutura {
    top: -36px;
    transform: translateX(-64%);
    background-color: #f7f7f7;
    padding: 0 10px 0px 10px;
    color: #ea2328;
    left: 50%;
    position: absolute;
}
/************* QUEM SOMOS CARROSEL ****************/
.institucional .capa-quem-somos{
    display: inline-block;
    margin-right: 20px;
    padding-bottom: 20px;
}
.quem-somos-carroussel {
    margin-top: 23px;
    margin-bottom: 40px;
    border: 1px solid #c2c2c2;
    padding: 20px;
    border-radius: 8px;
}
.quem-somos-carroussel .slick-arrow {
    position: absolute;
    width: 44px;
    height: 70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    color: transparent;
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
    cursor: pointer;
}
.quem-somos-carroussel .slick-next {
    right: -7%;
    background-image: url(../img/icons/arrow-quemsomos-next.png);
}
.quem-somos-carroussel .slick-prev {
    left: -7%;
    background-image: url(../img/icons/arrow-quemsomos-prev.png);
}
/****************** FIM DO CARROUSEL QUEM SOMOS *****************/

/****************** SIDEBAR *******************/
.produtos .side-bar {
    color: #ea2328;
    margin-top: 8px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #71100a;
    margin-bottom: 20px;
}
.produtos .topo {
    background-color: #ea2328;
    height: 40px;
    color: #fff;
}
.produtos .side-bar .side-title {
    font-size: 18px;
    font-weight: 700;
    background-color: #b01d1c;
    height: 40px;
    margin-top: 0;
    padding-left: 12px;
    color: #fff;
    padding-top: 10px;
    text-transform: uppercase;
    margin-bottom:0;
}
.produtos .side-bar nav .side-list {
    margin-top: 0;
    margin-bottom: 0;
}
.produtos .side-bar nav .side-list li {
    padding: 12px;
    height: 40px;
    border-bottom: 1px solid #c2c2c2;
}
.produtos .side-bar nav .side-list li a {
    color: #ea2328;
}
.produtos .side-bar nav .side-list .side-active {
    background-color: #ea2328;
}
.produtos .side-bar nav .side-list .side-active a{
    color: #fff;
}
.produtos .valor {
    font-weight: 700;
    font-size: 24px;
    color: #ea2328;
    text-align: center;
    display: inline-block;
    margin-top: -9px;
    margin-bottom: -7px;
}
/****************** PRODUTO INTERNA ****************/
.produto-interna .btn_orcamento{
    background-color: #ea2328;
    width: 200px;
    height: 50px;
    border-radius: 30px;
    text-align: center;
    font-size: 18px;
    float: right;
    text-transform: uppercase;
}
.produto-interna .btn_orcamento h5{
    margin-bottom: 2px;
    padding-top: 14px;
    margin-top: 0;
}
.produto-interna .title-interna {
    color: #ea2328;
    margin-top: 36px;
    margin-top: 0px;
}
.produto-interna .title-interna::after {
    content: ' ';
    background-image: url(../img/icons/line-title.png);
    width: 100%;
    float: right;
    display: block;
    height: 2px;
    margin-top: -5px;
}
.produto-interna .produto-descricao {
    color: #ea2328;
}
.produto-interna .prod-desc{
    margin-bottom: 23px;
}
.produto-interna .prod-text {
    font-weight: 200;
    font-size: 16px;
    color: #000;
}

.quem-somos-carroussel {
    margin-top: 23px;
    margin-bottom: 40px;
    border: 1px solid #c2c2c2;
    padding: 20px;
    border-radius: 8px;
}
.slider-for .slick-arrow {
     position: absolute;
     width: 44px;
     height: 70px;
     top: 50%;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
     z-index: 10;
     color: transparent;
     background-color: transparent;
     border: none;
     background-repeat: no-repeat;
     background-position: center;
     outline: none;
     cursor: pointer;
 }
.slider-for .slick-next {
    right: -7%;
    background-image: url(../img/icons/arrow-quemsomos-next.png);
}
.slider-for .slick-prev {
    left: -7%;
    background-image: url(../img/icons/arrow-quemsomos-prev.png);
}
.slider-nav .slick-arrow {
    position: absolute;
    width: 44px;
    height: 70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    color: transparent;
    display: inline-block;
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
    cursor: pointer;
}
.slider-nav .slick-next {
    right: -35px;
    background-image: url(../img/icons/arrow-quemsomos-next.png);
}
.slider-nav .slick-prev {
    left: -35px;
    background-image: url(../img/icons/arrow-quemsomos-prev.png);
}
.slider-nav {
    margin-top: 15px;
    width: 290px;
    margin-left: 32px;
    display: inline-block;
}
.abas-prods {
    display: inline-block;
    font-size: 16px;
}
.abas-prods h2 {
    color: #9dcd70;
    font-weight: 500;
}
.abas-prods p {
    display: inline;
    margin-right: 40px;
    font-weight: 500;
    color: #969ba2;;
}
.abas-prods b{
    color: #ea2328;
    font-weight: 500;
}








.pg-carrinho {
    padding-bottom: 90px; }
.pg-carrinho .tabela-lista .tabela .barra-titulo .nome a {
    color: #ea2328;
}
@media (min-width: 1200px) {
    .pg-carrinho .g-recaptcha {
        float: left;
        transform: scale(0.92);
        -webkit-transform: scale(0.92);
        transform-origin: center center;
        -webkit-transform-origin: left center; } }
.pg-carrinho .titulo-interno .descricao {
    width: 100%;
    max-width: 800px;
    display: inline-block; }
.pg-carrinho .titulo-interno .continue-orcamento {
    display: inline-block;
    float: right;
    margin-top: 15px; }
.pg-carrinho .titulo-interno .continue-orcamento a {
    display: block;
    color: #fff;
    width: 250px;
    height: 40px;
    font-weight: 600;
    font-size: 18px;
    background-color: #ea2328;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    padding-top: 9px; }
.pg-carrinho .tabela-lista .tabela {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px; }
.pg-carrinho .tabela-lista .tabela th {
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: 600; }
.pg-carrinho .tabela-lista .tabela .barra-titulo {
    background-color: #ea2328;
    height: 35px;
    color: #ffffff;
    text-align: left; }
.pg-carrinho .tabela-lista .tabela .barra-titulo .produtos {
    width: 9%; }
.pg-carrinho .tabela-lista .tabela .barra-titulo .nome {
    width: 60%; }
@media (max-width: 1023px) {
    .pg-carrinho .tabela-lista .tabela .barra-titulo .nome {
        width: 43%; } }
.pg-carrinho .tabela-lista .tabela .barra-titulo .quantidade {
    width: 17%;
    text-align: center; }
@media (max-width: 1023px) {
    .pg-carrinho .tabela-lista .tabela .barra-titulo .quantidade {
        width: 22%; } }
.pg-carrinho .tabela-lista .tabela .barra-titulo .acao {
    width: 14%;
    text-align: center; }
.pg-carrinho .tabela-lista .tabela .produto {
    background-color: #fff;
    border: 1px solid #dddddd; }
.pg-carrinho .tabela-lista .tabela .produto td {
    padding: 10px 10px;
    height: 80px;
    border-right: 1px solid #dddddd; }
.pg-carrinho .tabela-lista .tabela .produto .nome {
    color: #c61d23;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }
.pg-carrinho .tabela-lista .tabela .produto .nome a {
    color: #ea2328;
}
@media (max-width: 600px) {
    .pg-carrinho .tabela-lista .tabela .produto .nome {
        font-size: 13px; } }
.pg-carrinho .tabela-lista .tabela .produto .acao {
    text-align: center; }
.pg-carrinho .tabela-lista .tabela .produto .quantidade {
    text-align: center; }
.pg-carrinho .tabela-lista .tabela .produto .quantidade .adicionar-qtd,
.pg-carrinho .tabela-lista .tabela .produto .quantidade .diminuir-qtd {
    width: 26px;
    height: 29px;
    padding-top: 3px;
    display: inline-block;
    border: 1px solid #cbcbcb;
    vertical-align: top;
    background-color: #e5e5e5;
    cursor: pointer;
    font-weight: 700;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
@media (max-width: 600px) {
    .pg-carrinho .tabela-lista .tabela .produto .quantidade .adicionar-qtd,
    .pg-carrinho .tabela-lista .tabela .produto .quantidade .diminuir-qtd {
        display: block;
        margin: 0 auto; } }
.pg-carrinho .tabela-lista .tabela .produto .quantidade .adicionar-qtd {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
@media (max-width: 600px) {
    .pg-carrinho .tabela-lista .tabela .produto .quantidade .adicionar-qtd {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        margin-bottom: 5px; } }
.pg-carrinho .tabela-lista .tabela .produto .quantidade .diminuir-qtd {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
@media (max-width: 600px) {
    .pg-carrinho .tabela-lista .tabela .produto .quantidade .diminuir-qtd {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        margin-top: 5px; } }
.pg-carrinho .tabela-lista .tabela .produto .quantidade .input-qtd {
    width: 42px;
    height: 29px;
    outline: none;
    border: 1px solid #cbcbcb;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    text-align: center; }
.pg-carrinho .form-orcamento input::-webkit-input-placeholder,
.pg-carrinho .form-orcamento textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #9f9f9f; }
.pg-carrinho .form-orcamento input::-moz-placeholder,
.pg-carrinho .form-orcamento textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #9f9f9f; }
.pg-carrinho .form-orcamento input:-ms-input-placeholder,
.pg-carrinho .form-orcamento textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #9f9f9f; }
.pg-carrinho .form-orcamento input:-moz-placeholder,
.pg-carrinho .form-orcamento textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #9f9f9f; }
.pg-carrinho .form-orcamento input {
    height: 35px;
    margin-bottom: 12px;
    padding: 10px;
    font-size: 14px;
    color: #9f9f9f;
    width: 100%;
    outline: none;
    border: 1px solid #dddddd; }
.pg-carrinho .form-orcamento textarea {
    height: 95px;
    margin-bottom: 2px;
    padding: 10px;
    font-size: 14px;
    color: #9f9f9f;
    outline: none;
    width: 100%;
    border: 1px solid #dddddd;
    resize: none; }
.pg-carrinho .form-orcamento .botao-enviar {
    width: 235px;
    height: 70px;
    padding-top: 5px;
    background-color: #ea2328;
    font-weight: 600;
    text-align: center;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-top: 3px; }
.pg-carrinho .form-orcamento .botao-enviar:hover {
    background-color: #ea2328;
    opacity: 0.8;
}
@media (max-width: 1199px) {
    .pg-carrinho .form-orcamento .botao-enviar {
        float: none !important;
        margin-top: 20px; } }
.pg-carrinho .form-orcamento .botao-enviar:hover {
    opacity: 0.8; }

.pg-carrinho-vazio {
    padding-bottom: 280px; }
.pg-carrinho-vazio .titulo-interno .descricao {
    width: 100%;
    max-width: 800px;
    display: inline-block; }
.pg-carrinho-vazio .titulo-interno .continue-orcamento {
    display: inline-block;
    float: right;
    margin-top: 15px; }
.pg-carrinho-vazio .titulo-interno .continue-orcamento a {
    display: block;
    color: #fff;
    width: 250px;
    height: 40px;
    background-color: #ea2328;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    padding-top: 9px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;}
.pg-carrinho-vazio .titulo-interno .continue-orcamento a:hover {
    opacity: 0.8;
    background-color: #ea2328;
}
.pg-carrinho .titulo-interno .continue-orcamento a:hover {
    opacity: 0.8;
    background-color: #ea2328;
}
.abas-list b{
    color: #00ccff;
}
.abas-list p{
    display: inline-block;
}
.social_bg img{
    margin-top: -26px;
    margin-left: 20px;
}


/****************** CALL OUTS **********************/
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}
.filled {
    margin: 0px;
    color: #ff0700;
}
/******* PROJETOS *********/
.title-interna span {
    color: #ea2328;
    font-weight: 300;
}
.title-interna {
    color: #ea2328;
    margin-top: 0;
    text-transform: uppercase;
}
.title-interna::after {
    content: ' ';
    background-image: url(../img/icons/line-title.png);
    width: 100%;
    float: right;
    display: block;
    height: 2px;
    margin-top: -5px;
}
#editoriais .box-editoriais {
    margin-bottom: 65px; }
#editoriais .box-editoriais .img-editoriais img {
    max-width: 360px;}
@media screen and (max-width: 480px){
#editoriais .box-editoriais .img-editoriais img {
    max-width: 329px;
}
}
#editoriais .box-editoriais .editoriais-bg {
    background-color: rgba(0, 0, 0, 0.68);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    max-width: 360px;
    max-height: 191px;
    top: 0%;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    padding-top: 40px;
    z-index: 99;}
#editoriais .box-editoriais .editoriais-bg strong {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    text-shadow: 1px 2px 5px rgba(1, 1, 1, 0.75); }
#editoriais .box-editoriais:hover .editoriais-bg {
    background-color: rgba(237, 21, 28, 0.65); }
#editoriais .active:hover .editoriais-bg {
    background-color: rgba(237, 21, 28, 0.65); }
#editoriais .active .editoriais-bg {
    background-color: rgba(237, 21, 28, 0.65); }
#editoriais .revista {
    max-width: 265px;
    width: 100%;
    height: 311px;
    border: 2px solid #888888;}
#editoriais .revista:hover {
    max-width: 265px;
    width: 100%;
    height: 311px;
    border: 2px solid rgba(255, 12, 12, 0.47);}
@media screen and (max-width: 420px) {
    #editoriais .bloco-revistas {
        display: inline-block;
        margin-left: 50%;
        transform: translateX(-50%); } }
#editoriais .date {
    color: #ed151c;
    font-size: 18px;
    /* Aproximação devido à substituição de fonte */
    font-weight: 700;
    line-height: 24px;
    /* Aproximação devido à substituição de fonte */
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
    width: 266px; }
#editoriais .title-revista {
    font-family: MyriadSetPro;
    color: #888888;
    font-size: 18px;
    font-weight: 200;
    line-height: 20px;
    text-align: center;
    margin-top: 10px;
    width: 266px;
    margin-bottom: 0; }

.nav-tabs {
    -webkit-padding-start: 0px !important; }
.nav-tabs > li {
    overflow-x: hidden; }
.nav-tabs > li a {
    padding: 0;
    border: 0 !important; }
.nav-tabs > li a:hover, .nav-tabs > li a:focus {
    background-color: transparent;
    border: transparent; }

#editoriais-interna .bg-breadcrumbs {
    background-color: #f0f0f0;
    height: 120px;
    margin-bottom: 20px; }
@media screen and (max-width: 520px) {
    #editoriais-interna .bg-breadcrumbs {
        height: auto; } }
#editoriais-interna .title-interna {
    color: #ed151c;
    font-size: 50px;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 0; }
@media screen and (max-width: 520px) {
    #editoriais-interna .title-interna {
        font-size: 30px; } }
#editoriais-interna .subtitle-editoriais {
    color: #ed151c;
    font-size: 22px;
    /* Aproximação devido à substituição de fonte */
    font-weight: 700;
    line-height: 26px;
    /* Aproximação devido à substituição de fonte */
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    display: inline-block; }
#editoriais-interna .video {
    width: 100%; }


#editoriais-interna .btn-know {
    float: right;
    background-color: #ed151c;
    padding: 12px;
    border-radius: 4px;
    color: #fff;
    padding-right: 25px;
    padding-left: 27px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: .1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -ms-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    max-width: 130px;
    width: 100%;
    text-align: center; }
#editoriais-interna .btn-know:hover {
    filter: brightness(1.2); }
#editoriais-interna .btn-know:before {
    content: '<';
    position: absolute;
    width: 20px;
    height: 20px;
    color: #fff;
    left: 68px; }
@media screen and (max-width: 768px) {
    #editoriais-interna .btn-know:before {
        display: none; } }
#editoriais-interna .foto-editorial {
    width: 100%; }
#editoriais-interna .date-editorial {
    color: #919191;
    font-size: 20px;
    /* Aproximação devido à substituição de fonte */
    font-weight: 200;
    line-height: 26px;
    /* Aproximação devido à substituição de fonte */
    text-align: left;
    margin-bottom: 30px;
    display: block; }
#editoriais-interna .content-editorial {
    margin-bottom: 60px; }
#editoriais .editoriais-title {
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 2px 5px rgba(1, 1, 1, 0.75);
    padding-top: 20px; }
.box-editoriais:hover:after{
    height: 12px;
    width: 12px;
    content: ' ';
    position: absolute;
    left: 50%;
    background: rgba(81, 192, 223, 0);
    background: -moz-linear-gradient(-45deg, rgba(81, 192, 223, 0) 0%, #ff0005 51%, #ff0005 51%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(81, 192, 223, 0)), color-stop(51%, #ff0005), color-stop(51%, #ff0005));
    background: -webkit-linear-gradient(-45deg, rgba(81, 192, 223, 0) 0%, #ff0005 51%, #ff0005 51%);
    background: -o-linear-gradient(-45deg, rgba(81, 192, 223, 0) 0%, #ff0005 51%, #ff0005 51%);
    background: -ms-linear-gradient(-45deg, rgba(81, 192, 223, 0) 0%, #ff0005 51%, #ff0005 51%);
    background: linear-gradient(135deg, rgba(81, 192, 223, 0) 0%, #ff0005 51%, #ff0005 51%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51c0df', endColorstr='#51c0df', GradientType=1);
    margin-top: -2%;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
}
.active .box-editoriais:after{
    height: 12px;
    width: 12px;
    content: ' ';
    position: absolute;
    left: 50%;
    background: rgba(81, 192, 223, 0);
    background: -moz-linear-gradient(-45deg, rgba(81, 192, 223, 0) 0%, #ff0005 51%, #ff0005 51%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(81, 192, 223, 0)), color-stop(51%, #ff0005), color-stop(51%, #ff0005));
    background: -webkit-linear-gradient(-45deg, rgba(81, 192, 223, 0) 0%, #ff0005 51%, #ff0005 51%);
    background: -o-linear-gradient(-45deg, rgba(81, 192, 223, 0) 0%, #ff0005 51%, #ff0005 51%);
    background: -ms-linear-gradient(-45deg, rgba(81, 192, 223, 0) 0%, #ff0005 51%, #ff0005 51%);
    background: linear-gradient(135deg, rgba(81, 192, 223, 0) 0%, #ff0005 51%, #ff0005 51%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51c0df', endColorstr='#51c0df', GradientType=1);
    margin-top: -2%;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
}

.videos-home{
    margin-top: 60px; 
    min-height: auto;
    text-align: center;
}

.videos-home iframe{
    width: 100%;
    height: 300px;
}

.videos-home .ver-todos{
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    background-color: #ff4d51;
    border-radius: 3px;
    font-size: 16px;
    padding: 11px 30px;
    margin-top: 20px;
    margin-bottom: 40px;
    transition: 0.3s ease;
}

.videos-home .ver-todos:hover, .videos-home .ver-todos:focus{
    background-color: #f94044;
    text-decoration: none;
}

.videos-home .ver-todos img{
    margin-left: 3px;
    margin-top: -2px;
}

.box-galery {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .box-galery {
    padding: 15px;
  }
}
.box-galery img {
  border-radius: 6px;
  width: 100%;
  border: 1px solid #c2c2c2;
}
.box-galery .box-detalhes {
  width: 0%;
  background-color: #b01d1c;
  position: absolute;
  height: 305px;
  max-height: 315px;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  overflow: hidden;
}
.box-galery:hover .box-detalhes {
  width: 49%;
}

.alfabeto {
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .alfabeto {
    padding: 0 15px;
  }
}
.alfabeto .all-portfolio {
  background-color: #e9e9e9;
}
.alfabeto .filter {
  display: inline-block;
  float: left;
  margin-bottom: 20px;
}
.alfabeto .text-filter {
  float: left;
  margin-left: 15px;
}
.alfabeto .height-box {
  overflow: hidden;
  height: 0;
  display: inline-block;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.alfabeto .height-box.aberto {
  display: block;
  height: auto;
  clear: both;
  text-align: center;
}
.alfabeto .height-box .option {
  float: left;
}
.alfabeto .height-box .option a {
  background-color: #f7f7f7;
  padding: 10px 20px;
  border-radius: 3px;
  display: block;
}
.alfabeto a {
  text-transform: uppercase;
  color: #cccccc;
  font-size: 14px;
  padding-right: 12px;
  padding-left: 12px;
  text-align: center;
  font-family: Roboto;
  font-weight: 600;
  padding: 10px;
  border-radius: 5px;
  margin-right: 20px;
}
.alfabeto a.active {
  color: #e30000;
}
.alfabeto a.ativada {
  background-color: yellow;
  border-radius: 5px;
  color: #fff;
  padding: 4px 8px;
  margin: 0 3px;
}

.album-nome {
  margin-left: 35px;
  margin-top: 45px;
  max-width: 80px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .album-nome {
    text-align: center;
    color: black;
    max-width: 100%;
    margin: 12px 0;
  }
}

.box-internal-galery {
  margin-bottom: 30px;
}
.box-internal-galery img {
  width: 100%;
  border-radius: 4px;
}
.box-internal-galery .box-light {
  width: 100%;
  background-color: #2c2c2c;
  position: absolute;
  height: 0%;
  max-width: 360px;
  max-height: 312px;
  -webkit-transition: .2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  overflow: hidden;
  border-radius: 5px;
}
.box-internal-galery .box-light .plus-icon {
  max-width: 50px;
  max-height: 50px;
  display: block;
  margin: 0 auto;
  margin-top: 45%;
  transform: translateY(-50%);
}
.box-internal-galery:hover .box-light {
  
}

.bottom {
  position: absolute;
  bottom: 25px;
  left: 70px;
}
.bottom img {
  max-width: 40px;
  max-height: 40px;
  border: 0;
}


#map .state {
  cursor: pointer;
  outline: none; }

#map .state:active {
  outline: none; }

#map .state .shape {
  cursor: pointer;
  -width: 0; }

#map .state .label_icon_state {
  fill: #fff;
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  line-height: 12px;
  font-weight: normal; }

#map .state .label_state {
  display: none;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold; }

#map .state:hover .label_state,
#map .state.hover .label_state {
  display: block; }

#map .state .shape {
  fill: #d9d9d9;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -khtml-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1); }

#map .state .icon_state {
  fill: #404040; }

#map .state .label_icon_state {
  fill: #fff; }

#map .state .label_state {
  fill: #666; }

#map .state:hover .shape {
  fill: #b01d1c; }

#map .state:hover .icon_state {
  fill: #b01d1c; }

#map .state.is-active .shape,
#map .state.is-active .icon_state {
  fill: #db413b; }

@media all and (max-width: 470px) {
  .box-mapa {
    text-align: center;
    overflow: auto;
    margin-bottom: 1rem;
    background-color: #f8f8f8; }

  .box-mapa #map {
    width: 470px;
    -webkit-transform: scale(0.9);
    -khtml-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); } 
}

.pagina-mapa{
    padding-bottom: 60px;
}

.pagina-mapa{
    font-size: 16px;
    font-weight: 200;
}

.pagina-mapa h3.title{
    margin: 0;
}

#render-list {
  margin-top: 1rem;
}

#render-list .title {
  padding: 16px;
  background-color: #b01d1c;
  color: #fff;
}

.table-flat {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #d9d9d9;
  text-align: center; }

.table-flat td {
  padding: 8px; }

.table-flat th {
  background-color: #d9d9d9;
  font-weight: bold;
  padding: 12px 8px;
  text-transform: uppercase; }

.table-flat tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 48px;
  font-size: 13px; }

.table-flat tbody tr:nth-of-type(2n+1) {
  background-color: #f6f6f6; }

/* Table orçamento */
.table-flat .orc-remove {
  display: block; }

.table-flat .orc-remove svg {
  width: 48px; }

.table-flat .orc-remove:hover svg path {
  fill: #303875; }

@media(max-width: 768px){
    .bg-assistencia{
        min-height: 265px;
        margin-bottom: -155px;
    }
    .bg-assistencia h2{
        font-size: 30px;
        padding-top: 0px;
        margin-bottom: 0px;
    }
    .assistencia-text{
        font-size: 16px;
        padding: 0 15px;
    }
}

.pg-produto-interno .slider-for img{
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 0 5px;
}

.pg-produto-interno .slider-nav{
    width: 100%;
    margin-left: 0;
}

.pg-produto-interno .slider-nav img{
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover; 
    padding: 0 5px;
}

.pg-produto-interno .description{
    margin-top: 40px;
}

@media(max-width: 1023px){
    .pg-produto-interno .info-produto .botao-contato a{
        font-size: 18px;
    }
}

.g-recaptcha{
    margin-bottom: 20px;
}

@media(max-width: 380px){
    .g-recaptcha{
        transform: scale(0.8);
    }
}

@media(max-width: 767px){
    #rodape{
        background-image: none;
        background-color: #6a110b;
    }
    .footer-address{
        padding-left: 0px;
    }
    .bg-admin{
        margin-top: 0px;
    }
}

@media(min-width: 1024px){
    .tecnica-tab .tab-pane p{
        float: left; 
        width: 50%;
    }
}    

.pg-produto-interno .nav-tabs a:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #4a4242;
    top: 11px;
    z-index: 1px;
}

.pg-produto-interno .nav-tabs a span{
    background-color: #f7f7f7;
    padding-right: 15px;
    position: relative;
    z-index: 2;
}