/*
Theme Name: QuartaDesign base
Theme URI: http://www.quartadesign.com.br/
Description: Tema de base desenvolvido por Fabio Granja. 
Author: QuartaDesign &copy; 2020. Todos os direitos reservados.
Author URI: http://www.quartadesign.com.br/
License: Este tema n&atilde;o pode ser usado em outros sites sem autoriza&ccedil;&atilde;o do Autor.
License URI: -
Version: 1.2
*/

/**
 * Table of Contents (em implementacao)
 *
 * 1.0 - Reset
 * 2.0 - Fontes
 * 3.0 - Cores
 * 4.0 - Estrutua
 * 5.0 - Header
 * 6.0 - Menus
 * 7.0 - Footer
 * 8.0 - Templates
 * 9.0 - Outras estruturas
 * 10.0 - Media Queries
 */


/**
 * 1.0 - Reset
 *
 * http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain)
 */

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


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


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


/**
 * 3.0 - Cores Principais
 *
 * 2016-05
 */

/* Cor texto
 */
body {
	color:#666;
}

/* Cor principal
 */
a:link,
a:visited,
h1, 
h3, 
h5,
#access2 h4,
#access2 ul,
ul.check li:before,
ul.check-cheio li:before,
ul.seta-cheia li:before,
ul.square li:before,
.entry-title a:link,
.entry-title a:visited,
.widget ul,
a.qd-square-icone:hover:before,  
a.qd-square-icone:active:before,
.widget-area a.qd-icone:hover,  
.widget-area a.qd-icone:active,
#access2 a:hover,
#access2 a:active,
.widget ul a:hover,
.widget ul a:active,
ul.check a:hover,
ul.check a:active,
ul.check-cheio a:hover,
ul.check-cheio a:active,
ul.seta-cheia a:hover,
ul.seta-cheia a:active,
ul.square a:hover,
ul.square a:active,
a[href$="pdf"]:before,
a[href$="doc"]:before,
a[href$="docx"]:before,
a[href$="xls"]:before,
a[href$="xlsx"]:before,
a[href$="ppt"]:before,
a[href$="pptx"]:before,
a.qd-bt-inverso:link,
a.qd-bt-inverso:visited,
.mob-menu-language ul li a:hover,
.mob-menu-language ul li a:active {
	color:#b50000;
}

input[type="submit"],
#cookie-box .bt-aceita-cookies,
#mobile-access .menu-fecha,
a.qd-bt-inverso:hover,
a.qd-bt-inverso:active,
a.qd-bt:link,
a.qd-bt:visited {
	background-color:#b50000;
}

#qd-primary-menu li:hover > a,
#qd-primary-menu a:focus,
#qd-primary-menu ul ul li:hover > a,
#qd-primary-menu ul ul a:focus,
#qd-primary-menu .current-menu-item > a,
#qd-primary-menu .current-menu-ancestor > a,
#qd-primary-menu .current_page_item > a,
#qd-primary-menu .current_page_ancestor > a,
#qd-primary-menu .current_page_parent > a,
a.qd-bt-inverso:link,
a.qd-bt-inverso:visited {
	border-color: #b50000;
}
.box-destaque {
	border-top-color:#b50000;
}

/* Cor secundaria
 */
a:hover,
a:active,
h2,
h4,
h6 {
	color:#666;
}
a.qd-bt:hover,
a.qd-bt:active {
	background-color:#666;
}

/* Menu Contact
 */

@media (max-width: 600px) {
    #qd-menu-contact ul {
        background-color: rgba(230,0,0,1); /* primaria */
    }
}
#qd-menu-contact ul li {
	background-color: rgba(230,0,0,0.8); /* primaria */
}
#qd-menu-contact ul li a > div {
	background-color: rgba(0,0,0, 0.8); /* preto */
	border-color: rgba(230,0,0,1); /* primaria */
}
#qd-menu-contact ul li:hover {
	background-color: rgba(0,0,0,1); /* preto */
}



/**
 * 4.0 - Estrutura
 * 2016-05
 */


body {
	background: #fff;
}
#page {
	width:100%;
	position:relative;
	overflow:hidden;
	z-index:1;
}
.margim-protect {
	padding: 0 20px;
}
.max-width {
	max-width:1200px;
	margin:0 auto;
}
#main-content {
	clear: both;
	position: relative;
	z-index: 10;
	padding-top:50px;
	padding-bottom:50px;
}
#main-content .max-width:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.single-post #main-content > .max-width,
.archive #main-content > .max-width,
#page.coluna-widget #main-content > .max-width {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.single-post #main-content > .max-width > div,
.archive #main-content > .max-width > div,
#page.coluna-widget #main-content > .max-width > div,
.single-post #main-content > .max-width > section,
.archive #main-content > .max-width > section,
#page.coluna-widget #main-content > .max-width > section {
    width: 100%;
}
/********** Ver query 600 **********/


/* layout de pagina */

.margem-padrao #main-content {
}
#main-content.zera-main,
.margem-padrao-zero #main-content {
	padding-top:0;
	padding-bottom:0;
}
.coluna-estreita .main-header .max-width,
.coluna-estreita #main-content .max-width,
.margem-800 .main-header .max-width,
.margem-800 #main-content .max-width {
	max-width:800px;
}
.margem-zerada #main-content .max-width {
	max-width:inherit;
}
.margem-zerada #main-content {
	padding:0;
}




/**
 * 5.0 - Header
 * 2016-05
 */

#branding {
	position: relative;
}
.flutua {
	position:fixed !important;
	width:100%;
	background-color: rgba(255,255,255,0.8);
	animation:animaMenu 1s forwards;
	box-shadow:         0px 3px 3px 0px rgba(0, 0, 0, 0.3);
	top:0;
}
.flutua-out {
	position:fixed;
	width:100%;
	background-color: rgba(255,255,255,0.8);
	animation:animaMenuOut 1s forwards;
}
.admin-bar .flutua,
.admin-bar .flutua-out {
	top:32px;
}
.header-row-1 {
	background-color:#777;
	padding-top:5px;
	padding-bottom:5px;
	overflow:hidden;
}
.header-row-1 > .max-width {
	display: flex;
	justify-content: space-between;
}
.header-row-2 {
	clear:both;
	width:100%;
	background-color: rgba(255,255,255,1);
	padding-top:0;
	padding-bottom:0;
	z-index: 9999;
	transition: all 0.5s ease-in;
}
.header-row-2 > .max-width {
	position:relative;
	min-height:40px;
	display: flex;
	justify-content: space-between;
    align-items:flex-start;
}
.header-row-3 {
	clear:both;
	width:100%;
	background-color: rgba(255,255,255,1);
	z-index: 9999;
	transition: all 0.5s ease-in;
	border-bottom:solid 1px #ccc;
	display: none;
}
.header-row-3 > .max-width {
	position:relative;
	min-height:32px;
	display: flex;
}

