@charset "windows-1252";
/*@import url('https://cdn.redbit.dev.br/css/estilos_global-min.css');*/
:root {
	--container-width: 1300px;
	--blue: #1e90ff;
	--white: #ffffff;
	--yellow: #d4aa00;
	--black:	#000000;
	--gray: #585862;
	--bg: #F5F2DF;
	--font-family-default: 'Poppins', 'Segoe UI', 'Helvetica Neue', 'Arial', sans-serif;
	--font-heading-weight: 600;
	--font-base-size: 16px; /* Define o tamanho da fonte base, 1rem = 18px */
	--font-heading-weight: normal;
	--font-heading-line-height: 1.2;
	--line-height-base: 1.6;
}
@font-face {
	font-family: 'Poppins';
	src: local('Poppins Bold'),
		 url('https://cdn.redbit.dev.br/css/fontes/poppins-bold.woff2') format('woff2'),
		 url('https://cdn.redbit.dev.br/css/fontes/poppins-bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: local('Poppins Regular'),
		 url('https://cdn.redbit.dev.br/css/fontes/poppins-regular.woff2') format('woff2'),
		 url('https://cdn.redbit.dev.br/css/fontes/poppins-regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: local('Poppins Italic'),
		 url('https://cdn.redbit.dev.br/css/fontes/poppins-italic.woff2') format('woff2'),
		 url('https://cdn.redbit.dev.br/css/fontes/poppins-italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}
/* ------- RESET REDBIT ------- */
*, *::before, *::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: 0;
}
html, body {
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	/*line-height: 1.6;*/
	font-size: var(--font-base-size);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
	text-rendering: optimizeLegibility;
	display:block;
	font-display: swap;
	min-height: 100vh;
	overflow-x: hidden;
}
body {
	/*min-height: 100vh;*/
	font-family:var(--font-family-default);
	color: #1e1e1e;
	overflow-x: hidden;
	overflow-y: scroll;
}
#body{
	display: flex;
	flex-direction: column;
	height:100vh;
	/*justify-content: space-between;*/
}
/* -- ADM - Ajuste --*/
#tinymce, .forceColors{
	width:100%;
	max-width: var(--container-width) !important;
	margin:0px auto !important;
	overflow: auto !important;
	padding: 20px 0 !important;
}
/* semânticos */
header, footer {
	width: 100%;
	flex-shrink: 0;
}
main{
	width: 100%;
	flex:0;
	flex-grow: 1;
}
/* ids dos semântivos */
#header, #rbSliderbanner, #rbBreadcrumb, #main, #nossa-linha-de-descartaveis, #vantagens-em-comprar, #clientes-que-compram, #vinte-cinco-anos, #publicacoes, #toTop, #footer {
	width: 100%;
	flex-shrink: 0
}
img {
	aspect-ratio: attr(width) / attr(height); /* fallback para navegadores modernos */
}
/* ----------------------------- CONTAINER ------------------------------------ */
.container-box {
	width: 100%;
	height: auto;
	max-width: var(--container-width);
	margin: 0 auto;
	padding: 0;
	opacity: 1;
}
/* --------------- HEADER -----------------------------------------*/
header {}
#header {
	position: relative;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
	background-color: var(--bg);
	min-height: 168px;
}
.header-line {
	height: 50px;
	background-color: #9d4c2c;
	z-index: 3;
	display: flex;
	flex-direction: column;
}
/* --------------- HEADER LINE -------------------------------*/
.header-line-box{
	display:flex;
	justify-content: flex-end;
	gap: 2px;	
	text-align: center;
	min-height: 50px;
}
@media (max-width: 900px){
	.header-line-box{
		flex-direction: column;
	}
	.header-line{
		height:auto;
	}
}
/* --------------- HEADER TELEFONE e REDES SOCIAIS -------*/
#header-telefone{
	display:block;
	margin:0px;
	color: #ffffff;
	min-height:50px;
	height:50px;
}
#header-telefone .icon{
	margin:auto 10px;
}
#header-telefone a{
	margin:12px 5px;
	color: #f5f2df;
	font-weight: 500;
	font-size: 17px;
	display:block;
}
#header-telefone a:hover{
	color:#ffffff;
	text-shadow:none;
}
#header-redes-sociais{
	display: flex;
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}
#header-redes-sociais a { 
	font-size:15px;
	margin: 5px;
	display: inline-block;
}
#header-redes-sociais .icon {
	color: #f5f2df;
	font-size: 20px;
	margin: 0px;
	cursor: pointer;
	display: inline-block;
	padding:10px;
	width: 32px;
	height: 40px;	
}
#header-redes-sociais .icon:hover{
	color: #990700;
	-webkit-transform: rotate(360deg);
	-webkit-transition-duration: 0.5s;
	text-shadow: 1px 1px 2px #ffffff;
}
/* --------------- HEADER BOX -------------------------------*/
.header-box{
	display:flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	min-height: 117px;
}
.header-box-logo{
	text-align: center;	
}
.header-logo-img{
	max-width: 180px;
	height: auto;
	margin: 10px 5px 5px 10px;
	width: 180px;
	height: auto;
}
@media (max-width: 900px){
	.header-box{
		flex-direction: column;
		align-items: stretch;
	}	
	.header-logo-img{
		margin:20px 20px 10px 20px;
		max-width: 250px;
		width: 250px;		
	}
}
/* --------------------------------- NAV -------------------------------*/
nav{}
#nav{
	min-height:45px;
}
@media (max-width: 900px){
	#nav{
		background-color: #dfdcc6;
		margin:0;
	}	
}
/* ----------------------------- BREADCRUMB ------------------------------------ */
#rbBreadcrumb{
	background-color: #9D4C2C;
	min-height: 40px;
	flex-shrink: 0;
}
.breadcrumb-box{
	display:flex;
	padding:10px 20px;
	height: 100%;
	align-items: center;	
}
.breadcrumb-box span {
	font-size: 0.9rem;
	color: #F5F2DF;
	font-family: system-ui;
}
@media screen and (max-width: 900px){
	.breadcrumb-box span {
		font-size: 0.8rem;
		text-align:center;
		word-break: break-word;		
	}	
}
@media screen and (max-width: 600px){
	.breadcrumb-box span {
		font-size: 0.7rem;
		text-align:center;
	}	
}
/* --------------- MAIN -------------------------------*/
main{
	flex-grow: 1;
}
#main{
	flex:auto;
	min-height: fit-content;
	display: block;
	overflow-x: hidden;
}
.main-box h1{
	color: #9d4c2c;
}
.main-box{	
	min-height: 150px;
	padding:20px 20px;
}
.main-text{
	width:80%;
}
/*.text-align-center{
	font-size: large;
}*/
@media (max-width: 900px){
	.main-text{
		width:100%;
	}	
}
/* ----------------------------- FONTES ------------------------------------ */
address, h1, h2, h3, h4, h5, h6, p, li, td, th {
	margin: 5px 20px 10px 20px;
	font-family: var(--font-family-default);
	line-height: var(--font-heading-line-height);
	font-weight: var(--font-heading-weight);
	color: var(--black);
}
a {
	text-decoration:none !important;
	outline: none;
	font-weight: 500;
	color: #004ba2;
	cursor:pointer;
}
a:hover, a:focus {
	color: #002a7f;
	text-decoration: underline;
}
/* CÓDIGOS EM LINHA */
code {
	font-family: 'Courier New', Courier, monospace;
	background-color: #f4f4f4;
	padding: 0.2em 0.4em;
	border-radius: 4px;
	font-size: 0.95em;
	color: #c7254e;
}
h1 {
	font-size:2.6rem;
	color:#9d4c2c;
	margin: 0px 20px 20px 20px;
	font-weight:bold;
	text-align: center;
}
h2 {
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-size: 2.2rem;
	font-weight: 600;
}
h3 {
	font-size: 20px;
	font-weight: 600;
	color:#9d4c2c;
}
h4 {
	font-size: clamp(1.25rem, 3vw, 1.55rem);
}
h5 {
	font-size: clamp(1.1rem, 2.5vw, 1.35rem);
}
h6 {
	font-size: clamp(1rem, 2vw, 1.2rem);
}
mark {
	background-color: #fff59d;
	padding: 0 0.25em;
}
p {
	font-size: 18px;
	color: var(--black);
	line-height: inherit;
}
/* Estilos para texto pré-formatado (geralmente blocos de código) */
pre {
	font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; /* Pilha de fontes monoespaçadas */
	font-size: 0.9rem;				/* Ligeiramente menor, aprox 16.2px */
	line-height: 1.5;					/* Altura de linha adequada para código */
	color: #212529;				/* Cor de texto escura para boa legibilidade do código */
	background-color: #f8f9fa;		/* Fundo claro para destacar o bloco de código */
	padding: 1rem;					/* Espaçamento interno (18px) */
	margin-top: 0;
	margin-bottom: 1rem;			/* Espaçamento após o bloco (18px) */
	overflow-x: auto; 				/* Adiciona scroll horizontal se o conteúdo for muito largo */
	white-space: pre;				/* Mantém espaços em branco e quebras de linha como no código fonte */
	border: 1px solid #e9ecef;		/* Borda sutil */
	border-radius: 0.25rem;			/* Cantos levemente arredondados (aprox 4.5px) */
	-webkit-font-smoothing: auto;	/* Otimização de suavização de fonte para monoespaçadas */
	-moz-osx-font-smoothing: auto;
	text-wrap: auto;
	margin: 5px 20px 10px 20px;
}
ol, ul {
	margin-top: 0;
	margin-bottom: 1rem;
}
li {	
	line-height: inherit;
	color: #000000;
	font-weight: 400;
}
li > *:last-child {
	margin-bottom: 0;
}
li ul, li ol {
	margin-top: 0.5rem; 
	margin-bottom: 0.5rem; 
}
@media (max-width: 900px){
	h1 {
		text-align: center;
	}
}
ul[role=list], ol[role=list], ul, ol {
	margin: 0;
}
/* ----------------------------- LINHAS ------------------------------------ */
hr, .hr_dupla, .hr_tracejada {
	height: 0;
	border: 0;
	margin: 0 auto;
	margin: 10px 0;
	width: calc(100% - 20px);
}
hr {
	width: calc(100% - 0px);
	border-top: 1px solid #9d4c2c;
	border-bottom: 1px solid #fff;
}
/* ----------------------------- BOTÕES ------------------------------------ */
button, input, select, textarea{
	font: inherit;
	color: #515151;
	background: none;
	border: none;
	outline: none;
}
button{
	cursor: pointer;
}
/* ----------------------------- TABELAS ------------------------------------ */
table{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px;
}
.tabela-imagens img{
	width: 100%;
	max-width: 340px;
	height: auto;
}
th, td {
	padding: 0.75em;
	text-align: left;
}
th {
	background-color: #f4f4f4;
	font-weight: 600;
}
/* ----------------------------- MIDIAS RESPONSIVAS ------------------------------------ */
picture, video, canvas, svg{
	display: block;
	max-width: 100%;
	height: auto;
}
/* ----------------------------- ACESSIBILIDADE ------------------------------------ */
:focus-visible{
	outline: 2px solid #004080;
	outline-offset: 2px;
}
/* ----------------------------- CITAÇÕES ------------------------------------ */
blockquote::before, blockquote::after, q::before, q::after{
	content: '"';
}
/* ----------------------------- CAMPOS DESATIVADOS ------------------------------------ */
:disabled{
	opacity: 0.6;
	cursor: not-allowed;
}
/* -------- Estabilizar botão PORTFÓLIO -------- */
.btnPortfolio {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 36px;
	min-width: 180px;
	min-height: 30px;
	line-height: 30px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #9d4c2c;
      background-color: #f5f2df;
    	border: none;
	border-radius: 5px;
	box-sizing: border-box;
	text-decoration: none;
	white-space: nowrap;
	padding: 5px;
}
.btnPortfolio:hover {
	background-color: #4d4d4d;
	color:#fff;
}
.btnPortifolio{
	color:#fff;
	background-color:#990700;
	padding: 5px 15px 5px 15px !important;
	display: inline-block;
	width: 200px;
	height: 40px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	transition: all 0.3s ease;
}
.btnPortifolio:hover{
	background-color:#ff0000;
	color:#fff;
	font-weight:bold;
}
@media (max-width: 900px){
	#header-redes-sociais{
		text-align:center;
	}
}
/* --------------- DESTAQUE E VÍDEOS -------------------------------*/
.div-video{
	width:100%;
}
#videoThumb{
	width: calc(100% - 20px);
	max-width:937px;
	height:auto;
	max-height: 527px;
	margin: 0 auto;
	aspect-ratio: 16 / 9;
	position: relative; 
	z-index: 2; 
	cursor: pointer;
	text-align: center;
}
#videoThumb img{
	width: calc(100% - 10px);
	height: 100%; 
	object-fit: cover;
}
#videoFrame{
	display: none;
	margin: 0 auto;
	width: calc(100% - 20px);
	max-width: 800px;
	aspect-ratio: 16 / 9;
	text-align: center;
}
#videoIframe{
	width: calc(100% - 0px);
	height: 100%;
}
/*--------------- Macedo's Restaurante e Pizzaria -------------------------------*/
#macedos-restaurante-pizzaria{
	padding:0px;
	margin:0;
	width:100%;
}
.macedos-restaurante-pizzaria{	
}
.macedos-restaurante-pizzaria-box{
	display:flex;
	flex-direction:column;
	align-items:center;
}
/* ------- MACEDOS MELHOR ------- */
#macedos-melhor{
	background-color: #9D4C2C;
}
.macedos-melhor{	
	margin:10px 0;
}
.vantagens-em-comprar img{	
	margin:10px 0;
}
.macedos-melhor-box{
	display: flex;
	flex-direction: column;
	padding: 20px;
	max-width: 1100px;
	align-items: center;
}
.macedos-melhor-titulo{
	color:#f5f2df;
	margin: 30px 0px !important; 
}
p.macedos-melhor{
    text-align: center;
    color: #f5f2df;
}
@media (max-width: 900px){
	.macedos-melhor-box{
		padding:0px 20px;
	}
}
/* ------- MASSA FERMENTAÇÃO ------- */
#massa-fermentacao{
	background-color:#F8F5F0;
}
.massa-fermentacao-box{
	padding-bottom: 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}
