/*!
Theme Name: St Pierre
Theme URI: http://underscores.me/
Author: Thiago Funari
Author URI: https://funaridesign.com.br
Description: Tema desenvolvido para St. Pierre.
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: st-pierre
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.

St Pierre 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(--preto);
}

a:visited {
	color: var(--preto);
}

a:hover,
a:focus,
a:active {
	color: var(--amarelo);
}

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


/* Geral
--------------------------------------------- */

.centralizar {
	max-width: 1360px;
	margin: 0 auto;
}

a {
	text-decoration: none;
}

html {
	overflow-x: hidden;
}


body {
	font-family: 'Barlow', sans-serif;
	overflow-x: hidden;
	background: #fdfcfc;
}

h1, h2, h3, h4, h5 {
	font-family: 'Henriette';
	font-style: italic;
	font-weight: normal;
	color: var(--preto);
}

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

:root {
	--azul: #74adb5;
	--azul-claro: #66d5e4;
	--amarelo: #e5bd38;
	--preto: #232323;	
}



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


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



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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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



/* Header
--------------------------------------------- */

#masthead {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	padding: 20px 0px;
  }

 
  .admin-bar #masthead {
	top: 32px;
  }


/* Início
--------------------------------------------- */

.video-background {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.video-background .conteudo {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    padding: 20px;
}


#primary {
	margin-top: 100px;
}

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

