/*!
Theme Name: Hiroclean
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: hiroclean
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.

Hiroclean 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: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;
}


/* Configurações gerais
--------------------------------------------- */

body {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  background: #fcfcfc;
  overflow-x: hidden;
}


:root {
	--cinza: #1a1b1e;
	--texto: #575757;
	--azul: #2d4285;
	--verde-whats: #2ab14b;
	--verde-whats-light: #21e851;
}

h2 {
	color: var(--cinza);
} 

h3, h4, h5 {
	color: var(--cinza);
}

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

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


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

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

.padding {
	padding: 50px 0px;
}


#masthead {
  border-bottom: 1px solid #ebebeb;
  padding: 15px 0px;
}
.site-branding {
  text-align: center;
}
#topbar p {
  margin: 0;
  border-right: 1px solid #848484;
  padding-right: 10px;
  margin-right: 10px;
}
#topbar {
  display: flex;
  justify-content: end;
}
#topbar p, #topbar a {
  color: #848484;
  text-decoration: none;
}
#topbar a:hover {
  text-decoration: underline;
}


.btn-wpp-fixo {
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 15px;
  font-size: 18px;
  height: 60px;
  width: 60px;
}
.btn-wpp-fixo a {
  background: #41c452;
  padding: 10px;
  border-radius: 1000px;
  color: #fff;
  width: 60px;
  height: 60px;
  display: inline-block;
}
.btn-wpp-fixo a i {
  position: relative;
  top: -3px;
  left: 3px;
  font-size: 42px;
}
.btn-wpp-fixo a:hover {
	text-decoration: none;
	filter: brightness(1.1);
}





#rmp_menu_trigger-74 {
  position: absolute;
  right: inherit;
  left: 12%;
  width: 95px;
  top: 50px;
  cursor: pointer;
}
#rmp_menu_trigger-74::after {
  content: 'MENU';
  font-size: 18x;
}
#rmp_menu_trigger-74.is-active {
  left: -55px;
  width: 50px;
  top: 43px;
}
#rmp_menu_trigger-74.is-active::after {
  content: '';
}



#masthead .wpp-btn {
  position: absolute;
  top: 20px;
  right: 0;
}

.wpp-btn {
	background: var(--verde-whats);
  color: #fff;
  border: 1px solid var(--verde-whats);
  text-decoration: none;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}

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






#inicio.centralizar {
  max-width: 1280px;
}

.wrap.hero {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 80px;
  align-items: center;
}

.video iframe {
  overflow: hidden;
  border-radius: 10px;
}

.conteudo h1 strong {
  color: var(--azul);
}

.wrap.hero h1, .wrap.hero h1 strong {
    font-weight: bold;
    font-size: 50px;
    text-wrap: balance;
    margin: 0px;
    line-height: 60px;
    margin-bottom: 10px;
}

.wrap.hero h2 {
  color: var(--texto);
  font-size: 19px;
  margin-top: 0px;
}

.wrap.hero p {
  text-wrap: balance;
  font-size: 19px;
}

.wrap.hero .wpp-btn {
  font-size: 21px;
}



.video-embed { position: relative; width: 100%; aspect-ratio: 16/9; overflow: hidden; border-radius: 8px; background: var(--azul);}
.video-embed iframe,
.video-embed video { width: 100%; height: 100%; display: block; }

/* opcional: bloquear interações/menus do player */
.video-embed iframe,
.video-embed video { pointer-events: none; } /* remova se quiser permitir clique */


.yt-light-play {
  position:absolute; inset:0; margin:auto; width:72px; height:72px;
  border:0; border-radius:50%; background:rgba(0,0,0,.6); color:#fff;
  font-size:28px; cursor:pointer;
}
.video-embed { position:relative; }




/* Estado “parado” no desktop */
#faixa-destaques .lista-destaques {
  display: flex;
  gap: clamp(12px, 2vw, 20px);
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap; /* ou nowrap, como preferir no desktop */
}

#faixa-destaques .item-destaque {
  flex: 0 0 auto;
  white-space: nowrap;
  border-radius: 999px;
  padding: .55rem 1rem;
  font-weight: 500;
}

.lista-destaques {
  justify-content: center;
}




#faixa-destaques {
  background: #faf8f8;
  padding: 10px 0px;
}
#faixa-destaques .item-destaque {
  font-size: 19px;
}

