@charset "windows-1252";
/*@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500&subset=latin,latin-ext&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
	--container-width: 1400px;
	--font-base-size: 18px; /* Define o tamanho da fonte base, 1rem = 18px */
	--font-base-family: "Poppins","Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	--font-heading-weight: 600;
	--font-heading-line-height: 1.2;
	--font-primary: 'Poppins', Arial, Helvetica, sans-serif;
	--color-primary: #6b6b6b; 
	--color-secondary: #707070;
	--color-blue: #1e90ff;
	--color-gray: #62A08F;
	--color-gray-light: #f1f1f1;	
	--color-green: #62a08f;
	--color-white: #ffffff;
	--color-yellow: #ffcb05;
}
@font-face {
	font-family: 'Manrope';
	src: url('../bkp/novo2/css2/fonts/Manrope/Manrope-VariableFont_wght.ttf') format('truetype');
	font-weight: 100 900; /* eixo wght de 100 até 900 */
	font-style: normal;
}
@font-face  {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
/* ------- RESET REDBIT ------- */
*, *::before, *::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: 0;
}
html, body {
	width: 100%;
	height: 100%;
	/*line-height: 1.6;*		Manrope*/
	font-size: var(--font-base-size);
	scroll-behavior: smooth;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-family:var(--font-base-family);
	color: #555;
	margin:0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;	
}
header, #sliderbanner, main, #publicacoes, footer {
	width: 100%;
}
.fonte-amarela{
	color:var(--color-yellow);
}
/* ----------------------------- TIPOGRAFIA (30% MENOR) ----------------------------- */
address, li, td, th {
	margin: 0 20px 1em;
	font-family: var(--font-primary);
	line-height: 1.7;
	font-weight: 400;
	color: var(--color-secondary);
}
/* Links */
a {
	text-decoration: none;
	outline: none;
	font-weight: 500;
	color: #333;
	cursor: pointer;
}
a:hover, a:focus {
	color: #333333;
	text-decoration-color: #333333;
	/*text-decoration: none;*/
}
#main a{
    text-decoration-line: underline !important;
    text-decoration-style: dotted !important;
    text-decoration-color: #ccc !important;
    text-underline-offset: 3px;
    }
#main a:hover, #main a:focus {
	color: #333333;
	text-decoration-color: #333333 !important;
	/*text-decoration: none;*/
}
    
