/*!
Theme Name: Look Display 2025
Theme URI: http://underscores.me/
Author: Thiago Funari
Author URI: https://funaridesign.com.br
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lookdisplay
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Look Display 2025 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: var(--laranja);
}



a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* Fonts
--------------------------------------------- */

@font-face {
    font-family: 'Khand';
    src: url('fonts/Khand-Medium.woff2') format('woff2'),
        url('fonts/Khand-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Khand';
    src: url('fonts/Khand-Light.woff2') format('woff2'),
        url('fonts/Khand-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Khand';
    src: url('fonts/Khand-Bold.woff2') format('woff2'),
        url('fonts/Khand-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Khand';
    src: url('fonts/Khand-Regular.woff2') format('woff2'),
        url('fonts/Khand-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Khand';
    src: url('fonts/Khand-Semibold.woff2') format('woff2'),
        url('fonts/Khand-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/* Estilos Iniciais
--------------------------------------------- */

html {
	overflow-x: hidden;
}


body {
	font-family: 'Khand';
	overflow-x: hidden;
	background: #fdfcfc;
}

a, span {
	transition: all 0.2s ease-in-out;
}

.centralizar {
	max-width: 1440px;
	margin: 0 auto!important;
	width: 95%;
	position: relative;
}

.padding {
	padding: 50px 0px;
}

.grid {
	display: grid;
}

.g1 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.g2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.g3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.g4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gap20 {
	gap: 20px;
}

.gap30 {
	gap: 30px;
}

.gap40 {
	gap: 40px;
}

.gap50 {
	gap: 50px;
}

.gap60 {
	gap: 60px;
}

.gap70 {
	gap: 70px;
}

.gap80 {
	gap: 80px;
}

.gap90 {
	gap: 90px;
}

.gap100 {
	gap: 100px;
}

.flex {
	display: flex;
}

.row {
	flex-direction: row;
}

.column {
	flex-direction: column;
}

:root {
	--laranja: #ea5341;
	--cinza: #47464c;
	--branco: #fff;
	--beje: #e1dec9;
	--bg: #fcfcfc;
	--verde-whats: #1C872D;	
	--verde-whats-hover: #19842a;
	--verde-whats--backup: #24a939;
}

h1, h2, h3, h4, h5 {
	color: var(--laranja);
	font-weight: 600;
}

p, span {
	color: var(--cinza);
}

a {
	color: var(--laranja);
}

a, img, button {
	transition: all 0.15s ease-in-out;
  }

  .divisor {
	background: var(--laranja);
	height: 4px;
	border-radius: 100px;
	max-width: 200px;
	margin-top: 20px;
	margin-bottom: 30px;
  }
  
  .titulo, .single .entry-header h1 {
	font-size: 42px;
	margin: 0px;
	line-height: 52px;
  }

  .texto {
	font-size: 21px;
  }


.btn-wpp-fixo {
	position: fixed;
	z-index: 4;
	bottom: 20px;
	right: 20px;
  }
  .btn-wpp-fixo .whats-flutuante {
	background: hsl(143, 64%, 40%);
	color: var(--branco);
	padding: 0px;
	border-radius: 10000px;
	width: 65px;
	height: 65px;
	display: block;
	font-size: 42px;
	text-align: center;
	box-shadow: 2px 1px 5px rgba(0,0,0,0.3);
  }
  
  .btn-wpp-fixo .whats-flutuante:hover {
	background: var(--verde-whats-hover);
  }



  .mascara-banners {
	width: 100%;
	min-height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	background:rgba(49,48,51,0.85);
	z-index: 1;
  }

  

  #inicio .centralizar {
	position: absolute;
	z-index: 3;
  }

  
  #inicio {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
	border-bottom: 3px solid var(--laranja);
}

.slider-inicio .slick-list,
.slider-inicio .slick-track,
.slider-inicio .slick-slide {
    width: 100%;
    height: 100vh;
}

.slider-inicio .slick-slide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.centro.centralizar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centraliza */
    text-align: center;
    z-index: 2; /* Mantém acima do slider */
    width: 80%; /* Evita que fique muito largo */
    color: white;
}



/* ==============================================
   HEADER TRANSPARENTE NA HOME
   ============================================== */
   .home .site-header {
    background-color: transparent !important;
    position: absolute;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease;
	top: 0;
	left: 0;
}

/* ==============================================
   CONTROLE DOS LOGOS
   ============================================== */
/* Esconde o logo padrão inicialmente na home */
.home .site-branding .custom-logo:not(.white-logo-version) {
    display: none;
    opacity: 0;
    visibility: hidden;
}

/* Mostra o logo branco na home */
.home .site-branding .white-logo-version {
    display: block;
    opacity: 1;
    visibility: visible;
}

/* ==============================================
   EFEITO DE SCROLL
   ============================================== */
.home .site-header.scrolled {
    background-color: #fff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: fixed;
}

/* Mostra o logo padrão no scroll */
.home .site-header.scrolled .site-branding .custom-logo:not(.white-logo-version) {
    display: block;
    opacity: 1;
    visibility: visible;
}

/* Esconde o logo branco no scroll */
.home .site-header.scrolled .site-branding .white-logo-version {
    display: none;
    opacity: 0;
    visibility: hidden;
}

/* ==============================================
   ESTILOS DO MENU
   ============================================== */
.home .main-navigation a {
    color: white !important;
}

.home .site-header.scrolled .main-navigation a {
    color: #333 !important;
}



/* Header inicial */
.site-header {
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease;
	height: 110px;
	top: 0;
	left: 0;
}

/* Header na home */
.home-header {
    position: absolute;
    background-color: transparent !important;
}

/* Header nas outras páginas */
.default-header {
    position: absolute;
    background-color: white !important;
}

/* Header fixado (todas páginas) */
.site-header.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    background-color: white !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);	
    height: 80px; /* Ajuste conforme a altura do seu header */;
}

/* Aplica padding-top igual à altura do header */
.main-content {
    padding-top: 80px; /* Deve ser igual à altura do header */
}

/* Na home, removemos o padding quando o header está absolute */
.home .main-content {
    padding-top: 0;
}

/* Quando o header fica fixed na home, adicionamos o padding */
.home .main-content.scrolled-main {
    padding-top: 80px;
}

/* Garante que o link do logo branco tenha display correto */
.white-logo-link {
    display: inline-block;
}

/* Mantém a consistência com o logo padrão */
.custom-logo-link,
.white-logo-link {
    line-height: 0;
}

/* Ajuste para quando ambos os logos estiverem presentes */
.site-branding {
    position: relative;
}

.home .custom-logo-link:not(.white-logo-link) {
    position: absolute;
    top: 0;
    left: 0;
}



.custom-logo-link.white-logo-link {
	max-width: 350px;
  }
  .custom-logo-link {
	max-width: 350px;
  }
  #masthead {
	display: flex;
	padding: 20px 30px;
  }
  #site-navigation {
	display: flex;
	align-items: center;
	justify-content: end;
  }
  #primary-menu {
	text-transform: uppercase;
	gap: 20px;
	font-size: 21px;
  }
  #primary-menu li a:hover {
	color: var(--beje) !important;
  }


  .home .custom-logo-link:not(.white-logo-link), .site-header.scrolled .custom-logo-link:not(.white-logo-link) {
	position: absolute;
	top: 0;
	left: 0;
	width: 210px;
  }

  .home .site-header.scrolled .site-branding .custom-logo:not(.white-logo-version), .site-header.scrolled .site-branding .custom-logo:not(.white-logo-version) {
	width: 100%;
	height: auto;
  }

  #masthead.scrolled .custom-logo-link.white-logo-link {
	display: none;
  }

  #masthead {
	border-bottom: 1px solid #e4e4e4;
  }

  #masthead.scrolled, #masthead.home-header {
	border: 0px;
  }


  