.header-tel {
	line-height:20px;
	color:#fff;
	min-height:2px;
}
.header-tel a:link,
.header-tel a:visited{
	color: #fff;
}
.header-tel a:hover,
.header-tel a:active {
    color: rgba(255,255,255,0.6);
	text-decoration: none;
}
#logo {
	padding: 15px 0;
}
#logo a,
#logo-flutua a,
#logo a img,
#logo-flutua a img {
	display:inline-block;
}
#logo-flutua {
	flex-basis: 10%;/* 120px para largura de 1200px */
	display:none;
	padding: 8px 10px 8px 0;
}
#logo a:hover img,
#logo-flutua a:hover img {
	opacity:0.8;
}
.flutua #logo-flutua,
.flutua-out #logo-flutua {
	display:block;
}
@keyframes animaMenu {
	0% {
		transform: translate3d(0,-200px,0)	
	}
	100% {
		transform: translate3d(0,0,0)	
	}
}
@keyframes animaMenuOut {
	0% {
		transform: translate3d(0,0,0)	
	}
	100% {
		transform: translate3d(0,-200px,0)	
	}
}

.mini-search-icon {
	display:block;
	height:33px;
	width:20px;
}
.mini-search-icon:before {
    font-family: 'qdicones' !important;
    speak: none;
    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:#999;
	font-size:18px;
    content: "\e91f";
	position:relative;
	top:2px;
}
.mini-search-icon:hover,
.mini-search-icon:active {
	text-decoration:none;
}
.mini-search input#s {
	position:absolute;
	right:0;
	top:23px;
	width:190px;
	background-color:#fff;
	border-radius:4px;
	height:30px;
	transition:all ease-in 0.3s;
	opacity:0;
	z-index:-1;
}
.mini-search input#s.aberto {
	opacity:1;
	top:38px;
	z-index:1000;
}
	
.main-header {
	background-color:#f6f6f6;
	border-bottom:solid 1px #e8e8e8;
	display: flex;
	align-content: stretch;
	height: 150px;
}
.main-header .max-width {
	flex: 1 1 auto;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}
.main-header.header-img {
	height: 200px;
	background-color:#aaa;
	border-bottom:none;
	background-size:cover;
	background-position: center center;
	border: none;
}
.main-header .entry-title,
.main-header .breadcrumbs {
    text-align: center;
    display: inline-block;
	width: 100%;
}
.main-header.header-img .entry-title,
.main-header.header-img .breadcrumbs {
	color:#fff;
}

.error404 .main-header .max-width,
.error404 #main-content .max-width,
.search .main-header .max-width,
.search #main-content .max-width {
	max-width:800px;
}

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

/**
 * Mobile Menu
 */
#mobile-menu-trigger {
	width:25px;
	height:25px;
	position: fixed;
	top:40px;
	right: 10px;
	display:inline-block;
	cursor:pointer;
	z-index: 9999;
	background-color: rgba(0,0,0,0.4);
	transition: all 0.3s ease-in-out;
}
#mobile-menu-trigger:before {
    font-family: 'qdicones' !important;
    speak: none;
    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:#fff;
	position:absolute;
	top:4px;
	left:3px;
	font-size:18px;
    content: "\e911";
}
#mobile-menu-trigger.moved,
.logged-in #mobile-menu-trigger.moved {
	top:10px;	
}
.logged-in #mobile-menu-trigger {
	top: 110px;
}
#mobile-menu-trigger.aberto {
	right: -100px;
}
#mobile-access {
	position: fixed;
	top:0;
	left:0;
	z-index:1;
	background: #222;
	width:100%;
	max-width:320px;
	height:100%;
	color:#fff;
	transition: all 0.3s ease-in-out;
	transform: translate3d( -320px, 0, 0 );
	overflow:auto;
    display: block;
}
#mobile-access.aberto {
	transform: translate3d( 0, 0, 0 );
}
#page,
#site-info-generator {
	transition: all 0.3s ease-in-out;
}
#page.aberto,
#site-info-generator.aberto {
	transform: translate3d( 320px, 0, 0 );
}
#mobile-access-close {
	transition: all 0.3s ease-in-out;
	background-color:rgba(255,255,255,0);
}
#mobile-access-close.aberto {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9989;
	background-color:rgba(255,255,255,0.6);
	transform: translate3d( 320px, 0, 0 );
}
.admin-bar #mobile-access {
	top:46px;
}
#mobile-access .mob-menu-header {
	display: flex;
	justify-content: space-between;
	align-content: center;
	background-color: rgba(255,255,255,0.2);
	padding: 5px 10px;
}
#mobile-access .menu-fecha {
	width: 40px;
	height: 40px;
	right:0;
	text-align: center;
	cursor:pointer;
	color:#fff;
	line-height:40px;
	text-indent: -9999px;
	position: relative;
}
#mobile-access .menu-fecha::after,
#mobile-access .menu-fecha::before {
    content: '';
    width: 55%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 48%;
    left: 22%;
	transform: rotate(-45deg);
	transition: all 0.3s
}
#mobile-access .menu-fecha::before {
	transform: rotate(45deg);
}
#mobile-access .menu-fecha:hover::after {
	transform: rotate(45deg);
}
#mobile-access .menu-fecha:hover::before {
	transform: rotate(-45deg);
}

#mobile-access #mob-search {
	margin: 10px 0;
	padding: 10px;
}
#mobile-access #mob-search input#s {
	background-image: url();
	background-color: transparent;
	border: 1px #fff solid;
	border-radius: 20px;
	font-size: 1.2em;
}
#mobile-access .mob-menu-language {
	height:40px;
}
#mobile-access .mob-menu-principal {
	padding:0;
	padding-bottom: 30px;
}

#mobile-access .mob-menu-principal ul {
	list-style:none;
	margin:0 0 60px 0;
	padding:0;
	line-height:1em;
}
#mobile-access .mob-menu-principal ul li {
	padding: 9px 0;
	border-bottom: solid 1px #777;
	position:relative;
	overflow:hidden;
}
#mobile-access .mob-menu-principal ul li:first-child {
	border-top: solid 1px #777;
}
#mobile-access .mob-menu-principal ul li.menu-item-has-children > a {
}
#mobile-access .mob-menu-principal ul li.menu-item-has-children > a:before {
	font-family: 'qdicones' !important;
	speak: none;
	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:#fff;
	position:absolute;
	top:5px;
	right:18px;
	font-size:15px;
	content: "\e910";
}
#mobile-access .mob-menu-principal ul ul {
	margin: 0 0 0 15px;
	max-height:0;
	transition: all 0.5s ease-in;
	display:block;
}
#mobile-access .mob-menu-principal ul li.ativo > ul {
	max-height:1000px;
}
#mobile-access .mob-menu-principal ul ul.sub-menu li {
	border:none;
}
#mobile-access .mob-menu-principal ul ul.sub-menu li:first-child {
	padding-top:9px;
}
#mobile-access .mob-menu-principal ul ul.sub-menu li:last-child {
	padding-bottom:9px;
}
#mobile-access .mob-menu-principal ul li.mini-search {
	display:none;
}
#mobile-access .mob-menu-principal a:link,
#mobile-access .mob-menu-principal a:visited {
	line-height:1.2em;
	display:block;
	color:#fff;
	padding: 3px 8px;
	border-left: 5px solid #b50000;
	border-color: transparent;
}
#mobile-access .mob-menu-principal a:hover,
#mobile-access .mob-menu-principal a:active {
	text-decoration:none;
	border-color:#b50000;
}
#mobile-access .mob-menu-principal .current-menu-item > a,
#mobile-access .mob-menu-principal .current-menu-ancestor > a,
#mobile-access .mob-menu-principal .current_page_item > a,
#mobile-access .mob-menu-principal .current_page_ancestor > a,
#mobile-access .mob-menu-principal .current_page_parent > a {
	font-weight: bold;
	border-color:#b50000;
}
.post-type-archive #mobile-access .mob-menu-principal .current-menu-ancestor > a,
.post-type-archive #mobile-access .mob-menu-principal .current_page_ancestor > a,
.post-type-archive #mobile-access .mob-menu-principal .current_page_parent > a,
.single-qd_portfolio #mobile-access .mob-menu-principal .current-menu-ancestor > a,
.single-qd_portfolio #mobile-access .mob-menu-principal .current_page_ancestor > a,
.single-qd_portfolio #mobile-access .mob-menu-principal .current_page_parent > a {
	font-weight: normal;
	border-color: transparent;
}

