/*!
Theme Name: Lazzarini
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: lazzarini
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.

Lazzarini 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: #fcfcfc;
}

body.home {
	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: 235px;
}

.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;
}



html {
	overflow-x: hidden;
}


body {
	font-family: "Poppins", serif;
	overflow-x: hidden;
}

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

.centralizar {
	max-width: 1200px;
	margin: 0 auto!important;
	width: 90vw;
	position: relative;
}

:root {
	--laranja: #FFA000;
	--cinza-texto: #666666;
	--verde-escuro: #004232;
	--cinza-bg: #F3F3F3;
	--laranja-dark: #eb6c11;
	--verde-whats: #24a939;	
	--verde-whats-hover: #19842a;
	--verde-whats--backup: #24a939;
}

h2, h3, h4, h5, p, span {
	color: var(--preto);
}

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

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

  .custom-logo {
	max-width: 220px;
  }


.btn-wpp-fixo {
	position:fixed;
	z-index: 100;
	bottom:20px;
	right:20px
  }
  .btn-wpp-fixo .whats-flutuante {
	background:var(--verde-whats);
	color:var(--branco);
	padding:0;
	border-radius:10000px;
	width:65px;
	height:65px;
	display:block;
	font-size:42px;
	text-align:center;
	box-shadow:2px 1px 5px rgb(0 0 0 / .3);
	color: #fff;
  }
  .btn-wpp-fixo .whats-flutuante:hover {
	background:var(--verde-whats-hover)
  }



  
#masthead {
	background: #fff;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
	width: 100%;
  }
  #masthead .centralizar {
	display: flex;
  }
  .top-bar-menu {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: end;
  }
  #primary-menu {
	justify-content: end;
	gap: 30px;
	text-transform: uppercase;
	font-family: "Oswald", serif;
  }
  
#primary-menu .current_page_item > a, .sub-menu .current-menu-item > a {
	color: var(--laranja);
  }


  #topbar {
	background: var(--laranja);
	border-radius: 0px 0px 20px 20px;
  }
  #topbar a {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
  }
  #topbar {
	display: flex;
	justify-content: center;
	gap: 90px;
	font-size: 17px;
	position: relative;
	padding: 15px 50px;
  }
  #topbar a i, footer a i, .tel-email a i, .redes-sociais a i  {
	border: 2px solid;
	padding: 5px;
	border-radius: 10000px;
	width: 30px;
	height: 30px;
	text-align: center;
  }

  #topbar::before {
	content: '';
	width: 0px;
	height: 0px;
	border-left: 30px solid transparent;
	border-right: 0px solid transparent;
	border-top: 49px solid var(--laranja);
	display: block;
	position: absolute;
	left: -28px;
	top: 0px;
  }

  #topbar a:hover {
	text-decoration: underline;
  }


  
	#primary-menu {
	padding: 30px 55px 0px 0px;
	font-size: 25px;
	font-weight: 500;
  }
  .main-navigation a {
	color: var(--verde-escuro);
  }

  .main-navigation a:hover {
	color: var(--laranja);
  }
  .site-branding {
	padding-top: 5px;
  }

  
#topbar a:hover {
	text-decoration: underline;
  }
  
  .redes-sociais a i {
	transition: 0.1s all ease-in-out;
  }
  
  .redes-sociais a:hover i {
	background: #fff;
	color: var(--laranja);
	border-radius: 1000px;
	border: 2px solid #fff!important; 
  }


  
.chamada-inicio {
	position: absolute;
	z-index: 1;
	
  }
  #inicio {
	height: inherit;
	overflow: hidden;
	position: relative;
	z-index: 10;
  }
  #inicio .centralizar {
	position: absolute;
	right: 0;
	left: 0;
	height: 100%;
	display: flex;
	align-items: center;
	z-index: 2;
	justify-content: center;
  }


  
.chamada-inicio h1, .chamada-inicio p {
	color: #fff;
  }
  .chamada-inicio {
	max-width: 650px;
	text-align: center;
	  background: var(--verde-escuro);
  padding: 20px;
    padding-bottom: 20px;
  border-radius: 10px 10px 0px 0px;
  }
  .chamada-inicio h1 {
	margin: 0px;
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 20px;
  }
  .chamada-inicio p {
	font-size: 24px;
	margin-top: 10px;
  }
  .btn-laranja {
	background: var(--laranja);
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 24px;
	padding: 9px 30px;
	border-radius: 1000px;
	font-weight: 600;
	display: inline-block;
  }

  .btn-laranja:hover {
	filter: brightness(1.1);
	color: #fff;
	
  }


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



  
#quem-somos {
	display: flex;
	gap: 50px;
	align-items: center;
  }
  #quem-somos .conteudo {
	max-width: 600px;
	display: flex;
	flex-direction: column;
	align-items: anchor-center;
  }
  .conteudo .titulo {
	font-size: 40px;
	margin: 0px;
	text-align: left;
  }
  .conteudo .texto {
	font-size: 21px;
  }

  .margem {
	padding: 50px 0px;
  }

  #quem-somos .btn-laranja {
	max-width: 197px;
	text-align: center;
  }



  #servicos {
	background: #F3F3F3;
  }

  

  .servico-item {
	text-align: center;
	text-transform: uppercase;
	font-family: "Oswald", serif;
	font-size: 21px;
  }
  .servico-item a {
	color: var(--cinza-texto);
	text-decoration: none;
  }
  .servico-item a:hover {
	color: var(--laranja);
  }
  .servico-item a h3 {
	margin: 0px;
	font-weight: 500;
  }

.servico-item a img {
	max-width: 160px;
  }
  .servico-item a:hover img {
	filter: brightness(1.1);
  }

  .servicos-wrapper {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 50px;
  }

  .servico-item:nth-child(odd) {
	padding-top: 60px;
  }


.servicos-wrapper .servico-item:last-child h3 {
  max-width: 115px;
  margin: 0 auto;
}

  .titulo {
	color: var(--laranja);
	text-align: center;
	font-size: 35px;
	margin-top: 0px;
  }

  
.borda-curva.cinza {
	width: 100%;
	height: auto;
	display: block;
  }
  #servicos {
	margin-top: -10px;
  }
  .borda-curva.cinza {
	margin-top: -200px;
  }



  .bg-maos {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
  }
  .banner-rodape .conteudo.centralizar {
	position: absolute;
	right: 0;
	left: 0;
	max-width: 58%;
	z-index: 2;
	display: flex;
	gap: 15px;
	justify-content: center;
	align-items: center;
	margin-top: 19%!important;
  }
  .banner-rodape .chamada-titulo {
	max-width: 400px;
  }
  .banner-rodape .chamada-titulo h2 {
	margin: 0px;
	font-size: 46px;
  }
  .banner-rodape .chamada-destaque h3 {
	margin: 0px;
	font-family: "Oswald", serif;
	color: var(--laranja);
	font-size: 60px;
	margin: 0px;
  }
  .banner-rodape .chamada-destaque {
	text-align: center;
	min-width: 520px;
  }
  .banner-rodape .chamada-destaque p {
	font-size: 30px;
	font-weight: 600;
	margin: 0px;
  }

  
#clientes-home {
	background: var(--verde-escuro);
	color: #fff;
  }
  .banner-rodape {
	margin-bottom: 0px !important;
  }

  #clientes-home .titulo {
	color: #fff;
  }

  
.cliente-logo {
	border: 1px solid;
	text-align: center;
	display: flex;
	justify-content: center;
	align-content: center;
	border-right: 0px;
  }
  .cliente-logo img {
	margin: 0 auto;
  }

  
#blog .centralizar {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 50px;
  }
  .subtitulo {
	text-transform: uppercase;
	font-size: 21px;
	color: var(--laranja);
  }
  #blog .titulo {
	color: var(--verde-escuro);
  }

  
.ultimo-post-item .titulo-post {
	text-transform: uppercase;
	font-weight: 600;
	margin: 0px;
	margin-bottom: 10px;
  }
  .ultimo-post-item .titulo-post a {
	color: var(--verde-escuro);
	text-decoration: none;
	margin: 0px;
  }
  .ultimo-post-item .titulo-post a:hover {
	color: var(--laranja);
  }

  .ultimo-post-item .descricao-post {
	font-size: 14px;
	margin: 0px;
	margin-bottom: 10px;
  }
  .ultimo-post-item {
	padding-left: 20px;
	border-left: 2px solid var(--laranja);
  }
  .ultimos-posts-wrapper {
	display: flex;
	flex-direction: column;
	gap: 25px;
  }
  .ultimos-posts .subtitulo {
	margin-bottom: 20px;
	display: block;
  }

  
.link-saiba-mais {
	text-decoration: none;
	background: #C9C9C9;
	padding: 2px 15px;
	border-radius: 100px;
	color: #fff;
  }
  .link-saiba-mais:hover {
	background: var(--laranja);
  }

  .container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }
  
  /* Then style the iframe to fit in the container div with full height and width */
  .responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
  }


  
