/* Add here all your CSS customizations */

/* Font */
@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Medium';
    src: url('../fonts/Lato-Medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato-Bold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat SemiBold';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat BoldItalic';
    src: url('../fonts/Montserrat-BoldItalic.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Italic';
    src: url('../fonts/Montserrat-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Light';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Medium';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Regular';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/*@import url('https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap');


/**/

/*  Vitrine  */

body {
	font-family: 'Montserrat Medium';
	font-weight: normal;
}

p{
	color: #101413 !important;
	font-family: 'Montserrat Medium';
}

a {
	font-family: 'Montserrat Medium';
}

h6 {
	font-family: 'Montserrat Medium';
}

strong {
	font-family: 'Montserrat Bold';
	font-weight: normal;
}

.bg-black {
	background: #201e1e !important;
}

.font-black {
	color: #201e1e !important;
}

.btn-compra-atacado {
	background: #fff !important;
	color: #373435 !important;
	font-weight: bold;
	border-radius: 0;
	font-size: 15px;
	width: 65%;
}

.btn-compra-varejo {
	background: #ff9525 !important;
	color: #373435 !important;
	font-weight: bold;
	border-radius: 0;
	font-size: 15px;
	width: 65%;
}

.btn-enviar {
    height: 32px;
	background: #4b4b4d !important;
    color: #fff !important;
    padding: 7px 25px;
    font-size: 12px;
    border-radius: 0;
}

html #header .header-two-logos {
	display: flex !important;
	align-items: center !important;
	/*justify-content: space-between !important;*/
	justify-content: flex-end !important;
}

html #header .header-search {
	display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

html #header .header-only-search {
	display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

html .card-body {
	padding: 1rem !important;
}

.btn-scroll-topo {
	padding: 8px 45px;
	color: #fff !important;
	background: #373435 !important;
	border-radius: 20px;
	border: 0 !important;
	font-size: 12px;
	font-family: 'Montserrat Bold' !important;
	font-weight: normal !important;
}

.btn-scroll-topo.scroll-to-top {
	display: inline !important;
	position: relative !important;
    right: initial !important;
    padding: 8px 45px !important;
    color: #fff !important;
    background: #373435 !important;
    border-radius: 20px !important;
    border: 0 !important;
    font-size: 12px !important;
    opacity: 1 !important;
    z-index: 1;
}

/*  Navbar */



#mySidenav .social-icon {
	display: inline-block;
	background: #fff;
	border-radius: 100%;
	width: 33px;
	height: 33px;
	text-align: center;
	color: #000;
}

#mySidenav .social-icon a {
	color: #000;
}

/*.overlay1 {  
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow-y: hidden;
    transition: 0.5s;
}*/

.overlay1 {
	height: 0;
	width: 40%;
	position: fixed;
	z-index: 1;
	/* left: 0; */
	top: 0;
	bottom: 0;
	right: 0;
	/* background-color: #000 !important; */
	overflow-y: hidden;
	transition: 0.5s;
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay1 a {
    padding: 20px;
    text-decoration: none;
    font-size: 48px;
    color: #fff;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}
.overlay-content ul {
	padding-top: 30px;
}
.overlay-content ul li {
	display: inline-block;
}
.overlay-content ul li a {
	display: inline-block;
	padding: 5px;
	font-size: 20px;
}
#myNav,
#myNav:hover,
#myNav:active
 {
	background-color: #000 !important;
	opacity: 1 !important;
}
#myNav:hover a,
#myNav a:hover {
	color: #fff !important;
}
/* When you mouse over the navigation links, change their color */
/*.overlay1 a:hover, .overlay1 a:focus {
    color: #fff !important;
    background-color: #000 !important;
}*/

/* Position the close button (top right corner) */
.overlay1 .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}


/* The side navigation menu */
.sidenav1 {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 2; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: #201e1e; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav1 .paginas a {
	padding: 9px 15px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    display: block;
    transition: 0.3s;
    border-bottom: 2px solid #fff;
    text-align: center;
    font-family: 'Montserrat Bold' !important;
    font-weight: normal !important;
}

.sidenav1 .paginas a:last-child {
	border-bottom: none !important;
}

/* When you mouse over the navigation links, change their color */
.sidenav1 a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav1 .closebtn {
  	/*position: absolute;
  	top: 0;
  	right: 25px;
  	font-size: 36px;
  	margin-left: 50px;*/
    position: relative;
    font-size: 60px;
    text-align: right;
    width: 100%;
    padding: 0px;
}

