/*
Theme Name: BWS-Russo
Text Domain: tema-bwsrusso
Version: 0.0.1
Description: Tema feito para o site bwsrusso.com.br
Tags: blog, ecommerce
Author: Agencia BWS Russo
Author URI: https://bwsrusso.com.br/
Theme URI: https://bwsrusso.com.br/
License: free
License URI: https://bwsrusso.com.br/

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');


img#logotopo {
    width: 280px;
}
a {
    text-decoration: none;
}
nav.navbar {
    position: sticky;
    top: 0px;
}
ul.sub-menu {
    display: none;
    position: absolute;
    box-shadow: 1px 1px 1px #7d7d7d47;
    list-style: none;
    padding: 0;
    margin-top: 9px;
}
ul.top-menu {
    z-index: 99;
}
.menu-item-has-children:hover ul.sub-menu {
    display: block;
}
.menu-item {
    font-weight: 600 !important;
    text-align: center;
}
.menu-item a {
    padding: 10px;
    text-decoration: none;
    color: #004789;
}
ul.top-menu li {
    margin-right: 3px;
}
ul.top-menu li a {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: #fff;
    text-decoration: none;
}

ul.sub-menu li a {
    color: #000 !important;
}

.current-menu-item a, .menu-item a:hover {
    color: #d33236 !important;
    position: relative;
    text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}

.menu-item-has-children li.menu-item a {
    display: flex;
    background: #fff;
    color: #004789;
}

.video-home {
    margin-top: -80px;
}

div#navbarSupportedContent {
    justify-content: flex-end;
}
.bktopo {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 40px;
    background-size: cover !important;
    background-position: center !important;
    margin-top: -108px;
    position: relative;
}
.bktopo h1 {
    position: absolute;
    color: #fff;
}
.masktopo {
    width: 100%;
    min-height: 250px;
    background: #00000080;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: #212529 !important;
}

/* menu fixo */
.navbar {
    transition: background-color 0.3s ease; /* Suaviza a transição */
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

/* Classe que será adicionada quando rolar */
.navbar.scrolled {
    background-color: #212529 !important;
}

/* menu fixo */

/*header modelo 1*/
section.topomod1 {
    background: #263f65;
    color: #fff;
    padding: 6px;
    text-align: center;
}

/*header modelo 1*/
/*header modelo 2*/
.sectopmod2 {
    text-align: center;
    padding: 15px 0 20px;
}
.navmdl2 div#navbarSupportedContent {
    justify-content: center !important;
}
.navmdl2 {
    background: #0d2954;
    color: #fff;
    padding: 13px;
}
.navmdl2 .current-menu-item a, .navmdl2 .menu-item a:hover {
    background: #ffffff1a !important;
    color: #ffffff !important;
    position: relative;
}
.navmdl2 ul.sub-menu li:hover, .navmdl2 ul.sub-menu {
    background: #0d2954 !important;
}
section.topomod2 {
    background: #263f65;
    color: #fff;
    padding: 6px;
    text-align: center;
}

/*header modelo 2*/
/*header modelo 3*/
.sectopmod3 .row {
    align-items: center;
}
section.sectopmod3 {
    padding: 15px 0;
}
.topddsm3 {
    font-size: 20px;
    margin: 0 5px 0px;
    width: 60px;
    height: 60px;
    background: #0d2954;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    border: 5px solid #ffffff30;
}
.sectopmod3 .telefone {
    font-weight: 700;
}

/*header modelo 3*/

footer#footer {
    background: #004789;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.redess a {
    font-size: 35px;
    padding: 4px;
    color: #fff;
}
.redess a:hover {
    color: #f60;
}

.botao01:hover {
    background: #f60;
    color: #ffffff;
}
.botao01 {
    text-decoration: none;
    padding: 12px 23px;
    display: inline-block;
    font-weight: 500;
    color: #ff6600;
    border: 2px solid #ff6600;
    transition: all .2s;
    border-radius: 4px;
}