/* Mobile menu Language */
.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:#fff;
	display:block;
	padding:5px 1px;
}
.mob-menu-language ul li a:hover,
.mob-menu-language ul li a:active {
	text-decoration:none;
	color:#b50000;
}



/* QD menu topo */

#qd-menu-topo {
	min-height:2px;
}
#qd-menu-topo ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:right;
	line-height:20px;
}
#qd-menu-topo ul li {
	display: inline-block;
	padding:0 10px;
	margin:0;
	text-align:left;
	line-height:20px;
}
#qd-menu-topo ul li:first-child {
	padding-left: 0;
}
#qd-menu-topo ul li:last-child {
	padding-right: 0;
}
#qd-menu-topo ul li a:link,
#qd-menu-topo ul li a:visited {
	color:#fff;
	margin: 0 ;
	line-height:20px;
	font-size:0.8em;
	text-decoration:none;
	display:block;
}
#qd-menu-topo ul li a:hover,
#qd-menu-topo ul li a:active {
	color:#bbb !important;
}
#qd-menu-topo ul li.icone a:link:before,
#qd-menu-topo ul li.icone a:visited:before {
    font-family: 'qdicones' !important;
    speak: none;
    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:#fff;
	position:absolute;
	top:0;
	left:300px;
	font-size:20px;
}
#qd-menu-topo ul li.icone a:hover:before,
#qd-menu-topo ul li.icone a:active:before {
	color:#ddd !important;
}
#qd-menu-topo ul li.icone a {
	text-indent:-300px;
	overflow:hidden;
	display:block;
	width:20px;
	height:20px;
	position:relative;
}
#qd-menu-topo ul li.facebook a:before {
    content: "\e900";
}
#qd-menu-topo ul li.twitter a:before {
    content: "\e904";
}
#qd-menu-topo ul li.linkedin a:before {
    content: "\e903";
}
#qd-menu-topo ul li.googleplus a:before {
    content: "\e901";
}
#qd-menu-topo ul li.instagram a:before {
    content: "\e902";
}
#qd-menu-topo ul li.youtube a:before {
    content: "\e915";
}
#qd-menu-topo ul li.rss a:before {
    content: "\e90c";
}
#qd-menu-topo ul li.pinterest a:before {
    content: "\e91c";
}

/* QD Language menu */

#qd-menu-language {
}
#qd-menu-language ul {
	list-style:none;
	margin:0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
}
#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:#999;
	text-decoration:none;
	line-height:1em;
}
#qd-menu-language ul li a:hover,
#qd-menu-language ul li a:active {
    color: #444;
}

/* QD Contact menu */

#qd-menu-contact {
	position: fixed;
    left: 0;
    bottom: 0;
	z-index: 9990;
    width: 100%;
}
#qd-menu-contact > div {
	position: relative;
}
#qd-menu-contact ul {
	list-style:none;
	margin:0;
    padding:0;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    transition: all 300ms ease-in-out;
    animation-name: qdContactAnimaMobile;
    animation-duration: 0.8s;
    animation-timing-function: ease-in-out;
    animation-delay: 1.6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    transform: translate3d(0,100px,0);	
}
#qd-menu-contact ul li {
	position: relative;
	display: block;
    margin: 0 2px;
    width: 40px;
	transition: all 300ms ease-in-out;
    animation-name: qdContactAnimaMobile;
    animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    animation-delay: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    transform: translate3d(0,100px,0);	
}

#qd-menu-contact ul li:nth-of-type(2) {
    animation-delay: 2.2s;
}
#qd-menu-contact ul li:nth-of-type(3) {
    animation-delay: 2.4s;
}
#qd-menu-contact ul li:nth-of-type(4) {
    animation-delay: 2.6s;
}
#qd-menu-contact ul li:nth-of-type(5) {
    animation-delay: 2.8s;
}
#qd-menu-contact ul li:nth-of-type(6) {
    animation-delay: 3s;
}
#qd-menu-contact ul li a {
	display:block;
	color:#fff;
	text-decoration:none;
	z-index: 9989;
	height: 40px;
	padding: 5px;
}
#qd-menu-contact ul li a > div {
    display: none;
}
#qd-menu-contact ul li a > div span {
    display: none;
}
#qd-menu-contact ul li:hover {
}
#qd-menu-contact ul li a:before {
    font-family: 'qdicones' !important;
    content: "\e90d";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	position:absolute;
	top:9px;
	left: 10px;
	font-size:20px;
	line-height: 20px;
	z-index: 9999;
}
#qd-menu-contact ul li a:link:before,
#qd-menu-contact ul li a:visited:before {
	color:#fff;
}
#qd-menu-contact ul li a:hover:before,
#qd-menu-contact ul li a:active:before {
	color:#fff !important;
}
#qd-menu-contact ul li.facebook a:before {
    content: "\e900";
}
#qd-menu-contact ul li.twitter a:before {
    content: "\e904";
}
#qd-menu-contact ul li.linkedin a:before {
    content: "\e903";
}
#qd-menu-contact ul li.googleplus a:before {
    content: "\e901";
}
#qd-menu-contact ul li.instagram a:before {
    content: "\e902";
}
#qd-menu-contact ul li.youtube a:before {
    content: "\e915";
}
#qd-menu-contact ul li.whatsapp a:before {
	content: "\e917";
}
#qd-menu-contact ul li.email a:before {
    content: "\e90a";
}
#qd-menu-contact ul li.telefone a:before {
    content: "\e90d";
}
#qd-menu-contact ul li.chat a:before {
    content: "\e918";
}
#qd-menu-contact ul li.telefone2 a:before {
    content: "\e919";
}
#qd-menu-contact ul li.email2 a:before {
    content: "\e91b";
}
#qd-menu-contact ul li.chat2 a:before {
    content: "\e91a";
}
#qd-menu-contact ul li.messenger a:before {
    content: "\e91d";
}

@keyframes qdContactAnima {
	0% {
		transform: translate3d(100px,0,0)	
	}
	100% {
		transform: translate3d(0,0,0)	
	}
}
@keyframes qdContactAnimaMobile {
	0% {
		transform: translate3d(0,100px,0)	
	}
	100% {
		transform: translate3d(0,0,0)	
	}
}