#inicio {
	min-height: 100vh;
	overflow: hidden;
  }

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



    
  #site-navigation a, .home .scrolled #site-navigation a {
	color: var(--preto);
	text-transform: uppercase;
	font-size: 19px;
  }

  #site-navigation .sub-menu a, .home .scrolled #site-navigation .sub-menu a {
	text-transform: inherit;
  }

  .home #site-navigation a {
	color: #fff;
  }

  .home #site-navigation .sub-menu a,  #site-navigation .menu-ativo .sub-menu a  {
	color: var(--preto);
  }

  #site-navigation a:hover, #site-navigation .menu-ativo a, #site-navigation .menu-ativo .sub-menu a:hover, .home #site-navigation a:hover, .home .scrolled #site-navigation a:hover, .home #site-navigation .menu-ativo a, .home .scrolled #site-navigation .menu-ativo a {
	color: var(--azul);
  }

  .home #site-navigation a:hover, .home #site-navigation .menu-ativo a  {
	color: var(--azul-claro);
  }

  .home .scrolled #site-navigation .menu-ativo .sub-menu a { color: var(--preto);}
  .home .scrolled #site-navigation .menu-ativo .sub-menu a:hover { color: var(--azul);}

  #site-navigation ul {
	display: flex;
	gap: 25px;
  }

  #primary-menu {
	justify-content: end;
	gap: 25px;
  }


  #masthead .centralizar {
	display: flex;
	align-items: center;
	gap: 30px;
  }

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


  .main-navigation ul ul {
	flex-direction: column;
	border-radius: 10px;
	background: #fff;
  }

  .main-navigation ul ul li {
	padding: 5px 15px;
	font-size: 17px;
  }

  #site-navigation ul ul li a {
	color: var(--preto);
	text-transform: inherit;
  }

  #site-navigation ul ul li a:hover {
	color: var(--azul);
	text-transform: inherit;
  }

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

  .home .menu-item-has-children::after {
	color: #fff;
  }
  
  .home .menu-item-has-children:hover:after, .home .menu-item-has-children.menu-ativo:after {
	color: var(--azul-claro);
  }


  .home .scrolled .menu-item-has-children.menu-ativo:after, .scrolled .menu-item-has-children.menu-ativo:after, .menu-item-has-children::after,  #site-navigation ul ul.sub-menu .current-menu-item a {
	color: var(--azul);
  }


  .home .scrolled .menu-item-has-children::after, .menu-item-has-children::after {
	color: var(--preto);
  }
  
  .home .scrolled .menu-item-has-children:hover:after, .menu-item-has-children:hover:after {
	color: var(--azul);
  }


  #site-navigation ul.sub-menu {
	gap: 0;
  }
  .main-navigation ul ul li:last-child {
	padding-bottom: 10px;
  }

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

  .centro-vertical {
	width: 100%;
	position: relative;
	height: 100vh;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
  }


  .subtitulo {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 320px;
	margin: 0 auto;
	margin-bottom: 0px;
  }

  .subtitulo span {
	color: var(--azul);
	margin: 0 15px;	
	font-size: 21px;
  }

  .subtitulo:before,
  .subtitulo:after {
	background: var(--azul-claro);
	height: 1px;
	flex: 1;
	content: '';
  }

  #inicio {
	border-bottom: 3px solid var(--azul);
  }

  #inicio .subtitulo {	
	margin-bottom: 15px;
  }

  #inicio .subtitulo span {
	color: var(--azul-claro);
  }


  #inicio .conteudo p {
	font-size: 21px;
	color: #fff;
  }
  #inicio .conteudo {
	max-width: 540px;
  }
  .conteudo .btn-inicio {
	text-transform: uppercase;
	color: #fff;
	font-size: 21px;
	border: 2px solid var(--amarelo);
	border-radius: 100px;
	padding: 10px 40px;
	padding-top: 8px;
	color: #fff;
	text-decoration: none;
  }
  .conteudo .btn-inicio:hover {
	background: var(--amarelo);
	color: #fff;
	text-decoration: none;
  }
  
 

  .conteudo .titulo, .conteudo .titulo a {
	text-align: center;
	margin: 0px;
	font-size: 50px;
	line-height: 60px;
  }
  .conteudo .texto {
	text-align: center;
	font-size: 19px;
	margin-top: 0px;
  }
  .lista-linha-produtos {
  display: flex;
  gap: 25px;
  justify-content: center;
}

  .lista-linha-produtos .card {
	max-width: 427px;
	flex: 1 1 0;
	width: 0;
  }

  .lista-linha-produtos .card img {
	width: 100%;
  }

  .margem {
	padding: 50px 0px;
  }

  .conteudo .nome-cat {
	font-size: 28px;
	margin: 0px;
  }
  .lista-linha-produtos .conteudo p {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 16px;
  }
  .lista-linha-produtos .conteudo {
	padding: 0 15px;
  }

  .conteudo a {
	color: var(--amarelo);
	font-size: 17px;
  }
  .conteudo a:hover {
	text-decoration: underline;
  }
  .lista-linha-produtos .card {
	position: relative;
	overflow: hidden;
  }
  .link-mascara {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 500%;
	z-index: 1;
  }

  .lista-linha-produtos .card:hover a {
	text-decoration: underline;
  }

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

  #linha-de-produtos.filtrada h2 {
	margin-bottom: 20px;
  }


  #quem-somos, #carrossel-linha-produtos, #produto, #produtos-relacionados, #revendedor {
	background-color: #f4f7f8;
  }

  #quem-somos.margem {
	padding-bottom: 86px;
  }



  #quem-somos .centralizar {
	display: grid;
	grid-template-columns: 1.8fr 1fr;
	gap: 20px;
	max-width: 1300px;
	align-items: center;
  }
  #quem-somos .conteudo .titulo, #quem-somos .conteudo .texto {
	text-align: left;
  }
  #quem-somos .subtitulo.left.right {
	justify-content: left;
	align-items: center;
	margin: inherit;
  }
  #quem-somos .imagem {
	position: relative;
  }
  #quem-somos .imagem .icone-quem-somos {
	position: absolute;
	bottom: -36px;
  }
  #quem-somos .imagem img:last-child {
	margin-left: 42px;
	max-width: 90%;
  }
 
  #quem-somos .conteudo p, #instagram .conteudo p {
 	margin-bottom: 15px;
  }

  #quem-somos .conteudo .titulo {
	margin-bottom: 10px;
  }

  .texto.slogan {
	font-weight: 500;
	font-style: italic;
  }
  .texto.slogan img {
	margin-left: 3px;
  }

  .iframe-mapa div.iframe {
	display: none;
  }

  .iframe-mapa div.ativo {
	display: block;
  }




   /* The container must be positioned relative: */
   .select-onde-encontrar {
	position: relative;
	margin: 0 auto;
	width: 250px;
	margin-bottom: 15px;
	text-align: center;
  }
  
  .select-onde-encontrar select {
	display: none; /*hide original SELECT element: */
  }
  
  .select-selected {
	background-color: var(--azul);
  }
  
  /* Style the arrow inside the select element: */
  .select-selected:after {
	position: absolute;
	content: "";
	top: 18px;
	right: 15px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #fff transparent transparent transparent;
  }
  
  /* Point the arrow upwards when the select box is open (active): */
  .select-selected.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
	top: 7px;
  }
  
  /* style the items (options), including the selected item: */
  .select-items div,.select-selected {
	color: #ffffff;
	padding: 8px 16px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
	border-radius: 1000px;
  }
  
  /* Style items (options): */
  .select-items {
	position: absolute;
	background-color: transparent;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
  }
  
  /* Hide the items when the select box is closed: */
  .select-hide {
	display: none;
  }

  .select-items div {
	background-color: var(--azul);
  }
  .select-items div:hover, .same-as-selected {
	background-color: #55929a;
  } 

  .same-as-selected {
	display: none;
  }

  .select-items div, .select-selected {
	padding-top: 3px;
	padding-bottom: 5px;
	font-size: 18px;
  }

  #onde-encontrar .texto {
	margin-bottom: 15px;
  }

  #onde-encontrar.margem {
	padding-bottom: 0px;
  }


  .conteudo .titulo a {
	color: var(--preto);
  }
  .conteudo .titulo a:hover {
	color: var(--amarelo);
  }


  #rodape {
	text-align: center;
  }

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




  .form-news h2, #contato h2 {
	font-size: 18px;
	margin-bottom: 10px;
	font-style: normal;
  }
  #wpcf7-f60-o1 p {
	margin: 0px;
  }
  #wpcf7-f60-o1 input {
	max-width: 200px;
	border-radius: 1000px;
	text-align: center;
  }
  .wpcf7-spinner {
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	display: none;
  }
  .wpcf7-form-control.wpcf7-submit.has-spinner {
	border: 0px;
	background: 0px;
	color: var(--amarelo);
	cursor: pointer;
  }
  .wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	text-decoration: underline;
  }


  
