/* ==========================================================================
   CSS EXCLUSIVO PARA TABLET (ATÉ 800px) - IMAGEM ABAIXO DA FAIXA CINZA
   ========================================================================== */

/* 1. Mantém a faixa cinza sólida original no topo */
header {
	max-width: 100% !important;
	width: 100% !important;
	height: auto !important;
	max-height: none !important;
	padding: 15px 0 !important;
	margin: 0 auto !important;
	display: flex !important;
	flex-direction: column !important; /* Logo em cima, menu embaixo */
	align-items: center !important;
	justify-content: center !important;
	background-color: #eee !important; /* Mantém o cinza sólido original */
	position: relative !important; /* Mantém o fluxo para a imagem vir logo abaixo */
	z-index: 5000 !important;
}
/* Altera o fundo do bloco principal para branco para evitar faixas cinzas vazadas */
#bloco-principal {
	max-width: 100% !important;
	width: 100% !important;
	margin: 0 auto !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	background-color: #fff !important; /* Branco elimina qualquer espaço cinza indesejado */
}
/* Força a imagem a se posicionar logo abaixo da faixa cinza com proporção perfeita para 800px */
.imagem-topo-fundo {
	position: relative !important;
	top: 0 !important;
	height: auto !important;
	width: 100% !important;
	display: block !important;
	background-size: 100% auto !important;
	background-position: top center !important;
	background-repeat: no-repeat !important;
	/* AUMENTADO: Garante a altura total da imagem em telas de até 800px */
	padding-top: 33% !important;
}
/* Zera a margem de correção pois a imagem em modo relative já gerencia o espaço */
#bloco-principal .correcao-margin {
	display: block !important;
	clear: both !important;
	height: 0px !important;
	width: 100% !important;
}
/* 2. Centraliza a Logo perfeitamente no cabeçalho cinza */
.header-icon {
	float: none !important;
	margin: 0 auto 10px auto !important;
	top: 0 !important;
	background-position: center !important;
	background-size: contain !important;
	width: 180px !important;
	height: 126px !important;
}
/* 3. Ajusta o container do menu para colar logo abaixo da logo */
nav {
	display: block;
	position: relative;
	max-width: 800px;
	width: 100% !important;
	top: 0 !important;
	margin: 10px auto 0 auto !important;
	text-align: center !important;
}
aside .slide {
	display: block;
	position: relative;
	max-width: 800px;
	width: 100%;
	height: 100%;
	margin: auto;
	Text-align: center;
	margin-top: 110px;
}
.border {
	display: block;
	position: relative;
	text-align: center;
	max-width: 800px;
	width: 100%;
	margin: 10px auto 10px auto;
	border: 1px dashed RGBA(153,0,0,0.1);
}
.gray {
	color: #666;
}
/*section*/
/*section*/
/*section*/
section h1 {
	font-family: Roboto-Regular;
	font-weight: normal;
	line-height: 1.1em;
	letter-spacing: 0.135em;
	font-size: 30px;
	margin-left: 5px;
}
section .especialidades-left h1 {
	margin-top: 40px;
}
section h2 {
	font-family: Roboto-Regular;
	color: #A91D21;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.428571429;
	color: #A91d21;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 2px;
	margin-top: -30px;
}
section h3 {
	margin-top: 10px;
}
section p {
	font-family: Roboto-Regular;
	font-size: 24px;
	text-align: justify;
	color: RGBA(0,0,0,0.9);
	font-weight: lighter;
	max-width: 1200px;
	width: auto;
	margin: 22px 10px auto 10px;
}
section a {
 text-decoration:none  display: block;
	position: relative;
	width: auto;
	margin: auto;
	color: RGBA(0,0,0,0.8);
}/*section*/
/*section*/
/*section*/
/*section clinica*/
section .clinica {
	display: block;
	position: relative;
	max-width: 800px;
	width: auto;
	margin: auto;
	float: none;
}
section .clinica h3 {
	display: block;
	position: relative;
	text-align: center;
	font-family: Roboto-Regular;
	font-weight: lighter;
	font-size: 16px;
	color: RGBA(255,255,255,1);
	background-color: RGBA(217,83,79,1);
	border: 2px solid RGBA(255,255,255,1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 1;
	padding: 7px;
}
/*section clinica*/
/*section galeria clinica*/
section .galeria-clinica {
	display: block;
	position: relative;
	float: none;
	max-width: 800px;
	width: auto;
	text-align: center;
	margin: auto;
}
section .galeria-clinica p {
	position: relative;
	max-width: 800px;
	text-align: center;
	width: auto;
	font-family: Roboto-Regular;
	font-weight: lighter;
	font-style: italic;
	font-size: 12px;
	color: RGBA(102,102,102,1);
	margin: auto;
	margin-top: 5px;
}
section .galeria-clinica .hoverbox {
	display: inline-block;
	position: relative;
	text-align: center;
	text-align: center;
	max-width: 800px;
	width: 100%;
	margin: auto;
	margin-top: 20px;
	margin-left: -30px;
}
section .galeria-clinica .hoverbox {
	cursor: default;
	list-style: none;
}
section .galeria-clinica .hoverbox a {
	cursor: default;
	position: relative;
}
section .galeria-clinica .hoverbox a .preview {
	display: none;
}
section .galeria-clinica .hoverbox a:hover {
	font-size: 100%;
	z-index: 1;
}
.galeria-clinica .hoverbox a:hover .preview {
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}
section .galeria-clinica .hoverbox img {
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 5px;
	vertical-align: top;
	width: 260px;
	height: 173px;
}
section .galeria-clinica .hoverbox li {
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 5px;
	padding: 5px;
	position: static;
}
section .galeria-clinica .hoverbox .preview {
	border-color: #000;
	width: 320px;
	height: 212px;
}
/*section galeria clinica*/
/*ASIDE clinica*/
aside .clinica iframe {
	display: block;
	position: relative;
	text-align: center;
	max-width: 800px;
	width: 100%;
	margin: auto;
	float: none;
}
/*ASIDE clinica*/
/*Alterações em corpo clínico*/
/*Alterações em corpo clínico*/
/*Alterações em corpo clínico*/
section .align-left-corpo-clinico {
	display: block;
	position: relative;
	text-align: center;
	float: none;
	max-width: 800px;
	width: auto;
	margin: auto;
}
section .align-left-corpo-clinico img {
	display: block;
	position: relative;
	text-align: center;
	float: none;
	max-width: 350px;
	margin: auto;
}
section .align-left-corpo-clinico h1 {
	display: block;
	position: relative;
	max-width: 800px;
	width: auto;
	margin: auto 10px auto 10px;
}
section .align-left h1, section .align-left p, section .align-right h1, section .align-right p {
	display: block;
	position: relative;
	max-width: 480px;
	width: auto;
	font-family: Roboto-Regular;
	font-size: 20px;
	text-align: justify;
	color: RGBA(0,0,0,0.9);
	padding: auto 10px auto 10px;
	margin: 10px 30px auto auto;
}
section ul {
	max-width: 800px;
	width: auto;
	margin: auto;
}
section .border-corpo-clinico-right {
	display: block;
	position: relative;
	width: auto;
	margin: 10px 10px 10px 10px;
	border-bottom: 2px solid RGBA(151,24,28,0.7);
}
section .border-especialidades-left {
	display: block;
	position: relative;
	width: auto;
	margin: 10px 240px 10px 10px;
	border-bottom: 2px solid RGBA(151,24,28,0.7);
}
/*Alterações em corpo clínico*/
/*Alterações em corpo clínico*/
/*Alterações em corpo clínico*/
/*EXAMES CARDIOLÓGICOS*/
/*EXAMES CARDIOLÓGICOS*/
/*EXAMES CARDIOLÓGICOS*/
/*EXAMES CARDIOLÓGICOS*/
.background-exames {
	display: block;
	position: relative;
	text-align: center;
	max-width: 800px;
	width: auto;
	margin: auto;
}
.background-exames-vasculares {
	min-height: 110px;
	max-height: none;
}
.center {
	display: block;
	position: relative;
	max-width: 800px;
	width: auto;
	text-align: center;
	margin: auto;
}
.exames, .exames-1, .exames-vasculares, .exames-vasculares-1 {
	display: block;
	position: relative;
	float: none;
	max-width: 380px;
	width: auto;
	height: 150px;
	margin: auto;
	margin-top: 20px;
	background-color: RGBA(102,102,102,0.02);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	opacity: 1;
	clear: both;
}
.exames h1, .exames-1 h1, .exames-vasculares h1, .exames-vasculares-1 h1 {
	margin-top: 5px;
}
.exames p, .exames-1 p, .exames-vasculares p, .exames-vasculares-1 p {
	max-width: 360px;
	width: auto;
}
/*EXAMES CARDIOLÓGICOS*/
/*EXAMES CARDIOLÓGICOS*/
/*EXAMES CARDIOLÓGICOS*/
/*EXAMES CARDIOLÓGICOS*/
/*Inicio de footer´s*/
/*FOOTER*/
/*FOOTER*/
/*FOOTER*/
footer {
	display: block;
	position: relative;
	text-align: center;
	max-width: 800px;
	width: 100%;
	margin: auto;
}
footer a {
	display: block;
	color: rgb(12,60,96);
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0;
}
footer ul {
	font-family: Roboto-Regular;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.4em;
	font-size-adjust: none;
	font-stretch: normal;
	color: RGBA(153, 0, 0);
	text-decoration: none;
	list-style-type: none;
	padding: 0 0 0 10px;
}
/*FOOTER CONTEUDO CENTRAL*/
/*FOOTER CONTEUDO CENTRAL*/
/*FOOTER CONTEUDO CENTRAL*/
.conteudo-central {
	background-repeat: no-repeat;
	float: none;
	display: block;
	position: relative;
	max-width: 800px;
	width: 275px;
	height: 350px;
	border: 1px solid RGBA(105,0,4,0.1);
	margin: 10px auto 20px auto;
}
.conteudo-central h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 1.4em;
	font-size-adjust: none;
	font-stretch: normal;
	color: RGBA(0,0,0,0.7);
	font-size: 14px;
	padding: 15px 0 0 15px;
	margin: 0;
}
.conteudo-central h1 span.icon {
	margin-left: -5px;
}
footer .conteudo-central p {
	width: 250px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	font-style: normal;
	font-variant: normal;
	line-height: 1.2em;
	font-size-adjust: none;
	font-stretch: normal;
	color: RGBA(0,0,0,0.7);
	font-size: 12px;
	padding: 5px 0 0 15px;
	margin: 0 10px 0 0;
}
footer .conteudo-central h3 .menu-icon-tel {
	display: inline-block;
	position: relative;
	background: url("../imagens/menu-icon-tel.png") no-repeat;
	margin: auto;
	margin-left: -70px;
	padding-right: 5px;
	width: 20px;
	height: 20px;
	top: 5px;
	margin-top: 5px;
	left: 0;
}
footer .conteudo-central h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: RGBA(0,0,0,0.7);
	font-size: 15px;
	font-weight: normal;
	margin: auto;
}
footer .conteudo-central h4 {
	display: inline-block;
	position: relative;
	background: url("../imagens/e-mail.png") no-repeat;
	margin: auto;
	margin-left: -52px;
	top: 10px;
}
/*FOOTER CONTEUDO CENTRAL*/
/*FOOTER CONTEUDO CENTRAL*/
/*FOOTER CONTEUDO CENTRAL*/
/*FOOTER CONTEUDO DIREITO*/
/*FOOTER CONTEUDO DIREITO*/
/*FOOTER CONTEUDO DIREITO*/
.clear-mobile {
	clear: both;
}
.conteudo-esquerdo, .conteudo-direito {
	background-repeat: no-repeat;
	float: none;
	display: block;
	max-width: 800px;
	width: 275px;
	height: auto;
	border: 1px solid RGBA(105,0,4,0.1);
	margin: 10px 5px 20px 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	opacity: 1;
	margin: 10px auto 20px auto;
	clear: both;
}
.conteudo-direito p {
	width: 250px;
}
footer .conteudo-esquerdo ul li, footer .conteudo-direito ul li {
	display: block;
	position: relative;
	background: url("../imagens/icon-list.jpg") no-repeat;
	background-position: left;
	background-size: 10px;
	width: 10px;
	height: auto;
}
.conteudo-direito-1 {
	background-repeat: no-repeat;
	float: none;
	display: block;
	max-width: 800px;
	width: 275px;
	height: auto;
	border: 1px solid RGBA(105,0,4,0.1);
	margin: 10px 5px 20px 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	opacity: 1;
	margin: 10px auto 20px auto;
}
footer .conteudo-esquerdo ul li a, footer .conteudo-direito ul li a {
	display: block;
	text-align: left;
	width: 220px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: RGBA(0,0,0,1);
	background-color: RGBA(102,102,102,0.05);
	text-decoration: none;
	transition: background 1s;
	-moz-transition: background 1s;
	-webkit-transition: background 1s;
	-o-transition: background 1s;
	padding: 2px auto 2px 5px;
	margin-left: 20px;
	margin-top: 4px;
}
footer .conteudo-direito-1 ul li {
	display: block;
	position: relative;
	background: url("../imagens/icon-list.jpg") no-repeat;
	background-position: left;
	background-size: 10px;
	width: 10px;
	height: auto;
}
footer .conteudo-direito-1 ul li a {
	display: block;
	text-align: left;
	width: 220px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: RGBA(0,0,0,1);
	background-color: RGBA(102,102,102,0.05);
	text-decoration: none;
	transition: background 1s;
	-moz-transition: background 1s;
	-webkit-transition: background 1s;
	-o-transition: background 1s;
	padding: 2px auto 2px 5px;
	margin-left: 20px;
	margin-top: 4px;
}
footer .conteudo-esquedo ul li a:hover, footer .conteudo-direito ul li a:hover {
	display: block;
	text-align: left;
	width: 220px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: lighter;
	color: RGBA(0,0,0,1);
	background-color: RGBA(102,102,102,0.05);
	text-decoration: none;
	transition: background 1s;
	-moz-transition: background 1s;
	-webkit-transition: background 1s;
	-o-transition: background 1s;
	padding: 2px auto 2px 5px;
	margin-left: 20px;
}
footer .conteudo-direito-1 ul li a:hover {
	display: block;
	text-align: left;
	width: 220px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: lighter;
	color: RGBA(0,0,0,1);
	background-color: RGBA(102,102,102,0.05);
	text-decoration: none;
	transition: background 1s;
	-moz-transition: background 1s;
	-webkit-transition: background 1s;
	-o-transition: background 1s;
	padding: 2px auto 2px 5px;
	margin-left: 20px;
}
footer .conteudo-esquerdo h3, footer .conteudo-direito h3 {
	display: block;
	position: relative;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size-adjust: none;
	font-stretch: normal;
	color: RGBA(0,0,0,1);
	font-size: 14px;
	padding: 10px auto auto auto;
	margin: 5px 50px auto auto;
}
footer .conteudo-direito-1 h3, footer .conteudo-direito h3 {
	display: block;
	position: relative;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size-adjust: none;
	font-stretch: normal;
	color: RGBA(0,0,0,1);
	font-size: 14px;
	padding: 10px auto auto auto;
	margin: 5px 50px auto auto;
}
footer .conteudo-esquerdo h3 .menu-icon, footer .conteudo-direito h3 .menu-icon, .conteudo-central h1 .menu-icon {
	display: inline-block;
	position: relative;
	background: url("../imagens/menu-icon.png") no-repeat;
	text-align: center;
	width: 40px;
	height: 40px;
	top: 14px;
}
footer .conteudo-direito-1 h4 {
	display: block;
	position: relative;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: RGBA(255,255,255,1);
	font-size: 12px;
	padding: 10px auto auto auto;
	margin: 5px auto 10px auto;
}
.rede-social img {
	margin-top: -5px;
}
/*conteudo bottom*/
/*conteudo bottom*/
/*conteudo bottom*/
/**/