@media (min-width: 600px) {
    #qd-menu-contact {
        right: 0;
        top: 180px;
        left: inherit !important;
        width: inherit;
    }
    #qd-menu-contact ul {
        padding: 10px 0;
        display: block;
        transform: translate3d(0,0,0);	
        animation-name: none;
        background-color: transparent;
    }
    #qd-menu-contact ul li {
        margin: 4px 0;
        animation-name: qdContactAnima;
        animation-duration: 0.8s;
        animation-timing-function: cubic-bezier(0,0,.48,1.43);
        animation-delay: 2s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
        transform: translate3d(100px,0,0)	
    }
    #qd-menu-contact ul li a > div {
        position: absolute;
        top: 0;
        right: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 150px;
        border-left-style: solid;
        border-left-width: 3px;
        padding: 0 10px;
        text-align: right;
        transition: all 300ms ease-in-out;
        clip: rect(0,150px,40px,150px)
    }
    #qd-menu-contact ul li a > div span {
        text-align: right;
        opacity: 0;
        transition: all 0.3s ease-in-out;
        font-size: 14px;
        line-height: 15px;
    }
    #qd-menu-contact ul li:hover a > div {
        clip: rect(0,150px,40px,0)
    }
    #qd-menu-contact ul li:hover a > div span {
        opacity: 1;
        display: inline;
    }
}

@media (min-width: 1000px) {
	#qd-menu-contact.big {
	}
	#qd-menu-contact.big ul li {
		width: 50px;
	}
	#qd-menu-contact.big ul li a {
		height: 50px;
		padding: 5px;
	}
	#qd-menu-contact.big ul li a > div {
		right: 50px;
		height: 50px;
		width: 150px;
		padding: 0 10px;
		clip: rect(0,150px,50px,150px)
	}
	#qd-menu-contact.big ul li:hover a > div {
		clip: rect(0,150px,50px,0)
	}
	#qd-menu-contact.big ul li a:before {
		top:9px;
		left: 10px;
		font-size:30px;
		line-height: 30px;
	}
	#qd-menu-contact.bigger {
	}
	#qd-menu-contact.bigger ul li {
		width: 60px;
	}
	#qd-menu-contact.bigger ul li a {
		height: 60px;
		padding: 5px;
	}
	#qd-menu-contact.bigger ul li a > div {
		right: 60px;
		height: 60px;
		width: 150px;
		padding: 0 10px;
		clip: rect(0,150px,60px,150px)
	}
	#qd-menu-contact.bigger ul li:hover a > div {
		clip: rect(0,150px,60px,0)
	}
	#qd-menu-contact.bigger ul li a:before {
		top:9px;
		left: 10px;
		font-size:40px;
		line-height: 40px;
	}
}
/* QD Access */

#access {
	position: relative;
	margin-bottom:-1px;
	text-align:center;
	flex-grow: 1;
	align-self: flex-end;
}
.flutua #access {
}
#access .qd-menu-trigger {
	width:30px;
	height:30px;
	position: relative;
	display:none;
	cursor:pointer;
}
#access .qd-menu-trigger:before {
    font-family: 'qdicones' !important;
    speak: none;
    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:#aaa;
	position:absolute;
	top:3px;
	left:0;
	font-size:25px;
    content: "\e911";
}
#qd-primary-menu ul.qd-menu {
	font-size: 0.92em;
	list-style: none;
	margin: 0;
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
}
#qd-primary-menu ul.qd-menu > li {
	position: relative;
	padding: 0 10px;
	/*flex: 1 1 auto; justifica o conteudo*/
}
#qd-primary-menu ul.qd-menu > li:first-child {
	padding-left: 0;
}
#qd-primary-menu ul.qd-menu > li:last-child {
	padding-right: 0;
}
#qd-primary-menu a {
	color: #333;
	line-height: 1.1em;
	text-decoration: none;
	border-bottom: 3px solid #fff;
	border-color:transparent;
	height: 34px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#qd-primary-menu ul ul {
	display: block;
	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 #fff;
	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 .current-menu-item > a,
#qd-primary-menu .current-menu-ancestor > a,
#qd-primary-menu .current_page_item > a,
#qd-primary-menu .current_page_ancestor > a,
#qd-primary-menu .current_page_parent > a {
	font-weight: bold;
}
#qd-primary-menu .menu-item-has-children > a > span:after {
	font-family: 'qdicones' !important;
	speak: none;
	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_portfolio #qd-primary-menu .current-menu-ancestor > a,
.single-qd_portfolio #qd-primary-menu .current_page_ancestor > a,
.single-qd_portfolio #qd-primary-menu .current_page_parent > a {
	font-weight: normal;
	border-color: transparent;
}

/* QD Access 2 */

#access2 {
	margin-bottom:1.8em;
}
#access2 ul {
	margin-left: 1.5em;
	padding: 0;
}
#access2 ul li {
}
#access2 ul ul {
}
#access2 ul.menu > li > ul a {
	font-size:0.9em;
}
#access2 li ul li {
	background:none;
}
#access2 a:link,
#access2 a:visited {
	color:#888;
	display: block;
	line-height: 1.4em;
	text-decoration: none;
	padding: 0.2em 0;
}
#access2 ul ul {
	display:none;
}
#access2 ul ul ul {
	display:none;
}
#access2 ul ul ul ul {
	display:none;
}
#access2 ul li:hover > ul {
	display: block;
}
#access2 .current-menu-item > ul,
#access2 .current-menu-ancestor > ul,
#access2 .current_page_item > ul,
#access2 .current_page_ancestor > ul {
	display:block;
}
#access2 .current-menu-item > a,
#access2 .current-menu-ancestor > a,
#access2 .current_page_item > a,
#access2 .current_page_ancestor > a {
	font-weight: bold;
}


/**
 * 7.0 - Footer
 * 2016-02
 */
/* Widget cadastro */
#cadastre-se-cf7 {
	background-color: #666;
	padding-top: 30px;
	padding-bottom: 30px;
}
#cadastre-se-cf7 .widget {
	margin: 0
}
#cadastre-se-cf7 .widget-title {
    text-align: center;
	margin-bottom: 0.2em;
}
#cadastre-se-cf7 .form-inscreva-se {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
}
#cadastre-se-cf7 .form-inscreva-se .wpcf7-form-control-wrap {
    display: block;
    margin: 10px;
    flex: 1 1 auto;
}
#cadastre-se-cf7 .form-inscreva-se .wpcf7-form-control-wrap input {
    line-height: 1.625em;
}
#cadastre-se-cf7 .form-inscreva-se input[type="submit"] {
    margin: 10px;
    border: solid 1px #fff;
    min-width: 130px;
}
#cadastre-se-cf7 .consentimento-lgpd {
	font-size: 0.8em;
	text-align: center;
}
@media (min-width: 650px) {
    #cadastre-se-cf7 .form-inscreva-se {
        flex-wrap: nowrap;
    }
}

#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;
	color:#fff;
	background-color:#707173;
	border-top:solid 1px #fff;
    margin-bottom: 2em;
}
#site-info-generator a:link,
#site-info-generator a:visited {
	color: rgba(255,255,255,0.74);
	text-decoration:none;
}
#site-info-generator a:hover,
#site-info-generator a:active {
	color: #fff;
}
#site-info,
#site-logo-footer,
#site-generator {
    width: 100%;
    text-align: center;
    margin-bottom: 1.4em;
}
@media (min-width: 600px) {
    #site-info-generator {
        margin-bottom: 0;
    }
    #site-info-generator .max-width {
        display: flex;
	}
    #site-info {
        text-align: left;
    }
    #site-generator {
        text-align: right;
    }
}

/* QD Footer Cookie Box */

#cookie-box {
	padding: 15px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #eaeaea;
	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: #fff;
	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: #fff;
	background-color: #000;
}

/* QD Header Banner */