#colophon {
	background: var(--verde-escuro);
	margin-top: -7px;
	padding: 50px 0px;
  }
  #colophon a {
	color: #fff;
	text-decoration: none;
  }
  #colophon a:hover {
	color: var(--laranja);
  }

  
  #colophon .centralizar {
	display: grid;
	grid-template-columns: 1fr 1.2fr 1fr;
  }

  
.rodape-box iframe {
	border: 0px;
  }
  
  .rodape-box:first-child {
	display: flex;
	flex-direction: column;
	gap: 20px;
  }
  
  .rodape-box:first-child img {
	max-width: 266px;
  }
  
  .rodape-box:nth-child(2) {
	display: flex;
	gap: 40px;
  }
  
  .rodape-box:nth-child(2) ul {
	margin: 0px;
	padding: 0px;
	gap: 25px;
	display: flex;
	flex-direction: column;
  }
  
.rodape-box .menu h2 {
	margin: 0px;
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 600;
	margin-top: 5px;
  }


  .main-navigation ul ul {
	flex-direction: column;
	border-radius: 10px;
	background: #fff;
  }
  .main-navigation ul ul li {
	padding: 5px 15px;
	font-size: 17px;
  }

 .main-navigation ul ul li:first-child {
  padding-top: 10px;
}

  .menu-item-has-children::after {
	content: '\f0d7';
	font-family: FontAwesome;
	position: absolute;
	right: -9px;
	font-size: 8px;
	bottom: 3px;
  }
  .menu-item-has-children:hover:after {
	color: var(--laranja);
  }


  
#sobre-nos h1 {
	color: var(--laranja);
	font-weight: normal;
	display: block;
	text-align: center;
	max-width: 725px;
	margin: 0 auto;
	background: #fff;
	padding: 25px 0px;
  }
  #sobre-nos h1 strong {
	display: block;
	text-transform: uppercase;
	font-size: 46px;
	font-family: "Oswald", serif;
  }
  
  #sobre-nos {
	padding: 90px;
  }
  #masthead {
	position: relative;
	z-index: 100;
  }


  #quem-somos-pagina {
	display: flex;
	gap: 60px;
	align-items: center;
	justify-content: center;
  }

  #sobre-nos {
  min-height: 70vh;
}