.menu-topo {
	display: flex;
	flex-direction: column;
	align-items: end;
	width: 100%;
  }
  #topbar {
	display: flex;
	padding: 0 10px;
  }

  #topbar a {
	border-right: 1px solid;
	padding: 0 10px;
	color: var(--cinza);
	text-decoration: none;
  }

  .home-header #topbar a {
	color: #fff;
  }

  .main-navigation a {	
	color: var(--cinza);
  }

  #masthead .menu-topo .main-navigation a:hover {	
	color: var(--laranja)!important;
  }

  

  #topbar .redes-sociais a {
	border-right: 0px;
}
  #topbar a:last-child {
	padding-right: 0px;
	padding-left: 0px;
  }
  .home-header #topbar a:hover {
	color: var(--beje);
  }

  #topbar a:hover {
	color: var(--laranja);
  }

  #topbar a.ctt-wpp:hover {
	color: var(--verde-whats--backup);
  }

  .home .site-header.scrolled #topbar, #masthead.site-header.scrolled #topbar {
	display: none;
  }

  #masthead.site-header.scrolled {

	padding: 15px 30px;
  }

  .menu-menu-principal-container {
	padding-top: 12px;
  }

  #primary {
	padding-top: 110px;
  }

  .home #primary {
	padding-top: 0px;
  }



  