.conteudo-direito-1 .topo-box-redes-sociais-icon {
	display: inline-block;
	margin: auto;
}
.conteudo-direito-1 .topo-box-redes-sociais {
	display: inline-block;
	position: relative;
	text-align: center;
	float: none;
	width: 170px;
	height: 30px;
	padding-top: 5px;
	margin: auto;
	margin-bottom: 10px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e9e9e9+0,ffffff+50,e9e9e9+100 */
	background: #e9e9e9; /* Old browsers */
	background: -moz-linear-gradient(top, #e9e9e9 0%, #ffffff 50%, #e9e9e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e9e9), color-stop(50%, #ffffff), color-stop(100%, #e9e9e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e9e9e9 0%, #ffffff 50%, #e9e9e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e9e9e9 0%, #ffffff 50%, #e9e9e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e9e9e9 0%, #ffffff 50%, #e9e9e9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e9e9e9 0%, #ffffff 50%, #e9e9e9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#e9e9e9', GradientType=0 ); /* IE6-9 */
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
.topo-box-redes-sociais p {
	display: block;
	position: relative;
	text-align: center;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 10px auto 10px auto;
}
/**/
/**/
/**/ 
/*RODAPE*/
.clear-mobile-3 {
	clear: both;
	margin-top: 220px;
}
.clear-mobile-4 {
	clear: both;
	margin-top: 260px;
}
.top-fix {
	display: none;
}
.center {
	display: inline-block;
	position: relative;
	text-align: center;
	background-position: center;
	width: 800px;
	width: auto;
	margin: auto;
}
.clear-large-large-1 {
	clear: both;
}
.footer-background, .footer-background-1 {
	display: block;
	position: relative;
	text-align: center;
	max-width: 800px;
	width: auto;
	margin: auto;
	margin-top: 50px;
	min-height: 150px;
}
.rodape-esquerdo, .rodape-esquerdo-1, .rodape-esquerdo-2, .especialidade, .especialidade-1, .especialidade-2 {
	display: block;
	position: relative;
	float: left;
	width: 195px;
	height: 220px;
	margin: auto;
	margin-top: -30px;
	margin-right: 5px;
}
.rodape-esquerdo {
	margin-left: 0;
}
/*RODAPE ESQUERDO*/
/*RODAPE ESQUERDO*/
/*RODAPE ESQUERDO*/
.rodape-esquerdo p, .rodape-esquerdo-1 p, .rodape-esquerdo-2 p {
	width: 185px;
	text-align: center;
	line-height: 1.1em;
	font-size-adjust: none;
	font-weight: normal;
	font-size: 18px;
	margin: auto;
	margin-top: 10px;
}
.rodape-esquerdo a, .rodape-esquerdo-1 a, .rodape-esquerdo-2 a {
	display: block;
	position: relative;
	width: 160px;
	text-align: center;
	text-decoration: none;
	font-family: Roboto-Regular;
	color: RGBA(0,0,0,1);
	font-size: 16px;
	margin: auto;
	margin-top: 10px;
	margin-right: 8px;
}
.footer-background-1 .rodape-esquerdo, .footer-background-1 .rodape-esquerdo-1, .footer-background-1 .rodape-esquerdo-2 {
	display: inline-block;
	position: relative;
	text-align: center;
	text-decoration: none;
	font-family: Roboto-Regular;
	color: RGBA(0,0,0,1);
	font-size: 12px;
	max-width: 480px;
	width: auto;
	margin: auto;
	margin-top: 10px;
}
.footer-background-1 .rodape-esquerdo a, .footer-background-1 .rodape-esquerdo-1 a, .footer-background-1 .rodape-esquerdo-2 a {
	display: block;
	position: relative;
	width: 170px;
	text-align: left;
	text-decoration: none;
	font-family: Roboto-Regular;
	color: RGBA(0,0,0,1);
	font-size: 12px;
	margin: auto;
	margin-top: 10px;
}
.rodape-esquerdo a:hover, .rodape-esquerdo-1 a:hover, .rodape-esquerdo-2 a:hover {
	color: RGBA(255,255,255,1);
	background-color: RGBA(151,24,28,0.9);
}
/*Modificacoes para .rodape-esquerdo-2 */
/*Modificacoes para .rodape-esquerdo-2 */
/*Modificacoes para .rodape-esquerdo-2 */
/*RODAPE ESQUERDO*/
/*RODAPE ESQUERDO*/
/*RODAPE ESQUERDO*/
/**/
/**/
/**/ 
/*Conhecimento e dicas de saúde*/
/*Conhecimento e dicas de saúde*/
/*Conhecimento e dicas de saúde*/
section .dicas-de-saude h1 {
	display: block;
	position: relative;
	max-width: 800px;
	text-align: center;
	width: auto;
	float: none;
	top: 10px;
	font-size: 28px;
	letter-spacing: 0em;
	margin-right: auto;
}
.color-red {
	font-family: Roboto-Regular;
	color: #A91D21;
	font-style: italic;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.428571429;
	color: #A91d21;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 2px;
	margin-top: -25px;
	letter-spacing: 0;
}
.color-red-index {
	font-family: Roboto-Regular;
	color: #A91D21;
	font-style: italic;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.428571429;
	color: #A91d21;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 2px;
	margin-top: -25px;
	letter-spacing: 0;
}
.footer-background-1 {
	margin-top: 10px;
}
.border-dicas-de-saude {
	display: block;
	position: relative;
	text-align: center;
	max-width: 800px;
	width: 100%;
	margin: -10px auto 10px auto;
	border: 1px dashed RGBA(153,0,0,0.1);
}
.footer-bottom {
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-khtml-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	min-height: 100px;
	max-height: 100px;
}
.footer-nota {
	width: 800px;
	height: 60px;
	text-align: center;
	font-family: Roboto-Regular;
	font-size: 10px;
	margin-top: 5px;
	color: rgb(255,255,255);
}
.footer-nota p {
	margin: 10px 10px;
}
footer {
	clear: both;
}
/*Final de footer´s*/
/*VOLTAR AO TOPO*/
.home-topo-contato {
	display: block;
	position: relative;
	max-width: 800px;
	text-align: center;
	width: 100%;
	margin: auto;
	padding-top: 7px;
	height: 30px;
	background-color: RGBA(255,255,255,1);
	border: 1px solid RGBA(105,0,4,0.1);
	padding-bottom: 15px;
}
.home-topo-contato ul {
	display: block;
	position: relative;
	max-width: 800px;
	text-align: center;
	width: 100%;
	margin: auto;
}
.home-topo-contato ul li {
	display: inline;
	position: relative;
	text-align: center;
	max-width: 800px;
	width: 100%;
	height: auto;
	font-family: Roboto-Regular;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.2em;
	background-color: RGBA(151,24,28,0.7);
	border: 2px solid RGBA(255,255,255,1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 1;
	padding: 5px;
	margin: auto 100px auto 10px;
}
.home-topo-contato ul li a {
	text-align: center;
	color: RGBA(255,255,255,1);
	margin: auto 10px auto 10px;
	text-decoration: none;
}
.home-topo-contato ul li:hover {
	background-color: RGBA(151,24,28,1);
	border: 2px solid RGBA(255,255,255,1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 1;
	padding: 5px;
	text-decoration: none;
	transition: background 1s;
	-moz-transition: background 1s;
	-webkit-transition: background 1s;
	-o-transition: background 1s;
}
/*voltar ao topo*/
/*conteudo bottom*/
/*conteudo bottom*/
/*conteudo bottom*/
#conteudo-bottom {
	background-color: RGBA(255,255,255,1);
	color: RGBA(0,0,0,1);
	border: 1px solid RGBA(204,204,204,0.2);
}
#conteudo-bottom h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size-adjust: none;
	font-stretch: normal;
	background-color: RGBA(255,255,255,1);
	color: RGBA(0,0,0,0.7);
	font-size: 11px;
	padding: 10px 0 0 10px;
	margin: 0;
}
#conteudo-bottom h3 {
 font-family:Georgia, "Times New Roman", Times, serif font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size-adjust: none;
	font-stretch: normal;
	background-color: RGBA(255,255,255,1);
	color: RGBA(0,0,0,0.5);
	text-decoration: none;
	list-style-type: none;
	margin-top: 2px;
	padding: 0 0 0 10px;
}
#conteudo-bottom h4 {
	display: block;
	Position: relative;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size-adjust: none;
	font-stretch: normal;
	background-color: RGBA(255,255,255,1);
	color: RGBA(0,0,0,1);
	text-decoration: none;
	list-style-type: none;
	margin-top: 40px;
}
.clear-mobile-fix {
	clear: both;
}
.varizes {
	margin-left: 8%;
}
.varizes-1, .varizes-2 {
	margin-left: 8%;
}
/* ==========================================================================
   CENTRALIZAÇÃO EXCLUSIVA DO CORPO CLÍNICO NO MOBILE (FAIXA SMALL)
   Aplica-se apenas onde os blocos possuem altura de 400px
   ========================================================================== */

