/*
Theme Name: BrandGuide Base 2025
Theme URI: https://www.brandsolutions.com.br
Author: QuartaDesign
Author URI: https://www.quartadesign.com.br
Description: Uma plataforma de organização e compartilhamento de recursos para Identidade Visual
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 8.0
Version: 1.4
License: Este tema não pode ser copiado, modificado ou redistribuído sem autorização prévia.
Text Domain: brandguide
*/


/*
 * #reset
 *
 * http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain)
 */
/*#region*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, 
blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
 * Box sizing
 * 2016-05
 */

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
/*#endregion*/

/**
 * 2.0 - Fonte qd icones
 * 2016-01
 */


@font-face {
    font-family: 'qdicones';
    font-weight: normal;
    font-style: normal;
    src:    url('assets/fonts/qdicones.eot?tyqkkw');
    src:    url('assets/fonts/qdicones.eot?tyqkkw#iefix') format('embedded-opentype'),
        url('assets/fonts/qdicones.ttf?tyqkkw') format('truetype'),
        url('assets/fonts/qdicones.woff?tyqkkw') format('woff'),
        url('assets/fonts/qdicones.svg?tyqkkw#qdicones') format('svg');
	font-display: swap;
}

/*
 * 3.0 - Cores Principais
 *
 * 2025-06
 *
 */

:root {
	--wp--preset--color--primary: #b50000;
	--wp--preset--color--secondary: #3e3e4d;
	--wp--preset--color--header-bg: #44444440;
	--wp--preset--color--header-text: #ffffff;
	--wp--preset--color--base:#ffffff;
	--wp--preset--color--base-gray: #efefef;
	--wp--preset--color--dark-gray: #444444;
}


/*
 * 4.0 - Estrutura
 *
 * 2025-06
 *
 */


body {
	background: var(--wp--preset--color--base);
}
#page {
	width:100%;
	position:relative;
	overflow:hidden;
	z-index:1;
}
.margim-protect {
	padding-right: var(--wp--style--root--padding-right);
	padding-left: var(--wp--style--root--padding-left);
}
.max-width {
	max-width:var(--wp--style--global--content-size);
	margin:0 auto;
}
#main-content {
	clear: both;
	position: relative;
	z-index: 10;
	padding-top: var(--wp--style--root--padding-top);
	padding-bottom: var(--wp--style--root--padding-bottom);
}
.block-content {
	clear: both;
	position: relative;
	z-index: 10;
	padding-top:50px;
	padding-bottom:50px;
	min-height: 300px;
}


/**
 * 5.0 - Header
 * 2016-05
 */
/*#region*/
#branding {
	position: fixed;
	z-index: 9999;
    top: 0;
    left: 0;
    height: 100vh;
	max-width: 14rem;
    display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
	align-items: flex-start;
    padding: 2rem 0;
	background-color: var(--wp--preset--color--dark-gray);
	box-shadow: 5px 0 5px rgba(0, 0, 0, 0.4);
}
.brand-row {
	padding: 0 1em;
}
.brand-row .brand-row-interna {
	display: flex;
	flex-wrap: wrap;
}
.brand-row-2 {
	align-self: flex-end;
	width: 100%;
}
.brand-row-2 .brand-row-interna {
	justify-content: center;
	width: 100%;
}
#logo {
	padding: 0;
	width: 8rem;
	height: 6rem;
	margin: auto;
	display: flex;
	align-items: center;
}
#brand-guide-logo {
	flex: 1 0 auto;
    max-width: 8rem;
	margin: 1rem auto;
	width: 100%;
}
#brand-guide-logo a,
#brand-guide-logo a img,
#logo a,
#logo-flutua a,
#logo a img,
#logo-flutua a img {
	display:inline-block;
    width: 100%;
}
#logo a:hover img,
#logo-flutua a:hover img {
	opacity:0.8;
}
#site-logo-footer img {
    width: 90px;
}


.qd-open-close {
	transition: all 0.3s ease-in-out;
	padding-left: 0;
}
.qd-open-close.opened {
}
#branding.qd-open-close {
	transform: translateX(-15rem);
}
#branding.qd-open-close.opened {
	transform: translateX(0);
}

#mobile-access-modal {
	display: block;
	transition: all 0.3s ease-in-out;
	background-color:rgba(255,255,255,0);
}
#mobile-access-modal.opened {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9989;
	background-color:rgba(255,255,255,0.6);
}

.main-header {
	display: flex;
	align-content: stretch;
	height: 200px;
	position: relative;
	padding-left: 0;
}

.main-header .max-width {
	flex: 1 1 auto;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}
.qd-not-logged-in.main-header {
	height: 500px;
}
.main-header .qd-header-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size:cover;
	background-position: center center;
	z-index: -1;
}
.main-header .qd-header-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: var(--wp--preset--color--header-bg);
	z-index: -10;
}
.main-header .entry-title,
.main-header .breadcrumbs {
    text-align: center;
    display: inline-block;
	width: 100%;
}
.main-header  h2,
.main-header .entry-title,
.main-header .breadcrumbs {
	color: var(--wp--preset--color--header-text);
}

.error404 .main-header .max-width,
.error404 #main-content .max-width,
.search .main-header .max-width,
.search #main-content .max-width {
	max-width:800px;
}
.qd-form-login {
	margin-top: 1em;
	padding: 1em;
	background-color: rgba(0,0,0,0.5);
	color: var(--wp--preset--color--base);
}
.qd-remember-pass {
	text-align: right;
	font-size: 0.8em;
}
.qd-remember-pass a:link,
.qd-remember-pass a:visited {
	color: var(--wp--preset--color--base);
}
.qd-remember-pass a:hover,
.qd-remember-pass a:active {
	color: #ccc;
}
/*#endregion*/

/**
 * 6.0 - Menus
 * 2016-05
 */