#qd-banner-top {
	transition: all 0.6s easy-out;
    animation: bannerAnima 12s ease-out 2s both;
    animation-fill-mode: both;
}
@keyframes bannerAnima {
    0% {
        max-height:0;
    }
    10% {
        max-height:300px;
    }
    90% {
        max-height:300px;
    }
    100% {
        max-height:0;
    }
}
#qd-banner-top.esconde {
	max-height: 0;
    animation: none;
}
#qd-banner-top .max-width {
	position: relative;
	padding-top: 1em;
	padding-bottom: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner-message {
	flex: 1 0 auto;
}
#qd-banner-top,
#qd-banner-top p,
#qd-banner-top h1,
#qd-banner-top h2,
#qd-banner-top h3,
#qd-banner-top h4,
#qd-banner-top h5, 
#qd-banner-top h6 {
	color: #fff !important;
}
#qd-banner-top .bt-fecha-banner {
	flex: 0 0 20px;
	margin-left: 20px;
	border: solid 1px #fff;
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 10px;
	height: 20px;
	border-radius: 3px;
	transition: all 0.6s;
	background-color: transparent;
}
#qd-banner-top .bt-fecha-banner:hover,
#qd-banner-top .bt-fecha-banner:active {
	color: #000;
	background-color: #fff;
}


/**
 * 8.0 - Templates
 * 2016-02
 */



/**
 * 9.0 - Outras estruturas
 * 2016-02
 */

/* Video responsivo */
video {
	width:100%;
	height:auto;
}

.video-container {
	margin:0 auto;
	max-width:640px;
}
.video-container.larg-560 {
	max-width:560px;
}
.video-container.larg-853 {
	max-width:853px;
}
.video-container.larg-1280 {
	max-width:1280px;
}
.video-container .prop-16x9 {
    position: relative;
    padding-bottom: 56.25%;
	height: 0; 
	overflow: hidden;
}
.video-container .prop-4x3 {
    position: relative;
    padding-bottom: 75%;
	height: 0; 
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* Flexslider
 *
 */
.flexslider {
	margin: 0;
	background: #fff;
	border: none;
	position: relative;
	zoom: 1;
	border-radius: 0;
	box-shadow: none;
}


/* 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 {
	min-height:200px;
	background-color:#fff;
	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 {
	padding:8px 20px;
	text-align:right;
	cursor:pointer;
	text-shadow: 1px 0px 1px #ccc;
	color:#fafafa;
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	border-bottom: 1px solid #ddd;
}
.modal-bg .modal-dialog-content {
	padding:30px 30px 40px 30px;
}




/* QD tabs */
.qd-tabs {
	margin-bottom:1em;
}
.qd-tabs ul.qd-tabs-nav {
	list-style:none;
	padding:0;
	margin:0;
}
.qd-tabs ul.qd-tabs-nav li {
	cursor:pointer;
	display:inline-block;
	border:solid 1px #ddd;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding:10px 15px;
	background-color:#efefef;
	position:relative;
	top:6px;
	z-index:8;
	margin-right:10px;
	transition: all 0.3s ease-in;
	text-align:center;
	line-height:1em;
}
.qd-tabs ul.qd-tabs-nav li.ativo {
	background-color:#fff;
	border-bottom-color: #fff;
	top:0px;
	z-index:12;
	padding:15px 15px;
}
.qd-tabs ul.qd-tabs-nav li.destaque {
	background-color:#b50000;
	color:#fff;
	border-color:#b50000;
}
.qd-tabs ul.qd-tabs-nav li:hover {
	top:0px;
	padding:15px 15px;
}
.qd-tabs .qd-tabs-contentor {
	margin-top:-1px;
	border:solid 1px #ddd;
	z-index:10;
	position:relative;
	background-color:#fff;
	padding:1em;	
	border-radius: 3px;
	border-top-left-radius: 0;
}
.qd-tabs .qd-tab-conteudo {
	height:0;
	overflow:hidden;
	opacity:0;
	transition: all 0.3s ease-in;
}
.qd-tabs .qd-tab-conteudo.ativo {
	opacity:1;
	height:auto;
}

/* QD row streched 
* 
* Usar class="row-01" para ativar
*
*/


.row-stretched {
	margin-top:0;
	margin-right:-500px;
	margin-bottom:0;
	margin-left:-500px;
	padding: 3em 1em;
}
.row-stretched.row-first {
	margin-top:0;
}
.row-stretched.row-last {
	margin-bottom:0;
}
.row-01-box,
.row-03-box,
.row-05-box,
.row-07-box {
  	background-color: #555;
}
.row-02-box,
.row-04-box,
.row-06-box,
.row-08-box {
  	background-color: #efefef;
}
.row-stretch {
	max-width:1100px;
	margin:0 auto;
}
.coluna-estreita .row-stretch {
	max-width:800px;
}
.row-stretch:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}




/* =QD Icones
----------------------------------------- */


.icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'qdicones' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.qd-icon-facebook:before {
    content: "\e900";
}
.qd-icon-google-plus:before {
    content: "\e901";
}
.qd-icon-instagram:before {
    content: "\e902";
}
.qd-icon-linkedin:before {
    content: "\e903";
}
.qd-icon-twitter:before {
    content: "\e904";
}
.qd-icon-youtube:before {
    content: "\e915";
}
.qd-icon-seta-baixo:before {
    content: "\e905";
}
.qd-icon-seta-direita:before {
    content: "\e906";
}
.qd-icon-seta-esquerda:before {
    content: "\e907";
}
.qd-icon-seta-topo:before {
    content: "\e908";
}
.qd-icon-check-cheio:before {
    content: "\e909";
}
.qd-icon-formulario:before {
    content: "\e90a";
}
.qd-icon-local:before {
    content: "\e90b";
}
.qd-icon-rss:before {
    content: "\e90c";
}
.qd-icon-telefone:before {
    content: "\e90d";
}
.qd-icon-check:before {
    content: "\e90e";
}
.qd-icon-pinterest:before {
    content: "\e91c";
}


/* =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;
    speak: none;
    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;
	}
}

/* QD Icones Footer
-------------------------------------------------------------- */

a.qd-icone:link,  
a.qd-icone:visited {
	font-size:1em;
	font-weight:normal;
	color:#888;
	display: block;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	text-decoration: none;
	padding-left:1px;
}
.widget-area a.qd-icone:hover,  
.widget-area a.qd-icone:active {
	text-decoration: none;
}
a.qd-icone:before {
    font-family: 'qdicones' !important;
    speak: none;
    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: "\e90d";
	font-size:30px;
	padding-right:10px;
	position:relative;
	top:7px;
} 
a.qd-square-icone {
	font-size:1em;
	display: block;
	height: 30px;
	width:30px;
	line-height: 30px;
	margin: 0 10px 10px 0;
	text-decoration: none;
	float:left;
}
a.qd-square-icone:before {
    font-family: 'qdicones' !important;
    speak: none;
    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: "\e90d";
	font-size:30px;
	padding-right:10px;
	color:#888;
} 
.widget-area a.qd-square-icone:hover,  
.widget-area a.qd-square-icone:active {
	text-decoration: none;
}