span.sublinorang {
    width: 100px;
    height: 3px;
    background: #f60;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 3px;
}
.twhite{
	color: #fff !important;
}
img {
    max-width: 100%;
    height: auto;
}
ul.lastpost li {
    list-style: none;
    margin: 0 20px 30px 0px;
}
ul.lastpost li h3 {
    margin-top: 6px;
}
ul.lastpost li p {
    height: 75px;
    overflow: hidden;
}
.sideb {
    border: 1px solid #aaa;
    border-radius: 8px;
    padding: 10px;
}
.sideb {
    border-radius: 20px;
    padding: 20px 20px;
    background: #942643;
    color: #fff;
}

/* woo commerce */
.ttl-woo-commerce {
    position: absolute;
    bottom: 60px;
    font-family: montserrat;
}
h1.page-title {
    display: none;
}

/* post */

li.cat-item a {
    color: #fff;
}
ul.lista-categoria li a, ul.lista-mes li a {
    padding: 5px 10px;
	color: #fff
}

ul.lista-categoria, ul.lista-mes li {
    list-style: none;
}
ul.lista-categoria li a:hover {
    background: #000;
    padding: 5px 10px;
}
ul.lista-mes li a:hover {
    background: #000;
    padding: 5px 10px;
}

blockquote {
    font-size: 27px;
}
.foocopy {
    padding: 2em 0;
    background: #000;
    text-align: center;
}
#bwsrusso{
    color: #fff;
}
#bwsrusso:hover{
    color: #fff;
}
#bwsp{
    color: #fff;   
	margin-bottom: 0px;
}
#bwsrusso img {
    margin-top: -8px;
}
.site-header {
    font-family: Arial, sans-serif;
}
.navbar-nav a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}
.navbar-nav a:hover {
    color: #007bff;
}
.site-header .site-title {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}
.site-header .site-description {
    font-size: 16px;
    margin-top: 10px;
}

/* Blog */
.img-ttl-blog {
    height: 250px;
    margin-top: -106px;
    display: flex;
    align-items: flex-end;
}
.img-ttl-blog {
    margin-bottom: 30px;
}
.ttl-blog {
    color: #fff;
    font-family: montserrat;
}
ul.lastpost {
    margin-top: 30PX;
}

/* catalogo */
.botao-catalogo, .botao-folder {
    margin: 30px 0;
}
.botao-catalogo {
    text-align: center;
}
.ttl-download {
    margin-top: 20px;
    text-align: center;
}
.botao-folder {
	text-align: center;
}
.botao-ger a {
    color: #fff;
    background: #942643;
    padding: 10px 15px;
}

.txt-catalogo {
    font-family: 'Montserrat';
}

.txt-info-donwload p {
    font-weight: 600;
    color: #fff;
}
.download-catalogo a:hover {
    background: linear-gradient(90deg, rgba(78, 73, 75, 0.8939950980392157) 0%, rgba(170, 13, 54, 0.9864320728291317) 90%);
}
.txt-info-donwload {
    margin-top: 20px;
    text-align: center;
}
.catalogo-home-ger {
    padding: 30px 0;
    font-family: 'Montserrat';
}

.catalogo-txt-home p {
    margin-bottom: 40px;
    color: #fff;
}

.img-catalogo-download img {
    border: 2px solid #000;
    opacity: 0.3;
}
.img-catalogo-download img:hover {
    opacity: 1;
    transition: all 1s;
}
.img-folder img {
    border: 2px solid #000;
}

/* contato */
.nome-mail input, .assunto-fone input {
    width: 100%;
    height: 40px;
    border: 1px solid #737373;
    font-family: montserrat;
}
.nome-mail label, .assunto-fone label {
    font-family: montserrat;
}
.mensagem label, .mensagem textarea {
    width: 100%;
    height: 150px;
	font-family: montserrat;
}
.mensagem textarea {
    border: 1px solid #737373;
}

.bot-form input[type=submit] {
    background: #962643 !important;
    padding: 10px 30px;
}

.rds-contato {
    display: flex;
    margin-bottom: 40px;
    justify-content: center;
    flex-direction: column;
}

.rds-contato a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #962643;
    color: #fff;
    font-size: 25px;
    height: 60px;
}