/* 1. Alinha a lista pai do Corpo Clínico ao centro e limpa as margens tortas */
.article-index ul {
	display: block !important;
	text-align: center !important;
	margin-top: 10px !important;    /* Sobrescreve o -30px do computador */
	margin-left: 0 !important;      /* Sobrescreve o 37px do computador */
	padding: 0 !important;
	width: 100% !important;
}
/* Se houver tags <li> intermediárias, garante que elas não fiquem presas à esquerda */
.article-index ul li {
	float: none !important;
	display: inline-block !important;
	text-align: center !important;
}
/* 2. Centraliza os blocos de 400px de altura (Corpo Clínico) removendo o float */
.novas-especialidades[style*="height: 400px"], .novas-especialidades-1[style*="height: 400px"], .novas-especialidades-2[style*="height: 400px"], .novas-especialidades, .novas-especialidades-1, .novas-especialidades-2 {
	/* Esta regra força a reestruturação das caixas */
	float: none !important;            /* Anula o float: left do computador */
	display: inline-block !important;   /* Transforma em bloco centralizável */
	margin: 15px auto !important;      /* Centraliza horizontalmente na tela */
	position: relative !important;
}
/* 3. Garante que as imagens internas de 400px acompanhem a centralização */
.novas-especialidades img, .novas-especialidades-1 img, .novas-especialidades-2 img {
	display: block !important;
	float: none !important;
	max-width: 100% !important;        /* Impede que a foto estoure em telas estreitas */
	width: auto !important;
	margin: 0 auto !important;         /* Força o centro dentro do bloco cinza */
}