/* Código em linha */
code {
	font-family: 'Courier New', Courier, monospace;
	background-color: #f4f4f4;
	padding: 0.2em 0.4em;
	border-radius: 4px;
	font-size: 0.665em; /* 0.95em -> -30% */
	color: #c7254e;
}
/* Títulos (escala mais contida) */
h1, h2, h3, h4, h5, h6 {
	font-family:  "Inter", sans-serif;
	font-weight: 600;
	line-height: 1.3;
	margin: 20px 20px 0.3em;
	color: var(--color-primary);
}
/* Hierarquia de títulos revisada (equilíbrio visual) */
h1 {
	color: var(--color-green);
	font-family:Inter;
	font-size: clamp(1.12rem, 1vw + 0.8rem, 1.55rem);
	font-weight: 700;
}
h2 {
	color: var(--color-primary);
	font-family:inter;
	font-size: clamp(1rem, 0.8vw + 0.72rem, 1.1rem); 
	font-weight: 600;
}
h3 {
    	color: var(--color-green);
      font-family: inter;
    	font-size: clamp(0.88rem, 0.72vw + 0.64rem, 1rem);
    	font-weight: 500;
}
/* Subtítulos */
h4, h5, h6 {
	color: var(--color-secondary);
	font-weight: 500;
}
h4 { font-size: clamp(0.7rem, 0.56vw + 0.42rem, 0.84rem); } 
h5 { font-size: clamp(0.665rem, 0.42vw + 0.35rem, 0.735rem); }
h6 {
	font-size: clamp(0.63rem, 0.35vw + 0.28rem, 0.7rem);
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
mark {
	background-color: #fff59d;
	padding: 0 0.25em;
}
/* Texto corrido (parágrafos, endereços, células) */
p, address, td, th {
	font-family: var(--font-primary);
	color: var(--color-primary);
	font-size: clamp(0.83rem, 0.3vw + 0.8rem, 0.92rem);
	line-height: 1.7;
	margin: 0 20px 1em;
}
/* Código / pré-formatado */
pre{
	display: inline-block;
	font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
	font-size: 0.63rem; /* 0.9rem -> -30% */
	line-height: 1.5;
	color: #212529;
	background-color: #f8f9fa;
	padding: 5px;
	margin: 5px 20px 10px 20px;
	overflow: auto;
	white-space: pre;
	border: 1px solid #e9ecef;
	border-radius: .25rem;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
	text-wrap: auto;
}
/* ----------------------------- LISTAS ----------------------------- */
/* Margens tradicionais e leve recuo à esquerda */
ol, ul{
	margin: 0 0 1rem 1.5rem;
	padding: 0 20px;
}
/* Padrões */
ul{ list-style: disc; }
/* Itens de lista herdando a redução de tamanho */
li{
	font-family: var(--font-primary);
	color: var(--color-primary);
	font-weight: 400;
	line-height: 1.6;
	font-size: clamp(0.83rem, 0.3vw + 0.8rem, 0.92rem);
	margin-bottom: .4em;
}
li > *:last-child{ margin-bottom: 0; }
li ul, li ol{ margin-top: .5rem; margin-bottom: .5rem; }

/* Evitar resets conflitantes */
ul[role=list], ol[role=list]{ list-style: none; }

/* ---- Suporte a múltiplos formatos via atributo nativo "type" ---- */
/* Decimais */
o
.fonte-amarela{
	color:var(--color-yellow);
}
/* -------------------- HR Moderno -------------------- */
hr {
	border: none;                /* remove borda padrão */
	height: 1px;                 /* espessura fina e elegante */
	background-color: #cbcbcb;   /* cor solicitada */
	margin: 1em auto;            /* espaçamento vertical equilibrado */
	width: calc(100% - 40px);                  /* largura adaptável */
	border-radius: 2px;          /* bordas suavemente arredondadas */
	opacity: 0.85;               /* leve transparência para suavizar */
}

/* Efeito sutil ao usar temas escuros */
@media (prefers-color-scheme: dark) {
	hr {
		background-color: #666;   /* tom ligeiramente mais claro para contraste */
		opacity: 0.7;
	}
}

/* Variante decorativa opcional (classe auxiliar) */
hr.decorativo {
	height: 2px;
	width: 60%;
	background: linear-gradient(to right, transparent, #494949, transparent);
	opacity: 0.9;
}

/* ----------------------------- VEJA TAMBÉM------------------------------ */
.vejatambem {
	width:410px;
	margin:10px 20px;
	list-style-type:none;
	margin: 0;
	margin-left: 1em;
	padding: 0;
	counter-reset: li-counter;
}
.vejatambem li{
	position: relative;
	margin-bottom: 1.5em;
	padding: 0.5em;
	background-color: #cccdcf;
	padding-left: 58px;
}
.vejatambem a{
	text-decoration:none;
	color:#494949;
	font-size:15px;
	font-family: 'Raleway', sans-serif;
	width: 100%;
	display: inline-block;	
}
.vejatambem li:hover{
	box-shadow:inset -1em 0 var(--color-green);
	-webkit-transition: box-shadow 0.5s; /* For Safari 3.1 to 6.0 */
	transition: box-shadow 0.5s;
}
.vejatambem li:before {
	position: absolute;
	top: -0.1em;
	left: -0.6em;
	width: 1.3em;
	height: 1.2em;
	font-size: 1.5em;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	color: white;
	background-color:var(--color-green);
	transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	z-index: 99;
	overflow: hidden;
	content: counter(li-counter);
	counter-increment: li-counter;
}
/* ----------------------------- BOTÕES ------------------------------------ */
button, input, select, textarea {
	font: inherit;
	color: inherit;
	background: none;
	border: none;
	outline: none;
}
button {
	cursor: pointer;
}
/* ----------------------------- TABELAS ------------------------------------ */
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 1.5em 0;
}
th, td {
	border: 0px solid #ddd;
	padding: 0.75em;
	text-align: left;
}
th {
	background-color: #f4f4f4;
	font-weight: 600;
}
/* ----------------------------- MIDIAS RESPONSIVAS ------------------------------------ */
img, 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;
}
/* --------------- HEADER -----------------------------------------*/
header {
	display: flex;
	flex-direction: column;
	position: relative;
	/*background-color: var(--white);*/
}
@media (max-width: 900px){
	header {
		position:static;
	}
}
.header-absolute {
	position: absolute;
}	
.header-line {
	min-height: 30px;
	background-color: #00000026;
	z-index: 3;
	display:flex;
	flex-grow: 1;
}
.header-green {
	background-color: var(--color-green);
}
.header-line .main{
	background-color:gray;
}
#header {
	display: flex;
	flex-direction: column;	
	position: relative;
	z-index: 2;
	width:100%;
	/*min-height: 150px;*/
	/*box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);*/
}
.header-line-box{
	display: flex;
	justify-content: flex-end;
	gap: 2px;
	align-content: center;
	flex-wrap: wrap;
	flex-grow: 1;
}
@media (max-width: 900px){
	.header-line {
		text-align:center;
		background-color: #62a08f;
	}
	.header-line-box{
		justify-content: center;
	}	
}
/* --------------- HEADER TELEFONE e REDES SOCIAIS -------*/
#header-telefone{
	position: relative;
	z-index: 3;
	margin: 4px;
}
#header-telefone a{
	margin:0 5px;
	color: #ffffff;
}
#header-telefone a:hover{
	color:#62a08f;
}
#header-telefone .icon, #header-telefone .fa{
	margin:4px;
	color: #ffffff;
}
#header-telefone .icon:hover{
	color:#000;
}
#header-redes-sociais{
	z-index: 3;
	position: relative;
	margin: 0;
	display: block;
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;	
}
#header-redes-sociais .icon, #header-redes-sociais .fa  {
	color: #ffffff;
	font-size: 14pt;
	margin: 8px;
	cursor: pointer;
	display: inline-block;
}
@media(max-width:360px){
	#header-redes-sociais .icon, #header-redes-sociais .fa {
	margin: 8px;
	font-size: 12pt;
	}
}
#header-redes-sociais .icon:hover{
	color: #62a08f;
	-webkit-transform: rotate(360deg);
	-webkit-transition-duration: 0.5s;
}
/* --------------- HEADER BOX -------------------------------*/
.header-box{
	display:flex;
	flex-direction: row;
	align-items: center;;
	justify-content: space-between;
	height:120px;
}
.header-box-logo {
    position: relative;
    z-index: 2;
}
@media (max-width: 650px){
	.header-box-logo{
		margin:20px 10px 0;
	}	
}
.header-logo-img{
	max-width: 230px;
	padding: 8px 16px;
	margin: 5px auto;
}
@media (max-width: 900px){
	.header-box{
		flex-direction: column;
		align-items: stretch;
	}	
}
/* --------------------------------- NAV -------------------------------*/
nav{
	
}
#nav{
	min-height:45px;
}
@media (max-width: 900px){
	#nav{
		background-color: #f6f6f6;
	}	
}
/* --------------- SLIDER -------------------------------*/
#rbSliderbanner {
	position: relative;
	background-color: #dddddd;
}
#publicacoes {
	background-color: #dfdfdf;
}
#publicacoes h2{
	font-size: 25px;
	padding: 20px 10px 5px 0;
	color: #474747;
	margin:0;
}
#publicacoes h3{
	font-size: 19px;
	padding: 0;
	color: #474747;
	margin:0;
}
#publicacoes p{
	font-size: 16px;
	padding: 5px 10px 20px 0;
	color: #474747;
	margin:0;
}
.container-box {
	width: 100%;
	height: auto;
	max-width: var(--container-width);
	margin: 0 auto;
	padding: 0;
	opacity: 1;
}
/* --------------- BREADCRUMBS -------------------------------*/
#rbBreadcrumb{
	margin:0px;
	background-color:#cbcdce;
	/*min-height: 150px; var(--color-green) */
	height: auto;
	border: 1px solid #ebebeb;
}
.breadcrumb-box{
	padding: 0 20px;
}
.breadcrumb-texto{
	color: #cfcfcf;
	font-size: 12px;	
}
/* ----- ARROWS ----- */
.rb-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid #cccccc;
	border-radius: 50%;
	cursor: pointer;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 10;
}
.rb-arrow-left { left: 8px; }
.rb-arrow-right { right: 8px; }