/**
 * Mobile Menu
 */
 /*#region*/
#mobile-menu-trigger {
	width:4rem;
	height:2rem;
	position: absolute;
	top:3rem;
	right: -3.2rem;
	display:inline-block;
	cursor:pointer;
	z-index: 9999;
	background-color: var(--wp--preset--color--dark-gray);
	transition: all 0.3s ease-in-out;
	border-bottom-right-radius: 1rem;
	border-top-right-radius: 1rem;
	box-shadow: 5px 0 5px rgba(0, 0, 0, 0.4);
}
#mobile-menu-trigger::before {
    font-family: 'qdicones' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: var(--wp--preset--color--base);
	position:absolute;
	top:0;
	right:0.6rem;
	line-height: 2rem;
	font-size:18px;
    content: "\e923";
}
/*#endregion*/
/* Mobile menu Language */
/*#region*/
.mob-menu-language ul {
	list-style:none;
	margin:0;
	text-align:left;
}
.mob-menu-language ul li {
	display:inline-block;
	padding: 0 10px;
}
.mob-menu-language ul li a:link,
.mob-menu-language ul li a:visited {
	line-height:30px;
	color: var(--wp--preset--color--base);
	display:block;
	padding:5px 1px;
}
.mob-menu-language ul li a:hover,
.mob-menu-language ul li a:active {
	text-decoration:none;
	color:var(--wp--preset--color--primary);
}
/*#endregion*/

/* BrandPro Contact */
 /*#region*/

#brand-guide-admin {
	width: 100%;
}
#brand-guide-admin ul.brand-guide-admin-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#brand-guide-admin ul.brand-guide-admin-menu li {
	padding: 0.4rem 0;
	width: 100%;
}
#brand-guide-admin ul.brand-guide-admin-menu a:link,
#brand-guide-admin ul.brand-guide-admin-menu a:visited {
	color: rgba(255,255,255,0.6);
    display: flex;
	align-items: center;
    text-decoration: none;
    background-color: transparent;
    border-radius: 1.5rem;
	border: solid 1px rgba(255,255,255,0.4);
    padding: 0 1rem 0 0.6rem;
	transition: all 0.15s ease-in-out;
	width: 100%;
}
#brand-guide-admin ul.brand-guide-admin-menu .brand-guide-admin-user a:link,
#brand-guide-admin ul.brand-guide-admin-menu .brand-guide-admin-user a:visited {
	color: rgba(255,255,255,0.8);
    background-color: transparent;
	border-color:transparent;
}
#brand-guide-admin ul.brand-guide-admin-menu a:hover,
#brand-guide-admin ul.brand-guide-admin-menu a:active {
	text-decoration: none;
    background-color: #111111;
	border-color: #111111;
}
#brand-guide-admin ul.brand-guide-admin-menu .brand-guide-admin-user a:hover,
#brand-guide-admin ul.brand-guide-admin-menu .brand-guide-admin-user a:active {
    background-color: transparent;
	border-color: transparent;
}
#brand-guide-admin ul.brand-guide-admin-menu .brand-guide-admin-user a::before,
#brand-guide-admin ul.brand-guide-admin-menu .brand-guide-admin-logout a::before,
#brand-guide-admin ul.brand-guide-admin-menu .brand-guide-admin-manage a::before,
#brand-guide-admin ul.brand-guide-admin-menu .brand-guide-admin-contact a::before {
	content: "";
    width: 2rem;
    height: 2rem;
	margin-right: 0.4rem;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Cpath d='M33.44,42.14c0,3.3-2.67,5.97-5.97,5.97h-9.48c-3.3,0-5.97-2.67-5.97-5.97v-24.28c0-3.3,2.67-5.97,5.97-5.97h9.48c3.3,0,5.97,2.67,5.97,5.97' style='fill: none; stroke: %23ffffff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.5px;'/%3E%3Cline x1='22.98' y1='30' x2='47.99' y2='30' style='fill: none; stroke: %23ffffff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.5px;'/%3E%3Cpolyline points='39.12 21.12 47.99 30 39.12 38.88' style='fill: none; stroke: %23ffffff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.5px;'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
}
#brand-guide-admin ul.brand-guide-admin-menu .brand-guide-admin-user a::before {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Cpath d='M29.54,9.2c-4.65,0-8.41,3.77-8.41,8.41s3.77,8.41,8.41,8.41,8.41-3.77,8.41-8.41-3.77-8.41-8.41-8.41ZM29.54,51.21c7.33,0,13.9-3.24,18.35-8.37.87-1,.93-2.47.13-3.53-4.21-5.54-10.92-9.12-18.48-9.12s-14.27,3.58-18.48,9.12c-.8,1.05-.74,2.53.13,3.53,4.46,5.13,11.03,8.37,18.35,8.37Z' style='fill: none; stroke: %23fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.5px;'/%3E%3C/svg%3E");
}
#brand-guide-admin ul.brand-guide-admin-menu .brand-guide-admin-manage a::before {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bstroke-width:2.37px;%7D.cls-1,.cls-2%7Bfill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;%7D.cls-2%7Bstroke-width:2.5px;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-2' cx='27.87' cy='19.24' r='9.99'/%3E%3Cpath class='cls-1' d='M27.87,29.23c-10.04,0-18.18,8.14-18.18,18.18v3.68h19.54'/%3E%3Ccircle class='cls-1' cx='41.01' cy='41.53' r='3.07'/%3E%3Cpath class='cls-1' d='M51.42,38.83c-1.23.2-2.5-.35-3.16-1.49-.66-1.14-.49-2.52.29-3.48-1.28-1.26-2.89-2.2-4.67-2.69-.44,1.16-1.55,1.99-2.87,1.99s-2.43-.83-2.87-1.99c-1.79.49-3.39,1.43-4.67,2.69.79.96.95,2.34.29,3.48-.66,1.14-1.93,1.69-3.16,1.49-.22.86-.35,1.76-.35,2.7s.13,1.83.35,2.7c1.23-.2,2.5.35,3.16,1.49.66,1.14.49,2.52-.29,3.48,1.28,1.26,2.89,2.2,4.67,2.69.44-1.16,1.55-1.99,2.87-1.99s2.43.83,2.87,1.99c1.79-.49,3.39-1.43,4.67-2.69-.79-.96-.95-2.34-.29-3.48.66-1.14,1.93-1.69,3.16-1.49.22-.86.35-1.76.35-2.7s-.13-1.83-.35-2.7Z'/%3E%3C/svg%3E");
}
#brand-guide-admin ul.brand-guide-admin-menu .brand-guide-admin-contact a::before {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M49.98,29.49c0,10.75-8.78,19.46-19.61,19.46-3.44,0-6.67-.88-9.48-2.42l-10.86,3.45,3.54-10.44c-1.79-2.93-2.81-6.37-2.81-10.05,0-10.75,8.78-19.46,19.62-19.46s19.61,8.71,19.61,19.46h0ZM30.36,13.12c-9.1,0-16.49,7.34-16.49,16.36,0,3.58,1.17,6.9,3.14,9.59l-2.06,6.08,6.34-2.01c2.6,1.71,5.72,2.71,9.07,2.71,9.09,0,16.49-7.34,16.49-16.36s-7.4-16.36-16.49-16.36h0ZM40.27,33.97c-.12-.2-.44-.32-.92-.56-.48-.24-2.85-1.39-3.29-1.55-.44-.16-.76-.24-1.08.24-.32.48-1.24,1.55-1.52,1.87-.28.32-.56.36-1.04.12-.48-.24-2.03-.74-3.87-2.37-1.43-1.27-2.39-2.83-2.68-3.3-.28-.48-.03-.73.21-.97.22-.21.48-.56.72-.83.24-.28.32-.48.48-.8.16-.32.08-.6-.04-.83-.12-.24-1.08-2.59-1.48-3.54-.4-.95-.8-.8-1.08-.8s-.6-.04-.92-.04-.84.12-1.28.6c-.44.48-1.68,1.63-1.68,3.98s1.72,4.62,1.96,4.93c.24.32,3.33,5.29,8.21,7.2,4.89,1.91,4.89,1.27,5.77,1.19.88-.08,2.84-1.15,3.25-2.27.4-1.11.4-2.07.28-2.27h0ZM40.27,33.97'/%3E%3C/svg%3E");
}
#brand-guide-admin ul.brand-guide-admin-menu a span {
	line-height: 1rem;
}
/*#endregion*/