#inicio .conteudo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 675px;
	margin: 0 auto;
  }
  #inicio .conteudo .instantshop-logo {
	max-width: 300px;
	margin: 0 auto;
  }
  #inicio .conteudo .lookdisplay-logo {
	max-width: 675px;
	margin: 0 auto;
  }
  #inicio .conteudo p, #inicio .conteudo span {
	color: var(--branco);
  }
  
  #inicio .conteudo span {
	font-size: 27px;
	margin-top: 20px;
  }
  #inicio .conteudo p {
	font-size: 27px;
	max-width: 600px;
	margin: 0 auto;
	margin-top: 25px;
  }
  #inicio .conteudo p strong {
	color: var(--bege);
	font-weight: 600;
  }


  
.btn-whats {
	background: var(--verde-whats--backup);
	color: var(--branco);
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 24px;
	border-radius: 1000px;
	display: inline-block;
	position: relative;
	line-height: 21px;
	padding: 8px 10px;
	border-bottom: 2px solid var(--verde-whats);
	margin: 0 auto;
	min-width: 315px;
	max-width: 315px;
	text-align: center;
  }

  #inicio .btn-whats {
	margin-top: 20px;
  }

  .btn-whats:hover {
	background: var(--verde-whats-hover);
	color: #fff;
}



.conteudo .btn, #load-more-cases, #load-more-projetos {
	text-transform: uppercase;
	font-size: 21px;
	text-decoration: none;
	color: var(--cinza);
	border: 1px solid;
	padding: 2px 20px;
	border-radius: 1000px;
  }
  .conteudo .btn:after, .conteudo .btn-servico:after, .conteudo .btn-case:after {
	content: '→';
	display: inline-block;
	padding-left: 5px;
	transition: all 0.2s ease-in-out;
  }
  .conteudo .btn:hover, #load-more-cases:hover, #load-more-projetos:hover {
	background: var(--laranja);
	color: var(--branco);
	border-color: var(--laranja);
  }
  
  .conteudo .btn:hover:after, .conteudo .btn-servico:hover:after, .conteudo .btn-case:hover:after {
	content: '→';
	display: inline-block;
	padding-left: 12px; 
  }

  #load-more-cases, #load-more-projetos {
	cursor: pointer;
	background: transparent;
	padding: 6px 20px;
	line-height: 21px;
	margin: 0 auto;
	display: block;
	font-family: 'Khand';
  }
  
.load-more-container {
	margin-top: 25px;
  }




  
  #a-look-display .centralizar, #produtos-e-catalogos .centralizar, #representantes .centralizar {
	justify-content: center;
	align-items: center;
  }
  #a-look-display .centralizar img {
	margin: 0 auto;
	display: block;
  }

  
  #a-look-display .centralizar {
	max-width: 1180px;
  }

  .bg-cinza {
	background-color: #f6f6f7;
  }

  .bg-cinza-escuro {
	background-color: var(--cinza);
  }



  
#servicos .servicos-lista .servico, #cases .cases-lista .case {
	background: var(--branco);
	border-radius: 20px 20px 0px 0px;
	overflow: hidden;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	position: relative;
  }
  #servicos .servicos-lista .servico .conteudo, #cases .cases-lista .case .conteudo {
	padding: 20px 30px;
	padding-bottom: 50px;
  }
  #servicos .servicos-lista .servico .conteudo .btn-servico, #cases .cases-lista .case .btn-case {
	position: absolute;
	bottom: 20px;
	left: 30px;
	text-transform: uppercase;
	font-size: 19px;
	text-decoration: none;
	 color: var(--cinza);
  }
  
  #servicos .servicos-lista .servico .conteudo .btn-servico:hover, #cases .cases-lista .case .btn-case:hover {
	color: var(--laranja);
  }

  
  #servicos .servicos-lista .servico .titulo, #cases .cases-lista .case .titulo {
	font-size: 21px;
	line-height: 26px;
  }
  #servicos .servicos-lista .servico .texto {
	font-size: 17px;
	margin-top: 10px;
	margin-bottom: 20px;
  }
  #servicos .servicos-lista .servico .texto ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
  }
  #servicos .servicos-lista .servico .texto ul li {
	margin-bottom: 5px;
  }

  