.rb-arrow.disabled {
	opacity: 0.3;
	pointer-events: none;
}
/* ===== BASE PARA < 1400px (scroll e setas) ===== */
@media (max-width: 1399px) {
	.scroll-wrapper {
		overflow-x: auto;
		scroll-behavior: smooth;
		scroll-snap-type: x mandatory;
	}
	.rbBreadcrumbs2-box {
		scroll-snap-align: center;
	}
	.rb-arrow {
		display: flex;
	}
}
/* ===== DESKTOP >= 1400px (8 boxes, sem scroll) ===== */
@media (min-width: 1400px) {
	.scroll-wrapper {
		overflow: hidden;
		border-bottom: 1px solid #f1f1f1;
	}
	.rbBreadcrumbs2-flex {
		width: 100%;
		justify-content: space-between;
	}
	.rbBreadcrumbs2-box {
		flex: 0 0 calc(100% / 5);
	}
	.rb-arrow {
		display: none;
	}
}
/* ===== 1200px a 1399px (6 boxes) ===== */
@media (max-width: 1399px) and (min-width: 1200px) {
	.scroll-wrapper {
		scroll-padding-left: 50%;
	}
	.rbBreadcrumbs2-box {
		flex: 0 0 calc(100% / 5);
		min-width: calc(100% / 5);
	}
}
/* ===== 1000px a 1199px (5 boxes) ===== */
@media (max-width: 1199px) and (min-width: 1000px) {
	.rbBreadcrumbs2-box {
		flex: 0 0 calc(100% / 5);
		min-width: calc(100% / 5);
	}
}
/* ===== 800px a 999px (4 boxes) ===== */
@media (max-width: 999px) and (min-width: 800px) {
	.rbBreadcrumbs2-box {
		flex: 0 0 calc(100% / 4);
		min-width: calc(100% / 4);
	}
}
/* ===== 600px a 799px (3 boxes) ===== */
@media (max-width: 799px) and (min-width: 600px) {
	.rbBreadcrumbs2-box {
		flex: 0 0 calc(100% / 3);
		min-width: calc(100% / 3);
	}
}
/* ===== 400px a 599px (2 boxes, snap pela esquerda) ===== */
@media (max-width: 599px) and (min-width: 400px) {
	.rbBreadcrumbs2-box {
		flex: 0 0 calc(100% / 2);
		min-width: calc(100% / 2);
		scroll-snap-align: start;
	}
}
/* ===== < 400px (2 boxes, snap pela esquerda) ===== */
@media (max-width: 399px) {
	.rbBreadcrumbs2-box {
		flex: 0 0 calc(100% / 2);
		min-width: calc(100% / 2);
		scroll-snap-align: start;
	}
}
/* ================= < 390px (1 BOX) ========================================== */
@media (max-width: 389px) {
	.scroll-wrapper {
		overflow-x: auto;
		scroll-behavior: smooth;
		scroll-snap-type: x mandatory;
	}

	.rbBreadcrumbs2-box {
		flex: 0 0 100%;
		min-width: 100%;
		scroll-snap-align: center; /* ou start */
	}
}
/* --------------- BREADCRUMBS -------------------------------*/
#rbBreadcrumb{
	margin:0px;
	background-color: #62A08F;
	height: auto;
	background-position-x: center;	
}
.breadcrumb-box{
	padding: 10px 20px;
}
.breadcrumb-box span{
	color: #ffffff;
	font-size: 16px;	
}
/* --------------- MAIN -------------------------------*/
main {
	flex: 1 0 auto;
}
#main{
	padding:20px 10px;
}
.main-flex{
	display:flex;
	align-items: center;
	min-height: 300px;
}
.main-box{
	width:100%;		
}
/*------Nossas Especialidades ------*/
#nossas-especialidades{
    background-color: #62A08F;
}
.nossa-especialidades-box {
	display: flex;
	width: 20%;
	flex-direction: column;
	align-items: center;
	
	opacity: 0;
	animation: surgir linear forwards;
	animation-timeline: view();
	animation-range: entry 0% cover 30%;
}
@keyframes surgir {
    from {
        opacity: 0;
        transform: translateY(120px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}@media(max-width:900px){
	.nossa-especialidades-box {
		width: 40%;
	}
}
.nossas-especialidades-flex{
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
}
.nossas-especialidades-flex h2 {
    color: white;
    font-size: 28px;
}
.nossas-especialidades-base h3 {
    text-align: center;
    width: 100%;
}
.nossas-especialidades-grid{
	display:flex;
	align-items:center;
	justify-content: center;
	padding-top: 10px;
}
.nossas-especialidades-grupo{
	gap: 20px;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
@media(max-width:900px){
	.nossas-especialidades-grupo{
		gap: 20px;
		flex-direction: row;
		justify-content: center;
	}
}
.nossas-especialidades-base{
	padding: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
/*------ Nossas Equipe ------*/
#nossa-equipe{
	padding-bottom:20px;
}
.nossa-equipe-box h2 {
    color:#62A08F;
    font-size: 28px;
}
.nossa-equipe-box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
}  
@media(max-width:900px){
	.nossa-especialidades-box {
		width: 40%;
	}
}

.nossa-equipe-texto {
    position: absolute;
}
.nossa-equipe-texto h3{
	margin: 10px 20px;
}
@media(max-width:360px){
	.nossa-equipe-texto h3{
		margin: 6px 20px;
	}
}
.nossa-equipe-texto p{
	font-size: clamp(0.83rem, 0.3vw + 0.8rem, 0.8rem);
	text-align: left;
	color:#ffffff;
	margin: 6px 20px;
}
@media(max-width:360px){
	.nossa-equipe-texto p{
		margin: 0px 20px;
	}
}
.card-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 20px 10px;
    max-width: 320px;
	opacity: 0;
	animation: surgir linear forwards;
	animation-timeline: view();
	animation-range: entry 0% cover 50%;
}
@keyframes surgir {
    from {
        opacity: 0;
        transform: translateY(400px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.nossos-exames-e-servicos-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}
.card-container {
    position: relative;
     width: clamp(260px, 90vw, 320px);
    min-height: 400px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    font-family: sans-serif;
}
.card-titulo {
    font-size: 16px;
    color: #444;
    text-align: center;
    font-weight: 600;
    margin: 0;
}
.card-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 20px 10px;
    max-width: 320px;
}
.card-box h2{
	color: #62A08F;
	font-size: 28px;
}
.card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: transform 0.4s ease-in-out;
    border-radius: 12px;
}
.card.normal {
	z-index: 1;
	transform: translateY(0%);
}
.card-container:hover .card.normal {
    transform: translateY(-100%);
    transition: transform 0.4s ease-in-out;

}
.normal {
    /*background-color: #62a08f;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.card .normal img{
	height:none;
}
.card-nome{
	width: 100%;
	background-color: #62a08f;
	position:absolute;
	z-index:2;
}
.card-nome h3 {
	margin:0px;
	padding: 8px;
}
.card.hover {
	z-index: 2;
	transform: translateY(100%);
}
.card-container:hover .card.hover {
    transform: translateY(0);
    transition: transform 0.4s ease-in-out;
}
.card-link {
    border: solid 1px #434e6a;
    background-color: #fff;
    border-radius: 8px;
    margin: 20px 10px;
    color: #434e6a;
    padding: 5px 15px 3px;
    text-decoration: none;
}
.card-titulo{
    font-size: 16px;
    color: #444;
    text-align: center;
    font-weight: 600;
    margin: 0;
}
.nossa-equipe-group-cards {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 0px;
    min-height: 400px;
    flex-wrap: wrap;
}
@media(max-width:900px){
	.nossa-equipe-group-cards {	
	 	min-height: none;
	} 
}
/* ------------------ ASIDE -------------------------------*/
aside{
	
}
#aside{
	position:relative;
}
.aside-box{
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;	
}
.aside-box p{
	text-align:justify;
}
@media (max-width: 900px){
	.main-flex{
		flex-direction: column;
	}
	.main-box{
		order: 1;
		width:100%;	
	}
	.aside-box{
		order: 2;
		text-align: center;
		width:100%;
	}
	}
/* ------- Publicações  ------- */
#Publicacoes{
	margin: 10px 20px;
	display: flex;
	flex-direction: column;
	max-width: 1300px;
	margin: 10px auto;
}
#Publicacoes ul{
	display:block;
	margin:0 auto;
	display: flex;
	justify-content: space-around;
	max-width: 1200px;
	flex-wrap: wrap;
	gap: 5px;
}
#Publicacoes li{
	display: flex;
	position:relative;
	min-height: 322px;
	flex-direction: column;
	margin: 10px auto;
	overflow: hidden;
	width: 280px;
	align-content: center;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 1200px;
	background: #f5f5f5;
	color: #5d5d5d;
	padding: 5px;
	border-radius: 10px;
	border: 1px solid #dddddd;	
}
#Publicacoes p{
	margin: 10px 10px;
	color: #5d5d5d;
	font-size: 14px;
	font-weight: 400;
	}