.rds-contato a:hover {
    border: 1px solid #962643;
    background: #fff;
    color: #962643;
}

.rds-contato i {
    margin-right: 10px;
}

.rds-contato-geral {
    text-align: center;
    font-family: montserrat;
} 

.end-cont-conteudo i {
    font-size: 25px;
    margin-bottom: 15px;
    margin-right: 10px;
}

.end-cont-conteudo {
    font-family: montserrat;
    font-size: 15px;
}
.ttl-contato {
    font-family: montserrat;
    margin-bottom: 40px;
}
.mapa {
    margin-bottom: -6px;
}

/* Historia */
.cx-1, .cx-3, .cx-5 {
    background: #000;
    color: #fff;
    padding: 20px;
    text-align: center;
    min-height: 250px;
    display: flex;
    align-items: center;
}
.cx-2, .cx-4{
    background: #962643;
    color: #fff;
    padding: 20px;
    text-align: center;
    min-height: 250px;
    display: flex;
    align-items: center;
}
.cx-geral {
    margin-bottom: 30px;
}
.cx-geral .col {
    margin: 0 -12px;
}

/* componentes do produto */

.comp-produto h4 {
    color: #fff;
    padding: 30px 0;
}

.pintura-img {
    padding: 30px 0;
}

.substrato-img {
    padding: 30px 0;
}

.foto-lumin-ger {
    display: flex;
    align-items: center;
}

.foto-lumin-img {
    display: flex;
    justify-content: flex-end;
    padding: 30px 0;
}

.substrato-ger {
    display: flex;
    align-items: center;
}

.carac-sinal-ger {
    display: flex;
    align-items: center;
}

.carac-sinal-img {
    display: flex;
    justify-content: flex-end;
}

.pintura-ger {
    display: flex;
    align-items: center;
}

.consider {
    text-align: center;
    margin: 40px;
    font-family: 'Nunito';
}

.consider p {
    font-size: 20px;
}

.comp-produto {
    font-family: nunito;
}

.substrato-txt, .foto-lumin-txt, .pintura-txt, .carac-sinal-txt {
    font-family: 'Nunito';
}

.substrato-txt, .pintura-txt {
    color: #000;
}

.foto-lumin-txt {
    color: #fff;
}

/* home*/

.contato-form-home input {
    height: 25px;
}

.contato-home {
    padding: 40px 0 0 0;
}

.contato-form-home {
    margin-top: -20px;
}

.contato-form-home label {
    font-size: 14px;
}

.contato-form-home textarea {
    height: 60px;
}

.contato-form-home input[type=submit] {
    height: 50px;
}

.contato-form-home .mensagem {
    margin-bottom: -70px;
}

.link-lateral {
    display: flex;
    flex-direction: column;
    position: fixed;
    justify-content: center;
    top: 30%;
    right: 0px;
    z-index: 99;
}

.link-lateral a {
    color: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 90px;
    border: 1px solid #fff;
    background: #942643;
    height: 90px;
}

.link-lateral a:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.link-lateral i {
    font-size: 30px;
}

.link-lateral span {
    font-size: 13px;
    font-weight: 100;
}

.noss-serv {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
}

.noss-serv i {
    width: 100px;
    border: 2px solid #000;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 40px;
    color: #000;
}

.noss-serv i:hover {
    background: #942643;
    color: #fff;
}

.noss-serv h5 {
    margin-top: 15px;
}

.noss-serv-ger h1 {
    margin-bottom: 40px;
    color: #000;
}

.noss-serv-ger {
    text-align: center;
    font-family: montserrat;
    padding: 30px 0;
}

.text-home {
    font-family: montserrat;
    color: #fff;
    padding: 30px 0;
    font-weight: 600;
}

.produtos {
    border: 2px solid #000;
    padding: 15px;
    text-align: center;
    margin: 30px 0;
}

.produtos img {
    width: 250px;
    padding: 30px 0;
}

.produtos h6 {
    color: #000;
    font-family: montserrat;
}

.ttl-home-prod {
    font-family: montserrat;
    color: #000;
    padding: 10px 0;
}