.form-news h2, #contato h2 {
	font-size: 18px;
	margin-bottom: 10px;
	font-style: normal;
  }
  #wpcf7-f60-o1 p {
	margin: 0px;
  }
  #wpcf7-f60-o1 input {
	max-width: 200px;
	border-radius: 1000px;
	text-align: center;
  }
  .wpcf7-spinner {
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	display: none;
  }
  .wpcf7-form-control.wpcf7-submit.has-spinner {
	border: 0px;
	background: 0px;
	color: var(--amarelo);
	cursor: pointer;
  }
  .wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	text-decoration: underline;
  }
  #contato {
	display: flex;
	justify-content: center;
	flex-direction: column;
  }
  #contato a {
	color: var(--preto);
  }
  #contato a:hover {
	color: var(--amarelo);
  }
  .copy-rodape {
	border-top: 1px solid #e6e6e6;
	margin-top: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
  }
  #politicas-menu {
	list-style: none;
	margin: 0;
	padding: 0;
  }
  #politicas-menu a {
	color: var(--preto);
	font-size: 15px;
  }
  #politicas-menu a:hover {
	color: var(--amarelo);
  }

  .redes-sociais a {
	font-size: 21px;
  }
  .redes-sociais {
	display: flex;
	justify-content: center;
	gap: 10px;
  }
  #block-7 img {
	margin: 0px;
  }
  #block-7 {
	margin: 0px;
  }





  /* Estilo do cabeçalho fixo */
#masthead.site-header {

    
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

#masthead.site-header.scrolled {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	position: fixed;
	z-index: 1000;
}