.sidenav1 ul {
	/*padding-top: 30px;*/
	padding: 9px 15px;
}
.sidenav1 ul li {
	display: inline-block;
}
.sidenav1 ul li a {
	display: inline-block;
	padding: 5px;
	font-size: 20px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
/*#main {
  transition: margin-left .5s;
  padding: 20px;
}*/

.div-close {
	display: flex;
    align-items: center;
    justify-content: end;
}


/**/

.showroom .row {
	align-items: center;
	flex-direction: row;
}

.showroom input {
	padding: 7px 15px;
	height: 34px;
}

.showroom p {
	font-family: 'Montserrat Bold' !important;
	color: #fff !important;
	font-weight: bold;
}

#form-newsletter .form-group {
	display: flex;
	align-items: center;
}

#form-newsletter .form-group .form-control {
	border-radius: 0 !important;
}

html .header-search i.fa-bars {
	font-size: 50px !important;
	color: #fff !important;
}

html #searchForm {
	display: flex;
    align-items: center;
    justify-content: center;
    /* flex-grow: 1; */
    width: 300px;
}

html #searchForm input {
	font-family: 'Montserrat Medium' !important;
	height: 34px !important;
	border-radius: 0 !important;
	background: #fff !important;
}

html #searchForm button {
	height: 35px !important;
	background: #000 !important;
	border-radius: 0 !important;
}

html #searchForm button i {
	font-size: 15px;
	color: #fff !important;
	border-radius: 0 !important;
}

#header #mySidenav .header-social-icons {
	display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

html #header .social-icons li {
	margin: 0px 10px 0px 0px;
}

html #header .social-icons li a {
	padding: 0 !important;
}

html #header .social-icons li i {
	color: #fff !important;
	font-size: 30px !important;
}

html #header .todos-itens-menu {
	display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
}

html #header .logo-menu {
	display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

html #header .header-logo-showroom {
	display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

html .header-inicial .div-menu {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

html .header-inicial .div-menu .div-botao {
	flex-grow: 1;
}

html .header-inicial i.fa-bars {
    font-size: 50px !important;
    color: #fff !important;
}

html .header-inicial .btn-compra-atacado,
html .header-inicial .btn-compra-varejo {
	width: 70%;
}

.lojas .body {
	background: #e6e7e8 !important;
}

.titulo-loja h1 {
	font-size: 15px;
}

.titulo-loja h2 {
	font-size: 12px;
}

.categoria-loja ul {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 14rem !important;
    /*padding: 0 15rem !important;*/
}

.categoria-loja ul li {
	padding-left: 5px;
    padding-right: 5px;
	/*margin-right: 0.5rem !important;*/
	/*min-width: 155px;*/
}

.categoria-loja ul li a div {
	font-size: 13px;
	padding: 8px 15px;
    color: #101413 !important;
    border: 1px solid;
    border-radius: 0;
    background: #fff !important;
    line-height: 1;
    font-family: 'Montserrat Bold' !important;
}

.categoria-loja ul li:hover a div {
	color: #fff !important;
    background: #101413 !important;
    border: 1px solid #101413 !important;
}

html .card-body {
	padding: 1rem !important;
	text-align: center;
}

.owl-carousel.owl-imagens .owl-nav {
	left: 0;
}

.owl-imagens .owl-nav button.owl-prev:before,
.owl-imagens .owl-nav button.owl-next:before {
	display: none !important;
}

.owl-carousel.owl-imagens .owl-nav button.owl-prev, 
.owl-carousel.owl-imagens .owl-nav button.owl-next {
	width: auto !important;
	height: auto !important;
}

.owl-imagens .owl-nav button.owl-prev span,
.owl-imagens .owl-nav button.owl-next span {
	color: #373435 !important;
	font-size: 5rem !important;
	line-height: 1;
}

#agrupamento h3 {
	font-family: 'Montserrat Bold' !important;
}

#agrupamento h4 {
	font-family: 'Montserrat Bold' !important;
}

#agrupamento .card-body h4 {
	font-size: 17px !important;
	font-family: 'Montserrat Bold' !important;
}

#agrupamento .card-body h5 {
	font-size: 11px !important;
	font-family: 'Montserrat Light' !important;
}

#produtos .card-img-top {
	padding: 0 !important;
}

/* placeholder */