.citacao h2 {
	font-family: "Oswald", serif;
	font-weight: normal;
	font-size: 34px;
	text-transform: uppercase;
	color: var(--laranja);
	width: 420px;
	position: relative;
	margin: 50px 0px;
  }
  
  .citacao h2::before {
	content: '';
	background-image: url(https://previewsite.com.br/lazzarini/wp-content/uploads/2025/01/ico-1-citacao-cinza.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	background-size: contain;
	width: 70px;
	height: 52px; 
	top: -60px;
	left: 0px;
  }
  
  .citacao h2::after {
	content: '';
	background-image: url(https://previewsite.com.br/lazzarini/wp-content/uploads/2025/01/ico-2-citacao-cinza.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	background-size: contain;
	width: 70px;
	height: 52px; 
	bottom: -55px;
	right: 0px;
  }

  

  .borda-curva.cinza-sobre-nos {
	margin-top: -80px;
  }

  #galeria-sobre-nos {
	background: var(--cinza-bg);
	margin-top: -8px;
  }
  
.imagens-popup {
	display: flex;
	gap: 15px;
	justify-content: center;
	align-items: center;
  }
  .img-grid {
	display: flex;
	flex-direction: column;
	gap: 15px;
  }

  #galeria-sobre-nos h2, #depoimentos h2, #premios h2 {
	text-align: center;
	margin: 0px;
	margin-top: -25px;
	margin-bottom: 30px;
	color: var(--laranja);
  }
  .textos-popup {
	display: none;
  }



  .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup.visible {
    opacity: 1;
    visibility: visible;
}

.popup-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    max-width: 600px;
    width: 90%;
	position: relative;
}

.close-popup {
	position: absolute;
	top: 5px;
	right: 15px;
	font-size: 24px;
	cursor: pointer;
	color: black;
  }

.img-pop {
	cursor: pointer;
}

.img-pop:hover {
	cursor: pointer;
	filter: brightness(1.1);
}



.depoimentos .card {
	margin: 0 15px;
	background: #fff;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
	border-radius: 20px;
	padding: 30px;
  }
  .depoimentos .card p {
	margin-top: 0px;
  }
  .depoimentos .card h3 {
	  text-transform: uppercase;
	  font-size: 19px;
	  text-align: left;
	  font-family: "Oswald", serif;
	  margin: 0px;
	}
  
.depoimentos .card ul {
  padding: 0;
  margin: 0;
  list-style-position: inside;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

  .nome-cargo {
	text-align: center;
  }
  .nome-cargo span {
	font-size: 15px;
  }

  .depoimentos .slick-track, .slide-certificados .slick-track {
	padding-bottom: 30px;
  }

  #depoimentos .btn-laranja {
	margin: 0 auto;
	width: 465px;
	display: block;
  }

  #depoimentos.margem {
	padding-top: 15px;
  }

  
#depoimento-destaque {
	background: var(--verde-escuro);
	color: #fff;
	text-align: center;
  }
  #depoimento-destaque .card p {
	text-transform: uppercase;
	color: #fff;
	font-size: 21px;
	font-family: "Oswald", serif;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
  }
  #depoimento-destaque .card h3 {
	margin-bottom: 0px;
	color: var(--laranja);
  }



  #depoimento-destaque .card p::before {
	content: '';
	background-image: url(https://previewsite.com.br/lazzarini/wp-content/uploads/2025/01/ico-1-citacao-laranja.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	background-size: contain;
	width: 40px;
	height: 26px;
	top: -0px;
	left: -45px;
  }
  
  #depoimento-destaque .card p::after {
	content: '';
	background-image: url(https://previewsite.com.br/lazzarini/wp-content/uploads/2025/01/ico-2-citacao-laranja.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	background-size: contain;
	width: 40px;
	height: 26px;
	bottom: 0px;
	right: -45px;
  }

  


  .slide-certificados .card {
	margin: 0 15px;
	background: #fff;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
	border-radius: 20px;
	padding: 30px;
	transition: all 0.15s ease-in-out;
  }

  
.slide-certificados .card {
	display: flex!important;
	flex-direction: column;
	text-align: center;
  }
  
  .slide-certificados .card h3 {
	font-family: "Oswald", serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 21px;
	margin: 0px;
	margin-bottom: 15px;
  }
  
  .slide-certificados .card span {
	margin-bottom: 15px;
  }
  
  .slide-certificados .card .btn-laranja {
	font-size: 17px;
  }

  #premios h2 {
	margin-top: 0px;
  }


  
  .slide-certificados .slick-prev, .slide-certificados .slick-next {
	width: 50px;
	height: 50px;
  }
  .slide-certificados .slick-next {
	right: -55px;
  }
  .slide-certificados .slick-next::before {
	content: '';
	background: url(https://previewsite.com.br/lazzarini/wp-content/uploads/2025/01/seta-direita.png);
	  background-size: auto;
	width: 50px;
	height: 50px;
	background-size: contain;
	display: block;
  }
  
  .slide-certificados .slick-prev {
	left: -55px;
  }
  .slide-certificados .slick-prev::before {
	content: '';
	background: url(https://previewsite.com.br/lazzarini/wp-content/uploads/2025/01/seta-esquerda.png);
	  background-size: auto;
	width: 50px;
	height: 50px;
	background-size: contain;
	display: block;
  }

  .slide-certificados .card.slick-current {
	border-bottom: 3px solid var(--laranja);
  }

  .slide-certificados .card.slick-current h3 {
	color: var(--laranja);
  }

  
#chamada-contato h1 {
	font-family: "Oswald", serif;
	font-weight: normal;
	color: var(--laranja);
	text-transform: uppercase;
	font-size: 38px;
  }
  #chamada-contato .centralizar {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
  }

  
