﻿
/* ESTRUTURA */

*:focus { outline: none; }
* { -webkit-tap-highlight-color:  rgba(255, 255, 255, 0); }

html {
scroll-behavior: smooth;
scroll-padding: 118px 0 0;
}

body {
position: relative;
width: 100%;
height: 100%;
text-align: left;
overflow-x: hidden;
}

p,
.wp-wrapper p {
margin-top: 0!important;
margin-bottom: 1em;
text-align: justify;
}

strong {
font-weight: var(--wp--custom--typography--font-weight--bold);
}

i {
padding: 0 6px 0 0;
}

sup {
font-size: 60%;
}

a,
button,
input[type=submit],
.submit {
cursor: pointer;
text-decoration: none;
}

a,
button,
input[type=submit],
.submit,
header,
header .faixa,
header .wrapper,
header .quickspeak,
header .wrapper .widget_media_image,
#menu, #menuToggle {
transition: all .4s ease;
}

h1 { margin-bottom: 40px; }
h2, h3, h4, h5, h6 { margin-bottom: 20px; }

h1 a { color: var(--wp--preset--color--primaria); }
h1 a:hover { filter: brightness(130%); }

h2 a { color: var(--wp--preset--color--primaria); }
h2 a:hover { filter: brightness(130%); }

h3 a { color:  var(--wp--preset--color--secundaria); }		
h3 a:hover { filter: brightness(130%); }

h4 a { color: var(--wp--preset--color--secundaria); }
h4 a:hover { filter: brightness(130%); }

h5 a { color: var(--wp--preset--color--secundaria); }
h5 a:hover { filter: brightness(130%); }

h6 a { color: var(--wp--preset--color--secundaria); }
h6 a:hover { filter: brightness(130%); }

h1.aligncenter,
h2.aligncenter,
h3.aligncenter,
h4.aligncenter,
h5.aligncenter,
h6.aligncenter {
text-align: center;
}

hr,
hr.wp-block-separator {
clear: both;
display: block;
margin: 36px auto;
width: 20%;
height: 1px;
background: #aaa;
border: 0;
	}
	
	hr.full,
	hr.is-style-wide {
	width: 100%;
	height: 1px;
	}
	
	hr.clear {
	margin: 20px 0;
	background: none;
	}

article {
display: inline-block;
width: 100%;
	}

	article h2 {
	font-size: clamp(1.2em, 8vw, 1.4em);
	}

	article h3 {
	font-size: clamp(1.1em, 8vw, 1.2em);
	}
	
	article h1,
	article h2,
	article h3,
	article h4,
	article h5,
	article h6,
	.wp-wrapper h1,
	.wp-wrapper h2,
	.wp-wrapper h3,
	.wp-wrapper h4,
	.wp-wrapper h5,
	.wp-wrapper h6 {
	margin: 20px 0;
		}

		article h1:first-child,
		article h2:first-child,
		article h3:first-child,
		article h4:first-child,
		article h5:first-child,
		article h6:first-child,
		.wp-wrapper h1:first-child,
		.wp-wrapper h2:first-child,
		.wp-wrapper h3:first-child,
		.wp-wrapper h4:first-child,
		.wp-wrapper h5:first-child,
		.wp-wrapper h6:first-child {
		margin: 0 0 20px;
		}

		article p:last-child {
		margin: 0;
		}

	article iframe {
	width: 100%;
	height: 420px;
	border: 0;
	}

.conteudo {
display: inline-block;
padding: 50px 0!important;
width: 100%;
	}
	
	.page-template-page-home .conteudo,
	.conteudo.neutro {
	padding: 0!important;
	}
	
	.conteudo .wp-block-columns {
	margin: 0;
	}

.wrapper {
position: relative;
clear: both;
display: block;
	}

	.wrapper,
	.wp-wrapper > *:not(.alignwide):not(.alignfull),
	div.wp-block-cover.alignfull .wp-block-cover__inner-container,
	div.wp-block-group.alignfull > * {
	margin-left: auto!important;
	margin-right: auto!important;
	width: 92%;
	max-width: var(--wp--custom--wrapper--width)!important;
	}

.principal {
display: inline-block;
float: left;
width: 64%;
}

.extras {
display: inline-block;
float: right;
width: 32%;
	}

	.extras h2,
	.extras h3,
	.extras h4 {
	margin: 0 0 20px;
	}
	
@media screen and (max-width: 768px) {

	p {
	text-align: left;
	}

	.principal,
	footer .principal {
	float: none;
	margin: 0 auto 30px;
	padding: 0;
	width: 100%;
	}

	.extras,
	footer .extras {
	float: none;
	margin: 0 auto 30px;
	padding: 0;
	width: 100%;
	}

	.tab {
	float: none;
	width: 100%;
	}

}


/* HEADER DEFAULT X */

:root {
	
--header-height: 160px; /* Altura do Header */
--header-height-mobile: 120px; /* Altura do Header Mobile */

--logo-width: 280px; /* Largura da Logo */
--logo-width-mobile: 200px; /* Largura da Logo Mobile */

--top-height: 36px; /* Altura do Quickspeak */

}