#searchForm input::-webkit-input-placeholder, #searchForm textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #373435 !important;
}
#searchForm input::-moz-placeholder, #searchForm textarea::-moz-placeholder { /* Firefox 19+ */
	color: #373435 !important;
}
#searchForm input:-ms-input-placeholder, #searchForm textarea:-ms-input-placeholder { /* IE 10+ */
	color: #373435 !important;
}
#searchForm input:-moz-placeholder, #searchForm textarea:-moz-placeholder { /* Firefox 18- */
	color: #373435 !important;
}

#searchForm textarea::-webkit-input-placeholder {
	color: #373435 !important;
}

#searchForm textarea:-moz-placeholder { /* Firefox 18- */
	color: #373435 !important;  
}

#searchForm textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #373435 !important;  
}

#searchForm textarea:-ms-input-placeholder {
	color: #373435 !important;  
}

#searchForm textarea::placeholder {
	color: #373435 !important;  
}

/**/

.rede-sociais .row {
	padding: 0 14rem !important;
}

.rede-sociais .div-conteudo {
	/*background: #373435 !important;*/
	display: flex !important;
	align-items: center !important;
	flex-direction: column !important;
	justify-content: center !important;
}

.rede-sociais .social-icons {
	display: flex !important;
	align-items: center !important;
	justify-content: space-around !important;
}

footer .rede-sociais .social-icons {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.rede-sociais .social-icons li a,
.rede-social-produto .social-icons li a {
	width: 70px;
	height: 70px;
	line-height: 70px;
	color: #fff !important;
	display: flex;
    align-items: center;
    justify-content: center;
}

footer .rede-sociais .social-icons li a {
	width: 70px;
	height: 70px;
	line-height: 70px;
	color: #000 !important;
	display: flex;
    align-items: center;
    justify-content: center;
}

footer .rede-sociais .social-icons li:hover a {
	background: transparent !important;
	color: #000 !important;
}

footer .rede-sociais .social-icons li:hover a i {
	color: #000 !important;
}

.rede-social-produto .social-icons li a {
	color: #373435 !important;
}

.social-icons li:hover.social-icons-instagram a {
	background: #c2358d;
}

.rede-sociais .social-icons li a i,
.rede-social-produto .social-icons li a i {
	font-size: 55px;
}

.rede-social-produto .social-icons li:hover a i {
	color: #fff !important;
}

.contato .rede-sociais .social-icons li a,
.contato .rede-social-produto .social-icons li a {
	width: 55px;
	height: 55px;
	line-height: 55px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.contato .rede-sociais .social-icons li a i,
.contato .rede-social-produto .social-icons li a i {
	font-size: 35px;
}

.loja-virtual {
	
}

.loja-virtual img,
.loja-virtual svg {
	width: 50px;
	height: 50px;
	fill: #373435 !important;
}

.fashion-film .div-conteudo {
	/*padding: 0 14rem !important;*/
}

.fashion-film h3 {
	font-size: 16px !important;
}

.titulo_global h1 {
	font-size: 60px;
	font-family: 'Montserrat Bold' !important;
}

.titulo_global p {
	font-size: 16px;
    line-height: 1.2;
    font-family: 'Montserrat Medium' !important;
}

#footer .div-busca-rodape {
	display: flex;
    align-items: center;
}

#footer a {
	font-family: 'Montserrat Medium' !important;
}

.galeria h3 {
	font-size: 16px !important;
	font-family: 'Montserrat Bold' !important;
}

.galeria h2 {
	font-family: 'Montserrat Bold' !important;
}

/*  */

.compensate-for-scrollbar {
	margin: 0 !important;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
a:hover, a:focus, a:active {
    text-decoration: none;
}
.nav {
    padding: 0;
}
:focus {
    outline-color: transparent !important;
}
textarea {
    resize: none;
}
.hide {
	display: none !important;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: 1px;
	line-height: 1.1;
}

.fancybox-thumbs__list a:before {
	border-color: #d68500 !important;
}

.fancybox-progress {
	background: #d68500 !important;
}

.social-icons li:hover.social-icons-pinterest a{
	background: #e00019 !important;
}

.social-icons li:hover.social-icons-whatsapp a{
	background: #1ebea5 !important;
}


#dropdown-produtos {
	background: #fff !important;
}

.card {
	border-radius: 0 !important;
}

.card-blog {
	border: 0 !important;
    border-radius: 0 !important;
}