.produtos:hover {
    border: 2px solid #b73235;
}

.componentes p {
    font-weight: 500;
    margin-top: 10px;
}

.ttl-comp-prod {
    font-family: 'Montserrat';
}

.txt-comp-produtos {
    font-family: 'Montserrat';
    font-weight: 500;
}

.componentes {
    font-family: 'Montserrat';
}

.img-txt-prod-ger {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.ttl-imp-prod {
    font-family: montserrat;
}

.ttl-comp-prog-ger {
    margin-bottom: 30px;
    color: #fff;
    padding: 30px 0;
}
a.botao-ger  {
    color: #fff;
    background: #942643;
    padding: 10px 15px;
}
a.botao-ger:hover {
    background: #000;
    color: #fff;
}
.seja-revend-ger {
    display: flex;
    align-items: center;
    font-family: 'Montserrat';
    padding: 30px 0;
}
.txt-revend {
    text-align: center;
}

.siteorigin-panels-stretch.panel-row-style.panel-row-style-for-73-6 {
    padding: 50px 0;
}

.seja-revend h1 {
    color: #fff;
    font-size: 78px;
    font-weight: 700;
}

.seja-revend H3 {
    font-weight: 700;
}

.img-revend {
    text-align: center;
}
.img-revend img {
    width: 160px;
}

.frase-contate {
    display: flex;
    align-items: center;
    padding: 50px 0;
}

.contate-nos {
    text-align: end;
}

.contate-nos img {
    width: 130px;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 25px;
}

.modal-content {
    margin-top: 100px;
}

.modal-header {
    display: flex;
    justify-content: center;
}

.section {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease-out;
  margin: 100px 0;
}

.feed-ger {
    padding: 30px 0;
}
/*.n2-section-smartslider.fitvidsignore.n2_clear {
    margin-top: -108px !important;
}*/

/* widget */
.horario a{
	display: flex;
    justify-content: center;
    align-items: center;
    background: #962643;
    color: #fff;
    font-size: 25px;
    height: 60px;
}
.horario a:hover {
    border: 1px solid #962643;
    background: #fff;
    color: #962643;
}
.horario a {
    margin-top: 20px;
}

.end-cont-footer i {
    margin-bottom: 8px;
}

.end-cont-footer span {
    font-size: 15px;
}

/* caracteristicas de normas */
.vermelho {
    background: #8f1c3b;
    color: #fff;
    padding: 50px;
    min-height: 305px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.preto {
    background: #000;
    color: #fff;
    padding: 50px;
    min-height: 305px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.text-normativas p {
    font-size: 20px;
}
.normas-home {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Montserrat';
}

.ttl-caract-norm {
    font-family: 'Montserrat';
}

.ttl-caract-norm h4 {
    font-size: 20px;
}

.txt-cx {
    padding: 20px;
    border: 2px solid #000;
    min-height: 240px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #e1e1e1;
    color: #000;
	text-align: center;
}

.txt-cx:hover {
    border: 2px solid #8f1c3b;
    transform: scale(1.05);
    transition: all 1s;
}

.txt-cx i {
    font-size: 45px;
    margin-bottom: 15px;
}

.txt-final {
    margin-top: 30px;
}

/* historias wall-lux */
.parceiros img {
    width: 150px;
    margin-bottom: 20px;
    padding: 10px;
}
.noss-prom-ger, .noss-parc, .noss-expe, .hist-wall-lux {
    font-family: 'Montserrat';
}
.parceiros {
    margin-bottom: 30px;
}
.promessas {
    width: 20%;
}
.cx-geral {
    padding-right: calc(var(--bs-gutter-x) * -0.5);
    padding-left: calc(var(--bs-gutter-x) * -0.5);
}
.parc-ger {
    display: flex;
}

.conteudo-txt-img {
    margin-top: -30px;
    color: #000;
}

.noss-prom-ger {
    color: #fff;
    padding: 30px 0;
}

.nave-lateral {
    border: 1px solid #942643;
}

.nave-lateral li a {
    background: #942643 !important;
    border-radius: 0px !important;
    border: 1px solid #fff !important;
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nave-lateral li {
    display: block;
    width: 100%;
}

.nave-lateral li a:hover {
    background: #000 !important;
    color: #fff !important;
}

.hist-wall-lux {
    color: #fff;
    padding: 30px 0;
}

/* produtos */
.txt-paginas-produtos {
    margin: 30px 0;
    font-family: montserrat;
}
.img-paginas-produtos {
    border: 2px solid #e1e1e1;
    padding: 15px;
}

/* loja */
li.product {
    border: 2px solid #000;
    text-align: center;
    padding: 15px !important;
}

h2.woocommerce-loop-product__title {
    min-height: 55px;
}

/* banners internos */
.ttl-banners {
    color: #fff;
    font-family: 'Montserrat';
}

/* importancia dos produtos */
.img-imp-produtos {
    margin-bottom: 30px;
}
.ttl-impor-produtos {
    color: #fff;
    font-family: montserrat;
}

/*woocommerce*/
.woocommerce {
    display: flex;
    flex-direction: column;
}
.woocommerce-account .woocommerce {
    flex-direction: row;
}
.woocommerce nav.woocommerce-MyAccount-navigation {
    width: 25%;
    float: left;
}
.woocommerce .woocommerce-MyAccount-content {
    width: 69%;
	border: 1px solid #aaa;
    padding: 18px 20px;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul {
    margin: 0px;
    padding: 0;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border: 1px solid #aaa;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li a {
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    background: #e0e0e0;
    color: #393939;
    font-weight: 500;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover {
    background: #cecece;
}
.woocommerce .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {    
    padding: 10px;
}
.woocommerce .columns-4 li.product {
    float: left;
    list-style: none;
    display: flex;
    flex-direction: column;
}
.woocommerce h2.woocommerce-loop-product__title {
    color: #004789;
}
.woocommerce .type-product .price {
    color: #f60 !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    margin: 7px;
}
.woocommerce .type-product .button, [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    background: #942643 !important;
    text-align: center;
    padding: 10px;
    margin-top: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
	border: none;
}
.woocommerce .type-product .button:hover {
    background: #f60 !important;
    color: #fff;
}
/*.woocommerce .columns-4 {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
}*/
.woocommerce .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    float: left;
    width: 48%;
}
.woocommerce ul.tabs.wc-tabs {
    display: flex;
    margin-top: 10px;
    list-style: none;
    padding: 0;
    border-bottom: 1px solid #004789 !important;
}
.woocommerce ul.tabs.wc-tabs li {
    margin: 8px 3px 6px 0 !important;
    padding: 0px !important;
}
.woocommerce ul.tabs.wc-tabs li a {
    border: 1px solid #004789 !important;
    padding: 8px 20px !important;
    color: #282828 !important;
}
.woocommerce ul.tabs.wc-tabs li.active a, ul.tabs.wc-tabs li a:hover {
    background: #004789;
    border: 1px solid #004789;
    color: #fff !important;
}
.woocommerce .product_meta {
    margin: 12px 0;
}
.woocommerce .input-text.qty.text {
    margin: 5px 0 12px;
    padding: 6px 12px;
}
.woocommerce p.stars {
    margin: 10px 0;
}
.woocommerce p.comment-form-comment label {
    display: block;
}
.woocommerce .summary.entry-summary {
    width: 50%;
    float: left;
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper {
    clear: both;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	display: none;
}
.woocommerce div.product form.cart div.quantity {
    margin-top: 2px !important;
}
.woocommerce-product-gallery__image {
    margin: 5px;
}

@media only screen and (min-width: 320px) and (max-width: 425px) {
	footer#footer {
    	border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
}
	.banner-topo-int {
    	margin-top: 0px !important;
}
	.img-revend {
		margin-top: 30px
}
	
	.seja-revend h1 {
    	font-size: 35px;
}
	
	.img-folder img {
    	margin-bottom: 20px;
}
	
	.img-folder {
    	padding: 0 40px;
}
	
	.ttl-woo-commerce {
    	display: flex;
    	height: 100%;
    	align-items: center;
    	justify-content: center;
		bottom: 0px;
}
	.\31 5-anos-experience {
    	margin-top: 20px;
}
	
	.bktopo {
    	margin-top: 0px;
    	position: relative;
}
	
	ul.top-menu {
    	margin-top: 30px;
}
	ul.top-menu li {
    	margin-bottom: 5px;
    	display: flex;
}
	.link-lateral span {
    	display: none;
}
	.link-lateral a {
    	width: 40px;
    	height: 40px;
}
	.link-lateral i {
    	font-size: 15px;
}
	.normas-home p {
    	font-size: 13px;
}
	.normas-home h5 {
    	font-size: 18px;
}
	.normas-home {
    	text-align: center;
    	padding: 10px;
}
	.link-lateral {
        z-index: 99;
        right: 5px;
}
	.menu-menu-rodape-container {
        display: flex;
        justify-content: center;
}
	.widget.widget_nav_menu {
    	margin-top: 30px;
}
	.video-home video {
    	width: 100%;
}
	.text-home {
        text-align: center;
        padding: 15px 38px;
}
	.catalogo-txt-home {
   		text-align: center;
}
	.seja-revend {
    	text-align: center;
		padding: 0 20px;
}
	.ttl-comp-prog-ger {
    	text-align: center;
}
	.ttl-comp-prod {
    	padding: 0 15px;
}
	.txt-comp-produtos {
    	padding: 0 30px;
}
	.componentes p {
    	padding: 0 30px;
}
	.frase-motivacional {
    	padding: 0 30px;
    	text-align: center;
}
	.contate-nos {
    	display: flex;
    	justify-content: center;
    	margin-top: 20px;
}
	.widget.widget_block.widget_media_image {
    	margin-top: 30px;
}
	a#logo img {
    	width: 220px;
}
	ul.sub-menu {
        right: 6px;
        top: 93px;
}
	
	h2.woocommerce-loop-product__title {
    	min-height: 93px;
}
	
	ul.sub-menu li {
    display: block;
}
	
	ul.sub-menu li a {
    	font-size: 10px;
}
	.img-paginas-produtos {
    	margin-bottom: 20px;
}
	.txt-paginas-produtos {
    	text-align: center;
}
	.ttl-banners {
    	text-align: center;
}
	.rds-contato i {
    	width: 60px;
    	height: 60px;
    	font-size: 25px;
}
	.end-cont-conteudo {
    	text-align: center;
}
	.promessas {
    	padding: 0 10px;
}
	.promessas {
    	width: 100%;
}
	.parceiros {
    	text-align: center;
}
	.parc-ger {
    	display: flex;
    	flex-direction: column;
}
	.link-lateral {
    	z-index: 99;
}
	.txt-catalogo {
    	text-align: center;
}
	.ttl-download, .download-catalogo {
    	text-align: center;
}
	.foto-lumin-ger {
    	display: flex;
    	flex-direction: column-reverse;
}
	.carac-sinal-ger {
    	display: flex;
    	flex-direction: column-reverse;
}
	nav.navbar {
        background: #212529 !important;
        height: auto;
        top: 0;
}
	.comp-produto {
        padding: 0 30px;
        text-align: center;
}
	.comp-produto h4 {
    	font-size: 15px;
}
	.substrato-txt h5 {
    	font-size: 15px;
		padding: 30px;
}
	.foto-lumin-txt h5 {
    	font-size: 15px;
		padding: 30px;
}
	.pintura-txt h5 {
    	font-size: 15px;
		padding: 30px;
}
	.carac-sinal-txt h5 {
    	font-size: 15px;
		padding: 30px;
}
	.comp-produto h4 {
    	font-size: 17px;
}
	.consider p {
    	font-size: 17px;
}
	.ttl-caract-norm h1, .ttl-caract-norm h4 {
    	text-align: center;
    	font-size: 20px;
    	padding: 0 30px;
}
	.txt-cx {
    	margin-bottom: 20px;
}
	.txt-final h4 {
    	font-size: 18px;
    	text-align: center;
}
	.text-normativas {
    	padding: 0 30px;
}
	.produtos-home-ger {
    	padding: 30px;
}
	.hist-wall-lux {
    	text-align: center;
    	padding: 0 30px;
}
	.conteudo-txt-img {
    	margin-top: 20px;
}
	.noss-prom-ger {
    	text-align: center;
    	padding: 0 30px;
}
	.catalogo-home-ger {
        padding: 40px 30px;
}
	.n2-section-smartslider.fitvidsignore.n2_clear {
    	margin-top: -30px !important;
}
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
	footer#footer {
    	border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
}
	.bktopo {
    	margin-top: -43px;
}
	.banner-topo-int {
    	margin-top: -71px !important;
}
	.n2-section-smartslider.fitvidsignore.n2_clear {
    	margin-top: 65px;
}
	.img-revend img {
		width: 120px;
}
	.ttl-home-prod.reveal {
    	margin-top: 30px;
}
	.produtos-home-ger {
    	margin-bottom: 50px;
}
	.seja-revend h1 {
    	font-size: 40px;
    	padding: 20px 0;
}
	.img-folder img {
    	margin-bottom: 20px;
    	padding: 0 40px;
}
	
	.video-home video {
    	width: 100%;
}
	.normas-home {
    	padding: 40px;
}
	.link-lateral span {
    	display: none;
}
	.link-lateral a {
        width: 50px;
        height: 50px;
}
	.comp-produto {
    	text-align: center;
}
	.substrato-ger {
    	padding: 0 15px;
}
	.link-lateral i {
        font-size: 25px;
}
	.produtos h6 {
    	min-height: 57px;
}
	.img-experience {
    	text-align: center;
}
	.cx-tot {
    	display: flex;
    	justify-content: center;
}
	.promessas {
    	width: 100%;
}
	img#logotopo {
    	width: 120px;
}
	ul.top-menu li a {
    	font-size: 10px;
    	padding: 8px;
}
	.link-lateral {
    	z-index: 99;
}
	.panel-row-style.panel-row-style-for-53-2 {
   	 	display: flex;
    	flex-direction: column-reverse !important;
}
	.foto-lumin-ger {
    	display: flex;
    	flex-direction: row;
}
	.carac-sinal-ger {
    	display: flex;
    	flex-direction: row;
}
	ul.top-menu li a {
        font-size: 9px;
        padding: 4px;
}
	
	.text-home {
    	text-align: center;
    	padding: 20px 30px;
}
	.ttl-comp-prog-ger {
    	padding: 10px 20px;
}
	.catalogo-home-ger {
    	padding: 25px;
}
	.frase-contate {
    	padding: 30px;
}
	.substrato-txt h5 {
    	font-size: 15px;
}
	.foto-lumin-txt h5 {
    	font-size: 15px;
}
	.pintura-txt h5 {
    	font-size: 15px;
}
	.carac-sinal-txt h5 {
    	font-size: 15px;
}
	.comp-produto h4 {
    	font-size: 17px;
}
	.consider p {
    	font-size: 17px;
}
	.txt-cx {
    	min-height: 480px;
}
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
	footer#footer {
    	border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
}
	.cx-geral {
        padding-right: calc(var(--bs-gutter-x) * -0.5);
        padding-left: calc(var(--bs-gutter-x) * -0.5);
}
	.cx-tot {
        padding: 10px;
        min-height: 276px;
}
	.link-lateral {
    	z-index: 99;
}
	img#logotopo {
    	width: 140px;
}
	ul.top-menu li a {
        font-size: 9px;
        padding: 4px;
}
	.produtos {
    	min-height: 322px;
}
	.catalogo-home-ger {
    	padding: 15px 40px;
}
	.frase-contate {
    	padding: 30px 50px;
}
	.ttl-comp-prog-ger {
        padding: 10px 50px;
}
	.text-home {
    	padding: 20px 50px;
}
	.txt-cx {
    	min-height: 330px;
}
	.seja-revend h1 {
    	font-size: 60px;
}
	.foto-lumin {
    	min-height: 424px;
}
	
	.cx-tot p {
    	font-size: 10px;
}
	
	.nave-lateral li a {
		font-size: 15px;
}
	
	.\31 5-anos-experience {
    	text-align: center;
}

	.link-lateral a {
    	color: #fff;
   		padding: 15px;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	flex-direction: column;
    	width: 70px;
    	border: 1px solid #fff;
    	background: #942643;
    	height: 70px;
}
	.link-lateral i {
    	font-size: 23px;

}
	.link-lateral span {
    	font-size: 10px;
    	font-weight: 100;
}
	.txt-cx {
        min-height: 482px;
}
	.banner-topo-int {
    	margin-top: -71px !important;
}
}