/* QD Language menu */
 /*#region*/
#qd-menu-language {
	margin: 0 0 1rem 0;
	width: 100%;
}
#qd-menu-language ul {
	list-style:none;
	margin:0;
	padding: 0;
	display: flex;
	justify-content: center;
}
#qd-menu-language ul li {
	padding: 0 10px;
	margin:0;
	position:relative;
}
#qd-menu-language ul li:first-child {
	padding-left: 0;
}
#qd-menu-language ul li:last-child {
	padding-right:0;
}
#qd-menu-language ul li a:link,
#qd-menu-language ul li a:visited {
	position:relative;
	display: block;
	color:#aaa;
	text-decoration:none;
	line-height:1em;
}
#qd-menu-language ul li a:hover,
#qd-menu-language ul li a:active {
    color: var(--wp--preset--color--base);
}
 /*#endregion*/

/* QD Access */
 /*#region*/
#qd-primary-menu-contentor {

}
#qd-primary-menu ul.qd-menu {
	font-size: 1em;
	list-style: none;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
#qd-primary-menu ul.qd-menu > li {
	position: relative;
	padding: 0.5rem 0;
	width: 12rem;
}
#qd-primary-menu ul.qd-menu > li > a {
	color: var(--wp--preset--color--base);
	line-height: 1.1em;
	text-decoration: none;
	height: 3rem;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
    position: relative;
	background-color: transparent;
	border-radius: 1.5rem;
	padding: 0 1rem 0 1.5rem;
	margin-right: 0;
	transition: all 0.3s ease-in-out;
	border: solid 1px var(--wp--preset--color--base);
}
#qd-primary-menu ul.qd-menu > li > a:hover,
#qd-primary-menu ul.qd-menu > li.current-menu-item > a,
#qd-primary-menu ul.qd-menu > li.current-menu-ancestor > a,
#qd-primary-menu ul.qd-menu > li.current_page_item > a,
#qd-primary-menu ul.qd-menu > li.current-page-ancestor > a,
#qd-primary-menu ul.qd-menu > li.current_page_parent > a,
.single-qd_image_assets #qd-primary-menu ul.qd-menu > li.qd_images > a,
.single-qd_product_assets #qd-primary-menu ul.qd-menu > li.qd_products > a {
	background-color: var(--wp--preset--color--primary);
	border-color: var(--wp--preset--color--primary);
	margin-right: -2rem;
	padding-right: 3rem;
}
#qd-primary-menu ul.qd-menu > li.current-menu-item > a:after,
#qd-primary-menu ul.qd-menu > li.current-menu-ancestor > a:after,
#qd-primary-menu ul.qd-menu > li.current_page_item > a:after,
#qd-primary-menu ul.qd-menu > li.current-page-ancestor > a:after,
#qd-primary-menu ul.qd-menu > li.current_page_parent > a:after,
.single-qd_image_assets #qd-primary-menu ul.qd-menu > li.qd_images > a:after,
.single-qd_product_assets #qd-primary-menu ul.qd-menu > li.qd_products > a:after {
    content: "\2023";
	font-size: 2rem;
	line-height: 1rem;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