/* Ocultar logotipos por padrão */
.logo {
    display: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Página inicial: Exibir logotipo da página inicial antes do scroll */
.home .home-logo {
    display: block;
}

/* Todas as páginas: Exibir o logotipo padrão */
.default-logo {
    display: block;
}

.home .default-logo {
    display: none;
}


/* Página inicial após o scroll */
.home.scrolled .home-logo {
    display: none;
}

.home.scrolled .default-logo {
    display: block;
}

/* Fixar o cabeçalho no topo ao dar scroll */
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: background 0.3s ease;
}

.site-header.scrolled {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.scrolled .default-logo {
	max-width: 150px;
  }
  #masthead.scrolled {
	padding: 10px 0px;
  }



  .carrossel-produtos.centralizar {
    max-width: 100%;
    margin: 0px;
    width: 100%;
}

.carrossel-produtos .slick-track {
	margin: 0;
}

  .carrossel-produtos .card {
	text-align: center;
	position: relative;
	overflow: hidden;
  }
  .carrossel-produtos h2 {
	font-size: 28px;
	margin: 0px;
  }
  .carrossel-produtos a {
	color: var(--amarelo);
	font-size: 17px;
	font-style: italic;
  }

  .carrossel-produtos .card:hover a {
	text-decoration: underline;
  }

  .carrossel-produtos .card img {
	opacity: 0.85;
	transition: all 0.2s ease-in-out;
	margin: 0 auto;
  }

  .carrossel-produtos .card:hover img {
	opacity: 1;
  }

  .carrossel-produtos .slick-dots {
	bottom: -35px;
  }

  .slick-initialized .slick-slide {
	display: block;
  }

  

  .slick-dots li {
        display: inline-block;
    }


   .slick-dots li:only-child {
        display: none;
    }


	
#produto .centralizar {
	display: flex;
	max-width: 1100px;
	gap: 30px;
	align-items: center;
	justify-content: center;
  }
  #produto .centralizar .conteudo {
	max-width: 330px;
  }


  #produto .conteudo p, #produto .conteudo h2 {
	text-align: left;
  }
  #produto .conteudo h2 {
	font-size: 24px;
  }
  #produto .conteudo .texto {
	margin-bottom: 15px;
  }
  #produto .conteudo img {
	margin-top: 25px;
  }


  #produto .conteudo.centralizar.titulo-produto {
	display: inherit;
	margin-bottom: 20px !important;
  }

  .imagem-produto {
	text-align: center;
  }

  
.receitas.centralizar {
	display: grid;
	justify-content: center;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 1100px;
  }
  .receitas.centralizar .receita {
	display: flex;
	gap: 25px;
	align-items: center;
	justify-content: center;
	max-width: 550px;
  }
  .receitas.centralizar .receita ul, .receitas.centralizar .receita ol {
	margin: 0;
	padding: 0;
	list-style-position: inside;
  }
  .receitas.centralizar .receita img {
	max-width: 180px;
  }
  .receitas.centralizar .receita h3 {
	font-size: 26px;
	margin: 0px;
  }
  .receitas.centralizar .receita ul {
	list-style: none;
	font-size: 18px;
  }
  .receitas.centralizar .receita a {
	margin-top: 10px;
	display: block;
  }


  details {
	padding: 0px;
	font-size: 16px;
	font-weight: 600;
	margin-top: 15px;
}

details summary {
  cursor: pointer;
  transition: margin 150ms ease-out;
  color: var(--amarelo);
  font-weight: normal;
  font-size: 17px;
}

details summary:hover {
	text-decoration: underline;
}

details[open] summary {
  margin-bottom: 10px;
} 

details>summary {
 
	list-style: none;
  }
  summary::-webkit-details-marker {
	display: none
  }
  
  summary::after {
	content: ' +';
  }
  details[open] summary:after {
	content: " -";
  }

  #produtos-relacionados .titulo {
	margin-bottom: 20px;
  }

  #receitas .titulo {
	margin-bottom: 15px;
  }

  .wpcf7-response-output {
	border-radius: 20px;
	max-width: 400px;
	margin: 0 auto !important;
  }



  