#servicos .centralizar .conteudo, #cases .centralizar .conteudo {
	text-align: center;
	max-width: 960px;
	margin: 0 auto;
  }
  #servicos .centralizar .servicos-lista .conteudo, #cases .centralizar .cases-lista .conteudo {
	text-align: left;
  }

.case .titulo {
	text-wrap: balance;
}


  .chamada-pdf {
	font-size: 21px;
  }

  .produtos-lista .produto img {
	max-width: 33px;
  }

  
.produtos-lista .produto {
	display: flex;
	gap: 15px;
	position: relative;
	align-items: center;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	background: var(--branco);
	border-radius: 10px;
	padding: 10px 15px;
  }
  

.produto-clickable {
  text-decoration: none;
}

.produto-clickable:hover {
  text-decoration: underline;
}

  .produto-item .produto-clickable h3 {
	margin: 0;
	width: 100%;
  }
  .produtos-lista {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 10px;
  }

 

  .produtos-lista .produto:hover {
	background-color: var(--bege);
	cursor: pointer;
  }





  /* Container de produtos */
.produtos-container {
    display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 10px;
}



/* Item do produto */
.produto-item .produto-clickable {
    display: flex;
	gap: 15px;
	position: relative;
	align-items: center;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	background: var(--branco);
	border-radius: 10px;
	padding: 10px 15px;
}

.produto-item .produto-clickable:hover {
    background-color: var(--bege);
	cursor: pointer;
}

.produto-item .produto-clickable img {
	max-width: 33px;
  }

/* Estilo do popup */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.popup-overlay.ativo {
    opacity: 1;
    visibility: visible;
}

.popup-inner {
    background-color: white;
    padding: 40px;
    border-radius: 10px;
    max-width: 655px;
	min-width: 450px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    text-align: center;
}

.popup-icone {
    max-width: 33px;
    margin-bottom: 0px;
}

.popup-titulo {
    margin-bottom: 5px;
    color: var(--laranja);
	margin-top: 0px;
	font-size: 21px;
}

.popup-texto {
	margin-bottom: 0px;
	font-size: 17px;
	margin-top: 0px;
  }

.fechar-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

.popup-formulario .wpforms-container-full {
	margin: 0px!important;
	margin-top: 15px!important;
}

.popup-formulario .wpforms-container .wpforms-field, .popup-formulario .wp-core-ui div.wpforms-container .wpforms-field {
	padding-top: 0px;
  }

  .popup-formulario .wpforms-submit-container {
	margin-top: 0px !important;
  }

/* Responsivo */
@media (max-width: 768px) {
    .popup-inner {
        padding: 30px 20px;
    }
}


.popup-mensagem-sucesso {
    text-align: center;
    padding: 0px;
	padding-top: 0px;
}

.popup-mensagem-sucesso .icone-sucesso {
    margin-bottom: 20px;
}

.popup-mensagem-sucesso h3 {
    color: green;
    margin-bottom: 15px;
}

.popup-mensagem-sucesso p {
	margin-bottom: 0px;
	font-size: 17px;
	margin-top: 0px;
  }

.popup-mensagem-sucesso button {
    background: var(--laranja);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.form-loader {
    padding: 15px;
    background: #f8f9fa;
    border-radius: 5px;
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
    color: var(--laranja);
}


.wpforms-error-container {
    padding: 15px;
    background: #fff8f8;
    border: 1px solid #ffdddd;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #d63638;
}

.form-loader {
    padding: 15px;
    background: #f8f9fa;
    border-radius: 5px;
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
    color: var(--laranja);
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% { opacity: 0.6; }
    50% { opacity: 1; }
    100% { opacity: 0.6; }
}




/* Estilo para a lista de downloads */
.popup-mensagem-sucesso {
    max-width: 600px;
    margin: 0 auto;
    padding: 0px;
}

.instrucoes-download {
    margin-bottom: 20px;
    font-size: 1.1em;
    color: var(--cinza);
    text-align: center;
}

.lista-downloads {
    margin: 25px 0;
}

.item-download {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    border-bottom: 1px solid #e0e0e0;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.3s;
}

.item-download:nth-child(odd) {
	background: #f8f9fa;
  }

.item-download:hover {
    background-color: #ebedee;
}

.item-download:last-child {
    border-bottom: none;
}



  .lista-downloads {
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	overflow: hidden;
  }

.info-arquivo {
    flex: 1;
    text-align: left;
}

.info-arquivo strong {
    display: block;
    margin-bottom: 5px;
    color: var(--laranja);
    font-size: 1.1em;
}

.info-arquivo p {
    margin: 0;
    color: #666;
    font-size: 17px;
}

.icone-download img {
    width: 40px;
    height: 40px;
    margin-left: 15px;
    transition: transform 0.3s;
}

.item-download:hover .icone-download img {
    transform: scale(1.1);
}

/* Botão de fechar no canto superior direito */
.fechar-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: var(--cinza);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.fechar-popup:hover {
    color: var(--laranja);
}

/* Ajuste no popup-inner para espaço do botão */
.popup-inner {
    position: relative;
    padding-top: 40px; /* Espaço para o botão */
}


#cases .cases-lista .case .conteudo {
	padding-bottom: 70px;
  }


  