header {
position: fixed;
display: table;
width: 100%;
border-bottom: 1px solid transparent;
z-index: 3;
	}

	header .faixa {
	width: 100%;
	}

	header .main {
	display: table;
	height: var(--header-height); /* Altura do Header */
		}

		header .wrapper .widget_media_image {
		position: absolute;
		display: block;
		top: 50%;
		transform: translateY(-50%);
		width: var(--logo-width);
		line-height: 0;
		border-radius: 100%;
			}

			header .widget_media_image figure {
			margin: 0!important;
			}
			
			header .widget_media_image img {
			width: 100%;
			}

	/* Quickspeak */
	
	.quickspeak {
	position: relative;
	width: 100%;
	height: 44px;
	padding: 0;
	background: rgba(39, 58, 81, 0.1);
	pointer-events: none;
	z-index: 0;
		}

		.quickspeak .wrapper {
		display: table!important;
		margin: auto;
		height: 100%;
		vertical-align: middle;
		line-height: 0;
		}

		.quickspeak ul {
		display: table-cell;
		width: auto!important;
		vertical-align: middle!important;
		text-align: right;
			}

			.quickspeak li {
			margin: 2px 0 0 18px;
			display: inline-block;
			font-size: 17px!important;
			color: #fff;
				}

				.quickspeak li a {
				font-weight: var(--wp--custom--typography--font-weight--normal);
				color: #fff;
				pointer-events: auto;
					}
					
					.quickspeak li a:hover {
					color: var(--wp--preset--color--secundaria);
					}

				.quickspeak li i {
				vertical-align: middle;
				color: var(--wp--preset--color--secundaria);
					}

					.quickspeak .fa-whatsapp {
					padding: 0 6px 3px 0;
					font-size: 1.3em;
					}

					.quickspeak .fa-facebook {
					padding: 0 6px 1px 0;
					font-size: 1.2em;
					}

					.quickspeak .fa-facebook-messenger {
					padding: 0 6px 4px 0;
					font-size: 1em;
					}

					.quickspeak .fa-instagram {
					padding: 0 6px 1px 0;
					font-size: 1.3em;
					}

					.quickspeak .fa-telegram-plane {
					padding: 0 6px 5px 0;
					font-size: 1.2em;
					}
					
					.quickspeak .fa-phone {
					padding: 0 6px 3px 0;
					font-size: 1em;					
					}

			.quickspeak li.rede {
			margin: 2px 0 0 12px;
				}
				
				.quickspeak li.rede i {
				padding: 2px 0 4px 0;
				}

	/* Menu */

	#menu {
	display: table-cell;
	vertical-align: middle;
	padding-left: 220px;
	text-align: right;
		}
		
		#menu li {
		float: none;
		display: inline-block;
		margin: 3px 0 3px 22px;
			}

			#menu li a,
			#mobilemenu > li a {		
			font-family: var(--wp--preset--font-family--titulos);
			font-weight: var(--wp--custom--typography--font-weight--normal);
			}
			
			#menu li a {
			font-size: 20px; /* Fonte */
			color: #46545c;
				}
				
				#menu li a:hover { color: var(--wp--preset--color--secundaria); }
				#menu li.active a { color: var(--wp--preset--color--primaria); }
			
			#menu li:first-child {
			margin-left: 0;
			}

			#menu li:last-child {
			margin-right: 0;
				}	

				#menu > li:last-child > a {
				padding: 6px 14px 6px;
				border-radius: 60px;
				background: var(--wp--preset--color--primaria);
				color: #fff;
					}

					#menu > li:last-child > a:hover {
					background: var(--wp--preset--color--secundaria);
					color: #fff;
					}

					#menu > li.ext a:hover:before {
					color: var(--wp--preset--color--secundaria);
					}

					#menu li:last-child:after {
					transform: none;
					height: 0;
					}

	#menu > li.ext a { padding-left: 1.4em; }	
	.sub-menu > li.ext a { padding-left: 2.5em!important; }	
	#mobilemenu > li.ext a { padding-left: 2.5em!important; }	
	
		#menu > li.ext a:before,
		.sub-menu > li.ext a:before,
		#mobilemenu > li.ext a:before {
		margin-top: -1px!important;
		margin-left: -1.3em!important;
		font-family: "Font Awesome 5 Free"!important;
		font-weight: 600!important;
		content: '\f35d'!important;
		padding-right: 0.4em;
		font-size: 0.9em;
		}

	/* Menu Underline */

	#menu li {
	display: inline-block;
	position: relative;
		}

		#menu li:after {
		content: '';
		position: absolute;
		width: 100%;
		transform: scaleX(0);
		height: 2px;
		bottom: 0;
		left: 0;
		background-color: var(--wp--preset--color--secundaria);
		transform-origin: bottom right;
		transition: transform 0.25s ease-out;
			}

			#menu li:hover:after {
			transform: scaleX(1);
			transform-origin: bottom left;
			}

	/* Submenu */
	
	#menu .menu-item-has-children,
	#mobilemenu .menu-item-has-children {
	padding: 0;
		}	
			
		#menu .menu-item-has-children:hover > ul {
		display: block;
		}

		#menu .menu-item-has-children > ul {
		display: none;
		position: absolute;
		width: 220px;
		padding: 10px 0 0;
		z-index: 3000;
			}

			#menu .menu-item-has-children > ul li {
			clear: both;
			display: block;
			margin: 0!important;
			width: 100%;
				}
				
				#menu .menu-item-has-children > ul li:first-child a {
				border-top-left-radius: var(--wp--custom--border--radius);
				border-top-right-radius: var(--wp--custom--border--radius);
				}
					
				#menu .menu-item-has-children > ul li:last-child a {
				border-bottom-right-radius: var(--wp--custom--border--radius);
				border-bottom-left-radius: var(--wp--custom--border--radius);
				}
				
			#menu .menu-item-has-children > ul li a {
			display: block;
			padding: 12px 16px 12px;
			text-decoration: none;
			text-align: left;
			color: var(--wp--preset--color--primaria)!important;
			background-color: #fff;
			box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
			font-size: 14px!important;
				}

				#menu .menu-item-has-children > ul li a:hover {
				color: var(--wp--preset--color--secundaria)!important;
				background-color:  var(--wp--preset--color--fundo);
				}
	
	/* Mobile Menu 3 */	

	#mobilenav {
	display: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0)!important;
	-webkit-tap-highlight-color: transparent!important;
	}

	#menuLink {
	position: absolute;
	display: block;
	width: 40px;
	height: 32px;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
	-webkit-touch-callout: none;
	}

	#menuToggle {
	display: block;
	position: absolute;
	top: calc( 50% + 24px);
	left: 26px;
	transform: translateY(-50%);
	user-select: none;
	z-index: 1;
		}

		#menuToggle .fecha {
		transform: none;
		}			

		#menuToggle span {
		display: block;
		width: 33px;
		height: 4px;
		margin-top: 3px;
		margin-bottom: 5px;
		position: relative;
		background: var(--wp--preset--color--primaria); /* Botão */
		border-radius: 3px;
		z-index: 1;
		transform-origin: 4px 0;
		transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
			background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
			opacity 0.55s ease;
			}

			#menuToggle span:first-child {
			transform-origin: 0 0;
			}

			#menuToggle span:nth-last-child(2) {
			transform-origin: 0 100%;
			}

			#menuToggle .xis ~ span {
			opacity: 1;
			transform: rotate(45deg) translate(-2px, -1px);
			background:#fff; /* Botão Active */
				}

				#menuToggle .xis ~ span:nth-last-child(3) {
				opacity: 0;
				transform: rotate(0deg) scale(0.2, 0.2);
				}

				#menuToggle .xis ~ span:nth-last-child(2) {
				transform: rotate(-45deg) translate(0, -1px);
				}			

	#mobilemenu {
	position: absolute;
	width: 280px;
	margin: -100px 0 0 -60px;
	padding: 140px 0 20px 32px;
	background: var(--wp--preset--color--primaria);
	backdrop-filter: blur(8px)!important;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	transform-origin: 0 0;
	transform: translate(-100%, 0);
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
		}

		#mobilemenu > li a {
		display: block;
		padding: 12px 0 12px 22px;
		border-top: 1px dashed rgba(255,255,255,0.2); /* Cor Borda */
		text-align: left;
		line-height: 1.2em;
		font-size: 18px;
		color: #fff;
		}
			
		#mobilemenu > li:last-child a {
		border-bottom: 1px dashed rgba(255,255,255,0.2); /* Cor Borda */
		}

		#mobilemenu > li.menu-item-has-children {
		margin: 0;
		padding-left: 0;
			}
			
			#mobilemenu > li.menu-item-has-children:after {
			position: absolute;
			right: 22px;
			}

			#mobilemenu > li.menu-item-has-children:before {
			top: 12px;
			right: 12px;
			font-size: 80%;
			}	
			
		#mobilemenu .sub-menu {
		margin: 0!important;
		background: rgba(252, 183, 44, 0.4);
			}

			#mobilemenu .sub-menu a {
			font-size: 1em;
			}

	/* Responsivo */

	@media (max-width: 1300px) {

		header {
		}

		header .main {
		display: table;
		height: var(--header-height-mobile); /* Altura do Header */
		}

		header .wrapper .widget_media_image {
		width: var(--logo-width-mobile);
		}

		#menu li a {
		font-size: 15px; /* Fonte */
		}

		.quickspeak li {
		font-size: 15px!important;
		}

	}

	@media (max-width: 1100px) {

		header #menuToggle {
		top: 50%;
		}

		header {
		padding-top: 0;
		}

		header .wrapper .widget_media_image {
		}

		header .main {
		}

		header .wrapper .widget_media_image {
		display: block;
		margin: auto;
		left: 0;
		right: 0;
		}

		#menu { display: none; }
		#mobilenav { display: block }

	}

	@media (max-width: 768px) {

		.quickspeak {
		top: 0;
			}

			.quickspeak ul {
			max-width: none;
			}

	}

	@media screen and (max-width: 440px) {

		.quickspeak li.rede {
		display: none;
		}

	}

	/* Change */

	header.change  {
	padding-top: 0;
	background: #eff9f4;
	border-bottom: 1px solid #fff;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
	}

	header.change .wrapper .widget_media_image {
	width: var(--logo-width-mobile); /* Logo Mobile */
	}

	header.change .main {
	height: var(--header-height-mobile);
	}

	header.change #menu li a {
	}


/* FOOTER */	

footer {
display: block!important;
width: 100%;
	}
	
	footer .widget.widget_block { margin: 0!important; }
		
	footer h2, footer h3, footer h4 { margin-bottom: 20px!important; }
	footer a { color: var(--wp--preset--color--primaria); }
		footer a:hover { filter: brightness(120%); }

	.wp-block-social-links { gap: 12px!important; }	

	footer .menu li {
	padding: 10px 0 0;
		}

		footer .menu li:last-child {
		padding: 10px 0 10px;
		}
		
		footer .menu li a {
		color: #fff;
		}


/* SOCIAL SHARE */	