.massa-fermentacao-bloco-texto{
	display: flex;
	align-items: center;
	flex-direction: column;
}
.massa-fermentacao-titulo{
	margin: 20px 0px !important;
	color:#9d4c2c;
	padding: 10px;
}
.massa-fermentacao-texto {
    text-align: center;
}
.massa-fermentacao-container{
	padding-bottom: 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
}
.massa-fermentacao-imagem img {
	border-radius:12px;
}
@media only screen and (max-width: 420px){
		.massa-fermentacao img{
		width:300px;
		height:150px;
}
}
/* ------- MACEDOS CARDS ------- */
#macedos-card{
	background-color: #F5F2DF;
}
.macedos-card-box{
	display: flex;
	flex-direction: column;
	padding: 20px;
	max-width: 1100px;
	align-items: center;
}
.macedos-card{	
	margin:10px 0;
}
.macedos-card-titulo{
	margin: 20px 0px !important;
	padding: 10px;
	color:#9d4c2c;
}
.macedos-card img{	
	margin:10px 0;
}
/*--------- GOOGLE MAPS ----------*/
.google-maps{
	width: 100%;
	height: 300px;
	background-color:aqua;
}
/*--------- PUBLICAÇÕES ----------*/
#publicacoes{}
.publicacoes{}
#IDPublicacoes {
	overflow: hidden;
}
#Publicacoes {
	margin: 10px;
}
#Publicacoes ul{
	display: flex;
	margin: 0px;
	flex-wrap: wrap;
	justify-content: space-between;
}
#Publicacoes li {
	display: flex;
	margin: 10px;
	width: 100%;
	position: relative;
	max-width: 30%;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
	border-radius: 3px;
	flex-direction: column;
	justify-content: space-between;
	gap:0;
}
#Publicacoes p {
	margin:10px 0 0 0;
}
#Publicacoes h3 {
	/*color: #ed028c;*/
	margin: 0;
}
#Publicacoes .pub_textos {
	/*height: 130px;*/
	padding: 10px 20px;
	border-bottom: 1px solid #ececec;
	min-height:275px;
}
#Publicacoes .pub_textos a {
	color: #7d7870;
	text-decoration: none;
}
#Publicacoes .infobuttons{
	display: block;
	margin: 5px auto;
	width: fit-content;
}
#Publicacoes .info, .info{
	bottom: 16px;
	font-size: 12px;
	display: inline-block;
	margin: 0;
	color: #fff;
	margin: 0px 5px 0px 10px;
}
#Publicacoes .icon {
	bottom: 16px;
	font-size: 12px;
	display: inline-block;
	margin: 0;
	color: #fff;
	margin: 0px 5px;
}
@media (min-width: 900px){
	#Publicacoes .info, .info{
		margin: 5px;
		display:table;
	}
	 #Publicacoes .icon {
	 	margin: 0 5px 0 0;
	 }
}
@media (max-width: 900px){
	#Publicacoes .info, .info{
		margin: 0 auto;
		display:table;
	}
	#Publicacoes .pub_textos{
		min-height:230px;
	}
}
#Publicacoes .info2, .info2 {
	font-family: verdana !important;
	font-size: 12px;
	padding: 6px 12px;
	border-radius: 5px;
	margin-right: 2px;
	background-color: #515151;
	border: solid 1px #fff;
	cursor: help;
	display: inline-block;
	color: #fff;
}
#Publicacoes .info2:hover .icon, .info2:hover {
	color: #fff !important;
}
#Publicacoes .pic {
	width: 100%;
	max-width: 380x;
	height: auto;
	max-height: 200px;
	min-height: 200px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.42);
	border-radius: 3px 3px 0 0;
	margin:0;
	background-color: #f7f7f7;
}
#Publicacoes .pic a{
	display:inline-block;
	margin: 0;
}
@media (max-width: 900px){
	#Publicacoes li {
		max-width:45%;
	}
	#Publicacoes .pic {
		min-height: auto;
	}	
}
@media (max-width: 620px){
	#Publicacoes li {
		max-width:95%;
	}

	#Publicacoes .pic {
		max-width: 100%;
		max-height: 100%;
	}
}
.pubautor{
	display:inline-block;
}
.imgautor{
	float:left;
	margin:0px 20px 0 40px;
}
/*GROW*/
.grow img {
	width: 100%;
	height: auto;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.grow img:hover {
	width: 110%;
	height: auto;
	margin: -10px;
}
#Publicacoes img {
}
#Publicacoes hr {
	margin: 5px 0 15px 0;
	display: none;
}
#Publicacoes .icon-zoom-in:hover {
	color: #ed028c;
	text-decoration: none;
	font-size: 15px;
}
#PublicacoesNav {
	display: table;
	margin: 0 auto;
}
#PublicacoesNav a {
	display: inline-block;
	height: auto;
	padding: 2px 2px 0px 7px;
	border: 1px solid #ccc;
	margin: 3px;
	background-color: #f5f5f5;
}
#PublicacoesNav a:hover {
	text-decoration: none;
	background-color: #e2e2e2;
}
#PublicacoesNav .icon {
	color: #102750;
}
#PublicacoesNav .icon:hover {
	color: #d71e26;
}
#PublicacoesNav .pagina-x-de-x {
	display: inline-block;
	height: auto;
	padding: 2px 2px 0px 7px;
	border: 0px solid #ccc;
	margin: 3px;
	font-size: 12px;
}
#PublicacoesNav .totalpublicacoes {
	display: inline-block;
	height: auto;
	padding: 2px 2px 0px 7px;
	border: 1px solid #EFEFEF;
	margin: 3px;
	font-size: 12px;
}
/* --------------- FOOTER -------------------------------*/
footer{}
#footer{
	background-color: #91312b;
	flex-direction: column;
}
.container-box.footer-flex{
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 20px;
	padding: 20px 0px;
}
#footer a{
	color:#f5f2df;
	font-size:16px;
}
#footer a:hover{
	color:var(--black);
}
#footer li{
	margin: 8px 0px;
	padding: 0px;
	color: #f5f2df;
}
#footer hr{
	border-top: 2px solid #b80b07;
	border-bottom: 2px solid #b80b07;
	width: 290px;
	margin: 20px 10px;
	text-align: left;
}
#footer h2{
	border-bottom: solid 3px #f5f2df;
	padding-bottom: 5px;
	font-size: 1.2rem;
	color: #f5f2df;
	margin: 10px 26px 0px 0px;
	font-weight: bold;
}
#footer span{
	font-size:0.8rem;
	color:#fff;
}
.footer-logo-macedos{
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-redes-sociais{
	padding:10px;
	width:30%;
}
.footer-redes-sociais-icons{
	gap: 20px;
	margin: 9px;
	cursor: pointer;
	display: flex;
	justify-content: center;	
	text-align:center
}
#footer .icon{
	font-size:23px;
	margin:20px;
	display: inline-block;
}
#footer .fa{ 
	color:#f5f2df;
	margin:0 10px 0 0;
	font-size: 17px;
}
.footer-box{
	padding: 20px 10px;
	gap:10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.footer-col1, .footer-col2, .footer-col3{
	
}
.footer-horarios ul{
	list-style: none;
}
.footer-logo{
	text-align:center;
}
.footer-link-uteis{
	display: flex;
	width: 100%;
	height: auto;
	flex-direction: row;
	margin: 0px;
	padding: 0;
	align-items: flex-start;
	align-items: stretch;
	justify-content:space-between;
	gap:20px;
}
.footer-link-uteis ul{
	list-style: none;
	margin:0;
	padding:0;
}
.footer-address{
	margin:0;
	font-style:normal;
}
.footer-address ul{
	display:flex;
	flex-direction:column;
	margin: 0px;
	list-style: none;
	padding: 0;	
}
.footer-address li{
	margin: 4px 0;
}
.footer-mensagem{
	width:33%;
}	
@media (max-width: 900px){
	.container-box.footer-flex{
	padding: 20px 20px;
	}
	.footer-box{
		max-width: 600px;
		flex-direction: column;
		width: 100%;
		height: 100%;
	}
	.footer-link-uteis{
		flex-direction: column;
		gap:0;
		width: 85%;
		margin: 0 auto;		
	}
	.footer-link-uteis ul{
		padding: 0px 0px 0px 20px;
			list-style: disc;
	}
	.footer-address{
		width: 85%;
		flex-direction: column;
		margin:0 auto;
	}
	.footer-redes-sociais{
		text-align:center;
		width:100%;
	}
	.footer-mensagem{
		width:100%;	
	}
	.links-uteis{
		margin-left:40px !important;
	}
}
@media (max-width: 600px){

	.container-box.footer-flex{
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 20px;
		padding: 20px 20px;
	}
	.footer-address{
		width: 100%;
		flex-direction: column;
		margin:0 auto;
	}
}
@media (max-width: 500px){
	.footer-link-uteis{
		flex-direction: column;
		gap:0;
	}
}
/*-------- FOOTER LINE -------*/
.footer-line{
	display:flex;
	padding: 10px;
	background-color: var(--bg);
}
.byRedbit a{
	color: #9d4c2c !important;
}
.footer-line-flex{
	display:flex;
	justify-content: center;	
}
.direitos-reservados{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.footer-line-linhas{
	gap: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}
.footer-line-linhas p{
	color:#fff;
	font-size:12px;
	margin: 0 10px;
	text-align:center;
}
.direitos-reservados p{
	margin: 5px 20px;
	color:#9d4c2c;
}
@media (max-width: 900px){
	.container-box.footer-flex {
		flex-direction: column;
   	}
   	.footer-address {
        width: 100%;
   	}  
	.direitos-reservados{
		flex-direction: row;	
	}
	.footer-line-linhas p{
		width:100%;
	}
	.direitos-reservados p{
		text-align: center;
	}	
}   
@media (max-width: 600px){
	.footer-line{
		flex-direction: column;	
	}
	.direitos-reservados{
		flex-direction: column;	
	}
	.footer-line-linhas p{
		width:100%;
	}	
}
/* ------------------ FORM BUSCA -------------------------------*/
.header-busca{
	display:inline-block;
	margin:0;
	position:relative;
	width:100%;
	height: 30px;
}
.header-busca-menu{
	display:none;
	margin:3px auto;
	position:relative;
	width:300px;
	height: 32px;
}
@media (max-width: 900px){
	.header-busca{
		display:none;
	}
	.header-busca-menu{
		display:block;
	}	
}
#busca {
	min-height: 50px; /* ou height se for fixo */
	display: flex;
	align-items: center;
	justify-content: flex-end; /* ou outro valor conforme seu layout */
	position: relative;
	transition: none;
}
#busca_form_mini{
	display:flex;
	align-items: center;
	float: right;
	vertical-align: middle;
	width: 300px;
	height: 32px;
	margin:8px 10px;
}
@media (max-width: 900px){
	#busca_form_mini{
		float:none;
		margin:8px auto;
	}	
}
#busca_form_mini input[type=text]{
	border-radius: 5px 0 0 5px;
	border: 1px solid #C0C0C0;
	background: #F4F4F4;
	height: 28px;
	margin: 0 0 0 2px;
	min-width: 180px;
	height: 28px;
	box-sizing: border-box;
	color:#000 !important;
}
#busca_form_mini input[placeholder]{
	color: #666;
	font-style: normal;
	font-size:12px;
	width: 250px;
	background-color: #fff;
}
#busca_form_mini input[type=submit]{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	background-color: #f5f2df;
	cursor: pointer;
	height: 28px;
	width: 45px;
	margin: 0;
	font-family: var(--font-base-family);
	font-size: 10px;
	border-radius: 3px;
	color: #99070000;
	border-radius: 3px;
	background-image:url('../imagens/icones/lupa-18x18.webp');
	background-repeat: no-repeat;
	background-position: center center;
}
#busca_form_mini input[type=submit]:hover{
	color: #33333300;
	background-color: #990700;
	background-image:url('../imagens/icones/lupa-hover-18x18.webp');
}
#busca_form_mini select{
	border: 0 !important;
	color: #fff;
	height: 24px;
	min-width: 180px;
	border-radius: 3px;
	text-transform: uppercase;
	font-family: var(--font-base-family);
	margin: 2px;
	padding: 0px 5px 0 10px;
	-webkit-appearance: none; 
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	/*background: url('../imagens/icones/seta-select.png') no-repeat 163px center #124284;*/
	cursor: pointer;
}
#busca_form_mini select option{
	cursor: pointer;
}
#busca_form_mini select > a:after{
	border-color: #FF0000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