.mapa-iframe {
	overflow: hidden;
	border-radius: 20px;
	max-width: 90%;
	margin: 0 auto;
	display: block;
	max-height: 440px;
  }
  .quadrado {
	border: 2px solid var(--laranja);
	width: 200px;
	height: 200px;
	border-radius: 20px;
	position: absolute;
	top: -30px;
	left: 0;
  }
  
  .quadrado-full {
	background: var(--laranja);
	width: 200px;
	height: 200px;
	border-radius: 20px;
	position: absolute;
	bottom: -30px;
	right: 0;
  }
  .mapa {
	position: relative;
  }

  
#representantes.padding, #showrooms.padding {
	padding: 80px 0px;
  }

  #showrooms.padding {
	padding-top: 100px;
  }

#representantes .grid {
	max-width: 1280px;
  }
  

#representantes em {
  font-style: initial;
  font-size: 18px;
}

  
  .bg-laranja {
	background: var(--laranja);
	border-radius: 20px;
	max-width: 1295px;
	padding: 30px 40px;
  }

  
#showrooms .grid {
	position: relative;
  }
  #showrooms .imagem {
	position: absolute;
	top: -30px;
	left: 30px;
	overflow: hidden;
  }

  
#showrooms .mascara {
	min-height: 340px;
  }
  #showrooms .grid {
	align-items: center;
  }
  #showrooms .grid .titulo, #showrooms .grid .texto p {
	color: var(--branco);
  }
  #showrooms .imagem img {
	border-radius: 20px;
  }

 

  #showrooms .conteudo .btn {
	background: var(--branco);
	border-color: var(--branco);
  }

  #showrooms .conteudo .btn:hover {
	background: var(--branco);
	border-color: var(--branco);
	color: var(--laranja);
  }

  #showrooms .texto p {
	max-width: 540px;
  }

  
#contato .centralizar {
	max-width: 940px;
	text-align: center;
  }
  textarea {
	resize: none !important;
  }
  #wpforms-35 {
	margin: 0px;
  }
  #contato .texto p {
	margin-bottom: 15px;
  }
  
  #wpforms-form-35 .wpforms-field {
	padding-top: 0px !important;
  }
  #contato .wpforms-submit, .popup-formulario .wpforms-submit {
	text-transform: uppercase !important;
	font-size: 21px !important;
	text-decoration: none !important;
	color: var(--cinza) !important;
	border: 1px solid !important;
	padding: 2px 20px !important;
	border-radius: 1000px !important;
	background: transparent !important;
	font-weight: 500 !important;
  border-color: var(--cinza) !important;
	min-width: 200px !important;
  }
  
  #contato .wpforms-submit:hover, .popup-formulario .wpforms-submit:hover {
  border-color: var(--laranja) !important;
	background: var(--laranja) !important;
	color: var(--branco) !important;
	margin-top: 0px !important;
	
  }
  
  .wpforms-submit-container {
	margin-top: 0px !important;
  }


  
#colophon .logo-rodape {
	text-align: center;
	max-width: 415px;
	margin: 0 auto;
	padding-bottom: 30px;
  }

  
.centralizar.menus-rodape {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr;
	justify-content: center;
	max-width: 985px;
  }
  .contato-rodape {
	display: flex;
	flex-direction: column;
  }
  .contato-rodape a {
	text-decoration: none;
  }
  .centralizar.menus-rodape, .centralizar.menus-rodape a {
	color: var(--branco);
	text-decoration: none;
  }
  .centralizar.menus-rodape ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
  }
  .centralizar.menus-rodape h2 {
	text-transform: uppercase;
	color: var(--branco);
	font-size: 17px;
	margin: 0px;
  }
  .lista-catalogos-rodape span {
	color: var(--branco);
	text-transform: uppercase;
	cursor: pointer;
  }
  
  .lista-catalogos-rodape span:hover, .contato-rodape a:hover, .centralizar.menus-rodape a:hover {
	color: var(--beje);
  }

  