/* Ícone antes do texto dos destaques */
#faixa-destaques .item-destaque{
  display: inline-flex;          /* garante alinhamento do ícone com o texto */
  align-items: center;
  gap: .5rem;
}

/* Ícone sempre visível */
#faixa-destaques .item-destaque::before{
  content: "";
  display: inline-block;          /* garante dimensões mesmo sem flex */
  width: 25px; height: 25px; 
  background: no-repeat center / contain
              url('https://www.hiroclean.com.br/wp-content/uploads/2025/09/ico-check-azul.png'); /* use path relativo */
}

/* Mantém layout “chip” no desktop (parado) */
#faixa-destaques .item-destaque{
  display: inline-flex;
  align-items: center;
}



.subtitulo {
  font-size: 21px;
  font-weight: normal;
}
.titulo, .titulo strong {
  font-size: 37px;
  font-weight: 700;
}
.titulo strong {
  color: var(--azul);
}
.texto, .texto p {
  color: var(--texto);
}
#servicos .conteudo {
  text-align: center;
}
#servicos .conteudo .subtitulo, #servicos .conteudo .titulo {
  margin: 0px;
}
#servicos .texto {
  text-wrap: balance;
  font-size: 18px;
}



.conteudo-slide {
  position: absolute;
  bottom: 0;
  padding: 20px;
  color: #fff;
  z-index: 2;
}
.card-servico {
  position: relative;
}
.conteudo-slide .titulo {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 10px;
}
.conteudo-slide .titulo {
  text-wrap: balance;
}
.conteudo-slide .descricao-curta {
  font-size: 15px;
  margin-bottom: 10px;
}

.wpp-btn-servico {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: navajowhite;
}
.wpp-btn-servico:hover {
  color: var(--verde-whats-light);
}


.link-mascara {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.mascara-degrade {
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 1;
}


.card-servico img {
  width: 100%;
}

.card-servico:hover .wpp-btn-servico {
  color: var(--verde-whats-light);
}


.conteudo-hover {
  overflow: hidden;
}




.card-servico {
  margin: 0 8px;
  border-radius: 8px;
  overflow: hidden;
}

.conteudo-slide .descricao-curta {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 18px;
}

.card-servico img {
	
  transition: transform .8s; /* Animation */
}
.card-servico:hover img {
transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


.slick-prev,
.slick-next {
  font-family:var(--fa-style-family,"Font Awesome 6 Free")!important
}
.slick-prev::before {
  content:'\f104'!important;
  color:var(--azul)!important;
  font-family:var(--fa-style-family,"Font Awesome 6 Free")!important;
  font-weight:var(--fa-style,900)!important
}
.slick-next::before {
  content:'\f105'!important;
  color:var(--azul)!important;
  font-family:var(--fa-style-family,"Font Awesome 6 Free")!important;
  font-weight:var(--fa-style,900)!important
}
.slick-prev.slick-arrow,
.slick-next.slick-arrow {
  width:30px!important;
  height:50px!important
}
.slick-prev::before,
.slick-next::before {
  font-size:35px!important
}

 .slick-dots li.slick-active button::before {
    color:var(--azul)!important
  }
  .slick-dots li button::before {
    font-size:8px!important
  }
  .slick-dots {
    bottom:-30px!important
  }



  .lista-depoimentos {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.lista-depoimentos .slide-depoimento {
  background: var(--branco);
  border-radius: 4px;
  padding: 20px;
  box-shadow: 2px 2px 5px rgba(0,0,0,.1);
  margin: 0 8px;
}

.topo-depoimento {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
}


.topo-depoimento figure img {
  max-width: 40px;
}

.logo-google {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 23px;
}
.topo-depoimento figure, .topo-depoimento p {
  margin: 0px;
}
.slide-depoimento .conteudo p {
  margin: 0px;
  line-height: 19px;
  font-size: 15px;
  margin-top: 5px;
}


.nome-estrelas img {
  max-width: 75px;
}

#depoimentos .conteudo .texto, #depoimentos .conteudo .titulo {
  text-align: center;
  margin: 0px;
}


.lista-depoimentos .slick-track {
  padding-bottom: 20px;
}

#depoimentos.padding {
	padding-top: 0px;
}

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




#chamada-rotativa .wrap {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  align-items: center;
}
#chamada-rotativa .midia img {
  width: 100%;
  border-radius: 8px;
}
#chamada-rotativa .conteudo {
  padding: 20px 0px;
}
#chamada-rotativa .conteudo .bg-azul {
  background: #262c3f;
  color: #fff;
  padding: 30px 40px;
  border-radius: 0px 8px 8px 0px;
}
#chamada-rotativa .conteudo .bg-azul .titulo, #chamada-rotativa .conteudo .bg-azul .texto, #chamada-rotativa .conteudo .bg-azul .texto p, #chamada-rotativa .conteudo .bg-azul .texto p strong {
  color: #fff;
}
.bg-azul .titulo {
  margin: 0px;
}
#chamada-rotativa.centralizar {
  max-width: 1340px;
  padding-top: 20px;
}
.bullets {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  gap: 20px;
  font-size: 18px;
  margin-bottom: 20px;
}