/* ------------------ BUSCA INTERNA ---------*/
#frmSiteSearch{
	height: 35px;
	padding:5px;
	display: initial;
}
#busca_tabela{
	width: calc(100% - 20px);
	margin: 20px auto;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	font-family: 'Poppins', 'Open Sans', sans-serif;
}
#busca_tabela table{
	width:100% !important;
	margin:0 auto !important;
}
#busca_tabela td{
	padding:0;
}
.busca-input{
	height: 25px;
	border-radius:5px;
	border: 1px solid #cfcfcf;
	background-color: #fff;
	margin: 10px;
	width: 90%;
	max-width: 300px;	
}
.busca-submit{
    display: inline-block;
    height: 24px;
    width: 80px;
    background-color: #990700;
    border-radius: 3px;
    border: 1px solid #ccc;
    cursor: pointer;
    box-shadow: #ccc 1px 0px 1px;
    color:#fff;
    margin: 10px;
}
.busca-submit:hover{
	background-color:#d40202;
	color:#fff;
}
.busca-descricao{
	margin: 10px;
}
#busca{
	float: right;
	margin-right: 30px;
}
@media (max-width: 600px){
	.busca-input{
		display:block;
		margin:10px auto;
	}
	.busca-submit{
		display:block;
		margin:10px auto;
	}
	.busca-descricao{
		text-align: center;
		margin: 0 auto;
		display: block;	
	}
	
}
@media (max-width: 900px){
	#busca{
		display: table;
		margin: 10px auto;
		float: none;
	}
}
span.busca_titulo{
	font-size: 14px;
	font-weight: bold;
	color: #4267b2;
}
span.busca_descricao{
	font-size: 13px;
	color: #333333;
}
span.busca_informacao{
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	font-size: 8pt;
	color: #999999;
}
span.busca_aviso{
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	font-size: 14px;
	color: #CC0000;
}
a:active.busca_titulo{
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	color: #4267b2;
	font-family: Tahoma;
}
a:link.busca_titulo{
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #900000;
}
a:visited.busca_titulo{
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #900000;
}
a:hover.busca_titulo{
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
}
/* ------- FORMULÁRIOS DE CONTATO ------- */
.form_div{
	/*páginas de confirmação*/
	text-align: center;
}
#form-div{
	max-width: 500px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 5px;
}
.form_table{
	margin:0 auto;
	padding:10px;
}
@media (max-width: 500px){
	#form-div{
		max-width: 100%;
	}
}
#form, #conversion-form{
	font-family: 'Poppins', 'Open Sans', sans-serif;
	font-size: 10pt;
	color: #333;
	text-align: left;
	display: table;
}
#form hr, #conversion-form hr{
	width: 100%;
	margin: 0px;
	border-top: 1px solid #F7C1C7;
	border-bottom: 1px solid #fff;
}
#form .titulo, #conversion-form .titulo{
	font-weight: bold;
	color: #b64550;
	margin: 10px 20px;
	font-size: 16px;
}
#form .subtitulo, #conversion-form .subtitulo{
	color: #666;
	margin: 5px 10px;
	font-size: 1em;
	text-align: center;
	font-size: 12px;
}
#form .resumo, #conversion-form .resumo{
	color: #000;
}
#form label, #conversion-form label{
	font-weight: normal;
	margin: 5px 0px 5px 5px;
	display: inline-flex;
	height: 35px;
	flex-direction: row;
	align-content: stretch;
	align-items: center;
	width: auto;
	cursor: pointer;	
}
#form input, #conversion-form input{
	width: 95%;
	margin: 5px;
	border-radius: 3px;
	background-color: #FFFFFF;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border: 1px solid #ccc;
	height: 35px;
	padding: 8px 8px 8px 40px;
}
#conversion-form input[type=radio]{
	width: auto;
	margin: 5px;
	border-radius: 3px;
	background-color: #FFFFFF;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border: 1px solid #ccc;
	height: 17px;
	padding: 8px 8px 8px 40px;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}