.social-share a {     
display: inline-block;
margin: 0 5px 0 0;
font-size: 42px;
	}

	.social-share i {
	padding: 0;
	filter: brightness(1);
	transition: all .4s ease;
		}
		
		.social-share i:hover {
		filter: brightness(1.3);
		}

	.social-share .ss-facebook i { color: #3b5998; }
	.social-share .ss-linkedin i { color: #0077b5; }
	.social-share .ss-twitter i { color: #212121; }
	.social-share .ss-whatsapp i { color: #47c557; }
	.social-share .ss-pinterest i { color: #bd081c; }
	.social-share .ss-email i { color: #666; }


/* HOME */

.accessibility-button { bottom: 26px!important; }
.acessibility-panel { bottom: 96px!important; }

.collapsible:before {
top: 0;
}

#lightcase-caption { display: none!important; }

.area {
background: 0;
position: absolute;
top: -150px;
}


/* INTERNAS */

.contato form {
margin: 20px auto;
width: 80%;
}

.contato iframe {
width: 100%;
height: 350px;
border: 0;
}

.post-categories {
display: table;
width: 100%;
	}

	.post-categories a {
	display: inline-block;
	float: left;
	margin: 0 6px 6px 0;
	padding: 4px 10px;
	border: 1px solid var(--wp--preset--color--secundaria);
	border-radius: 6px;
	font-size: 13px;
	color: var(--wp--preset--color--secundaria);
		}

		.post-categories a:hover {
		background: var(--wp--preset--color--secundaria);
		color: #fff;
		}


/* PRODUTOS */

.single-produtos .principal {
float: right;
}

.single-produtos .extras {
float: left;
}

.single-produtos h3 {
font-size: 1.3em;
}


/* SCROLL 2 */

div.scroll,
div.popup > div {
position: relative!important;
width: 100%;
max-height: 380px;
padding-right: 10px;
overflow: auto;
	}

	div.popup > div {
	margin-top: 13px;
	max-height: 70vh!important;
	padding-left: 0!important;
	}

	div.scroll::-webkit-scrollbar,
	div.scrollmobile::-webkit-scrollbar,
	div.popup > div::-webkit-scrollbar {
	width: 10px;
	}

	div.scroll::-webkit-scrollbar-track,
	div.scrollmobile::-webkit-scrollbar-track,
	div.popup > div::-webkit-scrollbar-track {
	background: rgba(150,150,150,0.5);
	}

	div.scroll::-webkit-scrollbar-thumb,
	div.scrollmobile::-webkit-scrollbar-thumb,
	div.popup > div::-webkit-scrollbar-thumb {
	background: #404040;
	transition: background 0.3s ease; /* Smooth transition for background */
	}

	div.scroll::-webkit-scrollbar-thumb:hover,
	div.scrollmobile::-webkit-scrollbar-thumb:hover,
	div.popup > div::-webkit-scrollbar-thumb:hover {
	background: var(--wp--preset--color--primaria);
	}

	div.scroll p,
	div.scrollmobile p,
	div.popup > div p {
	text-align: left;
	}

div.panel {
position: relative;
	}

	div.panel:before {
	position: absolute!important;
	display: block!important;
	left: 0!important;
	bottom: 0!important;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	content: " "!important;
	width: 100%!important;
	height: 80px!important;
	pointer-events: none;
	z-index: 4;
	}


/* CONTACT FORM ICONIC 2 */

.iconic span[data-name="your-name"] input,
.iconic span[data-name="your-email"] input,
.iconic span[data-name="telefone"] input,
.iconic span[data-name="your-message"] textarea {
padding-left: 35px;
	}

	.iconic .wpcf7-form span:not(.wpcf7-spinner)::before {
	position: absolute;
	top: 50%;
	left: 14px;
	font-family: "Font Awesome 5 Free"!important;
	font-weight: 600!important;
	font-size: 0.8em;
	color: gray;
	z-index: 0;
		}

		.iconic span[data-name="your-name"]::before {
		content: '\f007'!important;
		}

		.iconic span[data-name="your-email"]::before {
		content: '\f0e0'!important;
		}

		.iconic span[data-name="telefone"]::before {
		content: '\f095'!important;
		}

		.iconic span[data-name="your-message"]::before {
		top: 1.50em!important;
		content: '\f4ad'!important;
		}
		

/* AREA PAGE X */

:root {
--area-page-height: 166px; /* Altura do Area Page */
--area-page-height-dois: 122px; /* Altura Viewport 1300 */
--area-page-height-tres: 122px; /* Altura Viewport 1100 */
}

.area-page {
display: table;
width: 100%;
height: var(--area-page-height); /* Altura */
background-attachment: fixed;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
border-bottom: 1px solid #ffffff;
	}
	
	.area-page.strip {
	background: #E7F7EE;
	background: linear-gradient(0deg, rgba(231, 247, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
	}
	
	.area-page > div {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
		}

		.area-page > div div {
		margin: auto;
		display: table;
		width: 100%;
			}	

			.area-page h1,
			.area-page span {
			margin: 0!important;
			text-transform: uppercase;
			text-align: left;
			text-shadow: 0 0 5px rgba(0,0,0,0.5);
			line-height: 1.3em;
			font-size: 2em;
			color: #fff;
			}

			.area-page span,
			.alertify .ajs-header {
			display: block;
			font-family: var(--wp--preset--font-family--titulos);
			}

			.area-page p {
			margin: 16px 0 0;
			text-align: center;
			color: #fff;
			}
		
@media (max-width: 1300px) {

	.area-page {
	height: var(--area-page-height-dois); /* Altura */
	background-size: 1300px;
		}
		
		.area-page  h1,
		.area-page span {
		font-size: 1.8em;
		}

}

@media (max-width: 1100px) {

	.area-page {
	height: var(--area-page-height-tres); /* Altura */
	background-size: 1100px;
		}
		
		.area-page  h1,
		.area-page span {
		font-size: 1.6em;
		}

}

@media (max-width: 900px) {

	.area-page {
	background-size: 900px;
		}

		.area-page > div {
		}
		
		.area-page h1,
		.area-page span {
		font-size: 1.4em;
		}

}
		
		
/* AREA POST X */	

:root {
--area-post-height: 580px; /* Altura do Area Page */
--area-post-height-dois: 500px; /* Altura Viewport 1300 */
--area-post-height-tres: 400px; /* Altura Viewport 1100 */
}

.area-post {
display: table;
width: 100%;
height: var(--area-post-height); /* Altura */
background-attachment: fixed;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
	}
	
	.area-post > div {
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.6) 0, rgba(0,0,0,0.25) 50%);
		}

		.area-post > div div {
		margin: auto;
		display: table;
		padding: 0 0 30px;
			}

			.area-post h1 {
			margin: 0 0 16px;
			text-align: left;
			text-shadow: 0 0 5px rgba(0,0,0,0.5);
			font-size: 2em;
			color: #fff;
			}

			.area-post span {
			float: left;
			margin: 0 26px 0 0;
			text-shadow: 0 0 5px rgba(0,0,0,0.5);
			color: #fff;
			}

@media (max-width: 1300px) {

	.area-post {
	height: var(--area-post-height-dois); /* Altura 2 */
	background-size: 1400px;
	}

}

@media (max-width: 1100px) {

	.area-post {
	height: var(--area-post-height-tres); /* Altura 3 */
	background-size: 1100px;
		}

		.area-post span {
		font-size: 90%;
		}

}

@media (max-width: 768px) {

	.area-post {
	background-size: 768px;
		}

		.area-post h1 {
		margin: 0 0 16px;
		font-size: 1.6em;
		}

}


/* BOX */

.box {
display: table;
width: 100%;
padding: 20px;
background: #fff;
color: var(--wp--preset--color--texto);
	}

	.box,
	.radius, .radius iframe { border-radius: var(--wp--custom--border--radius)!important; }
	.blur, .blur img {	backdrop-filter: blur(8px); }
	
	.box,
	.shadow, .shadow iframe,
	.wp-block-media-text.shadow img	{ box-shadow: 0 0 5px 0 rgba(0,0,0,0.05); }
	.wp-block-media-text.shadow { box-shadow: none; }
	
	h1.shadow, h2.shadow, h3.shadow, h4.shadow, p.shadow { box-shadow: none!important; text-shadow: 0 0 5px rgba(0,0,0,0.5); }

	.box .search {
	margin: 0 0 -10px;
	}


/* BOX ARTIGOS */

.box_artigos a {
position: relative;
display: inline-block;
width: 100%;
background: var(--wp--preset--color--primaria);
border-radius: var(--wp--custom--border--radius)!important;
	}

	.box_artigos a:hover {
	background: var(--wp--preset--color--secundaria);
		}

	.box_artigos a h2 {
	color: #fff!important;
	transition: all .4s ease;
		}

		.box_artigos a:hover h2 {
		}

	.box_artigos a img {
	display: table;
	padding: 4px;
	}
	
	.box_artigos a img {
	border-radius: var(--wp--custom--border--radius)!important;
	transition: all .4s ease;
		}

		.box_artigos a:hover img {
		}			

	.box_artigos div {
	display: table;
	width: 100%;
	padding: 4px 12px 8px;
	}
		
	.box_artigos h2 {
	clear: both;
	display: table-cell;
	margin: 0!important;
	height: 60px;
	padding: 0 2px;
	line-height: 1.2em;
	text-transform: none;
	text-align: left;
	vertical-align: middle;
	font-size: 1em;
	}

	.box_artigos span {
	display: block;
	margin: 0 auto 16px;
	width: 95%;
	padding-top: 14px;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.4);
	color: rgba(255,255,255,0.6);
	font-size: 0.8em;
	}

	.box_artigos .post-categories {
	margin: 0 0 12px;
	display: table;
	width: 100%;
		}
			
		.box_artigos .post-categories a {
		display: inline-block;
		float: left;
		margin: 0 8px 8px 0;
		padding: 2px 6px;
		border: 1px solid #e4c164;
		text-transform: uppercase;
		font-size: 13px;
		color: var(--wp--preset--color--secundaria);
			}

			.box_artigos .post-categories a:hover {
			background: #e4c164;
			color: #fff;
			}
			

/* BOX CATEGORIAS 3.2 */

.box_categorias {
position: relative;
display: table;
width: 100%!important;
line-height: 0;
	}

	.box_categorias .wp-block-group__inner-container {
	position: relative;	
	}

	.box_categorias img {
	width: 100%;
	border-radius: var(--wp--custom--border--radius)!important;
	filter: brightness(0.8);
	transition: all .4s ease;
		}

		.box_categorias a:hover img {
		filter: brightness(1);
		}		

	.box_categorias figure {
	margin: 0;	
		}

		.box_categorias figcaption {
		text-transform: uppercase;
		font-family: var(--wp--preset--font-family--titulos)!important;
		font-weight: var(--wp--custom--typography--font-weight--normal)!important;
		}
		
	.box_categorias a h3,
	.box_categorias a p,
	.box_categorias figcaption {
	position: absolute;
	margin: 0!important;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 25% 20px 20px;
	border-bottom-right-radius: var(--wp--custom--border--radius)!important;
	border-bottom-left-radius: var(--wp--custom--border--radius)!important;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 100%);
	line-height: 1.3em;
	text-align: left;
	text-shadow: 0 0 4px #000;
	font-size: 1.1em!important;
	color: #fff;
	pointer-events: none;
	transition: all .4s ease;
		}		

		.box_categorias a:hover h3,
		.box_categorias a:hover p {
		color: #fff;
		}


/* BOX CIRCLES */

.box_circles {
display: table;
text-align: center;
line-height: 0;
	}

	.box_circles a {
	margin: auto;
		}

		.box_circles a:hover {
		filter: brightness(1.3);
		}	
	
	.box_circles img {
	margin: 0 auto 20px;
	width: 140px;
	border-radius: 100%;
	}

	.box_circles h3 {
	margin: 0 auto 16px;
	text-align: center;
	}

	.box_circles p {
	margin: 0 auto 16px;
	line-height: 1.3em;
	text-align: center;
	}


/* BOX CORNER */

.box_corner {
position: relative;
	}

	.box_corner:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	border-top: 50px solid #fdfaf5;
	border-left: 50px solid transparent;
	width: 0;
	z-index: 1;
	}


/* BOX DIM */

.box_dim span {
transition: all .4s ease;
	}

	.box_dim:hover span {
	opacity:1!important;
	}


/* BOX FAQ 8 */

.box_faq div {
margin: 0;
	}

	.box_faq:after {
	content: '';
	background-color: var(--wp--preset--color--borda);
	display: block;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	}

.box_faq .collapsible {
position: relative!important;
padding: 24px 30px 8px 0;
border-top: 1px solid var(--wp--preset--color--borda);
	}

	.box_faq .collapsible:before {
	position: absolute!important;
	top: 28px!important;
	left: initial;
	right: 0!important;
	font-size: 60%;
	color: var(--wp--preset--color--primaria)!important;
	}


/* BOX GLASS */

.box_glass {
display: table;
width: 100%;
padding: 20px;
background: rgba(255,255,255,0.7);
backdrop-filter: blur(5px);
box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
}


/* BOX LABEL 1.0 */

.box_label {
position: relative;
display: table;
width: 100%!important;
line-height: 0;
	}

	.box_label .wp-block-group__inner-container {
	position: relative;	
	}

	.box_label img {
	width: 100%;
	filter: brightness(0.8);
	transition: all .4s ease;
	border-radius: var(--wp--custom--border--radius)!important;
		}

		.box_label a:hover img {
		filter: brightness(1);
		}		

	.box_label figure {
	margin: 0;	
		}

		.box_label figcaption {
		font-family: var(--wp--preset--font-family--principal);
		font-weight: var(--wp--custom--typography--font-weight--normal);
		font-style: italic;
		}
		
	.box_label a h3,
	.box_label a p,
	.box_label figcaption {
	position: absolute;
	margin: 0 0 30px!important;
	bottom: 0;
	left: 0;
	width: auto;
	padding: 10px 20px 10px;
	background: rgb(0,155,190,0.4);
	line-height: 1.3em;
	text-align: left;
	text-shadow: 0 0 4px rgba(0,0,0,0.4);
	font-size: 1em;
	color: #fff;
	pointer-events: none;
		}		

		.box_label a:hover h3,
		.box_label a:hover p {
		color: #fff;
		}


/* BOX LOGIN - POST PASSWORD */

.post-password-form {
display: table;
margin: 6em auto;
width: 90%;
max-width: 440px!important;
padding: 30px 30px;
background: #fff;
border-radius: var(--wp--custom--border--radius);
box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
	}
	
	.post-password-form label:not(label[for="show_password"]) {
	display: inline-block;
	width: 70%;
	font-size: 0;
	}

	.post-password-form label input[type="password"],
	.post-password-form label input[type="text"] {
	font-size: initial;
	width: 100%;
	box-sizing: border-box;
	}

	.post-password-form input[type="submit"] {
	width: 30%;
	box-sizing: border-box;
	vertical-align: bottom!important;
	}

	.post-password-form p {
	display: flex;
	align-items: center;
	gap: 6px;
	}

@media (max-width: 768px) {
	
	.post-password-form label {
	display: block;
	margin: 0 0 6px;
	width: 100%!important;
	}

	.post-password-form input[type="submit"] {
	display: block;
	width: 100%;
	}

	.post-password-form p {
	display: block;
	align-items: none;
	gap: 5px;
	}

}


/* BOX MOSAICO */

@media (max-width: 1100px) {
	.box_mosaico .wp-block-columns:nth-child(1) .wp-block-column:nth-child(1) { order: 1 } 
	.box_mosaico .wp-block-columns:nth-child(1) .wp-block-column:nth-child(2) { order: 2 } 
	.box_mosaico .wp-block-columns:nth-child(1) .wp-block-column:nth-child(3) { order: 4 } 
	.box_mosaico .wp-block-columns:nth-child(1) .wp-block-column:nth-child(4) { order: 3 } 

	.box_mosaico .wp-block-columns:nth-child(2) .wp-block-column:nth-child(1) { order: 2 } 
	.box_mosaico .wp-block-columns:nth-child(2) .wp-block-column:nth-child(2) { order: 1 } 
	.box_mosaico .wp-block-columns:nth-child(2) .wp-block-column:nth-child(3) { order: 3 } 
	.box_mosaico .wp-block-columns:nth-child(2) .wp-block-column:nth-child(4) { order: 4 } 
}

@media (max-width: 782px) {

	.box_mosaico .wp-block-columns:nth-child(2) { display: flex!important; }
	.box_mosaico .wp-block-columns:nth-child(2) .wp-block-column:nth-child(1) { order: 2; } 
	.box_mosaico .wp-block-columns:nth-child(2) .wp-block-column:nth-child(2) { order: 1; } 
	.box_mosaico .wp-block-columns:nth-child(2) .wp-block-column:nth-child(3) { order: 4; } 
	.box_mosaico .wp-block-columns:nth-child(2) .wp-block-column:nth-child(4) { order: 3; } 

}


/* BOX NEWS 3.1 */

.box_news {
display: table;
background: rgba(255,255,255,0.7);
border: 1px solid var(--wp--preset--color--borda);
line-height: 1.3em;
border-radius: var(--wp--custom--border--radius)!important;
	}

	.box_news > a {
	display: table;
	padding: 4px;
	color: var(--wp--preset--color--secundaria);
		}
		
		.box_news a:hover {
		color: var(--wp--preset--color--primaria);
		}
	
	.box_news img {
	display: table-cell;
	vertical-align: middle;
	width: 94%;
	transition: all .4s ease;
	border-radius: var(--wp--custom--border--radius)!important;
		}

		.box_news a:hover img {
		filter: brightness(1.3);
		}	
	
	.box_news div {
	display: table-cell;
	vertical-align: middle;
	width: 60%;
	line-height: 1.2em;
	font-size: 0.9em;
	}

@media (max-width: 1100px) {

	.box_news {
	display: table;
	padding: 4px;
		}

		.box_news:nth-child(4) {
		display: none;
		}
		
		.box_news img {
		margin: 0 0 4px;
		display: table;
		vertical-align: middle;
		width: 100%;
			}

			.box_news a:hover img {
			filter: brightness(1.3);
			}	
		
		.box_news div {
		display: table;
		width: 100%;
		min-height: 60px;
		padding: 10px;
		}

		.box_news div a {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		}

}

@media (max-width: 1100px) {

	.box_news:nth-child(4) {
	display: table;
	}

}


/* BOX NÚMEROS */

.box_numeros .mais::before {
content: "+";
}


/* BOX POSTS */

.box_posts {
position: relative;
display: inline-block;
width: 100%;
background: rgba(255,255,255,0.8);
border: 1px solid var(--wp--preset--color--borda);
border-radius: var(--wp--custom--border--radius)!important;
	}

	.box_posts a img {
	display: table;
	padding: 4px;
	}
	
	.box_posts a img {
	border-top-left-radius: var(--wp--custom--border--radius)!important;
	border-top-right-radius: var(--wp--custom--border--radius)!important;
	transition: all .4s ease;
		}

		.box_posts a:hover img {
		filter: brightness(1.3);
		}			

	.box_posts div {
	padding: 12px;
	}
		
	.box_posts h2 {
	clear: both;
	min-height: 56px;
	line-height: 1.2em;
	text-transform: none;
	text-align: center;
	font-family: var(--wp--preset--font-family--principal);
	font-weight: 500;
	font-size: 1em;
	}

	.box_posts span {
	display: block;
	text-align: left;
	color: gray;
	text-align: center;
	font-size: 0.8em;
	}

	.box_posts .post-categories {
	margin: 0 0 12px;
	display: table;
	width: 100%;
		}

		.box_posts a {
		color: var(--wp--preset--color--primaria)!important;
			}
			
		.box_posts .post-categories a {
		display: inline-block;
		float: left;
		margin: 0 8px 8px 0;
		padding: 2px 6px;
		border: 1px solid #e4c164;
		text-transform: uppercase;
		font-size: 13px;
		color: var(--wp--preset--color--primaria);
			}

			.box_posts .post-categories a:hover {
			background: #e4c164;
			color: #fff;
			}

@media (max-width: 768px) {

	.box_posts h2 {
	min-height: 20px!important;
	}

}


/* BOX POSTS AUTOR */

.box_postsautor { 
position: relative;
display: table;
width: 100%;
padding: 0 0 0 70px;
	}

	.box_postsautor img.avatar {
	position: absolute;
	top: 0;
	left: 0;
	width: 56px;
	border-radius: 100%;
	}

	.box_postsautor span {
	position: absolute;
	top: 70px;
	left: 0;
	width: 56px;
	text-align: right;
	line-height: 1.3em;
		}

		.box_postsautor span strong {
		font-size: 90%;
		}

	.box_postsautor a img {
	width: 100%;
	transition: all .4s ease;
	filter: brightness(1);
	border-radius: var(--wp--custom--border--radius)!important;
		}
		
		.box_postsautor a img:hover {
		filter: brightness(1.3);
		}

	.box_postsautor h3  {
	display: table-cell;
	vertical-align: middle;
	clear: both;
	margin: 0 0 2px;
	width: 100%;
	height: 60px;
	text-align: left;
	line-height: 1.3em;
	font-size: 1em;
	}

	.box_postsautor p  {
	text-align: left;
	line-height: 1.4em;
	}


/* BOX RELATOS 2.0 */

.box_relatos {
padding: 26px 44px;
	}	

	.item:before { display: none!important; }

	.box_relatos span {
	display: block;
	text-align: center!important;
	}

	.box_relatos p {
	position: relative;
	line-height: 1.2em;
	text-align: center!important;
	font-style: italic;
	font-size: 1.4em;
		}

		.box_relatos p::before {
		position: absolute;
		display: inline-block;
		margin-left: -48px;
		top: -16px;
		width: 40px;
		height: 40px;
		content: " ";
		background: url('../imagens/aspas_abre.png') 0 0 no-repeat;
		background-size: cover;
		z-index: 0!important;
		}

		.box_relatos p::after {
		position: absolute;
		display: inline-block;
		margin-left: 8px;
		bottom: -16px;
		width: 40px;
		height: 40px;
		content: " ";
		background: url('../imagens/aspas_fecha.png') 0 0 no-repeat;
		background-size: cover;
		z-index: 0!important;
		}


/* BOX REVIEW 2 */

.box_review {
position: relative;
display: table;
margin-bottom: 20px;
width: 100%;
padding: 15px 15px 20px;
background-color: #fff;
background-image: url('../imagens/google.png');
background-position: 96% 6%;
background-repeat: no-repeat;
background-size: 20px;
border-radius: 0;
box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.05);
	}

	.box_review div.widget {
	margin: 0 0 10px;
	height: 70px;
	}

	.box_review div.review {
	display: block;
	overflow-y: auto!important;
	height: 140px!important;
	padding: 0 6px 0 0!important;
		}

		.box_review ::-webkit-scrollbar { width: 6px; }
		.box_review ::-webkit-scrollbar-track { background: #f1f1f1; } 
		.box_review ::-webkit-scrollbar-thumb { background: #888; }
		.box_review ::-webkit-scrollbar-thumb:hover { background: #555; }

	.box_review img.reviewer {
	float: left;
	margin: 0 10px 0 0;
	width: 70px!important;
	border-radius: 100px;
	box-shadow: none!important;
	}

	.box_review .stars,
	.box_review .stars img {
	width: 90px!important;
	border-radius: 0;
	box-shadow: none!important;
	}

	.box_review p {
	text-align: left!important;
	font-size: 16px;
		}	

		.box_review p.reviewer {
		margin: 6px 0 8px!important;
		padding: 0 30px 0 0;
		text-align: left!important;
		font-weight: bold;
		}


/* BOX SERVIÇOS 3.0 */

.box_servicos { 
display: table;
width: 100%;
background: rgba(0,0,0,0.05);
border-radius: var(--wp--custom--border--radius)!important;
line-height: 0;
	}

	.box_servicos img {
	width: 100%;
	border-top-left-radius: var(--wp--custom--border--radius)!important;
	border-top-right-radius: var(--wp--custom--border--radius)!important;
	transition: all .4s ease;
		}
		
		.box_servicos a:hover img {
		filter: brightness(1.3);
		}

	.box_servicos div,
	.box_servicos > .wp-block-group__inner-container {
	display: table;
	width: 100%;
	height: 66px;
	padding: 10px;
	border-radius: var(--wp--custom--border--radius)!important;
	line-height: 1.3em;
		}

		.box_servicos .wp-block-group__inner-container {
		padding: 0 10px;
		}

		.box_servicos h3  {
		display: table-cell;
		vertical-align: middle;
		clear: both;
		margin: 0 0 2px;
		width: 100%;
		height: 60px;
		text-align: center;
		line-height: 1.3em;
		font-size: 1em;
		transition: all .4s ease;
		}

		.box_servicos .wp-block-group__inner-container,
		.box_servicos .wp-block-group__inner-container h3 {
		display: table;
		width: 100%;
		height: auto;
		text-align: initial;
		}


/* BOX SIDE */

.box_side {
display: table;
width: 100%;
padding: 0 0 0 20px;
border-left: 4px solid #1863a8;
	}

	.box_side h2 {
	margin: 0 0 14px;
	}

	.box_side :last-child {
	margin: 0;
	}


/* BOX SUPERSLIDER 2 */

div.box_superslider,
div.box_superslider .wp-block-cover {
overflow: hidden!important;
min-height: 0!important;
	}

	div.box_superslider .wp-block-cover__inner-container {
	display: table;
	height: 100%;
		}

		div.box_superslider .wp-block-cover__inner-container div.vertical {
		display: table-cell;
		width: 100%;
		padding: 40px 0;
		vertical-align: middle;
			}
			
			div.vertical.top { vertical-align: top!important; }
			div.vertical.middle { vertical-align: middle!important; }
			div.vertical.middlebottom { vertical-align: middle!important; }
			div.vertical.bottom { vertical-align: bottom!important; }

	div.box_superslider .wp-block-cover__inner-container p, div.box_superslider .wp-block-cover__inner-container h1,
	div.box_superslider .wp-block-cover__inner-container h2, div.box_superslider .wp-block-cover__inner-container h3, 
	div.box_superslider .wp-block-cover__inner-container h4, div.box_superslider .wp-block-cover__inner-container h5,
	div.box_superslider .wp-block-cover__inner-container h6 {
	color: #fff;
	} 

	div.box_superslider .slides-container > div { width: 100%!important; }
	div.box_superslider .wp-block-columns { margin: 0!important; }
	div.box_superslider .wp-block-cover { margin-left: -0.3px; }	
	div.box_superslider .wp-block-cover__gradient-background { opacity: 1; }
	div.box_superslider span { opacity: 100%; }

	.box_shrink img.wp-block-cover__image-background {
	transition-property: center;
	transition-duration: 5s;
	animation-name: shrink;
	animation-duration: 20s;
	animation-fill-mode: forwards;
		}

		@keyframes shrink {
		from { transform: scale(1.3); }
		to { transform: scale(1); }
		}
	
	.box_expand img.wp-block-cover__image-background {
	transition-property: center;
	transition-duration: 5s;
	animation-name: expand;
	animation-duration: 10s;
	animation-fill-mode: forwards;
		}

		@keyframes expand {
		from { transform: scale(1); }
		to { transform: scale(1.3); }
		}

	.box_saturate img.wp-block-cover__image-background {
	transition-property: center;
	transition-duration: 5s;
	animation-name: saturate;
	animation-duration: 10s;
	animation-fill-mode: forwards;
		}

		@keyframes saturate {
		0% { filter: saturate(0%); }
		100% { filter: saturate(100%); }
		}

	.box_desaturate img.wp-block-cover__image-background {
	transition-property: center;
	transition-duration: 5s;
	animation-name: desaturate;
	animation-duration: 10s;
	animation-fill-mode: forwards;
		}

		@keyframes desaturate {
		0% { filter: saturate(100%); }
		100% { filter: saturate(0%); }
		}

	.box_shrink, .box_expand,
	.box_saturate, .box_desaturate {
	overflow: hidden!important;
	}
	
#slides .slides-container { display: none; }

#slides .scrollable {
*zoom: 1;
position: relative;
top: 0;
left: 0;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
height: 100%;
	}

	#slides .scrollable:after {
	content: "";
	display: table;
	clear: both;
	}

.slides-navigation {
margin: 0 auto 0;
position: relative;
z-index: 3;
width: 100%;
	}

	.slides-navigation a {
	position: absolute;
	display: block;
		}

		.slides-navigation a.prev {
		left: 25px;
		color: transparent;
		width: 34px;
		height: 34px;
		background: url('superslides/left.png') 50% 50%;
		background-size: cover;
		}

		.slides-navigation a.next {
		right: 25px;
		color: transparent;
		width: 34px;
		height: 34px;
		background: url('superslides/right.png') 50% 50%;
		background-size: cover;
		}

.slides-pagination {
position: absolute;
z-index: 3;
bottom: 20px;
text-align: center;
width: 100%;
	}

	.slides-pagination a {
	border: 2px solid #fff;
	border-radius: 15px;
	width: 10px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
	margin: 2px;
	overflow: hidden;
	text-indent: -200px;
		}

		.slides-pagination a.current { background: #fff; }

@media (max-width: 768px) {

	div.vertical.middlebottom { vertical-align: bottom!important; }

	.slides-navigation {
	margin: 0 auto 0;
	position: relative;
	z-index: 4;
	width: 100%;
		}

		.slides-navigation a.prev {
		left: 4px;
		width: 22px;
		height: 22px;
		}

		.slides-navigation a.next {
		right: 4px;
		width: 22px;
		height: 22px;
		}

}


/* BOX TESTIMONIAL */

.box_testimonial {
position: relative;
display: table;
margin: 14px 0 10px;
width: 100%;
padding: 50px 15px 30px;
background: #fff;
border-radius: 16px;
border: 1px solid #ffe7d4;	
	}

	.box_testimonial::before {
	position: absolute;
	top: -20px;
	left: -20px;
	width: 50px;
	height: 50px;
	content: " ";
	background: url('../imagens/aspas_abre.png') 0 0 no-repeat;
	background-size: cover;
	z-index: 0!important;
	}
	
	.box_testimonial::after {
	position: absolute;
	display: inline-block;
	right: -20px;
	bottom: -20px;
	width: 50px;
	height: 50px;
	content: " ";
	background: url('../imagens/aspas_fecha.png') 0 0 no-repeat;
	background-size: cover;
	z-index: 0!important;
	}
	
	.box_testimonial img {
	position: absolute;
	top: -60px;
	right: 0;
	left: 0;
	margin: auto;
	width: 90px!important;
	border-radius: 100px;
	box-shadow: 0 2px 10px 0 rgba(10,160,90,0.1);	
	}

	.box_testimonial h3 {
	margin: 0 auto 20px;
	text-align: center;
	text-transform: none;
	font-size: 1.1em;
	}

	.box_testimonial p {
	text-align: center!important;
	}
	
	
/* BOX TIMELINE 2 */

.box_timeline .wp-block-columns {
display: flex!important;
background: url('../imagens/fundo_timeline.png') 120px 2px no-repeat;
background-size: 20px;
	}



	.box_timeline h3 {
	font-weight: var(--wp--custom--typography--font-weight--bold);
	color: #fff;
	}

	.box_timeline p {
	text-align: left;
	color: #fff;
	}


/* HOVER BRIGHT */

.hover_bright > img,
.hover_bright > a img,
.hover_bright figure img {
transition: all .4s ease;
filter: brightness(100%);
	}

	.hover_bright:hover > img,
	.hover_bright a:hover img,
	.hover_bright figure:hover img {
	filter: brightness(120%);
	}
	

/* HOVER FOCUS */

.hover_focus,
.hover_focus a,
.hover_focus figure {
overflow: hidden!important;
	}

	.hover_focus > img,
	.hover_focus > a img,
	.hover_focus figure img {
    transition: all .4s ease;
	filter: blur(4px);
	transform: scale(1.05);
		}

		.hover_focus:hover > img,
		.hover_focus a:hover img,
		.hover_focus figure:hover img {
		filter: blur(0);
		}


/* HOVER SATURATE / DESATURATE */

.hover_saturate > img,
.hover_saturate > a img,
.hover_saturate figure img {
transition: all .4s ease;
filter: saturate(0%);
	}

	.hover_saturate:hover > img,
	.hover_saturate a:hover img,
	.hover_saturate figure:hover img {
	filter: saturate(100%);
	}

.hover_desaturate > img,
.hover_desaturate > a img,
.hover_desaturate figure img {
transition: all .4s ease;
filter: saturate(100%) brightness(100%);
	}

	.hover_desaturate:hover > img,
	.hover_desaturate a:hover img,
	.hover_desaturate figure:hover img {
	filter: saturate(0%) brightness(120%);
	}


/* HOVER ZOOM */

.hover_zoom,
.hover_zoom a,
.hover_zoom figure {
overflow: hidden!important;
	}

	.hover_zoom > img,
	.hover_zoom > a img,
	.hover_zoom figure img {
    transition: all .4s ease;
	transform: scale(1);
		}

		.hover_zoom:hover > img,
		.hover_zoom a:hover img,
		.hover_zoom figure:hover img {
		transform: scale(1.2);
		}


/* FORMS, BOTÕES E TABELAS > ESTRUTURAS 29 */

form {
display: block;
margin: 0 auto;
width: 100%;
	}

	flabel,
	form label {
	float: left;
	line-height: 1.5em;
	text-align: left;
	}

	form p {
	margin: 0;
	line-height: 1.5em;
	text-align: left!important;
	}

select,
input,
form.search,
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 100%;
font-weight: inherit;
	}

	select, option {
	padding-left: 10px; /* Ajuste */
	padding-right: 10px; /* Ajuste */
	}

	select {
    width: 100%;
    background-color: #fff;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16'><path fill='%23333' d='M7 10l5 5 5-5z'/></svg>")!important;
    background-repeat: no-repeat!important;
    background-position: right 10px center!important;
    background-size: 18px!important;
    padding-right: 30px!important;
	}

	input {
	padding-left: 14px; /* Ajuste */
	padding-right: 14px; /* Ajuste */
		}

		input[type=checkbox],
		input[type=radio] {
		margin: -6px 8px 0 2px!important; /* Ajuste */
		}
	
	textarea {
	padding: 10px 14px;
	height: 120px; /* Altura */
	line-height: 1.3em;
	}

	input[type=file] {
	background: transparent!important;
	border: none!important;
	padding: 0!important;
	min-height: 0!important;
		}

		input[type=file]::file-selector-button,
		input[type=file]::-webkit-file-upload-button {
		display: inline-block;
		margin: 0 14px 0 0!important;
		padding: 8px 16px 8px 16px!important;
		outline: none;
		cursor: pointer;
		white-space: nowrap;
		-webkit-user-select: none;
		transition: all .4s ease;
		}

.conteudo button,
.wp-block-group button,
.wp-block-cover button,
.search button.search-submit,
input[type=submit], .cta,
input[type=file]::file-selector-button,
input[type=file]::-webkit-file-upload-button,
.button, .button.wc-backward, .button.wc-forward,
nav.navigation.pagination .nav-links span,
nav.navigation.pagination .nav-links a,
.wp-block-query-pagination span,
.wp-block-query-pagination a { 
width: auto;
padding: 8px 16px 8px 16px;
vertical-align: middle;
text-align: center;
font-family: var(--wp--preset--font-family--principal);
font-weight: var(--wp--custom--typography--font-weight--normal);
font-size: var(--wp--preset--font-size--medium);
	}

	.conteudo button:before,
	.wp-block-group button:before,
	.wp-block-cover button:before,
	.search button.search-submit:before,
	input[type=submit]:before, .cta:before,
	.button:before, .button.wc-backward:before, .button.wc-forward:before,
	.wp-block-button a.wp-block-button__link:before { 
	font-style: normal!important;
	}

	.mini a.wp-block-button__link {
	height: 30px!important;
	font-size: 14px;
	}

	input[type=submit] {
	padding-top: 0; padding-bottom: 0;
	} 

	.conteudo button,
	.wp-block-group button:before,
	.wp-block-cover button:before { 
	min-height: 42px; /* Altura */
	}

	.swal2-popup button {
	width: auto!important;
	}

	form.search button.search-submit { 
	height: 42px; /* Altura Padrão */
	font-size: 0.9em;
	}

	form.search, select, input, input[type=submit], .cta,
	.search button.search-submit,
	.wp-block-button a.wp-block-button__link { 
	min-height: 42px; /* Altura Mínima */
		}

		input[type=submit],
		.wp-block-button a.wp-block-button__link { 
		display: table-cell!important;
		}

		.cta { 
		display: table!important;
		padding: 0 18px!important;
			}
			
			.cta span {
			display: table-cell;
			vertical-align: middle;
			}

	.cadastre input[type=submit] {
	width: 100%;
	}		

	div.owl-dots {
	margin: -10px 0 0!important;
	padding: 0!important;
		}

		div.owl-dots button.owl-dot {
		background: transparent!important;
		padding-top: 0!important;
		padding-bottom: 0!important;
		}

	.wpcf7 .wpcf7-list-item {
	clear: both;
	display: block!important;
	margin: 8px 22px 8px 0!important;
	text-align: left;
	/* Fonte dos Radios e Checkboxes */
	font-family: arial, sans-serif;
	font-weight: 300!important;
	font-size: 17px;
		}

		.wpcf7-list-item-label {
		display: table-cell;
		vertical-align: middle;
		color: inherit!important;
			}

			input[type=checkbox] {
			clear: both;
			float: left;
			display: table;
			width: 0.9em;
			height: 0.9em;
			line-height: inherit!important;
				}

				.woocommerce-form__label-for-checkbox span {
				clear: both;
				float: left;
				display: table;
				margin: -1.5em 16px 0 1.5em!important; /* Ajuste */
					}

					.woocommerce-form__label.woocommerce-form__label-for-checkbox span {
					margin: -2.2em 16px 0 1.5em!important; /* Ajuste */
					}

					.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
					margin: -3em 16px 0 1.5em!important; /* Ajuste */
					}

			input[type=radio] {
			clear: both;
			float: left;
			display: table;
			width: 0.9em;
			height: 0.9em;
			line-height: inherit!important;
			}

		.comment-form-cookies-consent {
		margin: 20px 0!important;
		display: table;
			}		
			
			.comment-form-cookies-consent label {
			float: left;
			width: auto;
			}

	input[type=file] {
	padding: 0px 6px 0 0!important; /* Ajuste */
	background: rgba(150,150,150,0.2)!important;
	}

	form.wpcf7-form { position: relative; } /* CF7 Spinner */
		.wpcf7-spinner { position: absolute!important; bottom: 9px; left: 0; }

.wp-block-buttons {
text-align: left;
	}

	.wp-block-buttons.aligncenter .wp-block-button {
	padding: 4px 4px;
		}

		.wp-block-button.aligncenter a { margin: auto; }	
		.wp-block-button.alignleft a { float: left; }	
		.wp-block-button.alignright a { float: right; }

		.wp-block-button a.wp-block-button__link {		
		opacity: 1;
			}
			
			.wp-block-button a.wp-block-button__link:hover {
			opacity: 0.8;
			}

ul.call {
clear: both;
display: table;
margin: 34px auto 24px;
text-align: center;
	}

	ul.call li {
	display: inline-block;
	float: left;
	margin: 0 8px;
	}
	
.cta.collapsible {
display: table;
vertical-align: middle;
text-align: center;
	}

	.cta.aligncenter {
	margin-left: auto!important;
	margin-right: auto!important;
	}	
	
	.cta.alignleft { float: left; }	
	.cta.alignright { float: right; }

.view,
.view-article,
.comment-reply-link,
.comment-reply-login {
clear: both;
display: table;
margin: 16px 0 8px;
padding: 8px 12px;
line-height: 1em;
text-transform: none;
font-size: 90%;
	}

	.view-article:before {
	padding: 0 6px 0 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f15c';
	}

	.comment-reply-link:before {
	padding: 0 6px 0 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f3e5';
	}
	
	.comment-reply-login:before {
	padding: 0 6px 0 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f2f6';
	}

.comment-body {
display: table;
margin: 0 0 20px;
width: 100%;
padding: 10px;
}

.captcha {
margin: 0 0 16px;
width: 302px;
height: 76px;
overflow: hidden;
	}

	.grecaptcha-badge {
	display: none!important;
	}

table {
margin: 0!important;
width: 100%;
border-collapse: collapse;
text-align: left;
	}
	
	th,
	td {
	padding: 0.6em;	
	line-height: 1.2em;
	}

.auto table td {
width: auto!important;
}

@media (max-width: 1300px) {

	.comment-form-cookies-consent label {
	width: 400px;
	}

}

@media (max-width: 768px) {

	a.axn, .axn a {
	padding: 16px!important;
	}
	
	.wp-block-table  {
	display: block;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	}

}

@media (max-width: 520px) {

	form {
	width: 100%;
		}
		
		button,
		input[type=submit],
		.senha {
		margin: 0;
		width: 100%;
		}

	.comment-form-cookies-consent label {
	width: 300px;
	}		
		
	.cadastre input {
	margin: 0 0 6px;
	width: 100%;
		}

		.cadastre input[type=submit],
		.cadastre .submit {
		margin: 0;
		width: 100%;
		}

	.login {
	width: 54%;
		}
		
		.login form {
		margin: 10px auto 2px;
		}
		
	ul.call  {
	margin: 26px auto 16px;
		}
		
		ul.call li {
		display: block;
		float: none;
		margin: 8px;
		}

		ul.call .cta {
		width: 100%;
		}

}


/* FORMS & BOTÕES > CURVATURAS 21 */	

input,
select,
header button,
.woobar button,
.conteudo button,
.wp-block-group button,
.wp-block-cover button,
.cookiepanel button,
input[type=file]::file-selector-button,
input[type=file]::-webkit-file-upload-button,
.button, .cta, .view, 
.view-article,
.comment-reply-link,
.comment-reply-login,
.widget_tag_cloud a,
.wp-block-search__button,
.is-style-squared a.wp-block-button__link,
a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart,
header.woocommerce-Address-title a.edit,
.woocommerce-MyAccount-navigation ul li a,
.radius {
border-radius: var(--wp--custom--border--radius)!important;
}

.select2-container--default .select2-selection--single {
border-radius: var(--wp--custom--border--radius)!important;
}

textarea {
border-radius: var(--wp--custom--border--radius);
}

.nav-links a,
.nav-links span,
.navigation a,
.navigation span,
ul.page-numbers li a,
ul.page-numbers li span,
.wp-block-query-pagination span,
.wp-block-query-pagination a,
ul.postagens li,
ul.postagens li img {
border-radius: var(--wp--custom--border--radius);
}

.comment-body,
.wp-block-file,
.wp-block-file a.wp-block-file__button {
border-radius: var(--wp--custom--border--radius);
}

.wp-block-image img,
.wp-block-gallery img,
.wp-block-media-text img,
.wp-block-media-text figure,
.wp-block-image figcaption,
.wp-block-gallery ul li figcaption,
.wp-block-post-featured-image img  {
border-radius: var(--wp--custom--border--radius);
}

.swal2-popup,
.swal2-popup button,
p.has-background {
border-radius: var(--wp--custom--border--radius)!important;
	}

	.swal2-popup img {
	border-radius: calc( var(--wp--custom--border--radius) - 8px )!important;
	}

	button.swal2-close{ width: 38px!important; height:38px!important; border-radius: 100%!important; }

iframe {
border-radius: 0!important;
}


/* FORMS, BOTÕES, TABELAS E PAGINAÇÃO > CORES E BORDAS 21 */

input,
select,
textarea,
.wp-block-search__button-inside .wp-block-search__inside-wrapper,
.select2-container--default .select2-selection--single,
.select2-results ul li {
border: 1px solid var(--wp--preset--color--borda)!important;
color: #464646!important;
	}

	input,
	textarea,
	.wp-block-search__button-inside .wp-block-search__inside-wrapper,
	.select2-container--default .select2-selection--single,
	.select2-results ul li {
	background: #fff!important;
	}

	input:focus,	
	select:focus,
	textarea:focus,
	.select2-container--default .select2-selection--single:focus {
	background-color: #ffecc3!important;
	}

	.wpcf7-list-item-label { color: #464646; }

	::placeholder, .wpcf7 select {
	color: #888!important;
		}
		
		.wpcf7 select option {
		color:#666!important;
		}

.view,
.view-article,
.reply .comment-reply-link,
.comment-reply-login,
.wp-block-search__button,
input[type=submit],
input[type=file]::file-selector-button,
input[type=file]::-webkit-file-upload-button,
header button,
a.button,
.conteudo button,
.wp-block-group button,
.wp-block-cover button,
.button.wc-backward,
.button.wc-forward,
.wp-block-file .wp-block-file__button,
a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart {
background: var(--wp--preset--color--primaria)!important;
border: 0!important;
color: #fff!important;
	}

	.view:hover, .view:active,
	.view-article:hover, .view-article:active,
	.comment-reply-link:hover, .comment-reply-link:active,
	.comment-reply-login:hover, .comment-reply-login:active,
	.wp-block-search__button:hover, .wp-block-search__button:active,
	input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus,
	input[type=file]:hover::file-selector-button, input[type=file]:active::file-selector-button,
	input[type=file]:hover::-webkit-file-upload-button, input[type=file]:active::-webkit-file-upload-button, 
	header button:hover, header button:active, header button:focus,
	a.button:hover, a.button:active, a.button:focus,
	.conteudo button:hover, .conteudo button:active, .conteudo button:focus,
	.wp-block-group button:hover, .wp-block-group button:active, .wp-block-group button:focus,
	.wp-block-cover button:hover, .wp-block-cover button:active, .wp-block-cover button:focus,
	.button.wc-backward:hover, .button.wc-forward:hover,
	.wp-block-file .wp-block-file__button:hover,
	a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart:hover {
	cursor: pointer;
	background: var(--wp--preset--color--primaria)!important;
	border: 0!important;
	opacity: .85!important;
	color: #fff!important;
	}

button.search-submit {
background: var(--wp--preset--color--secundaria)!important;
	}

	button.search-submit:hover {
	background: var(--wp--preset--color--secundaria)!important;
	opacity:.85;
	}

.cta {
background: none;
border: 1px solid var(--wp--preset--color--primaria);
color: var(--wp--preset--color--primaria);
	}

	.cta:hover {
	background: var(--wp--preset--color--primaria);
	border: 1px solid var(--wp--preset--color--primaria);
	color: #fff;
	}

.comment-body {
background: rgba(130,130,130,0.08);
border: 1px solid rgba(130,130,130,0.2);
font-size: 0.9em;
}

.wp-block-file {
background: #f6f7fb;
}

.wp-block-quote {
border-color: var(--wp--preset--color--secundaria)!important;
}

.wp-block-pullquote {
border-color: var(--wp--preset--color--secundaria)!important;
}

table {
margin: 0 0 20px;
	}

	th {
	background: rgba(150,150,150,1)!important;
	color: #fff;
		}

		.cart-subtotal th,
		.order-total th {
		background: rgba(0,0,0,0.05);
		color: inherit;
		}

	td, tr {
	border: 1px solid #B8B8B8;
	color: inherit;
		}

		tr:nth-child(odd) { background: rgba(150,150,150,0.2)!important; }
		tr:nth-child(even) { background: rgba(150,150,150,0.1)!important; }

.nav-links a,
.nav-links span,
.navigation a,
.navigation span,
ul.page-numbers li a,
ul.page-numbers li span,
.wp-block-query-pagination span,
.wp-block-query-pagination a {
background: #e5e5e5;
color: var(--wp--preset--color--primaria);
	}

	.pagination a:hover,
	.navigation a:hover,
	ul.page-numbers li a,
	.wp-block-query-pagination a:hover {
	background: #c7d4e3;
	filter: brightness(130%);
	}		
	
	.pagination span.current,
	.navigation span.current,
	ul.page-numbers li span.current,
	.wp-block-query-pagination-numbers span.current {
	background: var(--wp--preset--color--primaria);
	color: #fff;
	}

.wp-wrapper ul:not(.wp-block-query ul) li:before,
.wp-bullets ul li:before,
article ul li:before {
}


/* WHATSBUTTON 4.0 */

.whatsbutton {
position: fixed;
bottom: 26px;
right: 26px;
line-height: 1.4em;
z-index: 30;
	}

	.whatsbutton a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	padding: 0;
	text-align: center;
	border: 0;
	border-radius: 50%;
	background: linear-gradient(143deg, rgba(59,230,116,1) 0%, rgba(28,175,77,1) 100%);
	color: #fff!important;
	animation: pulser 2s infinite;
	transition: all 0.3s ease;
	position: relative;
		}

		.whatsbutton a:before {
		position: static;
		content: "\f232";
		font-family: "Font Awesome 5 Brands";
		font-weight: 400;
		font-size: 28px !important;
		transform: none;
		}
		
		.whatsbutton a.show-span span {
		opacity: 1;
		visibility: visible;
		right: 66px;
		}

		.whatsbutton.tooltip a:hover span {
		opacity: 1;
		visibility: visible;
		right: 66px;
		}

	.whatsbutton span {
	display: block;
	position: absolute;
	right: 76px;
	top: 50%;
	transform: translateY(-50%);
	background: #333;
	color: #fff;
	padding: 3px 12px;
	border-radius: 22px;
	border-bottom-right-radius: 0;
	font-family: tahoma, sans-serif;
	font-size: 14px;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease, visibility 0.3s ease;
		}

		.whatsbutton span::after {
		content: "";
		position: absolute;
		bottom: -8px;
		right: -6px;
		transform: translateY(-50%);
		border-top: 16px solid transparent;
		border-left: 10px solid #333;
		}

		.whatsbutton span i {
		color: #3ad46b;
		animation: whatsblink 1s infinite;
			}

			@keyframes whatsblink {
			0%, 100% { opacity: 1; }
			50% { opacity: 0.5; }
			}

.whatspulse a {
box-shadow: 0 0 0 0 rgba(62,182,95, 0.7);
animation: pulser 2s infinite;
	}

	.pulse a.has-primaria-background-color {
	animation: pulser-p 2s infinite;
	}

	.pulse a.has-secundaria-background-color {
	animation: pulser-s 2s infinite;
	}

	.pulse a.has-terciaria-background-color {
	animation: pulser-t 2s infinite;
	}

@keyframes pulser {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 #25D366 , 0 0 0 0 #25D366;
	}
	70% {
		transform: scale(1.01);
		box-shadow: 0 0 0 10px transparent , 0 0 0 20px transparent;
	}
	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 transparent , 0 0 0 0 transparent;
	}
}