#chamada-contato h1 {
	font-family: "Oswald", serif;
	font-weight: normal;
	color: var(--laranja);
	text-transform: uppercase;
	font-size: 38px;
  }
  #chamada-contato .centralizar {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
  }
  .servico-item-lista .centralizar {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: center;
  }
  .servico-item-lista {
	padding: 50px 0px;
  }

  
#servicos-lista .servico-item-lista:nth-child(n) {
	background: #F3F3F3;
  }
  
  
  #servicos-lista .servico-item-lista:nth-child(2n) {
	background: #fcfcfc;
  }

  
  .servico-item-lista .conteudo h2 {
	font-size: 36px;
	color: var(--laranja);
  }
  .servico-item-lista .conteudo p {
	font-size: 20px;
  }



  
.single-servico .entry-title {
	color: var(--laranja);
	text-align: center;
	font-size: 42px;
  }
  .single-servico .entry-content p {
	font-size: 19px;
  }
  .single-servico .entry-content ul {
	margin: 0px;
	font-size: 18px;
	line-height: 32px;
  }
  .single-servico .entry-content h2 {
	font-weight: 400;
	font-size: 24px;
  }
  
  .single-servico .entry-content h3 {
	font-weight: 400;
	font-size: 21px;
  }
  
  .single-servico .entry-content h4 {
	font-weight: 400;
	font-size: 19px;
  }
  
  .single-servico .entry-content img {
	margin: 0 auto;
	border-radius: 20px;
	margin-bottom: 15px;
	display: block;
  }

  .wp-caption .wp-caption-text {
	opacity: 0.75;
  }


  
.vetor-verde.esquerda {
	position: absolute;
	top: 600px;
	left: 0px;
	max-width: 13vw;
  }
  
  .vetor-verde.direita {
	position: absolute;
	top: 1600px;
	right: 0px;
	max-width: 13vw;
  }


/* Overlay do popup */
#popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none; /* Escondido inicialmente */
    z-index: 1000000;
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
    opacity: 0; /* Inicialmente invisível */
    transition: opacity 0.5s ease; /* Transição suave */
}

/* Exibe o popup com fade-in */
#popup.fade-in {
    display: flex;
    opacity: 1; /* Torna visível */
}

/* Efeito de fade-out */
#popup.fade-out {
    opacity: 0; /* Torna invisível */
}

/* Conteúdo do popup */
#popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    max-width: 600px;
    width: 90%;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    position: relative;
}

/* Botão fechar */

#fechar-popup {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #F6F6F6;
	color: #6B6B6B;
	border: none;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 1000px;
	font-size: 18px;
  }


.clientes-lista .card {
	background: #fff;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
	border-radius: 20px;	
	padding: 30px;
	padding: 0px;
  }

  .clientes-lista .card img {
	margin: 0 auto;
	display: block;
	filter: brightness(0.9);
  }

  .clientes-lista .card img:hover {
	filter: brightness(1.1);
  }

  
.clientes-lista.centralizar {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 15px;
  }

  #popup-body {
	position: relative;
  }

  #popup-content p::before {
	content: '';
	background-image: url(https://previewsite.com.br/lazzarini/wp-content/uploads/2025/01/ico-1-citacao-cinza.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	background-size: contain;
	width: 37px;
	height: 35px;
	top: -35px;
	left: 0px;
  }

  #popup-body p {
	text-align: left;
	margin-top: 65px;
  }

  
.img-perfil-depo {
	position: absolute;
	top: -150px;
	width: 200px;
	right: -80px;
  }
  #popup-body p {
	padding-right: 108px;
  }
  .rodape-depoimento {
	display: grid;
	text-align: left;
	position: relative;
	grid-template-columns: 2fr 1fr;
	align-items: center;
  }
  .rodape-depoimento h3 {
	margin: 0px;
  }
  
  .rodape-depoimento .nome-cargo {
	text-align: left;
  }
 
  #popup-content {
	padding: 40px;
  }

  



  
.contato-box.centralizar {
	background: var(--verde-escuro);
	border-radius: 20px;
	border: 10px solid #fff;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	align-items: center;
	max-width: 1000px;
  }
  .contato-info, .form-contato {
	padding: 30px;
  }
  .form-contato {
	background: #fff;
	height: 100%;
  }
  .contato-info h3 {
	margin: 0px;
	color: #fff;
	font-weight: 500;
	font-size: 24px;
  }
  .contato-info {
	display: flex;
	flex-direction: column;
	gap: 50px;
  }
  .tel-email {
	display: flex;
	flex-direction: column;
	gap: 10px;
  }
  .contato-box.centralizar a {
	color: #fff;
	text-decoration: none;
  }
  .contato-box.centralizar a:hover {
	color: var(--laranja);
  }
  .form-contato input, .form-contato textarea {
	border: 0px !important;
	border-bottom: 1px solid !important;
	border-radius: 0px !important;
	border-color: #8D8D8D !important;
	resize: none !important;
	max-height: 70px;
  }
  #wpforms-submit-247 {
	background: var(--laranja);
	border-radius: 1000px;
	font-size: 21px;
	text-transform: uppercase;
	padding: 0 30px;
	width: 100%;
  }
  #wpforms-submit-247:hover {
	filter: brightness(1.1);
  }


  