.card-img-top, 
.card-body {
	border-radius: 0;
}

#produtos .card-img-top {
	padding: 1px;
}

#produtos .page-header .breadcrumb > li + li:before {
	display: none;
}

.card-body {
	/*background: #fff !important;*/
}



.galeria .item {
	overflow: hidden;
    position: relative;
    height: 323px;
}

.produtos .galeria .card {
	width: 200px;
    height: 200px;
    overflow: hidden;
}

.produtos .galeria .card img {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.text-laranja {
	color: #F58220 !important;
}

.bg-laranja {
	background: #F58220 !important;
}

.btn-laranja {
	background: #F58220 !important;
	color: #fff !important;
	padding: 12px 25px;
	border: 0;
	border-radius: 0px !important;
}

.btn-carrega-mais {
	background: #F58220 !important;
	color: #fff !important;
	padding: 6px 15px !important;
	border: 0;
	border-radius: 0px !important;
}

.btn-infoextra {
	border: 2px solid #F58220;
	border-radius: 0px !important;
	color: #F58220 !important;
	padding: 6px 15px !important;
}

.btn-busca {
	background: #F58220 !important;
	border-radius: 0 !important;
	color: #fff !important;
}

#share-buttons .social-icons li {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
	border: 1px solid;
}

html #header .header-btn-collapse-nav {
	background: #F58220 !important;
}

.card-mais {
	
}

.produto-card {

}

.produto-card .card-mais {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 20px !important;
    width: 25px !important;
}

html .page-produto {
	background: #DEDEE0 !important;
	margin: 0 !important;
}


#form-busca-produto .form-control {
	border-radius: 0 !important;
	padding: 10px 15px;
}

.form-control {
	font-family: 'Montserrat Medium' !important;
}

.quem-somos {

}
.div-bolinha-quem, .div-conteudo-quem .div-texto-quem {
	padding-top: 100px;
	padding-bottom: 100px;
}
.saiba-mais {
	display: flex;
	align-items: center;
}
.borda-saiba-mais {
	width: 100px;
	height: 3px;
	margin: 0 !important;
}

#agrupamento .card-blog {
	border: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.btn-departamento {
	padding: 30px 40px;
}

.traco-produto {
	position: absolute;
    width: 60px;
    height: 2px;
    background: #F58220;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.relacionados {
	background: #E6E6E8;
}

#form-busca-produto .btn-busca i{
	padding-right: 10px;
}

.div-conteudo-quem {
	background: #F0F0F0;
}

.bg-laranja {
	background: #F58220;
}

.font-laranja {
	color: #F58220 !important;
}

.font-cinza {
	color: #525252 !important;
}

#header .produtos-global .col-lg-12 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.produtos .conteudo p {
	line-height: 38px;
	font-size: 15px;
	letter-spacing: 0.5px;
	font-family: 'Montserrat Medium' !important;
	/*line-height: 1.2;
	font-size: 16px;
	font-family: 'Montserrat Medium' !important;*/
}

.nav.nav-tabs {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #D2D2D5;
}

#header .nav.nav-tabs {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border: 0px solid #D2D2D5;
	width: 20%;
	float: left;
	padding-top: 1.5rem!important;
	padding-bottom: 1.5rem!important;
}

#mainNav .dropdown-mega .fa-caret-down:before {
	display: none !important;
}

.nav.nav-tabs li {
	padding: 30px 20px;
	border-bottom: 3px solid transparent;
}

.nav.nav-tabs li.active, 
.nav.nav-tabs li:hover {
	padding: 30px 20px;
	border-bottom: 3px solid #F58220;
}

#header .nav.nav-tabs li {
	padding: 0 !important;
	border-bottom: 0 !important;
}

html #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li > a {
	background: transparent !important;
	border: 0 !important;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
	border-top-color: #fff !important;
}

.nav.nav-tabs li a {
	color: #333333;
}

.nav.nav-tabs li.active a, .nav.nav-tabs li:hover a {
	color: #F58220;
}

.tab-content {
	border: 1px solid #D2D2D5;
}

#header .tab-content {
	width: 80%;
	float: right;
	border: 0px;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.0);
}

#header .owl-padrao .owl-nav button.owl-prev {
	left: -15px;
}

#header .owl-padrao .owl-nav button.owl-next {
	right: -15px;
}

.owl-padrao .owl-item img {
	width: 30px;
	height: 30px;
	margin: auto;
}