.menu-rodape .menu-menu-principal-container {
	padding: 0px;
  }

  
.menu-rodape .menu-menu-principal-container {
	padding: 0px;
  }
  .centralizar.menus-rodape a.ctt-wpp {
	color: #33d26f;
	font-size: 18px;
  }
  .centralizar.menus-rodape a.ctt-wpp:hover {
	color: var(--verde-whats--backup);
  }
  
  .menu-rodape .redes-sociais {
	display: flex;
	gap: 10px;
	font-size: 18px;
	margin-top: 15px;
  }

  
#colophon {
	border-top: 3px solid var(--laranja);
	padding-bottom: 0px;
  }
  .site-copy {
	width: 100%;
	border-top: 1px solid #5a595e;
	margin-top: 40px;
	padding-bottom: 20px;
	text-align: center;
  }
  .site-copy .centralizar {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding-top: 20px;
  }
  .site-copy .centralizar a, .site-copy .centralizar span {
	color: var(--branco);
	text-decoration: none;
  }
  
  .site-copy .centralizar a:hover {
	color: var(--beje)!important;
  }


  .single article img {
	border-radius: 20px;
  }
  .single .post-thumbnail img {
	margin: 0 auto;
	display: block;
  }
  .single .entry-header {
	text-align: center;
  }
  .single .entry-header h1 {
	font-size: 46px;
	margin-bottom: 15px;
  }
  .single #primary article .centralizar {
	max-width: 985px;
  }
  .single .entry-content p {
	font-size: 21px;
  }

  .gallery figure {
	margin: 0px;
  }

  .single #cases .titulo {
	margin-bottom: 20px;
  }
  
  .single article {
	padding-bottom: 30px;
  }

  .texto p {
	margin-top: 10px;
  }


  #produtos-e-catalogos .btn-whats.mobile {
	display: none;
  }

#produtos-e-catalogos .texto {
  text-wrap: balance;
}
#produtos-e-catalogos .centralizar {
  max-width: 1200px;
}


  .single .entry-header h1 {
	margin-top: 30px;
  }


  #rmp_menu_trigger-236.homepage-menu-trigger .responsive-menu-pro-inner, #rmp_menu_trigger-236.homepage-menu-trigger .responsive-menu-pro-inner::before, #rmp_menu_trigger-236.homepage-menu-trigger .responsive-menu-pro-inner::after {
	background-color: #fff;
  }


  #rmp_menu_trigger-236 {
	animation: fadeIn 1s ease-in-out 1 forwards;
  }
  
  @keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
  }

  #rmp-menu-wrap-236 .rmp-menu-item-link {
	padding: 0px!important;
  }
  

  .post-type-archive #cases.padding {
	padding-top: 30px;
  }
  
  
.titulo {
  text-wrap: balance;
}



article ul {
  margin: 0px;
  font-size: 19px;
	margin-top: -20px;
}

ul li::marker {
  color: var(--laranja)!important;
}


.gallery figure a:hover {
  filter: brightness(1.1);
}