.contato-box {
	position: relative;
  }

  .bg-contato {
	position: absolute;
	z-index: 0;
	left: 220px;
	bottom: -10px;
  }
  
.page-template-contato .titulo, .page-template-trabalhe-conosco .titulo {
	text-transform: uppercase;
  }



  .lista-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Três colunas de largura igual */
    gap: 20px; /* Espaço entre os itens */
}

.post-card {
    display: flex;
    flex-direction: column;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
	border-radius: 20px;
	overflow: hidden;
}

.imagem-destacada img {
    max-width: 100%;
	width: 100%;
    height: auto;
    object-fit: cover;
}

.lista-posts .conteudo {
    padding: 15px;
}

.lista-posts .conteudo h2 {
    font-size: 18px;
    margin: 10px 0;
	margin-top: 0px;
}

.lista-posts .conteudo p {
    font-size: 14px;
    margin: 0 0 10px;
}

.data-post {
    font-size: 12px;
    color: #888;
}

.paginacao {
    grid-column: span 3; /* Faz a paginação ocupar toda a largura do grid */
    text-align: center;
    margin-top: 20px;
}

.paginacao a {
    margin: 0 5px;
    padding: 5px 10px;
    background: #f5f5f5;
    text-decoration: none;
    border: 1px solid #ddd;
    color: #333;
}

.paginacao .current {
	background: var(--laranja);
	color: #fff;
	border-color: 1px solid var(--laranja);
	padding: 5px 10px;
  }


.paginacao a:hover {
	background: var(--laranja);
	color: #fff;
	border-color: var(--laranja);
  }



.titulo-blog {
	font-family: "Oswald", serif;
	text-align: center;
	color: var(--laranja);
	text-transform: uppercase;
	padding: 20px 0px;
  }
  .titulo-blog h1, .page-template-contato .titulo, .page-template-trabalhe-conosco .titulo {
	
	font-family: "Oswald", serif;
	margin: 0px;
	font-weight: 500;
	font-size: 44px;
  }
  .titulo-blog span {
	font-size: 34px;
	font-weight: 100;
  }


  .post-card, .clientes-lista .card, .img-pop {
    transition: transform 0.2s, box-shadow 0.2s;
	text-decoration: none;
	color: var(--cinza-texto);
}



.post-card:hover, .clientes-lista .card:hover, .img-pop:hover {
    transform: scale(1.02); /* Efeito de zoom ao passar o mouse */
}

.post-card:hover h2 {
   color: var(--laranja)
}

ul {
	margin: 0px;
  }



  
.single-post .entry-header {
	text-align: center;
	margin-bottom: 20px !important;
	margin-top: 30px !important;
  }
  .post-thumbnail img {
	max-width: 740px;
	margin: 0 auto;
	display: block;
	border-radius: 20px;
  }
  .entry-content.centralizar {
	max-width: 940px;
	padding-bottom: 50px;
  }

  .single-post .entry-header {
	max-width: 940px;
  }




  .single-post .entry-header .entry-title {
	margin-bottom: 10px;
  }
  .post-img-destacada.centralizar {
	margin-bottom: 20px !important;
  }

  
.related-posts.centralizar h3 {
	text-align: center;
	font-size: 22px;
  }
  .related-posts.centralizar {
	padding-top: 30px;
	border-top: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 40px !important;
  }

.logo-mobile {
	display: none;
}
  


#sobre-nos .centralizar {
	width: 100%;
  }

.texto-intro-servicos.centralizar {
  padding-top: 20px;
}


.texto-intro-servicos.centralizar h2 {
  text-align: center;
}



.page-template-servicos #chamada-contato .centralizar {
  background: var(--laranja);
  border-radius: 20px;
}

.page-template-servicos #chamada-contato .centralizar h1 {
  color: #fff;
}

.page-template-servicos #chamada-contato .centralizar .btn-laranja {
 color: var(--laranja);
  background: #fff;
}

.page-template-servicos #chamada-contato .centralizar .btn-laranja:hover {
   color: var(--preto);
  background: #fff;
}


.texto-intro-servicos.centralizar {
  padding-top: 20px;
}
.texto-intro-servicos.centralizar h2 {
  text-align: center;
  margin-top: 20px;
}
  

.galeria-quem-somos.slick-slider img {
  width: 100%;
}

.galeria-quem-somos.slick-slider .slide-item {
  margin: 0 10px;
}

.page-template-sobre-nos .slick-next {
  right: -35px;
}

.page-template-sobre-nos .slick-prev {
  left: -35px;
}

.galeria-quem-somos .slick-dots {
  bottom: -35px;
}

.page-template-sobre-nos .slick-prev::before, .page-template-sobre-nos .slick-next::before {
	font-size: 35px;
	color: var(--laranja);
}

.page-template-sobre-nos .slick-prev, .page-template-sobre-nos .slick-next {
  width: 35px;
	height: 35px;
}


.galeria-quem-somos.slick-slider img {
  border-radius: 10px;
  transition: 0.15s all ease-in-out;
}

.galeria-quem-somos.slick-slider img:hover {
  filter: brightness(1.15)
}




#titulo-sobre-nos {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background: var(--laranja);
  padding: 20px 0px;
}

#titulo-sobre-nos h1 {
 margin: 0px;
  text-transform: initial;
  font-weight: 400;
}

#titulo-sobre-nos h1 strong {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
#sobre-nos {
  background-size: cover;
  background-position: center center;
  min-height: 65vh;
}