a.qd-maior {
	font-size: 1.6em !important;
}
a.qd-facebook:before {
    content: "\e900";
}
a.qd-google-plus:before {
    content: "\e901";
}
a.qd-instagram:before {
    content: "\e902";
}
a.qd-linkedin:before {
    content: "\e903";
}
a.qd-twitter:before {
    content: "\e904";
}
a.qd-youtube:before {
    content: "\e915";
}
a.qd-icon-formulario:before,
a.qd-email:before {
    content: "\e90a";
}
a.qd-local:before {
    content: "\e90b";
}
a.qd-rss:before {
    content: "\e90c";
}
a.qd-telefone:before {
    content: "\e90d";
}
a.qd-whatsapp:before {
	content: "\e917";
}
a.qd-pinterest:before {
	content: "\e91c";
}




/* =QD Estruturas de colunas 
-------------------------------------------------------------- */

.cln-linha {
	clear:both;
	margin-bottom:1em;
}
.wpcf7-form .cln-linha {
	margin-bottom:0.3em;
}
.cln-linha:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cln-linha-ajusta {
	/* marcacao para js */
}
.cln:first-child {
	margin-left:0;
}
.cln {
    float:none;
    width:100%;
    margin-bottom:1em;
    margin-left:0;
}

@media (min-width: 600px) {
    .cln {
        float:left;
        margin-left:4%;
        margin-bottom:0;
    }
    .cln-meia,
    .cln-dois-quartos,
    .cln-tres-sextos {
        width:48%;
    }
    .cln-um-terco {
        width:30.6%;
    }
    .cln-dois-tercos {
        width:64%;
    }
    .cln-um-quarto {
        width:22%;
    }
    .cln-dois-quartos {
        width:48%;
    }
    .cln-tres-quartos {
        width:74%;
    }
    .cln-um-quinto  {
        width:16.8%;
    }
    .cln-dois-quintos {
        width:37.6%;
    }
    .cln-tres-quintos {
        width:58.4%;
    }
    .cln-quatro-quintos {
        width:79.2%;
    }
    .cln-um-sexto {
        width:13.333%;
    }
    .cln-dois-sextos {
        width:30.666%;
    }
    .cln-quatro-sextos {
        width:64.666%;
    }
    .cln-cinco-sextos  {
        width:72.666%;
    }
}

/* QD Breadcrumbs */
.breadcrumb-wrap {
	clear:both;
}

.breadcrumbs {
	font-size:0.8em;
	color:#888;
	padding: 6px 12px;
}
.breadcrumbs a:link,
.breadcrumbs a:visited {
	color:#555;
	text-decoration:none;
}
.breadcrumbs a:hover,
.breadcrumbs a:active {
	color:#000;
	text-decoration:none;
}
.escuro .breadcrumbs,
.header-img .breadcrumbs {
	color:rgba(255,255,255,1);
	background-color: rgba(0,0,0,0.3);
	border-radius: 3px;
}
.escuro .breadcrumbs a:link, 
.escuro .breadcrumbs a:visited,
.header-img .breadcrumbs a:link, 
.header-img .breadcrumbs a:visited {
	color:rgba(255,255,255,0.8);
}
.escuro .breadcrumbs a:hover,
.escuro .breadcrumbs a:active,
.header-img .breadcrumbs a:hover,
.header-img .breadcrumbs a:active {
	color:rgba(255,255,255,1);
}


/* Search page */
.page_search .entry-title span {
	color:#000;
}


/* Alignment */
.alignleft,
.alignright {
	float: none;
	margin-left: 0;
	margin-right: 0;
}
/******** Ver media query 800 ********/


/* =isotope
----------------------------------------------- */

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
          transition-duration: 0.8s;
}

.isotope {
          transition-property: height, width;
}

.isotope .isotope-item {
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
          transition-duration: 0s;
}




/* =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:"Raleway","Open Sans","Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	font-weight:300;
}
h1 {
	font-size:2.3em;
	font-weight:200;
}
h2 {
	font-size:1.7em;
}
h3 {
	font-size:1.5em;
}
h4 {
	font-size:1.3em;
}
h5 {
	font-size:1.1em;
	font-family:"Open Sans","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
}
h6 {
	font-size:1em;
	font-family:"Open Sans","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
}

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: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 1.5em 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 0.9em "Helvetica Neue", Helvetica, Arial, sans-serif;
	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: #fff9c0;
	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 {
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}
h1 a:focus,
h1 a:active,
h1 a:hover,
h2 a:focus,
h2 a:active,
h2 a:hover,
h3 a:focus,
h3 a:active,
h3 a:hover,
h4 a:focus,
h4 a:active,
h4 a:hover,
h5 a:focus,
h5 a:active,
h5 a:hover,
h6 a:focus,
h6 a:active,
h6 a:hover {
	text-decoration: none;
}
a[href$="pdf"],
a[href$="doc"],
a[href$="docx"],
a[href$="xls"],
a[href$="xlsx"],
a[href$="ppt"],
a[href$="pptx"] {
	position:relative;
	display: inline-block;
	padding: 8px 10px 8px 50px;
	font-weight: bold;
	line-height:1.2em;	
}
a[href$="pdf"]:before,
a[href$="doc"]:before,
a[href$="docx"]:before,
a[href$="xls"]:before,
a[href$="xlsx"]:before,
a[href$="ppt"]:before,
a[href$="pptx"]:before {
    font-family: 'qdicones' !important;
    speak: none;
    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:#b50000;
} 
a[href$="pdf"]:hover,
a[href$="doc"]:hover,
a[href$="docx"]:hover,
a[href$="xls"]:hover,
a[href$="xlsx"]:hover,
a[href$="ppt"]:hover,
a[href$="pptx"]:hover {
	text-decoration: none;
}
a[href$="pdf"]:hover:before,
a[href$="doc"]:hover:before,
a[href$="docx"]:hover:before,
a[href$="xls"]:hover:before,
a[href$="xlsx"]:hover:before,
a[href$="ppt"]:hover:before,
a[href$="pptx"]:hover:before {
} 
a.sem-icone[href$="pdf"],
a.sem-icone[href$="doc"],
a.sem-icone[href$="docx"],
a.sem-icone[href$="xls"],
a.sem-icone[href$="xlsx"],
a.sem-icone[href$="ppt"],
a.sem-icone[href$="pptx"] {
	position:relative;
	display: inline;
	padding: inherit;
	font-weight: inherit;
	line-height: inherit;	
}
a.sem-icone[href$="pdf"]:before,
a.sem-icone[href$="doc"]:before,
a.sem-icone[href$="docx"]:before,
a.sem-icone[href$="xls"]:before,
a.sem-icone[href$="xlsx"]:before,
a.sem-icone[href$="ppt"]:before,
a.sem-icone[href$="pptx"]:before {
    font-family: 'qdicones' !important;
    line-height: 1;
    content: "";
	font-size: inherit;
	position: absolute;
} 
a.sem-icone[href$="pdf"]:hover,
a.sem-icone[href$="doc"]:hover,
a.sem-icone[href$="docx"]:hover,
a.sem-icone[href$="xls"]:hover,
a.sem-icone[href$="xlsx"]:hover,
a.sem-icone[href$="ppt"]:hover,
a.sem-icone[href$="pptx"]:hover {
	color: inherit;
	text-decoration: inherit;
}

/* uls */