.revenda .centralizar {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 60px;
	max-width: 1000px;
	align-items: center;
  }
  .revenda .centralizar p {
	font-size: 18px;
  }
  div.wpforms-container-full input[type="date"], div.wpforms-container-full input[type="datetime"], div.wpforms-container-full input[type="datetime-local"], div.wpforms-container-full input[type="email"], div.wpforms-container-full input[type="month"], div.wpforms-container-full input[type="number"], div.wpforms-container-full input[type="password"], div.wpforms-container-full input[type="range"], div.wpforms-container-full input[type="search"], div.wpforms-container-full input[type="tel"], div.wpforms-container-full input[type="text"], div.wpforms-container-full input[type="time"], div.wpforms-container-full input[type="url"], div.wpforms-container-full input[type="week"], div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full input[type="date"], .wp-core-ui div.wpforms-container-full input[type="datetime"], .wp-core-ui div.wpforms-container-full input[type="datetime-local"], .wp-core-ui div.wpforms-container-full input[type="email"], .wp-core-ui div.wpforms-container-full input[type="month"], .wp-core-ui div.wpforms-container-full input[type="number"], .wp-core-ui div.wpforms-container-full input[type="password"], .wp-core-ui div.wpforms-container-full input[type="range"], .wp-core-ui div.wpforms-container-full input[type="search"], .wp-core-ui div.wpforms-container-full input[type="tel"], .wp-core-ui div.wpforms-container-full input[type="text"], .wp-core-ui div.wpforms-container-full input[type="time"], .wp-core-ui div.wpforms-container-full input[type="url"], .wp-core-ui div.wpforms-container-full input[type="week"], .wp-core-ui div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full textarea {
	border-radius: 1000px!important;
  }
  
  div.wpforms-container-full textarea {
	border-radius: 10px!important;
	resize: none!important;
	max-height: 80px!important;
  }
  .wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
	padding: 0px!important;
	padding-bottom: 10px!important;
  }
  #wpforms-submit-99 {
	text-transform: uppercase;
	color: var(--amarelo);
	font-size: 21px;
	border: 2px solid var(--amarelo);
	border-radius: 100px;
	padding: 10px 40px;
	  padding-top: 10px;
	padding-top: 8px;
	text-decoration: none;
	background: transparent;
  }

  #wpforms-submit-99:hover {
	color: #fff;
	background: var(--amarelo);

  }

  #wpforms-99-field_2-container {
	padding: 0px !important;
  }


  #instagram.margem {
	padding-bottom: 10px;
  }

  .desktop {
	display: block;
}

.mobile {
	display: none;
}
  

#contato h2 {
	margin-bottom: 5px;
  }


  @media (max-width: 1500px) {

  }

  @media (max-width: 1400px) {

	#quem-somos .centralizar {
		grid-template-columns: 1.7fr 1fr;
	  }

  }

  @media (max-width: 1300px) {

	#quem-somos .centralizar {
		grid-template-columns: 1.5fr 1fr;
	  }

  }

  @media (max-width: 1100px) {

	#site-navigation {
		display: none;
	}

	#masthead .centralizar {
		justify-content: center;
	}

	#quem-somos .centralizar {
		grid-template-columns: 1.2fr 1fr;
	  }

	  .carrossel-produtos.centralizar {
		width: 100%;
	  }

	  .conteudo .titulo, .conteudo .titulo a {
		font-size: 40px;
		line-height: 50px;
	  }

	  .subtitulo span {
		font-size: 19px;
	  }

	  .subtitulo {
		max-width: 230px;
	  }

	  .conteudo .nome-cat {
		font-size: 26px;
	  }

	  #masthead {
		padding: 15px 0px;
	  }

	  .site-branding img {
		max-width: 212px;
	  }

	  #primary {
		margin-top: 90px;
	  }

	  .margem {
		padding: 35px 0px;
	  }

	  #carrossel-linha-produtos.margem {
		padding-bottom: 50px;
	  }


	  .carrossel-produtos .card img {
		opacity: 1;
	  }

	  