@media only screen and (min-width: 806px) and (max-width: 929px) {
	footer#footer {
    	border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
}
	img#logotopo {
    	width: 120px;
}
	ul.top-menu li a {
        font-size: 9px;
        padding: 4px;
}
	.ttl-comp-prog-ger {
        padding: 20px;
}
	.text-home {
    	padding: 20px;
}
	.catalogo-home-ger {
        padding: 0 15px;
}
	.frase-contate {
    	padding: 30px;
}
}


@media only screen and (min-width: 781px) and (max-width: 964px) {
	.foto-lumin {
        min-height: 543px;
}
	.txt-cx {
        min-height: 481px;
    }
}


@media only screen and (min-width: 930px) and (max-width: 991px) {
	.txt-cx {
        min-height: 482px;
}
	.foto-lumin {
        min-height: 448px;
}
	
	footer#footer {
    	border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
}

	img#logotopo {
    	width: 120px;
}
	ul.top-menu li a {
        font-size: 9px;
        padding: 5px;
}
	.ttl-comp-prog-ger {
        padding: 20px 0px;
}
	.text-home {
    	padding: 20px 0px;
}
	.catalogo-home-ger {
        padding: 0px;
}
	.frase-contate {
    	padding: 30px 0;
}
}


@media only screen and (min-width: 992px) and (max-width: 1024px) {
	footer#footer {
    	border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
}
	img#logotopo {
    	width: 190px;
}
	ul.top-menu li a {
        font-size: 12px;
        padding: 7px;
}
}