#Publicacoes h3{
	color: #5d5d5d;
	margin: 10px 10px 10px 10px;
	font-size: 15px;
	font-weight: 500;
	font-family:var(--font-base-family);
}
#Publicacoes .pub_textos {
	min-height: 150px;
	min-width: auto;
}
#Publicacoes .pub_textos a {
	color:#D71E26;
}
#Publicacoes .pub_textos a:hover, #Publicacoes .pub_textos h3:hover, #Publicacoes .pub_textos p:hover  {
	color:#333333;
}
#Publicacoes .info{
	font-size: 12px;
	display: flex;
	margin: 0;
	justify-content: center;
}
#Publicacoes .info2{
	font-family: verdana !important;
	font-size: 10.5px;
	padding: 2px 5px 2px 2px;
	border-radius: 3px;
	background-color: #888888;
	border: solid 1px #F1F1F1;
	cursor: help;
	height: 25px;
	display: inline-block;
	margin:10px 2px 2px;
	color: #ffffff;
}
#Publicacoes .info2 .icon{
	margin:0 5px 0 3px;
	font-size: 10px;
}
#Publicacoes .info2:hover .icon, #Publicacoes .info2:hover{
	color: #fff !important;
	background-color: #5d5d5d !important;
	border: 1px solid rgba(255, 255, 255, 0) !important;
}
#Publicacoes .pic {
	width: 100%;
	height:auto;
	max-height: 300px;
	overflow: hidden;
	float:left;
	-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: 5px;
}  

