body {
    font-family: neo-sans, sans-serif;
    font-style: normal;
    background-color: #f5f5f5;
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    padding: inherit;
    margin: inherit;
}

a {
    color: inherit !important;
}
/*
nav {
    z-index: 1;
}
*/
.navbar-azul {
    position: relative;
    background-color: #0076B5;
    color: #fff;
    height: 62px;
    font-size: 13px;
    font-family: neo-sans, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.navbar-azul .info-left {
    float: left;
    display: flex;
}
.navbar-azul .idiomas {
    position: relative;
}

.navbar-azul .idioma_atual {
    float: left;
    padding-right: 10px;
    border-right: 1px solid rgba(35, 130, 180);
    cursor: pointer;
}

.navbar-azul .dd-idiomas {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 3px 11px;
    z-index: 2;
    top: 25px;
    left: 0;
    display: none;

}
.navbar-azul .seta-menuazul {
    padding-left: 10px;
}
.navbar-azul .info-left ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.navbar-azul .info-left li {
    padding: 0;
    margin: 0;
}

.navbar-azul .redirecionador {
    position: relative;
    font-size: 13px;
    font-weight: 400;
    padding-left: 10px;
    color: #fff;
    cursor: pointer;

}
.navbar-azul .dd-redirecionador {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 3px 11px;
    z-index: 2;
    top: 25px;
    left: 10px;
    display: none;
}
.navbar-azul .dd-redirecionador li {
    padding: 5px 0;
}
.navbar-azul .dd-redirecionador a {
    font-size: 13px;
    color: #666 !important;
    font-weight: 400;
}

.navbar-azul .redirecionador .site_atual {
    padding-left: 10px;
    color: #fff;
}

.navbar-azul .logo-center {
    position: absolute;
    left: 50%;
    margin-left: -70px !important; /* 50% of your logo width */
    display: block;
}

.navbar-azul .logo-center img {
    margin-right: 30px;
}

.navbar-azul ul li {
    margin-right: 5px;
}

.navbar-azul ul li:last-child {
    margin-right: 0;
}

.navbar-azul a {
    color: #fff;
}



.navbar-branca {
    background-color: #fff;
    color: #333;
    height: 38px;
    font-size: 15px;
    font-family: neo-sans, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.navbar-branca .seta-menu {
    /*margin-left: 10px;*/
    position: absolute;
    top: 18px;
    right: -10px;
}

.navbar-branca ul li {
    margin-right: 50px;
}

.navbar-branca ul li:last-child {
    margin-right: 0;
}

.navbar-branca a {
    color: #333;
}

.navbar-branca .dropdown-item {
    font-size: 13px;
    font-weight: 400;
}

.navbar-blog {
    background-color: #0076B5;
    color: #fff;
    height: 115px;
    font-size: 13px;
    font-family: neo-sans, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.navbar-blog .logo {
    padding: 0 65px 0 15px;
    height: 85px;
    border-right: 1px solid #268ac0;
    margin-right: 50px;
}

.navbar-blog .menu,.navbar-blog .busca, .navbar-blog .menu-itens {
    width: 100%;
}

.navbar-blog .busca input {
    background-color: transparent;
    font-size: 13px;
    color: #fff;
    outline: 0;
    border: 0;
    border-bottom: 1px solid #268ac0;
    font-style: italic;
    padding: 10px 5px;
    width: 240px;
}
.navbar-blog .busca input::placeholder {
    color: #DDD;
}

.navbar-blog .menu-itens {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: left;
}

.navbar-blog .menu-itens ul {
    display: flex;
    justify-content: space-between;
}


.slider {
    height: 550px;
    width: 100%;
    background: url(../img/banner-incepa.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.background-banner {
    background: #444 no-repeat center center;
    background-size: cover;
    color: #fff;
    width: 100%;
}

.banner-img-page {
    height: 550px;
    width: 100%;
    background: no-repeat center center;
    background-size: cover;
    color: #fff;
}

.banner-img-interna {
    padding: 150px 0;
    width: 100%;
    background: no-repeat center center;
    background-size: cover;
    color: #fff;
}

.banner-color-page {
    height: 170px;
    width: 100%;
    background-color: #444;
    color: #fff;
}


.breadcrumbs {
    font-size: 11px;
    font-weight: 500;
    color: #999;
    padding-top: 10px;
}

.breadcrumbs ul {
    margin: 0;
    padding: 0 0 12px 0;
    border-bottom: 1px solid #e1e1e1;
    list-style: none;
    display: flex;
}

.breadcrumbs ul li {
    padding-right: 10px;
}

/* home */

.page-home h2, .page-home p {
    margin: 0;
}
.page-home .box-busca {
    margin-top: 50px;
    margin-bottom: 50px;
}
.page-home .busca {
    background-color: #fff;
    height: 285px;
    width: 100%;
}

.page-home .box-destaque-titulo {
    margin-top: 50px;
    margin-bottom: 30px;
}

.page-home .box-destaque-titulo .titulo {
    font-size: 30px;
    margin-bottom: 10px;
}

.page-home .box-destaque-titulo .texto {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
}

.page-home .item-lancamento, .page-home .item-produto {
    background-color: #fff;
    border: 1px solid #fff;
}

.page-home .bordinha-azul {
    width: 20px;
    height: 1px;
    background-color: #0076b5;
    margin: 0 auto 15px auto;
}

.page-home .item-lancamento img {
    width: 100%;
}

.page-home .item-lancamento .titulo {
    margin: 20px 0;
    text-align: center;
}

.page-home .item-lancamento .circulos {
    margin-bottom: 20px;
    text-align: center;
}

.page-home .item-lancamento .circulos .circulo {
    width: 50px;
    height: 50px;
    margin: 0 5px;
    padding: 2px;
    display: inline-block;
    border-radius: 100px;
    border: 1px solid #e1e1e1;
}

.page-home .item-lancamento .circulos .circulo img {
    border-radius: 100px;
}

.page-home .item-produto img {
    width: 100%;
}

.page-home .item-produto .titulo {
    margin: 15px 0 25px 0;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 500;
}

.page-home .item-produto .linha {
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
}


.page-home .box-destaque-navegacao {
    margin-top: 30px;
}

.lista-catslider ul {
    padding: 0;
    margin: 0;
}

.lista-catslider ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 15px;
}

.page-home .lista-catslider ul li a, .page-produto .lista-catslider ul li a {
    color: #0076b5;
}

.lista-catslider ul li.item-atual {
    border: 1px solid #999;
    border-radius: 100px;
    background-color: #fff;
    padding: 7px 20px;
}

.lista-catslider ul li.item-atual a {
    color: #999;
}

.page-home .box-destaque-navegacao .borda-cinza {
    flex: 1;
}

.page-home .box-destaque-navegacao .botoes img {
    margin: 0 15px;
    width: 30px;
    height: 30px;
}

.page-home .box-descubra {
    margin-top: 60px;
    margin-bottom: 50px;
    color: #fff;
}

.page-home .box-descubra .titulo {
    margin-top: 210px;
    font-size: 45px;
    font-weight: 500;
    letter-spacing: 13px;
}

.page-home .box-descubra .texto {
    margin-top: 15px;
    font-size: 25px;
    font-weight: 300;
}

.page-home .box-descubra .botao {
    display: inline-block;
    margin-top: 60px;
    margin-bottom: 160px;
    padding: 10px 30px;
    font-size: 13px;
    background-color: #0076b5;
    border-radius: 5px;
}


    /* fale conosco */

.pag-fale-conosco .box-duvidas {
    padding: 40px 0;
}

.pag-fale-conosco .box-duvidas p {
    margin: 0;
    font-size: 30px;
}

.pag-fale-conosco .box-telefones {
    padding-bottom: 40px;
    font-size: 16px;
}

.pag-fale-conosco .box-telefones strong {
    font-weight: 500
}

.pag-fale-conosco .box-telefones p {
    margin-bottom: 0;
}

.pag-fale-conosco .box-telefones .btn {
    margin-top: 30px;
    padding: 10px 20px;
    font-size: 14px;
    color: #0076b5;
    border-color: #0076b5;
    border-radius: 5px;
}

.pag-fale-conosco .banner-content h1 {
    font-size: 45px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 13px;
    text-transform: uppercase;
}

/*assistencia tecnica */

.page-assistencia .banner-content h1 {
    margin: 150px auto 200px auto;
    font-size: 45px;
    line-height: 1;
    letter-spacing: 15px;
    text-transform: uppercase;
}

.page-assistencia .lista-subpaginas ul {
    padding: 0;
    margin: 35px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
}

.page-assistencia .lista-subpaginas ul li {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 25px;
    margin-bottom: 15px;
}

.page-assistencia .lista-subpaginas ul li a {
    color: #0076b5;
    white-space: nowrap;
}

.page-assistencia .lista-subpaginas ul li.current_page_item {
    border: 1px solid #999;
    border-radius: 100px;
    background-color: #fff;
}

.page-assistencia .lista-subpaginas ul li.current_page_item a {
    color: #999;
}

.page-assistencia .titulo * {
    font-size: 30px;
    font-weight: 400;
    padding: 50px 0;
}


.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.accordion-assistencia {
    background-color: #fff;
    margin-bottom: 25px;
    padding: 20px 30px;
}

.accordion-assistencia .accordion-title {
    font-size: 30px;
}
.accordion-assistencia .accordion-title.collapsed {
    color: #0076b5;
}

.accordion-assistencia .accordion-content {
    padding-top: 30px;
}
.accordion-assistencia .accordion-content .accordion-section {
    border-top: 1px solid #e1e1e1;
    padding: 20px 0;
}

/* onde encontrar */

.container.page-encontrar {
    min-height: 50px;
    margin-top: 200px;
}
.page-encontrar .banner-content h1 {
    margin: 150px auto 200px auto;
    font-size: 45px;
    line-height: 1;
    letter-spacing: 15px;
    text-transform: uppercase;
}

.page-encontrar .box-busca {
    padding: 20px 10px;
}

.page-encontrar .chamada-ondeencontrar {
    font-size: 20px;
    font-family: neo-sans, sans-serif;
    font-weight: 500;
}

.page-encontrar label {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #333333;
    text-transform: uppercase;
}

.page-encontrar #result {
    margin-top: 75px;
}

.page-encontrar .divisoria {
    border-top: 1px solid #0076b5;
    width: 30px;
    height: 100%;
    float: left;
    margin-top: 15px;
    margin-right: 20px;
}
.page-encontrar .nome-loja {
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}
.page-encontrar .endereco-loja {
    font-size: 12px;
    color: #666666;
    letter-spacing: 0.1em;
}


/* catalogo */


/*assistencia tecnica */
.page-catalogo .banner-content h1 {
    margin: 150px auto 200px auto;
    font-size: 45px;
    line-height: 1;
    letter-spacing: 15px;
    text-transform: uppercase;
}

.page-catalogo .titulo {
    margin: 50px 0;
}

.page-catalogo .titulo h2 {
    font-size: 16px;
    color: #666666;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
}

.page-catalogo .titulo p {
    font-size: 30px;
    color: #333333;
    text-align: center;
    padding: 0 230px;
}


.page-catalogo .lista-subpaginas ul {
    padding: 0;
    margin: 35px 0;
}

.page-catalogo .lista-subpaginas ul li {
    display: inline;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 25px;
}

.page-catalogo .lista-subpaginas ul li a {
    color: #0076b5
}

.page-catalogo .lista-subpaginas ul li.current-cat {
    border: 1px solid #999;
    border-radius: 100px;
    background-color: #fff;
}

.page-catalogo .lista-subpaginas ul li.current-cat a {
    color: #999;
}

.page-catalogo .pd-boxdownload {
    margin-bottom: 20px;
}

.page-catalogo .box-download {
    background-color: #fff;
    padding: 20px;
    font-weight: 500;
    font-size: 14px;
}

.page-catalogo .box-download .titulo-download {
    flex: 1;
    font-size: 16px;
    color: #333;
    padding: 0 15px;
}

.page-catalogo .box-download .botao-download {
    padding: 10px 20px;
    font-size: 14px;
    color: #0076b5;
    border: 1px solid #0076b5;
    border-radius: 5px;
}

.page-catalogo .box-download .botao-download img {
    margin-right: 10px;
}

/* a incepa */

.page-incepa img {
    max-width: 100%;
}

.page-incepa .box-incepa .titulo {
    font-size: 18px;
    font-weight: 500;
    color: #0076b5;
    margin-top: 65px;
    margin-bottom: 0;
}

.page-incepa .box-incepa .subtitulo {
    margin-bottom: 60px
}

.page-incepa .box-incepa .texto {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    padding: 0 190px;
    margin-bottom: 125px;
}

.page-incepa .box-compromissos {
    margin-bottom: 120px;
}

.page-incepa .box-compromissos .bordinha-azul {
    margin: 35px 60px 0 60px;
    width: 30px;
    height: 100%;
    border-top: 1px solid #0076b5;
    float: left;
}

.page-incepa .box-compromissos .titulo {
    margin-top: 20px;
    margin-bottom: 60px;
    font-size: 30px;
    text-transform: uppercase;
}

.page-incepa .box-compromissos .texto p {
    font-size: 16px;
    color: #333;
    line-height: 1.7;
}

.page-incepa .box-compromissos .texto a {
    font-size: 13px;
    font-weight: 500;
    color: #0076b5;
    text-transform: uppercase;
}


.page-incepa .box-anos {
    color: #fff;
}

.page-incepa .box-anos .titulo {
    margin-top: 145px;
    margin-bottom: 20px;
    font-size: 30px;
    text-transform: uppercase;
}

.page-incepa .box-anos .subtitulo {
    margin-bottom: 45px;
    font-size: 14px;
}

.page-incepa .box-anos .botao-play {
    margin-bottom: 125px;
}

.page-incepa .box-mvv {
    margin-bottom: 125px;
}

.page-incepa .box-mvv .box-item {
    background-color: #fff;
    padding: 30px 30px 30px 20px;
    min-height: 280px;
    height: fit-content;
    display: flex;
}

.page-incepa .box-mvv .box-item .bordinha-azul {
    margin: 10px 20px 0 0;
    min-width: 30px;
    height: 100%;
    border-top: 1px solid #0076b5;
}

.page-incepa .box-mvv .titulo {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 30px;
}

.page-incepa .box-mvv .texto {
    font-size: 16px;
    color: #666;
}

.page-incepa .box-roca {
    margin-bottom: 120px;
}

.page-incepa .box-roca .fundo {
    position: absolute;
    right: 0;
    max-width: none;
}

.page-incepa .box-roca .titulo {
    margin-top: 10px;
    margin-bottom: 50px;
    color: #333;
    font-size: 30px;
    text-transform: uppercase;
}

.page-incepa .box-roca .texto p {
    font-size: 16px;
    color: #333;
    line-height: 1.7;
}

.page-incepa .box-roca .texto a {
    font-size: 13px;
    font-weight: 500;
    color: #0076b5;
    text-transform: uppercase;
}

.page-incepa .box-roca .bordinha-azul {
    margin: 30px 60px 0 60px;
    width: 30px;
    height: 100%;
    border-top: 1px solid #0076b5;
    float: left;
}


.page-incepa .box-inovacao .titulo {
    font-size: 30px;
    color: #333;
}

.page-incepa .box-inovacao .img {
    margin: 60px auto;
}

.page-incepa .box-inovacao .texto {
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
    padding: 0 190px;
    margin-bottom: 125px;
    color: #333;
}

.page-incepa .box-inovacao .texto a {
    font-size: 13px;
    font-weight: 500;
    color: #0076b5;
    text-transform: uppercase;
}

/* pagina sustentabilidade */

.page-sustentabilidade .box-banner {
    color: #fff;
}

.page-sustentabilidade .box-banner .titulo {
    margin-top: 110px;
    font-size: 45px;
    font-weight: 500;
    letter-spacing: 13px;
    line-height: 1;
    text-transform: uppercase;
}

.page-sustentabilidade .box-banner .subtitulo {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
}

.page-sustentabilidade .box-banner .texto {
    margin-top: 60px;
    font-size: 16px;
}

.page-sustentabilidade .box-banner .chamada {
    margin-top: 140px;
    font-size: 16px;
}

.page-sustentabilidade .box-banner .botao {
    margin-top: 20px;
    margin-bottom: 40px;
}

.page-sustentabilidade .box-itens {
    margin-top: 50px;
}

/* sustentabilidade interna */

.page-sustentabilidade-interna .box-banner {
    color: #fff;
}

.page-sustentabilidade-interna .box-banner .titulo {
    margin-top: 150px;
    margin-bottom: 190px;
    font-size: 45px;
    font-weight: 500;
    letter-spacing: 13px;
    line-height: 1;
    text-transform: uppercase;
}

.page-sustentabilidade-interna .lista-subpaginas {
    margin-top: 30px;
    margin-bottom: 50px;
}
.page-sustentabilidade-interna .lista-subpaginas ul {
    padding: 0;
    margin: 0 auto;
}

.page-sustentabilidade-interna .lista-subpaginas ul li {
    display: inline;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 25px;
}

.page-sustentabilidade-interna .lista-subpaginas ul li a {
    color: #0076b5
}

.page-sustentabilidade-interna .lista-subpaginas ul li.current_page_item {
    border: 1px solid #999;
    border-radius: 100px;
    background-color: #fff;
}

.page-sustentabilidade-interna .lista-subpaginas ul li.current_page_item a {
    color: #999;
}

.page-sustentabilidade-interna .box-conteudo {
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
    padding: 30px 0 0 0;
}
.page-sustentabilidade-interna .box-conteudo img {
    max-width: 100%;
    height: auto;
}

.page-sustentabilidade-interna .box-conteudo h2 {
    font-size: 30px;
    color: #333333;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 30px;
}

.page-sustentabilidade-interna .box-conteudo p {
    line-height: 1.8;
    margin-bottom: 30px;
    text-align: justify;
}
.page-sustentabilidade-interna .box-conteudo .text-center p {
    text-align: center;
}

.page-sustentabilidade-interna .box-objetivos {
    margin-bottom: 30px;
}
.page-sustentabilidade-interna .box-objetivos .borda-cinza {
    flex: 1;
}
.page-sustentabilidade-interna .box-objetivos .mensagem {
    padding: 0 15px;
    color: #666;
    line-height: 2;
}

.page-sustentabilidade-interna .box-acoes-sustentaveis hr {
    margin-top: 60px;
    margin-bottom: 40px;
}

.page-sustentabilidade-interna .box-acoes-sustentaveis .titulo {
    font-size: 30px;
    color: #333333;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 40px;
}

.page-sustentabilidade-interna .item-objetivo {
    display: inline-block;
    margin-right: 20px;
}
.page-sustentabilidade-interna .item-objetivo img {
    margin-bottom: 10px;
}

.page-sustentabilidade-interna .item-objetivo a {
    font-size: 14px;
    font-weight: 600;
}


.box-acao-sustentavel .card-title {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    margin: 0;
}

.box-acao-sustentavel .card-body hr {
    width: 20px;
    margin: 15px auto;
    border-color: #0076b5;
    border-width: 2px;
}

.box-acao-sustentavel .card-text {
    font-size: 16px;
    text-align: center;
}


    /* pagina showroom */

.page-showroom .box-banner {
    color: #fff;
}

.page-showroom .box-banner .titulo {
    margin-top: 190px;
    font-size: 45px;
    font-weight: 500;
    letter-spacing: 13px;
    line-height: 1;
    text-transform: uppercase;
}

.page-showroom .box-banner .texto {
    margin-top: 20px;
    font-size: 18px;
}

.page-showroom .box-banner .play {
    margin-top: 35px;
}

.page-showroom .box-banner .matterport {
    margin-top: 145px;
    margin-bottom: 30px;
}
.page-showroom .box-visite {
    margin-top: 30px;
}
.page-showroom .box-visite .titulo {
    font-size: 30px;
    line-height: 1;
}
.page-showroom .box-visite .endereco {
    font-size: 16px;
    margin-top: 25px;
}
.page-showroom .box-visite .link-novidades {
    font-size: 13px;
    color: #0076b5;
}

.page-showroom .box-imagens {
     margin-top: 40px;
}

.page-showroom .box-imagens img {
    margin-bottom: 30px;
}

    /* blog */

.page-blog {
    padding: 40px 30px;
    background-color: #fff;
    color: #333333;
}
.page-blog img {
    max-width: 100%;
}
.page-blog a {
    color: inherit;
}

.page-blog .box-home .titulo {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 40px;
}

.page-blog .box-home hr {
    margin-top: 20px;
    margin-bottom: 40px;
}

.page-blog .box-posts .categoria {
    font-size: 14px;
    color: #0076b5;
    text-transform: uppercase;
}

.page-blog .box-posts .titulo {
    font-size: 22px;
    padding-bottom: 20px;
}

.page-blog .box-posts-vertical .imagem {
    margin-bottom: 20px;
}

.page-blog .box-posts-vertical .categoria {
    margin-bottom: 10px;
}

.page-blog .box-posts-vertical .titulo {
    padding-bottom: 20px;
}

.page-blog .box-posts-horizontal {
    display: flex;
    flex-direction: row;
    margin-bottom: 60px;
}
.page-blog .box-posts-horizontal .categoria {
    margin-bottom: 10px;
}
.page-blog .box-posts-horizontal .textos {
    padding-left: 30px;
    flex: 1;
}

.page-blog .box-banner img {
    margin: 30px 0;
}

/* post */
.page-post {
    background-color: #fff;
}
.page-post a {
    color: inherit;
}

.page-post .box-post .categoria {
    margin-top: 35px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #0076b5;
}

.page-post .box-post .titulo {
    width: 100%;
    max-width: 730px;
    margin: 0 auto 30px auto;
    font-size: 40px;
    color: #333333;
    text-align: center;
    font-weight: 500;
    line-height: 1.3;
}

.page-post .box-post .imagem {
    margin-bottom: 30px;
}

.page-post .box-post .conteudo {
    width: 100%;
    max-width: 730px;
    margin: 0 auto 30px auto;
}

.page-post .box-post .conteudo img {
    height: auto;
}

.page-post .box-post .post-info {
    margin-bottom: 30px;
    font-size: 14px;
    color: #ccc;
    font-style: italic;
}

.page-post .box-post .autor {
    display: inline-block;
    color: #0076b5;
}

.page-post .box-post .texto {
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

.page-post .box-post .texto a {
    color: #0076b5 !important;
}

.page-post .box-post .texto a:hover {
    text-decoration: underline;
}

.page-post .box-post .texto h2 {
    font-size:30px;
    margin: 10px 0;
    font-weight: bolder;
}

.page-post .box-post .texto h3 {
    font-size:25px;
    margin: 7px 0;
}




.item-linha {
    background-color: #fff;
    border: 1px solid #fff;
    margin-bottom: 35px;
}

.bordinha-azul {
    width: 20px;
    height: 1px;
    margin: 0 auto 15px auto;
}

.item-linha img {
    width: 100%;
}

.item-linha .titulo {
    margin: 20px 0;
    text-align: center;
}

.item-linha .circulos {
    margin-bottom: 20px;
    text-align: center;
}

.item-linha .circulos .circulo {
     position: relative;
    width: 50px;
    height: 50px;

    margin: 0 5px;
    padding: 2px;
    display: inline-block;
    border-radius: 100px;
    border: 1px solid #e1e1e1;
}

.item-linha .circulos .circulo span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #fff;
    width: 95%;
    line-height: 48px;
    font-weight: 300;
}

.item-linha .circulos .circulo img {
    border-radius: 100px;
}

.item-produto {
    background-color: #fff;
    border: 1px solid #fff;
    height: 100%;
}
.wrapper-produto {
    margin-bottom: 30px;
}

.item-produto img {
    width: 100%;
}

.item-produto .titulo {
    margin: 15px 0 10px 0;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 500;
}

.item-produto .linha {
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
}

.caracteristica-label {
    color: #666666;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.produto-label {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
}

.produto-info {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

.produto-caracteristicas {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 30px;
}

.produto-caracteristicas hr {
    margin-top: 15px;
    margin-bottom: 45px;
}

.page-produto-interna .box-destaque-titulo {
    margin-top: 25px;
    margin-bottom: 30px;
}
.page-produto-interna .box-destaque-titulo .link-linha {
    color: #0076b5;
    font-size: 13px;
    width: 100%;
}

.page-produto-interna .box-destaque-titulo .titulo {
    font-size: 30px;
    color: #333333;
    margin-bottom: 10px;
}

.page-produto-interna .box-destaque-titulo .tipo_produto {
    font-size: 16px;
    text-transform: uppercase;
    color: #666666;
    display: inline-block;
}
.page-produto-interna .box-destaque-titulo .codigo_produto {
    margin-left: 30px;
    font-size: 14px;
    color: #999999;
    display: inline-block;
}

.page-produto .box-destaque-titulo {
    margin-top: 30px;
    margin-bottom: 50px;
}

.page-produto .box-destaque-titulo .titulo {
    font-size: 30px;
    margin-bottom: 10px;
}

.page-produto .box-destaque-titulo .texto {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
}

.page-produto-linha .box-sobre-serie {
    margin-top: 25px;
    margin-bottom: 40px;
    color: #333333;
}
.page-produto-linha .box-sobre-serie .titulo {
    font-size: 30px;
}

.page-produto-linha .box-sobre-serie .texto {
    font-size: 16px;
}

.page-produto-linha .box-sobre-serie .bordinha-azul {
    margin: 12px 30px 0 0;
    width: 30px;
    height: 100%;
    border-top: 2px solid #0076b5;
    float: left;
}

.page-produto-linha .background-banner h1 {
    margin-top: 100px;
    margin-bottom: 150px;
    font-size: 100px;
    text-transform:capitalize;
}


.page-produto .background-banner h1 {
    margin-top: 55px;
    margin-bottom: 75px;
    font-size: 45px;
    font-weight: 500;
    letter-spacing: 13px;
    line-height: 1;
    text-transform:uppercase;
}

/* busca produtos */



.busca-sidebar .filtro-busca {
    border-top: 5px solid #0076B5;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    padding: 20px 0;
}

.busca-sidebar .filtro-busca .filtro-item {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 10px;
}
.busca-sidebar .filtro-busca .filtro-item a {
    margin: 0 5px 0 0;
    line-height: 16px;
    display: inline-block;
}
.busca-sidebar .filtro-busca .filtro-item img {
    height: 13px;
}

.busca-sidebar .nova-busca {
    border-top: 1px solid #000;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    padding: 20px 0;
}

.busca-sidebar .nova-busca .titulo {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}


.box-busca { background-color: #fff; }
.box-busca label {
    margin-bottom: 10px;
    font-size: 12px;
    color: #333333;
    text-transform: uppercase;
}

.box-busca select {
    font-size: 13px;
    font-style: italic;
    color: #a1a1a1;
}

.page-home .box-busca .texto-chamada {
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    padding: 20px 15px;
    line-height: 1.3;
}

/* footer */

footer {
    margin-top: 100px;
}

footer .footer-menu {
    background-color: #fff;
    padding: 40px 0 30px 0;
}

footer .footer-menu p {
    font-family: neo-sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #666666;
}

footer .footer-menu p strong {
    color: #333;
}

footer .footer-copyright {
    background-color: #333;
    padding: 25px 0;
}

footer .footer-copyright p {
    font-family: neo-sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
}
.menu-hamburguer {
    display: none;
}

/* MOBILE */

@media screen and (max-width: 1280px) {
    .navbar-branca ul li {
        margin-right: 25px;
    }
}
@media screen and (max-width: 992px) {
    .navbar-azul .logo-center {
        order:1;
        display: flex;
        position: relative;
        margin-left: 0 !important;
        left: 0;
    }
    .navbar-azul .info-left {
        order: 2;
    }
    .menu-hamburguer {
        display: block;
    }

    .page-incepa .box-incepa .texto {
        padding: 0;
        margin-bottom: 20px;
    }
    .page-incepa .box-compromissos {
        margin-bottom: 20px;
    }
    .page-incepa .box-compromissos .bordinha-azul {
        display: none;
    }
    .page-incepa .box-compromissos .titulo {
        text-align: center;
        margin-bottom: 20px;
    }
    .page-incepa .box-mvv .box-item {
        height: auto;
        margin-bottom: 20px;
    }
    .page-incepa .box-mvv {
        margin-bottom: 20px;
    }
    .page-incepa .box-roca .fundo {
        position: relative;
    }
    .page-incepa .box-roca .bordinha-azul {
        display: none;
    }
    .page-incepa .box-roca .titulo {
        text-align: center;
        margin-bottom: 20px;
    }
    .page-incepa .box-roca {
        margin-bottom: 20px;
    }
    .page-incepa .box-inovacao .texto {
        padding: 0;
    }
    .page-incepa .box-inovacao .img {
        margin: 20px auto;
    }
    .page-incepa .box-inovacao .texto {
        margin-bottom: 20px
    }


    .page-catalogo .titulo p {
        padding: 0;
    }
    .page-catalogo .lista-subpaginas ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .page-sustentabilidade .box-banner .titulo {
        font-size: 30px;
        letter-spacing: 5px;
        margin-top: 50px;
    }
    .page-sustentabilidade .box-banner .texto {
        margin-top: 20px;
    }
    .page-sustentabilidade .box-banner .chamada {
        margin-top: 50px;
    }
    .box-acao-sustentavel .card {
        margin: 0 auto;
    }

    .page-sustentabilidade-interna .box-banner .titulo {
        font-size: 30px;
        letter-spacing: 5px;
        margin: 50px auto;
    }
    .page-sustentabilidade-interna .lista-subpaginas {
        margin: 20px 0;
    }

    .page-sustentabilidade-interna .lista-subpaginas ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .page-sustentabilidade-interna .box-acoes-sustentaveis hr {
        margin: 20px 0;
    }




    footer { margin-top: 20px; }
}

@media screen and (max-width: 500px) {
    .navbar-azul .logo-center {
        width: 100%;
    }
    .navbar-azul .logo-center a {
        margin: 0 auto !important;
    }
    .navbar-azul .logo-center a img {
        margin: 0;
    }
    .navbar-azul .info-left {
        display: none;
    }
}


/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0, 118, 181); /* Black fallback color */
    background-color: rgba(0, 118, 181,0.95); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 0; /* 25% from the top */
    width: 100%; /* 100% width */
    height: 100%;
    text-align: center; /* Centered text/links */
    padding: 25px 0;
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #aaa;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    font-size: 40px;
    line-height: 40px;
    z-index: 100;
}


/* sliders */

.swiper-container, .swiper-container-home, .swiper-container-blog {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-container-home, .swiper-container-blog {
    background-color: #000;
}
.swiper-slide-produto {
    background-size: cover;
    background-position: center;
    background-color: #fff;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

.slider-overlay {
    /*background-color: rgba(0, 0, 0, 0);*/
}

.slider-home-titulo {
    width: 100%;
    font-family: Roca, sans-serif;
    font-weight: 600;
    font-size: 45px;
    color: #FFF;
}

.slider-home-botao {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 35px;
    letter-spacing: 1px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: Roca, sans-serif;
    background-color: rgba(0, 0, 0, 0.2);
}
.slider-home-botao:hover {
    color: #FFF;
    text-decoration: none !important;
    background-color: rgba(0, 0, 0, 0.5);
}

.slider-home-paginacao .swiper-pagination-bullet {
    font-family: Roca, sans-serif;
    font-size: 15px;
    padding-bottom: 5px;
    width: 40px;
    height: auto;
    background: none;
    border-bottom: 3px solid #fff;
    border-radius: 0;

}

.slider-blog-titulo {
    margin: 15% auto 0 auto;
    max-width: 400px;
    text-align: center;
    padding: 20px 30px;
    font-family: Roca, sans-serif;
    font-size: 24px;
    font-weight: 200;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.7);
}


.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    margin-top: 20px;
}

.gallery-thumbs .swiper-slide {
    width: 60px !important;
    height: 60px;
    margin-right: 20px;
    opacity: 0.4;
    border: 1px solid #0b2e13;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}


.swiper-container-home .swiper-button-prev::after,
.swiper-container-home .swiper-button-next::after,
.swiper-container-blog .swiper-button-prev::after,
.swiper-container-blog .swiper-button-next::after,
.swiper-container .swiper-button-prev::after,
.swiper-container .swiper-button-next::after {
    display: none;
}

.swiper-container-home .swiper-button-next,
.swiper-container-blog .swiper-button-next,
.swiper-container .swiper-button-next {
    right: 5%;
}
.swiper-container-home .swiper-button-prev,
.swiper-container-blog .swiper-button-prev,
.swiper-container .swiper-button-prev{
    left: 5%;
}


.slider.slider-mobile {
    height: auto !important;
    overflow: auto;
}
.slider-mobile .swiper-wrapper {
    height: auto;
}
.slider-mobile .swiper-container-home {
    height: auto;
}


/* busca produtos */

.btn-busca-produto {
    display: inline-block;
    padding: 10px 50px;
    font-size: 16px;
    letter-spacing: 1px;
    background-color: #0076b5;
    border-radius: 5px;
    color: #FFF;
    border: 0;
}

.box-busca .box-formulario {
    padding: 20px 15px;
}

/**/

.download-buttons{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .download-buttons{
        flex-direction: row;
    }
}

.btn-download-img {
    background-color: #0288C3;
    border-radius: 10px;
    float: right;
    font-weight: 400;
    letter-spacing: 0;

    padding: 7px 25px;
    color: #FFF;
}

.btn-download-img button{
    background-color: unset;
    border: none;
    color: #fff;
}

.btn-download-img .btn-principal img {
    height: 13px;
    margin-right: 5px;
}

.btn-download-img .btn-menu .download-item {
    padding: 10px 0 10px 15px;
}

.btn-download-img .btn-menu {
    display: none;
    padding: 10px 5px;
}
.btn-download-img:hover .btn-menu {
    display: block;
}

.page-assistencia .btn-primary {
    font-size: 14px;
    color: #FFF !important;
}


@media screen and (max-width: 992px) {

}

.inputFile { position: relative; width: 100%; height: 70px; }
.inputFile .arq-nomes { position: absolute; top: 40px; left: 40px; }
.inputFile .wpcf7-form-control-wrap { width: 100%; display: block; height: 50px; }
.inputFile input[type="file"] { width: 100%; opacity: 0; position: relative; height: 50px; position: absolute; left: 0; top: 0; cursor: pointer; }
.inputFile:before { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #e1e1e1; pointer-events: none; }
.inputFile:after { content: "\01F4C1"; position: absolute; left: 0; top: 40px; pointer-events: none; }
.aceite .wpcf7-list-item { margin: 0 !important; }
.wpcf7-radio .wpcf7-list-item.first { margin: 0 !important; }

.form-assistencia { display: none; }
.form-assistencia .inp-pf { display: none; }
.form-assistencia .inp-pj { display: none; }
.form-assistencia .inp-revenda { display: none; }
.form-assistencia .inp-outro { display: none; }
.form-assistencia .inp-assentado { display: none; }

.form-assistencia.on { display: flex; }
.form-assistencia .inp-pf.on { display: inline-block; }
.form-assistencia .inp-pj.on { display: inline-block; }
.form-assistencia .inp-revenda.on { display: block; }
.form-assistencia .inp-outro.on { display: block; }
.form-assistencia .inp-assentado.on { display: block; }

.box-sobre-serie .botao-download {
    padding: 10px 20px;
    font-size: 14px;
    color: #0076b5;
    border: 1px solid #0076b5;
    border-radius: 5px;
}

.box-sobre-serie .botao-download img {
    margin-right: 10px;
}

/* NEW MENU */
.newMenu{
  padding: 15px 0;
  font-family: neo-sans, sans-serif;
}

.newMenu-open{
  background: rgba(0, 118, 181,0.95);
  position: absolute; z-index: 100; min-height: 100vh;

}

  .newMenu .container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .newMenu h1{
    padding: 0; margin: 0;
  }

    .newMenu h1 img{
      min-width: 190px;
      object-fit: contain; object-position: center;
    }

  .newMenu .container ul{
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
    max-height: 0;
    transition: 0.3s;
    overflow: hidden;
  }

  .newMenu-open .container ul{
    max-height: 100vh;
  }

    .newMenu .container > ul > li{
      border-bottom: 1px solid #666;
    }
    .newMenu .container > ul li{
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
    }

    .newMenu .container > ul > li a{
      display: block;
      padding: 15px 0;
      color: #ccc;
    }

    .newMenu .container > ul > li ul{
      padding-left: 15px;
      border-left: 1px solid #000;
      width: 100%;
    }

    .newMenu .container ul .toggleDropdown{transition: 0.2s;}

  .newMenu .container ul .dropdown .dropdownList{
    max-height: 0;
    transition: 0.2s;
    overflow: hidden;
  }
  .newMenu .container ul .dropdown-open{
    border-bottom: 1px solid #000;
  }
  .newMenu .container ul .dropdown-open > .dropdownList{
    max-height: 80vh;
  }
  .newMenu .container ul .dropdown-open > .toggleDropdown{
    transform: scaleY(-1);
  }

@media screen and (min-width: 960px) {
  .newMenu .menu-toggler{
    display: none;
  }

  .newMenu .container{
    flex-wrap: nowrap;
  }

  .newMenu .container > ul{
    max-height: unset;
    width: unset;
    position: relative;
    flex-direction: row;
    padding-left: 5%;
    width: 100%;
    justify-content: space-between;
    overflow: visible;
  }

  .newMenu .container > ul > li{
    border: none;
    height: fit-content;
    padding: 5px 0;
  }
  .newMenu .container > ul > li .toggleDropdown{
    margin-left: 5px;
    margin-top: -2px;
    cursor: pointer;
  }

  .newMenu .container > ul > li a{
    padding: unset;
    font-size: 14px;
  }

  .newMenu .container > ul > li ul{
    width: fit-content;

  }

  .newMenu .container ul .dropdown{
    position: unset;
    border: unset;
  }
  .newMenu .container > ul > .dropdown > .dropdownList{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
    background-color: #fff;
  }
  .newMenu .container ul .dropdown .dropdownList{
    position: absolute;
    z-index: 100;
    top: 35px;
    margin-left: -10px;
    border: none; padding: 0;
  }
  .newMenu .container ul .dropdown .dropdownList li{
    padding: 5px 10px;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 30px;
  }
  .newMenu .container ul .dropdown .dropdownList a, .newMenu .container ul .dropdown .dropdownList .toggleDropdown{
    color: #16181b;
    padding: 5px 0;
  }
  .newMenu .container ul .dropdown .dropdownList .toggleDropdown{
    position: absolute;
    right: 10px;
    top: 2px;
    margin-top: unset;
  }
  .newMenu .container ul .dropdown .dropdownList ul{
    position: relative;
    top: 0; left: 10px;
    border-left: 1px solid #16181b;
  }
}