ul.check,
ul.check-cheio,
ul.seta-cheia,
ul.square {
    list-style: none;
    padding: 0;
    margin: 0 0 1em 30px;
	position:relative;
}
ul.check li,
ul.check-cheio li,
ul.seta-cheia li,
ul.square li {
	line-height:1.46em;
	display:block;
	margin-bottom:0.5em;
	position:relative;
}
ul.square li:before {
	content: "■ ";
	font-family:"Arial Black";
	font-size:11px;
	position:absolute;
	text-outline: -1px;
	left:-18px;
}
ul.check li:before,
ul.check-cheio li:before,
ul.seta-cheia li:before {
    font-family: 'qdicones' !important;
    speak: none;
    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: "\e90e";
	font-size:20px;
	display:inline-block; 
	position: absolute;
	top:0px; 
	left:-30px;
} 
ul.check li:before {
    content: "\e90e";
	font-size:14px;
	padding:3px;
}
ul.check-cheio-alt li:before {
    content: "\e90e";
	font-size:12px;
	padding:4px;
	color:#fff;
	background-color:#b50000;
	border-radius:12px;
}

ul.check-cheio li:before {
    content: "\e909";
	font-size:20px;
} 
ul.seta-cheia li:before {
    content: "\e906";
	font-size:20px;
}
ul.check a:link,
ul.check a:visited,
ul.check-cheio a:link,
ul.check-cheio a:visited,
ul.seta-cheia a:link,
ul.seta-cheia a:visited,
ul.square a:link,
ul.square a:visited {
	color:#666;
	font-weight:bold;
}
.box-destaque {
	padding:15px;
	border: solid 1px #ccc;
	border-top:solid 4px #b50000;
	margin-top:1.5em;
	margin-bottom:1.5em;
}
.cln.box-destaque {
	margin-top:0;
	margin-bottom:0;
}


/* Box escuros */


.escuro p,
.escuro h1,
.escuro h2,
.escuro h3,
.escuro h4,
.escuro h5,
.escuro h6,
.escuro ul,
.escuro ol,
.escuro td,
.escuro th {
	color:#fff;
}
.escuro p,
.escuro ul,
.escuro ol {
	font-weight:400;
}
.escuro a:link,
.escuro a:visited,
.escuro ul.check a:link,
.escuro ul.check a:visited,
.escuro ul.check-cheio a:link,
.escuro ul.check-cheio a:visited,
.escuro ul.seta-cheia a:link,
.escuro ul.seta-cheia a:visited,
.escuro ul.square a:link,
.escuro ul.square a:visited {
	color:rgba(255,255,255,0.7);
	font-weight:bold;
}
.escuro a:hover,
.escuro a:active,
.escuro ul.check a:hover,
.escuro ul.check a:active,
.escuro ul.check-cheio a:hover,
.escuro ul.check-cheio a:active,
.escuro ul.seta-cheia a:hover,
.escuro ul.seta-cheia a:active,
.escuro ul.square a:hover,
.escuro ul.square a:active {
	color:#fff;
	text-decoration: underline;
}
.escuro h2 a:hover,
.escuro h2 a:active,
.escuro h3 a:hover,
.escuro h3 a:active,
.escuro h4 a:hover,
.escuro h4 a:active,
.escuro h5 a:hover,
.escuro h5 a:active,
.escuro h6 a:hover,
.escuro h6 a:active {
	text-decoration: none;
}
.escuro a[href$="pdf"]::before,
.escuro a[href$="doc"]::before,
.escuro a[href$="docx"]::before,
.escuro a[href$="xls"]::before,
.escuro a[href$="xlsx"]::before,
.escuro a[href$="ppt"]::before,
.escuro a[href$="pptx"]::before {
	color:rgba(255,255,255,0.8);
} 
.escuro a[href$="pdf"]:hover::before,
.escuro a[href$="doc"]:hover::before,
.escuro a[href$="docx"]:hover::before,
.escuro a[href$="xls"]:hover::before,
.escuro a[href$="xlsx"]:hover::before,
.escuro a[href$="ppt"]:hover::before,
.escuro a[href$="pptx"]:hover::before {
	color:rgba(255,255,255,1);
} 
.entry-content .escuro table,
.comment-content .escuro table {
	border-bottom: 1px solid #fff;
}
.entry-content .escuro td,
.comment-content .escuro td {
	border-top: 1px solid #fff;
}

.escuro .box-destaque {
	border-color:#fff;
}

.appleLinksWhite a {
	color: #ffffff !important; 
	text-decoration: underline;
} 
.appleLinksBlack a {
	color: #000000 !important; 
	text-decoration: none;
}

/* 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#s {
	background: url(images/search.png) no-repeat 5px 6px;
	border-radius: 2px;
	font-size: 15px;
	line-height: 1.3em;
	padding: 4px 10px 4px 28px;
	position:relative;
}
input#searchsubmit,
input.searchsubmit{
	display: none !important;
}
.wpcf7 p {
	margin:0;
}
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:#fff;
	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:#000;
}

/* QD bts botoes quarta Design */
a.qd-bt:link,
a.qd-bt:visited {
	display:inline-block;
	padding:5px 10px;
	border-radius:3px;
	color:#fff;
	transition:all 0.4s ease;
  	background-color: #004f59;
}
a.qd-bt:hover,
a.qd-bt:active {
	text-decoration:none;
  	background-color: #000;
}
a.qd-bt-inverso:link,
a.qd-bt-inverso:visited {
	display:inline-block;
	padding:5px 10px;
	border-radius:3px;
	border: solid 1px #fff;
	transition:all 0.4s ease;
	color: #fff;
}
a.qd-bt-inverso:hover,
a.qd-bt-inverso:active {
	text-decoration:none;
	color: #004f59;
  	background-color: #fff;
}
a.qd-bt-inverso.big {
	font-size: 1.3em;
	padding: 10px 25px;
	margin: 15px auto;
}


/* 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;
}
.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:#fff;
    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-list .hentry .post-content .entry-img-title h4,
.posts-grid .hentry .post-content .entry-img-title h4 {
	color:#fff;
}
.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;
}
.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 #c00;
	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:#c00;
	border-color: #ddd;
	text-decoration: none;
}
.qd-isotope-menu a.selected {
	border-color: #c00;
	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 ********/





/* =Content
----------------------------------------------- */

.page-title {
}
.page-title a {
	text-decoration: none;
}
.no-results {
	border-bottom: none;
	margin:0;
	padding:0;
	position: relative;
}

.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #000 !important;
	text-decoration:none;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 13px;
	line-height: 18px;
	position:relative;
	padding-top:1em;
	margin:2em 0 1em 0;
	border-top: solid 1px #ddd;
}
.page .entry-meta,
.single-qd_portfolio .entry-meta {
	border: none;
	margin:0;
	padding:0;
}
.entry-meta a {
	font-weight: bold;
}
.entry-signature {
	display:block;
	visibility:hidden;
	height:0;
	overflow:hidden;
}
.entry-terms {
	text-transform:uppercase;
	font-size:0.8em;
}
.entry-terms a:link,
.entry-terms a:visited {
	color:#999;
}
.entry-terms a:hover,
.entry-terms a:active {
	color:#000;
}