#qd-primary-menu ul ul {
	display: none;
	margin: 0;
	position: absolute;
	top: 33px;
	left: 0;
	width: 200px;
	z-index: 99999;
	padding: 0;
	background-color: rgba(240,240,240,0.85);
	overflow:hidden;
	transition: all 0.5s ease-in;
	max-height:0;
	text-align:left;
}
#qd-primary-menu ul ul li {
	padding: 8px 0;
	text-align:left;
	display:block;
}
#qd-primary-menu ul ul li:first-child {
	padding-top: 20px;
}
#qd-primary-menu ul ul li:last-child {
	padding-bottom:20px;
}
#qd-primary-menu ul ul ul {
	display:none;
}
#qd-primary-menu ul ul a {
	color: #333;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 18px;
	padding: 2px 10px;
	width: 100%;
	border-bottom: none;
	border-left: 3px solid var(--wp--preset--color--base);
	border-color:transparent;
	justify-content: flex-start;
	text-align:left;
}
#qd-primary-menu ul li:hover > ul {
	display: block;
	max-height:600px;
}
#qd-primary-menu .menu-item-has-children > a > span:after {
	font-family: 'qdicones' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    margin-left: 5px;
	position:relative;
	font-size:12px;
	content: "\e910";
}

.post-type-archive #qd-primary-menu .current-menu-ancestor > a,
.post-type-archive #qd-primary-menu .current-page-ancestor > a,
.post-type-archive #qd-primary-menu .current_page_parent > a,
.single-qd_image_assets #qd-primary-menu .current-menu-ancestor > a,
.single-qd_image_assets #qd-primary-menu .current-page-ancestor > a,
.single-qd_image_assets #qd-primary-menu .current_page_parent > a {
	font-weight: normal;
	border-color: transparent;
}
 /*#endregion*/





/* Footer
 *
 *
 *
 */

#colophon {
	clear: both;
	background-color:#efefef;
	border-top:solid 1px #ddd;
}
#supplementary {
	padding-top: 50px;
	padding-bottom: 20px;
    margin: 0 -15px;
    display: flex;
    flex-wrap:wrap;
	overflow: hidden;
}
#supplementary.two .widget-area,
#supplementary.three .widget-area,
#supplementary.four .widget-area {
    width: 100%;
    padding: 0 15px;
	max-width: 360px;
	margin: 0 auto 1.5em auto;
}
@media (min-width: 600px) {
    #supplementary.two .widget-area {
        width: 50%;
    }
    #supplementary.three .widget-area {
        width: 33.33%;
    }
    #supplementary.four .widget-area {
        width: 25%;
    }
}
/* QD Footer info and Generator */

#site-info-generator {
	padding-top:2em;
    padding-bottom:2em;
	overflow: hidden;
	font-size: 0.8em;
	line-height:1.2em;
	background-color: var(--wp--preset--color--dark-gray);
}
#site-info-generator a:link,
#site-info-generator a:visited {
	color: var(--wp--preset--color--base);
	opacity: 0.74;
	text-decoration:none;
}
#site-info-generator a:hover,
#site-info-generator a:active {
	color: var(--wp--preset--color--base);
	opacity: 1;
}
#site-info-generator p {
	color: var(--wp--preset--color--base);
	margin: 0;
}
.site-info,
.site-generator {
    padding: 10px 0;
}
#site-info-generator .max-width > div {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}
#site-info-generator .max-width > .site-logo-footer img {
	width: 70px;
	margin: 0 auto;
}
.site-generator ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
}
.site-generator ul li {
	padding: 0 10px;
	border-left: solid 1px var(--wp--preset--color--base);
}
.site-generator ul li:first-child {
	border-left: none;
}
@media (min-width: 600px) {
    #site-info-generator {
        margin-bottom: 0;
    }
    #site-info-generator .max-width {
        display: flex;
		justify-content: space-between;
		align-content: stretch;
	}
	#site-info-generator .max-width > div {
		flex:1 1 auto;
        display: flex;
		align-items: center;		
	}
    #site-info-generator .max-width > .site-info {
        display: flex;
        text-align: left;
		justify-content: flex-start;
		align-items: center;		
    }
	#site-info-generator .max-width > .site-logo-footer {
		justify-content: center;
		flex: 1 1 30%;
	}
    #site-info-generator .max-width > .site-generator {
        display: flex;
        text-align: right;
		justify-content: flex-end;		
		align-items: center;		
    }
	#site-info-generator .max-width > .site-generator ul {
		justify-content: flex-end;
	}
}

/* QD Footer Cookie Box */

#cookie-box {
	padding: 15px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: var(--wp--preset--color--base-gray);
	z-index: 99999999;
	transition: all 0.5s ease-out;
}
#cookie-box.esconde {
	transform: translate3d(0,100%,0);
}
#cookie-box .max-width {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 800px;
}
#cookie-box .bt-aceita-cookies {
	flex: 1 0 auto;
	margin-left: 20px;
	border: none;
	color: var(--wp--preset--color--base);
	background-color: var(--wp--preset--color--primary);
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	border-radius: 3px;
}
#cookie-box .bt-aceita-cookies:hover,
#cookie-box .bt-aceita-cookies:active {
	color: var(--wp--preset--color--base);
	background-color: var(--wp--preset--color--dark-gray);
}
/* QD Acordion
 *
 * 2025-05
 */
.qd-accordion .qd-accordion-header {
	cursor: pointer;
	background-color: var(--wp--preset--color--dark-gray);
	padding: 10px;
	border-radius: 5px;
	transition: background-color 0.3s ease-in-out;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1.5rem;
}
.qd-accordion .qd-accordion-header.active {
	background-color: var(--wp--preset--color--primary);
}
.qd-accordion .qd-accordion-content {
	max-height: 0;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}