.owl-padrao .owl-nav button[class*="owl-"] {
	background: transparent;
    color: #F58220;
    font-size: 35px;
}

.owl-carousel .owl-nav button[class*="owl-"]:hover, 
.owl-carousel .owl-nav button[class*="owl-"].hover {
	background: transparent;
    color: #F58220;
}

html .owl-blog .owl-dots {
	margin-top: 80px !important;
}

.owl-blog .owl-dot.active span {
	width: 120px !important;
    border-radius: 0 !important;
    background: #283956!important;
}

.owl-blog .owl-dot span {
	width: 120px !important;
    border-radius: 0 !important;
    background: #fff!important;
}
/*
#agrupamento .card-body h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 55px;
}*/

.page-header .breadcrumb > li {
	font-size: 1em;
}

.mapa iframe {
	height: 400px;
}

html #dropdown-produtos1 {
	width: 100vw !important;
	left: 0 !important;
}

html #hard-container {
	position: unset !important;
}

.endereco .texto {
	font-size: 20px;
	line-height: 1.2;
	color: #373435;
	font-family: 'Montserrat Regular' !important;
}

/*-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;*/

/**/
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-width: 450px) {

}

@media (max-width: 767px) {
	
}
@media (max-width: 768px) {

	.endereco .texto {
		font-size: 20px;
	}

	.btn-compra-atacado {
		font-size: 15px !important;
		width: 100%;
	}

	.btn-compra-varejo {
		font-size: 15px !important;
		width: 100%;
	}

	.showroom .row {
		align-items: center;
		flex-direction: column;
	}

	html #header .header-column {
		/*width: 33% !important;*/
	}

	/*html #header.header-effect-shrink .header-logo {
		width: 100% !important;
		height: auto !important;
	}

	html #header .header-logo img {
		width: 100% !important;
		height: auto !important;
	}*/

	html #header .header-two-logos {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		/*justify-content: flex-end !important;*/
	}

	html #header .header-search {
		display: flex !important;
		align-items: center !important;
		justify-content: flex-start !important;
	}

	html #header .header-only-search {
		display: flex !important;
		align-items: center !important;
		justify-content: flex-start !important;
	}

	.categoria-loja ul {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0rem !important;
	}

	.rede-sociais .row {
		padding: 0 !important;
	}

	.fashion-film .div-conteudo {
		padding: 0 !important;
	}

	.produtos p {
		font-size: 22px;
		line-height: 1.1;
	}
	
	#header .header-body.header-azul {
		position: relative !important;
	}

	.sticky-header-active #header .header-body.header-azul {
		position: fixed !important;
	}

	.mobile-menu-opened #header .header-body.header-azul {
		height: auto !important;
	}

	.showroom img {
		width: 50%;
	}

	.titulo_global h1 {
		font-size: 40px;
	}

}
@media (min-width: 768px) and (max-width: 992px) {
	
}

@media (max-width: 991px) {
	
}

@media (max-width: 992px) {
	
	html #header .header-two-logos {
		/*justify-content: center !important;*/
		justify-content: center !important;
	}

}

@media (max-width: 1024px) {
	
	#header .header-body {
		padding: 10px 0;
	}

	#header.header-effect-shrink .header-container {
		min-height: 70px !important;
	}

}

@media (min-width: 992px) {
	
	.mt-lg-6 {
		margin-top: 5rem !important;
	}

	.mb-lg-6 {
		margin-bottom: 5rem !important;
	}

	.my-lg-6 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important;
	}

	.pt-lg-6 {
		padding-top: 5rem !important;
	}

	.pb-lg-6 {
		padding-bottom: 5rem !important;
	}

	.py-lg-6 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}

	/*#header .header-container.container {
		height: 85px;
	}*/

	.sticky-header-active #header .header-container.container {
		height: 85px !important;
	}

	.div-imagem-quem {
		position: absolute;
		left: -24%;
	}

	.div-texto-quem {
		padding: 10px 180px;
	}

	.owl-carousel.owl-imagens .owl-nav button.owl-prev {
		left: -50px;
	}

	.owl-carousel.owl-imagens .owl-nav button.owl-next {
		right: -50px;
	}

}

@media (min-width: 1024px) {

	html #header .header-two-logos {
		/*justify-content: center !important;*/
		justify-content: flex-end !important;
	}

	html #header .header-search {
		margin-left: 0 !important;
	}

}