#FormServicos{
	display: table;
	float: left;
	margin: 0 0 0 15px;
}
#FormServicos p{
	margin: 5px;
}
@media (max-width: 400px){
	#form input, #conversion-form input{
		max-width: 95%;
	}
}
#form input[type=text]{
}
#form input[type=submit], #conversion-form input[type=submit]{
	font: 18px/35px 'Questrial', sans-serif;
	color: #333;
	background-color: #ededed;
	width: auto;
	height: auto;
	border: 1px #b9b9b9 solid;
	padding: 0px 20px 0px 20px;
	cursor: pointer;
	border-radius: 3px;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	text-shadow: 1px 1px 0px #ffffff;
	float: right;
	margin: 5px 20px 5px 15px;
}
#form input[type=submit]:hover, #conversion-form input[type=submit]:hover{
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color: #dfdfdf;
}
#form input[type=submit]:active, #conversion-form input[type=submit]:active{
	position: relative;
	top: 1px;
}
#form input[type=checkbox], #conversion-form input[type=checkbox]{
	background-color: #f0f0f0;
	width: auto;
	float: left;
	margin: 0px 10px 5px 20px;
}
#form #nome, #form #username, #conversion-form #nome, #conversion-form #username{
	background-image: url('../imagens/webparts/forms/nome.png'), url('../imagens/webparts/forms/fundo_input.gif');
	background-size: 15px 15px, 35px 50px;
	background-position: 10px 10px, 0 0;
	background-repeat: no-repeat, no-repeat;
}
#form #email, #conversion-form #email{
	background-image: url('../imagens/webparts/forms/email.png'), url('../imagens/webparts/forms/fundo_input.gif');
	background-size: 15px 15px, 35px 50px;
	background-position: 10px 10px, 0 0;
	background-repeat: no-repeat, no-repeat;
}
#form #password, #conversion-form #password{
	background-image: url('../imagens/webparts/forms/senha.png'), url('../imagens/webparts/forms/fundo_input.gif');
	background-size: 15px 15px, 35px 50px;
	background-position: 10px 10px, 0 0;
	background-repeat: no-repeat, no-repeat;
}
#form #cidade, #conversion-form #cidade{
	background-image: url('../imagens/webparts/forms/cidade.png'), url('../imagens/webparts/forms/fundo_input.gif');
	background-size: 15px 15px, 35px 50px;
	background-position: 10px 10px, 0 0;
	background-repeat: no-repeat, no-repeat;
	max-width: 95%;
}
@media (max-width: 400px){
	#form #cidade, #form textarea, #conversion-form #cidade, #conversion-form textarea{
		max-width: 95%;
	}
}
#form #mensagem, #conversion-form #mensagem{
	background-image: url('../imagens/webparts/forms/mensagem.png'), url('../imagens/webparts/forms/fundo_input.gif');
	background-size: 15px 15px, 35px 200px;
	background-position: 10px 10px, 0 0;
	background-repeat: no-repeat, no-repeat;
}
#form #telefone, #conversion-form #telefone{
	background-image: url('../imagens/webparts/forms/telefone.png'), url('../imagens/webparts/forms/fundo_input.gif');
	background-size: 15px 15px, 35px 50px;
	background-position: 10px 10px, 0 0;
	background-repeat: no-repeat, no-repeat;
}
#form #empresa, #conversion-form #empresa{
	background-image: url('../imagens/webparts/forms/empresa.png'), url('../imagens/webparts/forms/fundo_input.gif');
	background-size: 15px 15px, 35px 50px;
	background-position: 10px 10px, 0 0;
	background-repeat: no-repeat, no-repeat;
}
#form #cnpj, #conversion-form #cnpj{
	background-image: url('../imagens/webparts/forms/cnpj.png'), url('../imagens/webparts/forms/fundo_input.gif');
	background-size: 15px 15px, 35px 50px;
	background-position: 10px 10px, 0 0;
	background-repeat: no-repeat, no-repeat;
}
#form #arquivo, #conversion-form #arquivo{
	background-image: url('../imagens/webparts/forms/arquivo.png'), url('../imagens/webparts/forms/fundo_input.gif');
	background-size: 15px 15px, 35px 50px;
	background-position: 10px 10px, 0 0;
	background-repeat: no-repeat, no-repeat;
}
#form .desativado, #conversion-form .desativado{
	border-radius: 4px;
	border-right: #E5E5E5 1px solid;
	border-bottom: #E5E5E5 1px solid;
	border: 1px solid #E5E5E5;
	color: #808080;
	height: 25px;
}
#form textarea, #conversion-form textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-radius: 4px;
	border: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 95%;
	height: 115px;
	padding: 8px 8px 8px 40px;
	margin: 5px;
}
#form select, #conversion-form select{
	border-radius: 5px;
	border-right: #ccc 0px solid;
	border-bottom: #ccc 0px solid;
	border: 1px solid #ccc;
	height: 30px;
	padding: 5px 8px;
	margin: 5px;
	color: #333;
}
#form select option:disabled, #conversion-form select option:disabled{
	color: #666;
}
#contador-textarea{
	color: #cc0000;
	font-size: 9px;
	margin: 10px 30px;
}
#contador-textarea::before{
	content: "(";
}
#contador-textarea::after{
	content: ")";
}
#form input:disabled {
	color: #ababab !important;
	cursor: no-drop !important;
}
#progressBar {	
	width: 90%;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	margin: 5px 10px 5px 15px;
	padding: 1px;
	border-radius: 20px;
}
#progressBar div {
	width: 0;
	height: 15px;
	background-color: #9ae097;
	text-align: center;
	line-height: 16px;
	color: white;
	border-radius: 20px;
}
#fileInput{
	display: flex;
	align-items: center;
	text-align: center;
	width: 93%;
}
#fileInput input{
	padding: 10px;
}
.cadastrar-form {
	width: 100%;
	align-content: space-around;
}
#politica {
	margin: 2px 10px 5px 20px !important;
}
.labelPolitica{
	cursor:pointer;
}
.labelEnviar{
	display:flex !important;
	width: 100% !important;
	justify-content: center !important;
}	
#enviarStatus{
	display:none;
	font-size: 25px;
}
.linkPolitica{
	color:#1140ab;
	font-weight:bold;
	font-size: 14px;
	margin: 5px;	
}
/* ------- FORMULÁRIO MINI ------- */
#form_mini {
	width: 95%;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: bold;
	margin: 10px 0;
	display: table;
	box-sizing: border-box;
	text-align: center;
}
.form_mini_input, .form_mini_textarea {
	width: 98%;
	min-width: 200px;
	background-color: #fff;
	border: 1px solid #3f3f3f;
	border-radius: 3px;
	margin: 3px 0 3px 8px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #333;
	padding-left: 10px;
	font-weight: normal;
	height: 28px;
}
.form_mini_textarea {
	height: 60px;
}
.form_mini_submit {
	font: 16px/23px 'Questrial', sans-serif;
	width: 95px;
	float: right;
	margin: 7px 0 0 5px;
	display: inline-block;
	padding: 4px 20px;
	cursor: pointer;
	border-radius: 25px;
	color: #fff;
	background-color: #d4aa00;
	text-decoration: none;
	transition: background-color 1.5s ease;
}
.form_mini_submit:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dddddd), color-stop(1, #f6f6f6));
	color: #305729;
}
.form_mini_submit:active, .form_mini_submit:focus {
	border: 0;
}
/* Placeholder unificado */
.form_mini_input::placeholder, .form_mini_textarea::placeholder {
	color: #c0c0c0;
	font: 14px 'Open Sans', sans-serif;
	font-weight: normal;
}
/* Fallbacks para navegadores antigos */
.form_mini_input:-moz-placeholder,
.form_mini_textarea:-moz-placeholder,
.form_mini_input::-moz-placeholder,
.form_mini_textarea::-moz-placeholder,
.form_mini_input:-ms-input-placeholder,
.form_mini_textarea:-ms-input-placeholder {
	color: #c0c0c0;
	font: 14px 'Open Sans', sans-serif;
	font-weight: normal;
}
.form_mini_erro {
	color: red;
	font-size: 16pt;
}
.form_mini_ok {
	font-size: 10pt;
	margin-left: 30px;
}
#form_mini p {
	font-size: 15px;
	color: #fff;
	font-weight: normal;
}
#form_mini hr {
	margin: 0;
	width: 100%;
}
/* ------------------------------ FANCYBOX ----------------------*/
.box-fancybox .box-foto{
	clip-path: inset(10px);
}
.box-fancybox-view{
	border: 0px solid aqua;
}
/* ------- Easy Tooltip ------- */
#easyTooltipBlue, #easyTooltip, a.capitulo, a.eventos, a.link_fundadores{
	font-family: 'Poppins', 'Open Sans', sans-serif;
	font-size: 12px;
	color: #fff;
}
#easyTooltipBlue{
	/*background:#900000 url("../../includes/scripts/easytooltip/bg.gif") repeat-x;*/
	width: 200px;
	padding: 5px 10px;
	border: 1px solid #195fa4;
}
#easyTooltip{
	width: 200px;
	padding: 5px 10px;
	border: 0px solid #fff;
	background: #990700;
	border-radius: 7px;
	font-weight: normal;
}
#IframeForm{
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	max-width: 510px;
	height: 650px;
	width: 100% !Important;
	min-width: 100% !Important;
}
@media (min-width: 865px){
	#IframeForm{
		min-width: 100% !Important;
	}
}
/*--------- FOTORAMA ----------*/
#fotorama {
	margin: 0 auto;
	width: 100%; /*max-width:1200px;*/ /*border: 10px solid #fff;*/;
	box-sizing: border-box;
	background-color: #21293c;
	border-bottom: 0px;
}	
.fotorama{
	width: 100%;
	min-height: 300px;
}
.fotorama__nav--dots .fotorama__nav__frame {
	height: 20px !important;
}
.fotorama__dot {
	top: 8px !important;
}
.artigos img {
	width: 100% !important;
	max-width: 250px !important;
}
@media screen and (max-width: 900px){
	.fotorama__stage {
	}
}
.fotorama {
	margin: 5px 20px 10px 20px !important;
	/*float:none !important;*/
}
@media screen and (max-width: 500px){
	.fotorama{
		width:100% !important;
		margin: 5px auto!important;
	}	
}
.fotorama-artigos {
	position: relative;
	width: 100%;
}
.fotorama-img {
	float: left;
	margin: 0 30px 10px 20px;
}
@media screen and (max-width: 900px){
	.fotorama-img {
		float: none;
		margin: 5px;
	}
	.artigos img {
		max-width: 20% !important;
		margin: 0 5px;
	}
}
#DivFotorama {
	clear: both;
	width:100%; 
	float:right;
	margin: 0px 20px;
	box-sizing: content-box;
	display: flex;
	position: relative;
	border: 0px solid #fff;
	max-width: 600px;
	/*box-shadow: #cccaca 3px 4px 16px 0px;*/
}
#DivFotoramaHome{	
	position: relative;
	display: block;
	box-sizing: content-box;
	clear: both;
	width:100%; 
	margin: 0px auto;
	border: 0px solid #fff;
	max-width: 100vw;
}
#DivFotoramaHome .fotorama{
	margin:0;
}
#DivFotoramaHome .info{
	margin:20px;
}
@media screen and (max-width: 900px){
	#DivFotorama {
		width: 90%; 
		float:none !important;
		margin:0 auto
	}	
}
#DivFotorama h3 {
	font-size: 1.3em;
}
#DivFotorama2 {
	clear: both;
	width: 100%;
	max-width: 400px;
	margin: 10px auto;
	box-sizing: content-box;
	display: table;
	table-layout: fixed;
	position: relative;
	float: right;
	margin: 0 20px;
}
@media (max-width: 760px){
	#DivFotorama2 {
		float: none;
		max-width: 100%;
		margin: 10px auto;
	}
}
/* ------- FOTORAMA ------- */
.fotorama_html {
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	background-color: greenyellow;
}
.fotorama_texto {
	font-size: 100px;
	cursor: auto;
}
/* para alinhamento do fotorama_html usar exemplo abaixo:*/
.Aligner {
}
.Aligner-item {
	max-width: 50%;
}
.Aligner-item--top {
}
.Aligner-item--bottom {
}
.fotorama__stage{
	min-height: 340px !important;
}