@media only screen and (min-width: 1025px) and (max-width: 1399px) {
	.txt-cx {
    	min-height: 300px;
}
	.foto-lumin {
    	min-height: 376px;
}
	.produtos {
    	min-height: 367px;
}
	.cx-tot {
    	min-height: 296px;
}
}


@media only screen and (min-width: 1025px) and (max-width: 1199px) {
	footer#footer {
    	border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
}
	img#logotopo {
    	width: 190px;
}
	ul.top-menu li a {
    	font-size: 11px;
    	padding: 8px;
}
	.ttl-comp-prog-ger {
        padding: 20px 40px;
}
	.text-home {
    	padding: 20px 50px;
}
	.catalogo-home-ger {
    	padding: 0 45px;
}
	.frase-contate {
    	padding: 30px 50px;
}
	.cx-tot {
    	min-height: 296px;
}
	.foto-lumin {
    	min-height: 424px;
}
	.txt-cx {
        min-height: 330px;
}
}


@media only screen and (min-width: 1200px) and (max-width: 1440px) {
	footer#footer {
    	border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
}
	img#logotopo {
    	width: 200px;
}
	ul.top-menu li a {
    	font-size: 13px;
    	padding: 10px;
}
	.frase-contate {
    	padding: 30px 50px;
}
	.text-home {
    	padding: 20px 50px;
}
	.ttl-comp-prog-ger {
        padding: 20px 45px;
}
	.catalogo-home-ger {
    	padding: 20px 45px;
}
}

@media only screen and (min-width: 1400px) and (max-width: 1440px) {
	.foto-lumin {
    	min-height: 352px;
}
}


@media only screen and (min-width: 1441px) and (max-width: 1680px) {
	.foto-lumin {
    	min-height: 330px;
}
}


@media only screen and (min-width: 930px) and (max-width: 968px) {
	.foto-lumin {
    	font-size: 13px;
}
}