@keyframes pulser-p {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 var(--wp--preset--color--primaria) , 0 0 0 0 var(--wp--preset--color--primaria);
	}
	70% {
		transform: scale(1.01);
		box-shadow: 0 0 0 10px transparent , 0 0 0 20px transparent;
	}
	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 transparent , 0 0 0 0 transparent;
	}
}

@keyframes pulser-s {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 var(--wp--preset--color--secundaria) , 0 0 0 0 var(--wp--preset--color--secundaria);
	}
	70% {
		transform: scale(1.01);
		box-shadow: 0 0 0 10px transparent , 0 0 0 20px transparent;
	}
	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 transparent , 0 0 0 0 transparent;
	}
}

@keyframes pulser-t {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 var(--wp--preset--color--terciaria) , 0 0 0 0 var(--wp--preset--color--terciaria);
	}
	70% {
		transform: scale(1.01);
		box-shadow: 0 0 0 10px transparent , 0 0 0 20px transparent;
	}
	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 transparent , 0 0 0 0 transparent;
	}
}


/* CARD 3 */

.card .wp-block-button a.wp-block-button__link,
.card input[type=submit] { 
text-transform: none;
}


@media (max-width: 782px) {

		.card .wp-block-buttons {
		clear: both!important;
		}

		.card .phonezap .wp-block-column:nth-child(1) {
		float: left;
		width: 54%!important;
		}

		.card .phonezap .wp-block-column:nth-child(2) {
		float: right;
		width: 42%!important;
			}

			.card .phonezap .wp-block-column:nth-child(2) .wp-block-button.icone a:before {
			padding: 0;
			}

}