#servicos .servicos-lista .servico, #cases .cases-lista .case {
  overflow: hidden;
}
.link-mascara {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

.case:hover h3, .servico:hover h3 {
  color: var(--cinza);
}

.case:hover img, .servico:hover img  {
  filter: brightness(1.1);
}

.case:hover .btn-case, .servico:hover .btn-servico {
	color: var(--laranja)!important;
  }

  
  .case:hover .btn-case:after, .servico:hover .btn-servico:after {
	content: '→';
	display: inline-block;
	padding-left: 12px; 
  }


.wp-video {
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}

.single .entry-header h1 {
  text-wrap: balance;
}


.redes-sociais {
  display: flex;
  gap: 10px;
  font-size: 21px;
}


.single-case article.case .entry-title:before {
  content: 'Case: ';
}


.single-projeto article.projeto .entry-title:before {
  content: 'Estudo de layout: ';
}

#rmp-menu-additional-content-236 {
  padding-bottom: 20px;
}

 #inicio .conteudo .instantshop-logo {
  max-width: 200px;
}
#inicio .conteudo .lookdisplay-logo {
  max-width: 410px;
}
#inicio .conteudo p {
  font-size: 21px;
  max-width: 980px;
}
#inicio .conteudo span {
  font-size: 21px;
}
#inicio .centralizar {
  transform: translate(-50%, -42%);
}


  @media screen and (max-width: 1500px) {
	  
	 

  #servicos .servicos-lista .servico .conteudo, #cases .cases-lista .case .conteudo {
	padding: 10px 20px;
	padding-bottom: 50px;
  }

  #cases .cases-lista .case .conteudo {
	padding-bottom: 70px;
  }

  #servicos .servicos-lista .servico .conteudo .btn-servico, #cases .cases-lista .case .btn-case {
	left: 20px;
  }

  }

  @media screen and (max-width: 1400px) {
	
	
#servicos .centralizar .g4 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #servicos .servicos-lista .servico {
	display: grid;
	max-height: 290px;
	grid-template-columns: 1.5fr 2fr;
  }
  #servicos .servicos-lista .servico .conteudo {
	padding: 20px;
  }
  #servicos .servicos-lista .servico img {
	width: 100%;
  }
  #servicos .servicos-lista .servico .conteudo .btn-servico {
	position: absolute;
	left: 20px;
  }
  #servicos .servicos-lista .servico .conteudo {
	position: relative;
	width: 100%;
  }

  


  }


  @media screen and (max-width: 1300px) {

  #servicos .servicos-lista .servico {
    display: grid;
    max-height: 380px;
    grid-template-columns: 1.8fr 2fr;
    min-height: 260px;
  }

  #showrooms .grid.g2.gap50 {
	gap: 100px;
  }

}


@media screen and (max-width: 1240px) {

	#servicos .servicos-lista .servico {
		display: grid;
		max-height: inherit;
		grid-template-columns: 1fr;
		min-height: inherit;
	  }

	  #servicos .servicos-lista .servico .conteudo .btn-servico {
		position: relative;
		left: inherit;
		bottom: 0px;
	  }

	  .servicos-lista.grid.g4.gap20 {
		max-width: 900px;
		margin: 0 auto;
	  }

	 

  
  }

  @media screen and (max-width: 1200px) {
	
  .menu-topo {
	display: none;
  }


  .custom-logo-link {
	max-width: 270px;
  }


  #cases .cases-lista.grid.g4.gap20 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 900px;
	margin: 0 auto;
  }
  #a-look-display .centralizar.grid.g2.gap100 {
	grid-template-columns: 1fr;
	max-width: 900px;
  }


  #cases .cases-lista.grid.g4.gap20 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 900px;
	margin: 0 auto;
  }
  #a-look-display .centralizar.grid.g2.gap100 {
	grid-template-columns: 1fr;
	max-width: 900px;
  }
  #showrooms .grid.g2 {
	grid-template-columns: 1.2fr 1.5fr;
	gap: 50px;
  }
  #showrooms .imagem {
	max-width: 45%;
	left: 20px;
	top: -15px;
  }
  .centralizar.bg-laranja {
	padding: 0px;
  }

}

@media screen and (max-width: 980px) {
	
	.post-type-archive #cases.padding {
	padding-top: 20px;
  }

	
#produtos-e-catalogos .grid.g2, #showrooms .grid.g2, #representantes .grid.g2 {
	grid-template-columns: 1fr;
  }
  #a-look-display .centralizar.grid.g2.gap100, #servicos .gap80, #produtos-e-catalogos .gap80 {
	gap: 30px;
  }
  
  #showrooms .grid.g2.gap50 {
	gap: 0px;
  }
  
  #showrooms .imagem {
	  max-width: 45%;
	  top: -15px;
	  right: 0px;
	  left: 0px;
	  margin: 0 auto;
	}
  .bg-laranja {
	text-align: center;
	max-width: 100%;
	padding: 30px !important;
	padding-bottom: 40px!important;
  }
  #showrooms .imagem {
	max-width: 460px;
	width: 100%;
  }
  #showrooms .texto p {
	max-width: 100%;
  }
  #showrooms.padding {
	padding-top: 70px;
  }


  #inicio .conteudo .lookdisplay-logo {
	width: 90%;
  }

  #inicio .conteudo .instantshop-logo {
    width: 50%;
  }

  #showrooms.padding {
	padding-bottom: 0px;
  }

  #representantes .grid.g2 {
	gap: 70px;
  }

  .centralizar {
	max-width: 900px;
  }

  .single .entry-header h1 {
	font-size: 38px;
  }


}