.bullets li:before {
  background-image: url(https://www.hiroclean.com.br/wp-content/uploads/2025/09/ico-check-branco.webp);
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-right: 5px;
}
.bullets li {
  display: flex;
  align-items: center;
}


.bg-azul .texto p {
  font-size: 18px;
  text-wrap: balance;
  margin-bottom: 15px;
}


#quem-somos.padding {
  padding-top: 0px;
}
.wrap.quem-somos-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 60px;
  align-items: center;
}
.midia img {
  border-radius: 8px;
}
#quem-somos .titulo {
  margin: 0px;
}
#quem-somos ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 500;
}
#quem-somos ul li {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 5px;
}
#quem-somos ul li:before {
  background: no-repeat center / contain url('https://www.hiroclean.com.br/wp-content/uploads/2025/09/ico-check-azul.png');
  width: 20px;
  height: 20px;
  content: '';
  display: inline-block;
}



.wpcf7-form p {
  margin: 0px;
}
.wpcf7-form .grid p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.wpcf7-form .grid p label {
  margin-bottom: 15px;
}
#wpcf7-f13-o1 {
  margin-top: 20px;
}
.wpcf7-form textarea {
  resize: none;
  height: 70px;
}
.wpcf7-form textarea, .wpcf7-form input {
  padding: 10px;
  border-radius: 10px;
}
.wpcf7-submit {
  background: none !important;
  border: 0px !important;
  text-transform: uppercase;
  cursor: pointer;
  padding: 20px 10px!important;
}
.wpcf7-submit:hover {
  color: var(--vermelho);
}

.wpcf7-form .grid p label, .wpcf7-form .grid p span, .wpcf7-form .grid p input {
  max-width: 100% !important;
  width: 100%;
}



#contato .centralizar {
  max-width: 1200px;
}
#contato {
  background: #faf8f8;
}
#contato .titulo {
  margin: 0px;
}
.wrap.contato-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 50px;
  align-items: center;
}
#contato .subtitulo {
  color: var(--azul);
  text-wrap: balance;
  font-weight: 600;
}
.telefone a, .email a {
  text-decoration: none;
  font-size: 21px;
  color: var(--texto);
}

.telefone a:hover, .email a:hover {
  color: var(--azul)
}

.telefone {
  margin-bottom: 10px;
}

.mapa:hover {
	filter: brightness(1.01);
}




#colophon {
  background: #262c3f;
  text-align: center;
  padding-top: 50px;
}
#social-menu {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 15px;
  font-size: 21px;
  margin: 0px;
  padding: 0px;
}
#social-menu a, .site-info a {
  color: #fff;
}

#social-menu a:hover {
  color: #63c5f7;
}
.site-info {
  background: #212739;
  padding: 10px;
  margin-top: 30px;
  color: #fff;
}
#politicas-menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}

.sep, #politicas-menu a {
  color: #a9abaf;
}

#politicas-menu a {
  text-decoration: none;
}

#politicas-menu a:hover {
  text-decoration: underline;
}



#sobre-o-servico, #mais-sobre {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 50px;
  max-width: 1280px;
}
#sobre-o-servico .midia, #mais-sobre .midia {
  text-align: center;
}
ul {
  margin: 0px;
}



#duvidas-frequentes {
  padding-top: 0px;
  max-width: 940px;
}
#duvidas-frequentes .titulo {
  margin: 0px;
  margin-bottom: 20px;
  text-align: center;
}
#duvidas-frequentes .texto {
  text-align: center;
  margin-top: 20px;
  display: block;
}
#duvidas-frequentes .wpp-btn {
  margin: 0 auto;
  display: block;
  width: 245px;
  text-align: center;
}