.qd-accordion .qd-accordion-content.active {
	max-height: 8000px; /* Ajuste conforme necessário */
}
.qd-accordion .qd-accordion-content-internal {
	overflow: hidden;
	padding: 10px;
	background-color: var(--wp--preset--color--base-gray);
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.qd-accordion .qd-accordion-content-internal.qd-accordion-space {
	justify-content: space-between;
}
.qd-accordion .qd-accordion-content-internal.qd-accordion-space > div {
	flex: 1 0 auto;
}
.qd-accordion .qd-accordion-header h3 {
	color: var(--wp--preset--color--base);
}
.qd-accordion .qd-image-asset-title  {
	text-align: center;
	background-color: var(--wp--preset--color--dark-gray);
	color: var(--wp--preset--color--base);
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.5em;
}
.qd-accordion .qd-image-asset-box {
	flex: 1 0 50%;
	max-width: 50%;
	padding: 1rem;
	position: relative;
}
.qd-accordion .qd-image-asset-internal {
	position: relative;
	overflow: hidden;
}
.qd-accordion .qd-image-asset-box .qd-image-asset-menu {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 10%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
	transition: all 0.3s ease-in-out;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background-color: rgba(0, 0, 0, 0.3);
}
.qd-accordion .qd-image-asset-box:hover .qd-image-asset-menu {
	transform: translate(-50%, -50%)
}
.qd-accordion .qd-accordion-description {
	background-color: var(--wp--preset--color--base-gray);
	padding: 1em 1em 0 1em;

}
.qd-accordion .qd-image-asset-img img {
	display: block;
}
.qd-accordion .qd-video-asset-internal {
	display: flex;
	justify-content: space-between;
}
.qd-accordion .qd-accordion-internal {
	padding: 1em;
	position: relative;
}
.qd-accordion .qd-file-asset-box {
	flex: 1 0 100%;
	max-width: 100%;
	position: relative;
}
.qd-accordion .qd-file-asset-box .qd-accordion-internal {
	padding-left: 3.6rem;
}
.qd-accordion .qd-file-asset-box .qd-accordion-internal::before {
    font-family: 'qdicones' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e914";
	font-size:2.5rem;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left:0;
	color:var(--wp--preset--color--primary);
} 
.qd-accordion .qd-file-asset-box .qd-accordion-internal p {
	margin: 0;
}
.qd-accordion .qd-file-asset-box .qd-accordion-internal p.qd-file-title {
	font-weight: 600;
	font-size: 1.2em;
	line-height: 1.5em;
}
.qd-accordion .qd-image-asset-row {
	border-top: solid 1px #ccc;
}

.qd-accordion .arrow-close {
	width: 3rem;
	height: 1.5rem;
	text-align: center;
	cursor:pointer;
	color:var(--wp--preset--color--base);
	line-height:1.5rem;
	text-indent: -9999px;
	position: relative;
}

.qd-accordion .arrow-close::after,
.qd-accordion .arrow-close::before {
    content: '';
    width: 59%;
    height: 2px;
    background: var(--wp--preset--color--base);
    position: absolute;
    top: 48%;
    right: 0;
	transform: rotate(-45deg);
	transition: all 0.3s
}
.qd-accordion .arrow-close::before {
	transform: rotate(45deg);
	left: 0;
}
.qd-accordion .qd-accordion-header.active .arrow-close::after {
	transform: rotate(45deg);
}
.qd-accordion .qd-accordion-header.active .arrow-close::before {
	transform: rotate(-45deg);
}









/* qd download
 *
 */
.qd-hidden {
	position: relative;
	z-index: -100;
	opacity: 0;
	transition: all 0.6s;
	margin-top: 60px;
}
.qd-hidden.aberto {
	opacity: 1;
	z-index: 100;
}

ul.qd-download {
	list-style: none;
	margin: 0;
}
ul.qd-download > li {
	padding: 5px 0;
}
ul.qd-download > li a:link,
ul.qd-download > li a:visited {
    text-decoration: none;
	border-radius: 3px;
	padding: 5px 10px 5px 30px;
	display: flex;
	color: var(--wp--preset--color--base);
	position: relative;
	transition: all 0.3s ease-in-out;
	background-color: var(--wp--preset--color--primary);
}
ul.qd-download > li a:hover,
ul.qd-download > li a:active {
	color: var(--wp--preset--color--base);
	background-color: var(--wp--preset--color--dark-gray);
	text-decoration: none;
}
ul.qd-download > li a:before {
	font-family: 'qdicones' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: var(--wp--preset--color--base);
	position:absolute;
	top:7px;
	left:7px;
	font-size:15px;
	content: "\e924";
	transition: all 0.3s;
}
ul.qd-download > li a:hover::before {
	top:10px;
}
ul.qd-link {
	list-style: none;
	margin: 0;
}
ul.qd-link > li {
	padding: 5px 0;
}
ul.qd-link > li a:link,
ul.qd-link > li a:visited {
	border-radius: 3px;
	padding: 5px 10px 5px 30px;
	display: flex;
	color: var(--wp--preset--color--base);
	position: relative;
	transition: all 0.3s ease-in-out;
	background-color: var(--wp--preset--color--primary);
}
ul.qd-link > li a:hover,
ul.qd-link > li a:active {
	color: var(--wp--preset--color--base);
	background-color: var(--wp--preset--color--secondary);
	text-decoration: none;
}
ul.qd-link > li a:before {
	font-family: 'qdicones' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: var(--wp--preset--color--base);
	position:absolute;
	top:7px;
	left:7px;
	font-size:15px;
	content: "\e916";
	transition: all 0.3s;
}
ul.qd-link > li a:hover::before {
	top:10px;
}
.qd-separador {
	border-top: solid 1px #ccc;
	display: block;
	margin: 8px 0;
	height: 1px;
}

/* Formulario Modal */

.modal-bg {
	display:none;
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.5);
	z-index:9998;
	opacity: 0;
	transition: opacity 0.5s linear;
    transition-delay: 0.3s;
}
.modal-bg.modal-fade {
	display:block;
}
.modal-bg.modal-fade-in {
	opacity: 1;
}
.modal-bg .modal-dialog {
	border-top-style: solid;
	border-top-width: 30px;
	border-color: var(--wp--preset--color--primary);
	min-height:200px;
	background-color: var(--wp--preset--color--base);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	z-index:9999;
	position:relative;
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out, opacity 0.5s linear;
    transition-delay: 0.8s;
	opacity:0;
    max-width:600px;
    margin:20px auto 0 auto;
}
@media (min-width: 600px) {
	.modal-bg .modal-dialog {
	    max-width:640px;
	    margin:120px auto 0 auto;
	}
}
.modal-bg.modal-fade-in .modal-dialog {
    transform: translate(0, 0);
	opacity:1;
}