@media (max-width: 620px){
	#Publicacoes .pic {
		max-width: 100%;
		max-height: 100%;
	}
}		
/*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: 100%;
	height:auto;
	margin: 0;
	scale: 1.2;
}
#Publicacoes img{
	/*width:200px; grow*/
	min-height: auto;
}
#Publicacoes hr{
	margin:5px 0 15px 0;
}
#Publicacoes .icon-zoom-in:hover{
	color: #AF2027;
	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 {
	min-height: auto;
	background-color: #62a08f;
}
.footer {
	display: flex;
	flex-direction: row;
	/*background-color:#494949;*/
	justify-content: space-between;
}
.footer .icon{
	color: #ffffff;
	margin: 5px 10px 5px 5px;
}
.footer p{
	color:#fff;
}
.footer_col1, .footer_col2, .footer_col3{
	width:	40%;
	padding: 20px;
}
.footer_col3{
	width:35%;
}
.footer .titulo{
	/*color:var(--color-green);*/
	margin:5px 20px;
}
.footer_col2{
	width:	25%;
	text-align:center;
	display: flex;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.footer_col2 img{
	max-width:200px;
	height:auto;
}
.footer hr{
	border: 2px solid #ffffff;
	margin: 0 20px;
}
.footer-line {
	min-height: 25px;
	background-color: #ffffff;
	margin:0;
}
.footer-line-box{
	display:flex;
	justify-content: space-around;
	align-items: center;
}
@media(max-width:900px){
	.footer-line-box{
		flex-direction:column;
	}	
}
.footer-line-box p{
	font-size:13px;
	color:#000;
	margin: 3px 10px 2px;
}
.footer-redes-sociais{
	text-align:center;
	margin: 20px;
}
.footer-redes-sociais a{
	font-size:23px;
}
.footer-selos{
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	margin: 40px 0;
	flex-wrap: wrap;
	gap: 20px;	
}
.footer-selos a{
	color: #fff;
	font-size: 12px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 10px;
}
@media (max-width: 900px){
	.footer {
		flex-direction: column;
	}
	.footer_col1, .footer_col2, .footer_col3{
		width:100%;
	}
}
/* ------------------- ADDRESS -------------------------------*/
address{
	margin:0;
}
.address{
	margin:20px 0;
	list-style:none;
}
.address li{
	margin:10px 0;
}
address a{
	color:#fff;
	font-size: 15px;
	font-style: normal;	
}
address a:hover{
	color: #656565;
}
/* ------------------ FORM BUSCA -------------------------------*/
.header-busca {
	display: inline-block;
	position: relative;
	height: 30px;
	top: 50%;
	right: 10px;
	transform: translateY(-50%) translateX(120%);
	opacity: 0;
	visibility: hidden;
	z-index: 20;
	transition: transform 0.35s ease, opacity 0.25s ease, visibility 0.25s ease;
	margin: 0;
}
.header-busca.ativo {
	transform: translateY(-50%) translateX(0);
	opacity: 1;
	visibility: visible;
}
.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_form_mini{
	display:flex;
	align-items: center;
	float: right;
	vertical-align: middle;
	width: auto;
	height: auto;
	margin:3px;
}
@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: 25px;
	margin: 0 0 0 2px;
	color: #000 !important;
	padding: 5px;
}
#busca_form_mini input[placeholder]{
	color: #000000;
	font-style: normal;
	font-size:12px;
	width: 230px;
	background-color: #fff;
}
#busca_form_mini input:focus{
    outline: none !important;
    box-shadow: none !important;
}    
#busca_form_mini input[type=submit]{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	background-color: #62a08f;
	cursor: pointer;
	height: 25px;
	width: 45px;
	margin: 0;
	font-family: var(--font-base-family);
	font-size: 10px;
	color: #fff;
	border-radius: 2px;
	/*background-image: url('lupa-busca.png');
	background-repeat: no-repeat;
	background-position: center center;*/
}
#busca_form_mini input[type=submit]:hover{
	color: #333;
	background-color: #666;
}
#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_titulo{
	color:var(--color-green);
	font-weight:bold;
	margin: 0px !important;
}
.busca_informacao{
	font-size:12px;
}
/* ------- 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;
	/*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', '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, #form #razao_social, #form #nome_fantasia, #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: #7d7d7d;
}
#area_atuacao {	
	background-image: url('../imagens/webparts/forms/mensagem2.png'), url('../imagens/webparts/forms/fundo_input.gif');
	background-size: 15px 15px, 35px 50px;
	background-position: 10px 7px, 0 0;
	background-repeat: no-repeat, no-repeat;
	padding: 5px 8px 5px 40px !important;
	cursor:pointer;
	color: #333;
	width: 95%;
}
#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%;
	margin: 10px 0;
	display: block;
	box-sizing: border-box;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: bold;
}
.form_mini_input, .form_mini_textarea, .form_mini_submit{
	box-sizing: border-box;
}
.form_mini_input, .form_mini_textarea{
	width: 95%;
	min-width: 200px;
	margin: 3px 0 3px 8px;
	background-color: #50917f;
	border: 1px solid #39bf9a;
	border-radius: 3px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}
.form_mini_input{
	height: 28px;
	padding: 0 10px;
}
.form_mini_textarea{
	height: 60px;
	padding: 8px 10px;
	resize: vertical;
}
#form_mini_assunto{
	height: 36px;
	padding: 0 38px 0 10px;
	line-height: 36px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	color: #f1f1f1;
	background-color: #50917f;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23cfcfcf' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 14px;
}
#form_mini_assunto optgroup{
	font-style: normal;
	font-weight: bold;
	color: #fff;
	background-color: #50917f;
}
#form_mini_assunto option{
	font-weight: normal;
	color: #fff;
	background-color: #62a08f;
}
.form_mini_input:focus, .form_mini_textarea:focus{
	outline: none;
	border-color: #999;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.08);
}
.form_mini_submit{
	width: 95px;
	float: right;
	margin: 7px 20px 0 5px;
	padding: 4px 20px;
	border: 0;
	border-radius: 25px;
	cursor: pointer;
	font: 16px/23px 'Questrial', sans-serif;
	color: #fff;
	background-color: #253f38;
	text-decoration: none;
	transition: all 0.3s 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{
	outline: none;
	border: 0;
} 
.form_mini_input::placeholder, .form_mini_textarea::placeholder{
	color: #f1f1f1;
	font: normal 12px 'Open Sans', sans-serif;
}
.form_mini_erro{
	color: red;
	font-size: 16pt;
}
.form_mini_ok{
	margin: 0 0 0 30px;
	font-size: 10pt;
}
#form_mini p{
	font-size: 15px;
	font-weight: normal;
	color: #fff;
}
#form_mini hr{
	width: 100%;
	margin: 0;
}
/* ------- toTop ------- */
#toTop{
	border-style: none;
	border-color: inherit;
	border-width: medium;
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 20px;
	overflow: hidden;
	width: 42px;
	height: 42px;
	text-indent: 100%;
	background: url('https://www.redbit.com.br/imagens/webparts/totop/totop.png') no-repeat left top;
}
#toTopHover{
	background: url('https://www.redbit.com.br/imagens/webparts/totop/toTop.png') no-repeat left -42px;
	width: 42px;
	height: 42px;
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
#toTop:active, #toTop:focus{
	outline: none;
}