.single #depoimentos {
  padding-bottom: 20px;
}
.single #servicos {
  padding-top: 0px;
}
.single #quem-somos.padding {
  padding-top: 20px;
}


#rmp-menu-additional-content-74 {
  text-align: left;
}


#rmp-menu-wrap-74 .rmp-submenu .rmp-menu-item-link {
  font-size: 18px;
  text-wrap: balance;
  height: inherit;
  line-height: 26px;
  margin-bottom: 14px;
}

#rmp-menu-wrap-74 .rmp-menu-item-link:hover, #rmp-menu-wrap-74 .rmp-submenu .rmp-menu-item-link:hover {
  color: #63c5f7;
}

#quem-somos .midia {
  text-align: center;
}

.contatos {
  padding-left: 40px;
}

.mobile {
	display: none;
}


#sobre-o-servico, #mais-sobre {
  align-items: center;
}



.servico-aprovado {
  margin-top: 21px;
}

.servico-aprovado img {
  max-width: 400px;
}



.posts-lista {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 25px;
}
.posts-lista img {
  border-radius: 4px;
}
.posts-lista h2 a {
  text-decoration: none;
  color: var(--cinza);
}
.posts-lista article:hover h2 a {
  color: var(--azul);
}

@media (max-width: 1500px) {

	#rmp_menu_trigger-74 {
  left: 2.5vw;
}



#quem-somos, #inicio.centralizar {
  max-width: 1200px;
}

.wrap.hero {
	gap: 30px;
}

.bullets {
  font-size: 16px;
}

.titulo, .titulo strong {
  font-size: 35px;
}

#quem-somos .titulo {
  text-wrap: balance;
}

.wrap.hero h1, .wrap.hero h1 strong {
	font-size: 48px;
}


}


@media (max-width: 1400px) {

	#faixa-destaques .item-destaque {
  font-size: 17px;
}


}

@media (max-width: 1270px) {

	
#chamada-rotativa .wrap {
  grid-template-columns: 1fr;
}
#chamada-rotativa .midia {
  margin-bottom: -110px;
  position: relative;
  text-align: center;
}
#chamada-rotativa .midia img {
  max-width: 600px;
  border-radius: 10px;
}
#chamada-rotativa .conteudo .bg-azul {
  border-radius: 10px;
  padding-top: 110px;
  text-align: center;
}
#chamada-rotativa .bullets {
  justify-content: center;
}
#chamada-rotativa {
  padding-bottom: 30px;
}
	
	.posts-lista {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

}


@media (max-width: 1100px) {
	
	 .wrap.hero h1, .wrap.hero h1 strong {
    font-size: 42px;
    line-height: 46px;
  }

  .wrap.hero .wpp-btn {
  font-size: 19px;
}



#depoimentos {
  padding-bottom: 30px;
}

.contatos {
  padding-left: 0px;
}



#sobre-o-servico, #mais-sobre {
  align-items: center;
}
#sobre-o-servico .conteudo h2, #sobre-o-servico .conteudo h3, #mais-sobre .conteudo h2, , #mais-sobre conteudo h3 {
  margin-top: 0px;
}

ul {
  padding: 0px;
  list-style: inside;
}
	
	
	.posts-lista {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}


}


/* Quando o Slick ativa no mobile, ele controla o layout.
   Só garantimos altura/largura dos slides “chips”. */
@media (max-width: 1000px) {
  #faixa-destaques .lista-destaques{ display: block; }
  #faixa-destaques .item-destaque{
    display: inline-flex;         /* mantém flex pra suportar o ::before */
    align-items: center;
  }

  #faixa-destaques .centralizar {
  width: 100%;
}




#topbar {
  display: none;
}
#rmp_menu_trigger-74 {
  top: 11px;
}
#masthead .wpp-btn {
  font-size: 0px;
  padding: 10px;
  border-radius: 10000px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  top: 5px;
}
#masthead .wpp-btn i {
  font-size: 30px;
  padding: 0px;
  position: relative;
  top: -4px;
  left: 0px;
}
#masthead .site-branding img {
  max-width: 200px;
}
#masthead {
  padding-bottom: 10px;
}


.wrap.hero {
  grid-template-columns: 1fr;
  text-align: center;
}
#inicio .conteudo.midia {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}