.page-template-clientes .borda-curva.verde {
  display: none;
}

#destaques {
  background: var(--verde-escuro);
}


/* Responsividade */
@media (max-width: 1440px) {
    .conteudo .texto {
		font-size: 19px;
	}
	
	.conteudo .titulo {
	  font-size: 36px;
	}

	.titulo {
		font-size: 32px;
	}

	.servicos-wrapper {
		gap: 20px;
	}
	
	.servico-item {
		font-size: 25px;
		max-width: 200px;
		margin: 0 auto;
	}

	  .servicos-wrapper {
		justify-content: center;
		align-content: center;
	  }

	  

  #servicos {
	padding-top: 60px;
  }

  .banner-rodape .chamada-titulo h2 {
	margin: 0px;
	font-size: 38px;
	padding-left: 20px;
  }

  .banner-rodape .chamada-destaque {
	text-align: center;
	min-width: 465px;
  }

}

@media (max-width: 1370px) {


#galeria-sobre-nos {
	margin-top: -8px;
  }

}


@media (max-width: 1280px) {

.banner-rodape .chamada-destaque {
	min-width: 425px;
  }

  .banner-rodape .chamada-destaque h3 {
	font-size: 48px;
  }

  .banner-rodape .chamada-destaque p {
	font-size: 26px;
  }

  .servico-item {
	max-width: 200px;
	font-size: 21px;
  }

  .servico-item img {
	max-width: 170px;
  }

  
.servico-item-lista .centralizar {
  gap: 60px;
}
.servico-item-lista .conteudo h2 {
  font-size: 32px;
  margin-bottom: 0px;
}
.servico-item-lista .conteudo p {
  font-size: 17px;
}
 

}

@media (max-width: 1270px) {


	.clientes-lista.centralizar {
	grid-template-columns: repeat(3, minmax(0, 1fr));
  }
	
	.servico-item img {
		max-width: 150px;
	  }
  .borda-curva.cinza {
	margin-top: -100px;
  }

  .chamada-inicio img {
	max-width: 350px;
  }

  .btn-laranja {
	font-size: 21px;
	padding: 5px 30px;
  }

  .bg-maos {
	position: absolute;
	bottom: -7.5%;
	width: 115%;
	left: -7.5%;
	max-width: 150%;
  }
  
.chamada-inicio img {
	max-width: 350px;
  }
  .banner-rodape .conteudo.centralizar {
	margin-top: 17% !important;
  }
  .banner-rodape .chamada-destaque {
	min-width: 320px;
  }
  .banner-rodape .chamada-destaque h3 {
	font-size: 36px;
  }
  .banner-rodape .chamada-titulo h2 {
	padding-left: 0px;
	font-size: 34px;
  }


  
.servico-item-lista .centralizar {
	gap: 60px;
  }
  .servico-item-lista .conteudo h2 {
	font-size: 32px;
	margin-bottom: 0px;
  }
  .servico-item-lista .conteudo p {
	font-size: 17px;
  }


}

@media (max-width: 1100px) {

	
	
	#site-navigation {
		display: none;
	  }

	  
.logo-mobile {
	display: block;
	max-width: 300px;
	margin: 10px 20px;
  }
  #topbar::before {
	display: none;
	width: 100%;
  }
  .top-bar-menu {
	flex-direction: column;
  }
  #masthead .centralizar {
	flex-direction: column;
	width: 100%;
  }
  #topbar {
	width: 100%;
	border-radius: 0px;
  }
  .custom-logo-link {
	display: none;
  }




  .servico-item-lista .conteudo h2 {
	font-size: 28px;
	margin-bottom: 0px;
  }

  
#chamada-contato .centralizar {
	flex-direction: column;
	gap: 0px;
	margin-bottom: 40px !important;
	text-align: center;
  }
  #chamada-contato h1 {
	font-size: 32px;
  }


  .vetor-verde.esquerda, .vetor-verde.direita {
	display: none;
  }
	

  .single-servico .entry-title {
	font-size: 32px;
  }

  .single-servico .entry-content p {
	font-size: 17px;
  }


  #clientes .titulo {
    font-size: 28px;
  }


  .titulo-blog span {
	font-size: 25px;
	font-weight: 100;
  }

  .titulo-blog h1, .page-template-contato .titulo, .page-template-trabalhe-conosco .titulo {
	font-family: "Oswald", serif;
	margin: 0px;
	font-weight: 500;
	font-size: 36px;
  }


  #contato.margem {
	padding-top: 20px;
  }


  #rmp_menu_trigger-283 {
	top: 25px;
  }

  .rmp-menu-title-image {
	width: 185px;
  }

  .rmp-submenu.rmp-submenu-depth-1 li a {
	text-align: center !important;
	font-size: 16px !important;
  }

	.page-template-servicos #chamada-contato .centralizar {
  padding: 20px;
  border-radius: 20px;
}

.page-template-servicos #chamada-contato .centralizar h1 {
  margin-top: 0px;
}
	
	.texto-intro-servicos.centralizar h2 {
  margin-top: 10px;
		font-size: 20px;
}
	
	}