/* ------- FORMULÁRIO DE CONTATO ------- */
.form_div {
	/*páginas de confirmação*/
	text-align: center;
}
#form-div {
	/*max-width: 500px;*/
	margin: 0 auto;
	background-color: #fcfcfc;
	border-radius: 20px;
	/*background:url('../imagens/webparts/forms/fundo_topo.gif') repeat-x center top;*/
	/*border-radius:4px;
	border: 1px solid #F7C1C7;
	background-color: rgb(254, 255, 230);
	background: linear-gradient(0deg, white 91%, rgb(250, 241, 220) 90%);*/
}
@media (max-width: 500px){
	#form-div {
		max-width: 100%;
	}
}
#form, #conversion-form {
	font-family: 'Poppins', sans-serif;
	font-size: 10pt;
	color: #333;
	text-align: left;
	display: table;
}
#form hr, #conversion-form hr {
	width: 100%;
	margin: 0px;
	border-top: 1px solid #F7C1C7;
	border-bottom: 1px solid #fff;
}
#form .titulo, #conversion-form .titulo {
	font-weight: bold;
	color: #b64550;
	margin: 10px 10px;
	font-size: 16px;
}
#form .subtitulo, #conversion-form .subtitulo {
	color: #666;
	margin: 5px 10px;
	font-size: 1em;
	text-align: center;
	font-size: 12px;
}
#form .resumo, #conversion-form .resumo {
	color: #000;
}
#form label, #conversion-form label {
	font-weight: normal;
	margin: 5px 0px 5px 5px;
}
#form input, #conversion-form input {
	width: 83%;
	margin: 5px 10px 5px 15px;
	border-radius: 3px;
	background-color: #FFFFFF;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border: 1px solid #ccc;
	height: 17px;
	padding: 8px 8px 8px 40px;
}
#conversion-form input[type=radio] {
	width: auto;
	margin: 5px 10px 5px 15px;
	border-radius: 3px;
	background-color: #FFFFFF;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border: 1px solid #ccc;
	height: 17px;
	padding: 8px 8px 8px 40px;
}
#FormServicos {
	display: table;
	float: left;
	margin: 0 0 0 15px;
}
#FormServicos p {
	margin: 5px;
}
@media (max-width: 400px){
	#form input, #conversion-form input {
		max-width: 70%;
	}
}
#form input[type=text] {
}
#form input[type=submit], #conversion-form input[type=submit] {
	font: 18px/35px 'Poppins', sans-serif;
	color: #333;
	background-color: #ededed;
	width: auto;
	height: auto;
	border: 1px #b9b9b9 solid;
	padding: 0px 20px 0px 20px;
	cursor: pointer;
	border-radius: 3px;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) ); /* display: inline-block; */;
	text-shadow: 1px 1px 0px #ffffff; /* box-shadow: 2px 2px 2px #AFAEAE; */;
	float: right;
	margin: 0px 20px 10px 15px;
}
#form input[type=submit]:hover, #conversion-form input[type=submit]:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color: #dfdfdf;
}
#form input[type=submit]:active, #conversion-form input[type=submit]:active {
	position: relative;
	top: 1px;
}
#form input[type=checkbox], #conversion-form input[type=checkbox] {
	background-color: #f0f0f0;
	width: auto;
	float: left;
	margin: 0px 10px 5px 20px;
}
#form #nome, #form #username, #conversion-form #nome, #conversion-form #username {
	background-image: url('../../imagens/webparts/forms/nome.png'), url('../../imagens/webparts/forms/fundo_input.gif');
	background-size: 15px 15px, 35px 50px;
	background-position: 10px 10px, 0 0;
	background-repeat: no-repeat, no-repeat;
}
#form #email, #conversion-form #email, #form #email2, #conversion-form #email2 {
	background-image: url('../../imagens/webparts/forms/email.png'), url('../../imagens/webparts/forms/fundo_input.gif');
	background-size: 15px 15px, 35px 50px;
	background-position: 10px 10px, 0 0;
	background-repeat: no-repeat, no-repeat;
}
#form #password, #conversion-form #password {
	background-image: url('../../imagens/webparts/forms/senha.png'), url('../../imagens/webparts/forms/fundo_input.gif');
	background-size: 15px 15px, 35px 50px;
	background-position: 10px 10px, 0 0;
	background-repeat: no-repeat, no-repeat;
}
#form #cidade, #conversion-form #cidade {
	background-image: url('../../imagens/webparts/forms/cidade.png'), url('../../imagens/webparts/forms/fundo_input.gif');
	background-size: 15px 15px, 35px 50px;
	background-position: 10px 10px, 0 0;
	background-repeat: no-repeat, no-repeat;
	max-width: 63%;
}
@media (max-width: 400px){
	#form #cidade, #form textarea, #conversion-form #cidade, #conversion-form textarea {
		max-width: 70%;
	}
}
#form #mensagem, #conversion-form #mensagem {
	background-image: url('../../imagens/webparts/forms/mensagem.png'), url('../../imagens/webparts/forms/fundo_input.gif');
	background-size: 15px 15px, 35px 200px;
	background-position: 10px 10px, 0 0;
	background-repeat: no-repeat, no-repeat;
}
#form #telefone, #conversion-form #telefone {
	background-image: url('../../imagens/webparts/forms/telefone.png'), url('../../imagens/webparts/forms/fundo_input.gif');
	background-size: 15px 15px, 35px 50px;
	background-position: 10px 10px, 0 0;
	background-repeat: no-repeat, no-repeat;
}
#form #empresa, #conversion-form #empresa {
	background-image: url('../../imagens/webparts/forms/empresa.png'), url('../../imagens/webparts/forms/fundo_input.gif');
	background-size: 15px 15px, 35px 50px;
	background-position: 10px 10px, 0 0;
	background-repeat: no-repeat, no-repeat;
}
#form #cnpj, #conversion-form #cnpj {
	background-image: url('../../imagens/webparts/forms/cnpj.png'), url('../../imagens/webparts/forms/fundo_input.gif');
	background-size: 15px 15px, 35px 50px;
	background-position: 10px 10px, 0 0;
	background-repeat: no-repeat, no-repeat;
}
#form #arquivo, #conversion-form #arquivo {
	background-image: url('../../imagens/webparts/forms/arquivo.png'), url('../../imagens/webparts/forms/fundo_input.gif');
	background-size: 15px 15px, 35px 50px;
	background-position: 10px 10px, 0 0;
	background-repeat: no-repeat, no-repeat;
}
#form .desativado, #conversion-form .desativado {
	border-radius: 4px;
	border-right: #E5E5E5 1px solid;
	border-bottom: #E5E5E5 1px solid;
	border: 1px solid #E5E5E5;
	color: #808080;
	height: 25px;
}
#form textarea, #conversion-form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-radius: 4px;
	border: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 83%;
	height: 115px;
	padding: 8px 8px 8px 40px;
	margin: 5px 10px 5px 15px;
}
#form select, #conversion-form select {
	border-radius: 5px;
	border-right: #ccc 0px solid;
	border-bottom: #ccc 0px solid;
	border: 1px solid #ccc;
	height: 30px;
	padding: 5px 8px;
	margin: 5px 10px 5px 15px;
	color: #333;
}
#form select option:disabled, #conversion-form select option:disabled {
	color: #666;
}
#contador-textarea {
	color: #cc0000;
	font-size: 9px;
	margin: 10px 30px;
}
#contador-textarea::before {
	content: "(";
}
#contador-textarea::after {
	content: ")";
}
/* ------- FORMULÁRIO MINI ------- */
#form_mini {
	width: 95%;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-weight: bold;
	margin: 10px 0;
	display: table;
	text-align: left;
	box-sizing: border-box;
	text-align: left;
}
.form_mini_input, .form_mini_textarea {
	/* width: 100%; */
	min-width: 200px;
	background-color: #ffffff;
	border: 0px #400101 solid;
	border-radius: 3px;
	height: 28px;
	margin: 3px 0;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding-left: 10px;
	font-weight: normal;
	margin-left: 8px;
	width: 95%;
}
.form_mini_textarea {
	height: 60px;
}
.form_mini_submit {
	font: 16px/23px 'Poppins', sans-serif;
	width: 95px;
	float: right;
	margin: 7px 20px 0 5px;
	display: inline-block;
	padding: 0px 10px;
	cursor: pointer;
	border-radius: 25px;
	padding: 4px 10px;
	color: #9d4c2c;
	background-color: #f5f2df;
   	text-decoration: none;
	transition: background-color 1.5s ease;
}
.form_mini_submit:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dddddd), color-stop(1, #f6f6f6));
	color: #305729;
	transition: background-color 1.5s ease;
}
.form_mini_submit:active, .form_mini_submit:focus {
	border: 0;
}
.form_mini_input::-webkit-input-placeholder, .form_mini_textarea::-webkit-textarea-placeholder {
	color: #999;
	font: 12px 'Poppins', sans-serif;
	font-weight: normal;
}
.form_mini_input:-moz-placeholder, .form_mini_textarea:-moz-placeholder {
	color: #c0c0c0;
	font: 16px 'Poppins', sans-serif;
	font-weight: bold;
}
.form_mini_input::-moz-placeholder, .form_mini_textarea:-moz-placeholder {
	color: #c0c0c0;
	font: 16px 'Poppins', sans-serif;
	font-weight: bold;
}
.form_mini_input:-ms-input-placeholder, .form_mini_textarea:-ms-input-placeholder {
	color: #c0c0c0;
	font: 16px 'Poppins', sans-serif;
	font-weight: bold;
}
.form_mini_erro {
	color: red;
	font-size: 16pt;
}
.form_mini_ok {
	font-size: 10pt;
	margin: 0 0 0 30px;
}
#form_mini p {
	font-size: 15px;
	color: #fff;
	font-weight: normal;
}
.botao, .botao-amarelo, .botao-azul, .botao-cinza, .botao-laranja, .botao-verde, .botao-vermelho{
	display:inline;
}