.titulo {
  text-wrap: balance;
}
.subtitulo {
  font-size: 19px;
  margin-bottom: 10px !important;
}

  .titulo, .titulo strong {
    font-size: 35px;
    line-height: 40px;
  }

  .mobile {
	display: block;
  }


.wrap.quem-somos-grid {
  grid-template-columns: 1fr;
  text-align: center;
}
#quem-somos .midia {
  display: none;
}
#quem-somos .conteudo .texto {
  text-align: center;
}
#quem-somos .texto img {
  border-radius: 8px;
  margin: 0 auto;
  max-width: 100%;
}
#quem-somos .texto ul {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.wrap.contato-grid {
  grid-template-columns: 1fr;
  text-align: center;
  gap: 0px;
}
.telefone {
  margin-bottom: 20px;
}


#sobre-o-servico, #mais-sobre {
  display: flex;
  gap: 35px;
  flex-direction: column-reverse;
}
#sobre-o-servico .conteudo, #mais-sobre .conteudo {
  text-align: center;
}


.wrap.hero h2 {
  text-wrap: balance;
}

 #sobre-o-servico .conteudo h2, #sobre-o-servico .conteudo h3, #mais-sobre .conteudo h2, #mais-sobre .conteudo h3 {
    margin-top: 0px;
    text-wrap: balance;
  }

  ul li {
	text-wrap: balance;
	margin-bottom: 10px;

  }

  .sp-easy-accordion .sp-ea-single .ea-header a {
  font-size: 17px;
  text-wrap: balance;
}

#duvidas-frequentes .texto p {
  text-wrap: balance;
}

.bullets {
  gap: 0px;
}

#servicos .slick-dots {
  bottom: -40px !important;
}

#inicio {
  padding-bottom: 20px;
}

#sobre-o-servico ul li, #mais-sobre ul li  {
  font-weight: 500;
  font-size: 18px;
}

}


@media (max-width: 600px) {
	
	.posts-lista {
  grid-template-columns: 1fr;
}

	#rmp_menu_trigger-74::after {
		display: none;
	}
	 #rmp_menu_trigger-74 {
    width: 45px;
  }

  
.padding {
  padding: 35px 0px;
}

.wrap.hero h1, .wrap.hero h1 strong {
    font-size: 34px;
    line-height: 44px;
  }


  
.wrap.hero h2 {
  font-size: 16px;
}

.wrap.hero p {
  display: none;
}

 .subtitulo {
    font-size: 17px;
  }

   .titulo, .titulo strong {
    font-size: 28px;
  }

  .texto p {
  font-size: 16px;
}



#servicos.centralizar {
  max-width: 100vw;
  width: 100vw;
}
#servicos.centralizar .conteudo {
  max-width: 95vw;
  margin: 0 auto;
}
#chamada-rotativa {
  width: 100vw;
}
#chamada-rotativa .midia img {
  max-width: 95vw;
}
#chamada-rotativa .conteudo .bg-azul {
  border-radius: 0px;
}
.bg-azul .texto p {
  font-size: 16px;
}
.bullets {
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.bullets li {
  justify-content: center;
  font-size: 19px;
}

.bg-azul .titulo {
  margin-bottom: 10px;
}

#depoimentos .conteudo p {
  text-wrap: balance;
}


#quem-somos ul li {
  justify-content: center;
  font-size: 17px;
}

.wpcf7-form .grid p {
  grid-template-columns: 1fr;
  gap: 0px;
}

#contato .wpcf7-form-control {
  width: 100%;
}

#colophon {
  padding-top: 40px;
}

#colophon img {
  max-width: 240px;
}

.site-info {
  font-size: 14px;
}

#chamada-rotativa .conteudo .bg-azul {
  padding: 110px 0px 40px;
}


.servico-aprovado img {
  max-width: 330px;
}

.servico-aprovado {
  margin-top: 30px;
}

}

@media (max-width: 400px) {

	 .wrap.hero h1, .wrap.hero h1 strong {
    font-size: 32px;
    line-height: 42px;
  }

  #quem-somos ul li {
  font-size: 16px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0px;
  margin-bottom: 30px;
}


}


/* Acessibilidade: se usuário preferir menos movimento, mantemos sem autoplay (JS já trata),
   mas vale evitar surpresas visuais */
@media (prefers-reduced-motion: reduce) {
  .slick-track { transition: none !important; }
}