@media (max-width: 520px) {

	.card .wp-block-button a.wp-block-button__link,
	.card input[type=submit] { 
	height: auto;
	padding: 14px;
	font-size: 1em;
	}

}

@media (max-width: 400px) {

	.card .wp-block-button a.wp-block-button__link,
	.card input[type=submit],
	.card h1, .card h2, .card h3 { 
	letter-spacing: -1px;
	}

}


/* MVA WEB 2 */

.mvaweb a {
display: inline-block;
width: 96px;
height: 24px;
text-indent: -9999px;
color: transparent!important;
opacity: 0.6;
	}

	.mvaweb.branco a {
	background: url('../imagens/mvaweb-branco.png') 0 50% no-repeat;
	}

	.mvaweb.preto a {
	background: url('../imagens/mvaweb-preto.png') 0 50% no-repeat;
	}
	
	.mvaweb a:hover {
	width: 300px;
	opacity: 1;
	}


@media screen and (max-width: 1400px) {
.adaptive .wrapper { max-width: 1100px; }
}	


@media screen and (max-width: 1300px) {
.adaptive .wrapper { max-width: 900px; }
}
	
@media screen and (max-width: 1100px) {
.adaptive .wrapper { max-width: 750px; }
}


@media screen and (max-width: 900px) {
.adaptive .wrapper { max-width: 600px; }
}


@media screen and (max-width: 768px) {
.adaptive .wrapper { max-width: 480px; }
}


@page { 
    size: auto;
    margin: 30mm 0 30mm 0;
	}

	@media print {

	body {
	font-size: 90%;
	}

	h1, h2 {
	margin: 0 0 10px!important;
	}

	header,
	footer {
	display: none;
	}

	.conteudo {
	box-shadow: none;
	}

	.wrapper {
	margin: auto;
	width: 85%;
	}

	.principal { width: 100%; }

	.extras,
	.comment-respond {
	display: none;
	}

}