.modal-bg .modal-dialog-close {
	position: absolute;
	top: -30px;
	right:0;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor:pointer;
	color: var(--wp--preset--color--base);
	line-height:30px;
	text-indent: -9999px;
}

.modal-bg .modal-dialog-close::after,
.modal-bg .modal-dialog-close::before {
    content: '';
    width: 55%;
    height: 2px;
    background: var(--wp--preset--color--base);
    position: absolute;
    top: 48%;
    left: 22%;
	transform: rotate(-45deg);
	transition: all 0.3s
}
.modal-bg .modal-dialog-close::before {
	transform: rotate(45deg);
}
.modal-bg .modal-dialog-close:hover::after {
	transform: rotate(45deg);
}
.modal-bg .modal-dialog-close:hover::before {
	transform: rotate(-45deg);
}

.modal-bg .modal-dialog-content {
	padding:30px 30px 40px 30px;
}
#modalContentHidden {
	display: none;
}

/* =QD To top
-------------------------------------------------------------- */

#to-top a {
	position: fixed;
	width:30px;
	height:30px;
	line-height:30px;
    bottom:50px;
    right:10px;
	z-index:99999;
	text-decoration:none;
	transform: translate3d(0,80px,0);
}
#to-top a:before {
    font-family: 'qdicones' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\e908";
	font-size:25px;
	padding-right:10px;
	position:relative;
	top:7px;
	color:rgba(0,0,0,0.5);
} 
#to-top a:hover::before {
	color:rgba(0,0,0,0.9);
	text-decoration:none;
}
#to-top a.show {
	animation:animaImgs 1s forwards;
}
@keyframes animaImgs {
	0% {
		transform: translate3d(0,80px,0)	
	}
	100% {
		transform: translate3d(0,0,0)	
	}
}
@media (min-width: 600px) {
	#to-top a {
        bottom:20px;
        right:20px;
	}
}

/* ico select
 *
 */
 .ico-select::before {
    content: "";
    display: inline-block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M18.01,18.01H1.99V1.99h16.03v16.03ZM3.5,16.5h13V3.5H3.5v13Z' style='fill: %23666;'/%3E%3C/svg%3E");
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
    transform: translateY(0.8rem);
 }
 .ico-select.selected::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpolygon points='16.5 8.92 16.5 16.5 3.5 16.5 3.5 3.5 13.94 3.5 15.47 1.99 1.99 1.99 1.99 18.01 18.01 18.01 18.01 7.33 16.5 8.92' style='fill: %23666;'/%3E%3Cpath d='M19.63,2.45c0,.67-.3,1.32-.91,1.96l-.09.09-5.31,5.59c-1.13,1.19-2.09,2.1-2.88,2.75-.79.65-1.35.97-1.68.97-.34,0-.77-.16-1.28-.49-.51-.32-.84-.66-.99-1-.13-.29-.25-.89-.36-1.82-.11-.93-.17-1.93-.17-3.02,0-.59.25-1.14.74-1.64.49-.5,1.04-.75,1.63-.75s.9.52,1.01,1.56c.01.12.02.21.03.27.09.8.2,1.35.32,1.67.12.31.28.47.49.47.09,0,.25-.09.48-.28.23-.19.51-.44.84-.76l5.46-5.4c.46-.46.87-.8,1.23-1.04.36-.23.67-.35.92-.35.19,0,.32.07.4.21s.12.38.12.72v.28Z' style='fill: %23666;'/%3E%3C/svg%3E");
}



/* =Global
----------------------------------------------- */

body, input, textarea {
	font-size:13px;
	font-family:"Open Sans","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
    -webkit-text-size-adjust: 100%;
}
img {
	max-width:100%;
	height:auto;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight:300;
	line-height: 1.3em;
	font-family:"Open Sans","Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	font-weight:700;
}
h1 {
	font-size:2.8em;
	font-weight:300;
}
h2 {
	font-size:2.3em;
}
.sub-title h2 {
	font-size: 1.15em;
}
h3 {
	font-size:2em;
}
h4 {
	font-size:1.7em;
}
h5 {
	font-size:1.4em;
	font-weight:700;
}
h6 {
	font-size:1.3em;
	font-weight:700;
}

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