@media (max-width: 1000px) {

	

	#quem-somos .imagem {
		display: none;
	  }
	  #quem-somos .conteudo {
		margin: 0 auto;
		text-align: center;
	  }
	  #quem-somos .titulo {
		text-align: center;
	  }
	  #quem-somos .btn-laranja {
		margin: 0 auto;
	  }
	  #servicos .titulo {
		max-width: 545px;
		margin: 0 auto;
		margin-bottom: 30px;
	  }
	  .banner-rodape .conteudo.centralizar {
		max-width: 65%;
	  }
	  .banner-rodape .chamada-destaque p {
		font-size: 21px;
	  }


	.bg-maos {
		position: absolute;
		bottom: -7.5%;
		width: 120%;
		left: -10.5%;
		max-width: 150%;
	  }

	#servicos {
	  padding-top: 30px;
	}

	.borda-curva.cinza {
		margin-top: -50px;
	  }

	  .banner-rodape .conteudo.centralizar {
		margin-top: 17% !important;
	  }

	  .banner-rodape .chamada-titulo h2 {
		padding-left: 0px;
		font-size: 26px;
	  }

	  .chamada-inicio img {
		display: none;
	  }
	  #blog .centralizar {
		grid-template-columns: 1fr;
	  }
	  #blog .centralizar .conteudo {
		text-align: center;
	  }
	  #blog .centralizar .conteudo .titulo {
		text-align: center;
	  }
	  #blog .ultimos-posts {
		display: none;
	  }
	  .rodape-box:nth-child(2) {
		display: none;
	  }

	  #topbar {
		gap: 20px;
		font-size: 15px;
	  }

	  #colophon .centralizar {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	  }


	  #sobre-nos h1 strong {
		display: block;
		text-transform: uppercase;
		font-size: 38px;
		font-family: "Oswald", serif;
	  }

	  
  
#sobre-nos h1 {
	font-size: 26px;
	max-width: 610px;
  }
  #sobre-nos {
	padding: 60px;
  }
  #quem-somos-pagina {
	flex-direction: column;
  }
  #quem-somos-pagina {
	text-align: center;
  }
  #galeria-sobre-nos h2 {
	margin-top: 0px;
  }
  #depoimento-destaque .card p {
	max-width: 80%;
	margin: 0 auto;
  }

  #premios .centralizar {
	max-width: 82vw;
  }

  #quem-somos-pagina {
	gap: 30px;
  }

  .citacao h2 {
	font-size: 28px;
	width: 100%;
	margin: 50px 0px;
  }


  .citacao h2::after, .citacao h2::before {
	width: 55px;
  }

  #depoimentos h2 {
	margin-top: 0px;
  }

  #sobre-nos h1 {
    max-width: 100%;
  }

  #clientes .titulo {
    font-size: 24px;
  }

  #clientes .titulo {
    font-size: 24px;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 30px;
  }

  #clientes.margem {
	padding-top: 25px;
  }

  .img-perfil-depo {
	position: absolute;
	top: -165px;
	width: 159px;
	right: -60px;
  }

  .img-perfil-depo {
	position: absolute;
	top: -111px;
	width: 130px;
	right: -50px;
  }

  #popup-body p {
	padding-right: 68px;
	font-size: 15px;
  }

  #popup-body p {
	text-align: left;
	margin-top: 35px;
  }

  #popup-body p {
	margin-bottom: 0px;
  }

  .lista-posts {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
  }

	
	

		
	}

	@media (max-width: 800px) {
		.lista-posts {
			grid-template-columns: repeat(2, 1fr); /* Ajusta para duas colunas no tablet */
		}

		.bg-maos {
			position: absolute;
			bottom: -12.5%;
			width: 135%;
			left: -17.5%;
			max-width: 150%;
		}		

		.banner-rodape .conteudo.centralizar {
			max-width: 73%;
		  }

		  .banner-rodape .chamada-titulo h2 {
			padding-left: 0px;
			font-size: 21px;
		  }

		  .banner-rodape .chamada-destaque h3 {
			font-size: 30px;
		  }

		  .banner-rodape .chamada-destaque p {
			font-size: 16px;
		  }

		  .banner-rodape .chamada-destaque {
			min-width: 240px;
		  }


		  
#chamada-contato .centralizar {
	flex-direction: column;
	gap: 0px;
	margin-bottom: 0px !important;
	text-align: center;
  }
  #chamada-contato h1 {
	font-size: 32px;
  }
  .servico-item-lista .centralizar {
	gap: 0px;
	grid-template-columns: 1fr;
	text-align: center;
  }
  .servico-item-lista .centralizar img {
	max-width: 250px;
  }

  #chamada-contato h1 {
	font-size: 30px;
  }


  .lista-posts {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
  }

  
.contato-info {
	flex-direction: column;
  }
  .contato-box.centralizar {
	grid-template-columns: 1fr;
	text-align: center;
  }
  .contato-info {
	gap: 25px;
  }
  #wpforms-247 {
	margin: 0px;
  }
  .form-contato {
	padding: 15px;
	padding-top: 0px;
  }


	}

	@media (max-width: 600px) {

		#galeria-sobre-nos .centralizar {
  width: 100vw;
}
		
		#titulo-sobre-nos h1 {
  font-size: 21px;
}
		
		#rmp_menu_trigger-283 {
			top: 10px;
		  }


		.logo-mobile {
			max-width: 45%;
		  }

		  
.servicos-wrapper {
	grid-template-columns: 1fr;
  }
  .servico-item:nth-child(2n+1) {
	padding: 0px;
  }
  .servico-item a {
	display: flex;
	gap: 25px;
	align-items: center;
  }
  .servico-item {
	max-width: 375px;
  }
  .servico-item a h3 {
	text-align: left;
	text-transform: capitalize;
	font-family: "Poppins", serif;
	font-size: 26px;
  }
  .servico-item img {
	max-width: 120px;
  }


  .banner-rodape .conteudo.centralizar {
    margin-top: 14% !important;
  }

  #clientes-home {
	margin-top: -2px;
  }



  #colophon .rodape-box {
	text-align: center;
  }
  #colophon .rodape-box img {
	margin: 0 auto;
  }
  .rodape-box:first-child {
	margin-bottom: 30px;
  }

  #colophon .centralizar {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }


  