@media screen and (max-width: 700px) {
	
	#representantes em {
  font-size: 17px;
}
	
	#representantes .mapa {
		display: none;
	}

.titulo {
	font-size: 38px;
	line-height: 48px;
  }
  

  .single .entry-header h1 {
	margin-top: 20px;
  }

  

}
@media screen and (max-width: 650px) {
	#servicos .centralizar .g4 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

}

@media screen and (max-width: 600px) {

	.centro.centralizar {
		width: 95%;
	  }

	  #inicio .conteudo p {
		font-size: 18px;
	  }

	  .titulo {
		font-size: 30px;
		line-height: 40px;
	  }

	  .texto p, p {
		font-size: 18px;
	  }

	  #servicos .centralizar .conteudo .titulo {
		max-width: 100%;
		margin: 0 auto;
	  }

	  .centralizar {
		width: 90%;
	  }

	  .padding {
		padding: 40px 0px;
	  }
	  
#servicos .servicos-lista .servico .titulo {
	max-width: 100%;
  }

  #produtos-e-catalogos .btn-whats {
	display: none;
  }

  #produtos-e-catalogos .btn-whats.mobile {
	display: block;
	margin-top: 20px;
  }
  
  #produtos-e-catalogos .gap80 {
	gap: 0px;
  }

  .popup-inner {
	max-width: 95%;
	min-width: 95%;
	margin: 0 auto;
  }

  .popup-mensagem-sucesso {
	padding: 10px;
  }

  #cases .cases-lista.grid.g4.gap20 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  #showrooms .imagem {
	position: relative;
	width: 100%;
	margin-top: -30px;
  }
  #showrooms .mascara {
	display: none;
  }


  .mapa-iframe {
	max-height: 350px;
  }


  
#colophon .logo-rodape {
	max-width: 85%;
  }
  .centralizar.menus-rodape {
	grid-template-columns: 1fr;
	text-align: center;
	gap: 20px;
  }
  .centralizar.menus-rodape a.ctt-wpp {
	font-size: 21px;
  }
  .centralizar.menus-rodape .redes-sociais {
	display: flex;
	justify-content: center;
	gap: 10px;
	font-size: 21px;
	margin-top: 20px;
  }

  
 

  .custom-logo-link.white-logo-link, .custom-logo-link {
    max-width: 200px;
    margin: 0 auto;
    display: block;
  }
  #masthead {
	justify-content: center;
  }
  .home .custom-logo-link:not(.white-logo-link), .site-header.scrolled .custom-logo-link:not(.white-logo-link) {
	position: relative;
  }

  #masthead.site-header.scrolled {
	padding: 10px;
  }
	 
  .site-header.scrolled, .site-header {
	height: 70px;
  }

  #masthead {
	padding: 12px;
  }


  #inicio .conteudo span {
	font-size: 21px;
	margin-top: 20px;
  }

  #primary {
	padding-top: 70px;
  }


  .single .entry-content p {
	font-size: 18px;
  }
	
	
	
.redes-sociais {
  display: flex;
  gap: 10px;
  font-size: 21px;
}
.menu-rodape, .catalogos-rodape {
  display: none;
}

 
	
.centralizar.menus-rodape .redes-sociais {
  margin-top: 0px;
}
	
	
	#servicos .centralizar .conteudo, #cases .centralizar .conteudo {
  text-align: left;
  margin: 0 auto;
}
	#contato .centralizar {
		text-align: left;
	}
	
	#showrooms.padding {
  padding-top: 70px;
}
	
	#representantes.padding {
  padding-top: 30px;
}
	
.titulo {
    font-size: 28px;
    line-height: 40px;
  }
	
.contato-rodape {
  gap: 10px;
}
	
	
.conteudo .texto {
  text-wrap: balance;
}
	
}

@media screen and (max-width: 400px) {

	.bg-laranja {
		padding: 20px !important;
	}


	#representantes.padding, #showrooms.padding {
		padding: 50px 0px;
	  }
	  
	  .home #primary {
		padding-bottom: 30px;
	  }

	  .titulo, .single .entry-header h1 {
		font-size: 28px;
		line-height: 36px;
	  }

	  .gallery {
		grid-gap: 1em;
		margin-bottom: 1em;
	  }
	  
}

@media screen and (max-width: 380px) {

	.titulo, .single .entry-header h1 {
    font-size: 27px;
    line-height: 36px;
  }

}