.single-author .entry-meta .by-author {
	display: none;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom:1em;
}
.entry-content,
.entry-summary {
	padding: 0;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #000;
	font-weight: 700;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.comment-list .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.comment-list .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text {
	color: #666;
	font-size: 13px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
img#wpstats {
	display: block;
	margin: 0 auto 1em;
}
/* Gallery css
 * 2016-07-08
 */

.gallery {
	overflow: hidden;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.gallery-caption {
	color: #666;
	font-size: 13px;
}
.gallery-item {
	display: inline-block;
	margin: 0;
	text-align: center;
	vertical-align: bottom;
}
.gallery-icon {
	overflow:hidden;
	border:1px solid rgba(255,255,255,0.7);
	background-color:#fff;
}
.gallery:hover img {
	opacity:0.65;
}
.gallery img {
	transform:scale(1,1);
	transition: all 0.6s ease-in-out;
	display:inline-block;
}
.gallery img:hover {
   transform:scale(1.1,1.1);
   opacity:1;
}
#content .gallery-columns-2 .gallery-item img {
    width: 100%;
    height: auto;
}
.gallery-columns-2 .gallery-item{
    width: 100%;
}
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item {
    width: 50%;
}
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
    width: 33%;
}
/******** Ver Media Query 600 e 800 ********/



/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Image borders */
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"] {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
	opacity:0.8;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

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

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	overflow: hidden;
}
.singular #author-info {
	background: #f4f4f4;
	margin: 2.2em 0;
	padding: 2em;
	-moz-border-radius: 3px;
	border-radius:3px;
}
#author-avatar {
	float: left;
	margin-right: -80px;
}
#author-avatar img {
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/* Comments link */
.entry-header .comments-link a {
	background: #eee url(images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-status .entry-content {
	padding: 20px 0 0;
}
article.format-status .entry-content {
	min-height: 65px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}




/* =Status
----------------------------------------------- */

.format-status .entry-title,
.format-status .entry-header .comments-link {
	display: none;
}
.singular .format-status .entry-title {
	display: block;
}
.format-status .entry-content {
	padding: 0;
}
.singular .format-status .entry-content {
	padding: 1em 0 0;
}
.format-status img.avatar {
	border-radius: 3px;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}




/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	padding-top: 0.5em;
}
.indexed.format-image p,
.indexed.format-image p img {
	margin-bottom: 0;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	margin-top: -7px;
	padding: 20px 30px;
	overflow: hidden;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	max-width: 96%;
	padding: 11px;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}


/* =error404
----------------------------------------------- */

.error404 #main-content #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	margin: 1em 0;
	overflow: hidden;
	padding: 2em 8.9%;
}
.error404 #main-content #s {
	width: 100%;
	padding: 6px 10px 6px 28px;
}
.error404 #main-content .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main-content .widget_archive {
	margin-right: 0;
}
.error404 #main-content .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}




/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 1em 0;
	overflow: hidden;
	padding: 2em;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}


/* =Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
}
#content nav a {
}
#nav-above {
	padding: 0 0 1em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	position: relative;
	z-index: 1;
}


/* =Widgets
----------------------------------------------- */

.widget {
	clear: both;
	margin: 0 0 1.5em;
}
.widget-title {
	font-size:1.3em;
	margin-bottom:1.1em;
}
#secondary .widget-title {
	border-bottom: solid 1px #ddd;
}

.widget ul {
	font-size: 15px;
	margin: 0 0 1em 1.5em;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	font-size: 0.95em;
	padding:0.5em 0;
}
.widget a:link,
.widget a:visited {
	text-decoration: none;
	color:#888;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}

/* Search Widget */
.widget_search form {
	margin: 0 0 1em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_quartadesign_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_quartadesign_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_quartadesign_ephemera .comments-link a,
.widget_quartadesign_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_quartadesign_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}

/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* =Comments
----------------------------------------------- */

#comments {
	padding-top:1em;
	border-top: solid 1px #ddd;
	margin: 2em 0 1em 0;
}
#comments-title {
	margin-bottom:1.5em;
}
#comments h3 {
	color:#000 !important;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.comment-list {
	list-style: none;
	margin: 0;
	width: 100%;
}
.comment-list li.comment {
	margin: 0 0 1em;
	padding: 0 0 0 80px;
	position: relative;
}
.comment-list .comment-body {
	background-color:#efefef;
	padding:1em;
	border-radius:4px;
}
.comment-list .pingback {
	margin: 0 0 1em;
	padding: 0 0 0 80px;
}
.comment-list .children {
	list-style: none;
	margin: 1em 0 0 0;
}
.comment-list .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.comment-list .avatar {
	-moz-border-radius: 50%;
	border-radius: 50%;
	left: 0;
	padding: 0;
	position: absolute;
	top: 0;
}
a.comment-reply-link {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.comment-list li.bypostauthor .comment-body {
	border-top: solid 2px #bbb;
}


/* Comment Form */

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	margin-top:2em;
}
#respond {
	margin: 2em auto 1em;
	position: relative;
}
#respond .required {
	color: #b50000;
}
#respond p {
	margin: 4px 0;
}
#reply-title {
	border-top:solid 1px #ddd;
	padding: 1em 0 ;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #b50000;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}



/* =Responsive Structure
----------------------------------------------- */

@media (max-width: 800px) {
	/* Simplify the basic layout */
	#nav-below {
		border-bottom: 1px solid #ddd;
		margin-bottom: 1em;
	}
	.singular .entry-meta .edit-link a {
		left: 0;
		position: absolute;
		top: 40px;
	}
	.singular #author-info {
		margin: 2.2em -8.8% 0;
		padding: 20px 8.8%;
	}
	/* Make sure we have room for our comment avatars */
	.comment-list {
		width: 100%;
	}
	.comment-list > li.comment,
	.comment-list .pingback {
		margin-left: 102px;
		width: auto;
	}
	/* And a full-width comment form */
	#respond {
		width: auto;
	}

}
@media (max-width:782px) {
}
@media (max-width: 650px) {
	blockquote {
		margin: 0;
	}
	/* Make sure the post-post navigation doesn't collide with anything */
	#nav-single {
		display: block;
		position: static;
	}
	/* Talking avatars take up too much room at this size */
	.comment-list > li.comment,
	.comment-list > li.pingback {
		margin-left: 0 !important;
	}
	.comment-list .avatar {
		background: transparent;
		display: block;
		padding: 0;
		position: static;
	}
	.comment-list .children .avatar {
		background: none;
		left: 2.2em;
		padding: 0;
		position: absolute;
		top: 2.2em;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}

}



/**
 * 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) */ 
    .single-post #main-content > .max-width,
    .archive #main-content > .max-width,
    #page.coluna-widget #main-content > .max-width {
        flex-wrap: nowrap;
    }
    .single-post #main-content > .max-width #primary,
    .archive #main-content > .max-width #primary,
    #page.coluna-widget #main-content > .max-width #primary {
        flex-basis: auto;
        flex-grow: 1;
    }
    .single-post #main-content > .max-width #secondary,
    .archive #main-content > .max-width #secondary,
    #page.coluna-widget #main-content > .max-width #secondary {
        flex-basis: 25%;
        margin-left: 30px;
        min-width: 200px;
    }
    #page.coluna-widget #main-content > .max-width #secondary {
        order: -1;
        margin-left: 0;
        margin-right: 30px;
    }
    .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 */ 
	body, input, textarea {
		font-size: 15px;
	}
	#mobile-menu-trigger,
    #mobile-access {
        display:none;
    }
	.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%;
    }
	.main-header.header-img {
		height: 360px;
	}
}
@media (min-width:1025px) { 
	/* big landscape tablets, laptops, and desktops */ 
}