/* Text elements */
p {
	margin-bottom: 1em;
}
ul, ol {
	margin: 0 0 1em 2em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family:"Open Sans","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 300;
	margin: 1.5em 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font-family:"Open Sans","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: 300;
	text-transform: uppercase;
	text-align:right;
	display:block;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1em;
	overflow: auto;
	padding: 0.75em 1em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1em;
}
ins {
	background: var(--wp--preset--color--base)9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 0.6em;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
/* Links */
a {
    color: var(--wp--preset--color--primary);
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
}
h1 a:link,
h1 a:visited,
h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited,
h4 a:link,
h4 a:visited,
h5 a:link,
h5 a:visited,
h6 a:link,
h6 a:visited {
	text-decoration: none;
    color: var(--wp--preset--color--primary);
}
h1 a:hover,
h1 a:active,
h2 a:hover,
h2 a:active,
h3 a:hover,
h3 a:active,
h4 a:hover,
h4 a:active,
h5 a:hover,
h5 a:active,
h6 a:hover,
h6 a:active {
	text-decoration: none;
    color: var(--wp--preset--color--primary);
}

a.com-icone {
	position:relative;
	display: inline-block;
	padding: 8px 10px 8px 50px;
	font-weight: bold;
	line-height:1.2em;	
}
a.com-icone::before {
    font-family: 'qdicones' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e914";
	font-size:40px;
	position: absolute;
	top:1px;
	left:0;
	color:var(--wp--preset--color--primary);
} 
a.com-icone:hover {
	text-decoration: none;
}
a.com-icone:hover::before {
	color: var(--wp--preset--color--dark-gray);
} 
a.com-icone:link,
a.com-icone:visited {
	color: var(--wp--preset--color--dark-gray);
}
a.wp-block-button__link:link,
a.wp-block-button__link:visited {
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--base);
    padding: 0.5em 1.5em;
    border-radius: 3px;
    text-decoration: none;
}
a.wp-block-button__link.has-primary-background-color:hover,
a.wp-block-button__link.has-primary-background-color:active {
    background-color: var(--wp--preset--color--dark-gray) !important;
}

/* Forms */
input[type=url],
input[type=date],
input[type=number],
input[type=email],
input[type=tel],
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
	padding:3px;
	border-radius:3px;
	width:100%;
	margin-bottom:8px;
}
input[type=url]:focus,
input[type=date]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
input[type="submit"] {
	display:block;
	float:right;
	padding: 0.6em 1.4em;
	margin-right:1%;
	line-height:1.1em;
	border-radius: 5px;
	border: none;
	color: var(--wp--preset--color--base);
	background-color: var(--wp--preset--color--primary);
	text-align:center;
	text-decoration:none;
	appearance: none;
	margin-bottom: 8px;
	transition:all ease 0.3s;
}
input[type="submit"]:hover {
	background-color:#666;
}
input[type="submit"]:active {
	background-color:var(--wp--preset--color--text);
}
/* Assistive text */
.assistive-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.assistive-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	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; /* Above WP toolbar. */
}
/*
 * Posts grid, list etc
 *
 *
 */