#rmp_menu_trigger-142.menu-mobile-scroll {
	top: 0px;
  }
  #rmp_menu_trigger-142.menu-mobile-scroll .responsive-menu-pro-inner, #rmp_menu_trigger-142.menu-mobile-scroll .responsive-menu-pro-inner::before, #rmp_menu_trigger-142.menu-mobile-scroll .responsive-menu-pro-inner::after {
	background-color: var(--preto);
  }
  
  #rmp_menu_trigger-142.menu-mobile-scroll.is-active .responsive-menu-pro-inner, #rmp_menu_trigger-142.menu-mobile-scroll.is-active .responsive-menu-pro-inner::before, #rmp_menu_trigger-142.menu-mobile-scroll.is-active .responsive-menu-pro-inner::after {
	background-color: #fff;
  }
  
  

  }

  @media (max-width: 900px) {

	.desktop {
		display: none;
	}
	
	.mobile {
		display: block;
	}

	#quem-somos .centralizar {
		grid-template-columns: 1fr;
	  }

	
#quem-somos .subtitulo.left.right {
	justify-content: center;
	margin: 0 auto;
  }
  #quem-somos .conteudo .titulo, #quem-somos .conteudo .texto {
	text-align: center;
  }
  
  #quem-somos .imagem img:last-child {
	margin: 0px;
	margin-bottom: 15px;
  }
  
  #quem-somos.margem {
	padding-bottom: 35px;
  }
  #quem-somos {
	text-align: center;
  }

  .revenda .centralizar {
	grid-template-columns: repeat(1, minmax(0, 1fr));
	align-items: center;
	text-align: center;
	gap: 0;
  }


  .revenda img {
	display: none;
  }

  .revenda .centralizar p {
	font-size: 17px;
	margin-bottom: 10px;
  }

  p.texto, p {
	font-size: 17px;
	margin-bottom: 10px;
  }

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


  #produto .centralizar {
	flex-direction: column;
	text-align: center;
	gap: 0px;
  }
  #produto .conteudo p, #produto .conteudo h2 {
	text-align: center;
  }
  .imagem-produto {
	order: 1;
  }
  .conteudo.produto-esquerda {
	order: 2;
  }
  .conteudo.produto-direita {
	order: 3;
  }
  .receitas.centralizar .receita {
	flex-direction: column;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 40px;
  }
  .receitas.centralizar {
	grid-template-columns: 1fr;
  }

  #sbi_images {
	gap: 10px !important;
  }

  #quem-somos .conteudo p, #instagram .conteudo p {
	margin-bottom: 10px;
  }



  .site-branding img {
    max-width: 180px;
  }

  #rmp-menu-wrap-142 .rmp-submenu .rmp-menu-item-link {
	font-size: 16px !important;
  }

  .rmp-container .rmp-menu-title .rmp-menu-title-image {
	width: 150px;
	height: auto;
  }



  }

  @media (max-width: 600px) {

	#inicio img {
		max-width: 300px;
		margin-top: 10px;
	  }
	  #inicio .conteudo p {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 30px;
	  }
	  .conteudo .btn-inicio {
		font-size: 19px;
	  }

	  .lista-linha-produtos {
		display: flex;
		gap: 25px;
		justify-content: center;
		flex-direction: column;
		margin-top: 15px;
	  }

	  .lista-linha-produtos .card {
		max-width: 100%;
		flex: inherit;
		width: auto;
	  }

	  .conteudo .titulo, .conteudo .titulo a {
		font-size: 34px;
		line-height: 50px;
	  }
	  
	  .conteudo .nome-cat {
		font-size: 22px;
	  }

	  .lista-linha-produtos .conteudo p {
		font-size: 15px;
	  }

	  #quem-somos .imagem img:last-child {
		max-width: 100%;
	  }

	  

  }


  

  @media (max-width: 450px) {

	#quem-somos p {
		max-width: 330px;
		margin: 0 auto;
	  }

	  #wpforms-submit-99 {
		width: 100%;
	  }

  }

  @media (max-width: 395px) {

	.conteudo .titulo, .conteudo .titulo a {
		font-size: 31px;
		line-height: 50px;
	  }

  }