/*Correçao do topo*/
/* ==========================================================================
   CÓDIGO DE CORREÇÃO DO TOPO DAS PÁGINAS INTERNAS (PARA DISPOSITIVOS MÓVEIS)
   ========================================================================== */
@media (max-width: 1024px) {
/* 1. Alarga a altura vertical da barra cinza escuro para abraçar o menu dentro dela */
#header, header {
	position: relative !important;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	min-height: 210px !important; /* Garante que o fundo cinza cubra a logo, redes E o menu */
	background-color: RGBA(102,102,102,1) !important; /* Seu cinza original escuro */
	background-image: none !important;
	padding: 20px 0 10px 0 !important;
	margin: 0 auto !important;
	display: block !important;
	text-align: center !important;
}
.correcao-margin {
	margin-top: 20px !important;
}
/* 2. LOGO-3 BRANCA: Perfeita e centralizada */
.header-icon {
	background: url("../imagens/logo-3.png") no-repeat !important;
	background-position: center !important;
	background-size: contain !important;
	float: none !important;
	display: block !important;
	margin: 0 auto 15px auto !important;
	width: 200px !important;
	height: 90px !important;
	top: 0 !important;
	position: relative !important;
}
/* 3. REDES SOCIAIS: Centralizadas e organizadas abaixo da logo */
.telefones {
	display: flex !important;
	flex-direction: row !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 12px !important;
	width: auto !important;
	margin: 0 auto 15px auto !important;
	float: none !important;
	padding: 0 !important;
}
.telefones h2, .telefones h3, .telefones h4 {
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: inline-block !important;
}
.whatsapp a, .instagram a, .facebook a {
	margin: 0 !important;
	display: block !important;
	position: relative !important;
	top: 0 !important;
}
/* 4. O MENU: Corrigido e alinhado para a DIREITA da tela */
nav {
	position: relative !important;
	margin-left: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	/* AJUSTE DE ALINHAMENTO: Joga o botão do menu para a DIREITA */
	text-align: right !important;
	padding-right: 20px !important; /* Dá uma folga sutil para o botão não colar na borda direita */
	padding-left: 0 !important;
	box-sizing: border-box !important;
	top: 0 !important;
	display: block !important;
}
#cssmenu #menu-button {
	float: right !important; /* AJUSTE: Força o botão hambúrguer a flutuar na extrema direita */
	display: block !important;
	margin-top: 5px !important;
}
/* 5. OS LINKS VERTICAIS: Mantidos claros e abrindo para baixo */
#cssmenu > ul.open {
	position: absolute !important;
	top: 100% !important;
	left: 0 !important;
	width: 100% !important;
	z-index: 9999 !important;
	/* Cores claras iguais à página inicial */
	background: none !important;
	background-color: rgba(245, 245, 245, 0.98) !important;
	border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
	text-align: left !important;
}
#cssmenu > ul > li {
	background-color: rgba(245, 245, 245, 1) !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}