.posts-list,
.posts-grid {
	margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.posts-list:after,
.posts-grid:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.posts-list .hentry,
.posts-grid .hentry {
	padding:15px;
	border:0;
	margin:0;
}
.posts-list .hentry.post-grid-sizer,
.posts-grid .hentry.post-grid-sizer { 
	padding: 0 15px;
    margin-bottom: 0;
}
.posts-grid .hentry .post-content {
	border:solid 1px #bbb;
	position: relative;
	overflow: hidden;
}
.posts-list .hentry .post-content {
    display: flex;
}
.posts-list .hentry .post-content .entry-img {
	width:30%;
}
.posts-list.post-list-small .hentry .post-content .entry-img {
	width:20%;
}
.posts-list .hentry .post-content .entry-img,
.posts-grid .hentry .post-content .entry-img {
	overflow:hidden;
	position:relative;
}
.posts-list .hentry .post-content .entry-img.vazio,
.posts-grid .hentry .post-content .entry-img.vazio {
	display:none;
}
.posts-list .hentry .post-content .entry-img a,
.posts-grid .hentry .post-content .entry-img a {
	display:block;
	position:relative;
}
.posts-list .hentry .post-content .entry-img img,
.posts-grid .hentry .post-content .entry-img img {
    transform:scale(1,1);
    transition: all 0.3s ease-in-out;
    display:block;
    max-width:100%;
}
.posts-list .hentry .post-content:hover .entry-img img,
.posts-grid .hentry .post-content:hover .entry-img img {
    transform:scale(1.15,1.15);
    opacity: 1 !important;
}
.posts-list .hentry .post-content .entry-img .entry-img-title,
.posts-grid .hentry .post-content .entry-img .entry-img-title {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.7);
    text-align:center;
    padding:20px;
    color: var(--wp--preset--color--base);
    transition: all 0.2s ease-in;
    transform: translateY(100%);
    z-index:10;
}
.posts-list .hentry .post-content .entry-img:hover .entry-img-title,
.posts-grid .hentry .post-content .entry-img:hover .entry-img-title {
   transform: translateY(0);
}
.posts-grid .hentry .post-content .menu-content {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height:auto;
	background: rgba(0, 0, 0, 0.3);
	background: linear-gradient(180deg,rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
	padding: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	transition: all 0.3s ease-in-out;
	transform: translateY(100%);
}
.posts-grid .hentry .post-content:hover .menu-content {
	transform: translateY(0);
}
.posts-grid .hentry .post-content .menu-content h6 {
	color: var(--wp--preset--color--base);
	font-weight: 700;
	text-align: center;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.posts-list .hentry .post-content .entry-img-title h4,
.posts-grid .hentry .post-content .entry-img-title h4 {
	color: var(--wp--preset--color--base);
}
.posts-list .hentry .post-content .entry-terms,
.posts-grid .hentry .post-content .entry-terms {
	padding:6px 2px;
	border-bottom:solid 1px #ddd;
	border-top:solid 1px #ddd;
	margin:10px 0;
	display:block;
}
.posts-list .hentry .post-content h3,
.posts-grid .hentry .post-content h3 {
	margin:10px 0;
	text-align: center;
}
.posts-list .hentry .post-content .entry-text {
	width: 68%;
	margin-left:2%;
}
.posts-list .hentry .post-content .entry-img.vazio + .entry-text {
	width: 100%;
	margin-left:0;
}
.posts-list.post-list-small .hentry .post-content .entry-text {
	width: 78%;
	margin-left:2%;
}
.posts-list .hentry .post-content .entry-text h3 {
    margin-top: 0;
	margin-bottom:0.2em;
}
.posts-grid .hentry .post-content .entry-header,
.posts-grid .hentry .post-content .entry-summary {
	padding:0 20px;
}
.qd-isotope-menu-box {
	margin-bottom:1.5em;
}
.qd-isotope-menu-box h4 {
	margin-bottom:0.8em;
}
.qd-isotope-menu {
	list-style:none;
	padding:0;
	margin:0;
	border-bottom:solid 1px #aaa;
	border-top:solid 1px #aaa;
	overflow:hidden;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
.qd-isotope-menu + .qd-isotope-menu {
	margin-top: 1em;
}
.qd-isotope-menu a:link,
.qd-isotope-menu a:visited {
	line-height:1.1em;
	border-top: solid 3px #f3f3f3;
	border-bottom: solid 3px var(--wp--preset--color--primary);
	border-color:transparent;
	color:#999;
	margin: 0 0.8em;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 1em 0;
	text-decoration: none;
}
.qd-isotope-menu a:hover,
.qd-isotope-menu a:active {
	color:var(--wp--preset--color--primary);
	border-color: #ddd;
	text-decoration: none;
}
.qd-isotope-menu a.selected {
	border-color: var(--wp--preset--color--primary);
	text-decoration: none;
}
.posts-columns-1 .hentry,
.posts-list.posts-columns-2 .hentry {
    width:100%;
}
.posts-columns-2 .hentry,
.posts-columns-3 .hentry,
.posts-columns-4 .hentry,
.posts-columns-5 .hentry,
.posts-columns-6 .hentry {
    width:50%;
}
/******** Ver Media Query 600 e 800 ********/
/**
 * 10.0 - Media Queries mobile first
 *
 * v2.0 | 2020-06
 * 
 */

@media (min-width:480px) { 
	/* smartphones, Android phones, landscape iPhone */ 
	body, input, textarea {
		font-size: 14px;
	}
}
@media (min-width:600px) { 
	/* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ 
    #brand-guide-contact a:link,
    #brand-guide-contact a:visited {
        display: inline;
    }
    #brand-guide-contact .sep {
        display: inline;
    }

    .posts-columns-4 .hentry,
    .posts-columns-5 .hentry,
    .posts-columns-6 .hentry {
        width:33%;
    }
	.gallery-columns-2 .gallery-item {
		width: 100%;
	}
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item {
		width: 50%;
	}
	.gallery-columns-6 .gallery-item {
		width: 33%;
	}
	.gallery-columns-7 .gallery-item {
		width: 25%;
	}
	.gallery-columns-8 .gallery-item {
		width: 20%;
	}
	.gallery-columns-9 .gallery-item {
		width: 16.666%;
	}
}
@media (min-width:801px) { 
	/* tablet, landscape iPad, lo-res laptops ands desktops */ 
	.main-header.qd-open-close,
	#main-content.qd-open-close,
	.qd-footer.qd-open-close {
		padding-left: 0;
	}
	.main-header.qd-open-close.opened,
	#main-content.qd-open-close.opened,
	.qd-footer.qd-open-close.opened {
		padding-left: 14rem;
	}
	.qd-accordion .qd-file-asset-box {
		flex: 1 0 50%;
		max-width: 50%;
		position: relative;
	}
	#mobile-access-modal {
		display: none;
	}
	#mobile-menu-trigger {
		width:4rem;
		height:3rem;
		right: -4rem;
		border-bottom-right-radius: 1.5rem;
		border-top-right-radius: 1.5rem;
	}
	#mobile-menu-trigger.opened {
		width:3.5rem;
		height:3rem;
		right: -3.5rem;
	}
	#mobile-menu-trigger::before {
		right:0.8rem;
		line-height: 3rem;
		font-size:24px;
}
	body, input, textarea {
		font-size: 15px;
	}
    #logo img {
        max-width: 300px;
    }
	.qd-accordion .qd-image-asset-box {
		flex: 1 0 33.33%;
		max-width: 33.33%;
	}

    #access,
    .header-row-3 {
		display: block;
	}
	.alignleft {
		display: inline;
		float: left;
		margin-right: 0.8em;
	}
	.alignright {
		display: inline;
		float: right;
		margin-left: 0.8em;
	}
	.aligncenter {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
    .posts-columns-1 .hentry {
        width:100%;
    }
    .posts-list.posts-columns-2 .hentry,
    .posts-columns-2 .hentry {
        width:50%;
    }
    .posts-columns-3 .hentry {
        width:33.33%;
    }
    .posts-columns-4 .hentry {
        width:25%;
    }
    .posts-columns-5 .hentry {
        width:20%;
    }
    .posts-columns-6 .hentry {
        width:16.66%;
    }
    .posts-columns-3 h3 {
        font-size:1.5em;
    }
    .posts-columns-4 h3 {
        font-size:1.3em;
    }
    .posts-columns-5 h3 {
        font-size:1.2em;
    }
    .posts-columns-4 h4 {
        font-size:1.2em;
    }
    .posts-columns-4 h5 {
        font-size:1em;
    }
    .gallery-columns-2 .gallery-item {
        width: 50%;
    }
    .gallery-columns-3 .gallery-item {
        width: 33%;
    }
    .gallery-columns-4 .gallery-item {
        width: 25%;
    }
    .gallery-columns-5 .gallery-item {
        width: 20%;
    }
    .gallery-columns-6 .gallery-item {
        width: 16.6666%;
    }
    .gallery-columns-7 .gallery-item {
        width: 14.2857%;
    }
    .gallery-columns-8 .gallery-item {
        width: 12.5%;
    }
    .gallery-columns-9 .gallery-item {
        width: 11.1111%;
    }
	.logged-in .main-header.header-img {
		height: 200px;
	}
	.main-header.header-img {
		height: 500px;
	}
}
@media (min-width:1025px) { 
	/* big landscape tablets, laptops, and desktops */ 
}