.redes-sociais {
	display: none;
  }
  #topbar {
	padding: 15px 0px;
	font-size: 14px;
  }
  #topbar a i {
	width: 28px;
	height: 28px;
  }



  
.contato-info {
  flex-direction: column;
}
.contato-box.centralizar {
  grid-template-columns: 1fr;
  text-align: center;
}
.contato-info {
  gap: 25px;
}
#wpforms-247 {
  margin: 0px;
}
.form-contato {
  padding: 15px;
  padding-top: 0px;
}
 


	}




@media (max-width: 559px) {
	
	.banner-rodape .chamada-destaque h3 {
    font-size: 27px;
  }
	
    .lista-posts {
        grid-template-columns: 1fr; /* Ajusta para uma coluna no celular */
    }

	
.chamada-inicio h1 {
	font-size: 26px;
	padding-top: 20px;
  }
  #inicio {
	min-height: 280px;
  }
  .banner-inicio, .banner-inicio .card, .banner-inicio .card img {
	width: 200%;
	position: relative;
	left: -15%;
  }
  

  .conteudo .titulo {
    font-size: 28px;
  }

  .conteudo .texto {
    font-size: 17px;
  }


  #servicos .titulo {
	font-size: 24px;
  }
  .servico-item a h3 {
	font-size: 21px;
  }
  .servico-item img {
	max-width: 100px;
  }
  .servico-item {
	max-width: 310px;
  }



  .bg-maos {
    position: absolute;
    bottom: -21.5%;
    width: 150%;
    left: -25.5%;
    max-width: 150%;
  }

  .banner-rodape .conteudo.centralizar {
    margin-top: 9% !important;
  }

  .banner-rodape .conteudo.centralizar {
    max-width: 85%;
  }

  
.conteudo.centralizar {
	flex-direction: column;
  }
  .banner-rodape .chamada-titulo h2 {
	text-align: center;
	font-size: 17px;
  }
  .banner-rodape .conteudo.centralizar {
	gap: 10px;
  }


  .logo-mobile {
    max-width: 50%;
  }

  .logo-mobile {
    margin: 10px 15px;
  }


  .titulo {
    font-size: 22px;
  }

  #sobre-nos h1 {
	font-size: 22px;
  }

  #sobre-nos {
	padding: 25px;
  }

  .citacao h2 {
	font-size: 26px;
  }

  #galeria-sobre-nos h2, #depoimentos h2, #premios h2 {
	font-size: 21px;
  }


  #depoimentos .btn-laranja {
	max-width: 100%;
	text-align: center;
  }

  #premios .centralizar {
	max-width: 100vw;
	width: 100vw;
  }

  .single-servico .entry-title {
    font-size: 28px;
  }

  .entry-content.centralizar {
	width: 90vw;
  }

  .single-servico .entry-content p {
    font-size: 16px;
  }


  .img-perfil-depo {
    position: absolute;
    top: -111px;
    width: 100px;
    right: -50px;
  }

 
#popup-body p {
	margin-bottom: 0px;
  }
  #popup-body p {
	padding: 0px;
	margin-bottom: 15px;
  }
  .rodape-depoimento h3 {
	font-size: 16px;
  }
  .nome-cargo span {
	font-size: 14px;
  }
  .rodape-depoimento {
	grid-template-columns: 1fr;
  }
  .rodape-depoimento img {
	max-width: 100px;
  }

  #clientes .titulo {
    font-size: 20px;
  }

  .clientes-lista.centralizar {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
  }

  .clientes-lista .card img {
	padding: 0px 10px;
  }


  #contato.margem {
    padding-top: 10px;
  }

  #quem-somos.margem, #clientes-home.margem, #quem-somos-pagina.margem {
	padding-top: 30px;
  }

  .servico-item-lista .conteudo h2 {
    font-size: 26px;
  }

  .single-servico .entry-content ul {
	font-size: 16px;
	line-height: 32px;
  }

  
ul {
	padding-left: 15px;
  }
  .single-servico .entry-title {
	text-align: center;
  }
  .entry-content.centralizar {
	text-align: center;
  }

  .entry-content.centralizar ul {
    text-align: left;
    max-width: 90%;
    margin: 0 auto;
  }

  .entry-content.centralizar h2 {
	margin-bottom: 10px;
	font-size: 19px;
  }

  .entry-content.centralizar h3 {
	margin-bottom: 10px;
	font-size: 17px;
  }

  #chamada-contato h1 {
    font-size: 26px;
  }




}


@media (max-width: 410px) {

#topbar a i {
	font-size: 11px;
	width: 25px;
	height: 25px;
  }
  #topbar {
	font-size: 13px;
  }

  .banner-rodape .chamada-titulo h2 {
    text-align: center;
    font-size: 15px;
  }


  .titulo {
    font-size: 20px;
  }


  #sobre-nos h1 {
    font-size: 22px;
    padding: 20px;
  }

  #sobre-nos h1 strong {
    font-size: 31px;
  }

  .citacao h2::after, .citacao h2::before {
    width: 40px;
    height: 40px;
  }

  .citacao h2::before {
	top: -40px;
  }

	#titulo-sobre-nos h1 {
  font-size: 19px;
}

}