#cssmenu > ul > li > a {
	color: #222222 !important;
}
#cssmenu > ul > li:hover > a,  #cssmenu > ul > li.active > a {
	background-color: rgba(230, 230, 230, 1) !important;
}
#cssmenu #menu-button {
	background: none !important;
	background-color: rgba(255, 255, 255, 0.95) !important;
	color: #222222 !important;
	border-radius: 0px !important;
}
#cssmenu #menu-button::after {
	border-top-color: #222222 !important;
	border-bottom-color: #222222 !important;
}
}
/*Modificações de margin pasra MOBILE*/
/*Modificações de margin pasra MOBILE*/
/*Modificações de margin pasra MOBILE*/
/*Modificações de margin pasra MOBILE*/
/*Modificações de margin pasra MOBILE*/
/*Modificações de margin pasra MOBILE*/
/*Modificações de margin pasra MOBILE*/
/*Modificações de margin pasra MOBILE*/
section .titulos-site {
	margin-top: -440px;
	max-width: 800px;
}
.titulos-site h1 {
	max-width: 800px;
	padding: 40px 45px;       /* Cria um espaço interno (margem do retângulo) */
}
article .destaques {
	display: block;
	clear: both;
	margin-top: -5px;
	width: 100%;
	background-color: fff;
	z-index: 1000;
}
.article-index {
	margin-top: -40px;
}
/*Corpo Cçínico*/
.align-left-corpo-clinico {
	margin-top: -30px !important
}
.align-left-corpo-clinico ul li {
	max-width: 800px;
	margin: auto 30px auto -20px;
}
/*Alinhamento do Título Convênios*/
section .destaques {
	display: block;
	clear: both;
	margin-top: -175px;
	width: 100%;
	max-width: 800px;
	background-color: fff;
	z-index: 1000;
}
/*Modificações CONVêNIOS*/
section .galeria-clinica .hoverbox, section .galeria-parcerias .hoverbox {
	max-width: 800px;
	width: auto;
	display: grid;
	place-items: center;
	height: 100%;
}
.galeria-clinica .hoverbox a:hover .preview, section .galeria-parcerias .hoverbox a:hover .preview {
	display: block;
	position: absolute;
	max-width: 400px;
	width: auto;
	top: -33px;
	left: -80px;
	z-index: 1;
}
/*Alinhamento Exames cardiológicos e outros textos*/
/*Alinhamento Exames cardiológicos e outros textos*/
/*Alinhamento Exames cardiológicos e outros textos*/
section .align-left h1, section .align-left p, section .align-right h1, section .align-right p {
	display: block;
	position: relative;
	max-width: 800px;
	width: auto;
	font-family: Roboto-Regular;
	font-size: 20px;
	text-align: justify;
	color: RGBA(0,0,0,0.7);
	padding: auto 10px auto 10px;
	margin: 10px 30px auto auto;
}
section .align-left {
	margin-top:-150px;
}
/*Alterações em Especialidades*/
section .border-especialidades-right {
	display: block;
	position: relative;
	margin-left: 25px;
}
.texto-geral {
	margin-left: 0;
}
.segunda-conexao {
	margin-top: -190px;
}
/* Configuração para Dispositivos Móveis (Telemóveis) */
@media (max-width: 800px ) {
.align-left img {
	float: none;          /* Remove o alinhamento à esquerda */
	display: block;       /* Permite que as margens funcionem */
	margin-left: auto;    /* Centraliza horizontalmente */
	margin-right: auto;   /* Centraliza horizontalmente */
	max-width: 100%;      /* Garante que não ultrapassa o ecrã */
	height: auto;         /* Mantém a proporção da imagem */
	margin-top: 15px;
}
}
span.segunda-conexao {
	display: flex;
	max-width: 800px;
	width: auto;
	display: grid;
	float: none;
	text-align: center;
	place-items: center;
	clear: both;
}
.texto-geral {
	margin-left: 0;
	margin-top: 125px;
}
.background-fixo {
	/* Define a imagem de fundo */
	background-image: url("../imagens/angiocor-instalacoes-small.png");
	/* Mantém a imagem parada na tela */
	background-attachment: fixed;
	/* Centraliza e redimensiona a imagem para cobrir o espaço */
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	/* Altura da seção para permitir a rolagem */
	height: 200px;
	width: 100%;
	max-width: 800px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	margin-left: 10px;
}
